footer {
  margin-top: 40px;
  background-color: #221B58;

}

.partie-haute-footer {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.partie-basse-footer {
  background-color: #231E47;

}

.container-footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.container-bas-footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 40px 20px;
  justify-content: center;
  flex-direction: column;
}

.container-infos-footer {
  width: 300px;
  display: flex;
  flex-direction: column;
}

.colonne-menu {
  width: 200px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #1f8bc97c;
  align-self: stretch;

}

.colonne-logos {
  width: 350px;
  display: flex;
  justify-content: space-between;

}


.colonne-logos img {
  height: 160px;
  width: auto;
}

.colonne-logos .logo-entreprise-mission {
  height: 100px;
  width: auto;
}

.lien-mercato {
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
}

.lien-mercato:hover {
  color: white;
}

.liens-footer {
  display: flex;
  flex-direction: column;
}

.liens-footer a {
  color: white;
}

.liens-footer a:hover {
  color: white;
}


.container-infos-footer a.numTel {
  font-size: 2rem;
  font-weight: 800;
  color: white;
}



.sous-texte-logo {
  display: flex;
  flex-direction: column;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 30px;
}

.sous-texte-logo span {
  color: white;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1rem;
  font-style: italic;
}

.num-tel {
  margin-top: 25px;
  color: white;
  font-size: 0.9rem;
}

.num-tel b {
  font-size: 1.5rem;
}

.num-tel i {
  font-size: 0.7rem;
  margin-top: -5px;
  display: block;
}

.separateur-footer {
  width: 60px;
  border-top: 1px solid white;
  margin: 15px 0;
}

.menu-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .nous-rejoindre {
  display: none;
}


.menu-footer ul li a,
.colonne-menu a {
  color: white;
  font-weight: 600;
  display: block;
  padding: 5px 0;
}

.colonne-menu a.lien-rejoindre {
  color: #ff6600;
  font-weight: 800;
}

.lien-brochure {
  color: white;
  width: 140px;
  margin-top: 25px;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
}

.lien-brochure:hover {
  text-decoration: none;
  color: white;
}

.lien-brochure {
  background-color: #1f8ac9;
}

.liens-bas-footer {
  display: flex;
  color: white;
  padding-top: 30px;
  justify-content: center;

}

.liens-bas-footer a,
.liens-bas-footer span {
  border-right: 2px solid #1f8ac9;
  padding: 0 20px;
  color: white;
  font-size: 0.75rem;
}

.liens-bas-footer a:last-child {
  border: none;
}


.lien-brochure i {
  padding-left: 5px;
}


.liens-rs {
  display: flex;
  justify-content: center;
}

.logo-linkedin,
.logo-facebook {
  width: 45px;
  margin-right: 10px;
  margin-left: 10px;
}

.logo-footer {
  width: 100px;
  position: absolute;
  top: -95px;
}

.copyright {
  text-align: center;
  color: white;
  margin-top: 15px;
  font-size: 0.7rem;
}

.hr-mobile {
  display: none;
}

@media screen and (max-width:1199px) {

  footer {
    margin-top: 60px;
  }

  .container-footer {
    flex-wrap: wrap;
  }

  .partie-haute-footer {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
  }

  .container-infos-footer,
  .colonne-logos {
    width: 100%;
    margin: 0 auto;
  }


  .container-infos-footer {
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
  }

  .colonne-menu {
    border: none;
    width: 48%;
  }

  .colonne-logos {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }

  .colonne-logos img {
    margin: 5px auto;
  }

  .liens-bas-footer {
    flex-direction: column;
    align-items: center;
  }

  .liens-bas-footer a {
    border: none;
    padding: 5px;
  }

  .num-tel {
    line-height: 2rem;
    margin: 0;
  }

  .num-tel b {
    font-size: 2.3rem;
    color: white;
  }

  .num-tel i {
    margin-top: -10px;
  }

  .logo-footer {
    width: 125px;

  }

  .obligatoire-etoile {
    color: red;
  }

  .sous-texte-logo {
    margin-top: 60px;
  }

  .sous-texte-logo span {
    font-size: 0.7rem;
  }

  .hr-mobile {
    display: block;
    width: 100%;
    margin: 15px auto;
    border-top: 2px solid #4f6678;
  }

  #modal-contact {
    width: 95%;
  }

  #modal-contact .container-form-contact {
    padding: 0px;
  }

  #modal-contact .titre-form-contact {
    margin: 0 auto;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  #modal-contact .bloc-element-form {
    width: 100%;
  }

  #modal-contact #formContact select {
    font-size: 0.85rem;
  }

  #modal-contact .bloc-element-form-full-width {
    flex-wrap: wrap;
    justify-content: center;
  }

  #modal-contact .bloc-cv {
    width: 100%;
    margin-bottom: 20px;
  }

  #modal-contact .nom-fichier-CV {
    margin-top: 10px;
  }

  #modal-contact #re-captcha {
    transform: scale(0.85);
  }

  #modal-contact #formContact label.label-cv {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }

  #modal-contact #formContact #btn-submit {
    margin-bottom: 30px;
  }


  #modal-contact .container-contact-pole-dev {
    flex-wrap: wrap;
  }

  #modal-contact .colonne-contact-pole-dev:first-child {
    margin-top: 50px;
  }


  #modal-contact .colonne-contact-pole-dev {
    width: 100%;
    min-width: 280px;
    max-width: 320px;
    margin: 40px auto 20px auto;
    border: none;
  }

  #modal-contact .titre-tel-pole-dev {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}