footer .container {
  max-width: 100vw !important;
  padding: 0 !important;
}

footer.site-footer {
  padding: 0 !important;
  font-family: 'NunitoSans';
}

.site-footer__bottom .region {
  margin: 0;
}

.region-footer-fifth {
  background: #10181d !important;
  position: relative;
}

.site-footer__bottom{
  width:auto;
  margin:0;
  border:none !important;
}

/* **************** ICONES RÉSEAU ********************* */

.social-network a{
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 20px;
  background-color: rgba(0, 166, 217, 0.24);
  padding: 8px;
  text-align: center;
  align-items: center;
  display: inline-flex;
}

.social-network a:hover{
  background-color: #15252C;
}

.social-network a img {
  width: 21px;
  height: 22px;
  object-fit: contain;
  min-height: 1px;
  margin: auto;
}

/* ***** Menus  **** */

/* *****sous menus**** */
footer .menu{
  padding-left: 0px;
}

.nav-item{
  list-style-type: none;
}
/* ****************  RESPONSIVE ********************* */

@media only screen and (max-width: 1200px) {
  footer.site-footer {
    position: relative;
    z-index: 2;
  }
}

@media only screen and (max-width: 768px) {

  /* **************** Sous-menu resp ********************* */

  footer .menu{
    display: none;
  }
  footer li.selected .menu{
    display:block;
  }
}
