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

@media(min-width: 768px){
	 /*-----------------*/
	/* HEADER  */
	/*-----------------*/
	#info-toogle{ justify-self: flex-end}

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .naviglink{font-size: 17px;}
	
    /*-----------------*/
	/* HEADERHOME  */
	/*-----------------*/
	#headerHome{padding-top: 160px;}

	/*-----------------*/
    /* CTA */
    /*-----------------*/
	#cta{padding: 150px 30px;}
	#cta #cta-content{
		width: 100%;
		
	}
	#cta  #cta-inner{padding: 40px 40px;}

	#cta .cta-img.first{
	    padding-right: 50px;
	    width: 52%;
	}
	#cta .cta-img.secondary {width: 48%;}
	
	#cta .cta-img.first img{height: 630px;}
	#cta .cta-img.secondary img {height: 777px;}
}

@media(min-width: 1025px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	
	#logo {place-self: center;z-index: 10000;position: relative;}
	#flags img {max-width: 28px;}
	#header{padding: 16px 15px;}

	#header.fixed-header #headerGrid{grid-template-columns: 210px 1fr 95px 55px;}

    /*-----------------*/
	/* BANNER */
	/*-----------------*/
	#bannerCoordonnees{
		position: absolute;
		right: 0;
		bottom: 0;
		gap: 40px;
		padding: 20px 30px;
		width: auto;
		justify-content: end;
		background: var(--background-color);
	}
	#infoadresseBanner br{display: none;}
	
	#banner #bannerBottom{
		bottom: 80px;
		grid-template-columns: none;
		padding-right: 70px;
	}
	#leftBanner{justify-self: end;}
	

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .naviglink{font-size: 20px;}
	
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	
	#headerHome-coordonnees{
		position: absolute;
		right: 0;
		bottom: 0;
		gap: 30px;
		padding: 20px 30px 20px 15px;
		width: 60%;
		justify-content: start;
	}
	#headerHome-coordonnees br{display: none;}
	
    #headerHome{padding-bottom: 100px;}

	
    #headerHome:before{
        border: solid 2px var(--secondary-color);
        left: 40px;
        z-index: 1;
        top: 98px;
        width: calc(98% - 41px);
        height: calc(100% - 135px);
        right: auto;
        border-right: 0;
    }
    #headerHome:after{
        background-image: url(../images/pattern.png);
        background-blend-mode: color-burn;
        background-color: var(--primary-color);
    }
	#headerHome-content{
		--size: 430px;
		right: -70px;
		min-width: var(--size);
		width: var(--size);
		text-align: left;
		padding: 0;
	}
   
	#headerHome-content .wrappercontent{max-width: 870px;}
    #headerHome .imageDiapo{
        position: relative!important;
        box-shadow: 0 0 30px #00000045;
        background-image: url(../images/pattern.png);
        background-blend-mode: color-burn;
        background-color: var(--primary-color);
        top: -160px;
        height: calc(100% + 260px)!important;
    }
    #headerHome-social{
        --size: 60px;
        width: var(--size);
        
        min-width: var(--size);
        z-index: 2;
    }
    #headerHome-social .sociblock{
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding: 0  0 55px 27px;
    }
    #headerHome-social .sociblock:before{
        content: "";
        position: absolute;
        pointer-events: none;
        top: 12%;
        width: 1px;
        background: var(--primary-color);
        height: 45%;
        left: 35px;
    }
    #headerHome-social .sociblock .share-buttons{flex-direction: column}
    #headerHome-social .sociblock .share-buttons a{margin: 15px 0;}
    #headerHome-social:before{
        border: solid 2px var(--secondary-color);
        top: 35px;
        left: 14px;
        right: -14px;
        width: auto;
        height: auto;
        bottom: 35px;
        background-image: url(../images/pattern.png);
        background-blend-mode: color-burn;
        background-color: var(--primary-color);
    }
	#headerHome .overlay{
		background: 
			linear-gradient(to bottom, rgb(0 0 0 / 70%), transparent  30%), /* Dégradé du haut */
		    linear-gradient(to right, rgb(0 0 0 / 70%) , transparent 30%);  /* Dégradé de gauche */
		
	}
	
	/*-----------------*/
	/* INTRO / CONTENT */
    /*-----------------*/
    .home #content .linkTurn {
	    left: 9%;
	    top: 20em;
    }

    .home #content {overflow: hidden;padding-bottom: 200px;padding-top: 200px;}
	.home #content .title{
	    max-width: 690px;
	    margin: 0 auto 60px;
	}
    .home #content .blocthumb {
		height: 460px;
		max-width: 740px;
		margin: 0 auto;
	}

    .home #content .homeContent-img .wp-block-image {
	    padding-left: 30px;
	    height: 100%;
    }

    .home #content .homeContent-img .wp-block-image a {height: 100%;}

    .home #content .homeContent-img .wp-block-image img {
	    height: 100%;
	    object-fit: cover;
    }

    .home #content .tc_content {
	    padding-left: 22%;
	    width: 120%;
	    padding-top: 90px;
    }
    .home #content :is(.specialthumb, .tertiarythumb, .quaternarythumb) {
	    position: absolute;
	    left: 0;
	    overflow: hidden;
	  }


   .home #content .tertiarythumb {
	    width: 10.7%;
	    height: 240px;
	    top: 340px;
	    left: 5%;
	    z-index: 1;
	}

    .home #content .quaternarythumb {
	    left: auto;
	    right: 0;
	    width: 9.5%;
	    top: 175px;
	    height: 400px;
	}
	
    .home #content .specialthumb {
	    width: 20%;
	    left: -10%;
	    bottom: -370px;
	    top: auto;
	    z-index: 1;
	    height: 320px;
	}

    .home #content .wp-block-media-text.has-media-on-the-right {
	    grid-template-columns: auto 65% !important;
	    margin-bottom: 0;
    }

    .home #content .wp-block-media-text{overflow: visible!important;}

    .home #content .wp-block-media-text__content{
	    margin-top: -200px;
	    z-index: 1;
    }


	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome{padding-top: 100px;background: var(--background-color);}
    #galleryHome .gallery {
        grid-gap: 27px;
        grid-template-columns: repeat(32,1fr);
        grid-template-rows: repeat(13,52px);
    }
   
    #galleryHome .gallery .gallery-item:first-of-type {
        grid-row: span 3;
        grid-column: span 11;
        padding-left: 24%;
        padding-right: 24%;
    }

    #galleryHome .gallery .gallery-item:nth-child(2) {
        grid-column: span 8;
        grid-row: span 6;
        padding-top: 152px;
    }

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

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

    #galleryHome .gallery .gallery-item:nth-child(5) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(6) {
        grid-column: span 5;
        grid-row: span 3;
    }
    #galleryHome .gallery .gallery-item:nth-child(7) {
        grid-column: span 8;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(8) {
        grid-column: span 11;
        grid-row: span 5;
    }
    #galleryHome .gallery .gallery-item:nth-child(9) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(10) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(11) {
        grid-column: span 8;
        grid-row: span 4;
        position: absolute;
        height: 210px;
		width: 20.8% !important;
        bottom: 0;
        right: 0;
    }

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections{background: var(--primary-color);}
	.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: 200px;
	}
    .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:before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: calc(100% - 350px);
	    background: var(--white);
	}
    .sectionsbloc.section_num2 .section_thumb {
		width: 90%;
		z-index: 1;
	}

    .sectionsbloc.section_num2 .specialthumb {
	    width: 40%;
	    position: absolute;
	    bottom: 100px;
	    right: 0;
	    height: auto;
	    display: block;
	    top: 680px;
	}

    .sectionsbloc.section_num2 .section_txt {
	    background: none;
	    width: 60%;
	    margin: 0;
	    box-shadow: none;
	    max-width: none;
	    padding: 120px 6%;
	}

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

	/*-----------------*/
	/* 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(--secondary-color);}

	.prestations-content :is(.content_link, .tc_excerpt) {font-size: 18px;line-height: 1.6;}

    #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(--secondary-color);
        border-bottom: 2Px solid var(--secondary-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(--secondary-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: 2em;
        display: flex;
        transform: rotate(270deg);
        transform-origin: 0 5%;
        white-space: nowrap;
        align-items: center;
        position: relative;
        left: 23px;
        bottom: -29px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
    }

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

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances{padding: 140px 15px;	}	

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{padding: 100px 30px;}
    #news .wrapper_slider:nth-child(2) .thumbnail_slider{height: 270px;}
    #news .wrapper_slider:nth-child(3) .thumbnail_slider{height: 390px;}
    #news .wrapper_slider:last-child .thumbnail_slider{height: 220px;}

	/*-----------------*/
    /* CTA */
    /*-----------------*/
	#cta{padding: 200px 30px;}
	#cta #cta-content h2{font-size: 30px;}

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

	#wrapperForm .title {
        position: absolute;
        top: -37px;
        left: 0px;
        background: var(--primary-color);
        padding: 10px 15px;
        margin: 0;
    }
	#wrapperForm .title h2 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1.5px;
    }
	#wrapperForm .title small{display: none;}

    #wrapperForm .title::after {
        display: none
    }
	#footer{margin-top: 38px;}
}

@media(min-width: 1281px){
    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome:after{width: 40%;}
	#headerHome:before{width: calc(40% - 42px);}
	#headerHome-content{
		--size: 430px;
		right: -80px;
		min-width: var(--size);
		width: var(--size);
	}

	#headerHome .imageDiapo{height: calc(100% + 180px) !important;}
	#headerHome:after{height: 105%;}

	
	/*-----------------*/
	/* BANNER */
	/*-----------------*/
	#bannerCoordonnees{
		gap: 70px;
		padding: 20px 30px;
	}
	#banner #bannerBottom #leftBanner{
	    bottom: -80px;
	    position: relative;
		
	}
	#banner #bannerBottom{
		padding-right: 0;
		grid-template-columns: repeat(2, 1fr);
	}
	#leftBanner{justify-self: start;}

	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .linkTurn {
	    left: 7%;
	    top: 16em;
    }
	.home #content .blocthumb {max-width: 840px;}
	.home #content .title{max-width: 750px;}
	
    .home #content .homeContent-img .wp-block-image {padding-left: 50px;}
	.home #content .quaternarythumb {width: 12.5%;}

    .home #content .specialthumb {
	    width: 29%;
	    left: -26%;
	    bottom: -320px;
	    height: 400px;
	}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{padding: 200px 30px 100px;}

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

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc.section_num2 .specialthumb{top: 800px;}

}

@media(min-width: 1481px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-coordonnees{
		gap: 60px;
		padding: 20px 30px 20px 35px;
	}
	#headerHome:after {width: 38%;}
	#headerHome:before{width: calc(38% - 42px);}
	#headerHome-coordonnees{width: 62%;}
	#headerHome:before{width: calc(38% - 42px);}
	#headerHome-content{--size: 460px;}

	/*-----------------*/
	/* BANNER */
	/*-----------------*/
	#bannerCoordonnees{
		gap: 90px;
		padding: 20px 60px;
	}

	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .tc_content{padding-left: 15%;}
    .home #content .linkTurn {left: 2%;}
	.home #content .blocthumb {max-width: none}
	.home #content .specialthumb {
		width: 27%;
		left: -30%;
	}

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

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
    .home #prestations {padding: 120px 100px;}
	.bloc_prestations {width: 60%;}
}
@media(min-width: 1681px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome:after{width: 35%;}
	#headerHome:before{width: calc(35% - 42px);}
	#headerHome-coordonnees{width: 65%;}
	#headerHome-content{
		--size: 520px;
		right: -100px;
		min-width: var(--size);
		width: var(--size);
	}

	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .homeContent-img .wp-block-image {padding-left: 100px;}
	.home #content .specialthumb {
		width: 35%;
        left: -42%;
	}
}

@media(min-width: 1881px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-social .sociblock{padding: 0 0 55px 50px;}
	#headerHome-social .sociblock:before{left: 55px;}
	#headerHome-social{--size: 100px;}
	#headerHome-social:before{left: 24px;}

	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .homeContent-img .wp-block-image {padding-left: 100px;}
    .home #content .quaternarythumb {
	    right: 4%;
  	    width: 16.5%;
    }
}


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

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

@media(max-width: 1480px){
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .wrappercontent.medium{max-width: 950px;}
}

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

@media(max-width: 1024px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 250px;}
	
	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .wp-block-image:nth-child(11){grid-column: span 2;}
	#galleryHome{padding-bottom:2px;}

	/*-----------------*/
    /* HEADER  */
    /*-----------------*/
	#burgerIcon-name{
	    padding: 0;
	    font-size: 14px;
	    letter-spacing: 0.08em;
	}
	
	/*-----------------*/
    /* HEADER HOME */
    /*-----------------*/
	#headerHome{padding-top: 0;}
	#headerHome-text{font-size: 17px;}
	#headerHome .overlay{background: var(--overlay-color);}

	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .wp-block-columns {flex-wrap: wrap !important;}

    .home #content .wp-block-columns.certifications {flex-wrap: nowrap !important;}

    .home #content .wp-block-columns>div {flex-basis: 100% !important;}

    .home #content,
    .home #content>.wrappercontent {
	    display: flex;
	    flex-wrap: wrap;
	    max-width: 1200px;
    }

    .home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb) {
	    width: 50%;
	    height: 350px;
	    margin-bottom: 60px;
	    padding: 0 2px;
	}

	.home #content :is(.tertiarythumb, .quaternarythumb) {margin: 0;}

	/*-----------------*/
    /* 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;}

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances .picto-content {padding: 30px 20px}
	.picto-container li p{margin: 30px 0 0 0;}
    #reassurances .picto-container li p strong {font-size: 14px;}
	.picto-container .picto-bloc .icon-box:before{
	    height: 70px;
	    width: 70px;
	    margin-left: -35px;
	    top: 13px;
	}

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

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo             footerlogo              footerlogo                footerlogo"
			"infoadresseFooter      infotelfixeFooter       infoouvertureFooter       infomailFooter";
		grid-template-columns:  1fr 1fr 1fr 1fr;
		grid-column-gap: 20px;
	}
	#footer:before{content: none;}
	.imgContact {height: 300px;}
	
	#wrapperForm{padding: 40px 20px;}

	.safari #wrapperForm .title {
		display: grid;
		width: 100%;
		justify-content: center
	}
}

@media(max-width: 767px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 200px;}
	
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-coordonnees{
		right: -260px;
		width: 260px;
		padding: 70px 15px 65px;
	}
	#autotraduction{
	    background: var(--primary-color);
	    width: 100%;
	    text-align: center;
	    padding: 10px;
	    justify-content: center;
	    display: flex;
	    margin-bottom: 10px;
	}
	
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.ckmenu-toogle{flex-direction: column;}
	#burgerIcon-name{
	    padding: 0;
	    font-size: 11px;
	    letter-spacing: 0.08em;
	    top: -9px;
	    position: relative;
	}
	.ckmenu-toogle.open #burgerIcon-name{display: none;}
	.ckmenu-items {padding: 30px 15px 60px}
	.ckmenu-nav {padding-top: 55px;}
	.ckmenu-img {display: none;}
	.navigmenu .naviglink.lvl-0 {
		font-size: 14px;
		padding: 12px 0;
	}

	/*-----------------*/
    /* HEADER HOME */
    /*-----------------*/
	#headerHome{padding-top: 40px;}
	#headerHome-text{font-size: 16px;line-height: 1.4;}
	
	/*-----------------*/
    /* BANNER */
    /*-----------------*/
	.scroll-down {display: none;}
	#leftBanner {padding: 15px;}
	.fabrication-francaise{width: 150px;}
	.charles-rema {width: 60px;}
	
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .linkTurn {--size: 10rem;bottom: -140px;}
	.home #content :is(.tertiarythumb, .quaternarythumb) {margin-top: 60px;}
	.home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb){margin-bottom: 5px;}
	.home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb) {height: 200px;}
	
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .wrap-text{padding: 50px 15px;}
    .sectionsbloc .section_thumb, 
    .sectionsbloc .specialthumb {height: 300px; }

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	.thumbnail_slider {
		width: 100%;
		height: 250px;
	}
	#news .title_slider{font-size: 13px;}

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances .picto-container {
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: auto
    }

    #reassurances .picto-container .picto-bloc {
        grid-template-rows: repeat(1,1fr);
        grid-template-columns: repeat(2,1fr)
    }

    #reassurances .picto-content {padding: 30px 12px;}
    #reassurances .picto-container li p {
		margin: 16px 0 0 0;
		font-size: 12px;
	}
	.picto-container li svg, .picto-container li img{--size: 25px;}
    #reassurances .picto-container li p strong {font-size: 13px;letter-spacing: 0;}
	.picto-container .picto-bloc .icon-box:before{
	    height: 50px;
	    width: 50px;
	    margin-left: -25px;
	    top: 18px;
	}

	/*-----------------*/
    /* CTA */
    /*-----------------*/
	#cta-wrapper{
		flex-direction: column;
		gap: 15px;
	}
	#cta .cta-img{top: 0!important}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
    .prestations-content .content_link, .prestations-content .tc_excerpt{font-size: 15px;}
	.home #prestations::before {background-size: 70%;}

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

@media(max-width: 480px){
	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo"
	        "infoadresseFooter"  
			"infotelfixeFooter"
			"infoouvertureFooter"
			"infomailFooter"    
		;
	    grid-template-columns:  1fr;	
	}
}