@charset "utf-8";
/* CSS Document */
.formationcontinue {
  display: none;
}
body {
  font-family: "Raleway";
}

#contenu-aml,
.AML #mlegales {
  max-width: 1200px;
  margin: 0 auto;
}

h1.titre-aml {
  color: #011c4a;
  font-weight: 800;
  font-family: "Raleway";
}
.separator {
  background: #5490b8;
  height: 8px;
  margin: 16px 0;
  width: 88px;
}

#contenu-aml h2#TitreFormulaire {
  display: none;
}
/* formulaire myadmission */

#contenu-aml .form-control {
  border: 1px solid #242424;
}
#contenu-aml .control-label,
#contenu-aml select#DropDownListCivilite,
#contenu-aml input,
#contenu-aml .form-control {
  font-family: "Raleway";
  font-size: 16px;
  color: #242424;
}

#contenu-aml .form-group {
  border: none;
  margin-top: 20px;
}
#contenu-aml input#SaveDemande {
  height: 54px;
  background: #5490b8;
  border: none;
  color: #fff;
  padding: 16px;
  font-weight: 500;
  border-radius: 8px;
  min-width: 132px;
  font-size: 16px;
}

/* footer */
footer .block-aml,
footer .block-aml a {
  color: #fff;
}
.generic-footer {
  flex-direction: column;
  display: flex;
  justify-content: center;
  background-color: #06619c;
}

.generic-footer .footer-lower-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.generic-footer .footer-wrapper {
  max-width: 1280px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}

.generic-footer .footer-mapping {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.333;
}
.generic-footer .footer-mapping * {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.generic-footer .footer-group-logo {
  display: flex;
  gap: 24px;
  text-align: center;
}
.generic-footer .footer-group-logo .small-size {
  max-width: 152px;
}
.generic-footer .footer-group-logo picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.menu-overlay {
  z-index: 997;
}
.menu-overlay,
.loader-overlay {
  display: none;
}

/* ≤ 575.98px : téléphones */
@media only screen and (max-width: 580px) {
  .generic-footer .footer-mapping {
    justify-content: flex-start;
  }
  h1.titre-aml {
    margin-left: 30px;
  }
  .AML #mlegales {
    padding: 3%;
    font-size: 12px;
  }
  .generic-footer .footer-wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}

/* PC */
@media only screen and (min-width: 768px) {
  h1.titre-aml {
    font-size: 40px;
  }
  .generic-footer {
    align-items: center;
  }
  .generic-footer .footer-mapping {
    gap: 16px;
    margin: 0;
    max-width: none;
    padding: 30px 0;
  }
  .generic-footer .footer-copyright {
    margin-right: 64px;
  }

  .generic-footer .footer-mapping * {
    margin-bottom: 0;
    width: unset;
  }
  .generic-footer .footer-group-logo {
    flex-direction: row;
    margin-top: 0;
  }
  .generic-footer .footer-lower-block {
    gap: 24px;
    flex-direction: row;
  }
}
