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

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

@media(min-width: 1025px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#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%, 12% 100%, 10% 10%, 100% 10%, 88% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);
    }
	#header-coordonnees {padding: 25px 20px 15px;}
	#logoCoordonnees {
		margin: 0 60px;
		grid-row: span 2;
	}

    #logoCoordonnees a {
        width: 270px;
        margin: 0 auto
    }
	#header #header-coordonnees>:nth-child(1),
	#header #header-coordonnees>:nth-child(4){
        padding: 0 24px 0 0;
        text-align: right
    }
    #header #infoadresse {order: -1}
    #header #header-coordonnees>:nth-child(1) span,
	#header #header-coordonnees>:nth-child(4) span{text-align: right}
	
    #header #header-coordonnees>:nth-child(1):before,
	#header #header-coordonnees>:nth-child(4):before{
        right: 0;
        left: auto
    }

	/*-----------------*/
	/* HEADERRHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 130px;}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content {padding: 100px 0;}
	#content .textContent{margin-top: 50px;}
    #content .firstImg{
        grid-row: span 2;
        height: 80%;
        width: calc(100% - 50px);
        margin-left: auto;
    }
    #content .wrapperImages {
        grid-template-rows: 200px 400px;
        max-width: 1700px;
        margin: 0 auto;
        width: 100%
    }
    #content .secondeImg{
        position: relative;
        top: -200px;
        height: 300Px;
        right: 100px;
        width: 80%;
        margin-left: auto;
    }
    #content .tertiarythumb{height: 200px;}
    #content .titleImages h3{
        margin-top: 0;
        color: var(--primary-color);
        line-height: 1;
        max-width: 450px;
        font-size: clamp(45px, 5vw, 100px);
        margin-left: -45px;
    }
    #content :is(.blocthumb, .specialthumb) {height: 100%;}
    #content .titleImages h3::first-letter{
        font-size: 2em;
        color: var(--tertiary-color);
    }

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 120px 30px;}
	
    /*-----------------*/
	/* 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;	}

	 /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances{padding: 120px 15px;}
	
    #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: 50px;
        line-height: 1;
        text-shadow: 0 0 7px var(--black);
    }
    /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#infoadresseFooter br{display: none}
	.copyright {
	    margin-left: auto;
	    margin-right: 160px;
	}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header:not(.fixed-header)::before {clip-path: polygon(0% 0%, 0% 100%, 15% 100%, 10% 10%, 100% 10%, 85% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);}
	#logoCoordonnees a {width: 300px;}
	#infoadresse br{display: none;}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    #content .titleImages h3 {margin-left: -75px;}
	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 120px 0;}
	.section_thumb {width: 40%;}
    .section_txt {width: 58%;}

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    #reassurances .title h2{font-size: 58px;}
    #reassurances .right {padding: 50px 0 50px 223px;}
	
   
}

@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){
	/*-----------------*/
	/* HEADERRHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 130px;}
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content{
	    display: flex;
	    flex-direction: column-reverse;
	}
	#content .wrapperImages{
	    grid-column-gap: 2px;
	    grid-auto-rows: 300px;
	}
	#content .wrapperImages  * {height: 100%;}
	#content .wrapperImages .grid{display: block;}
	
    /*-----------------*/
    /* 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;
    }
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#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
    }
	
	.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 */
    /*-----------------*/
    #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%;
        padding: 0 40px 0 0;
    }
	#reassurances .picto-container li p {font-size: 14px;}
}

@media(max-width: 767px){
	/*-----------------*/
	/* HEADERRHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 80px;}
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	#content .wrapperImages{grid-auto-rows: 180px;}
	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding-bottom: 50px;}
	#sections .section_title {padding: 50px 20px 0}
	.section_thumb{grid-auto-rows: 300px;}
	#sections .tertiarythumb{height: 200px;}

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

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    #reassurances {padding: 60px 15px;}
    #reassurances .picto-container {
        max-width: 170px;
        margin: 0 auto;
        flex-direction: column;
    }
    #reassurances .right {padding: 0 0 0 10px;}
    .picto-container .picto-bloc{
        margin: 21px 0;
        flex: 1 1 100%;
        padding: 0;
    }
    .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 {
        letter-spacing: 0;
        margin-left: 36px;
    }
}

@media(max-width: 480px){
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	#content .wrapperImages{grid-auto-rows: 110px;}
}