/****** FOOTER ******/
footer {
  width: 100%;
  position: absolute;
}

footer .footer-bottom {
  min-height: 68px;
  background-color: #274898 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  bottom: 0px !important;
}

#fondpages {  
  width: 100%;
  height: 25px;
  background-color: #111E6B !important;
  text-align: center;
  position: absolute;
  bottom: 0px !important;
}

#fondpages a {   
  color: var(--Color, #FFF) !important;
}

#fondpages a:hover{
  cursor: pointer;
  color: #00ccc0 !important;
  font-weight: bold;
  cursor: pointer;
}

#fondpages h5 {   
  margin: 5px 0px !important;
}

#fondpages h5 > a {   
  color: var(--Color, #FFF);
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: bold !important;
}

footer .footer-bottom a { 
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif !important;
} 


.footer .fa-brands{
 color: white;
 font-size: 35px !important;
}


.footer .fa-brands:hover{
color: var(--DS-colors-ui-primary);
cursor: pointer;
}

.footer  .fa-instagram:before {
  content: "\f16d" !important;
}

.footer  .x-twitter{
  height: 27.188px;
  flex-shrink: 0;
}

.footer svg {
fill: white !important;
}

.footer svg:hover {
fill: #00ccc0 !important;
cursor: pointer;
}

.footer h2{
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-top: 0px !important;
}

footer p {
  padding: 3px 0px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif !important;
}

footer p > a{
  padding: 3px 0px;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

footer p > a:hover{
  cursor: pointer;
  color: #00ccc0 !important;
  font-weight: bold;
}

footer .footer-bottom .col-xm .col-sm-6 .col-md-3 {
  width: 24% !important;
  height: auto;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

footer .footer-bottom ul{
  list-style: none;
  display: inline-block;
  padding: 0;
}

footer .footer-bottom ul ul{
  /*display: inline-block;*/
  display: inline-flex;
  padding-right: 8px;
  margin-top: 10px;
  width: 41px;
  height: 43px;
}

footer .footer-bottom ul li > a {
  padding: 3px 0px; 
  color: #FFF;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
}

footer .footer-bottom ul ul li > a:hover {
  color: #00ccc0 !important;
}

footer .footer-bottom ul li > a:hover{ 
  cursor: pointer;
  color: #00ccc0 !important;
  font-weight: bold;
}

footer .container .row div{
  margin-bottom: 30px;
}

footer .container .row div:last-child {
  margin-bottom: 0px;
}