.site-footer .site-info .menu-footer ul li a {
  font-family: Cabin;
}

.menu-footer {
  min-width: 215px;
}

.site-footer {
  background-color: #006d9f;
  padding: 3.4375rem 1.25rem;
  color: #fff;
}

.site-footer .site-info {
  max-width: 1176px;
  margin: 0 auto;
}

.site-footer .site-info hr {
  display: none;
}

.site-footer .site-info h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  line-height: 3.625rem;
  letter-spacing: .02rem;
}

.mailing-list-input {
  background-color: #006797;
  border-color: #006797;
  border: 0;
  color: #fff;
  font-size: 1rem;
  width: 74%;
  height: 54px;
  line-height: 1.125rem;
  padding: 1.25rem .9375rem;
  letter-spacing: .02rem;
}

.site-footer .site-info fieldset div {
  position: relative;
}

.site-footer .site-info .infolettre {
  margin-bottom: 5.625rem;
}

.site-footer .site-info .contact-footer li {
  list-style-type: none;
  margin: 0 0 1.875rem;
  padding-left: 2.8125rem;
  font-size: .9375rem;
  line-height: 1.4375rem;
  color: #fff;
}

.site-footer .site-info .contact-footer li a,
.site-footer .site-info .contact-footer li a:visited {
  color: #fff;
}

.site-footer .site-info .contact-footer li:first-child {
  background: url(../../images/ico-marker.png) no-repeat;
}

.site-footer .site-info .contact-footer li:nth-child(2) {
  background: url(../../images/ico-phone.png) no-repeat;
}

.site-footer .site-info .contact-footer li:last-child {
  background: url(../../images/ico-clock.png) no-repeat;
}

.footer-list-link, .footer-list-link:visited {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  letter-spacing: .06rem;
}

.footer-list-link:hover {
  color: #fa7700;
  text-decoration: none;
}

.site-footer .site-info .menu-footer ul li {
  list-style-type: none;
  margin: 0;
}

.footer-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
}

.footer-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer .site-info .legal {
  margin-top: 6.75rem;
  font-size: .6875rem;
}

.site-footer .site-info .legal a {
  color: #fff;
  margin-left: 1rem;
}

.site-footer .site-info .legal .sudo {
  text-align: right;
}

@media (max-width: 1300px) {
  .site-footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .infolettre h2 {
    width: 40%;
  }
  .infolettre fieldset {
    width: 60%;
  }
}

@media (max-width: 1060px) {
  .site-footer .infolettre fieldset a {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
  }
  .site-footer .site-info .contact-footer-container {
    width: 50%;
    text-align: center;
  }
  .site-footer .site-info .contact-footer {
    display: inline-block;
    text-align: left;
  }
  .site-footer .site-info .menu-footer .menu {
    display: inline-block;
    text-align: left;
  }
  .site-footer .site-info .menu-footer ul li.portail {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .site-footer .site-info .menu-footer ul li:last-child,
  .site-footer .site-info .menu-footer ul li:nth-last-child(2) {
    display: list-item;
  }
}

@media (max-width: 980px) {
  .site-footer {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .site-footer .site-info h2 {
    font-size: 1.4rem;
  }
  .site-footer .site-info .legal a {
    margin-left: .5rem;
  }
  .infolettre fieldset {
    padding-left: 1rem;
  }
}

@media (max-width: 870px) {
  .site-footer .infolettre h2 {
    width: 100%;
    text-align: center;
    margin-bottom: .5rem;
  }
  .site-footer .infolettre fieldset {
    width: 100%;
    text-align: center;
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .site-footer .infolettre fieldset input {
    width: 70%;
  }
  .site-footer .infolettre fieldset #sub_button,
  .site-footer .infolettre fieldset a,
  .site-footer .infolettre fieldset input[type=submit] {
    width: 35%;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    right: 0;
  }
  .site-footer .infolettre fieldset div {
    float: none;
    width: 100%;
    position: relative;
  }
  .site-footer .site-info .legal {
    margin-top: 3rem;
  }
  .site-footer .site-info .legal div {
    width: 100%;
    text-align: center;
  }
  .site-footer .site-info .legal .sudo {
    text-align: center;
  }
}

@media (max-width: 740px) {
  .site-footer .site-info .contact-footer-container {
    width: 100%;
    float: none;
  }
  .site-footer .infolettre fieldset {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .site-footer .site-info .contact-footer-container .contact-footer li {
    padding-left: 0;
    padding-top: 2.5rem;
    background-position: center top;
    text-align: center;
    margin-bottom: 3rem;
  }
  .site-footer .site-info .menu-footer .menu {
    text-align: center;
  }
  .site-footer .site-info .menu-footer .menu li {
    margin-bottom: 1rem;
  }
  .site-footer .site-info .menu-footer .menu li.portail {
    margin-bottom: 3rem;
  }
  .site-footer .site-info .menu-footer .menu li:last-child {
    margin-bottom: 0;
  }
  .site-footer .site-info hr {
    display: block;
    margin: 1rem auto 2.5rem;
    border-top: 0;
    width: 10%;
  }
  .site-footer .site-info .ligne-anglais {
    margin: 2.5rem auto;
  }
  .site-footer .site-info .legal div:first-child a {
    display: block;
  }
  .menu-footer {
    margin: 20px auto;
    min-width: 0px;
  }
  .reseaux-sociaux {
    margin: 0 auto;
  }
  .footer-product-button {
    margin: 0 auto;
  }
  .footer-links-container {
    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;
    margin-right: 0px;
  }
}

.Lightbox,
.Lightbox .Lightbox-wrapper .Lightbox-view {
  background-image: url(../lib/ressources/lightbox/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 600px) {
  .site-footer .infolettre fieldset {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 400px) {
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .site-footer .infolettre h2 {
    line-height: 1.75rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .site-footer .infolettre fieldset {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .infolettre fieldset input {
    width: 100%;
  }
  .site-footer .infolettre fieldset a {
    margin-top: .5rem;
    position: static;
    padding-left: 3rem;
    padding-right: 3rem;
    width: auto;
    margin-left: 0;
  }
}
