/* cmsms stylesheet: FELD Foundation modified: Monday, August 25, 2025 10:35:40 AM */
@charset "UTF-8";
/*
Correspondance entre les valeurs numériques et les noms
100 : Extra Light (Ultra Light)
200 : Thin (Hairline)
300 : Light
400 : Roman (Normal)
500 : Medium
600 : Semi Bold (Demi Bold)
700 : Bold
800 : Heavy (Extra Bold ou Ultra Bold)
900 : Black
*/

@font-face {
	font-family: 'Prompt';
	src: url('https://feldenkrais.brussels/assets/fonts/prompt-light.woff2') format('woff2'),
		url('https://feldenkrais.brussels/assets/fonts/prompt-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Prompt';
	src: url('https://feldenkrais.brussels/assets/fonts/prompt-regular.woff2') format('woff2'),
		url('https://feldenkrais.brussels/assets/fonts/prompt-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Prompt';
	src: url('https://feldenkrais.brussels/assets/fonts/prompt-italic.woff2') format('woff2'),
		url('https://feldenkrais.brussels/assets/fonts/prompt-italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Prompt';
	src: url('https://feldenkrais.brussels/assets/fonts/prompt-bold.woff2') format('woff2'),
		url('https://feldenkrais.brussels/assets/fonts/prompt-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Prompt';
	src: url('https://feldenkrais.brussels/assets/fonts/prompt-bolditalic.woff2') format('woff2'),
		url('https://feldenkrais.brussels/assets/fonts/prompt-bolditalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'HN-outline';
	src: url('https://feldenkrais.brussels/assets/fonts/HNltstd-bd-outline.woff2') format('woff2'),
		url('https://feldenkrais.brussels/assets/fonts/HNltstd-bd-outline.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Snoopy';
	src: url('https://feldenkrais.brussels/assets/fonts/snoopy.woff2') format('woff2'),
		url('https://feldenkrais.brussels/assets/fonts/snoopy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/*valeurs prédéfinies*/
 /*e71275 ff0066 ff3399*/

/*default link styles*/
a, a:link, a:active {
	color: #0066cc;
}
a:visited {
	color: #0066cc;
}
a:hover {
	/*text-decoration: none;*/
	color: #993399;
}

/*icônes et pictos*/
.icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: .4rem 1rem;
	background: #0066cc;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.icon:hover,
.icon:focus {
	background: #993399;
}
.icon.chevron {
	-webkit-mask: url(https://feldenkrais.brussels/assets/images/pictos2.svg#chevron3);
	mask: url(https://feldenkrais.brussels/assets/images/pictos2.svg#chevron3);
}
.icon.grid {
	-webkit-mask: url(https://feldenkrais.brussels/assets/images/pictos2.svg#grid-3);
	mask: url(https://feldenkrais.brussels/assets/images/pictos2.svg#grid-3);
}
.r90 {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.r270 {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}


/***** BASE *****/
body {
	/*
	font-family: ProximaNova, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	background-color: #1b1b1b;
	*/
}

.conteneur {
	/*
	max-width: 90rem;
	margin: 0 auto 0 auto;
	*/
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 1em 0 .2em 0;
}
h1 {
	font-size: 1.2rem;
	padding: 1rem 0;
	/*text-transform: uppercase;*/
}
h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
	margin-top: 0;
}

p, ol, ul, ol ol, ol ul, ul ol, ul ul {
	/*margin-bottom: .6rem;*/
}
.note { font-size: .8rem;}
strong, b { font-weight: 700; }
.updated { font-size: .8rem; font-style:italic; color: #666; text-align:right; margin-bottom:0; }
.a-droite { float: right; margin: .4rem 0 .4rem 1rem; max-width: 100px; }
.a-gauche { float: left; margin: .4rem 1rem .4rem 0; max-width: 100px; }
.rouge { color: #ef3516; }
.rose { color: #ff3399; }
.gras {font-weight:bold;}
.motto {
	font-family: Snoopy, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #ef3516;
	/*display: inline-block;
	background: linear-gradient(#ef3516, #ff3399);
	color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip:text;
	background-clip:text;*/
}
.masque {display:none;}

/*** Header ***/
header#top {
	/*background-color: #fff;*/
	padding: 0 1.7rem;
}
header h1 {
	/*
	max-width: 90rem;
	margin: .2rem auto .2rem auto;
	line-height: 1;
	*/
	font-weight:normal;
}
header h1 a {
	/*margin-left: 1rem;*/
}
header nav {
	/*background-color: #1b1b1b;*/
}
header .switch-lang {
	margin-right:1rem;
}
header .menu {
	/*
	max-width: 90rem;
	margin: 0 auto 0 auto;
	*/
}
header .menu a, header .menu a:link, header .menu a:active, header .menu a:visited, header .menu a:hover {
	/*color: white;*/
}
header .menu a:hover, .menuactive {
	/*background-color: #ef3516;*/
}


/*** Main ***/
main header {
	position: relative;
}
section h2,
header h2 {
	color: transparent;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 5vw;
	font-weight: bold;
	line-height:1.1;
	text-transform: uppercase;
	-webkit-text-stroke: .03em black;
}
header.rubrique h2 {
	padding: 0 1.7rem;
}
header .titre h2 {
	position: absolute;
	top: .5em;
	left: .35em;
	margin: .5em;
	/*transform: translate(-20%, -10%);*/
	z-index: 1;
	color: transparent;
	mix-blend-mode: difference;
	/*font-family: HN-outline,"Helvetica Neue",Helvetica,sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 5vw;
	font-weight: bold;
	line-height:1.1;
	text-transform: uppercase;
	/*-webkit-text-fill-color: white;
	-webkit-text-stroke: .02em black;*/
	-webkit-text-stroke: .03em white;
}
.grid-container,
section {
	max-width: 60rem;
	padding: 0 1.7rem;
}
.fond1 {
	/*background-color: #eeeeee;*/
	/*background: linear-gradient(#e5e6f9, 80%, pink);*/
	background: linear-gradient(#e5e6f97d, 80%, pink);
	margin-bottom:1rem;
	padding: 1rem;
	border-radius: 10px;
}
.fond2 {
	/*background-color: #e5e6f9;*/
	/*background: linear-gradient(#e5e6f9, 80%, pink);*/
	background: linear-gradient(#f22f8117, 80%, #e12c2c1c);
	margin-bottom:1rem;
	padding: 1rem;
	border-radius: 10px;
}
main {
	/*
	padding-top: 5rem;
	*/
	font-family: Prompt, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
}

main a[href$='.pdf'] {
	background: transparent url(https://feldenkrais.brussels/assets/images/links/pdf4b.svg) no-repeat center right;
	background-size: auto 1rem;
	padding: 0 1.2rem 0 0;
}
main a[href$='.xlsx'] {
	background: transparent url(https://feldenkrais.brussels/assets/images/links/xls.svg) no-repeat center right;
	padding: 0 1.2rem 0 0;
}

/*main a[href*="//"]:not([href*="metals-toolbox.com"]):after {*/ /* à résoudre */

main a:not([href*='metals-toolbox.com']):not([href^='#']):not([href^='/']):after {
	/* external link styles, use :before or :after if you want! */
	/*
	background: transparent url(https://feldenkrais.brussels/assets/images/links/external-link.svg) no-repeat center right;
	background-size: auto 1rem;
	padding: 0 2rem 0 0;
	*/
}

/* Contenu */



/*** Footer ***/
footer {
	/*
	padding: 1.4rem 0;
	font-size: .8rem;
	color: #fff;
	background-color: #1b1b1b;
	*/
}
footer a, footer a:link, footer a:active, footer a:visited {
	/*color: white;*/
}
footer a:hover {
	/*
	color: #999;
	*/
}
footer p {
	/*margin: 0;*/
}
/***** END BASE *****/


/***** NAVIGATION *****/
/* Menu */
.bouton-image {
	position: relative;
}
.bouton-image a {
	color: transparent;
}
.bouton-image .titre {
	position: absolute;
	top: .5em;
	left: 0;
	margin: .5em;
	/*transform: translate(-20%, -10%);*/
	z-index: 1;
	color: transparent;
	mix-blend-mode: difference;
	/*font-family: HN-outline,"Helvetica Neue",Helvetica,sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 8vw;
	font-weight: bold;
	line-height:1.1;
	text-transform: uppercase;
	/*-webkit-text-fill-color: white;
	-webkit-text-stroke: .02em black;*/
	-webkit-text-stroke: .03em white;
}
.bouton-image:nth-child(7) .titre {
	mix-blend-mode: unset;
	background: url(/assets/images/view-textured-fur-fabric-web.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip:text;
	background-clip:text;
	-webkit-text-stroke: .03em #835850;
}
.bouton-image:nth-child(8) .titre {
	mix-blend-mode: unset;
	top: unset;
	bottom: 28%;
	/*transform: translate(0, -50%);*/
	text-align: right;
	background: linear-gradient(to right, #f6b4bb, #b3a0ca, #fff3a5, #a7d8f3, #b9d481);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip:text;
	background-clip:text;
	-webkit-text-stroke: .03em #f9ced9; /*rose: #f9ced9 - bleu foncé: #2e4061*/
}
.bouton-image:nth-child(9) .titre {
	/*-webkit-text-fill-color: transparent;*/
	color: transparent;
	-webkit-text-stroke: .03em white;
}

/* Responsive Navigation Menu | Change Background Image On List Item Hover
* https://codepen.io/alessiomarcone/pen/GRrGqLw
*/
.navigation {
	position: relative; /*fixed*/ /*relative*/
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/*background-color: #f0d0d1;*/
	transition: all 0.6s ease-in-out;
	margin-bottom:2rem;
}
.navigation .navArea {
	position: absolute;
	width: 100%;
	z-index: 10;
	/*position: relative;
	width: 50%;*/
	height: 100%; /*100%*/ /*80%*/
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	overflow: auto; /*ajouté*/
}
.navigation .navArea ul {
	text-align: left;
}
.navigation .navArea ul li {
	list-style: none;
	padding: 1.2em .5em; /*0.51vw 15vw*/ /*.5rem*/
	display: inline-block;
	width: 100%;
}

.navigation .navArea ul li:nth-child(1):before {
	background-color: #f0d0d1;
}
.navigation .navArea ul li:nth-child(2):before {
	background-color: #ebfcf5;
}
.navigation .navArea ul li:nth-child(3):before {
	background-color: #ddd5d3;
}
.navigation .navArea ul li:nth-child(4):before {
	background-color: #efedd3;
}
.navigation .navArea ul li:nth-child(5):before {
	background-color: #d0bbbb;
}
.navigation .navArea ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: greenyellow;
	z-index: -1;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.navigation .navArea ul li:hover:before {
	opacity: 0; /* 1 */
}

.navigation .navArea ul li a {
	/*font-size: clamp(2rem, calc(12px + 4vw), 6rem);*/
	/*font-style: normal;
	line-height: 1.75;*/
	text-decoration: none;
	/*color: rgba(76, 72, 79, 0.65);*/
	transition: all 0.6s ease-in-out;
	/*letter-spacing: 1px;*/

	color: transparent;
	mix-blend-mode: difference;
	/*font-family: HN-outline,"Helvetica Neue",Helvetica,sans-serif;*/
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 8vw; /*4vw*/
	font-weight: bold;
	line-height:1.1;
	text-transform: uppercase;
	/*-webkit-text-fill-color: white;
	-webkit-text-stroke: .02em black;*/
	-webkit-text-stroke: .03em white;
}
.navigation .navArea ul li a:hover {
	color: white;
	-webkit-text-stroke: unset;
}

.navigation .navArea ul li:nth-child(2):hover a {
	mix-blend-mode: unset;
	background: url(/assets/images/view-textured-fur-fabric-web.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip:text;
	background-clip:text;
	-webkit-text-stroke: .03em #835850;
}
.navigation .navArea ul li:nth-child(3):hover a {
	mix-blend-mode: unset;
	top: unset;
	bottom: 28%;
	/*transform: translate(0, -50%);*/
	text-align: right;
	background: linear-gradient(to right, #f6b4bb, #b3a0ca, #fff3a5, #a7d8f3, #b9d481);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-moz-background-clip:text;
	background-clip:text;
	-webkit-text-stroke: .03em #f9ced9; /*rose: #f9ced9 - bleu foncé: #2e4061*/
}

.imgArea {
	position: absolute;
	width: 100%;
	/*position: relative;
	width: 50%;*/
	height: 100vh; /*100vh*/
	/*background-color: greenyellow;*/
}
.imgArea img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-overlay {
	background-color: #f4f5f0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8; /*0.35*/
	z-index: 2;
}
/* end of Responsive Navigation Menu | Change Background Image On List Item Hover */


/* Breadcrumbs */

/* Callout */
.callout {
	padding:0;
	border:unset;
}
/***** END NAVIGATION *****/


/***** MEDIA QUERIES *****/
@media screen and (min-width: 30em) { /* min-width 480px, smartphone paysage */

}
@media screen and (min-width: 40em) { /* min-width 640px, medium screens */
 .menu-vignettes .bouton-image .titre {
	font-size: 4vw;
 }
}
@media screen and (min-width: 64em) { /* min-width 1024px, large screens */

}
@media screen and (min-width: 90em) { /* min-width 1440px, xlarge screens */

}
@media screen and (min-width: 120em) { /* min-width 1920px, xxlarge screens */

}
/***** END MEDIA QUERIES *****/
