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

@media(min-width: 768px){
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-img {height: 500px;pointer-events: none;}
	#prestations .prestations-txt{height: 160px;}
	#prestations .prestations-title:after {
		top: -90px;
		height: 80px;
	}
	#prestations .prestations-title{
		padding-top: 40px;
		transform: translateY(170px);
	}
	#prestations .prestations-title h2{font-size: 25px;}

	 /*-----------------*/
    /* partenaires */
    /*-----------------*/
    #partenaires {padding: 100px 40px;}
    #partenaires .ckctrldiv{display: none;}
    #partenaires .ckslidercontrols .prev,
    #partenaires .ckslidercontrols .next {
        top: 50%;
        --size: 38px;
        transform: translateY(-50%);
        bottom: auto;
    }
    #partenaires .cksliderwrap{padding: 0;}
    #partenaires .ckslidercontrols .prev {left: -18px}
    #partenaires .ckslidercontrols .next {right: -18px}
	
	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer-coordonnees{
        padding: 30px 15px;
        border-right: 1px solid #24242424;
    }
	#footer #wrapperForm:before {
	   background: var(--white);
	   z-index: -1;
	}
}

@media(min-width: 1025px){
	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.title.tar:not(.no-after):after{
		left: auto;
		right: 0;
	}
	
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #header-coordonnees #listwidgetagence {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        justify-content: space-between;
    }
	#header-coordonnees {padding: 25px 20px 15px;}
    #header-coordonnees #logoCoordonnees img{width: 250px;}
	#header-coordonnees > .flex{width: 100%;}
	#header:not(.fixed-header)::before {
        width: calc(100% - 30px);
        max-width: 1140px;
        height: calc(100% - 31px);
        border: 1px solid var(--white);
        border-top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: .5;
        clip-path: polygon(0% 0%, 0% 100%, 8% 100%, 10% 10%, 100% 10%, 92% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);
    }

	#header-coordonnees  .itemlistwidgetagence:first-child{text-align: right;justify-content: flex-end;}
	#header-coordonnees  .itemlistwidgetagence:first-child .tel_list_infoagence{
	    background-position: right center;
	    padding-left: 0;
	    padding-right: 23px;
	}
	#logoCoordonnees {
        margin: 0 60px;
        grid-row: span 2;
    }

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .social .naviglink.lvl-0{padding: 0 14px;}

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

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-img {height: 600px;}
	#prestations .prestations-txt{height: 200px;}
	#prestations .prestations-content{padding: 40px 20px;}
	#prestations .prestations-title:after {
		top: -170px;
		height: 150px;
	}
	#prestations .prestations-title{
		padding-top: 70px;
		transform: translateY(190px);
	}

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

    .home #content .eb-wrapper-inner-blocks {
        width: 86%!important;
        max-width: 1200px;
        text-align: justify;
    }
	.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
    }

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 100px 30px;}
	#sections .blocthumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 65.9%;
        height: 85%;
    }
	.sectionsbloc .wrap-text {
        padding: 0;
        max-width: 57%;
        margin-left: auto;
        background: var(--background-color);
        position: relative;
        z-index: 1;
        padding: 30px;
    }
	.section_txt{padding-top: 100px;}
	.section_title .title{max-width: 50%;margin-bottom: 60px;}
	.section_thumb .specialthumb{
	    position: absolute;
	    width: 284px;
	    height: 284px;
	    z-index: 1;
	    top: -285px;
	    left: -100px;
	}
	.section_thumb .tertiarythumb{
		height: 80%;
		position: relative;
		top: -15%;
	}
	.section_thumb{padding-left: 30px;}
	.sectionsbloc{
		padding-top: 180px;
	}

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

    #news .left {
        padding-left: 30px;
        max-width: 500px;
        margin-left: auto;
        z-index: 2
    }
	#news .left .title h2{
		color: var(--white);
		font-weight: bold;
		text-shadow: -1px -1px 0 var(--black), 1px -1px 0 var(--black), -1px  1px 0 var(--black), 1px  1px 0 var(--black);
	}
	#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(--white);
        width: calc(100% + 200Px);
        height: calc(100% + 200px);
        left: initial;
        right: 0;
        top: -50px
    }

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

    #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
    }
	
    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#img-reassurance{
		width: 75%;
		position: absolute;
		right: -40%;
		height: 100%;
		margin: 0;
	}
	#reassurances .right {padding: 50px 0 50px 18%;}
	#reassurances .title h2 {
	    position: relative;
	    font-size: 45px;
	    line-height: 1;
	    text-shadow: 0 0 7px var(--black);
	    text-transform: uppercase;
	}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footerLinks{padding: 30px 15px;}
	
    #fondContact {
        margin-bottom: 100px;
        width: 130%;
    }
   
    #footer .wrapperContact {
		margin-top: 100px;
		grid-column: span 2 !important;
		min-width: 120%;
		left: -20%;
		position: relative;
	}
    #footer #wrapperForm{padding: 80px 30px;}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header:not(.fixed-header)::before {clip-path: polygon(0% 0%, 0% 100%, 12% 100%, 10% 10%, 100% 10%, 88% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);}
	
	/*-----------------*/
    /* PRESTATIONS  */
    /*-----------------*/
	#prestations .prestations-content{padding: 50px 30px;}
	#prestations .prestations-txt{height: 170px;}
	#prestations .prestations-title h2{font-size: 25px;}
	
    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances .right {padding: 50px 0 50px 223px;}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.section_thumb .specialthumb{
	    width: 334px;
	    height: 334px;
	    top: -305px;
	}
	#sections{padding: 120px 0;}
	.sectionsbloc .wrap-text{
		padding: 50px;
		max-width: 47%;
	}

	/*-----------------*/
    /* FOOTER  */
    /*-----------------*/
	#footer .wrapperContact{
	    left: 0;
	    min-width: auto;
	}
	#footer-coordonnees{padding: 50px;}
}

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

@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){}

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

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

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#logoCoordonnees{order: -1;}
	#header #listwidgetagence{
	    display: flex;
	    flex-direction: column;
	}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 130px;}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding-bottom: 0;}
	.home #content .eb-wrapper-outer{
    padding: 10px!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: 45%;}

    .home #content .wp-block-gallery .gallery-item:nth-child(7) {grid-column: span 3!important}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{
		padding-bottom: 20px;
		box-shadow: 0 0 20px #7e72726e;
		background: var(--white);
	}
	#news .title h2{color: var(--black)}
	#news .wrapActu{grid-gap: 40px;}
	
    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances {padding: 100px 20px;}
	#reassurances .left {flex-direction: column;}
	#reassurances .right {padding: 0 0 0 30px;}
	#reassurances .picto-container{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.picto-container .picto-bloc{ flex: 1 1 48%;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections {display: none;}
	#sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	}
	#sections .section_thumb  {
		display: grid;
		align-items: stretch;
		grid-template-columns: repeat(2,1fr);
	}
	#sections .section_thumb > div{height: 100%;}
	#sections .section_txt .wrap-text{grid-column: span 2;}
	#sections .section_txt .blocthumb {height: 400px;}
	#sections .section_title{
	    padding: 60px 30px 10px;
	}

	/*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
  #partenaires .widget_marques li {
    min-height: 160px;
}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footerForm{position: relative;}
	#footer-coordonnees{
		padding: 30px 15px;
		
	}
	#footer-coordonnees > div{margin: 5px 0;}
	
	#footer .wrapperContact{
		z-index: 2;
	}
	#fondContact{
	    width: 100%;
	    height: 200px;
	    background-position: center;
	    z-index: 2;
	}
	#wrapperForm{padding: 100px 20px;}
	#footerLinks{flex-direction:column}
}

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

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

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles .listedarticle .tc_excerpt{font-size: 15px;}
	#news{padding-bottom: 50px;}
	
	#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 */
    /*-----------------*/
	#reassurances {padding: 60px 15px;}
	#reassurances .picto-container {
	    max-width: 200px;
	    margin: 0 auto;
	    flex-direction: column;
	}
	#reassurances .right {padding: 0 0 0 10px;}
	.picto-container .picto-bloc{
		margin: 21px 0;
		flex: 1 1 100%;
	}
	.picto-container li:before {
	    --size: 50px;
	    left: -10px;
	    margin-top: -25px;
	}
	.picto-container li svg, 
	.picto-container li img { --size: 30px;}
	#reassurances .picto-container li p {
	    font-size: 14px;
	    letter-spacing: 0;
	    margin-left: 36px;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_txt .blocthumb{height: 300px;}
	#sections .section_title{padding: 50px 15px 0;}

	
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .prestations-content .tc_excerpt{display: none;}
	#prestations .prestations-title h2{font-size: 20px;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer-coordonnees{border-bottom: solid 1px #5454544d;}
	#wrapperForm{padding: 50px 20px;}


}

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