
#pied {  position:relative; z-index:10; background: #566561;
background: -webkit-linear-gradient(90deg, rgba(86, 101, 97, 1) 0%, rgba(45, 50, 52, 1) 100%);
background: -moz-linear-gradient(90deg, rgba(86, 101, 97, 1) 0%, rgba(45, 50, 52, 1) 100%);
background: linear-gradient(90deg, rgba(86, 101, 97, 1) 0%, rgba(45, 50, 52, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#566561", endColorstr="#2D3234", GradientType=1);}
#pied .global { position:relative; z-index:10; max-width: 1560px; }

#pied-haut .global {max-width: 1560px; padding: 50px 20px 0; display: grid; grid-template-columns: repeat(24, [col-start] 1fr);-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#pied-haut .col { margin:15px 0; grid-row: 1; }
 
#pied ul li {padding:0; }
#pied ul li::before {display:none; }

#col-logo {grid-column: col-start 1 / span 4;}
#col-adresse {grid-column:col-start 4 / span 9; margin-left: 15px !important; display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; -webkit-box-align: start;  -ms-flex-align: start;  align-items: flex-start; }
#col-contact {grid-column: col-start 14 / span 11;  height: 100%;   display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: end;  -ms-flex-pack: end;  justify-content: flex-end;  -webkit-box-align: end;  -ms-flex-align: end;  align-items: flex-end; }

/* Col logo */
#pied #logo-pied {width:100%; position:relative; margin:7px auto 0; }
#pied #logo-pied a,
#pied #logo-pied a:visited {text-decoration:none; color:#000; display: block; }
#pied #logo-pied a img {height:auto; width:100%; max-width: 156px; }

/* Col adresse */
#pied-adresse {color:#ffffff;font-size: 19px; font-weight: 700;  line-height: 25px;}
#pied-texte {color:#ffffff;font-size: 16px; font-weight: 300;  margin-top: 10px;}
#pied-texte * {margin-left: 0 !important; margin: 7px 0 !important; text-align: left !important;}

#pied-reseaux-conteneur {width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: end;  -ms-flex-pack: end;  justify-content: flex-end;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center; }
#pied-reseaux {text-align:center; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied-reseaux .pied-social a,
#pied-reseaux .pied-social a:visited { color:#fff;  text-decoration:none; display:block;   padding: 5px; }
#pied-reseaux .pied-social i { width: 38px;  height: 38px;  display: block; filter: invert(90%) sepia(7%) saturate(74%) hue-rotate(115deg) brightness(93%) contrast(85%);}
#pied-reseaux .pied-social:hover i {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}
	
#pied-reseaux .pied-social.social-facebook i {background: url(../images/icone-facebook-rond.svg) no-repeat center center; background-size: contain;}
#pied-reseaux .pied-social.social-instagram i {background: url(../images/icone-instagram-rond.svg) no-repeat center center; background-size: contain;}
#pied-reseaux .pied-social.social-linkedin i {background: url(../images/icone-linkedin-rond.svg) no-repeat center center; background-size: contain;}
#pied-reseaux .pied-social.social-twitter-x i {background: url(../images/icone-x-twitter-rond.svg) no-repeat center center; background-size: contain;}
#pied-reseaux .pied-social.social-youtube i {background: url(../images/icone-youtube-rond.svg) no-repeat center center; background-size: contain;}
#pied-reseaux .pied-social.social-pinterest i {background: url(../images/icone-pinterest-rond.svg) no-repeat center center; background-size: contain;}
#pied-reseaux .pied-social.social-whatsapp i {background: url(../images/icone-whatsapp-rond-o.svg) no-repeat center center; background-size: contain;}

/* Col contact*/
#col-contact #pied-coordonnees {max-width: 480px; margin-top: 40px; display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
#col-contact .pied-contact-element {  margin: 10px;}
#col-contact .pied-contact-element a,
#col-contact .pied-contact-element a:visited {border:1px solid #25261d; background:none; color:#fff; font-size: 18px; font-weight: 300; box-sizing: border-box; margin:0;-webkit-transition: background 150ms ease-in-out; -moz-transition: background 150ms ease-in-out; -ms-transition: background 150ms ease-in-out; -o-transition: background 150ms ease-in-out; transition: background 150ms ease-in-out;}
#col-contact .pied-contact-element a:hover {background: #25261d; color:#fff; }
#col-contact #pied-mail a,
#col-contact #pied-mail a:visited {background: #25261d; }
#col-contact #pied-mail a:hover { background: none; }

#pied-bas {margin-top: 35px;}

#pied-bas .global { padding: 15px 0 80px; border-top:2px solid #fad84e;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center; }

#pied .menu {padding:0 10px 0 0; margin:0; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied .menu li {list-style:none;  margin:0; }
#pied .menu li.plansite {display: block; width: 100%;}
#pied .menu li.plansite > a {display: inline-flex;}
#pied .menu li > a {text-decoration:none; padding: 4px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied .menu li > a::after {content: ""; background: #fad84e; width: 1px; height: 12px; display:block; margin:0 12px; }
#pied .menu li:last-child > a::after {display:none; }
#pied .menu li > a > span,
#pied .menu li > a:visited > span,
#pied .menu li > span {text-decoration:none; color:#fad84e; font-weight:400; font-size:15px; position: relative; }
#pied .menu li.plansite > a > span,
#pied .menu li.plansite > a:visited > span {font-weight: 700;}
#pied .menu li.plansite > a::after {content: ">"; background: none; width: auto; height: auto; color:#fad84e; margin:0 12px 0 6px;}
 
#pied .liens {padding:0 0 0 10px; margin:0; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied .liens li { margin:0; list-style:none; position:relative; }
#pied .liens li > a {text-decoration:none; padding: 7px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
#pied .liens li > a::after {content: ""; background: #b0b2b2; width: 5px; height: 1px; display:block; margin:0 5px; }
#pied .liens li:last-child > a::after {display:none; }
#pied .liens li a,
#pied .liens li a:visited {text-decoration:none; }
#pied .liens li a > span,
#pied .liens li a:visited > span,
#pied .liens li > span {color:#b0b2b2; font-weight:300; font-size:15px; line-height: 19px; }


@media all and (max-width:1590px) {
	#pied-bas {  margin: 35px 20px 0;}
}

@media all and (max-width:1420px) {
	#col-adresse {grid-column: col-start 5 / span 10;}
	#col-contact {grid-column: col-start 16 / span 9;}
}

@media all and (max-width:1165px) {
	#pied-haut .global { padding: 10px 20px 0;}
	#pied-haut .col {  grid-row: 2;}
	#pied-haut #col-logo { grid-column: col-start 1 / span 24; grid-row: 1;}
	#pied #logo-pied a,
	#pied #logo-pied a:visited {text-align: center;}
	#pied #logo-pied a img {max-width: 180px; margin: 0 auto;}
	#col-adresse {grid-column: col-start 1 / span 13; margin-left: 0 !important;}   
	#col-contact {grid-column: col-start 15 / span 10;}
}

@media all and (max-width:1130px) {
	#pied-bas .global {-ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
  	#pied .menu { width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	#pied .menu li.plansite {text-align: center;}
	#pied .liens {padding: 0; margin: 20px 0;  width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	
}

@media all and (max-width:1050px) {
	#col-adresse {grid-column: col-start 1 / span 11;}
	#col-contact {grid-column: col-start 13 / span 12;}
}


@media all and (max-width:965px) {

	#col-adresse {grid-column: col-start 1 / span 24;}
	#pied-haut #col-contact { grid-column: col-start 1 / span 24; grid-row: 3;  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;}
	#col-contact #pied-coordonnees {margin-top: 0;}
	#pied-reseaux-conteneur { -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;}
}

@media all and (max-width:780px) {
	#pied-bas .global { padding: 30px 0 90px;}
}

@media all and (max-width:680px) {
}

@media all and (max-width:480px) {
	#col-contact > div {  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;}
	#col-contact .pied-contact-element {  margin: 5px !important;}
}
