/* Import Google font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  /* === Colors === */

  --bg-color: #2a62ab;
  --text-color: #fff;
  --headerFontColor: #fff;
  --bgSlideHeader: #0c356a;
  --crdStatsBgr1: #2a62ab;
  --crdStatsBgr2: #b6d1f7;
  --crdStatsBgr3: #ff7f2a;
  --crdStatsBgr4: #ffc299;
  --crdStatsBgr5: #ffc299;
}

@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"),
    url("../fonts/Satoshi-Variable.woff") format("woff"),
    url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* **** STYLE POUR LA PAGE D'INSCRIPTION **** */
.contains {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* style div gauche */

.gauche {
  position: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url(/assets/img/person-working-html-computer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  padding: 0;
}

.gauche .container-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.gauche .container-logo span {
  color: #fff;
  z-index: 99px;
  display: flex;
  flex-direction: row;
  font-family: "satoshi-Bold";
  font-weight: 900;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
/* end */

/* style div droite */

.droit {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-left: 600px;
  width: calc(100% - 600px);
  padding: 25px;
}

.droit .container-logo span {
  color: #4d8bdb;
  font-family: "satoshi-Bold";
  font-weight: 900;
  font-size: 25px;
}

/* STYLE DU FORMULAIRE DE DROITE */

/* LOGO */

.container-logo {
  text-align: right;
}

/* TITRE */
.title {
  font-family: "satoshi-variable", Arial, Helvetica, sans-serif, system-ui;
  font-weight: 600;
  line-height: 16px;
  size: 14px;
  color: #beb8b8;
  margin-top: 25px;
  margin-bottom: 33px;
  text-transform: capitalize;
  text-align: center;
}

.frm-title {
  font-size: 24px;
  font-family: "roboto";
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
}

/* FORMULAIRE */
.frm-inscript {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
}

.parent-container-frm {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.container-frm {
  width: 100%;
  margin-bottom: 15px;
}

.container-frm label {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  margin-bottom: 10px;

  font-family: "Segoe UI", "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
    Ubuntu, Cantarell, "Fira Sans", sans-serif;
  font-style: normal;
  size: 16px;
  line-height: 16px;
  color: #d1d7db;
}

.container-frm input {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  border: 1px solid#beb8b8;
  outline-color: #4d8bdb;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.container-frm #yes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-frm #no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ownData {
  margin: auto;
}

.container-frm input[type="radio"],
input[type="checkbox"] {
  width: 100%;
  height: 20px;
  outline-color: #4d8bdb;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.barometre {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.container-frm textarea {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  border: 1px solid#beb8b8;
  outline-color: #4d8bdb;
  padding: 10px;
  cursor: pointer;
}

.btn-submit {
  padding: 10px;
  border-radius: 4px;
  margin: auto;
  background-color: var(--crdStatsBgr1);
  border: none;
  width: 100%;
  color: white;
}

.btn-submit:hover {
  background-color: var(--bgSlideHeader);
  transition: all 0.4s ease-in-out;
}

.btn-return {
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px;
  background-color: var(--crdStatsBgr1);
  border: none;
  width: 100%;
  color: white;
  cursor: pointer;
}

.btn-return:hover {
  background-color: var(--bgSlideHeader);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

/* Media Queries */
@media (max-width: 480px) {
  .gauche {
    display: none;
  }
  .droit {
    margin: 0;
    width: 100%;
  }

  .partner img {
    position: absolute!important;
    top: 28%!important;
    left: 35%!important;
  }
}

@media (max-width: 800px) {
  .gauche {
    display: none;
  }

  .droit {
    margin: 0;
    width: 100%;
  }

  .droit .container-logo span {
    display: block;
  }
}

@media (min-width: 801px) and (max-width: 900px) {
  /* TITRE */
  .gauche {
    width: 50%;
  }

  .droit {
    width: 50%;
    margin-left: 50%;
  }
  .title {
    line-height: normal;
  }

  .droit .container-logo span {
    display: none;
  }
}

@media (min-width: 810px) and (max-width: 1280) {
  .contains {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  /* style div gauche */

  .gauche {
    position: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url(/assets/img/natures-beauty-reflected-tranquil-mountain-waters-generative-ai.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    padding: 0;
  }

  .gauche .container-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .gauche .container-logo span {
    color: #fff;
    z-index: 99px;
    display: flex;
    flex-direction: row;
    font-family: "satoshi-Bold";
    font-weight: 900;
    font-size: 25px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  /* end */

  /* style div droite */

  .droit {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-left: 600px;
    width: calc(100% - 600px);
    padding: 25px;
  }

  .droit .container-logo span {
    color: #4d8bdb;
    font-family: "satoshi-Bold";
    font-weight: 900;
    font-size: 25px;
  }

  /* STYLE DU FORMULAIRE DE DROITE */

  /* LOGO */

  .container-logo {
    text-align: right;
  }

  /* TITRE */
  .title {
    font-family: "satoshi-variable", Arial, Helvetica, sans-serif, system-ui;
    font-weight: 600;
    line-height: 16px;
    size: 14px;
    color: #beb8b8;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
  }

  .frm-title {
    font-size: 24px;
    font-family: "roboto";
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
  }

  /* FORMULAIRE */
  .frm-inscript {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .parent-container-frm {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .container-frm {
    width: 100%;
    margin-bottom: 15px;
  }

  .container-frm label {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .container-frm input {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: 1px solid#beb8b8;
    outline-color: #4d8bdb;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

  .container-frm textarea {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: 1px solid#beb8b8;
    outline-color: #4d8bdb;
    padding: 10px;
    cursor: pointer;
  }

  .btn-submit {
    padding: 10px;
    border-radius: 4px;
    margin: auto;
    background-color: #4d8bdb;
    border: none;
    width: 100%;
    color: white;
  }

  .btn-submit:hover {
    background-color: #085dcc;
    transition: all 0.4s ease-in-out;
  }
}
/* **** END STYLE **** */

/* ======================================================= */

/* CSS POUR LA PAGE DE CODE D'ACCES AU PROFIL */

.access-contains {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* style div gauche */

.card-gauche {
  position: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url(/assets/img/etude.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 600px;
  padding: 0;
}

.card-gauche .access-container-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* end */

/* style div droite */

.card-droit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: 600px;
  width: calc(100% - 600px);
  padding: 25px;
}

.card-droit .access-container-logo span {
  color: #4d8bdb;
  font-family: "satoshi-Bold";
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 90px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* STYLE DU FORMULAIRE DE DROITE */

/* LOGO */

.card-container-logo {
  text-align: center;
}

/* TITRE */
.access-title {
  font-family: "satoshi-variable", Arial, Helvetica, sans-serif, system-ui;
  font-weight: 600;
  line-height: 16px;
  size: 14px;
  color: #beb8b8;
  margin-top: 40px;
  text-transform: capitalize;
  text-align: center;
}

.access-frm-title {
  font-size: 24px;
  font-family: "roboto";
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
}

/* FORMULAIRE */
.access-frm-inscript {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.access-parent-container-frm {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.access-container-frm {
  width: 100%;
  margin-bottom: 15px;
}

.access-container-frm label {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.access-container-frm input {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  border: 1px solid#beb8b8;
  outline-color: #4d8bdb;
  padding: 10px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn-access-submit {
  padding: 10px;
  border-radius: 4px;
  margin: auto;
  background-color: #4d8bdb;
  margin-top: 10px;
  border: none;
  width: 100%;
  color: white;
}

.btn-submit:hover {
  background-color: #085dcc;
  transition: all 0.4s ease-in-out;
}

.btn-access-return {
  padding: 10px;
  border-radius: 4px;
  margin-top: 22px;
  background-color: #045672;
  border: none;
  width: 100%;
  color: white;
}

.btn-access-return:hover {
  background-color: #8d1714;
  transition: all 0.4s ease-in-out;
}

/* =============================================== */

/* STYLE POUR LA PAGE DES INFORMATIONS PERSONNELLES */
.name-gest {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: clamp(15px, 4vw, 20px);
  color: #4d8bdb;
  margin-top: 15px;
}

.name-gest ::after {
  content: "";
  transform: translateX(10%);
}

.name-gest:nth-child(1) {
  animation: txt-appearance 0s 1s forwards;
}

.name-gest:nth-child(1) {
  background-color: #4d8bdb;
  animation: slide-in 0.75s ease-out forwards,
    slide-out 0.75s 1s ease-out forwards;
  color: #fff;
}

.resize {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-body .lien {
  text-decoration: none;
}

/* **** END **** */

/* ================================================== */

/* STYLE DE LA PAGE DE FORMATION POURLE SITE VITRINE */

.navbar {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
}

.container-navbar {
  width: 80%;
}

.btn-close:focus {
  box-shadow: none;
  outline: none;
}

.carousel .slide {
  display: flex;
  margin: auto;
}

.carousel-item {
  height: 80vh;
  object-fit: cover;
}

.carousel-text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  /* bottom: 4.25rem; */
  left: 50% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.navbar .logo {
  width: 40px;
  border: 1px solid #bebebe;
  border-radius: 50%;
}

.container-search_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.icon {
  position: absolute;
  left: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #bebebe;
  padding: 10px;
}

.form-search {
  position: relative;
}

.searching {
  width: 250px;
  padding-left: 45px;
  padding-right: 10px;
  cursor: pointer;
  outline: 1px solid #bebebe;
  border: 1px solid #bebebe;
  border-radius: 50px;
  height: 35px;
}

.card-text {
  font-family: "roboto";
  font-size: small;
}

.nav-link {
  color: #21242a;
  font-family: "poppins" sans-serif;
  font-weight: 600;
  position: relative;
}

.container-formation {
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    280deg,
    rgba(2, 0, 36, 1) 48%,
    rgba(4, 4, 68, 1) 75%
  );
  padding: 60px 0px;
  position: relative;
}

.card {
  border: 2px solid #c3c6ce;
  color: #21242a;
  padding: 10px;
  width: 77%;
}

.container-formation .h1 {
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 4vw;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 0.3vw #383d52 transparent;
  text-transform: uppercase;
}

.container-formation .h1::before {
  content: attr(data-text);
  position: absolute;
  top: -1%;
  left: 0%;
  width: 0%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  -webkit-text-stroke: 0vw #383d52;
  border-right: 2px solid #fff;
  animation: animate 6s forwards;
}

@keyframes animate {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.container-formation .p1 {
  text-align: center;
  text-transform: lowercase;
  padding: 5px 0;
  color: #fff;
}

.container-formation .p2 {
  color: #fb5c42;
  text-align: center;
  padding: 3px 0;
  transition: 0.5s ease-out;
}

.h1-form {
  padding: 15px 0;
  font-size: 3rem;
  font-weight: 600;
  color: #21242a;
}

.h5-form {
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  color: #21242a;
}

.h1-titre {
  padding: 15px 0;
  font-size: 4vw;
  font-weight: 600;
  color: #21242a;
}
.container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 100%;
}

.items-form {
  margin: 5px;
}

.data-number {
  padding: 10px 10px;
  border: none;
  margin: 10px 10px;
  background-color: #21242a;
  color: #fff;
  border-radius: 50%;
  font-weight: 500;
}

.btn-plus {
  height: 40px;
  font-family: "roboto";
  border: none;
  margin-left: 15px;
  margin-top: 10px;
  padding: 0px 16px 0px 24px;
  color: #21242a;
  font-weight: 500;
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60pxauto #bebebe, -20px -20px 60px #ffffff;
}

.btn-plus:hover {
  color: #fff;
  background-image: linear-gradient(45deg, #c7a785, #d88e63, #e47341, #ec531c);
  transition: 0.3s ease-out;
}

.video {
  width: 100%;
  padding: 10px;
}

/*Style pour les Formation */
.container-learning {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* grid-template-columns: repeat(3, 1fr); */
  /* grid-gap: 10px; */
  margin: auto;
  /* width: 70%; */
}

.container-learning .learning {
  /* width: 300px; */
  height: auto;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  margin: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
  position: relative;
}

.container-learning .learning-details {
  color: #21242a;
  height: 100%;
  gap: 0.5em;
  display: grid;
  place-content: center;
}

.container-learning .learning-button {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-image: linear-gradient(45deg, #c7a785, #d88e63, #e47341, #ec531c);
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}

.text-body {
  color: rgb(134, 134, 134);
}

/*Text*/
.text-title {
  font-size: 1.5em;
  font-weight: bold;
}

/*Hover*/
.container-learning .learning:hover {
  border-color: #fb5c42;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.container-learning .learning:hover .learning-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}

/* STYLE DE LA PAGE A PROPOS */

.banniere {
  display: flex;
  justify-content: center;
  /* padding: 20px; */
  width: 100%;
  height: 100%;
  padding: 0;
}

.container-A_propos {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  padding: 30px 10px;
}

.container-team {
  padding: 40px;
  background-color: #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.contain-img {
  flex: 0 0 auto;
  display: flex;
  width: 33.33333333%;
  justify-content: center;
  align-items: center;
  animation: left_to_right linear 1s;
}

.teacher-img {
  margin: auto;
  margin-top: 20px;
}

.crd-teacher {
  padding: 0;
  border-right: 6px solid #c3c6ce;
}
/* container-btn */
.container-btn {
  padding: 20px 20px;
  margin: auto;
}

.container-btn .btn-mission,
.btn-vision,
.btn-service {
  position: relative;
  padding: 10px;
  border: none;
  border-radius: 4px;
  border-radius: 50px;
  background: #154170;
  /* box-shadow: 0px 0px 0px #0e267d, 0px 0px 60px #1234a9; */
  color: #fff;
}

.container-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.container-blur:hover > .blur:not(:hover) {
  filter: blur(2px);
  transform: scale(0.9, 0.9);
}

.blur:hover {
  transform: scale(1.1, 1.1);
}

.container-blur .blur {
  transition: 400ms;
}
/* code du carousel des partenaires */

.card_formateur {
  position: relative;
  display: flex;
  width: 100px;
  min-width: 150px !important;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card_formateur .card-body_formateur {
  /* padding: 1rem 1rem; */
  /* border: 2px solid #c3c6ce; */
  color: #21242a;
  /* padding: 10px; */
  width: 77%;
}

.card-body_formateur {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.logo_formateur {
  height: 67px;
}

.name-form {
  padding: 10px;
  color: #21242a;
  text-align: center;
}

/* .items_formateur { */
/* width: 90%;
  margin: 0px auto;
  margin-top: 250px */
/* } */

.slick-slide_formateur {
  margin: 10px;
}

/* end carousel */

/* END STYLE PAGE A PROPOS */
/* ====================================== */

/* STYLE MODULES DE FORMATION */
.modules {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.modules .red {
  background-color: #f2f8fe;
}

.modules .blue {
  background-color: #fcfcf7;
}

.modules .green {
  background-color: #f4f1f4;
}

.modules .module {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: auto;
  width: 250px;
  padding: 30px;
  border-radius: 10px;
  color: #101923;
  cursor: pointer;
  transition: 400ms;
}

.modules .module span.tip {
  font-size: 1em;
  font-weight: 700;
}

.modules .module span.second-text {
  font-size: 0.7em;
}

.modules .module:hover {
  transform: scale(1.1, 1.1);
}

.modules:hover > .module:not(:hover) {
  filter: blur(2px);
  transform: scale(0.9, 0.9);
}

.link-module {
  text-decoration: none;
  outline: 0;
}

.second-text {
  color: #fb5c42;
}

/* END STYLE MODULE DE FORMATION */

/* ============================================ */
/* STYLE FOOTER */

.partner {
  /* padding: 10px; */
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  /* background-color: #fff; */
  margin-top: 20px;
  margin-bottom: 20px;
}

.partDiv img {
  width: 150px;
  /* max-height: 100px; */
}
.logoImg {
  width: 100px;
  /* max-height: 100px; */
}

.partner img {
  position: absolute;
  top: 40%;
  left: 45%;
}

.lead {
  color: #21242a;
  font-weight: 700;
}

.infos-entreprise img {
  padding: 5px;
  border-bottom: 1px dotted #085dcc;
}

.infos-entreprise {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background-color: #fcfcf7;
}

.h1-partner {
  padding: 15px 0;
  font-size: 3rem;
  font-weight: 600;
  color: #21242a;
  text-decoration: underline;
  /* border-bottom: 1px double #085dcc; */
  border-radius: 5px;
  /* background-color: #085dcc; */
}

.container-partenaire {
  background-color: #d1d7db;
  padding-bottom: 25px;
  margin-top: 60px !important;
}
footer {
  background-color: #ffffff;
  padding: 0;
}

.kalali {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f1f4;
  width: 100%;
  padding-left: 45px;
  /* margin-bottom: 20px; */
}

.kalali img {
  margin: 10px;
}

.kalali .alidz-txt {
  color: black;
  padding-right: 20px;
}

.info-aldiz {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 60px;
  width: 100%;
}

.info-aldiz img {
  color: #085dcc;
  /* margin-bottom: 10px; */
}

.container-partner {
  height: 50vh;
  object-fit: cover;
}
/* END FOOTER */

/* STYLE PAGE DE CONTACT */

.contact {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.contact-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  font-weight: 900;
  padding: 10px;
  text-align: center;
  color: #f2f8fe;
  background-color: var(--crdStatsBgr3);
  border-left: 8px solid var(--crdStatsBgr4);
}

.fa-house,
.fa-phone,
.fa-envelope {
  color: #085dcc;
}

.sg_social {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#nav-entreprise,
#nav-siege,
#nav-module-contenu,
#nav-module-domaine,
#nav-module-commentaire {
  cursor: pointer;
}

.email {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 40px;
}

.container-email .btn {
  margin: 10px 10px;
}

.userphone {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* END STYLE A PROPOS */

/* =========================================== */

/* STYLE DETAILS MODULES */
.details-module-txt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  font-size: 3vw;
  font-weight: 900;

  padding: 10px;
  text-align: center;
  color: #f2f8fe;
  background-color: var(--bg-color);
  border-left: 8px solid var(--bgSlideHeader);
}

.image_affiche {
  padding: 10px;
}

.info-desc strong {
  width: 25%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.info-desc li:not(.d-flex) {
  width: 25%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.info-desc span {
  padding-left: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.descrip {
  /* border-left: 2px double; */
  padding-left: 90px;
  /* border-left-color: steelblue; */
}

.module-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.floating {
  animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.underline {
  text-decoration: none;
}

/* ===========END STYLE MODULE================================= */

/* STYLE DETAILS DE LA FORMATION */
.formation-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.formation {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  /* animation: missed linear;
  animation-timeline: scroll(); */
}

.opc0 {
  opacity: 0;
}

@keyframes missed {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}

.container-blur:hover > .blur:not(:hover) {
  filter: blur(2px);
  transform: scale(0.9, 0.9);
}

.blur:hover {
  transform: scale(1.1, 1.1);
}

.container-blur .blur {
  transition: 400ms;
}

.formation-details h2,
.rapport {
  text-transform: uppercase;
  font-family: "roboto";
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.rapport-desc {
  animation: rapport linear 20s;
  animation-timeline: view();
}

@keyframes rapport {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
#title-form {
  animation: reveal linear;
  animation-timeline: scroll();
}

#img1 {
  animation: left_to_right linear 3s;
}

#img2 {
  animation: left_to_right linear 3s;
}

#img4 {
  animation: right_to_left linear 3s;
}

@keyframes left_to_right {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes left_to_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes right_to_left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.fa-star,
.fa-star-half-stroke {
  color: #e5ff00;
}

.formation-details .dte {
  animation: reveal linear;
  animation-timeline: view();
}

@keyframes reveal {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  10% {
    transform: scale(1);
    opacity: 1;
  }
}

.formation-details {
  margin-bottom: 30px;
}

.container-det-formation {
  padding-top: 50px;
}
/* END STYLE DE LA FORMATION */

/* Media Queries */
@media (max-width: 640px) {
  .carousel-item {
    height: 60vh;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .card-gauche {
    display: none;
  }

  .card-droit {
    margin: 0;
    width: 100%;
  }

  .h1-titre {
    font-size: 5vw;
  }

  .h1-partner {
    font-size: 4vw;
  }

  .h1-form {
    font-size: 1.8em;
    font-weight: 600;
    color: #21242a;
  }

  .modules {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }

  .carousel-item {
    height: 30vh;
    object-fit: cover;
  }

  .container-data-number {
    display: grid;

    grid-template-columns: repeat(3, 1fr);
  }

  .content {
    display: flex;
    flex-wrap: wrap;
  }

  .container-search_logo {
    display: flex;
    flex-direction: column;
  }

  .container-search_logo .img-fluid {
    margin-top: 10px;
  }

  .container-cards {
    display: flex;
    flex-direction: column;
  }
  .global-container {
    width: 100%;
  }

  .container-A_propos {
    width: 100%;
  }

  .descrip {
    border: none;
  }
}

@media (max-width: 1005px) {
  .access-title {
    line-height: normal;
  }
}

@media (max-width: 800px) {
  .card-gauche {
    display: none;
  }
  .container-cards {
    display: flex;
    flex-direction: column;
  }
  .card-droit {
    margin: 0;
    width: 100%;
  }

  .card-droit .access-container-logo span {
    display: block;
  }
}

@media (min-width: 200px) and (max-width: 700) {
  .container-navbar {
    width: 100%;
  }
}

@media (min-width: 900) {
  .container-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

@media (min-width: 801px) and (max-width: 900px) {
  /* TITRE */
  .card-gauche {
    width: 50%;
  }

  .card-droit {
    width: 50%;
    margin-left: 50%;
  }
  .access-title {
    line-height: normal;
  }

  .card-droit .container-logo span {
    display: none;
  }
}

@media (min-width: 810px) and (max-width: 1280) {
  .access-contains {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  /* style div gauche */

  .card-gauche {
    position: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url(/assets/img/etude.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    padding: 0;
  }

  .card-gauche .access-container-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
  }

  /* end */

  /* style div droite */

  .card-droit {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-left: 600px;
    width: calc(100% - 600px);
    padding: 25px;
  }

  .card-droit .access-container-logo span {
    color: #4d8bdb;
    font-family: "satoshi-Bold";
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 90px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* STYLE DU FORMULAIRE DE DROITE */

  /* LOGO */

  /* TITRE */
  .access-title {
    font-family: "satoshi-variable", Arial, Helvetica, sans-serif, system-ui;
    font-weight: 600;
    line-height: 16px;
    size: 14px;
    color: #beb8b8;
    margin-top: 40px;
    text-transform: capitalize;
    text-align: center;
  }

  .frm-title {
    font-size: 24px;
    font-family: "roboto";
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
  }

  /* FORMULAIRE */
  .access-frm-inscript {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .access-parent-container-frm {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .access-container-frm {
    width: 100%;
    margin-bottom: 15px;
  }

  .access-container-frm label {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .access-container-frm input {
    width: 100%;
    border-radius: 5px;
    height: 40px;
    border: 1px solid#beb8b8;
    outline-color: #4d8bdb;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

  .btn-submit {
    padding: 10px;
    border-radius: 4px;
    margin: auto;
    background-color: #4d8bdb;
    border: none;
    width: 100%;
    color: white;
  }

  .btn-submit:hover {
    background-color: #085dcc;
    transition: all 0.4s ease-in-out;
  }

  .btn-access-return {
    padding: 10px;
    border-radius: 4px;
    margin: auto;
    background-color: #045672;
    border: none;
    width: 100%;
    color: white;
  }

  .btn-access-return:hover {
    background-color: #8d1714;
    transition: all 0.4s ease-in-out;
  }
}

@media (min-width: 991px) {
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    background-color: #fb5c42;
    height: 2px;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }

  .nav-link:hover::before,
  .nav-link.active::before {
    width: 100%;
    visibility: visible;
  }
}

@media (min-width: 574px) and (max-width: 900px) {
  .descrip {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* **** END **** */
