@media(min-width: 481px) {}

@media(min-width: 768px) {

	/*---------------------------------*/
	/* SECTIONS */
	/*---------------------------------*/
	#sections .sectionsbloc.section_num2 .wp-block-columns,
	#sections .sectionsbloc.section_num3 .wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media(min-width: 1025px) {

	/*------------------- SHAPE ---------------------*/
	.shape::before, .shape::after
	{
		height: 150px;
	}
	/*-----------------*/
	/* HEADER + NAVPRIMARY */
	/*-----------------*/
	#header {
		position: absolute;
	}

	#header-coordonnees::before {
		background: var(--background-color);
		border-top: none;
		height: calc(100% - 5px);
		box-sizing: border-box;
		border-radius: 50px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		/* clip-path: polygon(0 0, 100% 0, 100% 100%, 59% 100%, 57% 90%, 43% 90%, 41% 100%, 0 100%); */
	}

	.navigmenu .naviglink.lvl-2 span {
		padding: 0 0 0 15px;
		display: block
	}

	.navigmenu .naviglink.lvl-2 {
		text-align: left;
		padding: 10px;
		font-size: 14px;
	}

	.navigmenu .naviglink.lvl-2 span:before {
		content: "";
		--size: 6px;
		position: absolute;
		top: 5px;
		left: 0;
		background: var(--primary-color);
		width: var(--size);
		height: var(--size);
		border-radius: 100%
	}

	.nohome #navprimary {
		border-bottom: 1px solid rgb(255 255 255 / 40%);
		position: relative;
	}

	#infoadresse br {
		display: none;
	}

	#logoCoordonnees {
		order: 0;
		grid-row: span 2;
	}

	#header-coordonnees>:nth-child(1) {
		order: -1;
		align-items: flex-end
	}

	#header-coordonnees .right {
		order: 2
	}

	#header-coordonnees>:nth-child(1),
	#header-coordonnees>:nth-child(4),
	#header-coordonnees>:nth-child(6) {
		padding: 0 24px 0 0;
		text-align: right;
	}

	#header-coordonnees>:nth-child(1) span,
	#header-coordonnees>:nth-child(4) span,
	#header-coordonnees>:nth-child(6) span {
		text-align: right;
	}

	#header-coordonnees>:nth-child(1):before,
	#header-coordonnees>:nth-child(4):before,
	#header-coordonnees>:nth-child(6):before {
		right: 0;
		left: auto;
	}

	#infotelportButton {
		padding: 6px 40px 6px 20px;
	}


	#header-coordonnees #infotelportButton:before {
		right: 15px;
	}

	#logoCoordonnees>a,
	#logo>a {
		height: 190px;
		padding: 25px;
		margin: 0 auto;
		position: relative;
		margin: -40px auto;
	}

	#logoCoordonnees img {
		padding: 10Px;
	}

	.home #header::before {
		background: var(--black);
	}

	#navprimary
	{
		border-bottom: 1px solid #ffffff50;
	}
	/*------------------- HEADERHOME ---------------------*/
	#headerHome {
		padding: 200px 0;
		clip-path: polygon(1% 0%, 99% 0%, 94% 100%, 4% 100%);
	}
	
	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content .blocthumb {
		padding: 105px 0 0 0;
		height: 880px;
		width: 36%;
		margin-bottom: -160px;
	}

	.home #content .title {
		width: 44%;
		max-width: 750px;
		padding: 180px 30px 30px;
		color: var(--white);
		font-size: 22px;
		margin: 0 auto;
		line-height: 1.1;
	}

	.home #content .specialthumb {
		order: 3;
		height: 440px;
		width: 20%;
	}

	.home #content {
		padding: 0px 0 100px;
		margin-top: -200Px;
	}

	.home #content h1 {
	}

	.home #content::before,
	.home #content:after {
		height: 42.5%;
	}
	.home #content .specialthumb::before
	{
		content: "";
		position: absolute;
		top: -200px;
		left: -170px;
		--size: 100%;
		width: var(--size);
		height: var(--size);
		background-image: url(../images/cigogne.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		animation: 4s floating infinite ease-in-out;
	}

	@keyframes floating {
		0% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		50% {
			-webkit-transform: translateY(16px);
			transform: translateY(16px);
		}
		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}
	/*------------------- &&& ---------------------*/
	#contentPage,.nohome:not(.template-prestations-php) #content
	{
		padding-top: 0;
	}

	/*------------------- NEWS / ACTUS ---------------------*/
	#news .fashion-slider-button {
		top: initial;
		bottom: 0;
		transform: initial;
	}

	.home .thumbnail_slider {
		height: 600Px;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/

	#sections .sectionsbloc .section_thumb>div {
		height: 74%;
	}

	#sections .sectionsbloc .section_thumb .blocthumb {
		position: relative;
		top: 100px;
		overflow: hidden;
	}

	#sections .sectionsbloc .section_txt .wrap-text {
		max-width: 900px;
	}

	#sections .sectionsbloc.even .section_txt .wrap-text {
		margin-left: auto;
	}

	.sectionsbloc.section_num1 {
		padding-top: 0;
	}

	#sections .sectionsbloc.even:not(:first-child) {
		margin-top: -60Px;
	}

	#sections .sectionsbloc.even .specialthumb {
		animation: 4s floating infinite ease-in-out;
	}

	@keyframes floating {
		0% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		50% {
			-webkit-transform: translateY(16px);
			transform: translateY(16px);
		}

		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}

	#sections .sectionsbloc.even.section_num2 .specialthumb {
		right: 10%;
		left: initial;
		z-index: 1;
		bottom: -160Px;
	}

	.sectionsbloc.sectionsbloc.even {
		z-index: 2;
	}

	#sections .sectionsbloc.even>* {
		pointer-events: all;
	}

	#sections .sectionsbloc.even .section_txt {
		width: 60%;
	}

	#sections .sectionsbloc.even .section_txt .wrap-text {
		padding: 100px 40px 100px 120px;
		max-width: 1000px;
		margin-left: auto;
	}

	#sections .sectionsbloc.even .section_thumb {
		width: 40%;
		display: initial;
		position: static;
	}

	#sections .sectionsbloc.even .specialthumb {
		position: absolute;
		height: 700px;
		z-index: 1;
		top: auto;
		--size: 200Px;
		width: var(--size);
		height: var(--size);
		left: 72%;
		position: absolute;
		bottom: -140px;
		border-radius: 50%;
	}

	#sections .sectionsbloc.even .section_thumb .blocthumb {
		height: calc(100% + 150px);
		z-index: 1;
		box-shadow: 0 0 20px rgb(0 0 0 / 20%);
		top: initial;
		bottom: 50px;
	}

	#sections .sectionsbloc.odd .section_txt {
		padding-top: 280px;
		padding-bottom: 80px;
	}

	#sections .sectionsbloc.odd .section_txt:before,
	#sections .sectionsbloc.odd .section_txt:after {
		content: "";
		position: absolute;
		right: 0;
		top: 180px;
		width: 120%;
		height: calc(100% - 180px);
		background-color: var(--tertiary-color);
		z-index: -1;
	}

	#sections .sectionsbloc.odd .section_txt .title h2,
	#sections .sectionsbloc.odd .section_txt,
	#sections .sectionsbloc.odd .has-medium-font-size,
	#sections .sectionsbloc.odd blockquote p {
		color: var(--white);
	}

	#sections .sectionsbloc.odd a:not([class*="button"]),
	#sections .sectionsbloc.odd a:not([class*="button"]) strong {
		background-image: linear-gradient(to bottom, transparent 20%, var(--white) 21%);
	}


	#sections .sectionsbloc.odd .section_thumb .blocthumb {
		top: 200px;
	}

	#sections .sectionsbloc.odd .section_thumb .specialthumb {
		top: 0
	}

	.sectionsbloc.section_num3 {
		margin-bottom: 40Px;
	}

	.sectionsbloc {
		padding: 50px 0Px;
	}

	.section_txt {
		position: relative;
		z-index: 2;
	}

	.sectionsbloc .wrap-text {
		padding: 70px;
	}

	.sectionsbloc.even .wrap-text h2 {
		max-width: 600px;
	}

	.sectionsbloc.odd .specialthumb {
		border-right: 0;
		clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
	}

	.sectionsbloc.even .blocthumb {
		clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	}

	/*------------------- GALLERYHOME ---------------------*/
	#galleryHome {
		margin-bottom: 100px;
	}

	#galleryHome::before {
		background: var(--tertiary-color);
		height: 50%;
	}

	#galleryHome,
	#galleryFooter {
		overflow: hidden;
	}

	#galleryHome .wp-block-gallery,
	#galleryFooter .wp-block-gallery {
		height: 34.625em;
		font-size: 1.25vw
	}

	#galleryHome .wp-block-gallery .wp-block-image,
	#galleryFooter .wp-block-gallery .wp-block-image {
		margin-bottom: 0;
		position: absolute
	}

	#galleryHome .wp-block-gallery .wp-block-image:first-of-type,
	#galleryFooter .wp-block-gallery .wp-block-image:first-of-type {
		width: 17.9375em !important;
		height: 25.25em;
		top: 3.625em;
		left: 0;
		z-index: 1
	}

	#galleryHome .wp-block-gallery .wp-block-image:nth-child(2),
	#galleryFooter .wp-block-gallery .wp-block-image:nth-child(2) {
		width: 11.5625em !important;
		height: 16.25em;
		top: 7.0625em;
		left: 16.4375em;
		z-index: 6
	}

	#galleryHome .wp-block-gallery .wp-block-image:nth-child(3),
	#galleryFooter .wp-block-gallery .wp-block-image:nth-child(3) {
		width: 9.8125em !important;
		height: 13.75em;
		top: 13.875em;
		left: 26.625em;
		z-index: 4
	}

	#galleryHome .wp-block-gallery .wp-block-image:nth-child(4),
	#galleryFooter .wp-block-gallery .wp-block-image:nth-child(4) {
		width: 24.5625em !important;
		height: 34.625em;
		top: 0;
		left: 33.875em;
		z-index: 2
	}

	#galleryHome .wp-block-gallery .wp-block-image:nth-child(5),
	#galleryFooter .wp-block-gallery .wp-block-image:nth-child(5) {
		width: 15.4375em !important;
		height: 21.75em;
		top: 8em;
		left: 55.375em;
		z-index: 5
	}

	#galleryHome .wp-block-gallery .wp-block-image:nth-child(6),
	#galleryFooter .wp-block-gallery .wp-block-image:nth-child(6) {
		width: 12.4375em !important;
		height: 17.5em;
		top: 5.125em;
		left: 69.4375em;
		z-index: 3
	}

	/*------------------- PRESTATIONS ---------------------*/
	#prestations {
		/* padding: 100Px; */
	}

	.widget_parentpage {
		gap: 0 !important;
	}

	#prestations .prestations-wrapper>*:not(.prestations-title) {
		transition: all 1s;
	}

	#prestations .hiddenChild .prestations-wrapper>*:not(.prestations-title) {
		opacity: 0;
	}

	.bloc_prestations .prestations-wrapper {
		display: grid;
		grid-template-columns: 140Px 2fr 2fr;
		align-items: stretch;
		height: 100%;
	}

	.widget_parentpage {
		display: flex;
		justify-content: center;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
		counter-reset: prestations;
	}

	.prestations-img {
		position: relative;
	}

	.prestations-img::before {
		counter-increment: prestations;
		content: "0"counter(prestations);
		position: absolute;
		top: 0Px;
		right: -70px;
		font-size: 8em;
		font-family: var(--font-bold);
		z-index: 2;
		color: var(--primary-color);
		border-bottom: 2Px solid var(--primary-color);
		line-height: 1;
	}

	.bloc_prestations {
		width: 60%;
		transition: all 1s, background 0.4s;
		display: block;
		overflow: hidden;
	}

	.bloc_prestations:not(:first-child) {
		border-left: 1Px solid #00000024;
	}

	.prestations-title h3::after {
		content: "+";
		display: inline-block;
		margin-left: 10px;
		font-family: var(--font-text);
		color: var(--primary-color);
		transform: scale(0);
		transition: all 0.4s;
	}

	.bloc_prestations.hiddenChild .prestations-title h3::after {
		transform: scale(1);
	}

	.prestations-content {
		padding: 30px;
		margin-bottom: 50px;
	}

	.bloc_prestations.hiddenChild {
		width: 10%;
	}

	.prestations-title {
		position: relative;
		display: flex;
		align-items: flex-end;
		width: 100px;
	}

	.prestations-img {
		width: 100%;
		display: block;
		height: 100%;
		min-height: 600Px;
	}

	.prestations-title h3 {
		font-size: 2.5em;
		display: flex;
		transform: rotate(270deg);
		transform-origin: 0 5%;
		white-space: nowrap;
		align-items: center;
		position: relative;
		left: 23px;
		bottom: -49px;
	}

	.prestations-content {
		display: grid;
		align-content: end;
		min-width: 350px;
	}

	/*------------------REASSURANCES----------------------*/

	.nohome #reassurances {
		/* margin-bottom: 100px; */
	}

	#reassurances .title h2 {
		font-size: 3em;
	}

	.reaFull::before {
		left: 50%;
		z-index: -1;
		top: -70px
	}

	.wrapRea {
		margin: 180px 0;
		width: 100%;
	}

	#reassurances::before,
	#reassurances .overlay {
		width: 55%;
		clip-path: polygon(0 0, 55% 0, 63% 10%, 100% 10%, 100% 100%, 0 100%);
	}

	.picto-container {
		margin: 100px 0;
		margin-left: -60px;
		z-index: 1;
	}

	.picto-container {
		flex-direction: column;
	}

	.picto-bloc {
		padding: 40px 40px;
		box-sizing: border-box;
		display: grid;
		align-items: center;
		grid-template-columns: 70px 1fr;
	}

	.picto-container li p {
		margin-top: 8px;
		line-height: 1.6em;
		font-family: var(--font-bold);
		text-align: left;
		padding: 0 40px;
		box-sizing: border-box;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer:before,
	#footer:after {
		height: 500px;
		top: 100px;
	}

	.wrapperContact {
		width: 90%;
	}

}

@media(min-width: 1025px) and (max-width:1281px) {
	.prestations-img {
		opacity: 0;
	}
}

@media(min-width: 1281px) {

	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content .title {
		padding: 180px 60px 30px;
	}

	/*------------------- PRESTATIONS ---------------------*/
	.prestations-title h3 {
		left: 43px;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc.even .section_txt .wrap-text {
		padding: 100px 120px 100px 120px;
	}

	.sectionsbloc.section_num0 .wrap-text {
		padding-top: 200Px;
	}

	#sections .sectionsbloc.even .specialthumb {
		bottom: 50px;
		left: 53%;
		--size: 300Px;
	}

	.sectionsbloc.section_num0::before {
		top: 51%;
		height: calc(100% - 400px);
	}

	/*------------------- NEWS / ACTUS ---------------------*/
	#news
	{
		margin: 0 auto;
		margin-bottom: 50Px;
		width: calc(100% - 100Px);
	}
	#news::before,
	#news::after {
		clip-path: polygon(0 15%, 15% 15%, 15% 0, 60% 0, 60% 28%, 100% 28%, 100% 100%, 0 100%);
	}
}

@media(min-width: 1320px) {
	#header::before {
		width: calc(100% - 100px);
		max-width: 1300px;
		height: calc(100% - 45px);
		border: 1px solid var(--white);
		border-top: 0;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.5;
		clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 10%, 100% 10%, 90% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);
	}
}

@media(min-width: 1481px) {

	/*----------------HEADER--------------------*/
	#header::before {
		clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 10%, 100% 10%, 90% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);
	}


	#sections .sectionsbloc.odd .section_txt:before,
	#sections .sectionsbloc.odd .section_txt:after {
		height: calc(100% - 90px);
	}

	#sections .sectionsbloc.odd .section_txt:after,.home #content::before {
		top: 65%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(15deg);
		--size: 30vw;
		width: var(--size);
		height: var(--size);
		background-image: linear-gradient(to right, #ececec 1px, transparent 1px), linear-gradient(to bottom, #ececec 1px, transparent 1px);
		background-position: 0 0;
		background-size: calc(100vw / 16) calc(100vw / 16);
		opacity: .1;
		pointer-events: none;
	}
	.home #content::before 
	{
		z-index: 1;
		--size: 50vw;
		top: 70%;
	}
}

@media(min-width: 1681px) {}


@media(max-width: 1680px) {}

@media(max-width: 1480px) {

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.sectionsbloc .wrap-text {
		padding: 80px 60px;
	}

}

@media(max-width: 1280px) {

	/*-----------------*/
	/* HEADER + NAVPRIMARY */
	/*-----------------*/
	#header:before {
		right: 5%;
		left: 5%;
	}

	.navigmenu .navbloctitle {
		font-size: 16px;
		letter-spacing: 1px;
	}

}

@media(max-width: 1024px) {

	/*---------------HEADER---------------------*/
	body:not(.is-toggle-open) #header .ckmenu {
		position: relative;
		z-index: 1000
	}

	.logoParent {
		display: none;
	}

	#header .ckmenu-nav {
		top: 0;
		padding-top: 50px
	}

	#headerGrid {
		align-items: start;
	}

	#header-coordonnees>* {
		text-align: center;
	}

	.typewrite {
		height: 41px;
		display: grid;
		align-items: center;
		justify-items: center;
	}

	#header {
		padding: 0;
		padding-bottom: 20px;
	}

	#logoCoordonnees img {
		max-width: 200px;
	}
	.navigmenu .naviglink{
		color: var(--black);
	}
	.navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
		bottom: 0;
	}

	#header-coordonnees>div {
		margin: 10px auto;
	}

	#logoCoordonnees>a,
	#logo>a {
		padding-top: 10Px;
	}

	#logo {
		position: relative;
	}

	.navigmenu .naviglink span {
		padding: 5px 0;
	}

	.menuarticle,
	.navigmenu .navbloctitle {
		display: none;
	}

	#header:before {
		bottom: 72px;
		left: 35px;
		right: 35px;
	}

	body:not(.is-toggle-open) #header .ckmenu {
		position: relative;
		z-index: 1000
	}

	.logoParent {
		display: none;
	}

	#header .ckmenu-nav {
		top: 0;
		padding-top: 50px
	}

	#headerGrid {
		align-items: start;
	}

	#header-coordonnees {
		pointer-events: none;
	}

	#header-coordonnees>* {
		pointer-events: all;
	}

	#header :is(#header-coordonnees>*, #header-coordonnees>*>span, .horaires.nomodal .titlehoraires) {
		text-align: center;
	}

	#infoadresseBis {
		order: -2;
	}

	#infoadresse {
		order: -1;
	}

	#logoCoordonnees {
		order: -3;
	}

	#logoheader {
		height: 100Px;
	}

	/*-------------------MDTAC---------------------*/
	.md-tac {
		text-align: center;
	}

	.title.md-tac:not(.no-after):after {
		left: 50%;
		transform: translateX(-50%);
	}
	/*------------------- &&& ---------------------*/
	#headerHome
	{
		padding-bottom: 100px;
	}

	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content::before, .home #content:after
	{
		height: 70%;
	}

	.home #content .content-top {
		flex-wrap: wrap;
	}

	.home #content .blocthumb,
	.home #content .specialthumb {
		width: 50%;
		height: 300px;
		padding: 2px;
	}

	.home #content .title {
		width: 100%;
		order: -1;
	}

	.home #content .doubleImg {
		top: 0;
		margin: 0 auto;
		max-width: 460px;
		padding: 10px 5px 0;
		order: 3;
	}

	.home #content .tc_content {
		display: flex;
		flex-direction: column;
		margin-top: 50px;
	}

	/*------------------- PRESTATIONS ---------------------*/
	.bloc_prestations h3 {
		margin-top: 0;
	}
	/*-------------------REASSURANCES-------------------*/
	#reassurances {
		padding: 80px 20px 30px;
		background: var(--light-color);
	}

	.picto-container {
		justify-items: center;
	}

	.picto-container li {
		display: flex;
		align-items: center;
		padding: 0 20px;
		margin: 15px 0;
		flex-direction: column;
		text-align: center;
		flex: 1 1 25%;
	}

	#reassurances .title h2 {
		color: var(--black);
	}

	#reassurances::before,
	#reassurances .overlay {
		display: none;
	}

	#reassurances .title {
		text-shadow: 0px 0px 0px #000;
	}


	/*------------------- NEWS / ACTUS ---------------------*/
	.title_sliderWrap {
		text-align: center;
		padding: 50px 20px;
		padding-top: 0;
	}

	.wrapper_inner_slider {
		max-width: 650Px;
		margin: 0 auto;
		width: 100%;
	}

	#news .swiper {
		padding-bottom: 80Px;
	}

	#news {
		padding-bottom: 40Px;
	}

	/*------------------SECTIONS-----------------*/
	.wrap-text {
		max-width: 700Px;
		margin: 0px auto;
	}

	#sections .section_thumb {
		grid-gap: 0;
	}

	#sections .section_thumb img {
		transform: none !important;
	}

	.certifications {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.sectionsbloc .wrap-text {
		padding: 80px 25px;
		/* max-width: 100%; */
	}

	.circleDegrade::after {
		display: none;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer:before,
	#footer:after {
		content: none;
	}

	.imgContact {
		height: auto;
	}

	#logoCoordonneesFooter {
		margin-bottom: 15px;
		width: 220px;
	}

	#footerLinks {
		padding: 20px 10px;
		font-size: 13px;
	}

}

@media(max-width: 767px) {
	/*-----------------*/
	/* HEADER */
	/*-----------------*/

	#logoCoordonnees>a {
		width: 140px;
	}

	#header:before {
		bottom: 48px;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.sectionsbloc .wrap-text {
		padding: 50px 25px;
	}

	/*------------------- PRESTATIONS ---------------------*/
	.widget_parentpage {
		gap: 0 !important;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#wrapperForm {
		max-width: 600px;
		padding: 40px 20px;
	}

	.imgContact_content img {
		width: 230px;
	}
}

@media(max-width: 480px) {}