@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@font-face {
  font-family: "Market Pro";
  src: url("../fonts/fonnts.com-MarketPro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Market Pro";
  src: url("../fonts/fonnts.com-MarketPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Market Pro";
  src: url("../fonts/fonnts.com-MarketPro-CondMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/OutfitExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/OutfitLight1.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/OutfitRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/OutfitMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/OutfitSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/OutfitBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/OutfitExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/OutfitBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --white: #ffffff;
  --dark-blue: #243f6c;
  --primary-color: #122140;
  --light-blue: #9ACBE6;
}

body {
  margin: 0;
}

section {
  box-sizing: border-box;
  position: relative;
}

p,
div,
input,
textarea,
select {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 23px;
}

h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
}

.coucou {
  text-align: center;
}

.section-header-home {
  height: 100vh;
  background-image: url("https://hive-academie.fr/wp-content/uploads/academie-fond.png");
  background-size: cover;
}
.section-header-home .content-section {
  padding: 4rem;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.section-header-home .content-section .construction {
  text-align: center;
  font-size: 23px;
  color: var(--white);
  font-weight: 700;
  margin-top: 0rem;
}
.section-header-home .content-section .footer-temporaire {
  width: 100%;
  margin-top: 2rem;
  padding-top: 1rem;
  box-sizing: border-box;
  border-top: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  font-size: 13px;
  font-weight: 200;
  position: fixed;
  z-index: 999;
  bottom: 20px;
}
.section-header-home .overlay {
  position: absolute;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.2117647059);
}
.section-header-home .grid-logo-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  align-items: center;
  justify-content: center;
  justify-items: center;
  height: 100%;
}
.section-header-home .grid-logo-form .colonne-gauche,
.section-header-home .grid-logo-form .colonne-droite {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-header-home .grid-logo-form .colonne-droite .screen-reader-response {
  display: none;
}
.section-header-home .grid-logo-form .colonne-droite .form-home {
  width: 100%;
  max-width: 700px;
}
.section-header-home .grid-logo-form .colonne-droite .form-home .wpcf7-response-output {
  margin-top: 1rem;
  color: var(--white);
}
.section-header-home .grid-logo-form .colonne-droite .form-home .wrapper-inputs {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
.section-header-home .grid-logo-form .colonne-droite .form-home select {
  margin: 10px 0;
}
.section-header-home .grid-logo-form .colonne-droite .form-home input,
.section-header-home .grid-logo-form .colonne-droite .form-home select,
.section-header-home .grid-logo-form .colonne-droite .form-home textarea {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  padding: 17px;
  border-radius: 5px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  color: var(--white);
}
.section-header-home .grid-logo-form .colonne-droite .form-home input:focus,
.section-header-home .grid-logo-form .colonne-droite .form-home select:focus,
.section-header-home .grid-logo-form .colonne-droite .form-home textarea:focus {
  outline: 1px solid var(--white);
  box-shadow: none;
}
.section-header-home .grid-logo-form .colonne-droite .form-home input::-moz-placeholder, .section-header-home .grid-logo-form .colonne-droite .form-home select::-moz-placeholder, .section-header-home .grid-logo-form .colonne-droite .form-home textarea::-moz-placeholder {
  color: var(--white);
}
.section-header-home .grid-logo-form .colonne-droite .form-home input::placeholder,
.section-header-home .grid-logo-form .colonne-droite .form-home select::placeholder,
.section-header-home .grid-logo-form .colonne-droite .form-home textarea::placeholder {
  color: var(--white);
}
.section-header-home .grid-logo-form .colonne-droite .form-home select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 20 20' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 10 12 14 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 30px;
}
.section-header-home .grid-logo-form .colonne-droite .form-home option {
  color: var(--dark-blue);
}
.section-header-home .grid-logo-form .colonne-droite .form-home .btn-wrapper {
  text-align: end;
}
.section-header-home .grid-logo-form .colonne-droite .form-home .btn-wrapper .btn-envoi {
  margin-top: 8px;
  max-width: 350px;
  margin-left: auto;
  background-color: var(--white);
  color: var(--dark-blue);
  font-weight: 700;
  cursor: pointer;
}
.section-header-home .grid-logo-form .colonne-droite .form-home .btn-wrapper .btn-envoi:hover {
  color: var(--white);
  background-color: var(--dark-blue);
}
.section-header-home .grid-logo-form .colonne-droite .form-home p {
  width: 100%;
}
@media (max-width: 1000px) {
  .section-header-home {
    background-position: 68% 50%;
    height: 100%;
  }
  .section-header-home .content-section {
    padding: 1.5rem;
    align-items: center;
  }
  .section-header-home .content-section .construction {
    margin-top: 1rem;
  }
  .section-header-home .grid-logo-form {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .section-header-home .grid-logo-form .colonne-gauche,
  .section-header-home .grid-logo-form .colonne-droite {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-header-home .grid-logo-form .colonne-droite .form-home .wrapper-inputs {
    flex-direction: column;
  }
  .section-header-home .grid-logo-form .colonne-droite .form-home .btn-wrapper .btn-envoi {
    max-width: none;
  }
}

.atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translate3d(0, 0, 0);
  justify-content: center;
  display: flex;
}

header .navbar-brand img {
  max-height: 65px;
}

@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler,
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header .navbar {
  position: relative;
  height: 90px;
}
header .navbar .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
header .navbar .container-fluid .navbar-nav {
  gap: 20px;
}
header .navbar .container-fluid .header-button {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
header .navbar .container-fluid .header-button .btn-brochure {
  border: 1.5px solid var(--light-blue);
  color: var(--light-blue);
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: all 0.3s ease;
}
header .navbar .container-fluid .header-button .btn-brochure:hover {
  background-color: var(--light-blue);
  color: var(--white);
}
header .navbar .container-fluid .header-button .btn-candidature {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: 1px solid var(--primary-color);
  transition: opacity 0.3s ease;
}
header .navbar .container-fluid .header-button .btn-candidature:hover {
  opacity: 0.9;
  color: var(--white);
}
header .navbar .container-fluid .navbar-collapse {
  justify-content: space-between !important;
}
header .navbar .navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
header .navbar .navbar-toggler .navbar-toggler-line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}
header .navbar-blue {
  background-color: var(--primary-color) !important;
}
header .navbar-blue .navbar-toggler-line {
  background-color: var(--white);
}
header .navbar-blue .nav-link {
  color: var(--white) !important;
}
header .navbar-blue .btn-brochure {
  border-color: var(--white);
  color: var(--white);
}
header .navbar-blue .btn-brochure:hover {
  background-color: var(--white);
  color: var(--primary-color);
}
header .navbar-blue .btn-candidature {
  background-color: var(--white);
  color: var(--primary-color);
  border-color: var(--white);
  transition: all 0.3s ease !important;
}
header .navbar-blue .btn-candidature:hover {
  background-color: var(--white) !important;
  color: var(--primary-color) !important;
}
@media (max-width: 991px) {
  header .navbar {
    height: auto !important;
    min-height: 90px;
    position: relative;
  }
  header .navbar .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  header .navbar .container-fluid .navbar-brand .default-logo {
    visibility: visible !important;
    opacity: 1 !important;
    width: 150px !important;
  }
  header .navbar .container-fluid .navbar-collapse.show, header .navbar .container-fluid .navbar-collapse.collapsing {
    display: block !important;
    background: var(--white);
    width: 100%;
    padding: 0px 20px 20px 20px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 9999 !important;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
  header .navbar .container-fluid .navbar-collapse .navbar-nav {
    flex-direction: column;
    text-align: center;
    gap: 0px !important;
    padding: 0px !important;
  }
  header .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item {
    align-self: center;
  }
  header .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 0 !important;
    text-align: center !important;
  }
  header .navbar .container-fluid .navbar-collapse .header-button {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
  }
  header .navbar-blue .navbar-toggler-line {
    background-color: var(--white) !important;
  }
  header .navbar-blue .navbar-collapse.show {
    background-color: var(--primary-color) !important;
  }
  header .navbar-blue .navbar-collapse.show .nav-link {
    color: #fff !important;
  }
}
@media (max-width: 480px) {
  header .navbar {
    height: auto !important;
    min-height: 90px;
    position: relative;
  }
  header .navbar .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  header .navbar .container-fluid .navbar-brand .default-logo {
    visibility: visible !important;
    opacity: 1 !important;
    width: 150px !important;
  }
  header .navbar .container-fluid .navbar-collapse.show, header .navbar .container-fluid .navbar-collapse.collapsing {
    display: block !important;
    background: #ffffff;
    width: 100%;
    padding: 0px 20px 20px 20px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 9999 !important;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
  header .navbar .container-fluid .navbar-collapse .navbar-nav {
    flex-direction: column;
    text-align: center;
    gap: 0px !important;
    padding: 0px !important;
  }
  header .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item {
    align-self: center;
  }
  header .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 0 !important;
    text-align: center !important;
  }
  header .navbar .container-fluid .navbar-collapse .header-button {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
  }
  header .navbar .container-fluid .navbar-collapse .header-button a {
    width: 100%;
    text-align: center;
  }
  header .navbar-blue .navbar-toggler-line {
    background-color: var(--white) !important;
  }
  header .navbar-blue .navbar-collapse.show {
    background-color: var(--primary-color) !important;
  }
  header .navbar-blue .navbar-collapse.show .nav-link {
    color: #fff !important;
  }
}

.accueil {
  position: relative;
  max-width: 1535px;
  margin: 0 auto;
  padding-bottom: 0;
}
.accueil .container {
  min-height: 74vh;
  background-image: url("../images/First screen.png");
  background-size: cover;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
  padding-left: 75px;
  max-width: 1535px;
}
.accueil .container .row {
  width: 100%;
}
.accueil .container .row .sur-titre {
  font-size: 24px;
  color: var(--light-blue);
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.accueil .container .row h1 {
  font-size: 57px;
  font-family: "Plus Jakarta Sans";
  text-transform: uppercase;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 0.9;
  margin-bottom: 0;
}
.accueil .container .row .formation-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}
.accueil .container .row .formation-wrapper .level-box .sous-titre {
  font-size: 38px;
  color: var(--light-blue);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.accueil .container .row .formation-wrapper .level-box .bac {
  font-size: 82px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 0.8;
  display: block;
  font-family: outfit;
  text-transform: uppercase;
}
.accueil .container .row .formation-wrapper .info-formation p {
  font-size: 22px;
  color: var(--primary-color);
  line-height: 1.2;
}
.accueil .container .row .formation-wrapper .info-formation p .text-light-blue {
  color: var(--light-blue);
}
.accueil .container .row .formation-wrapper .info-formation p strong {
  font-weight: 800;
}
.accueil .container .row .btn-decouvrir {
  display: inline-block;
  background: var(--primary-color);
  color: var(--white);
  padding: 12px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
}
.accueil .container .partenaire-bottom-right {
  position: absolute;
  top: 32rem;
  left: 75rem;
  text-align: center;
  z-index: 5;
}
.accueil .container .partenaire-bottom-right p {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
  line-height: 1.2;
}
.accueil .container .partenaire-bottom-right img {
  max-width: 286px;
  height: auto;
}
@media (max-width: 1200px) {
  .accueil .container {
    padding-left: 50px;
  }
  .accueil .container .row h1 {
    font-size: 48px;
  }
  .accueil .container .formation-wrapper .level-box .bac {
    font-size: 70px;
  }
  .accueil .container .formation-wrapper .info-formation p {
    font-size: 20px;
  }
  .accueil .container .partenaire-bottom-right {
    top: 28rem;
    left: 60rem;
  }
}
@media (max-width: 992px) {
  .accueil .container {
    padding-left: 30px;
  }
  .accueil .container .row h1 {
    font-size: 40px;
  }
  .accueil .container .formation-wrapper .level-box .bac {
    font-size: 60px;
  }
  .accueil .container .formation-wrapper .info-formation p {
    font-size: 18px;
  }
  .accueil .container .partenaire-bottom-right {
    top: 25rem;
    left: 45rem;
  }
}
@media (max-width: 768px) {
  .accueil .container {
    background-position: center;
    padding: 20px;
    min-height: auto;
  }
  .accueil .container .row {
    text-align: center;
  }
  .accueil .container .row .sur-titre {
    font-size: 21px;
  }
  .accueil .container .row h1 {
    font-size: 30px;
  }
  .accueil .container .row .formation-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
  .accueil .container .row .formation-wrapper .level-box .sous-titre {
    font-size: 25px;
  }
  .accueil .container .row .formation-wrapper .level-box .bac {
    font-size: 35px;
  }
  .accueil .container .row .formation-wrapper .info-formation p {
    font-size: 18px;
  }
  .accueil .container .row .btn-decouvrir {
    padding: 6px 20px;
    font-size: 15px;
  }
  .accueil .container .partenaire-bottom-right {
    position: relative;
    top: 80px;
    left: auto;
  }
  .accueil .container .partenaire-bottom-right p {
    font-size: 12px;
  }
  .accueil .container .partenaire-bottom-right img {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  .accueil .container {
    background-position: center;
    padding: 20px;
    min-height: auto;
  }
  .accueil .container .row {
    text-align: center;
  }
  .accueil .container .row .sur-titre {
    font-size: 16px;
  }
  .accueil .container .row h1 {
    font-size: 23px;
  }
  .accueil .container .row .formation-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
  }
  .accueil .container .row .formation-wrapper .level-box .sous-titre {
    font-size: 21px;
  }
  .accueil .container .row .formation-wrapper .level-box .bac {
    font-size: 30px;
  }
  .accueil .container .row .formation-wrapper .info-formation p {
    font-size: 17px;
  }
  .accueil .container .row .btn-decouvrir {
    margin-top: 0px;
    padding: 5px 16px;
    font-size: 13px;
  }
  .accueil .container .partenaire-bottom-right {
    position: relative;
    top: 85px;
    left: auto;
  }
  .accueil .container .partenaire-bottom-right p {
    font-size: 8px;
  }
  .accueil .container .partenaire-bottom-right img {
    max-width: 110px;
  }
}

.futur-metier {
  padding-top: 80px;
  padding-bottom: 0;
}
.futur-metier img {
  max-width: 576px;
  border-radius: 12px;
}
.futur-metier .col-droit {
  margin-left: 40px;
}
.futur-metier .col-droit .text-script {
  font-family: "Market Pro";
  font-size: 55px;
  line-height: 1;
  color: var(--light-blue);
  letter-spacing: 0;
  transform: skewY(-3deg);
  margin-bottom: 15px !important;
}
.futur-metier .col-droit .text-dark-navy {
  color: var(--primary-color);
  line-height: 45px;
}
.futur-metier .col-droit h2 {
  font-size: 48px;
  color: var(--primary-color);
}
.futur-metier .col-droit .content-text p {
  line-height: 26px;
  color: var(--primary-color);
  width: 100%;
  font-size: 16px;
}
.futur-metier .col-droit .btn-dark-navy {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
  padding: 10px 18px;
  font-weight: 700;
  text-transform: none;
  border-radius: 4px;
}
.futur-metier .col-droit .btn-dark-navy:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
@media (max-width: 1199px) {
  .futur-metier h2 {
    font-size: 38px;
  }
  .futur-metier .text-script {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .futur-metier {
    text-align: center;
  }
  .futur-metier img {
    max-width: 100%;
    border-radius: 12px;
  }
  .futur-metier .col-droit {
    margin-left: 0;
  }
  .futur-metier .col-droit .text-script {
    margin-bottom: 20px;
  }
  .futur-metier .col-droit .content-text p {
    width: 100%;
  }
  .futur-metier .col-droit .btn-dark-navy {
    background-color: #121e3d;
    border-color: #121e3d;
    color: var(--white);
    padding: 12px 25px;
    font-weight: 700;
    text-transform: none;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .futur-metier {
    text-align: center;
  }
  .futur-metier img {
    max-width: 100%;
    border-radius: 12px;
  }
  .futur-metier .col-droit {
    margin-left: 0;
  }
  .futur-metier .col-droit h2 {
    font-size: 37px;
  }
  .futur-metier .col-droit .text-script {
    margin-bottom: 20px;
  }
  .futur-metier .col-droit .content-text p {
    width: 100%;
  }
  .futur-metier .col-droit .btn-dark-navy {
    background-color: #121e3d;
    border-color: #121e3d;
    color: var(--white);
    padding: 12px 25px;
    font-weight: 700;
    text-transform: none;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;
  }
}

.steps-section {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  font-family: "Arial", sans-serif;
}
.steps-section .steps-container {
  max-width: 1320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-left: 120px;
}
.steps-section .steps-container .steps-content {
  flex: 1;
  padding: 40px 0;
}
.steps-section .steps-container .steps-content img {
  position: absolute;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transform: translateY(0);
}
.steps-section .steps-container .steps-content img.col-left {
  left: 145px;
  top: 57px;
  z-index: -1;
}
.steps-section .steps-container .steps-content img.col-right {
  right: 63rem;
  bottom: 70px;
  z-index: -1;
}
.steps-section .steps-container .steps-content .step-item {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
  line-height: 1.2;
  overflow: visible;
  opacity: 0;
  transform: translateX(-80px);
}
.steps-section .steps-container .steps-content .step-item .tu-highlight {
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
}
.steps-section .steps-container .steps-content .step-item .tu-highlight .trait {
  display: inline-block;
  position: relative;
}
.steps-section .steps-container .steps-content .step-item .tu-highlight .trait .tu {
  font-family: "market pro";
  font-size: 50px;
}
.steps-section .steps-container .steps-content .step-item .tu-highlight .trait .verb {
  position: relative;
  display: inline-block;
  font-weight: 800;
  font-size: 35px;
}
.steps-section .steps-container .steps-content .step-item .tu-highlight .trait::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url("../images/Tracé 1508.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.steps-section .steps-container .steps-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.steps-section .steps-container .steps-image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .steps-section .steps-container {
    flex-direction: column;
    margin-left: 0;
    text-align: center;
  }
  .steps-section .steps-image {
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .steps-section .steps-container {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .steps-section .steps-container img.col-left, .steps-section .steps-container img.col-right {
    display: none;
  }
  .steps-section .steps-content .step-item {
    font-size: 24px !important;
  }
  .steps-section .steps-content .step-item .tu-highlight {
    font-size: 22px !important;
  }
  .steps-section .steps-content .step-item .tu-highlight .tu {
    font-size: 36px !important;
  }
  .steps-section .steps-content .step-item .tu-highlight .verb {
    font-size: 26px !important;
  }
  .steps-section .steps-content .step-item .tu-highlight .verb::after {
    height: 6px;
  }
}
@media (max-width: 480px) {
  .steps-section .steps-content .step-item {
    font-size: 20px !important;
    margin-bottom: 0px !important;
  }
  .steps-section .steps-content .step-item .tu-highlight .tu {
    font-size: 30px !important;
  }
  .steps-section .steps-content .step-item .tu-highlight .verb {
    font-size: 22px !important;
  }
  .steps-section .steps-content .step-item .tu-highlight .verb::after {
    height: 5px;
    bottom: -4px;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dropLeft {
  from {
    transform: translateY(-220px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes riseRight {
  from {
    transform: translateY(220px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.steps-section.play-animation .step-item {
  animation: slideInLeft 0.8s ease forwards;
}

.steps-section.play-animation .step-item:nth-of-type(1) {
  animation-delay: 0.2s;
}

.steps-section.play-animation .step-item:nth-of-type(2) {
  animation-delay: 0.5s;
}

.steps-section.play-animation .step-item:nth-of-type(3) {
  animation-delay: 0.8s;
}

.steps-section.play-animation .step-item:nth-of-type(4) {
  animation-delay: 1.1s;
}

.steps-section.play-animation .step-item:nth-of-type(5) {
  animation-delay: 1.4s;
}

@keyframes dropLeft {
  from {
    transform: translateY(-220px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes riseRight {
  from {
    transform: translateY(220px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.steps-section.play-animation img.col-left {
  animation: dropLeft 1.2s ease-out forwards;
  animation-delay: 0.2s;
}

.steps-section.play-animation img.col-right {
  animation: riseRight 1.2s ease-out forwards;
  animation-delay: 0.4s;
}

.hive-recrutement {
  padding: 0px 20px 0 20px;
}
.hive-recrutement .container {
  max-width: 1500px;
  margin: 0 auto;
  background-color: rgba(18, 33, 64, 0.03);
  padding: 70px 50px 70px 110px;
  border-radius: 20px;
}
.hive-recrutement .container .hive-main-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: "outfit";
  width: 100%;
  max-width: 430px;
}
.hive-recrutement .container .hive-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hive-recrutement .container .hive-grid .hive-col {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}
.hive-recrutement .container .hive-grid .hive-col .hive-sub-title {
  font-size: 53px;
  font-family: "Market pro";
  transform: skewY(-2deg);
  padding-bottom: 10px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-sub-title span {
  position: relative;
  font-weight: 700;
}
.hive-recrutement .container .hive-grid .hive-col .hive-sub-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 8px;
  background-image: url("../images/Tracé 1508.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.hive-recrutement .container .hive-grid .hive-col .hive-sub-title.blue, .hive-recrutement .container .hive-grid .hive-col .hive-sub-title.dark {
  color: var(--primary-color);
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header .hive-text-box {
  color: #002D3D;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header .hive-text-box h4 {
  color: var(--light-blue);
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header .hive-text-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header .hive-text-box ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header .hive-text-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0d1b3e;
  transform: translateY(-15%);
  font-size: 16px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header .hive-logo-ministere img {
  width: 155px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header-right {
  margin-bottom: 40px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header-right .hive-list-bold {
  padding-left: 0px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header-right .hive-list-bold li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header-right .hive-list-bold li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0d1b3e;
  transform: translateY(-15%);
  font-size: 16px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header-right .hive-logo-main img {
  width: 200px;
  height: auto;
}
.hive-recrutement .container .hive-grid .hive-col .hive-row-header-right .hive-logo-main img.FCH-logo {
  width: 180px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-section-block {
  margin-top: 30px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-section-block h4 {
  color: #8ecae6;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.hive-recrutement .container .hive-grid .hive-col .hive-section-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hive-recrutement .container .hive-grid .hive-col .hive-section-block ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.hive-recrutement .container .hive-grid .hive-col .hive-section-block ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0d1b3e;
  transform: translateY(-15%);
  font-size: 16px;
}
.hive-recrutement .container .hive-grid .hive-col .hive-buttons {
  display: flex;
  gap: 15px;
  margin-top: auto;
  justify-content: flex-end;
}
.hive-recrutement .container .hive-grid .hive-col .hive-buttons a {
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.3s;
}
.hive-recrutement .container .hive-grid .hive-col .hive-buttons .btn-postuler {
  background-color: var(--light-blue);
  color: var(--white);
}
.hive-recrutement .container .hive-grid .hive-col .hive-buttons .btn-postuler:hover {
  background-color: #8ecae6;
}
.hive-recrutement .container .hive-grid .hive-col .hive-buttons .btn-decouvrir {
  background-color: var(--primary-color);
  color: var(--white);
}
.hive-recrutement .container .hive-grid .hive-col .hive-buttons .btn-decouvrir:hover {
  background-color: #000;
}
@media (max-width: 1024px) {
  .hive-recrutement .container {
    padding: 50px 30px;
  }
  .hive-recrutement .container .hive-main-title {
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .hive-recrutement .hive-grid {
    flex-direction: column;
    gap: 40px;
  }
  .hive-recrutement .hive-col {
    width: 100%;
  }
  .hive-recrutement .hive-sub-title {
    font-size: 42px;
  }
  .hive-recrutement .hive-row-header,
  .hive-recrutement .hive-row-header-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hive-recrutement .hive-logo-main img {
    width: 200px;
  }
  .hive-recrutement .hive-logo-ministere img {
    width: 130px;
  }
  .hive-recrutement .hive-buttons {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .hive-recrutement {
    padding: 40px 15px;
  }
  .hive-recrutement .container {
    padding: 30px 10px;
  }
  .hive-recrutement .hive-main-title {
    font-size: 28px;
    line-height: 1.3;
  }
  .hive-recrutement .hive-sub-title {
    font-size: 32px;
  }
  .hive-recrutement .hive-row-header,
  .hive-recrutement .hive-row-header-right {
    align-items: start !important;
    text-align: center;
  }
  .hive-recrutement .hive-text-box,
  .hive-recrutement .hive-list-bold {
    text-align: left;
  }
  .hive-recrutement .hive-logo-main img {
    width: 160px !important;
  }
  .hive-recrutement .hive-logo-main img.FCH-logo {
    width: 140px !important;
  }
  .hive-recrutement .hive-logo-ministere img {
    width: 110px;
  }
  .hive-recrutement .hive-section-block h4 {
    font-size: 18px;
  }
  .hive-recrutement .hive-section-block ul li,
  .hive-recrutement .hive-text-box ul li,
  .hive-recrutement .hive-list-bold li {
    font-size: 14px;
  }
  .hive-recrutement .hive-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hive-recrutement .hive-buttons a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .hive-recrutement .hive-main-title {
    font-size: 24px;
  }
  .hive-recrutement .hive-sub-title {
    font-size: 26px;
  }
  .hive-recrutement .hive-logo-main img {
    width: 140px !important;
  }
  .hive-recrutement .hive-logo-main img.FCH-logo {
    display: none !important;
  }
  .hive-recrutement .hive-logo-main img.home-elec-logo {
    display: none !important;
  }
  .hive-recrutement .hive-logo-ministere img {
    width: 90px;
  }
  .hive-recrutement .hive-section-block ul li,
  .hive-recrutement .hive-text-box ul li,
  .hive-recrutement .hive-list-bold li {
    font-size: 13px;
  }
  .hive-recrutement .hive-text-box h4 {
    text-align: left;
  }
}

.formation-section {
  padding: 0;
  margin: 80px 0 100px 0;
}
.formation-section .formation-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}
.formation-section .formation-title {
  color: #12223d;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
  margin-bottom: 60px;
  letter-spacing: 1px;
  font-family: "outfit";
  padding-left: 90px;
}
.formation-section .formation-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.formation-section .formation-content-wrapper .formation-image-block {
  flex: 0 0 65%;
  max-width: 65%;
}
.formation-section .formation-content-wrapper .formation-image-block .programme-mobile {
  display: none;
}
.formation-section .formation-content-wrapper .formation-image-block .programme-desktop {
  display: block;
  width: 100%;
  height: auto;
}
.formation-section .formation-content-wrapper .formation-prerequis-block {
  flex: 0 0 30%;
  text-align: center;
}
.formation-section .formation-content-wrapper .formation-prerequis-block .prerequis-inner .prerequis-title {
  font-family: "outfit";
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.formation-section .formation-content-wrapper .formation-prerequis-block .prerequis-inner .prerequis-text {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 22px;
}
@media (max-width: 991px) {
  .formation-section .formation-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .formation-section .formation-content-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .formation-section .formation-content-wrapper .formation-image-block,
  .formation-section .formation-content-wrapper .formation-prerequis-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .formation-section {
    padding: 50px 0;
    margin: 0;
  }
  .formation-section .formation-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .formation-section .formation-content-wrapper .formation-image-block .programme-desktop {
    display: none;
  }
  .formation-section .formation-content-wrapper .formation-image-block .programme-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .formation-section .formation-content-wrapper .formation-prerequis-block .prerequis-inner .prerequis-title {
    font-size: 26px;
  }
}

.hive-pedagogie-section {
  position: relative;
  background-image: url("../images/DSC_6244 Académie BLEU couv.png");
  background-size: cover;
  background-position: center;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.hive-pedagogie-section .bg-vertical-text {
  position: absolute;
  left: -546px;
  top: 32%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 170px;
  font-weight: 900;
  opacity: 0.15;
  letter-spacing: 15px;
  pointer-events: none;
  text-transform: uppercase;
}
.hive-pedagogie-section .hive-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.hive-pedagogie-section .top-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.hive-pedagogie-section .top-layout .content-left {
  width: 100%;
}
.hive-pedagogie-section .top-layout .content-left .main-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: "outfit";
}
.hive-pedagogie-section .top-layout .content-left .section-subtitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.hive-pedagogie-section .top-layout .content-left .intro-bold {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hive-pedagogie-section .top-layout .content-left .highlight-tag {
  display: inline-block;
  background-color: var(--light-blue);
  color: var(--white);
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  border-radius: 0;
}
.hive-pedagogie-section .top-layout .content-left .objectifs-list {
  margin-bottom: 15px;
}
.hive-pedagogie-section .top-layout .content-left .objectifs-list h4 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 15px;
  text-underline-offset: 5px;
  color: var(--light-blue);
}
.hive-pedagogie-section .top-layout .content-left .objectifs-list ul {
  padding-left: 20px;
}
.hive-pedagogie-section .top-layout .content-left .objectifs-list ul li {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: 700;
}
.hive-pedagogie-section .top-layout .content-left .objectifs-list ul li::before {
  content: "•";
  position: absolute;
  left: 22px;
  color: var(--white);
  transform: translateY(-15%);
  font-size: 16px;
}
.hive-pedagogie-section .top-layout .content-left .description-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.hive-pedagogie-section .top-layout .image-right {
  width: 100%;
  position: relative;
}
.hive-pedagogie-section .top-layout .image-right .academy-window {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -162px;
  top: -30px;
}
.hive-pedagogie-section .top-layout .image-right .academy-window img {
  height: 574px;
  width: auto;
}
.hive-pedagogie-section .top-layout .image-right .slanted-image {
  width: 110%;
  clip-path: polygon(15% 0%, 100% 0%, 100% 85%, 35% 100%);
}
.hive-pedagogie-section .top-layout .image-right .slanted-image img {
  width: 100%;
  display: block;
}
.hive-pedagogie-section .ecosysteme-header {
  text-align: left;
  margin-bottom: 60px;
}
.hive-pedagogie-section .ecosysteme-header .ecosysteme-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "outfit";
}
.hive-pedagogie-section .ecosysteme-header .sub-brand {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hive-pedagogie-section .ecosysteme-header .sub-brand .script-font {
  font-family: "market pro";
  font-size: 70px;
}
.hive-pedagogie-section .ecosysteme-header .sub-brand .script-font span {
  position: relative;
}
.hive-pedagogie-section .ecosysteme-header .sub-brand .script-font span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 8px;
  background-image: url("../images/Tracé 1508.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.hive-pedagogie-section .ecosysteme-header .sub-brand .default-logo {
  height: 84px;
}
.hive-pedagogie-section .columns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}
.hive-pedagogie-section .columns-grid .column {
  padding: 0 40px;
  text-align: center;
  border-left: 3px solid rgba(220, 231, 238, 0.25);
}
.hive-pedagogie-section .columns-grid .column:first-child {
  border-left: 3px solid rgba(220, 231, 238, 0.25);
}
.hive-pedagogie-section .columns-grid .column:last-child {
  border-right: 3px solid rgba(220, 231, 238, 0.25);
}
.hive-pedagogie-section .columns-grid .column h5 {
  font-size: 33px;
  font-weight: 700;
  height: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hive-pedagogie-section .columns-grid .column .logo-area {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.hive-pedagogie-section .columns-grid .column .logo-area img {
  max-width: 100%;
  max-height: 100%;
}
.hive-pedagogie-section .columns-grid .column .logo-area .logo-energie {
  width: 170px;
  height: auto;
}
.hive-pedagogie-section .columns-grid .column .logo-area .logo-batiment {
  width: 140px;
  height: auto;
}
.hive-pedagogie-section .columns-grid .column .logo-area .logo-strategie {
  width: 180px;
  height: auto;
}
.hive-pedagogie-section .columns-grid .column .keywords {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.hive-pedagogie-section .columns-grid .column .col-desc {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.hive-pedagogie-section .footer-summary {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.hive-pedagogie-section .footer-summary .footer {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}
.hive-pedagogie-section .footer-summary .footer strong {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .hive-pedagogie-section .bg-vertical-text {
    font-size: 120px;
    left: -350px;
  }
  .hive-pedagogie-section .top-layout {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .hive-pedagogie-section .top-layout .content-left {
    width: 100%;
  }
  .hive-pedagogie-section .top-layout .image-right {
    width: 100%;
  }
  .hive-pedagogie-section .top-layout .image-right .academy-window {
    position: relative;
    right: 0;
    top: 0;
    justify-content: center;
  }
  .hive-pedagogie-section .top-layout .image-right .academy-window img {
    height: 400px;
  }
  .hive-pedagogie-section .ecosysteme-header {
    text-align: center;
  }
  .hive-pedagogie-section .ecosysteme-header .ecosysteme-title {
    font-size: 34px;
  }
  .hive-pedagogie-section .ecosysteme-header .sub-brand {
    justify-content: center;
  }
  .hive-pedagogie-section .ecosysteme-header .sub-brand .script-font {
    font-size: 40px;
  }
  .hive-pedagogie-section .ecosysteme-header .sub-brand .default-logo {
    height: 50px;
  }
  .hive-pedagogie-section .columns-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hive-pedagogie-section .columns-grid .column {
    border: none;
    padding: 0;
  }
  .hive-pedagogie-section .columns-grid .column:first-child {
    border-left: none;
  }
  .hive-pedagogie-section .columns-grid .column:last-child {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .hive-pedagogie-section {
    padding: 60px 0;
  }
  .hive-pedagogie-section .bg-vertical-text {
    display: none;
  }
  .hive-pedagogie-section .content-left .main-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .hive-pedagogie-section .content-left .section-subtitle {
    font-size: 22px;
  }
  .hive-pedagogie-section .content-left .intro-bold {
    font-size: 18px;
  }
  .hive-pedagogie-section .content-left .highlight-tag {
    font-size: 14px;
  }
  .hive-pedagogie-section .content-left .objectifs-list h4 {
    font-size: 20px;
  }
  .hive-pedagogie-section .content-left .objectifs-list ul li {
    font-size: 14px;
  }
  .hive-pedagogie-section .content-left .description-text {
    font-size: 14px;
  }
  .hive-pedagogie-section .image-right .academy-window img {
    display: none;
  }
  .hive-pedagogie-section .ecosysteme-header .ecosysteme-title {
    font-size: 26px;
  }
  .hive-pedagogie-section .ecosysteme-header .sub-brand {
    flex-direction: column;
    gap: 10px;
  }
  .hive-pedagogie-section .ecosysteme-header .sub-brand .script-font {
    font-size: 30px;
  }
  .hive-pedagogie-section .columns-grid {
    gap: 30px;
  }
  .hive-pedagogie-section .columns-grid .column h5 {
    font-size: 25px;
    height: auto;
  }
  .hive-pedagogie-section .columns-grid .column h5 br {
    display: none;
  }
  .hive-pedagogie-section .columns-grid .column .keywords {
    font-size: 12px;
    min-height: auto;
  }
  .hive-pedagogie-section .columns-grid .column .col-desc {
    font-size: 13px;
  }
  .hive-pedagogie-section .footer-summary {
    font-size: 16px;
  }
  .hive-pedagogie-section .footer-summary .footer {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .hive-pedagogie-section .content-left .main-title {
    font-size: 26px;
  }
  .hive-pedagogie-section .image-right .academy-window img {
    height: 240px;
  }
  .hive-pedagogie-section .ecosysteme-header .ecosysteme-title {
    font-size: 22px;
  }
  .hive-pedagogie-section .ecosysteme-header .script-font {
    font-size: 24px;
  }
  .hive-pedagogie-section .columns-grid .column h5 br {
    display: none;
  }
  .hive-pedagogie-section .columns-grid .column .keywords {
    font-size: 11px;
  }
  .hive-pedagogie-section .columns-grid .column .col-desc {
    font-size: 12px;
  }
}

.hive-editos {
  padding: 80px 20px;
  color: var(--primary-color);
}
.hive-editos .hive-main-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 56px;
  color: var(--light-blue);
  text-transform: uppercase;
  font-weight: 700;
  font-family: "outfit";
}
.hive-editos .hive-main-title span {
  color: var(--primary-color);
  text-transform: lowercase;
  font-size: 52px;
  margin-left: 10px;
  font-family: "market pro";
}
.hive-editos .hive-container {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #F7F8F9;
  padding: 55px;
  border-radius: 20px;
}
.hive-editos .hive-container .hive-edito-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-group {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-group .hive-profile-pic img {
  width: 100%;
  max-width: 115px;
  height: 170px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-group .hive-logo-cma-overlay {
  position: absolute;
  bottom: -15px;
  right: -136px;
  width: auto;
  max-width: none;
  height: 72px;
  border-radius: 8px;
  z-index: 2;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-pic img {
  width: 100%;
  max-width: 115px;
  height: 170px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-info {
  width: 100%;
  max-width: 180px;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-info h3 {
  font-size: 26px;
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-info p {
  font-size: 18px;
  color: #99b5c5;
  line-height: 1.4;
  font-weight: 800;
  margin: 0;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-info-2 {
  width: 100%;
  max-width: 300px;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-info-2 h3 {
  font-size: 26px;
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header .hive-profile-info-2 p {
  font-size: 18px;
  color: #99b5c5;
  line-height: 1.4;
  font-weight: 800;
  margin: 0;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-edito-content p {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: var(--primary-color);
  font-weight: 600;
  width: 100%;
  max-width: 372px;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-edito-content p.text {
  margin-bottom: 0;
  font-weight: 500;
  font-style: italic;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-edito-content p .text {
  margin-bottom: 0;
  font-weight: 500;
  font-style: italic;
}
.hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-edito-content .hive-logo-ma {
  width: 140px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .hive-editos .hive-main-title {
    font-size: 42px;
  }
  .hive-editos .hive-main-title span {
    font-size: 38px;
  }
  .hive-editos .hive-container {
    padding: 40px 30px;
  }
  .hive-editos .hive-edito-grid {
    gap: 40px;
  }
  .hive-editos .hive-edito-card {
    min-width: 100%;
  }
  .hive-editos .hive-profile-header {
    align-items: center;
  }
  .hive-editos .hive-edito-content p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hive-editos {
    padding: 60px 15px;
  }
  .hive-editos .hive-main-title {
    font-size: 43px;
    line-height: 1.3;
  }
  .hive-editos .hive-main-title span {
    font-size: 40px;
    display: block;
    margin-left: 0;
  }
  .hive-editos .hive-container {
    padding: 30px 20px;
  }
  .hive-editos .hive-container .hive-edito-grid {
    flex-direction: column;
    gap: 30px;
  }
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-info,
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-info-2 {
    max-width: 100%;
  }
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-info h3,
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-info-2 h3 {
    text-align: center;
    font-size: 20px !important;
  }
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-info p,
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-profile-info-2 p {
    text-align: center;
    font-size: 14px;
  }
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-edito-content {
    text-align: center;
  }
  .hive-editos .hive-container .hive-edito-grid .hive-edito-card .hive-edito-content p {
    font-size: 15px !important;
    max-width: none !important;
    text-align: center;
  }
  .hive-editos .hive-profile-group .hive-logo-cma-overlay {
    right: -10px;
    bottom: -10px;
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  .hive-editos .hive-main-title {
    font-size: 43px;
    margin-bottom: 20px;
  }
  .hive-editos .hive-main-title span {
    font-size: 40px;
  }
  .hive-editos .hive-container {
    padding: 20px 15px;
  }
  .hive-editos .hive-profile-pic img {
    max-width: 90px;
    height: 130px;
  }
  .hive-editos .hive-profile-info h3,
  .hive-editos .hive-profile-info-2 h3 {
    font-size: 20px;
  }
  .hive-editos .hive-profile-info p,
  .hive-editos .hive-profile-info-2 p {
    font-size: 14px;
  }
  .hive-editos .hive-edito-content p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.hero-formation {
  padding: 60px 0 0 0;
  font-family: "Arial", sans-serif;
}
.hero-formation .hero-container {
  display: flex;
  flex-direction: column;
}
.hero-formation .hero-title {
  width: 100%;
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1.2;
  margin-bottom: 0px;
  font-style: italic;
  font-family: "market pro";
  transform: skewY(-3deg);
}
.hero-formation .hero-title span {
  position: relative;
  display: inline-block;
}
.hero-formation .hero-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 8px;
  background-image: url("../images/Tracé 1508.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.hero-formation .hero-body {
  display: flex;
  align-items: end;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-formation .hero-image {
  flex: 1;
  max-width: 950px;
}
.hero-formation .hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-formation .hero-content {
  flex: 1;
  max-width: 550px;
  padding: 66px 0px;
}
.hero-formation .hero-content .hero-list {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.hero-formation .hero-content .hero-list li {
  margin-bottom: 10px;
}
.hero-formation .hero-content .hero-list li .highlight {
  display: block;
  font-weight: 700;
  color: var(--light-blue);
  font-size: 23px;
  text-transform: uppercase;
}
.hero-formation .hero-content .hero-list li p {
  margin: 0;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
}
.hero-formation .hero-content .hero-disclaimer {
  font-size: 16px;
  color: #99B5C5;
  line-height: 1.4;
  margin-bottom: 50px;
  font-weight: 700;
}
.hero-formation .hero-content .hero-actions {
  display: flex;
  gap: 15px;
}
.hero-formation .hero-content .hero-actions .btn {
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}
.hero-formation .hero-content .hero-actions .btn:hover {
  opacity: 0.9;
}
.hero-formation .hero-content .hero-actions .btn.btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
}
.hero-formation .hero-content .hero-actions .btn.btn-secondary {
  padding: 14px 20px;
  background-color: var(--light-blue);
  color: var(--white);
  border: none;
}
@media (max-width: 1024px) {
  .hero-formation .hero-title {
    font-size: 44px;
  }
  .hero-formation .hero-body {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hero-formation .hero-image {
    max-width: 700px;
  }
  .hero-formation .hero-content {
    max-width: 100%;
    padding: 40px 20px;
    text-align: center;
  }
  .hero-formation .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero-formation {
    padding: 40px 0;
  }
  .hero-formation .hero-title {
    font-size: 32px;
    line-height: 1.3;
  }
  .hero-formation .hero-content .hero-list li {
    margin-bottom: 15px;
  }
  .hero-formation .hero-content .hero-list li .highlight {
    font-size: 18px;
  }
  .hero-formation .hero-content .hero-list li p {
    font-size: 16px;
  }
  .hero-formation .hero-content .hero-disclaimer {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .hero-formation .hero-content .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .hero-formation .hero-content .hero-actions .btn {
    width: 100%;
    text-align: center;
  }
  .hero-formation .hero-image {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .hero-formation .hero-title {
    font-size: 35px;
    margin-bottom: 26px;
  }
  .hero-formation .hero-content .hero-list .highlight {
    font-size: 16px;
  }
  .hero-formation .hero-content .hero-list p {
    font-size: 14px;
  }
}

.footer-section {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 60px 0 20px 0;
  font-family: sans-serif;
}
.footer-section .footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-section .footer-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-section .footer-brand {
  flex: 0 1 300px;
  margin-right: 20px;
}
.footer-section .footer-brand .footer-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
}
.footer-section .footer-brand .footer-contact {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}
.footer-section .footer-brand .footer-contact a {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.footer-section .footer-brand .footer-contact a:hover {
  text-decoration: underline;
}
.footer-section .footer-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  min-width: 400px;
  gap: 20px;
  padding-right: 80px;
}
.footer-section .footer-nav .footer-col h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: none;
}
.footer-section .footer-nav .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-nav .footer-col ul li {
  margin-bottom: 2px;
  font-weight: 800;
  opacity: 0.7;
}
.footer-section .footer-nav .footer-col ul li a {
  color: #a0aabf;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-section .footer-nav .footer-col ul li a:hover {
  color: var(--white);
}
.footer-section .footer-partners {
  flex: 0 1 450px;
  display: flex;
  gap: 30px;
  margin-left: 80px;
  min-width: 350px;
}
.footer-section .footer-partners .partner-item {
  flex: 1;
  text-align: center;
}
.footer-section .footer-partners .partner-item p {
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(--white);
}
.footer-section .footer-partners .partner-item img {
  max-width: 200px;
  height: auto;
}
.footer-section .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
}
.footer-section .footer-bottom p {
  font-size: 12px;
  color: var(--white);
  margin: 0;
}
.footer-section .footer-bottom p a {
  color: var(--white);
  text-decoration: underline;
}
.footer-section .footer-bottom p a:hover {
  color: var(--light-blue);
}
@media (max-width: 1024px) {
  .footer-section .footer-top {
    flex-direction: column;
    gap: 50px;
  }
  .footer-section .footer-brand {
    margin-right: 0;
  }
  .footer-section .footer-nav {
    width: 100%;
    min-width: unset;
    padding-right: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer-section .footer-partners {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer-section {
    padding: 40px 0 20px 0;
  }
  .footer-section .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-section .footer-brand {
    align-items: center;
    text-align: center;
    flex: auto;
  }
  .footer-section .footer-brand .footer-contact {
    padding-left: 0;
    align-items: center;
  }
  .footer-section .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer-section .footer-nav .footer-col {
    width: 100%;
  }
  .footer-section .footer-nav .footer-col ul li {
    margin-bottom: 8px;
  }
  .footer-section .footer-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  .footer-section .footer-nav .footer-col {
    width: 30%;
    text-align: center;
  }
  .footer-section .footer-nav .footer-col h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footer-section .footer-nav .footer-col ul li {
    margin-bottom: 5px;
  }
  .footer-section .footer-nav .footer-col ul li a {
    font-size: 11px;
  }
  .footer-section .footer-partners {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex: auto;
  }
  .footer-section .footer-partners .partner-item img {
    max-width: 160px;
  }
  .footer-section .footer-bottom p {
    font-size: 11px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .footer-section .footer-logo {
    max-width: 200px;
  }
  .footer-section .footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 0;
    width: 100%;
    padding: 0;
  }
  .footer-section .footer-nav .footer-col {
    width: 50%;
    text-align: center;
    min-width: unset;
  }
  .footer-section .footer-nav .footer-col h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-section .footer-nav .footer-col ul li {
    margin-bottom: 5px;
  }
  .footer-section .footer-nav .footer-col ul li a {
    font-size: 12px;
  }
  .footer-section .footer-partners {
    margin-top: 20px;
  }
  .footer-section .footer-partners .partner-item p {
    font-size: 10px;
  }
  .footer-section .footer-partners .partner-item img {
    max-width: 140px;
  }
}

footer {
  padding: 0;
}

.hive-calendar-section {
  background-color: var(--primary-color);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
}
.hive-calendar-section .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 70px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}
.hive-calendar-section .container .calendar-wrapper {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 80px;
}
.hive-calendar-section .container .calendar-wrapper .calendar-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  cursor: pointer;
}
.hive-calendar-section .container .actions {
  display: flex;
  justify-content: center;
}
.hive-calendar-section .container .actions .btn-download {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #9ACBE6;
  color: #9ACBE6;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.hive-calendar-section .container .actions .btn-download:hover {
  background-color: #9ACBE6;
  color: var(--primary-color);
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.image-modal .modal-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
}
.image-modal .close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.hive-hero {
  position: relative;
  margin-bottom: 60px;
  max-width: 1535px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.hive-hero .hero-inner {
  height: 350px;
  background-image: url("../images/Rémi-01.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}
.hive-hero .hero-inner .hero-frame {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .hive-hero .hero-inner .hero-frame {
    width: 90%;
    padding-left: 20px;
  }
}
.hive-hero .hero-inner .hero-frame .hero-content .subtitle {
  display: block;
  font-size: 20px;
  color: var(--primary-color);
  position: relative;
  padding-left: 100px;
  font-weight: 800;
}
.hive-hero .hero-inner .hero-frame .hero-content .subtitle::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--light-blue);
}
.hive-hero .hero-inner .hero-frame .hero-content .title {
  font-size: 46px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0;
  padding-left: 55px;
}
@media (max-width: 1024px) {
  .hive-hero {
    margin: 0 20px 40px;
  }
  .hive-hero .hero-inner .hero-frame {
    padding-left: 40px;
  }
  .hive-hero .hero-inner .hero-frame .hero-content .subtitle {
    padding-left: 60px;
  }
  .hive-hero .hero-inner .hero-frame .hero-content .subtitle::before {
    left: 20px;
  }
  .hive-hero .hero-inner .hero-frame .hero-content .title {
    padding-left: 20px;
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .hive-hero .hero-inner {
    height: 250px;
  }
  .hive-hero .hero-inner .hero-frame {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 20px;
  }
  .hive-hero .hero-inner .hero-frame .hero-content .subtitle {
    font-size: 16px;
    padding-left: 50px;
  }
  .hive-hero .hero-inner .hero-frame .hero-content .subtitle::before {
    left: 10px;
  }
  .hive-hero .hero-inner .hero-frame .hero-content .title {
    font-size: 28px;
    padding-left: 10px;
  }
}

.hive-contact-section {
  padding: 60px 20px;
  background-color: var(--white);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.hive-contact-section .hive-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.hive-contact-section .hive-info-column {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hive-contact-section .hive-info-column .hive-logo {
  margin-bottom: 20px;
}
.hive-contact-section .hive-info-column .hive-logo img {
  max-width: 300px;
  height: auto;
}
.hive-contact-section .hive-info-column .hive-contact-details {
  margin-bottom: 35px;
}
.hive-contact-section .hive-info-column .hive-contact-details .hive-email {
  display: block;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
}
.hive-contact-section .hive-info-column .hive-contact-details .hive-email:hover {
  text-decoration: underline;
}
.hive-contact-section .hive-info-column .hive-contact-details .hive-phone {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  text-decoration: none;
}
.hive-contact-section .hive-info-column .hive-contact-details .hive-phone:hover {
  text-decoration: underline;
}
.hive-contact-section .hive-info-column .hive-practical-box {
  background: var(--white);
  border-radius: 15px;
  padding: 10px 34px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  max-width: 320px;
}
.hive-contact-section .hive-info-column .hive-practical-box .hive-box-title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: var(--primary-color);
}
.hive-contact-section .hive-info-column .hive-practical-box p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
}
.hive-contact-section .hive-info-column .hive-practical-box .hive-location {
  color: var(--primary-color);
}
.hive-contact-section .hive-info-column .hive-practical-box .hive-location strong {
  color: var(--primary-color);
  font-size: 18px;
}
.hive-contact-section .hive-info-column .hive-practical-box .hive-location img {
  width: 24px;
  height: auto;
  bottom: 4px;
  position: relative;
  right: 2px;
}
.hive-contact-section .hive-form-column {
  flex: 1.2;
  width: 100%;
}
.hive-contact-section .hive-form-column .hive-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hive-contact-section .hive-form-column .hive-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hive-contact-section .hive-form-column .hive-form .hive-form-row {
  display: flex;
  gap: 15px;
}
.hive-contact-section .hive-form-column .hive-form .hive-form-row input {
  flex: 1;
}
.hive-contact-section .hive-form-column .hive-form input,
.hive-contact-section .hive-form-column .hive-form select,
.hive-contact-section .hive-form-column .hive-form textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e1e8f0;
  border-radius: 6px;
  background-color: var(--white);
  color: var(--primary-color);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
}
.hive-contact-section .hive-form-column .hive-form input::-moz-placeholder, .hive-contact-section .hive-form-column .hive-form select::-moz-placeholder, .hive-contact-section .hive-form-column .hive-form textarea::-moz-placeholder {
  color: red;
  opacity: 1;
}
.hive-contact-section .hive-form-column .hive-form input::placeholder,
.hive-contact-section .hive-form-column .hive-form select::placeholder,
.hive-contact-section .hive-form-column .hive-form textarea::placeholder {
  color: red;
  opacity: 1;
}
.hive-contact-section .hive-form-column .hive-form input:focus,
.hive-contact-section .hive-form-column .hive-form select:focus,
.hive-contact-section .hive-form-column .hive-form textarea:focus {
  border-color: var(--primary-color);
}
.hive-contact-section .hive-form-column .hive-form .hive-select-wrapper {
  position: relative;
}
.hive-contact-section .hive-form-column .hive-form .hive-select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.hive-contact-section .hive-form-column .hive-form .hive-select-wrapper::after {
  content: "⌵";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #bdc3c7;
  pointer-events: none;
}
.hive-contact-section .hive-form-column .hive-form textarea {
  min-height: 220px;
  resize: vertical;
}
.hive-contact-section .hive-form-column .hive-form .btn-envoi {
  background-color: #16243d;
  color: white;
  padding: 14px 40px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.3s;
  width: auto;
}
.hive-contact-section .hive-form-column .hive-form .btn-envoi:hover {
  background-color: #243b61;
}
.hive-contact-section .hive-form-column .hive-form .hive-form-footer {
  margin-top: 10px;
}
.hive-contact-section .hive-form-column .hive-form .hive-form-footer button {
  background-color: #16243d;
  color: white;
  padding: 14px 40px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.3s;
}
.hive-contact-section .hive-form-column .hive-form .hive-form-footer button:hover {
  background-color: #243b61;
}
@media (max-width: 992px) {
  .hive-contact-section {
    padding: 0px 20px 60px 20px;
  }
  .hive-contact-section .hive-container {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .hive-contact-section .hive-info-column,
  .hive-contact-section .hive-form-column {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 600px) {
  .hive-contact-section {
    padding: 0px 15px 40px 15px;
  }
  .hive-contact-section .hive-info-column .hive-logo img {
    max-width: 220px;
  }
  .hive-contact-section .hive-form-column .hive-form .hive-form-row {
    flex-direction: column;
    gap: 15px;
  }
  .hive-contact-section .hive-form-column .hive-form .hive-form-footer button {
    width: 100%;
  }
}

#formation-section,
#hive-pedagogie-section {
  scroll-margin-top: 120px;
}