@charset "UTF-8";
body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

.archivo-narrow {
  font-family: "Archivo Narrow", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.hind-guntur-regular {
  font-family: "Hind Guntur", serif;
  font-weight: 400;
  font-style: normal;
}

.hind-guntur-semibold {
  font-family: "Hind Guntur", serif;
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: "Hind Guntur", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #152533;
  background-color: #DF984D;
  margin-left: 2em;
  margin-right: 2em;
}

.image--illustaration {
  width: 150px;
}

img {
  width: 100%;
}

.image--big {
  width: 100%;
  margin-left: -2em;
}

h1 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 51px;
  font-weight: 900;
  margin-top: 120px;
  margin-bottom: 0px;
}

h2 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 38px;
  font-weight: 600;
  margin-top: 67px;
  margin-bottom: 0px;
}

h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 67px;
}

p {
  margin-top: 0px;
  margin-bottom: 28px;
}

.hiérarchie--none {
  margin-bottom: 0px;
}

.hiérarchie--true {
  margin-bottom: 67px;
}

.hiérarchie--truetop {
  margin-top: 0px;
}

ul {
  list-style: none;
  padding: 0;
}

.box {
  background-color: #EAF6FB;
  margin: 28px;
  padding: 12px;
}

.box--darckbleu {
  border-top: 12px solid #1D8BA6;
}

.box--mediumbleu {
  border-top: 9px solid #77bcce;
}

.box--wihtebleu {
  border-top: 9px solid #b0e1f6;
}

.pourcent {
  margin-top: 0;
  margin-bottom: 28px;
}

.text {
  margin: 0;
}

.parag--big {
  font-weight: 800;
  margin-top: 28px;
  margin-bottom: 0px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.grid > * {
  grid-column: 1/-1;
}

.grid--illu {
  grid-column-start: -2;
}

.grid--titre {
  grid-column-end: -2;
}

footer {
  background-color: #152533;
  color: #EAF6FB;
  margin-left: -2em;
  margin-right: -2em;
  margin-bottom: -2em;
  margin-top: 51px;
  padding: 2em;
}

.parag--bar {
  padding-bottom: 28px;
  border-bottom: 2px solid #152533;
  margin-bottom: 0px;
}

.menu {
  position: fixed;
  margin-top: 21px;
  margin-bottom: 21px;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.menu.active {
  background-color: rgba(251, 197, 96, 0.7);
  border-radius: 12px;
  padding-left: 9px;
  padding-right: 9px;
}

.menu__liste {
  list-style: none;
}

.navbar {
  text-decoration: none;
  color: #152533;
  font-weight: 400;
}

.navbar:hover {
  font-weight: 700;
}

.lastScroll {
  background-color: #EAF6FB;
}

.menufooter .navbar {
  color: #EAF6FB;
}

.aligne {
  display: inline-flex;
  gap: 2em;
  align-items: end;
}

@media (min-width: 600px) {
  body {
    font-weight: 400;
    font-size: 20px;
    margin-left: 3em;
    margin-right: 3em;
  }

  .image--illustaration {
    width: 400px;
  }

  .image--big {
    width: 300px;
    margin-left: 0;
  }

  .ensemble {
    margin-top: -70%;
  }

  h1 {
    font-size: 122px;
    margin-top: 150px;
  }

  h2 {
    font-size: 63px;
    margin-top: 63px;
  }

  h3 {
    font-size: 47px;
    margin-top: 63px;
  }

  p {
    margin-bottom: 36px;
  }

  .hiérarchie--true {
    margin-bottom: 63px;
  }

  .box {
    margin: 27px;
    padding: 15px;
  }

  .box--darckbleu {
    border-top: 15px solid #1D8BA6;
  }

  .box--mediumbleu {
    border-top: 8px solid #77bcce;
  }

  .box--wihtebleu {
    border-top: 8px solid #b0e1f6;
  }

  .pourcent {
    margin-top: 0;
    margin-bottom: 27px;
  }

  .parag--big {
    margin-top: 27px;
    margin-left: 10%;
    border-top: 2px solid #152533;
    padding-top: 27px;
  }

  .oser {
    padding-bottom: 27px;
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: -80%;
  }

  .grid {
    display: grid;
    grid-template-columns: 300px 145px 1fr;
    gap: 30px;
  }

  .grid > * {
    grid-column: 1/-1;
  }

  .grid--illu {
    grid-column-start: -2;
  }

  .grid--mid {
    grid-column-end: -2;
  }

  .grid--titre {
    grid-column-end: 3;
  }

  .grid--end {
    grid-column-start: -2;
  }

  .grid--start {
    grid-column-end: 1;
  }

  .grid--medium {
    grid-column-start: 2;
  }

  footer {
    margin-left: -3em;
    margin-right: -3em;
    margin-bottom: -3em;
    margin-top: 63px;
    padding: 3em;
  }

  .parag--bar {
    padding-bottom: 27px;
  }

  .inline {
    display: inline-flex;
  }

  .menu {
    position: fixed;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 3em;
    margin-left: -3em;
  }

  .menu.active {
    padding: none;
    padding-left: 3em;
    border-radius: 0px;
  }

  .menu__liste {
    display: flex;
    gap: 30px;
  }

  .navbar {
    font-weight: 500;
  }

  .element {
    display: inline-block;
  }

  .aligne {
    display: inline-flex;
    gap: 6em;
    align-items: flex;
  }

  .aligne2 {
    display: flex;
    flex-direction: row-reverse;
  }

  .graphe {
    width: 30%;
  }
}
@media (min-width: 1100px) {
  body {
    margin-left: 5em;
    margin-right: 5em;
  }

  .image--illustaration {
    width: 50%;
  }

  .image--big {
    width: 100%;
    margin-top: -50%;
  }

  .ensemble {
    margin-top: -100%;
    margin-bottom: 63px;
  }

  p {
    margin-bottom: 36px;
  }

  .oser {
    padding-bottom: 27px;
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: -80%;
  }

  .grid {
    display: grid;
    grid-template-columns: 500px 145px 1fr;
    gap: 30px;
  }

  .grid > * {
    grid-column: 1/-1;
  }

  .grid--end {
    grid-column-start: -2;
  }

  .grid--mediumordi {
    grid-column-end: 3;
  }

  .grid--midordi {
    grid-column-start: -2;
    margin-top: -55%;
  }

  .grid--illu {
    grid-column-start: -2;
  }

  .grid--first {
    grid-column-end: 1;
  }

  .menu {
    padding-left: 5em;
    margin-left: -5em;
  }

  .menu.active {
    padding-left: 5em;
  }

  footer {
    margin-left: -5em;
    margin-right: -5em;
    margin-bottom: -5em;
    margin-top: 63px;
    padding: 5em;
  }

  .aligne {
    gap: 10em;
  }

  .parag--big {
    font-weight: 600;
    margin-left: 25%;
    font-size: 36px;
  }

  .image--ordi {
    margin-bottom: -20%;
  }

  .image--ordibig {
    width: 100%;
    margin-bottom: -60%;
  }
}

/*# sourceMappingURL=app.css.map*/