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

@media(min-width: 768px){
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
    .bloc_prestations{grid-column: span 2;}
    .bloc_prestations:nth-child(n+4){
        grid-column: span 3;
        padding: 50px 50px;
        align-self: flex-end;
    }
 
    .prestations-img{
        height: 350px;
        border-radius: 50% 50% 0 0/35% 35% 0 0;
        overflow: hidden;
    }
    .bloc_prestations:nth-child(5) .prestations-img {
        height: 350px;
        border-radius: 0;
        border-bottom-right-radius: 200px
    }
    .bloc_prestations:nth-child(3){
        position: relative;
        top: 180Px;
        margin-bottom: 200px;
    }
    .centerLine{padding-top: 100px;}
    .centerLine::before{
        width: 1px;
        border-right: 1px solid var(--secondary-color);
        left: 50%;
        transform: translateX(-50%);
        height: 0;
        transition: all 1s;
        transition-delay: 0.5s;
    }
    .in-view.centerLine::before{height: calc(100% - 750px);}
    .titleCenterDeplace{
        padding: 80px 20px!important;
        background: var(--background-color);
        position: relative;
        top: 80px;
    }
    .prestations-img .blocthumb{overflow: hidden;}
    .prestations-img .blocthumb img{transition: all 0.5s;}
    .prestations-img .blocthumb:hover img{transform: scale(1.3) rotate(5deg);}
}

@media(min-width: 1025px){
	 /*-----------------*/
    /* HEADER */
    /*-----------------*/
	#headerGrid{
		grid-template-areas:
			"headerSocial           logo              infoToogle";
		grid-template-columns: 1fr 2fr 1fr;
		max-width: none;
		padding: 40px 50px;
		justify-items: center;
	}
	
	#info-toogle{
		z-index: 99999;
		justify-self: flex-end;
	}
	#header-social{justify-self: flex-start;}
	#header-social .share-buttons{align-items: flex-start;}
    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	#navprimary {
	    background: var(--linear-gradient);
	    padding: 10px;
	    position: relative;
	    z-index: 10;
	    border-bottom: solid 3px var(--secondary-color);
	    border-top: solid 3px var(--secondary-color);
	}
	#navprimary:after,
	#navprimary:before{
        content: "";
        background-image: url(../images/bottom-line.png);
        background-position: center;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -22px;
        height: 20px;
	}    
	#navprimary:after {
        bottom: -22px;
	} 
	#navprimary:before {
        top: -22px;
        transform: scale(-1);
	 } 
        
	.home .navigmenu .navdown{
	    bottom: 100%;
	    top: auto;
	}
	
	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 260px;}
	#headerHome-content .wrappercontent{max-width:950px;}

	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .fashion-slider-button{
	    top: auto;
	    transform: none;
	    bottom: 50px;
	}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 100px;
        max-width: 890px;
    }
	.home #content{padding: 130px 30px;z-index: 1;}	
	.grid-img {
	    margin: 0 -1rem -40px -1rem!important;
	    display: grid!important;
	}
	
	.grid-img .first .wp-block-image{
	    width: 200%;
	    margin-left: -100%;
	    margin-top: 1.5rem;
	    height: 440px;
	}
	.grid-img .second .wp-block-image{ height: 299px;}
	.grid-img .third .wp-block-image{
		margin-top: 2.5rem;
		height: 299px;
	}
	.grid-img .fourth .wp-block-image{
		width: 200%;
	    margin-right: -100%;
	    height: 440px;
	}
	.intro-txt {
	    max-width: 500px;
	    margin: 0 auto 0 17%!important;
	    padding-right: 20px;
	}
	.intro-link{margin: 0 17% 0 auto!important;}
	
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{
		padding: 120px 50px;
	}

	/*-----------------*/
     /* PRESTATIONS */
     /*-----------------*/
    .prestations-img{height: 500px;}
    .bloc_prestations:nth-child(3){margin-bottom: 100Px;}
    .bloc_prestations:nth-child(n+4){padding: 50px 100px;}
	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 100px 0;}
    .section_thumb {width: 38%;}
	.section_txt {width: 62%;}
	.section_title{
		width: 100%;
		margin-bottom: 20px;
		padding: 0 60px;
	}
	.sectionsbloc{
		padding: 70px 0 0;
		width: 100%;
		flex-wrap: wrap;
	}
    .section_thumb .blocthumb {
        height: 100%;
        width: 81%;
    }
    .section_thumb .specialthumb {
        position: absolute;
        bottom: -30px;
        right: 5%;
        width: 30%;
        height: 200px;
    }
    .section_txt .wrap-text{
        padding: 50px 50px 20px;
        width: 80%;
        margin-left: auto;
        max-width: 770px;
    }
    .sectionsbloc .section_txt .wrap-content {
        padding-left: 70px;
        padding-right: 0;
    }
    .sectionsbloc .section_txt .tertiarythumb {
        position: absolute;
        left: -30%;
        bottom: 70px;
        width: 38%;
        height: 70%;
    }
	.buttons-wrap{align-items: flex-start;	}
    
    /*-----------------*/
	/* 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;
		padding-bottom: 1px;
	}
  
}

@media(min-width: 1281px){

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.intro-txt {margin: 0 auto 0 10%!important;	}
	.intro-link{margin: 0 10% 0 auto!important;}
	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 120px 0;}
	.section_thumb {width: 40%;}
    .section_txt {width: 58%;}
}

@media(min-width: 1481px){
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_txt .wrap-text {padding: 60px 70px;}
}

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

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

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

@media(max-width: 1280px){
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections:before {
		left: 30px;
		width: calc(100% - 60px);
		top: 83px;
	}
	#choixSections:after {left: 20px;top: calc(100% + 64px);}

	.subimageSections{--size: 50px;}
	#choixSections .linkSections .subimageSections:before{font-size: 1.5em;}
	#choixSections .linkSections p{padding: 0 15px;	}
}

@media(max-width: 1024px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#headerGrid {
	    grid-template-areas:
    	    "headerSocial    headerSocial      headerSocial"
    	    "navprimary      logo     infoToogle";
	    grid-template-columns: 55px 1fr 55px;
	    padding: 30px 10px;
	}
	#logo a{justify-content: center;}
    #header{top: 10px;}
	.fixed-button{
		position: absolute;
	    right: 0;
	    top: 220px;
	    left: 0;
	    text-align: center;
	    z-index: 0;
	}

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.ckmenu-nav {top: 0;z-index: -1;padding-top: 200px;background: var(--title-color);}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{padding-top: 180px;}

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.grid-img {
	    margin: 30px 0;
	    grid-gap: 10px!important;
	    display: grid!important;
	}
	.grid-img .wp-block-image{height: 100%;}
	.home #content {padding: 60px 15px;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
    .prestations-img img{transform: initial!important;}
	#prestations .prestations-content h3{font-size: 20px;}
	.nohome #prestations{padding: 0 15px 50px;}

	
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news {padding: 60px 40px;}
	#news .next_slider {width: 140px;}
	
	.title_slider {font-size: 22px}
    .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
    }
	
    #news .content_slider {padding: 50px 0 50px 80px;}
	.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   }
	
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections{padding-bottom: 80px;}
    #choixSections {display: none;}
    #sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	}
	.section_thumb {
        height: 450px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 450px;
    }
	#sections .tertiarythumb{
	    margin-top: 50px;
	    height: 300px;
	}
	#sections .section_title {
        gap: 0;
        padding: 60px 30px 10px;
    }

	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome{margin-bottom: 0;}
	
    
    /*-----------------*/
    /* 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;}

	#galleryFooter:before {
	    top: 55px;
	    height: calc(100% - 55px);
	}
	/*-----------------*/
    /* CTA */
    /*-----------------*/
	#cta{
	    margin-top: -60px;
	    font-size: 14px;
	}
}

@media(max-width: 767px){
	 /*-----------------*/
    /* HEADER */
    /*-----------------*/
	   #header-coordonnees {
        right: -240px;
        width: 240px;
        padding: 70px 28px 65px;
    }
    .fixed-button{top: 150px;}

	.adresse span, .portable span, .horaires span, .fixe span, .mail span, .social:not(.navigtoogle) span, .horaires.nomodal .titlehoraires{
	    font-size: 11px;
	    letter-spacing: 1px;
	}

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.ckmenu-nav {padding-top: 155px;}

	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.title:not(.no-after):after{
	    height: 32px;
	    width: 80px;
	}
	.title:not(.no-after) {padding-bottom: 40px;}

	/*-----------------*/
    /* CARTE */
    /*-----------------*/
	.tc_content table tr td:not(:first-child){min-width: 45px;}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{padding-top: 150px;}

	
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news:before{outline-offset: -15px;}
	.thumbnail_slider{height: 250px;}
	#news {padding: 50px 25px;outline-offset: -8px;}

    #news .content_slider {padding: 40px 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: 20px}
    #news .next_slider {
		justify-content: flex-start;
		width: auto;
	}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.picto-container{
	    max-width: 400px;
	    margin: 0 auto;
	}
	.picto-container li{padding: 19px 25px;}
	.picto-container li:before{
	    --size: 64px;
	    left: 10px;
	    top: 5px;
	}
	.picto-container li:first-child:before, 
	.picto-container li:nth-child(3):before{right: 10px;}

	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding-bottom: 50px;}
	#sections .section_title {padding: 50px 20px 0}
	.section_thumb{grid-auto-rows: 300px;}
	#sections .tertiarythumb{height: 200px;}
    
    /*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 120px;
	}
}

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