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

@media(min-width: 768px){
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .left-img .blocthumb{
		padding-right: 15px;
		margin-top: 11em;
		height: 29em;
	}
	.home #content .right-img .specialthumb{
		padding-left: 14px;
		margin-top: 13em;
		height: 25em;
	}

	.home #content .left-img .tertiarythumb{
		bottom: 11.5em;
		top: auto;
		height: 20.6em;
		width: 340px;
		right: 0.7em;
		left: auto;
		position: absolute;
	}
	.home #content .right-img .quaternarythumb{
		bottom: 6.5em;
		top: auto;
		height: 20.6em;
		width: 400px;
		left: 0.9em;
		position: absolute;
	}
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.grid-img{
		grid-gap: 20px!important;
		margin-bottom: 40px;
		margin-top: 50px!important;
	}
	
	.grid-img .blocthumb{
		margin-top: 1.5rem;
		height: 320px;
	}
	.grid-img .specialthumb{
		height: 299px;
	}
	.grid-img .tertiarythumb{
		margin-top: 1.5rem;
		height: 299px;
	}
	.grid-img .quaternarythumb{
		height: 360px;
	}
	
	#prestations .ckslidercontrols .next{right: 0;}
	#prestations .ckslidercontrols .prev{
		right: 48px;
		left: auto;
	}
	#prestations .ckslidercontrols .prev,
	#prestations .ckslidercontrols .next{
		--size: 45px;
		top: 120px;
		border-radius: 0;
		margin: 0;
		bottom: auto;
	}
	
	#prestations .ckctrldiv{
		bottom: 50px;
		transform: none;
		left: auto;
		right: 9%;
	}
	#prestations .wrapContent-presta {padding-top: 80px;padding-right: 2px;}

	#prestations .prestations-img .specialthumb{
	   width: 90%;
	   height: 325px;
	}
	#prestations .prestations-img .tertiarythumb{
	   width: 85%;
	   left: 23%;
	   position: relative;
	   margin-top: 37px;
	   height: 390px;
	   z-index: 2;
	}

	#prestations .wrapContent-presta .image_content {
		min-height: 605px;
		z-index: 1;
		position: relative;
	}

	/*-----------------*/
	/* 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: 45px;
        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%;
        line-height: 1.4;
        font-size: 19px;
    }
	
	
    /*-----------------*/
    /* 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;}
   
   /*-----------------*/
   /* PARTENAIRES */
   /*-----------------*/
   #partenaires #partenaires-header {margin-bottom: 100px;}
   #partenaires-intro {padding-left: 60px}
   #partenaires{margin-bottom: 100px;}

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

}

@media(min-width: 1025px){
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-coordonnees > div:not(:last-child){margin-right: 70px;}
	#header-coordonnees > div br{display: none;}
	#header.fixed-header #headerGrid{
	    padding: 10px;
	    grid-template-columns: 150px 1fr;
	}

	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#navprimary .navigmenu{justify-content: flex-end;}

	/*-----------------*/
	/* HEADERHOME  */
	/*-----------------*/
	#headerHome-content{padding-top: 100px;}
	
	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome{margin-top: 250px;}
	#galleryHome .gallery {
        display: grid;
        width: 100%;
        grid-gap: 15px;
        transition: .6s;
        grid-template-columns: repeat(42,1fr);
        max-width: 100%;
        grid-template-rows: repeat(2,595px);
        position: relative;
    }

    #galleryHome .gallery .gallery-item {
        grid-column: span 8;
        position: relative;
        width: 100%!important;
    }


    #galleryHome .gallery .gallery-item:first-of-type {
        grid-row: span 1;
        grid-column: span 6
    }

    #galleryHome .gallery .gallery-item:nth-child(2) {
        grid-column: span 12
    }

    #galleryHome .gallery .gallery-item:nth-child(3) {
        grid-column: span 9;
        top: 235px
    }

    #galleryHome .gallery .gallery-item:nth-child(4) {grid-column: span 8}
    #galleryHome .gallery .gallery-item:nth-child(5) { grid-column: span 7}
    #galleryHome .gallery .gallery-item:nth-child(7) {grid-column: span 10}

    #galleryHome .gallery .gallery-item:nth-child(8) {
        grid-column: span 5;
        top: 125px
    }

    #galleryHome .gallery .gallery-item:nth-child(9) {
        grid-column: span 4;
        top: 125px;
    }

    #galleryHome .gallery .gallery-item:nth-child(10) {
        grid-column: span 10;
        top: -107px
    }

    #galleryHome .gallery .gallery-item:nth-child(11) {
        grid-column: span 3;
        top: -120px
    }

    #galleryHome .gallery .gallery-item:nth-child(12) {
        grid-column: span 2;
        top: -120px
    }

    #galleryHome .gallery .gallery-item:nth-child(13) {
        grid-column: span 5;
        position: absolute;
        bottom: 146px;
        right: 0;
        height: 346px;
        width: 10.5%!important;
        overflow: hidden
    }

    #galleryHome .gallery .gallery-item .gallery-icon {
        height: 100%!important;
        position: relative
    }

    #galleryHome .gallery .gallery-item:nth-child(2) .gallery-icon {
        height: 70%!important;
        top: 30%
    }

    #galleryHome .gallery .gallery-item:nth-child(3) .gallery-icon {height: 80%!important}

    #galleryHome .gallery .gallery-item:nth-child(4) .gallery-icon {
        height: 69%!important;
        top: 73px
    }

    #galleryHome .gallery .gallery-item:nth-child(5) .gallery-icon {
        height: 75%!important;
        top: 20px
    }

    #galleryHome .gallery .gallery-item:nth-child(6) .gallery-icon {height: 86%!important}
    #galleryHome .gallery .gallery-item:nth-child(7) .gallery-icon {height: 56%!important}
    #galleryHome .gallery .gallery-item:nth-child(8) .gallery-icon {height: 42%!important}
    #galleryHome .gallery .gallery-item:nth-child(9) .gallery-icon {height: 22%!important}
    #galleryHome .gallery .gallery-item:nth-child(10) .gallery-icon {height: 61%!important}
    #galleryHome .gallery .gallery-item:nth-child(11) .gallery-icon, 
	#galleryHome .gallery .gallery-item:nth-child(12) .gallery-icon {height: 34%!important}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations > .wrappercontent .title{margin-bottom: 80px;}
	.specialIntro{overflow: hidden;}
	.prestations-content .content_link, 
	.prestations-content .tc_excerpt{font-size: 15px;}
	 #intro-content .intro-txt{
		max-width: 870px;
		margin: 80px auto 0;
	} 
	#intro-content .intro-txt.small{
		max-width: 500px;
		padding-right: 40px;
		margin: 0 14% 0 auto;
	}
	.grid-img{grid-gap: 30px!important;margin-bottom: -20px;}
	
	.grid-img .blocthumb{
		width: 200%;
		margin-left: -100%;
		margin-top: 1.5rem;
		height: 440px;
	}
	.grid-img .specialthumb{
		height: 299px;
		margin-top: 2.5rem;
	}
	.grid-img .tertiarythumb{
		margin-top: 5.5rem;
		height: 299px;
	}
	.grid-img .quaternarythumb{
		width: 200%;
		margin-right: -100%;
		height: 440px;
	}
	
	/*-----------------*/
    /* 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(--dark-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 .section_txt .has-medium-font-size,
	.sectionsbloc.section_num2 .title h2{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: 110%;
	    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;}
	
   /*-----------------*/
   /* 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: 50px;
	    line-height: 1;
	    text-shadow: 0 0 7px var(--black);
   }

   /*-----------------*/
   /* PARTENAIRES */
   /*-----------------*/
   #partenaires .title h2 {font-size: 42px;}
   #partenaires .partenaires-intro{font-size: 17px;line-height: 1.7;}

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

	/*-----------------*/
	/* CTA */
	/*-----------------*/
	#newsletter{
		position: absolute;
		left: 20.4%;
		max-width: 370px;
		top: 0;
		padding: 50px 35px;
		text-align: left;
	}
	
	
	/*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery .gallery-item:nth-child(11n + 1){grid-column: span 2}
	#galleryFooter .gallery .gallery-item:nth-child(11n + 6){
		grid-row: span 2;
		grid-column: span 2
	}
	
	#galleryFooter .gallery .gallery-item:nth-child(11n + 8){grid-column: span 2}
	#galleryFooter{padding-top: 80px;}

}

@media(min-width: 1281px){
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#intro-content .intro-txt{margin: 40px auto 0;}
	
    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances .title h2{font-size: 60px;}
	#reassurances .right {padding: 50px 0 50px 223px;}

	/*-----------------*/
    /* 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: 140px 12%;}
   
  
}

@media(min-width: 1481px){
	/*-----------------*/
    /* 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){
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .middle-content {padding: 340px 50px 260px;}
	.home #content:before, .home #content:after {width: 70em;}
}

@media(max-width: 1280px){
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0{padding: 14px 13px;font-size: 15px;}
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content:before, .home #content:after {
        width: 60em;
        height: 21em;
    }
	.home #content .middle-content{
		padding: 340px 0 300px;
		font-size: 17px;
	}
	.home #content .left-img{padding-right: 30px;}
	.home #content .right-img{
		padding-left: 30px;
	}
	.home #content .left-img .tertiarythumb{right: 1.6em;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations{ padding: 150px 30px;}
	#prestations .prestations-content{padding: 50px 30px;}
	#prestations .ckctrldiv{right: 5%;}

	
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .section_thumb{height: 600px;}
}

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

	/*-----------------*/
	/* HEADERHOME + BANNER */
	/*-----------------*/
	#headerHome-content{padding-top: 230px;}
	#headerHome:after{mask-position: 90% 0;}


	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0{
		padding: 11px 16px;}
	.navigmenu .naviglink.lvl-2{text-align: center;padding: 7px 10px;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content {padding: 100px 0;}
	.home #content:before, .home #content:after {
        width: 700px;
        height: 240px;
	}
	
	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome {padding: 2px 0}

    #galleryHome .gallery {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 2px;
        grid-auto-rows: 200px;
    }

    #galleryHome .gallery .gallery-item:nth-child(13) {
        grid-column: span 3;
        height: auto
    }

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations {padding: 120px 20px;}
	#prestations .prestations-content{
		padding: 40px 14px 80px;
		gap: 30px;
	}
	.prestations-content .content_link, 
	.prestations-content .tc_excerpt{font-size: 13px;}
	#prestations .ckctrldiv{right: 5%;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .content-news {grid-gap: 0 30px}
	#news:after{content: none;}
	#news {
		padding: 80px 15px 190px;
		margin: 0;
	}
	#news .title_slider{font-size: 20px;}
    #news .wrapper_slider:first-of-type .text_slider,
	#news .wrapper_slider:first-of-type .text_slider a {font-size: 15px;}
    #news .wrapper_slider:first-of-type .content_slider .title { min-width: 170%}
    #news .wrapper_slider:first-of-type .title_slider {font-size: 35px;}
	
    /*-----------------*/
    /* 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 */
    /*-----------------*/
    .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;}
   
   /*-----------------*/
   /* PARTENAIRES */
   /*-----------------*/
   #partenaires {padding: 80px 25px 0;}
	
	/*-----------------*/
    /* GALLERY FOOTER */
    /*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(4,1fr);
		grid-auto-rows: 160px;
	}
	#galleryFooter .gallery .gallery-item.empty-item{display: none;}
	#galleryFooter .gallery .gallery-item:nth-child(11){grid-column: span 2;}

}

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

	/*-----------------*/
	/* HEADERHOME + BANNER */
	/*-----------------*/
	#headerHome-content{padding-top: 90px;}
	#banner:after{mask-position: 90% 0;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content:before, .home #content:after {
        width: 260px;
        height: 100px;
    }
	
	.home #content {padding: 50px 15px;}
	
	.home #content .left-img,
	.home #content .right-img{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 180px;
		grid-gap: 4px;
		padding: 2px 0;
	}
	.home #content .left-img .tertiarythumb, 
	.home #content .right-img .quaternarythumb,
	.home #content .middle-content:before,
	.home #content .middle-content:after {position: relative;right: auto;left: auto;}
	
	.home #content .middle-content{
		order: -1;
		font-size: 16px;
		padding: 0 0 30px;
	}
	.home #content .middle-content:before{
		display: block;
		margin: 0 auto 20px;
		transform: scale(0.8);
		left: auto;
	}
	.home #content .middle-content:after{content: none;}
	
	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .gallery .gallery-item:nth-child(13) {grid-column: span 2}

    #galleryHome .gallery {
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: 150px;
    }

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-content:before{
		left: 0;
		width: 100%;
		border: none;
	}
	.home #prestations{padding: 60px 15px;}
	#prestations .prestations-content{height: 310px;}
	#prestations .prestations-content{top: 0;}
	#prestations{padding: 60px 15px;}
	.prestations-content .liresuite { margin-top: 0;}
	.grid-img {
	    margin: 20px 0 40px!important;
	    grid-gap: 3px!important;
	    grid-auto-rows: 150px;
	}
	.prestations-img {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 200px;
		grid-gap: 4px;
		padding-bottom: 4px;
	}
	#prestations .wrapContent-presta .image_content {
		height: 250px;
		order: 1;
	}
	
	#prestations .ckctrldiv {
	    bottom: 265px;
	    right: 0;
	    left: 0;
	    justify-content: center;
	    transform: none;
	}

	#prestations .ckslidercontrols .prev, 
	#prestations .ckslidercontrols .next {
		bottom: 230px;
		--size: 40px;
		top: auto;
		transform: none;
	}

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

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

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        height: 250px;
        margin-top: 30px
    }
    #news .content-news {grid-gap: 30px 0;}
    #news {padding: 70px 15px 60px;}
	
    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances {padding: 60px 15px;}
	#reassurances .picto-container {
	    max-width: 250px;
	    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;
	}

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

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .wrap-text{padding: 50px 15px;}
    .sectionsbloc .section_thumb, 
    .sectionsbloc .specialthumb {height: 300px; }
   
 
   
   /*-----------------*/
   /* PARTENAIRES */
   /*-----------------*/
   #partenaires {padding: 50px 15px 0;}
   #partenaires-header{
      grid-gap: 20px;
      margin-bottom: 40px;
   }
   #partenaires .widget_partenaires li{min-height: 130px;}

	/*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 120px;
	}
}

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