@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;}

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .left-img .blocthumb{
		padding-right: 15px;
		margin-top: 11em;
		height: 29em;
	}
	.home #content .right-img .specialthumb{
		padding-left: 14px;
		margin-top: 13em;
		height: 25em;
	}

	.home #content .left-img .tertiarythumb{
		bottom: 11.5em;
		top: auto;
		height: 12.6em;
		width: 290px;
		right: 0.7em;
		left: auto;
		position: absolute;
	}
	.home #content .right-img .quaternarythumb{
		bottom: 6.5em;
		top: auto;
		height: 12.6em;
		width: 290px;
		left: 0.9em;
		position: absolute;
	}

	
}

@media(min-width: 1025px){

	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.title:not(.no-after).tar:after {
		right: 0;
		left: auto;
	}
	
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
   #header{padding: 10px;}
	
	.home #header:not(.fixed-header) #autotraduction{background: var(--black);}
	#flags img {max-width: 30px;}

	#header.fixed-header #logoheaderBis{
		display: block;
		width: 70px;
	}
	#header.fixed-header #logoheader{display: none;}
	#header.fixed-header #headerGrid{grid-template-columns: 70px 1fr 70px 170px;}
	#header.fixed-header .buttonIcon{padding: 15px 14px 15px 40px;}
	#header.fixed-header .buttonIcon:after{
	    top: 50%;
	    left: 14px;
	    margin: 0;
	    transform: translateY(-50%);
	}
	

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu {justify-content: flex-start;}
	#navprimary{align-self: start;}
	#navsecondary{align-self: end;}

	#header.fixed-header .navigmenu .naviglink.lvl-0{padding: 10px 12px;}
	
	#header.fixed-header .navigmenu .navigtoogle.social .naviglink.lvl-0{padding: 0 10px;}

    
    /*-----------------*/
	/* BANNER */
	/*-----------------*/
	#bannerCoordonnees{
		position: absolute;
		left: 0;
		bottom: 0;
		gap: 60px;
		padding: 20px 30px;
		width: 81%;
		justify-content: end;
		background: var(--background-color);
	}

    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-coordonnees{
		position: absolute;
		left: 0;
		bottom: 0;
		gap: 60px;
		padding: 20px 30px 30px 15px;
		width: 81%;
		justify-content: end;
		background: var(--background-color);
	}
	
    #headerHome{
       gap: 0;
       background: var(--black);
       padding-bottom: 98px;
    }
   	
    #headerHome:before{
        border: solid 1px var(--primary-color);
        right: 40px;
        z-index: 0;
        top: 49px;
        width: calc(26% - 41px);
        height: calc(100% - 100px);
        left: auto;
    }
    #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: 0;
    }
    #headerHome-social{
        --size: 60px;
        width: var(--size);
        background: var(--black);
        min-width: var(--size);
        z-index: 2;
    }
    #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: var(--primary-color);
        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 var(--primary-color);
        top: 35px;
        left: 14px;
        right: -14px;
        width: auto;
        height: auto;
        bottom: 35px;
    }

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 140px 30px;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances-wrapper{padding: 300px 30px 0;}
	.home #reassurances-wrapper{padding: 300px 30px 120px;}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #sections {padding: 100px 30px 160px;}

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

    #sections .section_thumb {
        width: 45%;
        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_txt .specialthumb {
        position: absolute;
        left: 0%;
        bottom: 6%;
        width: 20.5%;
        height: 34%;
    }

    #sections .section_txt {
        width: 55%;
        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(--secondary-color);
        width: 70%;
        height: calc(100% - 50px);
        top: 50px;
        left: 38%;
        transform: translateX(-50%)
    }

    .section_thumb {position: relative}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-content{--dist: 20px;}
	#prestations .widget_parentpage{
		grid-auto-rows: 260px;
	    grid-gap: 20px;
	}
	#prestations .widget_parentpage .bloc_prestations:nth-child(12n + 1),
	#prestations .widget_parentpage .bloc_prestations:nth-child(12n + 9){
		grid-column: span 2;
		grid-row: span 2;
	}
	#prestations .widget_parentpage .bloc_prestations:nth-child(12n + 2),
	#prestations .widget_parentpage .bloc_prestations:nth-child(12n + 4),
	#prestations .widget_parentpage .bloc_prestations:nth-child(12n + 8),
	#prestations .widget_parentpage .bloc_prestations:nth-child(12n + 10){grid-row: span 2;}
	
	
	#prestations .widget_parentpage .bloc_prestations:nth-child(12n + 6),
	#prestations .widget_parentpage .bloc_prestations:nth-child(12n + 11){grid-column: span 2;}
	
	/*-----------------*/
	/* CTA */
	/*-----------------*/
	#cta{
		position: absolute;
		left: 20.4%;
		max-width: 370px;
		top: 0;
		padding: 45px 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;
		margin-top: -80px;
	}
	#galleryFooter:before{
		top: 80px;
		height: calc(100% - 80px);
	}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#wrapperForm .title {
        position: absolute;
        top: -37px;
        left: 0px;
        background: var(--primary-color);
        padding: 10px 15px;
        margin: 0;
    }
	#wrapperForm .title h2 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
    }

    #wrapperForm .title::after {
        display: none
    }
	.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: 10px 15px;}
	.buttonIcon{padding: 42px 20px 20px;}
	#header.fixed-header .navigmenu .navigtoogle.social{display: block;}

    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome{padding-top: 117px;}
	#headerHome:before{
		right: 30px;
		width: calc(27% - 31px);
		top: 55px;
	}
	#headerHome-coordonnees{
		gap: 90px;
		padding: 30px 70px 30px 30px;
		width: 84%;
	}
	#infoadresseHeaderHome br{display: none;}

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

    #sections .section_txt {
        padding: 100px 60px;
        padding-left: 0;
        padding-bottom: 70px
    }
	.section_txt .wrap-text{max-width: 52%;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	 body:not(.template-contact-php) #footerLinks {padding: 70px 20px}

}

@media(min-width: 1481px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#logoheaderBis{display: none;}
	
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome{padding-top: 121px;}
	#headerHome:before{
		right: 40px;
		width: calc(22% - 41px);
	}
	#headerHome-coordonnees{
		gap: 120px;
		width: 84%;
	}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.section_txt .specialthumb{width: 34.5%;}
}

@media(min-width: 1681px){
    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome:before{width: calc(30% - 41px);}
	#headerHome-coordonnees{width: 70%;}
	#headerHome .imageDiapo{margin: 0;}
	#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;
	}
}
@media(min-width: 1881px){
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.section_txt .specialthumb{width: 36.5%;}
}
@media(min-width: 2100px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{
		left: -160px;
		--size: 450px;
	}
	
	
	#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){}

@media(max-width: 1480px){
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .middle-content {padding: 340px 50px 260px;}
	.home #content:before {width: 70em;}
}

@media(max-width: 1280px){
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0{
		font-size: 15px;
		padding: 20px 12px;
	}
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.prestations-content :is(h2,h3){font-size: 20px;}
	.prestations-content .title_content{padding: 0 20px;}

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	.picto-content{padding: 30px;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content:before {
        width: 60em;
        height: 21em;
    }
	.home #content .middle-content{
		padding: 340px 0 300px;
		font-size: 16px;
	}
	.home #content .left-img{padding-right: 30px;}
	.home #content .right-img{
		padding-left: 30px;
	}
	.home #content .left-img .tertiarythumb{right: 1.6em;}

	
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections .linkSections{padding: 5px 10px;}
	#choixSections .linkSections p{
	    padding: 0 20px;
	    font-size: 13px;
	}
}

@media(max-width: 1024px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 170px;}

	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0{
		padding: 12px 15px;
	}
	.ckmenu-nav {
	    position: fixed;
	    top: -100%;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    min-height: 100%;
	    padding: 70px 20px 65px;
	    background: var(--black);
	    background-position: center;
	    background-size: cover;
	    overflow: hidden;
	    visibility: hidden;
	    overflow-y: auto;
	    z-index: 29;
	    transition: all 1s cubic-bezier(.77, 0, .175, 1);
	    text-align: left;
	    box-shadow: 0 0 30px #00000057;
	    flex-direction: column;
	    justify-content: center;
	    display: flex!important;
	}
	.ckmenu-nav.open {
	    right: 0;
	    visibility: visible;
	    top: 0;
	}
	.ckmenu{position: relative;}
	.navigmenu .navdown{
    background: none;
    max-width: 460px;
    margin-left: auto;
}

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content {padding: 150px 0 150px;}
	.home #content:before {
        width: 700px;
        height: 240px;
	}

	 /*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news .next_slider {width: 140px;}
	
	.title_slider {font-size: 20px;}
    .newsdate .day {font-size: 30px}
    .newsdate .month {font-size: 17px}
	.newsdate {
        padding: 20px 20px;
        height: calc(100% - 140px);
        top: 50px;
        left: -60px;
        min-height: 150px
    }
	
	.thumbnail_slider{height: 300px;}
	#news-title {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        border: none;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    #news-title .title { margin-bottom: 10px   }

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#contentPage + #reassurances{}
	#reassurances-img{height: 40vh;}
	#reassurances-wrapper{padding-top: 180px;}
	.picto-content{padding: 15px;}
	#reassurances .picto-container li p strong{
    letter-spacing: 0.5px;
    font-size: 13px;
}

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

	#choixSections {display: none;}

	#sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	    position: relative;
	   }

    #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 .specialthumb {height: 300px;position: absolute;bottom: 0;width: 50%;right: 0;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.prestations-content :is(h2,h3){font-size: 18px;}
	.prestations-content .title_content{padding: 0 15px;}


	/*-----------------*/
    /* 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;}

	/*-----------------*/
    /* CTA */
    /*-----------------*/
	#cta{
	    margin-top: -60px;
	    font-size: 14px;
	}
	#cta #cta-buttons{justify-content: center;}
	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	.wrapperFooter {
	    padding: 70px 25px;
	    grid-gap: 0!important;
	}

}

@media(max-width: 767px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 130px;}

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#logoheaderBis{width: 70px;}

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content:before {
        width: 300px;
        height: 100px;
    }
	
	.home #content {padding: 110px 18px 120px;}
	
	.home #content .left-img,
	.home #content .right-img{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 180px;
		grid-gap: 4px;
		padding: 2px 0;
	}
	.home #content .left-img .tertiarythumb, 
	.home #content .right-img .quaternarythumb,
	.home #content .middle-content:before,
	.home #content .middle-content:after {position: relative;right: auto;left: auto;}
	
	.home #content .middle-content{
		order: -1;
		font-size: 16px;
		padding: 0 0 30px;
	}
	.home #content .middle-content:before{
		display: block;
		margin: 0 auto 20px;
		transform: scale(0.8);
		left: auto;
	}
	.home #content .middle-content:after{content: none;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.prestations-content .title_content{padding: 0 10px;}

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

    #news .content_slider {padding: 20px 0 20px;}
	.text_slider, .text_slider a{font-size: 14px;}
    .newsdate {
        left: 20px;
        top: -40px;
        height: auto;
        padding: 10px 15px;
        min-height: auto
    }
    .newsdate .month {font-size: 14px;}
    .newsdate .day {font-size: 20px;}
    .title_slider {font-size: 18px;}
    #news .next_slider {
		justify-content: flex-start;
		width: auto;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{
    margin-bottom: 120px;
}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances-img{height: 30vh;}
	#reassurances-wrapper{padding-top: 120px;}
	.picto-container{
	    grid-template-columns: repeat(2, 1fr);
	    grid-auto-rows: auto;
	    grid-gap: 1px;
	}
	.picto-container .picto-bloc{gap: 1px;}
	.picto-container li svg, .picto-container li img{--size: 30px;}
	.picto-content{padding: 10px;}
	.picto-container li p{
	    font-size: 13px;
	    margin: 10px 0 0 0;
	}
	#reassurances .picto-container li p strong{
	    font-size: 12px;
	    letter-spacing: 0;
	}

	 /*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 120px;
	}


	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer #footerbloc>.wrappercontent {
	    grid-template-areas:
	        "infoadresseFooter"
	        "infotelportFooter"
		 "infoouvertureFooter";
	    grid-template-columns: 1fr;
	    grid-row-gap: 20px;
	}
	.wrapperFooter {padding: 40px 15px}
}

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