@font-face {
  font-family: "CH-Light";
  src: url("../font/CH-Light.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CH-Book";
  src: url("../font/CH-Book.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CH-Bold";
  src: url("../font/CH-Bold.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF-Light";
  src: url("../font/SF-Light.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF-Medium";
  src: url("../font/SF-Medium.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF-SemiBold";
  src: url("../font/SF-SemiBold.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF-Bold";
  src: url("../font/SF-Bold.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


html {
  margin-top: 0 !important;
}

strong {
  font-family: "SF-SemiBold";
}

.strong-title h1 strong, .strong-title h2 strong, .strong-title h3 strong, .prefooter-strong p strong, .product-card-title p strong {
  font-family: "CH-Bold";
}

.active {
  display: block !important;
}

p {
  margin-bottom: 0;
}

@media (min-width: 990px) {
  .hidden-md-up {
    display: none;
  }
}

@media (max-width: 990px) {
  .hidden-md-up {
    display: block;
  }
}

@media (max-width: 990px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (min-width: 990px) {
  .hidden-sm-down {
    display: inherit;
  }
}

.primary-btn, .register_links li a, .profil ul li a {
  background-color: #628CF6;
  color: white;
  font-family: "SF-Medium";
  font-size: 21px;
  letter-spacing: 0.7px;
  padding: 10px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.primary-btn:hover, .register_links li a:hover, .profil ul li a:hover {
  background-color: #4e80ff;
}

@media (max-width: 1499.98px) {
  .primary-btn, .register_links li a, .profil ul li a {
    font-size: 20px;
  }
}

.secondary-btn {
  background-color: transparent;
  border: 2px solid #628CF6;
  color: #628CF6;
}

.secondary-btn:hover {
  background-color: rgba(98, 140, 246, 0.1);
}

.btn-third {
  color: #628CF6;
  font-family: "SF-Medium";
  font-size: 20px;
}

.btn-third:hover {
  text-decoration: none;
  color: #628CF6;
}

.chevron-btn img {
  text-decoration: none;
  margin-top: 0 !important;
  padding-left: 7px;
}

.btn-third-a {
  border-bottom: 2px solid #628CF6;
  padding-bottom: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-third-a:hover {
  padding-bottom: 2px;
}

.btn-third-a a {
  color: #628CF6 !important;
}

.btn-third-a a:hover {
  text-decoration: none !important;
  color: #628CF6 !important;
}

h1 {
  font-family: "CH-Light";
  font-size: 51px;
  color: white;
  letter-spacing: 0.4px;
  line-height: 87px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}

@media (max-width: 1499.98px) {
  h1 {
    font-size: 45px;
    line-height: 80px;
  }
}

@media (max-width: 799.98px) {
  h1 {
    font-size: 23px;
    line-height: 45px;
  }
}

.h1-pos {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

h2 {
  font-family: "CH-Book";
  font-size: 36px;
  color: #101B37;
  line-height: 60px;
  background-image: url(../../img/bg-h2.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 34px;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 799.98px) {
  h2 {
    font-size: 22px;
    line-height: 43px;
    background-image: url(../../img/bg-h2-sm.svg);
  }
}

.h2-page {
  margin-top: 70px;
}

h3 {
  font-family: "CH-Book";
  font-size: 26px;
  line-height: 32px;
  color: #101B37;
  text-transform: uppercase;
}

@media (max-width: 799.98px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "CH-Bold";
  font-size: 18px;
  color: #101B37 !important;
}

h5, .btn-link {
  font-family: "SF-Semibold";
  font-size: 19px;
  color: #101B37 !important;
  text-decoration: none !important;
}

h5:hover, .btn-link:hover {
  text-decoration: none !important;
}

.white {
  color: white !important;
}

.white p {
  color: white !important;
}

.bg-white {
  background-color: white;
}

p {
  font-family: "SF-Light";
  font-size: 18px;
  line-height: 29px;
  color: #5B606D;
}

.img-radius img {
  border-radius: 26px;
}

.bloc-radius {
  border-radius: 0 0 26px 26px;
}

.bloc-radius-img img {
  border-radius: 26px 26px 0 0;
}

.blue-bg {
  background-color: #F2F5FF;
}

.pagination {
  padding-top: 70px;
  padding-bottom: 150px;
}

.liste-img {
  width: 100%;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-dark-blue {
  background-color: #101B37;
}

.bg-mid-dark {
  background-color: #6E778F;
}

.container-radius {
  border-radius: 26px;
}

@media (max-width: 799.98px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

.header {
  position: relative;
}

.menu {
  position: fixed;
  z-index: 999999;
}

.faq {
  margin-right: 20px;
}

@media (max-width: 1210px) {
  .logo {
    display: none;
  }
}

.logo-white {
  display: block;
}

.logo-color {
  display: none;
}

.pre-header {
  background-color: rgba(10, 18, 37, 0.7);
}

.preheader-btn {
  padding: 6px 27px;
}

@media (max-width: 799.98px) {
  .preheader-btn {
    padding: 4px 25px;
  }
}

.pre-header a {
  color: white;
  font-family: "SF-Bold";
  font-size: 15px;
  letter-spacing: 0.4px;
}

.hero-bg {
  height: 100vh;
  background-image: url(../../img/home_visuel_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

nav ul li:last-child {
  padding-right: 0 !important;
}

nav ul li {
  padding-right: 60px !important;
}

@media (max-width: 1679.98px) {
  nav ul li {
    padding-right: 38px !important;
  }
}

@media (max-width: 1489.98px) {
  nav ul li {
    padding-right: 32px !important;
  }
}

@media (max-width: 1389.98px) {
  nav ul li {
    padding-right: 15px !important;
  }
}

nav ul li a {
  font-family: "SF-Bold" !important;
  font-size: 20px !important;
  color: white !important;
  letter-spacing: 0.8px !important;
  list-style-type: none !important;
  display: inline-block !important;
  background: none !important;
  -webkit-transition: all ease-out 0.2s !important;
  transition: all ease-out 0.2s !important;
  border-radius: 10px !important;
}

nav ul li a:hover {
  background-color: rgba(98, 140, 246, 0.3) !important;
}

@media (max-width: 1679.98px) {
  nav ul li a {
    font-size: 18px !important;
  }
}

@media (max-width: 1489.98px) {
  nav ul li a {
    font-size: 17px !important;
  }
}

@media (max-width: 1389.98px) {
  nav ul li a {
    font-size: 16px !important;
  }
}

nav ul li:last-child a:hover {
  border-radius: 100% !important;
}

.hero-pages-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-pages-h1 {
  position: relative;
}

.hero-texte p {
  font-family: "SF-Medium";
  font-size: 21px;
  color: #101B37;
  line-height: 32px;
}

@media (max-width: 799.98px) {
  .hero-texte p {
    font-size: 19px;
    line-height: 30px;
  }
}

.hero-desktop {
  display: block;
}

@media (max-width: 699.98px) {
  .hero-desktop {
    display: none;
  }
}

.hero-mobile {
  display: none;
}

@media (max-width: 699.98px) {
  .hero-mobile {
    display: block;
  }
}

.prefooter {
  background-color: #0A1225;
  padding-top: 120px;
  padding-bottom: 2px;
}

@media (max-width: 799.98px) {
  .prefooter {
    padding-top: 80px;
  }
}

.prefooter p {
  font-family: "CH-Book";
  font-size: 27px;
  line-height: 46px;
  color: white;
}

@media (max-width: 799.98px) {
  .prefooter p {
    font-size: 22px;
  }
}

.footer-btn-container {
  padding-bottom: 120px;
}

@media (max-width: 799.98px) {
  .footer-btn-container {
    padding-bottom: 80px;
  }
}

.hr-padding-bottom {
  padding-bottom: 80px;
}

footer {
  padding-bottom: 30px;
  background-color: #0A1225;
  padding-top: 1px;
}

.footer-line {
  background-color: white;
  height: 1px;
}

.logo-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 799.98px) {
  .logo-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.footer-left p:nth-child(odd) {
  color: white;
  margin-bottom: 4px;
  font-family: "CH-Bold";
  font-size: 17px;
}

.footer-left p:nth-child(even) {
  color: white;
  font-family: "SF-Light";
  font-size: 15px;
}

.footer-left a {
  color: white !important;
  font-family: "SF-Light" !important;
  font-size: 15px !important;
  text-decoration: underline;
}

.footer-left a:hover {
  text-decoration: none;
}

.footer-right ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (max-width: 799.98px) {
  .footer-right ul:first-child {
    margin-top: 50px;
  }
}

.footer-right ul {
  padding-left: 0;
}

.footer-right ul li {
  list-style-type: none;
  width: 33%;
}

@media (max-width: 799.98px) {
  .footer-right ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 799.98px) {
  .footer-right ul li ul li {
    margin-bottom: 0;
  }
}

.footer-right ul li ul li {
  width: 100%;
}

.footer-right ul li a {
  list-style-type: none;
  color: white !important;
  margin-bottom: 4px !important;
  font-family: "CH-Bold" !important;
  font-size: 17px !important;
}

.footer-right ul li ul li a {
  color: white !important;
  font-family: "SF-Light" !important;
  font-size: 15px !important;
}

.footer-right ul li ul {
  margin-bottom: 50px !important;
}

@media (max-width: 799.98px) {
  .footer-right ul li ul {
    margin-bottom: 20px !important;
  }
}

.footer-mentions {
  margin-top: 70px;
}

@media (max-width: 799.98px) {
  .footerdate {
    margin: auto;
  }
}

.footer-mention-right {
  display: inline-block;
}

@media (max-width: 799.98px) {
  .footer-mention-right {
    margin: auto;
  }
}

.footer-mention-right a:first-child {
  padding-right: 15px;
}

.footer-mentions p, .footer-mentions a {
  font-family: "CH-Bold";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: white;
}

.footer-mentions a {
  text-decoration: underline;
}

.footer-mentions a:hover {
  text-decoration: none;
}

.disabled {
  cursor: default;
  pointer-events: none;
}

.header-h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -180%);
          transform: translate(-50%, -180%);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.header-arrow:hover {
  -webkit-transform: translate(-50%, -190%);
          transform: translate(-50%, -190%);
}

/* -- BLOC 1 ------------------------------------ */
.home-bloc-1 {
  background-color: #040710;
}

.home-bloc-1-bg {
  background-image: url(../../img/bloc-1-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 799.98px) {
  .home-bloc-1-bg {
    background-image: none;
  }
}

.home-bloc-1-container {
  padding-top: 170px;
}

@media (max-width: 799.98px) {
  .home-bloc-1-container {
    padding-top: 60px;
  }
}

.home-bloc-1-btn {
  padding-bottom: 150px;
}

@media (max-width: 799.98px) {
  .home-bloc-1-btn {
    padding-bottom: 100px;
  }
}

.h2-home-bloc-1 h2 {
  color: white;
  background-image: none;
  padding-left: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 799.98px) {
  .h2-home-bloc-1 h2 {
    font-size: 24px;
  }
}

.bloc-1-contenu p {
  color: white;
  line-height: 33px;
  font-family: "SF-Medium";
  text-align:justify;
}

.home-bloc-2p {
  margin-top: 130px;
}

/* -- BLOC 2 - REASSURANCE ----------------------- */
.home-bloc-2 {
  margin-top: 80px;
  margin-bottom: 130px;
}

.rea-container {
  max-width: 1250px;
}

@media (max-width: 1239.98px) {
  .rea-container {
    max-width: 1100px;
  }
}

.rea-title {
  font-family: "CH-Bold";
  font-size: 20px;
  color: #101B37;
}

.rea-subtitle {
  font-family: "SF-Light";
  font-size: 17px;
  color: #5B606D;
  line-height: 29px;
}

.bloc-2-home-h2 {
  margin-bottom: 37px;
}

/* -- BLOC 3 ----------------------- */
.home-bloc-3 {
  margin-bottom: 170px;
  overflow: hidden;
  text-align: justify; 
}

/* -- BLOC 4 ----------------------- */
.bloc-4 {
  background-color: #F2F5FF;
}

.bloc-4-bg {
  background-image: url(../../img/home-bloc-4-bg-top.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top left;
  text-align: justify;
}

@media (max-width: 799.98px) {
  .bloc-4-bg {
    background-image: url(../../img/home-bloc-4-bg-top-sm.svg);
  }
}

.bloc-4-bg-bottom {
  background-image: url(../../img/home-bloc-4-bg-bottom.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom right;
}

@media (max-width: 799.98px) {
  .bloc-4-bg-bottom {
    background-image: url(../../img/home-bloc-4-bg-bottom-sm.svg);
  }
}

.h2-dark h2 {
  background-image: url(../../img/h2_dark.svg);
  margin-top: 90px;
}

@media (max-width: 799.98px) {
  .h2-dark h2 {
    background-image: url(../../img/bg-h2-sm_2.svg);
  }
}

.bloc-4-btn {
  padding-bottom: 120px;
}

/* -- BLOC 5 ----------------------- */
.bloc-5 {
  margin-top: 170px;
}

.bloc-5-formations {
  background-color: #F2F5FF;
  border-radius: 26px;
  padding-bottom: 35px;
}

.home-h2-bloc-5 h2 {
  background-image: none;
  font-size: 23px;
  font-family: "CH-Bold";
  padding: 0;
}

.bloc-5-formations img {
  margin-top: -45px;
}

/* -- BLOC 6 ----------------------- */
.bloc-6 {
  margin-top: -150px;
  margin-bottom: 170px;
}

@media (max-width: 799.98px) {
  .bloc-6 {
    margin-top: 150px;
  }
}

/* -- BLOC 1 ----------------------- */
.bg-page-top {
  background-image: url(../../img/home-bloc-4-bg-top.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top left;
}

@media (max-width: 799.98px) {
  .bg-page-top {
    background-image: url(../../img/home-bloc-4-bg-top-sm.svg);
  }
}

.bg-page-bottom {
  background-image: url(../../img/home-bloc-4-bg-bottom.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom right;
}

@media (max-width: 799.98px) {
  .bg-page-bottom {
    background-image: url(../../img/home-bloc-4-bg-bottom-sm.svg);
  }
}

.product-card {
  background-color: #F2F5FF;
  border-radius: 26px;
  padding: 25px 5px;
}

@media (max-width: 799.98px) {
  .product-card {
    padding: 40px 25px;
  }
}

.product-card-title p {
  font-family: "CH-Book";
  font-size: 23px;
  color: #101B37;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 10px;
}

.produt-bloc-2 {
  margin-bottom: 0 !important;
  padding-bottom: 130px;
}

.hero-txt-lp {
  padding-bottom: 60px;
}

@media (max-width: 799.98px) {
  .hero-txt-lp {
    padding-bottom: 20px;
  }
}

.liste-pro-rea {
  margin-bottom: 0;
  padding-bottom: 130px;
}

.lp-card-img {
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-texte-detail-produit {
  padding-top: 140px;
}

.bg-left {
  background-color: #F2F5FF;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-right {
  background-color: #6E778F;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fonction-intro {
  font-family: "SF-Medium";
  font-size: 18px;
  line-height: 29px;
  color: #5B606D;
}

.ul li {
  list-style-type: none;
  background-image: url(../../img/puce.svg);
  background-repeat: no-repeat;
  background-position: 0 26px;
  padding-left: 25px;
  color: #5B606D;
  padding-top: 18px;
}

.ul-white li {
  color: white !important;
  background-image: url(../../img/puce_white.svg);
}

.dp-bloc-4 {
  padding: 130px 0;
}

.dp-bloc-4-top p {
  color: #101B37;
  font-size: 19px;
}

@media (max-width: 799.98px) {
  .dp-bloc-4-top p {
    font-size: 18px;
  }
}

.option-intro {
  font-family: "SF-Medium";
  font-size: 19px;
  line-height: 29px;
  color: #101B37;
}

.option-line {
  background-color: #D4D4D4;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
}

.dp-bloc-5 {
  padding-bottom: 150px;
}

.options-blocs .options-txt:last-child hr {
  display: none;
}

.dp-option {
  display: none !important;
}

.metier-card {
  background-color: #F2F5FF;
  border-radius: 26px;
}

.metier-card-contenu {
  padding: 19px;
}

.metier-card-title {
  font-family: "CH-Bold";
  font-size: 17px;
  text-transform: uppercase;
  color: #101B37;
  line-height: 29px;
}

.metier-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.metier-card-txt p {
  margin-bottom: 0;
}

.application-picto {
  width: 40px;
  height: 40px;
}

.hero-txt-qsm {
  padding-bottom: 120px;
}

@media (max-width: 799.98px) {
  .hero-txt-qsm {
    padding-bottom: 80px;
  }
}

@media (max-width: 799.98px) {
  .qsm-h2 h2 {
    margin-top: 10px !important;
  }
}

.qsm-bloc-2-bottom {
  padding-bottom: 100px;
}

@media (max-width: 799.98px) {
  .qsm-bloc-2-bottom {
    padding-bottom: 70px;
  }
}

.qsm-bloc-2 {
  margin-top: 70px;
}

.formation-card-title h4:hover, .formation-card-txt p:hover {
  text-decoration: none !important;
}

.form-card-a:hover {
  text-decoration: none !important;
}

.formation-shadow:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  border-radius: 26px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.pagination {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 0;
}

.nav-links {
  margin: auto;
}

.page-numbers {
  font-family: "SF-Medium";
  font-size: 21px;
  color: #628CF6;
  padding-right: 25px;
}

.page-numbers:hover {
  text-decoration: none !important;
  color: #CEDAFD;
}

.dots, .current {
  color: #CEDAFD;
}

.formation-page {
  padding-bottom: 150px;
}

.carte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.carte__wrap--outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.carte__wrap--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 33.33%;
}

.flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card-bloc-radius {
  border-radius: 26px;
}

.detail-formation-section {
  padding-top: 200px;
  padding-bottom: 80px;
}

@media (max-width: 799.98px) {
  .detail-formation-section {
    padding-top: 110px;
  }
}

.formation-h1 {
  padding-top: 200px;
  padding-bottom: 100px;
}

.bg-formation {
  background-image: url(../../img/bg-formation.svg);
  background-repeat: no-repeat;
  background-position: 0 60px;
  padding-bottom: 150px;
}

@media (max-width: 799.98px) {
  .bg-formation {
    background-image: none;
    padding-bottom: 100px;
  }
}

.temps p {
  font-family: "CH-Light";
  font-size: 15px;
  color: #628CF6;
}

.video iframe {
  border-radius: 26px;
}

@media (max-width: 799.98px) {
  .video iframe {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 1199.99px) {
  .formation-contenu {
    padding-top: 200px;
  }
}

@media (max-width: 799.98px) {
  .formation-contenu {
    padding-top: 70px;
  }
}

.hero-txt-doc {
  padding-top: 100px;
  padding-bottom: 60px;
}

.hero-txt-doc p {
  font-family: "CH-Bold";
  font-size: 26px;
  text-transform: uppercase;
  color: #101B37;
}

.doc-bg-top {
  background-image: url(../../img/dob_bg_left.svg);
  background-repeat: no-repeat;
  background-position: 0 100px;
}

.doc-bg-bottom {
  background-image: url(../../img/dob_bg_right.svg);
  background-repeat: no-repeat;
  background-position: 0 700px;
}

.doc-card {
  background-color: #F2F5FF;
  border-radius: 26px;
}

.doc-version {
  font-family: "SF-Light";
  font-size: 15px;
  color: #101B37;
  text-transform: uppercase;
}

.doc-title {
  font-family: "SF-Semibold";
  font-size: 17px;
  color: #101B37;
  line-height: 22px;
}

@media (max-width: 799.98px) {
  .dl-btn {
    margin-left: -10px !important;
  }
}

.tags label {
  font-family: "CH-Book";
  color: #101B37;
}

.contact-bloc-gen {
  padding-top: 100px;
}

.contact-adresse {
  font-family: "CH-Bold";
  font-size: 20px;
  color: #101B37;
}

.contact-phone a {
  font-family: "SF-Light";
  font-size: 18px;
  line-height: 29px;
  color: #5B606D;
}

.adresse-txt p:last-child {
  font-family: "SF-Light";
  font-size: 17px;
  color: #5B606D;
  line-height: 26px;
}

.contact-phone a, .info a {
  text-decoration: underline;
}

.contact-phone a:hover, .info a:hover {
  text-decoration: none;
  color: #5B606D !important;
}

.form-container {
  margin-bottom: 200px;
  padding: 70px 100px 70px 100px;
}

@media (max-width: 990px) {
  .form-container {
    margin-bottom: 0;
    padding: 70px 15px 70px 15px;
  }
}

.form-mentions-obligatoire {
  font-family: "SF-Medium";
  font-size: 14px;
  color: #AAABB4;
}

.form-mentions {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 990px) {
  .contact-infos {
    padding-bottom: 150px;
  }
}

.form-txt p {
  line-height: 26px;
}

.input-left p {
  text-align: left;
}

.select-left {
  width: 90%;
}

@media (max-width: 990px) {
  .message-contact {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

.chevron-accordion {
  margin-left: 10px !important;
}

.card {
  border: none;
  border-bottom: 2px solid #707070;
  border-radius: 0 !important;
  background-color: transparent;
}

.card-header {
  border: none;
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 8px;
}

#accordion .card:last-child {
  border: none;
}

#accordion {
  padding-bottom: 150px;
}

.btn {
  white-space: unset;
  text-align: left;
}

.card-body {
  padding: 0 0 20px 0 !important;
}

.up-down {
  color: #628CF6;
}

@media (max-width: 799.98px) {
  .up-down {
    padding-top: 6px;
  }
}

.faq-bloc-2 {
  position: relative;
}

.faq-bloc-2-txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 699.98px) {
  .faq-bloc-2-txt {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-size: 22px;
  }
}

.faq-b2-txt {
  font-family: "CH-Bold";
  font-size: 26px;
  color: white;
  text-transform: uppercase;
}

.contact-bloc-faq {
  padding-top: 150px;
}

.accordion .bo-card:last-child .card {
  border-bottom: none !important;
}

.bg-clair {
  background-color: #F2F5FF !important;
}

.rgpd-checkbox input {
  width: auto !important;
}

.rgpd-checkbox .wpcf7-list-item {
  margin-left: 0;
}

.rgpd-checkbox .wpcf7-list-item label {
  font-family: "SF-Light";
  font-style: italic;
  font-size: 11px;
  color: #AAABB4;
}

.form-padding {
  padding-left: 32px;
}

@media (max-width: 799.98px) {
  .form-padding {
    padding-left: 18px;
  }
}

.form-padding2 {
  padding-left: 0;
}

@media (max-width: 799.98px) {
  .form-padding2 {
    padding-left: 18px;
  }
}

.mentions-title p {
  font-family: 'CH-Bold';
  color: #101B37;
  font-size: 20px;
}

@media (max-width: 799.98px) {
  .is-open {
    display: block !important;
  }
}

/* -- MENU DESKTOP ----------------------- */
.mega-sub-menu li a {
  color: #628CF6 !important;
  padding: 5px 20px 5px 20px !important;
  font-family: "SF-Medium" !important;
  font-size: 18px !important;
}

.mega-sub-menu li:first-child a {
  color: #628CF6 !important;
  padding: 10px 20px 0 20px !important;
  font-family: "SF-Medium" !important;
  font-size: 18px !important;
}

.mega-sub-menu li:last-child a {
  padding: 0 20px 10px 20px !important;
}

#mega-menu-menu-pre li ul li a {
  padding: 5px 20px 5px 20px !important;
}

#mega-menu-wrap-menu-principal #mega-menu-menu-principal > li.mega-menu-flyout ul.mega-sub-menu {
  border-radius: 10px !important;
}

.mega-sub-menu .mega-menu-item:hover {
  background-color: #628CF6 !important;
  color: white !important;
}

.mega-sub-menu .mega-menu-item:first-child:hover {
  border-radius: 10px 10px 0 0 !important;
}

.mega-sub-menu .mega-menu-item:last-child:hover {
  border-radius: 0 0 10px 10px !important;
}

.mega-sub-menu .mega-menu-item a:hover {
  color: white !important;
}

.mega-menu-link {
  width: 100% !important;
}

.mega-menu-menu-principal .mega-sub-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 6px -7px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 6px -7px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.dashicons-admin-users {
  font-size: 43px !important;
  border: 3px solid white !important;
  border-radius: 100% !important;
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  padding-left: 1px !important;
  line-height: 58px !important;
}

.circle {
  border: 3px solid #101B37 !important;
}

#mega-menu-wrap-menu-pre {
  margin-right: 20px !important;
  background-color: transparent !important;
}

#mega-menu-wrap-menu-pre .mega-menu-menu-pre .mega-pll-parent-menu-item .mega-menu-link:hover {
  background-color: transparent !important;
}

#mega-menu-wrap-menu-pre .mega-sub-menu {
  border-radius: 10px !important;
}

#mega-menu-wrap-menu-pre .mega-sub-menu .mega-menu-link {
  border-radius: 10px !important;
}

#mega-menu-wrap-menu-pre .mega-sub-menu .mega-menu-link:hover {
  background-color: #628CF6 !important;
}

#mega-menu-wrap-menu-pre .mega-menu-item:last-child:hover {
  border-radius: 10px !important;
}

.mega-sub-menu .mega-menu-item .mega-lang-item-3 {
  background-color: transparent !important;
}

.mega-menu-item ul li {
  padding-right: 0px !important;
}

/* -- MENU MOBILE ----------------------- */
html body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
  background-color: transparent;
}

@media (max-width: 1210px) {
  html body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
    top: 90px !important;
  }
}

@media (max-width: 799.98px) {
  html body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
    top: 100px !important;
  }
}

.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@media (min-width: 799.98px) and (max-width: 1920px) {
  .menu-bg {
    background-color: white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
}

.mobmenu-panel {
  width: 100% !important;
}

.mob-menu-logo-holder {
  padding-top: 5px !important;
}

.mobmenu-left-panel {
  background-image: none !important;
  background-color: #0A1225 !important;
}

#mobmenuleft a {
  font-weight: 700 !important;
}

#mobmenuleft .menu-item .sub-menu .menu-item a {
  font-weight: 500 !important;
  font-size: 16px !important;
}

.mob-menu-header-holder {
  top: 54px !important;
}

.mob-expand-submenu i {
  font-size: 23px !important;
}

.mobmenu-content {
  margin-top: 135px !important;
}

.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
  margin-top: 60px !important;
  margin-right: 16px !important;
}

#mobmenuleft .menu-item-168 {
  color: white !important;
}

.mobmenu-content #mobmenuleft .sub-menu li:last-child a {
  color: white !important;
}

.mobmenu-content li > .sub-menu li {
  padding-left: 20px !important;
}

.menu-header-container {
  padding-left: 300px;
  padding-right: 300px;
}

@media (max-width: 799.98px) {
  .menu-header-container {
    padding-left: 0;
    padding-right: 0px;
  }
}

#mega-menu-menu-pre .mega-menu-link {
  font-family: "SF-Bold" !important;
  font-size: 15px !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
}

/* -- COMPTE ----------------------- */
.co-link-txt {
  font-family: "SF-Semibold";
  font-size: 19px;
  color: #101B37;
}

#wpmem_login {
  margin: auto;
}

#wpmem_login legend, #wpmem_reg legend {
  text-align: center;
  text-transform: uppercase;
  font-family: "CH-Bold";
  padding-bottom: 25px;
  color: #0A1225;
}

#wpmem_login legend {
  display: none;
}

#wpmem_login fieldset, #wpmem_reg fieldset {
  margin-top: 20px !important;
}

#wpmem_login {
  width: 100% !important;
}

.title-members h3 {
  font-size: 21px;
  font-family: "CH-Bold";
  margin-top: 20px !important;
  text-align: center;
  line-height: 32px;
}

.button_div input:last-child {
  background-color: #628CF6;
  color: white;
  font-family: "SF-Medium";
  font-size: 21px;
  letter-spacing: 0.7px;
  padding: 10px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.button_div input:last-child:hover {
  background-color: #4e80ff;
}

@media (max-width: 1499.98px) {
  .button_div input:last-child {
    font-size: 20px;
  }
}

.div_text input {
  border-radius: 12px !important;
  border: 1px solid #628CF6 !important;
}

#wpmem_login label, #wpmem_reg label {
  font-family: "SF-Medium" !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
}

#wpmem_login .link-text .link-text-register {
  display: none;
}

#wpmem_login
.login_status {
  text-align: center !important;
}

.register_links, .profil ul {
  list-style-type: none;
  padding-left: 0;
}

.register_links li, .profil ul li {
  margin-bottom: 27px;
  text-align: center;
}

.register_links li a:hover, .profil ul li a:hover {
  text-decoration: none;
}

.register_status {
  text-align: center;
}

.wpmem_msg {
  width: 100% !important;
}

#wpmem_reg {
  width: 100% !important;
}

/* -- RECHERCHE ----------------------- */
#is-search-input-438 {
  margin: auto !important;
  border-radius: 15px !important;
  border: 1px solid #628CF6 !important;
  padding: 20px 10px 20px 10px !important;
}

@media (max-width: 799.98px) {
  #is-search-input-438 {
    width: 100% !important;
  }
}

.is-search-icon {
  background: none !important;
  border: none !important;
}

.is-form-style .is-search-submit path {
  fill: #628CF6 !important;
}

.is-ajax-search-result {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-radius: 8px !important;
  background: #101B37 !important;
}

@media (max-width: 799.98px) {
  .is-ajax-search-result {
    width: 96% !important;
    left: initial !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.is-ajax-search-items {
  border-radius: 8px !important;
}

.is-ajax-search-items:hover {
  background: #F2F5FF;
}

.is-ajax-search-post:hover {
  background: #F2F5FF !important;
}

.is-title a {
  font-family: "CH-Bold" !important;
  text-transform: uppercase !important;
  color: #101B37 !important;
}

.recherche-formation {
  width: 100%;
  margin: auto;
}

.recherche-formation-width {
  width: 50%;
  margin: auto;
}

@media (max-width: 992px) {
  .recherche-formation-width {
    width: 70% !important;
  }
}

@media (max-width: 799.98px) {
  .recherche-formation-width {
    width: 100% !important;
  }
}

/* -- FORMULAIRE ----------------------- */
.w50 {
  width: 50%;
}

@media (max-width: 799.98px) {
  .w50 {
    width: 100%;
  }
}

.w100 {
  width: 100%;
}

.w100i {
  width: 100% !important;
}

.wpcf7-form-control-wrap .no-border {
  border: none !important;
  padding-left: 0;
}

.w30 {
  width: 30%;
}

@media (max-width: 799.98px) {
  .w30 {
    width: 100%;
  }
}

.wpcf7-form-control-wrap input {
  width: 90%;
}

.hd-bottom-txt-m {
  margin-bottom: 5px !important;
}

.wpcf7-textarea {
  width: 100%;
  height: 110px;
  padding: 15px;
  border: 1px solid #628CF6 !important;
  border-radius: 12px;
}

.last-step-pad {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 799.98px) {
  .last-step-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 799.98px) {
  .message-txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 799.98px) {
  .text-mobile p {
    text-align: center;
  }
}

.select-form p {
  font-family: "SF-SemiBold";
  font-size: 19px;
  color: white;
  line-height: 23px;
}

.hd-first-step {
  padding: 25px 50px;
}

@media (max-width: 799.98px) {
  .hd-first-step {
    padding: 25px 15px;
  }
}

.hd-radius-top {
  border-radius: 26px;
}

.hd-radius-top-active {
  border-radius: 26px 26px 0 0;
}

#help-desk-sujet {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 12px;
  border: none;
}

.hd-radius-bottom {
  border-radius: none;
}

.hd-radius-bottom:last-child {
  border-radius: 0 0 26px 26px;
}

.hd-bottom-txt {
  font-family: "SF-Medium" !important;
  font-size: 16px !important;
  color: #101B37 !important;
  line-height: 24px;
  text-align: left;
}

@media (max-width: 799.98px) {
  .hd-bottom-txt {
    text-align: center;
  }
}

.hd-bottom-select span select, .last-step-pad input, .contact-input input, .contact-input select, .text-input {
  border: 1px solid #628CF6 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-radius: 12px;
}

.contact-input input, .contact-input select {
  border: 1px solid #628CF6 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-radius: 12px;
}

.last-step-pad input {
  padding-top: 5px;
  padding-bottom: 5px;
}

.last-step-pad input:focus {
  border: 2px solid #628CF6 !important;
}

.hd-other-step {
  padding: 20px 50px;
}

@media (max-width: 799.98px) {
  .hd-other-step {
    padding: 25px 15px;
  }
}

.hd-last-step {
  padding: 0 50px 50px 50px;
}

@media (max-width: 799.98px) {
  .hd-last-step {
    padding: 0 15px 25px 15px;
  }
}

@media (max-width: 799.98px) {
  .message-left {
    text-align: left !important;
  }
}

.hd-last-step-2 {
  padding-bottom: 50px;
}

.hd-send-btn .wpcf7-spinner {
  display: block;
  margin: auto;
}

.hd-form {
  padding-bottom: 150px;
}

.wpcf7-response-output {
  background-color: #62F693 !important;
  color: #006722;
  border: none !important;
  text-align: center;
  border-radius: 12px;
  padding: 8px !important;
  font-weight: bold !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #FF6358 !important;
  color: #5D2521;
  border: none !important;
  text-align: center;
  border-radius: 12px;
  padding: 8px !important;
  font-weight: bold !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.codedropz-upload-inner h3, .codedropz-upload-inner span, .dnd-upload-counter {
  display: none !important;
}

.codedropz-upload-container {
  padding: 5px 20px !important;
}

.codedropz-upload-handler {
  margin-left: 32px;
}

@media (max-width: 799.98px) {
  .codedropz-upload-handler {
    margin-left: 18px;
  }
}

.mw100 {
  max-width: 100%;
}

/* -- Select ------------ */
/* remove the original arrow */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(../../img/chevron-select.svg);
  background-repeat: no-repeat;
  background-position: 94% 53%;
}

select::-ms-expand {
  display: none;
}

select option {
  padding-right: 21px;
}
/*# sourceMappingURL=style.css.map */