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

@media(min-width: 768px){
	/*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
    #partenaires #partenaires-header {margin-bottom: 50px;}
    #partenaires-intro {padding-left: 60px}

	/*-----------------*/
	/* REASSURANCES */
    /*-----------------*/
	.home #reassurances {
        padding: 120px 30px;
    }
	
    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#wrapperForm > .title{margin-bottom: 30px;	}
	#footer-coordonnees{
        padding: 30px 15px;
        border-right: 1px solid #24242424;
    }
	#footer #wrapperForm:before {
       background: var(--dark-color);
       opacity: 0.9;
       z-index: -1;
    }
    #footer #wrapperForm:after{
    	background-image: url(../images/patternBis.jpg);
    	background-position: center;
    	background-size: cover;
    	z-index: -2;
    }
}

@media(min-width: 1025px){
	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.title.tar:after{
	    left: auto;
	    right: 0;
	}
	
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header{padding: 10px 10px;}
	#logoheader {width: 180px;}
	#header.fixed-header #headerGrid{grid-template-columns: 120px 1fr 50px;}
	
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.home .navigmenu .navigtoogle.social{display: none;}
	.navigmenu .navigtoogle.social .naviglink.lvl-0{padding: 10px 0 10px 5px;}
	.navigmenu{justify-content: flex-start;}
	

	 /*-----------------*/
	/* BANNER */
	/*-----------------*/
	#bannerCoordonnees{
		position: absolute;
		left: 0;
		bottom: 0;
		gap: 60px;
		padding: 20px 30px;
		width: 81%;
		justify-content: end;
		background: var(--background-color);
	}
	#bannerCoordonnees br{display: none;}
	
    /*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome,
	#banner{padding-top: 103px;}

    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-coordonnees{
		position: absolute;
		left: 0;
		bottom: 0;
		gap: 60px;
		padding: 20px 30px 20px 15px;
		width: 85%;
		justify-content: end;
	}
	#headerHome-coordonnees br{display: none;}

    #headerHome{
       gap: 30px;
       padding-bottom: 90px;
    }
   
	#headerHome-pattern{
		top: 0;
		right: 0;
		height: 100%;
		z-index: -1;
		width: 15%;
		background-image: url(../images/patternBis.jpg);
		background-position: right;
	}

	
	#headerHome-pattern:before {
	   background: var(--dark-color);
	   opacity: 0.8;
	   z-index: 0;
	}

    #headerHome:before{
        border: solid 1px var(--secondary-color);
        right: 40px;
        z-index: 0;
        top: 50px;
        width: calc(15% - 41px);
        height: calc(100% - 95px);
        border-left: none;
        left: auto;
    }
  
    #headerHome-content{
        right: 0;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 140px 120px 160px 140px;
    }
	#headerHome-content .wrappercontent{max-width: 870px;}

	#headerHome-img{
		box-shadow: 0 0 30px #00000045;
		margin-right: 90px;
		background: var(--primary-color);
	}
	
    #headerHome-social{
        --size: 60px;
        width: var(--size);
        background: var(--dark-color);
        min-width: var(--size);
    }
    #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(--secondary-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(--secondary-color);
        top: 35px;
        left: 14px;
        right: -14px;
        width: auto;
        height: auto;
        bottom: 35px;
    }

    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content {padding: 100px 0 0px;}
	.home #content .title{margin-bottom: 0;}
    .home #content .eb-wrapper-inner-blocks {
        width: 86%!important;
        max-width: 1000px;
        text-align: justify;
    }
	.home #content .eb-wrapper-inner-blocks .wp-block-columns{gap: 100px;}

    .home #content .wp-block-gallery {
        margin-bottom: -500px!important;
        display: grid;
        transition: .6s;
        grid-template-columns: repeat(18,1fr);
        grid-gap: 60px;
        grid-auto-rows: 140px;
        grid-auto-flow: row dense;
        z-index: 1;
        position: relative
    }
    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 4;
        width: 100%!important;
        display: none;
        grid-row: span 2
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(-n+5) {display: flex;}

    .home #content .wp-block-gallery .gallery-item:nth-child(1) {
        grid-column: span 5;
        grid-row: span 3;
        height: 89%;
        padding-top: 47px;
        padding-left: 12%;
    }

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

    .home #content .wp-block-gallery .gallery-item:nth-child(2) {
        grid-column: span 8;
        padding-top: 124px;
        grid-row: span 4;
        z-index: 3;
        height: 80%;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(3) {
        grid-column: span 5;
        height: 60%;
    }
	.home #content .wp-block-gallery .gallery-item:nth-child(3) > a{width: 48%!important;}

    .home #content .wp-block-gallery .gallery-item:nth-child(4) > a {
        width: 78%!important;
        margin-left: auto;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) {
        grid-column: span 6;
        top: -143px;
        height: 70%;
        padding-right: 14%;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) {
        grid-column: span 12;
        top: -415px;
        grid-row: span 3;
        height: 84%;
    }

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

    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {padding: 150px 20px 100px;}
	#news .newsdate{min-width: 150px;}
	#news:before {
		background: var(--light-color);
		width: 75%;
		height: 110%;
	}

    #news .left {
        padding-left: 30px;
        max-width: 500px;
        margin-left: auto;
        z-index: 2
    }
	
	#news .wrapperActu{padding-top: 40px;}

    #news .left .title {
		margin-top: 100px;
		margin-bottom: 50px;
	}
	#news .left .title .separator{margin-bottom: 0;}
    #news .titleImg {height: 440px;}

    #news .right:before {
        background: var(--background-color);
        width: calc(100% + 200Px);
        height: calc(100% + 220px);
        left: initial;
        right: 0;
        top: -50px
    }

    #news .title_slider {font-size: 24px;}

    #news .hoverActif .content_slider {padding-left: 30px}

    #news .content_slider {transition: all .4s}
    #news .hoverActif .thumbnail_slider {
        height: 300px;
        transition: all .8s;
        width: 120%;
        transform-origin: center
    }

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome{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;
    }
	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.home #reassurances{padding: 140px 30px;}
	#reassurances .wrappercontent > div:first-child{min-width: 380px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
    .home #prestations {padding: 140px 0;z-index: 2;}
    .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 .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: 26px;
        display: flex;
        transform: rotate(270deg);
        transform-origin: 0 5%;
        white-space: nowrap;
        align-items: center;
        position: relative;
        left: 50px;
        bottom: -29px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        font-family: var(--font-bold);
    }

    .prestations-content {
        display: grid;
        align-content: end;
        min-width: 350px;
    }
	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections:before{
		background: var(--light-color);
		top: -60px;
		height: calc(100% + 60px);
	}
	#sections *:not(.wp-block-button__link, .button, .wp-block-separator).has-background{background: var(--white) !important;}
	#sections{padding: 100px 0 50px;}
    .section_thumb {width: 38%;}
	.section_txt {width: 62%;}
	.sectionsbloc{
		padding: 70px 0;
		width: 100%;
	}
    .section_thumb .blocthumb {
        height: 100%;
        width: 81%;
    }
    .section_thumb .specialthumb {
        position: absolute;
        top: 190px;
        right: 5%;
        width: 30%;
        height: 350px;
        border: solid var(--light-color) 5px;
    }
    .section_txt .wrap-text{
        padding: 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: 50%;
    }

    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footerLinks{padding: 30px 15px;}
	
    #fondContact {
        margin-bottom: 100px;
        width: 130%;
    }
   
    #footer .wrapperContact {
		margin-top: 100px;
		grid-column: span 2 !important;
		min-width: 120%;
		left: -20%;
		position: relative;
	}
    #footer #wrapperForm{padding: 80px 30px;}
}

@media(min-width: 1281px){
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header{padding: 12px 20px;}
	#logoheader {width: 350px;}
	#header.fixed-header #logoheader{width: 170px;}
	
	
    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome:before{
		right: 30px;
		width: calc(8% - 31px);
	}
	#headerHome-coordonnees{
		gap: 50px;
		padding: 30px 70px 30px 30px;
		width: 92%;
	}
	#headerHome-pattern{width: 8%;}
	
	/*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome,
	#banner{padding-top: 110px;}
	#headerHome{padding-bottom: 110px;gap: 60px;}

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

    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 150px 0 120px;}
	.section_thumb {width: 40%;}
    .section_txt {width: 60%;}

	/*-----------------*/
    /* FOOTER  */
    /*-----------------*/
	#footer .wrapperContact{
	    left: 0;
	    min-width: auto;
	}
	#footer-coordonnees{padding: 50px;}
}

@media(min-width: 1481px){
    /*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome,
	#banner{padding-top: 120px;gap: 40px;}

    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-pattern{width: 16%;}
	#headerHome:before{
		right: 41px;
		width: calc(16% - 41px);
		top: 66px;
		height: calc(100% - 120px);
	}
	#headerHome-coordonnees{
		gap: 50px;
		width: 84%;
	}
	
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
    .home #prestations {padding: 180px 100px;}
	.bloc_prestations {width: 60%;}
	
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_txt .wrap-text {padding: 60px 70px;}
}

@media(min-width: 1681px){
    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-pattern{width: 24%;}
	#headerHome:before{width: calc(24% - 41px);}
	#headerHome-coordonnees{width: 76%;}
	#headerHome-img{margin: 0;}
	#headerHome .overlay{background: linear-gradient(to left, #0d1432, #fff0 30%);}
	#headerHome-content{
		--size: 340px;
		left: -100px;
		min-width: var(--size);
		width: var(--size);
		text-align: left;
		padding: 0;
		position: relative;
		top: auto;
		transform: none;
		right: auto;
	}
    

    /*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .eb-wrapper-inner-blocks{
		padding: 0 50px;
		max-width: 1100px;
	}
}
@media(min-width: 1880px){
	#headerHome-pattern{width: 29%;}
	#headerHome-content{--size: 450px;}
	#headerHome:before{width: calc(29% - 42px);}
	#headerHome-coordonnees{width: 71%;}
}
@media(min-width: 2100px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{left: -160px;}
	#headerHome{gap: 100px;}
	#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){
    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .wrapActu{grid-gap: 30px;}
    
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections:before {left: 70px;}
	#choixSections:after {left: 60px;}
}

@media(max-width: 1024px){
    /*-----------------*/
    /* LOADER */
    /*-----------------*/
    #loader-wrapper svg{width: 200px;}
    /*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-coordonnees{
		right: -270px;
		width: 270px;
	}
	#info-toogle svg circle{fill: none;}
	
	#header-coordonnees .title{margin-bottom: 30px!important;}
	#header-coordonnees .title h2{font-size: 28px;}

	/*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome{margin-top: 93px;}
	#banner{padding-top: 93px;}

    /*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{
	    padding-bottom: 80px;
	    width: 100%;
	}
	#headerHome-img{position: absolute;top: 0;left: 0;}
	#headerHome-logos{
    bottom: 13px;
    left: 20px;
}
	#headerHome .overlay,
	#banner .overlay{background: linear-gradient(to bottom, var(--overlay-color), #fff0 );}

    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content:after{display: none;}
	.home .eb-wrapper-outer {
	    margin-bottom: 0!important;
	    padding: 0!important;
	}
	.home #content .wp-block-gallery {
        grid-gap: 5px;
        grid-template-columns: repeat(3, 1fr);
        display: grid;
        margin: 40px 0 !important;
        grid-auto-rows: 300px;
    }
	 .home #content .wp-block-gallery .gallery-item {
        grid-column: span 1!important;
        grid-row: span 1!important;
        width: auto!important
    }
	.home #content:before {height: 55%;}

    .home #content .wp-block-gallery .gallery-item:nth-child(7) {grid-column: span 3!important}

    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{
		padding-bottom: 60px;
	}
	#news .wrapActu{grid-gap: 40px;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances .linkTurn{margin-top: 20px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home #prestations{clip-path: polygon(0 100%, 50% 100%, 53% 99%, 90% 99%, 93% 100%, 100% 100%, 100% 0, 43% 0, 40% 1%, 20% 1%, 17% 0, 0% 0%);}
	.home #prestations::before {background-size: 50%;}
    .bloc_prestations h3 {margin-top: 0;}

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

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .wp-block-image:nth-child(11){grid-column: span 2;}
	#galleryHome{padding-bottom:2px;}

	/*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
    #partenaires {padding: 80px 25px 100px;}


	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footerForm{position: relative;}
	#footer-coordonnees{
		padding: 30px 15px;
		background: var(--background-color);
	}
	#footer-coordonnees > div{margin: 15px 0;}
	
	#footer .wrapperContact{
		z-index: 2;
		background: none;
	}
	#fondContact{
	    width: 100%;
	    height: 200px;
	    background-position: center;
	    z-index: 2;
	}
	#wrapperForm{padding: 100px 20px;}
	#footerLinks{flex-direction:column}
}

@media(max-width: 767px){
    /*-----------------*/
    /* LOADER */
    /*-----------------*/
    #loader-wrapper svg{width: 150px;}
    /*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-bottom: 70px;}
	#headerHome-logos img{height: 60px;}
	
	/*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome{margin-top: 73px;}
	#banner{padding-top: 73px;}
	
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .wp-block-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
	}
	.home #content:before {height: 50%;}
	.home #content:after{bottom: 50%;}
	.home #content .wp-block-gallery .gallery-item:nth-child(7) {grid-column: span 2!important}

	#content .elemGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0;
}

    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles .listedarticle .tc_excerpt{font-size: 15px;}
	#news{padding-bottom: 20px;}
	
	#news .wrapper_inner_slider {padding: 30px 0;}
	#news .content_slider {padding: 20px 0 0;}
	#news .content_slider::before {
        left: 50%;
        transform: translateX(-50%);
        top: 200px;
    }
	.thumbnail_slider {height: 250px;}

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

    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_thumb{grid-auto-rows: 300px;}
	#sections .tertiarythumb{height: 200px;}

	/*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
    #partenaires {padding: 50px 15px 80px;}
    #partenaires-header{
       grid-gap: 20px;
       margin-bottom: 40px;
    }
    #partenaires .widget_partenaires li{min-height: 130px;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.picto-container{grid-template-columns: repeat(1, 1fr);}
	
	.picto-container li p{font-size: 15px;}
	.picto-container li p strong{font-size: 12px;}

	.picto-container li:nth-child(3){border-bottom: none;}

	.picto-container li{padding: 40px 20px;}
	
	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer-coordonnees{border-bottom: solid 1px #5454544d;}
	#wrapperForm{padding: 50px 20px;}
	#footer #footerForm:before {
	   background: var(--dark-color);
	   opacity: .8;
	   z-index: 0;
	}
	#footer #footerForm:after{
		background-image: url(../images/patternBis.jpg);
	    background-position: center;
	    background-size: cover;
	}
}

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