.site-content .homec {
	margin: 0!important;
}

.homec h2{
	font-family: "Montagu Slab";
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2;
	text-transform: none!important;
}

.paragraphe h3{
	font-family: "Montagu Slab";
	font-weight: 300;
	font-size: 21px;
	line-height: 1.2;
}

.homec h2{
	max-width: 472px;
	margin: 0;
}

.homec h2 b, .homec h2 strong, .paragraphe h3 strong{
	font-weight: 400;
}

.vcta{
	position: relative;
	padding: 66% 0 0;
	border: 0.5px solid #000;
	margin: 0 -0.5px -0.5px;
}

.homec .vcta:last-child{
	border-bottom: 0;
}

.homec .vcta{
	padding: 0;
	height: calc(100vh - 220px);
}

.vtxt{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.vtxti{
	position: relative;
	min-height: 100%;
	border: 0.5px solid #000;
	margin: 0 0 -0.5px;
	width: 50%;
}

.homecontent{
	min-height: calc(100vh - 220px);
	display: flex;
	align-items: center;
}

.homeconten{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	margin: 80px 0;
}

.homecontentt{
	display: flex;
	align-items: center;
	gap: 60px;
}

.homeconten > *{
	/* flex: 1; */
	display: flex;
	justify-content: center;
	position: relative;
	flex-direction: column;
	gap: 80px;
	align-items: center;
}

.homecontenttt .bouton{
	opacity: 0;
	pointer-events: none;
}

.homecontent .bouton{
	white-space: nowrap;
}

.homecontentti img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 400px;
}

.vcta img, .vtxti img, .enteter img, .entgr img, .glossimg img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bouton{
	display: flex;
	line-height: 1;
	font-size: 20px;
	font-weight: 600;
	border: 0.5px solid #000;
	padding: 18px 30px;
}

.bouton:hover{
	background: #d2d2d2;
	color: #000;
}

.bouton.blanc{
	background: #fff;
	border: 0.5px solid #000;
	padding: 18px 60px;
}

.bouton.blanc:hover{
	background: #000;
	color: #fff;
}

.vcta{
	overflow: hidden;
	cursor: pointer;
}

.overcta{
	position: absolute;
	inset: 0;
	width: 100%;
	top: 0;
	z-index: 1;
	display: block;
}

.vcta .bouton{
	position: absolute;
	/* opacity: 0; */
	white-space: nowrap;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	/* pointer-events: none; */
}

/* .vcta:hover .bouton{
	opacity: 1;
} */

.vtxt.droite .vtxti{
	order: 2;
	border-right: 0;
}

.vtxt.droite .vtxtc{
	padding-left: 0;
}

.vtxtc{
	width: 50%;
	padding: 0 80px 80px;
}

.paragraphe{
	line-height: 1.1;
}

.paragraphe + .paragraphe{
	margin-top: 70px;
}

.paragraphe p{
	font-size: 18px;
}

.paragraphe ul{
	font-family: "Montagu Slab";
	font-weight: 300;
	font-size: 21px;
	line-height: 1.2;
	list-style: none;
}

.paragraphe ul li{
	position: relative;
	padding-left: 30px;
}

.paragraphe ul li:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #000;
	position: absolute;
	left: 0;
	top: 5px;
}

.paragraphe ul li + li{
	margin-top: 14px;
}

.paragraphe p strong, .paragraphe p b{
	font-weight: 600;
}

.paragraphe.smallsize > *{
	max-width: 522px;
}

.wp-block-heading, .entgtt h3, .paragraphe h2{
	text-transform: uppercase;
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
}

body:not(.home) .wp-block-heading:first-child{
	padding-top: 50px;
}

.team{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0;
	align-items: flex-end;
}

.team.ssintro{
	align-items: flex-start;
}

.ssintro .teaml{
	position: sticky;
	top: 110px;
}

.team.ssintro .membres {
	margin-top: 26px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.page-id-25 .vtxtc, .page-id-7767 .vtxtc{
	padding-bottom: 0;
}

.page-id-25 .vtxti, .page-id-7767 .vtxti{
	height: auto;
	padding: 30% 0 0;
}

.page-id-25 .vtxt, .page-id-7767 .vtxt{
	align-items: center;
}

.ressources .txt{
	margin: 5px 0 0;
}

.ressources .txt p:not(:last-child){
	margin-bottom: 0.75em;
}

.liens{
	display: flex;
	flex-direction: column;
	margin: 7px 0 0;
}

.liens a{
	display: block;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	font-weight: 600;
	font-size: 16px;
}

.teaml{
	width: 45%;
}
.teaml h2{
	text-transform: uppercase;
	text-align: right;
	font-size: 52px;
	line-height: 1;
	font-weight: 600;
}
.teamr{
	width: 55%;
	padding: 0 80px;
}

.intro{
	font-family: "Montagu Slab";
	font-weight: 300;
	font-size: 19px;
	line-height: 1.2;
	padding-bottom: 3px;
}

.membres{
	margin-top: 55px;
}

.membre > p {
	font-size: 19px;
	font-weight: 600;
}

.ressources .membre > p {
	margin: 0;
	font-size: 17px;
	font-weight: 400;
}

.membre > p span{
	font-family: "Montagu Slab";
	font-weight: 400;
	font-size: 21px;
	line-height: 1.2;
}

.ressources .membre > p span{
	font-size: 19px;
}

.team:before{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.members{
	padding-bottom: 30px;
}

.members + .members, .members + .wp-block-heading{
	position: relative;
	margin-top: 100px;
	padding-top: 30px;
}

.members + .members:before, .members + .wp-block-heading:before{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.memberz{
	column-count: 3;
}

.member{
	font-family: "Montagu Slab";
	font-weight: 400;
	font-size: 21px;
	line-height: 1.2;
	padding: 3px 0;
}

.member a{
	position: relative;
	padding: 0 25px 0 0;
}

.member a:after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 5px;
	transform: rotate(-90deg);
	background: url(../images/ssmenu.svg) no-repeat center center/contain;
}

.sections{
	border-bottom: 0.5px solid;
}

.section{
	border-top: 0.5px solid;
	padding: 16px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.section h3{
	font-family: "Montagu Slab";
	font-weight: 400;
	font-size: 21px;
	line-height: 1.2;
	/* display: flex;
	align-items: flex-start; */
	margin: 0;
}

.section h3 em{
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	/* white-space: nowrap; */
}

.section > a:not(.bouton){
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.section > a:not(.bouton):after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/ssmenu.svg) no-repeat center center/contain;
}

.section h3 svg {
	margin-left: 8px;
	font-size: 18px;
}

.section .txt{
	max-width: 790px;
}

.entete{
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.entete:after{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;	
}

.entetel{
	width: 63%;
	padding: 80px 80px 80px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.entetell{
	width: 45%;
	text-align: right;
	padding-right: 20px;
}

.entetell h1, .entetelll .sstxt{
	text-transform: uppercase;
	font-size: 7vw;
	line-height: 0.85;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	/* word-break: break-word; */
}

.entetelll .sstxt{
	margin-left: -6px;
}

.page-id-21 .entetelll + .entetell{
	display: none;
}

.page-id-21 .entetelll + .entetell + .entetelll{
	width: 100%;
}

.page-id-21 .entetelll + .entetell + .entetelll .sous + .sous{
	padding-left: 27.5vw;
}

.entetell .sous{
	display: none;
}

.entetelll{
	width: 55%;
	padding: 5px 0;
}

.entetelll + .entetell + .entetelll{
	padding-bottom: 0;
}

.enteter{
	width: 37%;
	position: relative;
	min-height: 100%;
	border-top: 0.5px solid;
	border-left: 0.5px solid;
}

.entetelll .txt{
	font-weight: 600;
	font-size: 18px;
	position: relative;
	z-index: 1;
	line-height: 1.2;
}

.txt a, .paragraphe ul li a, .paragraphe p a{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.paras {
	width: 100%;
	margin: 30px 0 -80px;
	padding-right: 40px;
	border-right: 0.5px solid;
}

.para{
	position: relative;
	padding: 20px 0;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
}

.para:before{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	top: 0;
	right: -120px;
}

.para ul{
	font-family: "Montagu Slab";
	font-weight: 300;
	font-size: 21px;
	line-height: 1.6;
	list-style: none;
	margin: 1em 0;
}

.para ul:not(:first-child){
	margin-top: -0.5em;
}

.para ul li{
	display: inline-block;
}

.para ul li a{
	display: block;
	line-height: 1;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.para p a, .entgl .paragraphe.bot p a{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.para ul li:not(:first-child):before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #000;
	margin: 0 5px 0 0;
	padding-left: 2px;
}

.enteteglossaire{
	display: flex;
	flex-wrap: wrap;
}

.entgt{
	margin: 40px 0 30px;
	width: 100%;
}

.entgt h2{
	font-family: "Montagu Slab";
	font-weight: 300;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.entgt h1{
	font-weight: 900;
	font-size: 150px;
	line-height: 110px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0;
}

.entgt h1 span{
	width: 110px;
	height: 110px;
	text-indent: -999em;
	display: inline-block;
	background: url(../images/fleches.svg) no-repeat center center/contain;
}

.entgl{
	width: 48%;
	padding-top: 30px;
}

.entgl .paragraphe{
	padding-right: 80px;
}

.entgl .paragraphe:first-child{
	display: flex;
	justify-content: flex-end;
}

.entgr{
	width: 52%;
	position: relative;
	min-height: 100%;
	border-top: 0.5px solid;
	border-left: 0.5px solid;
}

.etapes{
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	padding: 75px 0;
	height: 100%;
	row-gap: 130px;
	margin-right: -0.5px;
}

.etape{
	width: 50%;
	padding-left: 130px;
}

.etapec{
	background: #fff;
	border: 0.5px solid;
	height: 100%;
	padding: 16px;
	font-size: 14px;
	line-height: 1.2;
}

.etapec > span{
	display: block;
	font-weight: 800;
	font-size: 34px;
	line-height: 1;
	margin: 0 0 12px;
}

.legendes{
	color: #8c8c8b;
	font-size: 11px;
}

.enteteglossaire{
	position: relative;
}

.enteteglossaire:after{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}

.entgl .paragraphe.bot{
	margin: 20px 0 0;
	padding: 20px 80px 20px 0;
	position: relative;
}

.entgl .paragraphe.bot p{
	font-size: 26px;
}

.entgl .paragraphe.bot:before{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.page-id-19 h1.wp-block-heading + .vtxt:after, .page-id-7736 h1.wp-block-heading + .vtxt:after, .page-id-17 h1.wp-block-heading + .vtxt:after, .page-id-7729 h1.wp-block-heading + .vtxt:after{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}

.entgtt{
	width: 100%;
	padding-right: 80px;
	margin: 0 0 15px;
}

.entgtt h3{
	text-align: right;
}

.lettres{
	padding: 60px 0;
	display: flex;
	justify-content: center;
	/* gap: 20px; */
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}

.lettres span{
	cursor: pointer;
	display: flex;
	width: 56px;
	border: 3px solid transparent;
	align-items: center;
	justify-content: center;
	height: 56px;
	transition: border-color 0.4s ease;
	outline: none;
}

.lettres span:hover, .lettres span.actif{
	border-color: #000;
}

.glossairesc{
	position: relative;
}

.glossairesc:before{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.glossaire{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: -999em;
	top: -999em;
}

.glossaire.on{
	opacity: 1;
	pointer-events: all;
	position: relative;
	left: 0;
	top: 0;
}

.glossairec{
	display: flex;
	flex-wrap: wrap;
}

.glossimg{
	width: 40%;
	position: relative;
	height: calc(100vh - 80px);
	position: sticky;
	top: 80px;
	border-top: 0.5px solid #000;
	border-left: 0.5px solid #000;
	border-right: 0.5px solid #000;
}

.glossairec ul{
	width: 60%;
	padding: 80px;
	list-style: none;
	margin: 0;
	line-height: 1;
}

.glossairec ul li{
	position: relative;
	border-top: 0.5px solid #000;
	padding: 12px 0;
}

.glossairec ul li:last-child{
	border-bottom: 0.5px solid #000;
}

.glossairec ul li:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 17px;
	background: url(../images/ssmenu.svg) no-repeat center center / contain;
}

.glossairec ul li > a{
	font-family: "Montagu Slab";
	font-weight: 400;
	font-size: 21px;
	line-height: 1.2;
	text-transform: uppercase;
	padding-right: 50px;
	display: block;
}

.glossairec ul li .txt{
	line-height: 1.2;
	display: none;
	padding: 8px 0 2px;
}

.wrapper.wrappers{
	max-width: 700px;
}

.wrapper.wrapperm{
	max-width: 900px;
}

.txt iframe{
	display: block;
	width: 100%;
}

.txt ul{
	padding-left: 15px;
}

.txt ol{
	padding-left: 16px;
}

.outilcont .txt .wp-block-image img {
	border: 0;
}

.outilcont{
	margin: 0 0 80px;
}
.outilcont .txt{
	font-size: 15px;
}
.outilcont h1, .outilcont .txt h1.wp-block-heading{	
	text-transform: uppercase;
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
}
body:not(.home) .outilcont h1:first-child {
	padding-top: 50px;
}
.outilcont h2, .outilcont .txt h2.wp-block-heading{	
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
}
.outilcont h3, .outilcont .txt h3.wp-block-heading{	
	font-family: "Montagu Slab";
	font-weight: 300;
	font-size: 21px;
	line-height: 1.2;
}
.outilcont h4, .outilcont .txt h4.wp-block-heading{	
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
}
.wp-block-buttons .wp-block-button__link{
	text-decoration: none;
	display: flex;
	line-height: 1;
	font-size: 20px;
	font-weight: 600;
	border: 0.5px solid #000;
	padding: 18px 30px;
	background: white;
	color: #000;
	border-radius: 0;
}
.wp-block-buttons .wp-block-button__link:hover{
	background: #d2d2d2;
	color: #000;
}
.wp-block-separator {
	border: none;
	border-top: 0.5px solid;
	background: transparent;
	margin: 80px 0;
}
.wp-block-separator + *{
	padding: 0;
}
.colonnes{
	position: relative;
	margin-top: 80px;
	padding-top: 80px;
}

.colonnes:before{
	content: '';
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.wp-block-image img{
	border: 0.5px solid #000;
}

.wp-block-image + .has-medium-font-size{
	font-weight: 600;
}

:root{
	--wp--preset--font-size--small: 11px;
	--wp--preset--font-size--medium: 17px;
}

.hamburger{
	display: none;
}

.page-id-7743 .entetelll + .entetell, .page-id-25 .entetelll + .entetell{
	width: 0;
}

.page-id-7743 .entetelll + .entetell + .entetelll, .page-id-25 .entetelll + .entetell + .entetelll{
	width: 100%;
}

.page-id-7757 .entetell {
	width: 60%;
}

.page-id-7757 .entetelll {
	width: 40%;
}

.vtxt + .wp-block-heading{
	padding-top: 80px;
}

.page-id-19 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe, .page-id-7736 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe{
	position: relative;
	margin-top: 80px;
}

.page-id-19 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe:before, .page-id-7736 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe:before{
	/* content: ''; */
	display: block;
	width: 100vw;
	height: 0.5px;
	background: #000;
	position: absolute;
	top: -80px;
	right: -80px;
}

.searchy{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	z-index: 8;
	background: #fff;
	border-top: 0.5px solid #000;
	display: flex;
	padding: 20px 120px 20px 80px;
	transform: translate(0,100%);
	transition: transform 0.4s ease;
}

.searchy.on, .search-results .searchy, .search-no-results .searchy{
	transform: translate(0,0);
}

.search .wp-block-heading{
	margin: 0 0 0.5em;
}

.searchc{
	padding-bottom: 80px;
}

.search .wp-block-heading span{
	display: block;
	font-weight: 400;
}

.searchy form{
	display: flex;
	width: 100%;
}

.searchy form input[type="search"]{
	border-radius: 0;
	border: 0;
	padding: 0;
	font-size: 18px;
}

.searchy form button{
	border-radius: 0;
	font-size: 18px;
	padding: 0 30px;
}

.searchc article + article{
	margin-top: 15px;
}

.searchc article p{
	font-family: "Montagu Slab";
	font-weight: 400;
	font-size: 21px;
	line-height: 1.2;
	margin: 0;
}

.nav-links{
	margin: 80px 0 0;
	display: flex;
}

.nav-links .page-numbers.prev, .nav-links .page-numbers.next{
	display: none;
}

.nav-links .page-numbers{
	display: flex;
	width: 56px;
	border: 3px solid transparent;
	align-items: center;
	justify-content: center;
	height: 56px;
	transition: border-color 0.4s ease;
	outline: none;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}


.nav-links .page-numbers:hover, .nav-links .page-numbers.current {
	border-color: #000;
}

@media screen and (max-width: 1799px) {
	.teaml h2{
		font-size: 47px;
	}
	.entetell h1, .entetelll .sstxt{
		font-size: 6.8vw;
	}
	.team.ssintro .membres {
		margin-top: 22px;
	}
}

@media screen and (max-width: 1699px) {
	.site-header{
		gap: 70px;
	}
	.menu{
		gap: 70px;
	}
	.main-menu {
		gap: 60px;
	}
	.teaml h2{
		font-size: 2.8vw;
	}
	.lettres span, .nav-links .page-numbers{
		width: 46px;
		height: 46px;
	}
	.etapes{
		row-gap: 60px;
	}
	.etape {
		padding-left: 100px;
	}
	.team.ssintro .membres {
		margin-top: 1.22vw;
	}
}

@media screen and (max-width: 1599px) {
	.homec h2{
		max-width: 420px;
		font-size: 25px;
	}
	.site-content {
		min-height: calc(100vh - 60px);
		padding: 120px 60px 0;
	}
	.site-footer{
		height: 60px;
	}
	.sideb{
		width: 60px;
	}
	.main-menu > li a{
		font-size: 16px;
	}
	.main-menu > li.menu-item-has-children:after{
		width: 12px;
		height: 12px;
	}
	.lang-menu{
		font-size: 15px;
	}
	.site-header{
		padding: 20px 60px;
	}
	.site-title a{
		width: 100px;
		height: 70px;
	}
	.homec .vcta {
		height: calc(100vh - 180px);
	}
	.homec h2 {
		max-width: 340px;
		font-size: 20px;
	}
	.bouton, .wp-block-buttons .wp-block-button__link{
		font-size: 16px;
		padding: 14px 24px;
	}
	.bouton.blanc{
		padding: 15px 50px;
	}
	.vtxtc{
		padding: 0 60px 60px;
	}
	.ressources .membre > p{
		font-size: 15px;
	}
	.ressources .txt{
		font-size: 13px;
	}
	.liens a{
		font-size: 14px;
	}
	.paragraphe p, .intro, .membre > p, .entetelll .txt{
		font-size: 16px;
	}
	.paragraphe.smallsize > * {
		max-width: 464px;
	}
	.membre p span, .para ul, .ressources .membre > p span{
		font-size: 17px;
	}
	.paragraphe h3, .member, .glossairec ul li > a{
		font-size: 18px;
	}
	.member a:after{
		width: 13px;
		height: 13px
	}
	.section h3, .paragraphe ul{
		font-size: 19px;
	}
	.entgt h2{
		font-size: 20px;
	}
	.paras{
		margin: 30px 0 -60px;
	}
	.para, .entgl .paragraphe.bot p{
		font-size: 21px;
	}
	.para ul li:not(:first-child):before{
		width: 11px;
		height: 11px;
	}
	.membres {
		margin-top: 35px;
	}
	body:not(.home) .wp-block-heading:first-child {
		padding-top: 25px;
	}
	.wp-block-heading, .entgtt h3, .paragraphe h2, .outilcont h1, .outilcont .txt h1.wp-block-heading{
		font-size: 48px;
	}
	body, button, input, select, textarea{
		font-size: 13px;
	}
	.entetel{
		padding: 60px 60px 60px 0;
	}
	.entgt {
		margin: 40px 0 10px;
	}
	.entgt h1{
		font-size: 100px;
		line-height: 75px;
	}
	.entgt h1 span {
		width: 75px;
		height: 75px;
	}
	.etapes {
		row-gap: 40px;
	}
	.etape {
		padding-left: 40px;
	}
	.etapec > span{
		font-size: 28px;
	}
	.etapec{
		font-size: 12px;
	}
	.legendes{
		font-size: 10px;
	}
	.lettres{
		font-size: 26px;
	}
	.lettres span {
		width: 40px;
		height: 40px;
		border-width: 2px;
	}
	.glossairec ul{
		padding: 60px;
	}
	.glossairec ul li:after{
		right: 0;
		top: 15px;
	}
	.entgtt {
		padding-right: 60px;
	}
	/* .team.ssintro .membres {
		margin-top: 19px;
	} */
	.page-id-19 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe:before, .page-id-7736 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe:before{
		right: -60px;
		top: -60px;
	}
	.page-id-19 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe, .page-id-7736 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe{
		margin-top: 60px;
	}
	.vtxt + .wp-block-heading {
		padding-top: 60px;
	}
	.team{
		padding: 60px 0;
	}
	.teamr{
		padding: 0 60px;
	}
	.wp-block-separator{
		margin: 60px 0;
	}
	body:not(.home) .outilcont h1:first-child {
		padding-top: 25px;
	}
	.outilcont {
		margin: 0 0 60px;
	}
	.homeconten{
		margin: 60px 0;
	}
	.homeconten > *{
		gap: 60px;
	}
	.homecontentti img{
		max-height: 350px;
	}
	.searchc {
		padding-bottom: 60px;
	}
	.searchy{
		padding: 10px 70px 10px 60px;
		height: 60px;
	}
	.nav-links .page-numbers {
		width: 40px;
		height: 40px;
		border-width: 2px;
		font-size: 26px;
	}
	.nav-links {
		margin: 60px 0 0;
	}
	.searchc article p{
		font-size: 18px;
	}
}

@media screen and (max-width: 1299px) {
	.site-header {
		padding: 20px 50px;
	}
	.site-header, .menu{
		gap: 50px;
	}
	.sideb {
		width: 50px;
	}
	.site-footer {
		height: 50px;
	}
	.site-content {
		min-height: calc(100vh - 50px);
		padding: 120px 50px 0;
	}
	.homec .vcta {
		height: calc(100vh - 170px);
	}
	.entetel {
		padding: 50px 50px 50px 0;
	}
	.paras {
		margin: 30px 0 -50px;
	}
	.vtxtc {
		padding: 0 50px 50px;
	}
	.main-menu > li a {
		font-size: 15px;
	}
	.wp-block-heading, .entgtt h3, .paragraphe h2, .outilcont h1, .outilcont .txt h1.wp-block-heading {
		font-size: 46px;
	}
	/* .teaml h2 {
		font-size: 40px;
	} */
	.social-menu{
		font-size: 22px;
	}
	.social-menu > li.cercle > a{
		width: 22px;
		height: 22px;
		border: 1.5px solid #000;
		font-size: 11px;
	}
	.homec h2 {
		max-width: 305px;
		font-size: 18px;
	}
	.paragraphe h3, .member, .glossairec ul li > a, .section h3, .paragraphe ul, .section h3 svg {
		font-size: 17px;
	}
	.ressources .membre > p {
		font-size: 14px;
	}
	.paragraphe p, .intro, .membre > p, .entetelll .txt {
		font-size: 15px;
	}
	.membre p span, .para ul, .ressources .membre > p span, .section h3 em {
		font-size: 16px;
	}
	.para, .entgl .paragraphe.bot p {
		font-size: 19px;
	}
	.lettres {
		font-size: 23px;
	}
	.lettres span {
		width: 36px;
		height: 36px;
	}
	.membres {
		margin-top: 28px;
	}
	.bouton.blanc {
		padding: 15px 35px;
	}
	.bouton, .wp-block-buttons .wp-block-button__link {
		font-size: 15px;
		padding: 12px 20px;
	}
	.section > a:not(.bouton):after{
		width: 13px;
		height: 13px;
		top: 3px;
	}
	.team.ssintro .membres {
		/* margin-top: 18px; */
		gap: 26px;
	}
	.glossairec ul {
		padding: 50px;
	}
	.entgtt {
		padding-right: 50px;
	}
	.page-id-19 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe:before, .page-id-7736 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe:before{
		right: -50px;
		top: -50px;
	}
	.page-id-19 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe, .page-id-7736 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe{
		margin-top: 50px;
	}
	.vtxt + .wp-block-heading {
		padding-top: 50px;
	}
	.team{
		padding: 50px 0;
	}
	.teamr{
		padding: 0 50px;
	}
	.wp-block-separator{
		margin: 50px 0;
	}
	.outilcont h2, .outilcont .txt h2.wp-block-heading {
		font-size: 33px;
	}
	.outilcont h4, .outilcont .txt h4.wp-block-heading {
		font-size: 25px;
	}
	.outilcont {
		margin: 0 0 50px;
	}
	.member a:after{
		width: 12px;
		height: 12px
	}
	.homeconten{
		margin: 50px 0;
	}
	.homeconten > *{
		gap: 50px;
	}
	.homecontentti img {
		max-height: 300px;
	}
	.searchy form button {
		font-size: 16px;
		padding: 0 13px;
	}
	.searchy form input[type="search"]{
		font-size: 16px;
	}
	.searchc {
		padding-bottom: 50px;
	}
	.searchy{
		padding: 10px 60px 10px 50px;
		height: 50px;
	}
	.nav-links .page-numbers {
		width: 36px;
		height: 36px;
		border-width: 2px;
		font-size: 23px;
	}
	.nav-links {
		margin: 50px 0 0;
	}
	.searchc article p{
		font-size: 17px;
	}
}

@media screen and (max-width: 1199px) {
	.member a {
		padding: 0 20px 0 0;
	}
	.member a:after {
		width: 11px;
		height: 11px;
		top: 4px;
	}
	.site-header {
		padding: 20px 40px;
	}
	.site-header, .menu{
		gap: 33px;
	}
	.sideb {
		width: 40px;
	}
	.site-footer {
		height: 40px;
	}
	.site-content {
		min-height: calc(100vh - 40px);
		padding: 114px 40px 0;
	}
	.homec .vcta {
		height: calc(100vh - 160px);
	}
	.entetel {
		padding: 40px 40px 40px 0;
	}
	.paras {
		margin: 30px 0 -40px;
	}
	.vtxtc {
		padding: 0 40px 40px;
	}
	.menu{
		padding-right: 30px;
	}
	.main-menu {
		gap: 50px;
	}
	.glossairec ul {
		padding: 40px;
	}
	.homec h2 {
		max-width: 290px;
		font-size: 17px;
	}
	.main-menu > li a, .lang-menu {
		font-size: 14px;
	}
	.main-menu > li.menu-item-has-children:after {
		width: 10px;
		height: 10px;
		margin-left: 7px;
	}
	.social-menu {
		font-size: 20px;
	}
	.social-menu > li.cercle > a {
		width: 20px;
		height: 20px;
		font-size: 10px;
	}
	.site-title a {
		width: 90px;
		height: 64px;
	}
	.paragraphe p, .intro, .membre > p, .entetelll .txt {
		font-size: 14px;
	}
	.paragraphe h3, .member, .glossairec ul li > a, .section h3, .paragraphe ul, .section h3 svg {
		font-size: 15px;
	}
	.membre p span, .para ul, .ressources .membre > p span, .section h3 em {
		font-size: 15px;
	}
	.para, .entgl .paragraphe.bot p {
		font-size: 17px;
	}
	
	.wp-block-heading, .entgtt h3, .paragraphe h2, .outilcont h1, .outilcont .txt h1.wp-block-heading {
		font-size: 42px;
	}
	.intro{
		padding-bottom: 2px;
	}
	.bouton, .wp-block-buttons .wp-block-button__link {
		font-size: 14px;
		padding: 10px 16px;
	}
	.section > a:not(.bouton):after {
		width: 12px;
		height: 12px;
		top: 2px;
	}
	.paragraphe ul li{
		padding-left: 25px;
	}
	.paragraphe ul li:before{
		width: 10px;
		height: 10px;
		top: 4px;
	}
	.para ul li:not(:first-child):before {
		width: 10px;
		height: 10px;
	}
	:root {
		--wp--preset--font-size--small: 10px;
		--wp--preset--font-size--medium: 15px;
	}
	.team.ssintro .membres {
		margin-top: 13px;
	}
	.legendes {
		font-size: 9px;
	}
	.lettres {
		font-size: 20px;
	}
	.lettres span {
		width: 32px;
		height: 32px;
	}
	.glossairec ul li:after{
		width: 13px;
		height: 13px;
	}
	body, button, input, select, textarea {
		font-size: 12px;
	}
	.entgtt {
		padding-right: 40px;
	}
	.page-id-19 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe:before, .page-id-7736 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe:before{
		right: -40px;
		top: -40px;
	}
	.page-id-19 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe, .page-id-7736 h1.wp-block-heading + .vtxt .paragraphe + .paragraphe{
		margin-top: 40px;
	}
	.vtxt + .wp-block-heading {
		padding-top: 40px;
	}
	.team{
		padding: 40px 0;
	}
	.teamr{
		padding: 0 40px;
	}
	.wp-block-separator{
		margin: 40px 0;
	}
	.outilcont {
		margin: 0 0 40px;
	}
	.homeconten{
		margin: 40px 0;
	}
	.homeconten > *{
		gap: 40px;
	}
	.homecontentti img {
		max-height: 250px;
	}
	.searchy form button {
		font-size: 16px;
		padding: 0 13px;
	}
	.searchy form input[type="search"]{
		font-size: 16px;
	}
	.searchc {
		padding-bottom: 40px;
	}
	.searchy{
		padding: 10px 50px 10px 40px;
		height: 50px;
	}
	.nav-links .page-numbers {
		width: 32px;
		height: 32px;
		border-width: 2px;
		font-size: 20px;
	}
	.nav-links {
		margin: 40px 0 0;
	}
	.searchc article p{
		font-size: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.menu{
		display: flex!important;
	}
	.hidedesk{
		display: none!important;
	}
}

@media screen and (max-width: 1023px) {
	.wrapper{
		padding: 0;
	}
	.outilcont .txt {
		font-size: 14px;
	}
	.outilcont h2, .outilcont .txt h2.wp-block-heading{
		font-size: 33px;
	}
	.teaml h2 {
		font-size: 33px;
	}
	.hamburger{
		display: block;
		margin: -15px;
		height: 54px;
	}
	.menu{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 36px 40px 40px;
		background: #fff;
		height: 100vh;
	}
	.site-title a, .scrolled .site-title a {
		margin: 0;
		width: 80px;
		height: 56px;
	}
	.site-header{
		align-items: center;
		padding: 16px 40px;
	}
	.sideb{
		width: 100%;
		border-left: 0;
		border-top: 0.5px solid #000;
		height: 40px;
		top: auto;
		bottom: 0;
		z-index: -1;
		background: #fff;
		justify-content: flex-end;
		padding-right: 40px;
	}
	.social-menu{
		flex-direction: row;
	}
	.site-content {
		min-height: calc(100vh - 40px);
		padding: 90px 40px 0;
	}
	.main-menu {
		gap: 25px;
		flex-direction: column;
		align-items: flex-start;
	}
	.main-menu > li > ul {
		list-style: none;
		padding: 0;
		margin: 8px 0 0;
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.main-menu > li.menu-item-has-children:after {
		display: none;
	}
	.main-menu > li.menu-item-has-children > a:after {
		content: '';
		display: block;
		width: 13px;
		height: 13px;
		position: absolute;
		left: 100%;
		top: 3px;
		margin-left: 10px;
		background: url(../images/ssmenu.svg) no-repeat center center / contain;
	}
	.main-menu > li a, .lang-menu {
		font-size: 16px;
	}
	.main-menu > li > a{
		font-weight: 400;
	}
	.main-menu > li > ul > li > a{
		font-size: 13px;
	}
	.main-menu > li {
		padding: 0;
	}
	.homec > .wp-block-column:first-child{
		order: 2;
	}
	.homec .vcta {
		height: 60vh;
	}
	.lang-menu{
		position: absolute;
		right: 80px;
		top: 36px;
		z-index: 1;
	}
	.gauche .vtxti{
		order: 2;
	}
	.vtxti {
		height: auto;
		min-height: 0;
		padding: 70% 0 0;
	}
	.vtxti, .vtxtc{
		width: 100%!important;
	}
	.vtxt:first-child .vtxtc {
		padding:15px 0 40px;
	}
	.vtxtc{
		padding-right: 0;
		padding-left: 0;
	}
	.paragraphe > *{
		text-align: left!important;
	}
	.vtxt.droite .vtxti{
		border-right: 0.5px solid #000;
	}
	.paragraphe + .paragraphe {
		margin-top: 40px;
	}
	.paragraphe.smallsize > * {
		max-width: 100%;
	}
	.team{
		align-items: flex-start;
		flex-direction: column;
	}
	.teaml, .teamr{
		width: 100%;
	}
	.teaml h2{
		text-align: left;
	}
	.teamr{
		padding: 0;
	}
	.ssintro .teaml {
		position: relative;
		top: 0;
	}
	.team:before, .page-id-19 h1.wp-block-heading + .vtxt:after, .page-id-7736 h1.wp-block-heading + .vtxt:after, .page-id-17 h1.wp-block-heading + .vtxt:after, .page-id-7729 h1.wp-block-heading + .vtxt:after, .colonnes:before, .entete:after, .members + .members:before, .members + .wp-block-heading:before, .para:before, .entgl .paragraphe.bot:before, .enteteglossaire:after{
		right: -40px;
	}
	.page-id-25 .vtxti, .page-id-7767 .vtxti {
		height: auto;
		padding: 60% 0 0;
		margin: 40px 0 0;
	}
	.team:not(.ssintro) .teaml:first-child{
		margin-bottom: 8px;
	}
	.membres {
		margin-top: 15px;
	}
	body:not(.home) .wp-block-heading:first-child {
		padding-top: 15px;
	}
	.colonnes {
		margin-top: 40px;
		padding-top: 20px;
	}
	.entete{
		flex-direction: column;
	}
	.entetel{
		width: 100%;
		padding: 15px 0 40px;
		flex-direction: column;
	}
	.entetell {
		width:100%!important;
		text-align: left;
		padding-right: 0;
	}
	.entetelll {
		width: 100%!important;
		padding: 15px 0 0;
	}
	.enteter{
		width: 100%!important;
		padding: 60% 0 0;
	}
	.entetelll + .entetell + .entetelll{
		display: none!important;
	}
	.entetell .sous{
		display: block;
	}
	.memberz {
		column-count: 2;
	}
	.members + .members, .members + .wp-block-heading {
		position: relative;
		margin-top: 25px;
		padding-top: 30px;
	}
	.paras {
		margin: 30px 0 -40px;
		padding-right: 0;
		border-right: 0;
	}
	.entgt {
		margin: 15px 0 10px;
	}
	.entgtt:not(.hidedesk), .glossimg{
		display: none;
	}
	.entgl {
		width: 100%;
		padding-top: 5px;
	}
	.entgl .paragraphe {
		padding-right: 0;
	}
	.entgl .paragraphe.bot:after {
		content: '';
		display: block;
		width: 100vw;
		height: 0.5px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: -40px;
	}
	.entgtt {
		padding-right: 0;
		margin: 25px 0;
	}
	.entgtt h3 {
		text-align: left;
	}
	.glossairec ul {
		padding: 40px 0;
		width: 100%;
	}
	.entgr{
		width: 100%;
		border-right: 0.5px solid;
		padding: 40px;
	}
	.etapes {
		row-gap: 25px;
		padding: 30px;
		border: 0.5px solid;
		background: #fff;
	}
	.etape {
		padding-left: 0;
		width: 100%;
	}
	.etapec{
		border: 0;
		padding: 0;
	}
	header .main-menu li.current-menu-item > a, header .main-menu li.current-menu-parent > a, header .main-menu li.current-page-ancestor > a {
		color: #606060!important;
	}
	body:not(.home) .outilcont h1:first-child {
		padding-top: 15px;
	}
	.outilcont h4, .outilcont .txt h4.wp-block-heading {
		font-size: 20px;
	}
	.homeconten {
		margin: 40px 0;
		flex-direction: column;
		gap: 40px;
	}
	.homecontenttt{
		order: 2;
	}
	.homecontenttt .bouton {
		opacity: 1;
		pointer-events: all;
	}
	.homecontentti .bouton {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
	.homecontentti img {
		max-height: 350px;
	}
	.searchy form button {
		font-size: 16px;
		padding: 0 13px;
	}
	.searchy form input[type="search"]{
		font-size: 16px;
	}
	.searchc {
		padding-bottom: 90px;
	}
	.searchy{
		padding: 10px 40px 10px 40px;
		height: 50px;
		bottom: 40px;
	}
	.nav-links .page-numbers {
		width: 32px;
		height: 32px;
		border-width: 2px;
		font-size: 20px;
	}
	.nav-links {
		margin: 40px 0 0;
	}
	.searchc article p{
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.site-header {
		align-items: center;
		padding: 16px 20px;
	}
	.site-title a, .scrolled .site-title a {
		width: 66px;
		height: 46px;
	}
	.site-content {
		min-height: calc(100vh - 40px);
		padding: 75px 20px 0;
	}
	.sideb{
		padding-right: 20px;
	}
	.homec .vcta {
		height: var(--vhh);
	}
	.bouton, .wp-block-buttons .wp-block-button__link {
		font-size: 13px;
		padding: 10px 16px;
	}
	.bouton.blanc {
		padding: 13px 30px;
	}
	.lang-menu{
		right: auto;
		left: 20px;
		top: 29px;
	}
	.menu{
		padding: 70px 20px 40px;
	}
	.team:before, .page-id-19 h1.wp-block-heading + .vtxt:after, .page-id-17 h1.wp-block-heading + .vtxt:after, .page-id-7729 h1.wp-block-heading + .vtxt:after, .page-id-7736 h1.wp-block-heading + .vtxt:after, .colonnes:before, .entete:after, .members + .members:before, .members + .wp-block-heading:before, .para:before, .entgl .paragraphe.bot:before, .enteteglossaire:after {
		right: -20px;
	}
	.paragraphe p, .intro, .membre > p, .entetelll .txt {
		font-size: 15px;
	}
	.paragraphe h3 + h3{
		padding: 0;
	}
	.paragraphe + .paragraphe {
		margin-top: 30px;
	}
	.vtxti {
		padding: 90% 0 0;
		width: 100vw !important;
		margin-left: -20px;
		margin-right: -20px;
		border-left: 0;
		border-right: 0;
	}
	.team{
		padding: 20px 0;
	}
	.teaml h2 {
		font-size: 26px;
	}
	.wp-block-heading, .entgtt h3, .paragraphe h2, .outilcont h1, .outilcont .txt h1.wp-block-heading {
		font-size: 30px;
	}
	.colonnes {
		margin-top: 0px;
		padding-top: 0px;
	}
	.entetell h1, .entetelll .sstxt {
		font-size: 55px;
	}
	.enteter {
		width: 100vw!important;
		padding: 90% 0 0;
		margin: 0 0 0 -20px;
	}
	.memberz {
		column-count: 1;
	}
	.members + .members, .members + .wp-block-heading{
		margin-top: 0;
	}
	.para ul li:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		background: #000;
		margin: 0;
		padding-left: 0;
		position: absolute;
		left: 0;
		top: 7px;
	}
	.para ul li{
		display: block;
	}
	.para ul{
		text-align: left!important;
	}
	.para ul li, .paragraphe ul li{
		position: relative;
		padding-left: 20px;
	}
	.page-id-25 .vtxti, .page-id-7767 .vtxti{
		height: auto;
		padding: 90% 0 0;
		margin: 30px -20px 0;
	}
	.ressources .txt {
		font-size: 12px;
		line-height: 1.3;
		margin: 4px 0 0;
	}
	.liens a {
		font-size: 13px;
	}
	.team.ssintro .membres{
		gap: 20px;
	}
	.lettres {
		font-size: 20px;
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.entgt h2 {
		font-size: 14px;
	}
	.entgt h1 {
		font-size: 56px;
		line-height: 42px;
	}
	.entgt h1 span {
		width: 42px;
		height: 42px;
	}
	.legendes {
		font-size: 8px;
	}
	.entgl .paragraphe.bot{
		padding-right: 0;
	}
	.entgl .paragraphe.bot:after{
		right: -20px;
	}
	.para, .entgl .paragraphe.bot p {
		font-size: 16px;
	}
	.entgr {
		width: 100vw;
		border-right: 0;
		border-left: 0;
		padding: 20px;
		margin: 0 -20px;
	}
	.outilcont .txt {
		font-size: 13px;
	}
	.outilcont h2, .outilcont .txt h2.wp-block-heading {
		font-size: 25px;
	}
	.wp-block-separator {
		margin: 30px 0;
	}
	.outilcont h3, .outilcont .txt h3.wp-block-heading{
		font-size: 18px;
	}
	.wp-block-buttons>.wp-block-button{
		width: 100%;
	}
	.wp-block-buttons .wp-block-button__link{
		justify-content: center;
	}
	.wp-block-buttons{
		gap: 10px;
	}
	.outilcont h4, .outilcont .txt h4.wp-block-heading {
		font-size: 17px;
	}
	.outilcont {
		margin: 0 0 30px;
	}
	.homecontentti img {
		max-height: 999em;
		width: 100%;
	}
	.homeconten {
		margin: 0 0 40px;
		flex-direction: column;
		gap: 20px;
	}
	.homeconten > *{
		gap: 20px;
		align-items: flex-start;
		width: 100%;
	}
	.homecontent {
		min-height: calc(100vh - 115px);
	}
	.searchy form button {
		font-size: 16px;
		padding: 0 13px;
	}
	.searchy form input[type="search"]{
		font-size: 16px;
	}
	.searchc {
		padding-bottom: 90px;
	}
	.searchy{
		padding: 10px 20px 10px 20px;
		height: 50px;
		bottom: 40px;
	}
	.nav-links .page-numbers {
		width: 32px;
		height: 32px;
		border-width: 2px;
		font-size: 20px;
	}
	.nav-links {
		margin: 40px 0 0;
	}
	.searchc article p{
		font-size: 15px;
	}
}