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

@media(min-width: 768px){
    /*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-links .linkIcon:not(:last-child){margin-right: 20px;}
    #header-nav_img{
        width: 35vw;
        left: 100px;
        opacity: 1;
        transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        clip-path: inset(0 100% 100% 0);
        -webkit-clip-path: inset(0 100% 100% 0);
        z-index: 5;
    }
    body.is-toggle_menu-open #header-nav_img{
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
    #header-nav_content{padding: 0 1vw 0 50vw;}

	#header-nav:before{
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 40%;
	    height: 100%;
	    background: var(--tertiary-color);
	}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.picto-container li:nth-child(2),
	.picto-container li:nth-child(4){margin-top: 70px;}
	
}

@media(min-width: 1025px){
     /*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header:not(.fixed-header) #logo{margin-bottom: -60px;}
    #header.fixed-header #headerGrid{padding: 10px 30px;}
	#header.fixed-header #headerGrid #logoheader{width: 280px;}
    #header-nav_img{
        width: 40vw;
        top: calc(100px + 5vh);
        height: calc(90vh - 200px);
    }
	#header-nav_content {padding: 0 1vw 0 55vw;}

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

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding: 100px 40px;}
    .home  #content .imgContentWrap {
        display: grid;
        height: 100%;
    }
    .home #content .contentBottom .tc_content{padding: 40px 0 30px 40px;}
	.home #content .contentBottom .tc_content p{margin-bottom: 20px;}

    .home #content .wrapperContentHome {gap: 60px;}

    .home #content .imgContent img {
        border-radius: 30px;
        overflow: hidden;
    }

    .home #content .specialthumb {grid-row: span 2;}

	.home #content .specialthumb img {
        top: 55%;
        transform: translateY(-50%);
        height: 70%;
    }

   .home #content .quaternarythumb {
        position: absolute;
        top: 5%;
        left: initial;
        right: 1%;
        width: 40%;
        height: 10%;
        border-radius: 100Px;
        overflow: hidden;
    }
	.home #content .textContent{padding: 0 0px 80px;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news .title_slider{font-size: 34px;}
    #news {
        margin-top: -90px;
        padding-bottom: 0;
    }
	#news-bottom{
	    position: absolute;
	    bottom: 10px;
	    left: 40px;
	}
	#news .wrapper_slider:first-child{ margin-top: -100px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
    .home #prestations {padding: 180px 0 140px;}
    .widget_parentpage {gap: 0 !important;}
	.bloc_prestations.hiddenChild:hover {background: var(--light-color)}
	.home .bloc_prestations.hiddenChild:hover {background: rgb(0 0 0 / 33%);}
	.bloc_prestations.hiddenChild:hover h3 {color: var(--primary-color);}

    #prestations .prestations-wrapper>*:not(.prestations-title) {transition: all 1s;}
    #prestations .hiddenChild .prestations-wrapper>*:not(.prestations-title) {opacity: 0}

    .bloc_prestations .prestations-wrapper {
        display: grid;
        grid-template-columns: 140Px 2fr 2fr;
        align-items: stretch;
        height: 100%;
    }

    .widget_parentpage {
        display: flex;
        justify-content: center;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
        counter-reset: prestations;
    }
    .prestations-img{position: relative;}
    
    .prestations-img::before{
        counter-increment: prestations;
        content: "0" counter(prestations);
        position: absolute;
        top: 0Px;
        right: -70px;
        font-size: 8em;
        font-family: var(--font-title);
        z-index: 2;
        color: var(--primary-color);
        border-bottom: 2Px solid var(--primary-color);
        line-height: 1;
    }

    .bloc_prestations {
        width: 70%;
        transition: all 1s, background 0.4s;
        display: block;
        overflow: hidden;
        border-left: 1Px solid #47474754;
    }
	.home  .bloc_prestations { border-left-color: #ffffff54;}

    .prestations-title h3::after {
        content: "+";
        display: inline-block;
        margin-left: 10px;
        font-family: var(--font-text);
        color: var(--primary-color);
        transform: scale(0);
        transition: all 0.4s;
    }

    .bloc_prestations.hiddenChild .prestations-title h3::after {transform: scale(1);}

    .prestations-content {
        padding: 30px;
        margin-bottom: 50px;
    }

    .bloc_prestations.hiddenChild {width: 10%;}

    .prestations-title {
        position: relative;
        display: flex;
        align-items: flex-end;
        width: 100px;
        cursor: pointer;
    }

    .prestations-img {
        width: 100%;
        display: block;
        height: 100%;
        min-height: 600Px;
    }

    .prestations-title h3 {
        font-size: 3em;
        display: flex;
        transform: rotate(270deg);
        transform-origin: 0 5%;
        white-space: nowrap;
        align-items: center;
        position: relative;
        left: 23px;
        bottom: -29px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    .prestations-content {
        display: grid;
        align-content: end;
        min-width: 350px;
    }

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	.home #reassurances{padding: 70px 15px 100px;}
	.picto-container li .pictoWrap{padding: 30px 40px 0;}
	.picto-container li:nth-child(even):after {
	    transform: scaleY(-1);
	    bottom: 90px;
	    top: initial;
	}
	.picto-container li:not(:last-child):after {
	    content: '';
	    position: absolute;
	    top: 70px;
	    left: calc(100% - 50px);
	    --size: 100px;
	    width: var(--size);
	    height: var(--size);
	    z-index: -1;
	   background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0.00 0.00 101.00 103.00"><path fill="%23f27003" d=" M 85.45 51.58 L 84.37 45.61 Q 84.13 44.29 85.17 43.43 Q 85.43 43.22 85.74 43.15 A 1.16 1.15 -14.8 0 1 87.06 43.91 Q 90.67 54.60 94.25 62.26 C 94.92 63.68 94.56 65.11 93.14 65.76 A 1.82 1.76 39.2 0 1 91.95 65.86 Q 82.06 63.32 71.15 66.20 Q 69.00 66.77 68.04 64.77 Q 67.92 64.51 67.91 64.22 Q 67.83 62.55 69.37 61.91 Q 75.00 59.55 81.79 59.65 Q 82.45 59.66 81.96 59.22 C 73.26 51.31 64.79 44.49 53.66 40.02 C 41.09 34.98 25.12 34.29 12.25 39.73 Q 7.20 41.86 1.97 44.17 A 0.62 0.62 0.0 0 1 1.10 43.58 Q 1.13 42.78 1.71 42.23 C 13.60 30.73 33.28 29.21 48.65 32.90 Q 69.08 37.81 84.94 51.86 Q 85.60 52.45 85.45 51.58 Z"/></svg>');
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	.home #reassurances:before{height: 140%;}


	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .wrap-text {padding: 0;}
    .sectionsbloc .section_thumb .blocthumb img{
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 120%;
    }
    .sectionsbloc .section_thumb .blocthumb {overflow: hidden}

    #sections :is(.sectionsbloc.section_num0, .sectionsbloc.section_num2){ z-index: 2  }
    #sections :is(.sectionsbloc.section_num0, .sectionsbloc.section_num1, .sectionsbloc.section_num2){grid-template-columns: repeat(1, 1fr);}
	
    .sectionsbloc.section_num0 .section_thumb {
	    height: 60vh;
	    min-height: 300px;
	    order: -1;
    }
    .sectionsbloc .specialthumb {display: none}
    .sectionsbloc.section_num0 .section_txt {
	    margin-top: -150px;
	    width: 90%;
	}

    .sectionsbloc.section_num1 {
	    padding-top: 300px;
	    margin-left: 0;
	    margin-top: 100px;
	    margin-bottom: 180px;
	}
    .sectionsbloc.section_num1 .section_thumb {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    height: 890px;
	}
    .sectionsbloc.section_num1 .section_thumb .blocthumb { width: 40%  }
    .sectionsbloc.section_num1 .specialthumb {
	    position: absolute;
	    top: 0;
	    right: 0;
	    z-index: -2;
	    opacity: 0.8;
	    width: 64vw;
	    top: -60vh;
	    bottom: 300px;
	    display: block;
	}
    .sectionsbloc.section_num1 .specialthumb img { opacity: .3 }
    .sectionsbloc.section_num1 .section_txt {
	    width: 65%;
	    margin-left: 35%;
	    max-width: initial
    }
	.sectionsbloc.section_num2{margin-bottom: 180px;}
    .sectionsbloc.section_num2:before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: 69%;
	    background: var(--secondary-color);
	}
    .sectionsbloc.section_num2 .section_thumb {
		width: 90%;
		z-index: 1;
	}

    .sectionsbloc.section_num2 .specialthumb {
	    width: 40%;
	    position: absolute;
	    bottom: -120px;
	    right: 0;
	    height: calc(100% - 600px);
	    display: block;
	   }

    .sectionsbloc.section_num2 .section_txt {
	    background: none;
	    width: 60%;
	    color: var(--white);
	    margin: 0;
	    box-shadow: none;
	}
	
	.sectionsbloc.section_num2 :is(.has-medium-font-size, .title h2, .wp-block-heading){color: var(--white);}

	.sectionsbloc.section_num2 a:not([class*="button"]), 
	.sectionsbloc.section_num2 a:not([class*="button"]) strong {background-image: linear-gradient(to bottom, transparent 20%, var(--white) 21%)}

	.sectionsbloc.section_num2 a:not([class*="button"]):hover, 
	.sectionsbloc.section_num2 a:not([class*="button"]):hover strong {color: var(--white)}

    .sectionsbloc.section_num2 .section_txt .wrap-text {
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	.sectionsbloc.section_num3 {
	   margin: 0 auto;
	   padding: 0 calc(100px / 2) 150px;
	}
	
	.sectionsbloc.section_num3 .section_thumb {
	    position: relative;
	    height: 750px;
	    order: 0;
	}
	.sectionsbloc.section_num3 .section_txt {
	    margin: 0;
	    padding: 40px 12%;
	    box-shadow: none;
	}
	.sectionsbloc.section_num3 .specialthumb {
	    order: 3;
	    height: 500px;
	    width: 70%;
	    margin-left: auto;
	    display: block;
	    grid-column: span 2;
	}
	#sections .section_txt .wp-block-media-text__content{
		padding-top: 0;
		padding-bottom:0;
	}
	#sections .section_txt .wp-block-media-text{margin-bottom: 0;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before{
	    height: 500px;
	    top: 100px;
	}
	.wrapperContact{width: 90%;}
}

@media(min-width: 1281px){
	 /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding: 100px 60px;}
	.home #content .textContent{ padding: 100px 20px;}
	.home #content .icons-item{flex-wrap: nowrap!important;flex-direction: row;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news-bottom{left: 80px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
    .prestations-title h3{left: 43px;}


	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc.section_num1{padding-top: 500px;}
	.sectionsbloc.section_num3 {padding: 0 calc(150px / 2) 200px;}
	.sectionsbloc.section_num2 :is(.section_txt, .specialthumb){width: 50%;}
	.sectionsbloc.section_num2 .specialthumb{height: calc(100% - 700px);}
	.sectionsbloc.section_num2 .section_txt .wrap-text {
		padding-top: 90px;
		padding-bottom: 60px;
	}
	.sectionsbloc.section_num3 .section_txt{padding: 80px 12%;}

}

@media(min-width: 1481px){
	 /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding: 100px;}
    .home .textContent .title {margin-left: -50px;}

    .home #content::before {
        background: var(--primary-color);
        width: 70Px;
        height: 68%;
        border-bottom-left-radius: 150Px;
        left: initial;
        right: 0;
        top: -50px;
    }

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
    .home #prestations {padding: 120px 100px;}
	.bloc_prestations {width: 60%;}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc.section_num3 {padding: 50px calc(250px / 2) 200px;}
}

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

@media(min-width: 2001px){
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc.section_num1 .section_txt .wrap-text{padding-right: 150px;}
}

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

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

@media(max-width: 1280px){
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .section_thumb{height:500px;}
}

@media(max-width: 1024px){

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#info-toogle_menu{flex-direction: column;}
	#info-toogle_name{
	    letter-spacing: 0.5px;
	    font-size: 12px;
	    top: -6px;
	    left: -2px;
	}
	#info-toogle{--size: 45px;}
	#info-toogle:before{--size: 26px;}
	.is-toggle-open #header #info-toogle:before{--size: 20px;}

	#header-coordonnees{
		right: -250px;
		width: 250px;
		padding: 70px 30px 65px;
	}

	
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .naviglink.lvl-0.item-home:before{content: none;}
	.navigmenu .naviglink.lvl-0.item-home{padding-left: 16px;}
	#navprimary .navigtoogle.secondary-nav .navdown{padding: 0;}

	.navigmenu .naviglink.lvl-0{
	    font-size: 32px;
	    padding: 14px 14px;
	}
	#navprimary .navigtoogle.secondary-nav .naviglink{
	    padding: 10px 12px;
	    font-size: 13px;
	}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content :is(.textContent, .contentBottom .tc_content){
        max-width: 700Px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
	.home #content .imgContent{height: 150px;}
	.home #content .imgContentWrapChild{grid-gap: 5px;margin-top: 50px;}

	.home #content .textContent p:last-of-type{padding: 0;}
	.home #content .contentBottom {
		margin-top: 30px;
		display: flex;
		flex-direction: column-reverse;
	}
	.home #news #news-bottom{
	    text-align: center;
	    margin-top: 20px;
	}
	.imgContentWrapChild:before{
		left: -20px;
		--size: 140px;
		font-size: 13px;
	}
	
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 40px 0 0;}
	#news .wrapper_slider{padding: 10px 10px;}
	.content_slider {padding: 20px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home #prestations::before {background-size: 50%;}
    .bloc_prestations h3 {margin-top: 0;}
	.prestations-content .button:not(.cf_submit){--size: 60px;}

	

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .section_txt {
	    grid-column: span 2;
	    max-width: none;
	    order: -2;
	    padding: 0;
	    border-radius: 0;
	}
	.sectionsbloc .section_thumb .blocthumb{height: 100%;}
    .sectionsbloc .section_thumb{order: -1!important; }
    .sectionsbloc .section_thumb, 
    .sectionsbloc .specialthumb {height: 450px; }

    .sectionsbloc .wrap-text{padding: 70px 40px;}

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

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

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-nav > .wrappercontent{
	    padding: 30px 0 50px;
	    justify-content: start;
	}
	#header-social{display: none}

	/*-----------------*/
    /* HEADERHOME  */
    /*-----------------*/
	.scroll-down{bottom: 15px;}
	.scroll-down p{font-size: 0.7em;}
	.scroll-icon{font-size: 1.2em;}
	.scroll-icon, .scroll-icon:after, .scroll-icon:before{--size: 0.5em;}
	#headerHome-content{padding-top: 30px;}
	
	/*-----------------*/
    /* NAVPRIMARY  */
    /*-----------------*/
	#header-nav_img{display: none;}
	.navigmenu .naviglink.lvl-0{
		text-align: center;
		font-size: 28px;
	}
	#navprimary .navigtoogle.secondary-nav .navdown .navdownwrapper{flex-direction: column;}
	#navprimary .navigtoogle.secondary-nav .naviglink{
	    font-size: 13px;
	    padding: 8px 10px;
	}
	.navigtoogle.has-child .naviglink.lvl-0:after{top: 12px;}
	
	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	.pictoSvg{--size: 100px;}
	.picto-container li svg, 
	.picto-container li img{--size: 35px;}
	.picto-container li p{
		font-size: 13px;
		margin: 20px 0 0 0;
	}
	.picto-container {
	    flex-wrap: wrap;
		flex-direction: row;
	}
	.picto-container li {
	    flex: 1 1 50%;
	    padding: 20px 15px;
	}
	
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
    .prestations-content .content_link, .prestations-content .tc_excerpt{font-size: 14px;}
	.home #prestations::before {background-size: 70%;}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .wrap-text{padding: 50px 15px;}
    .sectionsbloc .section_thumb, 
    .sectionsbloc .specialthumb {height: 300px; }

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footerLinks{ margin: 0 0 60px;}
}

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