@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
RESPONSIVE
--------------------------------------------------------------*/

@media screen and (max-width: 1230px) {
}
@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .head-home ul.main-nav {
    display: none;
  }
  .container-toggle {
    display: inline-block;
  }
}

@media (max-width: 980px) {
  .module-header-accueil .left h1 {
    font-size: 2.6rem;
  }
  .module-header-accueil .left .sous-titre {
    font-size: 1.2rem;
  }

  .module-call-to-action .left {
    padding: 2rem 4rem;
  }
  .module-call-to-action .left .titre {
    font-size: 2rem;
  }
  .module-call-to-action .left .sous-titre {
    font-size: 1rem;
  }

  .module-second-menu {
    float: right;
  }
}

@media (max-width: 768px) {
  .head-home {
    margin-bottom: 2rem;
  }
  .subnav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .subnav li a {
    color: grey;
    font-size: 12.8px;
    padding: 8px 0 8px 0 !important;
    font-weight: 500;
  }
  .subnav li a:hover {
    background-color: #fff;
    color: #139b82;
    font-size: 12.8px;
    padding: 8px 0 8px 0 !important;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .module-b-parcours-pro .texte {
    column-count: inherit;
  }
  .module-header-accueil .left h1 {
    font-size: 2rem;
  }
  .module-header-accueil .left .sous-titre {
    font-size: 1rem;
  }
  .module-header-accueil .left {
    padding: 2rem;
  }
  .module-home-section-C {
    font-size: 1.2rem;
    padding: 4rem 6rem;
    height: 300px;
  }
  .module-call-to-action .left {
    padding: 2rem;
  }
  .module-call-to-action .left .titre {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
}

@media (max-width: 576px) {
  .module-footer {
    text-align: center;
  }

  .module-call-to-action .left {
    padding: 1rem 6rem;
  }
  .module-call-to-action .left .titre {
    font-size: 1.6rem;
  }
  .module-call-to-action .left .sous-titre {
    font-size: 1rem;
  }

  .module-header-accueil .left {
    height: 200px;
  }
  .module-header-accueil .right {
    height: 200px;
  }
  .module-home-section-B .left {
    height: 300px;
  }
  .module-home-section-B .right {
    height: auto;
  }
  .module-home-section-C {
    font-size: 1rem;
    padding: 3rem;
    height: 300px;
  }
  .module-call-to-action .left {
    min-height: 200px;
  }
  .module-call-to-action .right {
    min-height: 180px;
  }
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
  .module-call-to-action .left {
    padding: 1rem 2rem;
  }
  .module-call-to-action .left .titre {
    font-size: 1.4rem;
  }
  .module-home-section-B .right {
    padding: 1rem;
  }
  .module-home-section-B .right h2 {
    font-size: 1.6rem;
  }
}

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