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

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

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

.site-footer__bottom{
  width:auto;
  margin:0;
  border:none;
}
.ppal{
  background:rgba(12, 57, 73, 0.7);
  padding: 50px 100px;
  width: 100%;
}

.contenu {
  position: relative;
}

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


.reseau{
  position: absolute;
  width: 25%;
  left: 75%;
  margin-top: 8px;
}

.reseau>div:last-child>a{
  margin:5px;
  text-decoration: none;
}

.icone-contact>div{
  width: 9em;
  text-align: left;
}

.icone-contact{
  color: #ffff;
  background: rgba(0,166,217,0.24);
  padding: 11px;
  border-radius: 21px;
  width: auto;
  height: 2.8em;
  margin-bottom: 20px;
  display: inline-block;
}

.icone-contact:hover {
    background-color: #15252C;
}

.icone-contact img {
  width: 1.8em;
}

.icone-contact a, .icone-contact a:hover {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.icone-contact a:hover {
  color: #00CEFF;
  font-family: 'NunitoSansExtraBold';
}

.social-network a{
  display: inline-block;
  width: 39px;
  height: 39px;
  background-color: yellow;
  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  **** */
.ppal .contenu >.nav>li{
  width:25%;
  padding-right: 11%;
  padding-bottom: 40px;
}

.ppal .contenu>.nav>li:nth-child(3){
    width: 50%;
    padding-right: 27%;
}


/* *****Titre de chaque menu**** */
.ppal .contenu>.nav>li>a, .ppal .contenu>.nav>li>span.nav-link {
  font-family: NunitoSans;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  padding: 8px 3px 8px 0;
  color: white;
}

.ppal .contenu>.nav>li>a:hover {
  color: #00CEFF;
  font-family: 'NunitoSansExtraBold';
}

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

.ppal .nav-link{
  padding: 4px 0;
  font-size: 16px;
  color: white;
} 

.ppal .nav-link:hover {
  color: #00CEFF;                  
  font-family: 'NunitoSansExtraBold';
}

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


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

  .ppal{
    padding: 15px 0 50px 16px;
  }


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

  .reseau{
    position:relative;
    max-width: 100%;
    width: 100%;
    right: 0;
    left: 0;
  }
  /* **************** MENU resp ********************* */

  .ppal .contenu>.clearfix{
    border-top: 2px solid white;
    margin-top: 50px;
    margin-right: 19px;
    padding-top: 30px;
  }
  .ppal .contenu>.nav>li{
    width: 100%;
    margin-right: 0;
    position: relative;
    padding-right: 44px;
  }

  .ppal .contenu>.nav>li:nth-child(3) {
    width: 100%;
    padding-right: 44px;
  }
  /* **************** Titre de chaque menu resp ********************* */

  .ppal .contenu>.nav>li>a {
    font-size: 22px;
    padding: 16px 0;
  }

  .ppal .contenu>.nav>li.menu-item--expanded::after{
    position: absolute;
    right: 0;
    top: 23px;
    content: '';
    background-image: url(/themes/swi/images/components/footer/arrow-down-icon.svg);
    background-position: right;
    background-size: contain;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
  }

  .ppal .contenu>.nav>li.menu-item--expanded.selected::after{
    transform: rotate(180deg);
  }
  /* **************** Sous-menu resp ********************* */

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