/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Siruca";
  src: url(./assets/fonts/siruca.woff2) format("woff2");
}
body {
  background-color: #2F52A3;
}

a {
  color: #FFFFFF;
  cursor: pointer;
}

button a {
  text-decoration: none;
  cursor: pointer;
}

.header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  padding: 5vh 5vw 5vh 5vw;
  height: 100dvh;
}
.header__contenu {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header__logos {
  display: flex;
  justify-content: center;
  gap: 8vw;
}
.header__logos * {
  width: clamp(16px, 30vw, 250px);
}
.header__titre {
  font-size: clamp(8px, 3vw, 32px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 8vw 0 2vw 0;
}
.header__texte {
  font-size: clamp(16px, 6vw, 40px);
  font-family: "Lexend", sans-serif;
  font-weight: 200;
  color: #FFFFFF;
}
.header__texte b {
  font-weight: 500;
}
.header__illustration {
  height: 40dvh;
  background-image: url("./assets/illustrations/fond-blanc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.sections {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  padding: 4vw 4vw 4vw 4vw;
}
.sections__categorie {
  border-radius: 50px;
  background-color: #FFFFFF;
  padding: 4vw;
}
.sections__titre {
  color: #000000;
  font-family: "Siruca";
  font-size: 10vw;
  text-align: center;
}
.sections__contenu {
  display: flex;
  padding-bottom: 2vw;
}
.sections__illustration {
  width: 40vw;
}
.sections__illustration--etudiant {
  margin-left: -8vw;
}
.sections__illustration--businesswoman {
  margin-bottom: -4vw;
  width: 35vw;
}
.sections__texte {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: 4vw;
}
.sections__textes {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10%;
}
.sections__textes div {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: auto;
  margin-top: auto;
}
.sections__bouton {
  padding: 2vw;
  font-family: "Lexend", sans-serif;
  font-size: 2vw;
  font-weight: 500;
  text-transform: uppercase;
  border: solid #64C2CC 4px;
  background-color: #64C2CC;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.sections__bouton:hover {
  background-color: #FFFFFF;
}
.sections__bouton:hover a {
  color: #64C2CC;
}

* .footer {
  margin-top: 10vw;
  background-color: #FFFFFF;
}
* .footer::before {
  background-color: #2F52A3;
  background-image: url("./assets/illustrations/transition-footer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 18vw;
  content: "";
}
* .footer__titre {
  font-family: "Siruca";
  font-size: 10vw;
  text-align: center;
  margin-bottom: 5vw;
}
* .footer__logos {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5vw 0 5vw;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
* .footer__logos * {
  height: auto;
  width: clamp(40px, 50vw, 100px);
}
* .footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30vw 0 30vw 0;
}
* .footer__contact-phrase {
  font-family: "Siruca";
  font-size: 6vw;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(8px, 1vw, 24px) clamp(16px, 2vw, 48px) clamp(8px, 1vw, 24px) clamp(16px, 2vw, 48px);
}
* .footer__contact-phrase--1 {
  background-color: #64C2CC;
  transform: rotate(4.096deg);
}
* .footer__contact-phrase--2 {
  background-color: #FF4B67;
  transform: rotate(-2.869deg);
}
* .footer__contact-phrase--3 {
  background-color: #2F52A3;
  transform: rotate(0.633deg);
}
* .footer__contact-phrase--3 * {
  color: #FFFFFF;
}
* .footer__fin {
  display: flex;
  padding: 0 5vw 5vw 5vw;
}
* .footer__fin * {
  height: auto;
  width: clamp(40px, 50vw, 100px);
}

@media screen and (min-width: 992px) {
  .header {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .header__contenu {
    max-width: 800px;
  }
  .header__titre {
    font-size: clamp(24px, 2vw, 40px);
    margin-top: 5vw;
  }
  .header__texte {
    font-size: clamp(16px, 4vw, 80px);
  }
  .header__illustration {
    height: -moz-fit-content;
    height: fit-content;
    width: 40vw;
  }
  .header__logos {
    gap: 5vw;
    justify-content: flex-start;
  }
  .header__logos * {
    width: clamp(150px, 13vw, 300px);
  }
  .sections {
    flex-direction: row;
  }
  .sections__categorie {
    padding: 0;
    display: flex;
    flex-direction: column;
    padding: 3vw;
  }
  .sections__contenu {
    height: 100%;
  }
  .sections__titre {
    font-size: 4vw;
  }
  .sections__textes > div {
    gap: 1vw;
  }
  .sections__texte {
    font-size: 2vw;
  }
  .sections__illustration {
    width: 15vw;
  }
  .sections__illustration--etudiant {
    margin-left: -5vw;
  }
  .sections__illustration--businesswoman {
    margin-bottom: -3vw;
    margin-right: -1vw;
  }
  .sections__bouton {
    font-size: 1vw;
    padding: 1.5vw;
  }
  .footer__titre {
    font-size: 5vw;
  }
  .footer__logos * {
    width: clamp(125px, 12vw, 250px);
  }
  .footer__contact {
    margin: 20vw 0 10vw 0;
  }
  .footer__contact-phrase {
    font-size: 4vw;
  }
  .footer__fin * {
    width: clamp(40px, 10vw, 200px);
  }
}/*# sourceMappingURL=style.css.map */