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

@media(min-width: 768px){
    /*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.nohome #reassurances-wrapper{padding: 100px 15px;}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome {
        position: relative;
        z-index: 2;
        margin: 50px 0;
    }

    #galleryHome .gallery {
        display: grid;
        width: 100%;
        grid-gap: 10px;
        transition: .6s;
        grid-template-columns: repeat(38,1fr);
        max-width: 100%;
        grid-template-rows: repeat(7,120px);
        position: relative
    }

    #galleryHome .gallery .gallery-item {
        grid-column: span 6;
        position: relative;
        width: 100%!important
    }

    #galleryHome .gallery .gallery-item:first-of-type {
        grid-row: span 2;
        grid-column: span 13;
        padding-top: 15px
    }

    #galleryHome .gallery .gallery-item:nth-child(2) {
        grid-column: span 9;
        grid-row: span 3;
        padding-top: 98px
    }

    #galleryHome .gallery .gallery-item:nth-child(3) {
        grid-column: span 12;
        grid-row: span 3
    }

    #galleryHome .gallery .gallery-item:nth-child(4) {
        grid-column: span 4;
        grid-row: span 3;
        padding-top: 55px
    }

    #galleryHome .gallery .gallery-item:nth-child(5) {
        grid-column: span 7;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(7) {
        grid-column: span 10;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(8) {
        grid-column: span 13;
        grid-row: span 3
    }

    #galleryHome .gallery .gallery-item:nth-child(9) {
        grid-column: span 7;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(10) {
        grid-column: span 7;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(11) {
        grid-column: span 8;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(12) {
        grid-column: span 8;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item .gallery-icon {
        height: 100%!important;
        position: relative
    }

    #galleryHome .gallery .gallery-item:first-child .gallery-icon {
        width: 55%;
        margin: 0 auto
    }
}

@media(min-width: 1025px){
	 /*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.title.tar:not(.no-after):after{
		left: auto;
		right: 0;
	}
	
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
	#info-toogle {
		height: 48.2px;
		width: 37px;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		position: relative;
		background: none;
		justify-content: initial;
	}
	#info-toogle:before{
	    display: none;
	}
	
	.is-toggle-open #header #info-toogle {
	    background: none;
	    box-shadow: none;
	}
	
    
	#info-toogle .line {
	    width: 24px;
	    height: 1px;
	    background: var(--title-color);
	    position: relative;
	    left: -9px;
	    transition: transform .3s ease,-webkit-transform .3s ease;
	}
	
	.infosline{
	    position: absolute;
	    bottom: 0;
	    text-transform: uppercase;
	    font-size: 11px;
	    color: var(--title-color);
	    text-align: center;
	    left: 50%;
	    transform: translateX(-50%);
	}
	
	#info-toogle .line:nth-child(2) {
		top: 6px;
		left: -13px;
	}
	
	#info-toogle .line:nth-child(3) {
		top: 15px;
		left: 0;
	}
	
	#info-toogle .line:nth-child(4) {
		top: 21px;
		left: -4px;
	}
	
	#info-toogle:hover .line:nth-child(1){transform: translateX(3px);}
	#info-toogle:hover .line:nth-child(2){transform: translateX(13px);}
	#info-toogle:hover .line:nth-child(3){transform: translateX(-13px);}
	#info-toogle:hover .line:nth-child(4){transform: translateX(-3px);}
	
	.is-toggle-open #header  #info-toogle .line{width: 30px;}
	.is-toggle-open #header  #info-toogle .line:nth-child(1){
		transform: rotate(-45deg);
		left: -4px;
		top: 13px;
	}
	
	.is-toggle-open #header  #info-toogle .line:nth-child(3){
		transform: rotate(45deg);
		left: -3px;
		top: 12px;
	}
	.is-toggle-open #header  #info-toogle .line:nth-child(4),
	.is-toggle-open #header  #info-toogle .line:nth-child(2) {display: none;}

	#header.fixed-header .navigmenu .navigtoogle.logo .naviglogo{max-height: 50px;}
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigtoogle.social{margin-left: auto;}
	.navigtoogle.social .naviglink.lvl-0{padding: 0;}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content {padding: 100px 0 0px;}
	.home #content .title{
    margin-bottom: 0;
}
    .home #content .eb-wrapper-inner-blocks {
        width: 86%!important;
        max-width: 1000px;
        text-align: justify;
    }
	.home #content .eb-wrapper-inner-blocks .wp-block-columns{gap: 100px;}

    .home #content .wp-block-gallery {
        margin-bottom: -500px!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
    }
	/*-----------------*/
	/* GALLERYHOME  */
    /*-----------------*/
	#galleryHome{margin: 50px 0 0;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home #prestations{
		padding: 200px 0 120px;
		overflow: hidden;
	}
	.home #prestations .widget_parentpage{margin:0 -25px;}

	#prestations .next{right: 20%;}
	#prestations .prev{left: 20%;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {padding: 150px 20px 100px;}
	#news .newsdate{min-width: 150px;}
	#news:before {
		background: var(--light-color);
		width: 75%;
		height: 102%;
		}

    #news .left {
        padding-left: 30px;
        max-width: 500px;
        margin-left: auto;
        z-index: 2
    }
	
	#news .wrapperActu{padding-top: 40px;}

    #news .left .title {
		margin-top: 100px;
		margin-bottom: 50px;
	}
	#news .left .title .separator{margin-bottom: 0;}
    #news .titleImg {height: 440px;}

    #news .right:before {
        background: var(--background-color);
        width: calc(100% + 200Px);
        height: calc(100% + 180px);
        left: initial;
        right: 0;
        top: -50px
    }

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

    #news .hoverActif .content_slider {padding-left: 30px}

    #news .content_slider {transition: all .4s}
    #news .hoverActif .thumbnail_slider {
        height: 300px;
        transition: all .8s;
        width: 120%;
        transform-origin: center
    }

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #sections{margin: 140px 0;}
    #sections .sectionsbloc .title small{display: none;}
    .sectionsbloc {padding: 100px 0;}
    .sectionsbloc>.title {align-self: center;}
    
    .sectionsbloc .section_thumb {margin-left: -60%;}


    .sectionsbloc .title h2 {
        font-size: clamp(26px, 3vw, 45px);
        position: relative;
        padding: 30px;
        color: var(--white);
        text-shadow: 0 0 2px var(--black);
        min-width: 125%;
    }

    .sectionsbloc .title h2::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        --size: 100%;
        width: var(--size);
        height: calc(var(--size)/2);
        background: linear-gradient(to right, #fff0, var(--secondary-color));
        z-index: -1;
        opacity: 0.7;
    }


    .sectionsbloc .specialthumb {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        --size: 150Px;
        height: var(--size);
        width: calc(var(--size)*1.5);
        top: initial;
        bottom: 0;
        border: 12px solid var(--background-color);
    }
	.sectionsbloc .specialthumb img{overflow: hidden;}

    .sectionsbloc::before {
        background: var(--secondary-color);
        height: 50%;
        width: 40%;
        min-height: 400px;
        top: 50%;
        transform: translateY(-50%);
    }


    .sectionsbloc .title:not(.no-after):after{display: none;}
    .sectionsbloc .title{margin: 0;padding: 0;}


	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before{
	    height: 500px;
	    top: 75px;
	}
	.wrapperContact{width: 90%;}
	#infoadresseFooter br, 
	#infoouvertureFooter br{display: none}

}

@media(min-width: 1281px){
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.bloc_prestations {padding: 0 25px; }
	
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .specialthumb{--size: 250px;}
}

@media(min-width: 1481px){
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc {padding: 100px;}
}

@media(min-width: 1681px){
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .eb-wrapper-inner-blocks{
		padding: 0 50px;
		max-width: 1100px;
	}
}

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

@media(max-width: 1480px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header{padding:0;}
	#headerGrid{padding: 10px;}

	/*-----------------*/
	/* HEADERHOME / BANNER */
	/*-----------------*/
	#banner, #headerHome {margin-top: 80px;}
	
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .navigtoogle.logo .naviglogo{
	    max-height: 60px;
	    margin-right: 10px;
	}
}

@media(max-width: 1280px){
	

	/*-----------------*/
	/* HEADERHOME / BANNER */
	/*-----------------*/
	#banner, #headerHome {margin-top: 75px;}

	
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .naviglink.lvl-0{font-size: 15px;letter-spacing: 0.5px;padding: 20px 12px;}
	.navigmenu .navigtoogle.logo .naviglogo{
	    max-height: 40px;
	    margin-right: 0;
	}
	#header.fixed-header .navigmenu .navigtoogle.logo .naviglogo{max-height: 40px;}
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.bloc_prestations .wrap-prestations{padding: 0 15px;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .wrapActu{grid-gap: 30px;}
}

@media(max-width: 1024px){
	/*-----------------*/
	/* ELEMENTS */
	/*-----------------*/
	 .ckslidercontrols :is(.next, .prev) {
        top: auto;
        bottom: -23px;
        transform: scale(.7);
        height: 78px
    }

    .ckslidercontrols .prev {left: -20px;}
    .ckslidercontrols .next {right: -20px}
	
    /*-----------------*/
	/* HEADERHOME / BANNER */
	/*-----------------*/
	#banner, #headerHome {margin-top: 0;}
	#banner .overlay,
	#headerHome .overlay{background: linear-gradient(#ffffff, transparent 50%);}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content:after{display: none;}
	.home .eb-wrapper-outer {
	    margin-bottom: 0!important;
	    padding: 0!important;
	}
	.home #content .wp-block-gallery {
        grid-gap: 5px;
        grid-template-columns: repeat(3, 1fr);
        display: grid;
        margin: 40px 0 !important;
        grid-auto-rows: 300px;
    }
	 .home #content .wp-block-gallery .gallery-item {
        grid-column: span 1!important;
        grid-row: span 1!important;
        width: auto!important
    }
	.home #content:before {height: 55%;}

    .home #content .wp-block-gallery .gallery-item:nth-child(7) {grid-column: span 3!important}
    
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	.navigtoogle.logo{display:none}
	
	#header-coordonnees{
	    right: -260px;
	    width: 260px;
	    padding: 70px 20px 65px;
	}

	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0{ padding: 11px 16px;}
	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome{
		padding: 0 5px;
		min-height: auto;
		height: auto !important;
		grid-gap: 5px;
	}
	#headerHome-img{height: 60vh;min-height: 400px;}
	#headerHome-hero{
		grid-gap: 5px;
		grid-template-rows: none;
		grid-template-columns: repeat(4, 1fr)!important;
		grid-auto-rows: 200px;
		}
	#headerHero-hero_img{
	    grid-row: span 1!important;
	    grid-column: span 1 !important;
	}
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.bloc_prestations .wrap-prestations{
		padding: 0 10px;
		clip-path: inset(0 0 100px);
	}
	.prestations-img {height: 450px;}
	.prestations-content{
	    --dist: 10px;
	    padding: 20px;
	}
	.prestations-text{display: none;}
	.prestations-content :is(h2,h3){font-size: 20px;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{
		padding-bottom: 60px;
		box-shadow: 0 0 20px #7e72726e;
		background: var(--white);
	}
	#news .wrapActu{grid-gap: 40px;}

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #choixSections {display: none;}
	#sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	}
    .sectionsbloc .section_thumb{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: 350Px;
        align-items: stretch;
        height: 350Px;
    }
    .sectionsbloc :is(.title,.section_txt){
        max-width: 700Px;
        width: 100%;
        margin: 0 auto;
    }
	.sectionsbloc .title{padding: 50px 15px 30px;}

    /*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.home #reassurances{
		height: 150px;
		margin-bottom: -40px;
		margin-top: -50px;
	}
	.home #reassurances-container{
		padding: 10px 10px;
		width: calc(100% + 10px);
		max-width: calc(100% + 10px);
		left: -5px;
	}
	.home .picto-container li{padding: 0 15px;}
	.home #reassurances-containerBis{
	    padding: 0 10Px;
	    width: calc(100% + 10Px);
	    max-width: calc(100% + 10Px);
	    height: 50px;
	    left: -5px;
	    font-size: 13px;
	}
	.home #reassurances-containerBis span{padding: 0;}
	.home #reassurances-containerBis span:before{content: none;}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer:before{content: none;}
	.imgContact {height: 300px;}
	
	#wrapperForm{padding: 40px 20px;}

}

@media(max-width: 767px){
    /*-----------------*/
	/* HEADER */
	/*-----------------*/
	#headerGrid{padding: 8px;}
	#logoCoordonnees img{width: 190px;}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome{padding: 0;	}
	#headerHome-img{min-height: 300px;}
	#headerHome-hero{grid-template-columns: repeat(2, 1fr) !important;}
	grid-auto-rows: 140px;

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .wp-block-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
	}
	.home #content:before {height: 50%;}
	.home #content:after{
    bottom: 50%;
}
	.home #content .wp-block-gallery .gallery-item:nth-child(7) {grid-column: span 2!important}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.bloc_prestations .wrap-prestations{
		padding: 0 5px;
		clip-path: inset(0 0 0);
	}
	.prestations-img {height: 350px;}
	.bloc_prestations .prestations-content {
	    transform: translateY(0);
	    opacity: 1;
	}
	.prestations-content :is(h2,h3){font-size: 18px;}
	.bloc_prestations { padding: 0;}

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .section_thumb{
        height: 250Px;
        grid-auto-rows: 250Px;
    }

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles .listedarticle .tc_excerpt{font-size: 15px;}
	#news{padding-bottom: 20px;}
	
	#news .wrapper_inner_slider {padding: 30px 0;}
	#news .content_slider {padding: 20px 0 0;}
	#news .content_slider::before {
        left: 50%;
        transform: translateX(-50%);
        top: 200px;
    }
	.thumbnail_slider {height: 250px;}

    /*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.home #reassurances-containerBis span{display: none;}
	.home .picto-container li p{
	    font-size: 12px;
	    letter-spacing: 0.5px;
	}
	.nohome #reassurances .picto-container{
	    max-width: 500px;
	    margin: 0 auto;
	}

	.nohome #reassurances .picto-container li:before {
        top: 50%;
        transform: translateY(-50%);
        --size: 50px
    }

    .nohome #reassurances  .picto-container li svg,
	.nohome #reassurances .picto-container li img {--size: 25px}

    .nohome #reassurances .picto-container li {padding: 19px 35px}

    .nohome #reassurances .picto-container {
        max-width: 330px;
        margin: 0 auto
    }

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
	        "infoadresseFooter"       
			"infotelfixeFooter"
			"infoouvertureFooter"
		;
	    grid-template-columns:  1fr;	
	}
}

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