@media not all and (min-resolution:.001dpcm) { 
	@media {
    /*
      MEDIA QUERIES POUR CIBLER SAFARI UNIQUEMENT
     */   
    
    }
}
@media(min-width: 481px){}

@media(min-width: 768px){
    /*-----------------*/
	/* HEADERHOME + BANNER */
	/*-----------------*/
	#headerHome{padding-top: 78px;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.nohome .widget_parentpage{grid-template-columns: repeat(3, 1fr);}
	.nohome .prestations-content :is(h2,h3){font-size: 24px;}

}

@media(min-width: 1025px){
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
	#logo {place-self: center;}
	#flags img {max-width: 28px;}
	#header{padding: 17px 10px;}
	#logoheader {width: 210px;}
	#header:before{
		width: 342px;
		background: var(--black);
	}
	.home #header:not(.fixed-header) #autotraduction{
		background: var(--black);
	}
	#header.fixed-header #headerGrid{grid-template-columns: 170px 210px 1fr 75px 55px;}
	#header.fixed-header #logoheader{width: 170px;}
	.home #header:not(.fixed-header) .ckmenu-toogle svg circle{fill: var(--black);}
	#header-coordonnees{display: none;}
	/*-----------------*/
	/* BANNER */
	/*-----------------*/
	#bannerCoordonnees{
		position: absolute;
		left: 0;
		bottom: 0;
		gap: 60px;
		padding: 20px 30px;
		width: 81%;
		justify-content: end;
		background: var(--background-color);
	}

	/*-----------------*/
	/* NEWS */
	/*-----------------*/
	
	
	/* Conteneur des slides */
	#news .grid.g3 {gap: 90px;}
	
	/* Chaque slide */
	#news .wrapper_slider {
	  flex: 0 0 600px;  /* largeur fixe de chaque slide */
	  border-radius: 16px;
	  padding: 24px;
	}
	#news .wrapper_slider .thumbnail_slider{height: 42vh;min-height: 150px;}
	#news .wrapper_slider:nth-child(2n) .thumbnail_slider{height: 36vh;}

	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome{
		overflow: hidden;
		padding: 220px 0;
	}
	#galleryHome .wp-block-gallery{
		height: 944px;
		position: relative;
	}
	
	#galleryHome .wp-block-gallery .wp-block-image{
		position: absolute;
		transition: all 1s;
	}
	#galleryHome .wp-block-gallery .wp-block-image:nth-child(1){
		width: 609px;
	    height: 457px;
	    top: 172px;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: 5;
	}
	#galleryHome .wp-block-gallery .wp-block-image:nth-child(2){
		top: 66px;
	    left: 50%;
		width: 342px;
	    height: 342px;
		transform: translate3d(-320px, 160px, 0);
	    transform: translateX(-58%);
	    z-index: 6;
	}
	#galleryHome .wp-block-gallery .wp-block-image:nth-child(3){
		top: 66px;
		width: 592px;
	    height: 312px;
	    right: 50%;
	    z-index: 4;
		transform: translate3d(370px, 160px, 0);
	}
	#galleryHome .wp-block-gallery .wp-block-image:nth-child(4){
		top: 266px;
		width: 273px;
	    height: 451px;
	    left: 50%;
		transform: translate3d(-284px, 160px, 0);
	}
	#galleryHome .wp-block-gallery .wp-block-image:nth-child(5){
		top: 250px;
		width: 417px;
	    height: 417px;
	    right: 50%;
	    z-index: 5;
		transform: translate3d(370px, 160px, 0);
	}
	
	#galleryHome.section--active .wp-block-gallery .wp-block-image:nth-child(2) {transform: translate3d(-520px,-140px,0);}
	#galleryHome.section--active.active-behind .wp-block-gallery .wp-block-image:nth-child(2) {transform:translate3d(-920px,-340px,0)}
	
	#galleryHome.section--active .wp-block-gallery .wp-block-image:nth-child(3) {transform: translate3d(520px,-140px,0);}
	#galleryHome.section--active.active-behind .wp-block-gallery .wp-block-image:nth-child(3) {transform:translate3d(970px,-440px,0)}
	
	#galleryHome.section--active .wp-block-gallery .wp-block-image:nth-child(4) {transform: translate3d(-534px,135px,0);}
	#galleryHome.section--active.active-behind .wp-block-gallery .wp-block-image:nth-child(4) {transform: translate3d(-514px,435px,0);}
	
	#galleryHome.section--active .wp-block-gallery .wp-block-image:nth-child(5) {transform: translate3d(540px,120px,0);}
	#galleryHome.section--active.active-behind .wp-block-gallery .wp-block-image:nth-child(5) {transform: translate3d(560px,420px,0);}

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigtoogle.social {margin-top: 50px;}
	.navigmenu .navigtoogle.social .naviglink.lvl-0{padding: 10px 5px;}
	.navigmenu{justify-content: flex-start;}

	.ckmenu-nav {
        width: 50%;
        right: -100%;
        padding: 70px 50px 65px;
        top: 0;
    }
	.ckmenu-img {
        left: -100%;
        width: 50%;
        top: -100px;
        z-index: 9999;
        height: calc(100vh + 100px);
        transition: left 1s cubic-bezier(.77, 0, .175, 1);
        background-image: url(../images/home-bg2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
    }

	
	.ckmenu-nav.open .ckmenu-img{
        left: 0;
        visibility: visible;
    }

    /*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome{padding-top: 78px;}
	
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-coordonnees{
		position: absolute;
		left: 0;
		bottom: 0;
		gap: 60px;
		padding: 20px 30px 30px 15px;
		width: 81%;
		justify-content: end;
	}
	#infoadresseHeaderHome br{display: none;}
    #headerHome{
       gap: 50px;
       padding-bottom: 100px;
    }
   
	#headerHome-pattern{
		top: 0;
		right: 0;
	    width: 100%;
	    height: 100%;
	    z-index: -1;
	}	
    #headerHome:before{
        border: solid 1px #cdcdcd;
        right: 40px;
        z-index: 0;
        top: 44px;
        width: calc(18% - 41px);
        height: calc(100% - 100px);
        border-left: none;
        left: auto;
    }
    #headerHome-pattern{
        background: var(--black);
        width: 18%;
    }
    #headerHome-content{
        right: 0;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 140px 120px 100px 140px;
    }
	#headerHome-content .wrappercontent{max-width: 870px;}
    #headerHome .imageDiapo{
        position: relative!important;
        box-shadow: 0 0 30px #00000045;
        margin-right: 90px;
        background: var(--black);
        top: 30px;
        height: calc(100% - 30px) !important;
    }
    #headerHome-social{
        --size: 60px;
        width: var(--size);
        background: var(--black);
        min-width: var(--size);
    }
    #headerHome-social .sociblock{
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 0  0 55px 27px;
    }
    #headerHome-social .sociblock:before{
        content: "";
        position: absolute;
        pointer-events: none;
        top: 12%;
        width: 1px;
        background: #cdcdcd;
        height: 45%;
        left: 35px;
    }
    #headerHome-social .sociblock .share-buttons{flex-direction: column}
    #headerHome-social .sociblock .share-buttons a{margin: 20px 0;}
    #headerHome-social:before{
        border: solid 1px #cdcdcd;
        top: 35px;
        left: 14px;
        right: -14px;
        width: auto;
        height: auto;
        bottom: 35px;
    }

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances + #contentPageBis{padding-top: 280px;}
	#reassurances-wrapper{padding: 150px 30px 200px;}
	#reassurances .wrappercontent > div:first-child{min-width: 290px;}

    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content {padding: 150px 0 50px;font-size: 17px;}

    .home #content .eb-wrapper-inner-blocks {
        width: 86%!important;
        max-width: 1200px;
    }
	.home #content .eb-wrapper-inner-blocks .wp-block-columns{gap: 100px;}


    .home #content .wp-block-gallery {
        margin-bottom: -400px!important;
        display: grid;
        transition: .6s;
        grid-template-columns: repeat(18,1fr);
        grid-gap: 60px;
        grid-auto-rows: 140px;
        grid-auto-flow: row dense;
        z-index: 1;
        position: relative
    }
    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 4;
        width: 100%!important;
        display: none;
        grid-row: span 2
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(-n+5) {display: flex;}

    .home #content .wp-block-gallery .gallery-item:nth-child(1) {
        grid-column: span 5;
        grid-row: span 3;
        height: 89%;
        padding-top: 47px;
        padding-left: 12%;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(1) > a {
		width: 75%!important;
	}

    .home #content .wp-block-gallery .gallery-item:nth-child(2) {
        grid-column: span 8;
        padding-top: 124px;
        grid-row: span 4;
        z-index: 3;
        height: 80%;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(3) {
        grid-column: span 5;
        height: 60%;
    }
	.home #content .wp-block-gallery .gallery-item:nth-child(3) > a{width: 48%!important;}

    .home #content .wp-block-gallery .gallery-item:nth-child(4) > a {
        width: 78%!important;
        margin-left: auto;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) {
        grid-column: span 6;
        top: -143px;
        height: 60%;
        padding-right: 14%;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) {
        grid-column: span 12;
        top: -415px;
        grid-row: span 3;
        height: 84%;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) > a {
        width: 21%!important;
        margin-left: auto;
        flex: 1 1 100%!important
    }

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.home .prestations-gallery{padding-top: 80px;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news {
	  position: relative;
	  width: 100%;
	  height: 100vh;
	  overflow: hidden;
	  display: flex;
	  align-items: center;
	}
#news .grid.g3 {
	display: flex;
	position: relative;
	gap: 10px;
}
	#news .title_slider{font-size: 24px;}
	
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #sections {padding: 240px 30px 120px;}

    .section_txt .wrap-text .title {
        left: -25%;
        width: 124%;
        margin-bottom: 60px
    }
    .sectionsbloc {padding: 80px 0 40px}

    #sections .section_thumb {
        width: 35%;
        z-index: 3;
        order: 2;
    }

    #sections .section_thumb .blocthumb {
        overflow: hidden;
        width: 100%;
        height: 100%;
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }

 
    .section_thumb .specialthumb {
        position: absolute;
        bottom: -70px;
        left: -50px;
        width: 135px;
        height: 160px;
        border-radius: 120px 120px 0 0;
        overflow: hidden
    }
    .section_txt .tertiarythumb {
        position: absolute;
        left: 0%;
        bottom: 6%;
        width: 20.5%;
        height: 34%;
    }

    #sections .section_txt {
        width: 65%;
        z-index: 2;
        position: relative;
        padding: 50px 40px 110px 0;
    }
    .section_txt .wrap-text {
        position: relative;
        max-width: 70%;
        margin-left: auto;
        padding: 0
    }
    .sectionsbloc::before {
        background: var(--tertiary-color);
        width: 70%;
        height: calc(100% - 50px);
        top: 50px;
        left: 38%;
        transform: translateX(-50%)
    }

    .section_thumb {position: relative}

    .section_thumb::before {
        content: '';
        position: absolute;
        bottom: 20px;
        left: -40px;
        --size: 100px;
        width: var(--size);
        height: var(--size);
        z-index: 1;
        border: 2px solid var(--primary-color);
        box-sizing: border-box;
        border-radius: 100%;
    }

	/*-----------------*/
	/* CTA */
	/*-----------------*/
	#cta{
		position: absolute;
		left: 20.4%;
		max-width: 370px;
		top: 0;
		padding: 50px 35px;
		text-align: left;
	}
	
	#cta .sociblock .share-buttons{justify-content:flex-start;}
	
	/*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery .gallery-item:nth-child(11n + 1){grid-column: span 2}
	#galleryFooter .gallery .gallery-item:nth-child(11n + 6){
		grid-row: span 2;
		grid-column: span 2
	}
	
	#galleryFooter .gallery .gallery-item:nth-child(11n + 8){grid-column: span 2}
	#galleryFooter{padding-top: 80px;}
	

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	
	.wrapperFooter {
        margin-top: -125px;
        padding: 50px;
        width: 94%
    }
	body:not(.template-contact-php) #footer #footerbloc {
        padding: 120px 20px;
        padding-bottom: 250px
    }

    body:not(.template-contact-php) #footerLinks {padding: 40px 20px}

	#footer #footerbloc>.wrappercontent  br{display: none;}
}

@media(min-width: 1281px){
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header{padding: 14px 20px;}
	
	#logoheader {width: 300px;}
	.buttonPDF{padding: 42px 20px 20px;}

	/*-----------------*/
	/* BANNER */
	/*-----------------*/
	#bannerCoordonnees{gap: 90px;padding: 20px 60px;}
	

	
    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome:before{
		right: 30px;
		width: calc(16% - 31px);
	}
	#headerHome-coordonnees{
		gap: 90px;
		padding: 30px 70px 30px 30px;
		width: 84%;
	}
	#headerHome-pattern{width: 16%;}
	
	/*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome{padding-top: 87px;}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome.section--active .wp-block-gallery .wp-block-image:nth-child(2) {transform:translate3d(-620px,-140px,0)}
	#galleryHome.section--active.active-behind .wp-block-gallery .wp-block-image:nth-child(2) {transform:translate3d(-920px,-340px,0)}
	
	#galleryHome.section--active .wp-block-gallery .wp-block-image:nth-child(3) {transform:translate3d(670px,-140px,0)}
	#galleryHome.section--active.active-behind .wp-block-gallery .wp-block-image:nth-child(3) {transform:translate3d(970px,-440px,0)}
	
	#galleryHome.section--active .wp-block-gallery .wp-block-image:nth-child(4) {transform:translate3d(-584px,135px,0)}
	#galleryHome.section--active.active-behind .wp-block-gallery .wp-block-image:nth-child(4) {transform:translate3d(-884px,435px,0)}
	
	#galleryHome.section--active .wp-block-gallery .wp-block-image:nth-child(5) {transform:translate3d(670px,120px,0)}
	#galleryHome.section--active.active-behind .wp-block-gallery .wp-block-image:nth-child(5) {transform:translate3d(970px,420px,0)}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc::before{left: 50%;}
    #sections {padding: 300px 50px 200px;}
    .section_txt .tertiarythumb {
        width: 34.5%;
        height: 50%;
    }
    .sectionsbloc {padding: 130px 0 100px;}

    #sections .section_txt {
        padding: 100px 160px;
        padding-left: 0;
        padding-bottom: 70px
    }
	.section_txt .wrap-text{max-width: 52%;}
	.section_txt .tertiarythumb{width: 29.5%;}
	.section_thumb .specialthumb{
		bottom: 58px;
        left: -98px;
        width: 225px;
        height: 280px;
	}
	.section_thumb::before{bottom: 300px;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news .wrapper_slider .thumbnail_slider{height: 57vh;}
	#news .wrapper_slider:nth-child(2n) .thumbnail_slider{height: 46vh;}

}

@media(min-width: 1481px){
    /*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome{padding-top: 90px;}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-pattern{width: 16%;}
	#headerHome:before{
		right: 40px;
		width: calc(16% - 41px);
	}
	#headerHome-coordonnees{
		gap: 120px;
		width: 84%;
	}
}

@media(min-width: 1681px){
    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-pattern{width: 30%;}
	#headerHome:before{width: calc(30% - 41px);}
	#headerHome-coordonnees{width: 70%;}
	#headerHome .imageDiapo{margin: 0;top: 36px;height: calc(100% - 36px)!important;}
	#headerHome .overlay{background: linear-gradient(to left, var(--overlay-color), #fff0 30%);}
	#headerHome-content{
		--size: 430px;
		left: -100px;
		min-width: var(--size);
		width: var(--size);
		text-align: left;
		padding: 0;
		position: relative;
		top: auto;
		transform: none;
		right: auto;
	}
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .eb-wrapper-inner-blocks{
		padding: 0 50px;
		max-width: 1100px;
	}
}

@media(min-width: 2100px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{
		left: -160px;
		--size: 450px;
	}
	
	#headerHome{gap: 120px;}
	
	#headerHome-social{--size: 100px;}
	#headerHome-social:before{left: 24px;}
	#headerHome-social .sociblock{padding: 0 0 55px 50px;}
	#headerHome-social .sociblock:before{left: 55px;}
	
}
@media(max-width: 1680px){
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home .prestations-gallery > div{height: 250px;}
}

@media(max-width: 1480px){
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home .prestations-gallery > div{height: 210px;}
}

@media(max-width: 1280px){
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home .prestations-gallery > div{height: 170px;}
}

@media(max-width: 1024px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#info-toogle{display: flex;}
	#flags{justify-content: flex-start;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances + #contentPageBis{padding-top: 170px;}
	#reassurances .linkTurn{margin-top: 20px;}
	.picto-container li p strong{font-size: 22px;}
	#reassurances-wrapper{padding-bottom: 150px;}
	#reassurances-img{height: 40vh;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{margin-top: 130px;}
	.wrap-text{margin: 0px auto;}

	#choixSections {display: none;}

	#sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	    background: var(--black);
	   }

    #sections .section_thumb {
	    display: grid;
	    align-items: stretch;
	    grid-template-columns: repeat(2, 1fr);
	    grid-auto-rows: 300px;
	    margin: 0 auto;
	    width: 100%;
	    z-index: 1;
	    order: 1 !important;
	    height: auto;
	}
  
    #sections .tertiarythumb {height: 300px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home .prestations-gallery > div{height: 120px;}
	.home .prestations-content .content_link, 
	.home .prestations-content .tc_excerpt{
	    font-size: 15px;
	    line-height: 1.5;
	}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	.text_slider, .text_slider a{font-size: 14px;}
	.newsdate{font-size: 10px;}
	#news .wrappercontent.small{
    max-width: 1200px;
}
	.thumbnail_slider{height: 300px;}
	
	/*-----------------*/
    /* GALLERY FOOTER */
    /*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(4,1fr);
		grid-auto-rows: 160px;
	}
	#galleryFooter .gallery .gallery-item.empty-item{display: none;}
	#galleryFooter .gallery .gallery-item:nth-child(11){grid-column: span 2;}


	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	.wrapperFooter {
	    padding: 70px 25px;
	    grid-gap: 0!important;
	}
}

@media(max-width: 767px){
	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances + #contentPageBis{padding-top: 130px;}
	#reassurances-img{height: 30vh;}
	#reassurances-wrapper{padding-bottom: 80px;}
	.picto-container{grid-template-columns: repeat(1, 1fr);}
	
	.picto-container li p{font-size: 15px;}
	.picto-container li p strong{font-size: 18px;}

	.picto-container li:nth-child(3){border-bottom: none;}

	.picto-container li{padding: 40px 20px;}

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home .eb-wrapper-outer{
	    margin-bottom: 0;
	    padding: 0!important;
	}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home  .prestations-wrapper{justify-content: flex-end;}
	.home .prestations-gallery{display: none;}
	.nohome .prestations-content :is(h2,h3){font-size: 20px;}
	

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections{margin-top: 130px;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news .next_slider .next_link_slider{
	    font-size: 11px;
	    padding: 10px 0;
	}
	#news .next_link_slider:before{--size: 130px;}
	#news .next_link_slider:after{--size: 110px;}
	.thumbnail_slider{height: 200px;}
	
	
		
	/*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 120px;
	}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#logoCoordonneesFooter img{width: 200px;}
	.wrapperFooter {padding: 40px 15px}
}

@media(max-width: 480px){
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home  .prestations-content :is(h2,h3){font-size: 18px;}
}