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

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

footer .site-footer__bottom{
  border:none !important;
}

footer .site-footer__bottom .region {
  margin: 0;
  background: #10181d !important;
  position: relative;
}

footer .rte-footer {
  width: 100%;
}

footer .footer1{
  background:rgba(12, 57, 73, 0.7);
  padding: 50px 100px;
  width: 100%;
}

footer .contact-button{
  color: white;
  background: rgba(0,166,217,0.24);
  padding: 7px 18px;
  border-radius: 21px;
  width: auto;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

footer .contact-button:hover {
  background-color: #15252C;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

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

footer .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;
}

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

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

.footer1 > .nav > li{
  width:25%;
  padding-bottom: 40px;
}

.footer1 > .nav > li > a,
.footer1 > .nav > li > span.nav-link {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: normal;
  padding: 8px 3px 8px 0;
  color: white;
}

.footer1 > .nav > li > a.hidden,
.footer1 > .nav > li > span.nav-link.hidden {
  opacity: 0;
}

footer .menu {
  padding-left: 0px;
}

.footer1 .nav-link{
  padding: 4px 0;
}

.footer1 a.nav-link:hover {
  font-family: 'NunitoSansExtraBold';
}

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

footer .footer2 {
  width: 100%;
  padding: 50px 100px;
  background-color: #15252c;
}

.footer2 .nav{
  display: flex;
  justify-content: space-between;
}

footer .footer2 .footer2-menu >.nav>li{
  width:50%;
}

footer .footer2 .footer2-menu > .nav > li > a,
footer .footer2 .footer2-menu > .nav > li > span.nav-link {
  font-family: NunitoSans;
  font-size: 22px;
  font-weight: bold;
  color: white;
}
footer .footer2 .footer2-menu > .nav > li > a::after,
footer .footer2 .footer2-menu > .nav > li > span.nav-link:after{
  content:none;
}

footer .footer2 .footer2-menu > .nav > li > a:hover {
  color: #00CEFF;
  font-family: 'NunitoSansExtraBold';
}

/* *****sous menus**** */
footer .footer2 .menu{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  /* ** height: 84px; */
  font-family: NunitoSans;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}

footer .footer2 .nav-link{
  width:max-content;
  padding: 0;
  font-size: 16px;
  color: white;
}
footer .footer2 .nav-link::after {
  content: "-";
  margin-right: 10px;
  margin-left: 10px;
  color: white !important;
}

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

footer .footer2 .nav-item:last-child .nav-link::after{
  content: none;
}

footer .footer3{
  width: 100%;
  padding: 13px 100px;
  border-top: 1px solid rgba(12, 57, 73, 0.7);
  background-color: #15252c;
}

footer .footer3 ul {
  display: inline-flex;
}

footer .footer3 .nav-link{
  font-size:11px;
  padding: 0;
  color: white;
}

footer .footer3 .nav-link::after{
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  color: white !important;
}

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

footer .footer3 #footer-cookies {
  font-size: 11px;
  display: inline-block;
  cursor: pointer;
}

footer .footer3 #footer-cookies:hover {
  color: #00CEFF;
  font-family: 'NunitoSansExtraBold';
}

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

@media only screen and (max-width: 1024px) {
  footer .footer1,
  footer .footer2 {
    padding: 50px 15px;
  }

  footer .footer3 {
    padding: 13px 15px;
  }

  .footer1 > .nav > li {
    padding-right: 5%;
  }
}

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

  footer .footer1 {
    padding: 15px 15px 50px 15px;
  }

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

  .footer1 > .nav > li{
    width: 100%;
    margin-right: 0;
    position: relative;
    padding-right: 44px;
  }

  .footer1 > .nav > li:nth-child(3) {
    width: 100%;
    padding-right: 44px;
  }

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

  footer .footer1 > .nav > li.menu-item--expanded span::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;
  }

  footer .footer1 > .nav > li.menu-item--expanded.selected::after {
    transform: rotate(180deg);
  }

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

  footer .footer1 > .nav > li.hidden-title {
    padding: 0;
    margin-top: -44px;
  }

  footer .footer1 > .nav > li span.hidden {
    display: none;
  }

  footer .footer2{
    padding: 30px 0;
    margin: 0;
  }

  footer .footer2 .footer2-menu > .nav {
    display: flex;
    flex-direction: column;
  }

  footer .footer2 .footer2-menu >.nav>li {
    width: 100%;
  }

  footer .footer2 .footer2-menu > .nav > .nav-item:first-child{
    margin-bottom:30px;
  }

  footer .footer2 .footer2-menu > .nav > li > a,
  footer .footer2 .footer2-menu > .nav > li > span.nav-link {
    font-size: 22px;
  }

  footer .footer2 .footer2-menu > .nav > li{
    width:100%;
  }

  footer .footer2 .nav-link {
    max-width: 314px;
    padding: 0;
    width: max-content;
    min-height: 48px;
  }

  footer .footer2-social-network {
    border-top: 1px solid #0C3949;
    border-bottom: 1px solid #0C3949;
    margin-top: 40px;
    padding: 40px 15px;
    display: flex;
    align-items: center;
  }

  footer .footer2-social-network a {
    margin: 2px !important;
  }

  footer .contact-button{
    margin: 2px;
  }

  footer .footer3 {
    padding: 30px 16px 30px 22px;
  }

  footer .footer3 .clearfix{
    line-height: 2.5;
  }
  footer .footer3 .nav-link{
    padding:0;
    min-height: 48px;
  }
}
