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

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

@media(min-width: 1025px) {

	/*-----------------*/
	/* HEADER + NAVPRIMARY */
	/*-----------------*/
	#header-coordonnees::before {
		border: 1px solid rgb(255 255 255 / 40%);
		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: 130px;
		padding: 0;
		margin: 0 auto;
		position: relative;
		margin-bottom: -7px;
		margin-top: -10px;
	}

	#logoCoordonnees img {
		padding: 5Px;
	}

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

	.has-child .naviglink.lvl-0 {
		position: static;
	}

	.navigmenu .navdown {
		min-width: 800Px;
	}

	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content .linkTurn {
		left: 9%;
		top: 20em;
	}

	.home #content .title {
		max-width: 80%;
		margin: 30px auto;
	}

	.home #content .blocthumb {
		height: 460px;
	}

	.home #content .homeContent-img .wp-block-image {
		padding-left: 30px;
		height: 100%;
	}

	.home #content .homeContent-img .wp-block-image a {
		height: 100%;
	}

	.home #content .homeContent-img .wp-block-image img {
		height: 100%;
		object-fit: cover;
	}

	.home #content .tc_content {
		padding-left: 22%;
		width: 120%;
		padding-top: 90px;
	}

	.home #content :is(.specialthumb, .tertiarythumb, .quaternarythumb) {
		position: absolute;
		left: 0;
	}

	.home #content .has-medium-font-size {
		font-size: 25px !important;
	}

	.home #content .tertiarythumb {
		width: 8.7%;
		height: 240px;
		top: 290px;
		z-index: 1;
	}

	.home #content .quaternarythumb {
		left: auto;
		right: 0;
		width: 9.5%;
		top: 35px;
		height: 400px;
		z-index: 1;
	}

	.home #content .specialthumb {
		width: 23%;
		left: -10%;
		bottom: -370px;
		top: auto;
		z-index: 1;
		height: 320px;
	}

	.home #content .wp-block-media-text.has-media-on-the-right {
		grid-template-columns: auto 65% !important;
		margin-bottom: 0;
	}

	/*------------------- GALLERYHOME ---------------------*/
	#galleryHome .swiper-pagination {
		bottom: 120px !important;
	}

	#galleryHome {
		margin-bottom: -100px;
		margin-top: -50px;
	}

	/*-----------------*/
	/* ACTU / NEWS */
	/*-----------------*/
	#news {
		padding: 120px 20px 80px;
		z-index: 2;
	}

	/*------------------- REASSURANCES ---------------------*/
	#reassurances {
		padding: 150Px 20px;
	}

	/*-------------------FOOTER---------------------*/
	body:not(.template-contact-php) #footer::before {
		background: url(../images/home-bg1.jpg);
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body:not(.template-contact-php) #footer::before,
	body:not(.template-contact-php) #footer .overlay {
		height: 470Px;
		top: 100px;
	}

	.template-contact-php #footer .overlay {
		display: none;
	}

	#footerForm {
		z-index: 1;
		position: relative;
	}

	.wrapperContact {
		padding: 0;
		background: var(--white);
		box-shadow: 0px 0px 30px #1a1a2612;
	}

	#wrapperForm {
		padding: 50Px;
	}

	body:not(.template-contact-php) #footerLinks {
		margin: 50px auto;
	}

	#footer h2 {
		color: var(--black);
	}

	#footerForm .privacyform_lab,
	#footerForm .wrapperForm .title h2,
	#footerForm .mention {
		color: var(--black);
	}
}

@media(min-width: 1281px) {

	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content {
		overflow: hidden;
	}

	.home #content .tc_content {
		padding-left: 15%;
	}

	.home #content .title h1 {
		max-width: 90%;
		margin: 0 auto;
	}

	.home #content .title {
		padding: 60px 50px;
		margin-top: 0;
		padding-top: 0;
	}

	.home #content .linkTurn {
		left: 3%;
		top: 12em;
	}

	.home #content .homeContent-img .wp-block-image {
		padding-left: 50px;
	}

	.home #content .quaternarythumb {
		width: 12.5%;
	}

	.home #content .specialthumb {
		width: 38%;
		left: -48%;
		bottom: -320px;
		height: 400px;
	}

	.home #content .tertiarythumb {
		top: 190px;
		left: 20px;
	}

	.home #content .blocthumb::before,
	.imageRea::after {
		content: "";
		position: absolute;
		--pos: 20px;
		top: var(--pos);
		left: var(--pos);
		--size: 100%;
		width: var(--size);
		height: var(--size);
		border: 1px solid var(--tertiary-color);
		border-radius: 10px;
	}

	.imageRea::after {
		--pos: 10px;
	}

	/*------------------- ACTU / NEWS ---------------------*/
	#news {
		padding: 150px 20px 100px;
	}
}


@media(min-width: 1320px) {

	/*------------------- HEADER ---------------------*/
	#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%);
	}

	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content .title {
		max-width: 1200px;
	}
}

@media(min-width: 1681px) {

	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content .homeContent-img .wp-block-image {
		padding-left: 100px;
	}

	.home #content .quaternarythumb {
		right: 4%;
		width: 16.5%;
	}
}


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

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

@media(max-width: 1280px) {

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

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

	/*-----------------*/
	/* NEWS / ACTU */
	/*-----------------*/
	#news .text_slider {
		width: 30%;
	}
}

@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 {
		min-height: 41px;
		display: grid;
		align-items: center;
		justify-items: center;
	}

	#header {
		padding: 0;
	}

	#logoCoordonnees img {
		max-width: 200px;
	}

	.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-top: 100Px;
	}
	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content .title {
		margin: 30px auto;
	}

	.home #content .wp-block-columns {
		flex-wrap: wrap !important;
	}

	.home #content .wp-block-columns.certifications {
		flex-wrap: nowrap !important;
	}

	.home #content {
		padding-top: 30px;
	}

	.home #content .wp-block-columns>div {
		flex-basis: 100% !important;
	}

	.home #content,
	.home #content>.wrappercontent {
		display: flex;
		flex-wrap: wrap;
		max-width: 1200px;
	}

	.home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb) {
		width: 50%;
		height: 350px;
		margin-bottom: 5px;
		padding: 0 2px;
	}

	.home #content :is(.tertiarythumb, .quaternarythumb) {
		margin: 0;
	}


	/*-----------------*/
	/* ACTU / NEWS */
	/*-----------------*/
	.thumbnail_slider {
		height: 250px;
	}

	#news .thumbnail_slider {
		margin-bottom: 20px;
	}

	#news .wrapper_inner_slider {
		flex-direction: column;
		border: none !important;
	}

	#news .content_slider {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	#news .text_slider {
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 1.5;
	}

	#news .title_slider {
		font-size: 15px;
	}

	#news .next_slider {
		margin: 10px 0 0 0;
	}

	#news-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	/*------------------- REASSURANCES ---------------------*/
	#reassurances
	{
		padding: 150px 20px;
	}
	/*------------------- NEWS ---------------------*/
	#news .section-separator:not(.bottom)
	{
		display: none;
	}
	/*------------------- SECTIONS ---------------------*/
	#sections
	{
		margin: 0;
	}
}

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

	#logoCoordonnees>a {
		width: 140px;
	}

	#header:before {
		bottom: 48px;
	}

	/*------------------- NEWS / ACTUS ---------------------*/
	#news {
		padding: 150Px 20px;
	}
	/*------------------- INTRO / CONTENT ---------------------*/
	.home #content .linkTurn
	{
		bottom: -250px;
	}
}

@media(max-width: 480px) {

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news-content {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	#news .text_slider {
		display: none;
	}
}