
/* PIED */
#pied {background:#565074; position:relative; z-index:10; }
#pied .global {padding: 100px 20px; }
#pied .global .contenu-wrapper {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: stretch;-ms-flex-align: stretch;align-items: stretch; }
/** PIED COLONNES LOGO CENTRE **/
#pied .global .contenu-wrapper .col { margin:15px 0; grid-row: 1;}
 
#col-menu { grid-column: col-start 1 / span 8;}
#col-centre { grid-column: col-start 9 / span 8; 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: justify;-ms-flex-pack: justify;justify-content: space-between; -webkit-box-align:center; -ms-flex-align:center; align-items:center;  position: relative; }
#col-contact {grid-column: col-start 17 / span 8;  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: start;  -ms-flex-align: start;  align-items: flex-start; }
 
#pied ul li {padding:0; }
#pied ul li::before {display:none; }

#pied .col .categorie {margin-bottom:20px; }
#pied .col .categorie > a {text-decoration:none; }
#pied .col .categorie > a > span,
#pied .col .categorie > a:visited > span,
#pied .col .categorie > span {text-decoration:none; color:#2c264e; font-size: 20px; font-weight: 700; letter-spacing: 1.5px; text-transform:uppercase; display:block; }

#pied .menu {padding:0; margin:0 0 25px 0;  font-size:0;}
#pied .menu li {list-style:none; margin:0 0 5px 0; }
#pied .menu li > a {text-decoration:none; color:#ffffff;}
#pied .menu li > a > span,
#pied .menu li > a:visited > span,
#pied .menu li > span {text-decoration:none; color:#ffffff; font-weight:500; font-size:16px; line-height: 20px; }
 
#pied .liens {padding:0; margin:0; }
#pied .liens li { margin:0 0 7px 0; list-style:none; position:relative; }
#pied .liens li > a {text-decoration:none; }
#pied .liens li > a > span,
#pied .liens li > a:visited > span,
#pied .liens li > span {text-decoration:none; color:#948db9; font-weight:500; font-size:16px; line-height: 20px; }

#pied #logo-pied {width:100%; position:relative; margin:20px auto 0; max-width: 415px; }
#pied #logo-pied a,
#pied #logo-pied a:visited {text-decoration:none; color:#000; }
#pied #logo-pied a img {height:auto; width:100%; }	

/** VERSION AVEC FONT AWESOME **/
#pied .pied-contact-element { overflow: hidden; padding: 0 0 7px 4px; text-align:left; margin:0px 0 8px; }
#pied .pied-contact-element a,
#pied .pied-contact-element a:visited { text-decoration: none; }
#pied .pied-contact-element i {height:16px; width: 16px; text-align: center; margin-right: 10px; display:block; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}
#pied .pied-contact-element .pied-contact-span {width: calc(100% - 33px); display: inline-block; vertical-align: top; -webkit-box-flex:1; -ms-flex:1; flex:1; font-size:17px; color: #fff; font-weight: 500;}
#pied #pied-telephone a,
#pied #pied-mail a {border:1px solid #6892c8; border-radius: 65px;  padding: 15px 25px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-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; -webkit-transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
#pied #pied-telephone {}
#pied #pied-telephone a,
#pied #pied-telephone a:visited {color:#fff; text-decoration:none; }
#pied #pied-telephone i {background:url(../images/icone-telephone.svg) no-repeat center center; background-size:contain;}
#pied #pied-mail {}
#pied #pied-mail i {background:url(../images/icone-mail.svg) no-repeat center center; background-size:contain;}
#pied #pied-mail a {text-decoration:none; color: #fff; }
#pied #pied-mail > a > span,
#pied #pied-mail > a:visited > span {background:none; padding:0; }
#pied #pied-telephone a:hover,
#pied #pied-mail a:hover {background:#6892c8;} 

/** END **/

@media all and (max-width:1280px) {
    #col-centre {  grid-column: col-start 9 / span 7;}
}

@media all and (max-width:1170px) {
	#pied .global { padding: 20px 20px 35px; }
	#pied .global .contenu-wrapper .col {grid-row: 2;}
	#pied #col-centre {  grid-row: 1; grid-column: col-start 1 / span 24; display:block;}
	#pied #col-menu { grid-column: col-start 1 / span 11;}
	#pied #col-contact {grid-column: col-start 14 / span 11;  }
}

@media all and (max-width:845px) {
    #pied .col .categorie > a > span, 
    #pied .col .categorie > a:visited > span, 
    #pied .col .categorie > span {  font-size: 18px;}
}

@media all and (max-width:735px) {
    #pied .col .categorie > a > span, 
    #pied .col .categorie > a:visited > span, 
    #pied .col .categorie > span {  font-size: 17px;  letter-spacing: 1px;}
}
@media all and (max-width:685px) {
    #pied #col-centre {margin-bottom: 0 !important;}
	#pied #col-menu { grid-column: col-start 1 / span 24;}
	#pied #col-contact {grid-row: 3; grid-column: col-start 1 / span 24; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;  }
}	

@media all and (max-width:385px) {
    #pied .col .categorie > a > span, #pied .col .categorie > a:visited > span, #pied .col .categorie > span {font-size: 16px;}
    #pied .pied-contact-element .pied-contact-span {font-size: 15px;}
    #pied #pied-telephone a, #pied #pied-mail a { padding: 10px 12px;}
}