@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

h1 {
  font-size: 2rem;
  color: #2f6690;
}

h2 {
  font-size: 1.5rem;
}

.contenu {
  font-size: 1rem;
}

.text {
  font-size: 1.5rem;
  text-align: center;
}

header {
  width: 100%;
}

header .banniere {
  background-image: url(Photos/milad-fakurian-nY14Fs8pxT8-unsplash.jpg);
  height: 50vh;
  background-size: cover;
  background-position: center;
  color: white;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  margin-top: 10rem;
}

header .banniere-consulting {
  position: relative;
  height: 50vh;
  background-size: cover;
  background-position: center;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  margin-top: 10rem;
  overflow: hidden;
  /* Assure que le pseudo-élément ne dépasse pas */
}

header .banniere-consulting::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("Photos//scott-graham-5fNmWej4tAA-unsplash.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-filter: blur(4px) brightness(50%);
          filter: blur(4px) brightness(50%);
}

header .banniere-consulting::before .banniereText {
  color: black;
}

header .banniere-learning {
  position: relative;
  height: 50vh;
  background-size: cover;
  background-position: center;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  margin-top: 10rem;
  overflow: hidden;
  /* Assure que le pseudo-élément ne dépasse pas */
}

header .banniere-learning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("Photos/alexander-grey-eMP4sYPJ9x0-unsplash.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-filter: blur(4px) brightness(50%);
          filter: blur(4px) brightness(50%);
  /* Floute l'image de fond */
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 2rem;
  gap: 0rem;
  background-color: #f2f4f7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header .nav .logo-img {
  height: 8rem;
}

header .nav .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  /* Prend toute la largeur disponible */
  padding-left: 0rem;
  /* Ajoute un espace à gauche des boutons */
}

header .nav .buttons .button {
  width: auto;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

header .nav .buttons a {
  color: black;
  text-decoration: none;
}

header .nav .buttons .button:hover {
  text-decoration: underline;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  gap: 1rem;
  padding: 1rem;
}

main {
  width: 100%;
  min-height: calc(100vh - ($headerheight + $footerheight));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .presentation .formations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}

main .presentation .formations .imageFormations {
  background-image: url("Photos/derek-thomson-NqJYQ3m_rVA-unsplash.jpg");
  height: 20rem;
  width: 35rem;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

main .presentation .consulting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}

main .presentation .consulting .imageConsulting {
  background-image: url("Photos/milad-fakurian-PGdW_bHDbpI-unsplash.jpg");
  height: 20rem;
  width: 35rem;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

main .presentation .plusButton {
  background-color: #2f6690;
  width: 100%;
  max-width: 20rem;
  color: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
}

main .presentation .plusButton a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

main .presentation .plusButton:hover {
  background-color: #458a90;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

main .contactButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}

mainlearning {
  width: 100%;
  min-height: calc(100vh - ($headerheight + $footerheight));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

mainlearning .header .banniere {
  background-image: url("Photos/alexander-grey-eMP4sYPJ9x0-unsplash.jpg");
  height: 50vh;
  background-size: cover;
  background-position: center;
  color: black;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

mainlearning .action {
  height: auto;
  width: 100%;
  background-color: #f2f4f7;
  border: 1px solid #2f6690;
  border-radius: 5px;
  margin: 1rem;
  padding: 1rem;
}

mainlearning .grilleLogo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem;
  width: 100%;
  padding: 1rem;
}

mainlearning .grilleLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

mainlearning .plusButton {
  background-color: #2f6690;
  width: 100%;
  max-width: 20rem;
  color: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
}

mainlearning .plusButton a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

mainlearning .plusButton:hover {
  background-color: #458a90;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

mainlearning .contactButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  text-align: center;
}

mainconsulting {
  width: 100%;
  min-height: calc(100vh - ($headerheight + $footerheight));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

mainconsulting .action {
  height: auto;
  width: 100%;
  background-color: #f2f4f7;
  border: 1px solid #2f6690;
  border-radius: 5px;
  margin: 1rem;
  padding: 1rem;
}

mainconsulting .logoConsulting {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

mainconsulting .logoConsulting img {
  width: 100%;
  height: auto;
  max-height: 400px;
}

mainconsulting .plusButton {
  background-color: #2f6690;
  width: 100%;
  max-width: 20rem;
  color: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: center;
}

mainconsulting .plusButton a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
}

mainconsulting .plusButton:hover {
  background-color: #458a90;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

mainconsulting .contactButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  text-align: center;
}

maincontact {
  width: 100%;
  min-height: calc(100vh - ($headerheight + $footerheight));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

maincontact .banniere {
  background-image: url("Photos/richard-horvath-_nWaeTF6qo0-unsplash.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
  color: white;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1rem;
  text-align: center;
}

.footer {
  background-color: #f2f4f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem;
  height: auto;
  /* Remplacez la hauteur fixe par auto pour une meilleure adaptabilité */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.footer .logo .logo-img {
  height: 8rem;
  width: auto;
}

.footer .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
}

.footer .buttons .button {
  width: 100%;
  text-align: center;
}

.footer .buttons .button a {
  color: black;
  text-decoration: none;
  font-size: 1.5rem;
}

.footer .buttons .button a:hover {
  text-decoration: underline;
}

.footer div:has(> p) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
  text-align: center;
}

.footer div:has(> p) p {
  margin: 0;
  font-size: 1rem;
}

.calendly-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 700px;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2f4f7;
  border-radius: 8px;
  margin: 2rem auto;
}

.calendly-container .calendly-text {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.5rem;
  color: #2f6690;
  margin-bottom: 1.5rem;
  text-align: center;
}

.calendly-container .calendly-inline-widget {
  width: 100%;
  min-height: 700px;
}

@media (max-width: 768px) {
  .calendly-container .calendly-inline-widget {
    min-height: 600px;
  }
}

@media (min-width: 768px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2rem 2rem;
    height: 15rem;
  }
  .footer .logo {
    width: auto;
  }
  .footer .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    gap: 2rem;
  }
  .footer div:has(> p) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    width: auto;
  }
}

@media (min-width: 768px) {
  .nav .buttons {
    gap: 2rem;
  }
  .grilleLogo {
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .logoConsulting {
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  .contenu {
    font-size: 1.25rem;
  }
  .nav .buttons {
    gap: 4rem;
  }
  main, mainlearning, mainconsulting, maincontact {
    font-size: 2rem;
  }
  .presentation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .formations, .consulting {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .imageFormations, .imageConsulting {
    width: 50%;
  }
  .banniere {
    font-size: 3rem;
  }
  .footer {
    padding: 2rem 2rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
  main, mainlearning, mainconsulting, maincontact {
    font-size: 2.5rem;
  }
  .grilleLogo {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .logoConsulting {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=index.css.map */