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

@media(min-width: 768px){
    /*-----------------*/
	/* HEADER */
	/*-----------------*/
	#headerButton, #logo {z-index: 10001;}
	#header-links .linkIcon:not(:last-child){margin-right: 20px;}
    #header-nav_img{
        width: 35vw;
        left: 30px;
        opacity: 0;
        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);
        opacity: 1;
    }
    #header-nav_content{padding: 0 1vw 0 44vw;}

	#header-nav:before{
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 28%;
	    height: 100%;
	    background: url('../images/pattern.jpg');
	}

	#header {padding: 2px 10px;}
	 
	/*-----------------*/
	/* HEADERHOME + BANNER */
	/*-----------------*/
	#headerHome{padding-top: 78px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations{padding: 50px 0 200px;}
	
	#prestations .bloc_prestations:first-child{
		grid-row: span 2;
		grid-template-rows: 1fr;
		align-items: center;
		margin-top: -250px;
	}
	#prestations .bloc_prestations:first-child .prestations-wrapper{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		
		left: -25px;
	}
	#prestations .bloc_prestations:first-child .prestations-img{
		border-radius: 50% 50% 0 0 / 30% 30% 0 0;
		height: 400px;
	}
	#prestations .bloc_prestations:nth-child(2){
		max-width: 92%;
		width: 100%;
		margin-left: auto;
	}
	#prestations .bloc_prestations:nth-child(3){margin-left: -70px;}
	#prestations .bloc_prestations:nth-child(3) .prestations-img{
		border-radius: 30% 0 30% 0 / 30% 0 35% 0;
		max-width: 500px;
	}
	
	
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .wrapper_slider:first-of-type {
        grid-column:span 2;
        grid-row: span 3
    }
    #news .wrapper_slider:first-of-type .content_slider .title {
        min-width: 600px;
        position: relative;
        z-index: 2
    }
    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 40px;
        text-shadow: 0 0 8px var(--black);
        line-height: 1.1;
        margin-bottom: 15px!important;
    }
    #news .wrapper_slider:first-of-type .wrapper_inner_slider { display: flex   }
    #news .wrapper_slider:first-of-type .thumbnail_slider {
        order: 2;
        height: 650px;
        width: 50%
    }
    #news .wrapper_slider:first-of-type .content_slider {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
	}
    #news .wrapper_slider:first-of-type .text_slider,
	#news .wrapper_slider:first-of-type .text_slider a {
        max-width: 80%;
        font-size: 16px;
    }

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer-coordonnees{border-top: solid 1px rgb(255 255 255 / 50%);}
	#infoouvertureFooter{order:-1;}
	#footer-coordonnees .wrappercontent > div:not(:last-of-type) {border-right: solid 1px rgb(255 255 255 / 50%)}
}

@media(min-width: 1025px){
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-nav:before{width: 23%;}
	#header{padding: 10px;}
	#header-links .linkIcon:not(:last-child){margin-right: 20px;}
	#header.fixed-header #logoheader{width: 240px;}
	.home #header:not(.fixed-header) #autotraduction{background: var(--black);}
	#header.fixed-header #headerButton .buttonIcon {padding: 15px 14px 15px 40px;}
	#header.fixed-header #headerButton .buttonIcon:after {
        top: 50%;
        left: 14px;
        margin: 0;
        transform: translateY(-50%);
    }

	#header.fixed-header #headerGrid{grid-template-columns: 240px 190px 1fr 100px 100px 160px;}
	.home #header:not(.fixed-header) #ck-kb-wrapper{padding: 0 10px;}
	.home #header:not(.fixed-header) #ck-kb-wrapper:after{
		background: var(--black);
		z-index: -11;
	}
	
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
    #header-nav_img{
        width: 40vw;
		left: 100px;
        top: calc(100px + 5vh);
        height: calc(90vh - 200px);
    }
  
	#header-nav_content{padding: 0 1vw 0 53vw;}
	#header-nav:before{width: 40%;}
	.navigtoogle.has-child .naviglink.lvl-0:after{top: 22px;}

	/*-----------------*/
	/* BANNER */
	/*-----------------*/
	#bannerCoordonnees{
		position: absolute;
		left: 0;
		bottom: 0;
		gap: 60px;
		padding: 20px 30px;
		width: 81%;
		justify-content: end;
		background: var(--background-color);
	}

    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#video{margin-right: 90px;}
	#headerHome-coordonnees{
		position: absolute;
		left: 0;
		bottom: 0;
		gap: 60px;
		padding: 20px 30px 30px 15px;
		width: 81%;
		justify-content: end;
		background: var(--background-color);
	}
	
    #headerHome{
       gap: 0;
       background: var(--black);
       padding-bottom: 98px;
    }
   	
    #headerHome:before{
        border: solid 1px var(--primary-color);
        right: 40px;
        z-index: 0;
        top: 49px;
        width: calc(34% - -51px);
        height: calc(100% - 100px);
        left: auto;
    }
    #headerHome-content{
        right: 0;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 140px 120px 100px 140px;
    }
	#headerHome-content .wrappercontent{max-width: 870px;}
    #headerHome .imageDiapo{
        position: relative!important;
        box-shadow: 0 0 30px #00000045;
        margin-right: 90px;
        background: var(--black);
        top: 0;
    }
    #headerHome-social{
        --size: 60px;
        width: var(--size);
        background: var(--black);
        min-width: var(--size);
        z-index: 4;
    }
    #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: 20px 0;}
    #headerHome-social:before{
        border: solid 1px var(--primary-color);
        top: 35px;
        left: 14px;
        right: -14px;
        width: auto;
        height: auto;
        bottom: 35px;
    }

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

    .home #content .eb-wrapper-inner-blocks {
        width: 73%!important;
        padding-right: 90px;
        max-width: 1000px;
        padding-left: 60px;
    }

    .home #content .wp-block-gallery {
        margin-bottom: -350px!important;
        display: grid;
        transition: .6s;
        grid-template-columns: repeat(18,1fr);
        grid-gap: 60px;
        grid-auto-rows: 164px;
        grid-auto-flow: row dense
    }

    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 4;
        width: 100%!important;
        grid-row: span 2
    }


    .home #content .wp-block-gallery .gallery-item:nth-child(1) {
        grid-column: span 4;
        grid-row: span 2
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(1) > a {height: 63%!important}

    .home #content .wp-block-gallery .gallery-item:nth-child(2) {
        grid-column: span 10;
        padding-top: 100px;
        grid-row: span 3
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(3) {
        padding-top: 165px;
        padding-left: 100px
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) > a {
        height: 59%!important;
        width: 63%!important;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) {
        grid-column: span 5;
        top: -145px;
        grid-row: span 2;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) {
        grid-column: span 13;
        top: -226px
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) > a {
        width: 26%!important;
        margin-left: auto;
        height: 91%!important;
        flex: 1 1 100%!important
    }

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .bloc_prestations:first-child{margin-top: -200px;}
	#prestations .bloc_prestations .prestations-img{height: 500px;}
	#prestations .bloc_prestations:first-child .prestations-img{height: 600px;}
	#prestations .bloc_prestations:nth-child(3){margin-left: -100px;}
	
	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome{padding-top: 100px;}
    #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 7;
		grid-row: span 3;
		}
	#galleryHome .gallery .gallery-item:nth-child(12){
		grid-column: span 7;
        grid-row: span 3;
		
	}

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

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections {
    background: var(--black);
    padding-bottom: 100px;
}
    .sectionsbloc {grid-template-columns: repeat(1,1fr)!important}
	.sectionsbloc .wrap-text {padding: 0;}

    .sectionsbloc .specialthumb {display: none}
    .sectionsbloc .section_thumb .blocthumb img {height: 140%}
    .sectionsbloc .section_thumb .blocthumb {overflow: hidden}

    .sectionsbloc.style_1 {z-index: 2}
	 .sectionsbloc.style_1:not(:first-child){padding-top: 160px;}
	
    .sectionsbloc.style_1 .section_thumb {
        height: 60vh;
        min-height: 300px;
        order: -1
    }
    .sectionsbloc.style_1 .section_txt {
        margin-top: -150px;
        width: 90%
    }
    
    .sectionsbloc.style_2 .section_thumb {order: 2}
    .sectionsbloc.style_2 {
        padding-top: 300px;
        margin-left: 0;
        margin-bottom: 180px;
        margin-top: 100px;
    }

    .sectionsbloc.style_2 .section_thumb {
        position: absolute;
        top: 5%;
        bottom: 0;
        height: 100%
    }

    .sectionsbloc.style_2 .section_thumb .blocthumb {width: 40%}

    .sectionsbloc.style_2 .specialthumb {
        top: 0;
        right: 0;
        z-index: -2;
        width: 70vw;
        top: -680px;
        bottom: 46vh;
        display: block;
        position: absolute;
        background: var(--black);
    }

    .sectionsbloc.style_2 .specialthumb img {opacity: .3}

    .sectionsbloc.style_2 .section_txt {
        width: 65%;
        margin-left: 35%;
        max-width: initial;
        z-index: 1
    }
	.sectionsbloc.style_3{
		z-index: 2;
		margin-bottom: 180px;
		color: var(--white);
		margin-top: 260px;
	}
	.sectionsbloc.style_3 :is(.title h2, .wp-block-heading){color: var(--white);}
    .sectionsbloc.style_3:before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: calc(100% - 300px);
	    background: url('../images/pattern.jpg');
	}
    .sectionsbloc.style_3 .section_thumb {
		width: 90%;
		z-index: 1;
	}

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

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

    .sectionsbloc.style_3 .section_txt .wrap-text {
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	#sections .section_txt .wp-block-media-text__content{
		padding-top: 0;
		padding-bottom:0;
	}
	#sections .section_txt .wp-block-media-text{margin-bottom: 0;}
	
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 150px 30px;}
	#news .wrapper_slider:first-of-type .text_slider a {
        line-height: 1.4;
        font-size: 19px;
    }

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer-coordonnees br{display: none;}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header{padding: 11px 15px;}
	#headerButton .buttonIcon {padding: 42px 20px 20px;}
	
	
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome{padding-top: 117px;}
	#headerHome:before{
		right: 30px;
		width: calc(37% - 41px);
		top: 55px;
	}
	#headerHome-coordonnees{
		gap: 90px;
		padding: 30px 70px 30px 30px;
		width: 84%;
	}
	#infoadresseHeaderHome br{display: none;}
}

@media(min-width: 1481px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome{padding-top: 121px;}
	#headerHome:before{
		right: 40px;
		width: calc(29% - 41px);
	}
	#headerHome-coordonnees{
		gap: 120px;
		width: 84%;
	}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .bloc_prestations:nth-child(3){margin-left: -180px;}
}

@media(min-width: 1681px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome:before{width: calc(30% - 41px);}
	#headerHome-coordonnees{width: 70%;}
	#video{margin: 0;}
	#headerHome .overlay{background: linear-gradient(to left, var(--overlay-color), #fff0 30%);}
	#headerHome-content{
		--size: 430px;
		left: -100px;
		min-width: var(--size);
		width: var(--size);
		text-align: left;
		padding: 0;
		position: relative;
		top: auto;
		transform: none;
		right: auto;
	}
}
@media(min-width: 2100px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{
		left: -160px;
		--size: 450px;
	}
	
	#headerHome-social{--size: 100px;}
	#headerHome-social:before{left: 24px;}
	#headerHome-social .sociblock{padding: 0 0 55px 50px;}
	#headerHome-social .sociblock:before{left: 55px;}
	
}

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

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

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

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

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#info-toogle{display:flex;}

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

	/*-----------------*/
	/* NAVRIMARY */
	/*-----------------*/
	body:not(.is-toggle-open) #navprimary{z-index: 3000;}
	.navigtoogle.has-child .naviglink.lvl-0:after{top: 22px;}
	
	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome{padding-top: 2px;}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding-bottom: 20px;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .widget_parentpage {gap: 50px 20px;}
	#prestations .bloc_prestations{
    transform: none!important;
}
	#prestations .prestations-content h3{
		font-size: 20px;
		min-width: max-content;
	}
	
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .content-news {grid-gap: 0 30px}
	#news:after{content: none;}
	#news {
		padding: 80px 15px 190px;
		margin: 0;
	}
	#news .wrapper_slider{
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	#news .title_slider{font-size: 20px;}
    #news .wrapper_slider:first-of-type .text_slider,
	#news .wrapper_slider:first-of-type .text_slider a {line-height: 1.5;}
    #news .wrapper_slider:first-of-type .content_slider .title { min-width: 170%}
    #news .wrapper_slider:first-of-type .title_slider {font-size: 32px;}

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

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections .sectionsbloc{grid-template-columns: repeat(2, 1fr)!important;}
	.sectionsbloc .wrap-text{padding: 70px 40px;}
	#sections .section_txt {
        grid-column: span 2;
        max-width: none;
        order: -2;
		padding: 0;
	    border-radius: 0;
    }

    #sections .sectionsbloc .section_thumb {order: -1!important }
    #sections .sectionsbloc :is(.section_thumb, .specialthumb){height: 450px}

	/*-----------------*/
    /* CERTIFICATIONS */
    /*-----------------*/
	#certifications .title h2{
    font-size: 35px;
}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer-coordonnees .wrappercontent > div{padding: 45px 10px 20px 10px;	}
	
	#footer #footerbloc {
	    grid-template-areas:
    	    "footerlogo"
    	    "footerLinks";
	    grid-template-columns: 1fr;
	    justify-items: center;
	    grid-row-gap: 0;
	}
}

@media(max-width: 767px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 100px;}
	
	/*-----------------*/
	/* MODAL RESERVAtION */
	/*-----------------*/
	#modal-reservation .innermodal{
	    padding: 60px 0 20px 0;
	    width: 99%;
	}
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-coordonnees{
		right: -290px;
		width: 290px;
		padding: 70px 15px 65px;
	}
	#autotraduction{
	    background: var(--title-color);
	    width: 100%;
	    text-align: center;
	    padding: 10px;
	    justify-content: center;
	    display: flex;
	}

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

	/*-----------------*/
    /* NAVPRIMARY  */
    /*-----------------*/
	#header-nav_img{display: none;}
	.navigmenu .naviglink.lvl-0{
		text-align: center;
		font-size: 22px;
		width: 100%;
	}
	.navigtoogle.has-child .naviglink.lvl-0:after{top: 16px;}
	.navigmenu .naviglink.lvl-1 {text-align: center;    }
	#header-nav_content{width: 100%;}

	.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;}

	/*-----------------*/
	/* CARTE */
	/*-----------------*/
	.tc_content table td em{font-size: 13px;}
	.tc_content table tr td:not(:first-child){min-width: 55px;}

	/*-----------------*/
	/* CERTIFICATIONS */
	/*-----------------*/
	#certifications .title{
		width: auto;
		padding: 0;
		margin: 0 auto 0;
		text-align: center;
	}
	#certifications .title:after, 
	#certifications .title:before{
		display: none;
	}
	#certifications .title h2:before{
		display: none;
	}
	#certifications .title h2{
    font-size: 25px;
}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding-bottom: 20px;}
    .home #content .wp-block-gallery {
        grid-template-rows: repeat(3,150px);
        grid-gap: 5px;
        grid-template-columns: repeat(2,1fr);
        display: grid
    }

    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 1!important;
        grid-row: span 1!important;
        width: auto!important
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) {grid-column: span 2!important;}
	
	.home #content .eb-wrapper-outer{
		padding: 25px 10px 0!important;
		margin: 0;
	}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .widget_parentpage {gap: 10px;}
	#prestations .bloc_prestations{padding-left: 40px;}
	#prestations .prestations-content h3{font-size: 18px;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
    #news .wrapper_slider:first-of-type .wrapper_inner_slider {
        display: flex;
        flex-direction: column-reverse
    }
	#news .wrapper_slider:first-of-type .content_slider .title { min-width: auto}
	
    #news .title_slider,
	#news .wrapper_slider:first-of-type .title_slider {font-size: 19px;}

    #news .next_slider { margin-top: -10px   }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        height: 200px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #news .content-news {grid-gap: 20px 0;}
    #news {padding: 70px 15px 100px;}

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

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

	/*-----------------*/
    /* CTA */
    /*-----------------*/
	#cta .wrappercontent{
		padding: 40px 20px;
		font-size: 14px;
		max-width: 420px;
	}
	#cta .title h2 {font-size: 22px;}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footerForm {padding: 60px 15px 250px;}

    #footerForm #wrapperForm {
        padding: 40px 20px;
        max-width: 600px
    }

    #footer-coordonnees {bottom: 20px}
	#footer-coordonnees > .wrappercontent {flex-direction: column;}

	#footer-coordonnees .wrappercontent > div {
	    border: none;
	    max-width: 170px;
	    margin: 0 auto;
	    text-align: left;
	    padding: 10px 0 10px 24px;
	    align-items: flex-start;
	}
	#footer-coordonnees .wrappercontent > div:before {
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}
}

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