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

.title {
  color: #e41612;
}

@media screen and (min-width: 402px) {
  body {
    background-color: #F9F7F2;
    margin: 0;
    padding: 0;
    color: black;
  }

  .border-nav {
    width: 100%;
    border-bottom: 2px solid #D9D9D9;
    margin: 0;
    margin-top: 80px;
  }

  .logo-text {
    font-family: "Martian Mono", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    position: absolute;
    left: 30px;
    top: 22px;
  }

  .burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 18px;
    cursor: pointer;
  }

  .burger-line {
    background-color: black;
    width: 25px;
    height: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .menu {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    pointer-events: none;
  }

  .menu__el {
    font-family: "Sofia Sans Semi Condensed", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    list-style: none;
    border-bottom: 2px solid #D9D9D9;
    padding: 15px;
  }

  .menu__el a {
    text-decoration: none;
    color: black;
    margin-left: 30px;
  }

  .menu__el a:hover {
    color: #FFAC5E;
  }

  .menu.active {
    display: block;
    padding: 0;
    pointer-events: all;
  }

  .burger-menu.open .burger-line:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
  }

  .burger-menu.open .burger-line:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.open .burger-line:nth-child(3) {
    transform: rotate(-45deg) translateY(-11px);
  }

  p {
    font-family: "Space Mono", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: 30px;
    margin-top: 35px;
  }

  .mini-titre {
    font-family: "Martian Mono", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    margin: 30px;
  }

  .gros-titre {
    font-family: "Martian Mono", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 33px;
    margin: 30px;
  }

  .header-img {
    width: 85%;
    margin-left: 15vw;
  }

  .container-flex01 {
    display: flex;
    margin: 0;
    position: relative;
  }

  .case-study {
    font-family: "Martian Mono", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 21px;
    display: inline-block;
    transform: rotate(-90deg);
    margin: 0;
    height: 31px;
    width: 156px;
    position: absolute;
    left: -12vw;
    top: 27vw;
  }

  .highlight01 {
    font-family: "Space Mono", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
  }

  .border-section {
    width: 100%;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    margin: 0;
    margin-top: 70px;
  }

  .gros-titre-section {
    font-family: "Martian Mono", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 33px;
    margin: 30px;
  }

  .titre-section {
    font-family: "Sofia Sans Semi Condensed", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    text-align: right;
    margin-right: 30px;
    margin-top: -72px;
    margin-bottom: 35px;
  }

  .sous-sous-titre {
    font-family: "Martian Mono", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    margin: 30px;
    margin-top: 95px;
    padding-bottom: 25px;
    border-bottom: 2px solid #D9D9D9;
  }

  .grid-container01 {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 20px;
    justify-content: center;
  }

  .card {
    display: flex;
    flex-direction: column;
    width: 150px;
  }

  .grid-item {
    width: 100%;
    max-width: 150px;
    margin-top: 20px;
  }

  .titre-card {
    font-family: "Sofia Sans Semi Condensed", serif;
    font-weight: 650;
    font-style: normal;
    font-size: 22px;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: left;
  }

  .p-card {
    margin: 0;
    text-align: left;
    font-size: 16px;
  }

  .aperçu01 {
    width: 85%;
    margin-bottom: 30px;
    margin-left: 8vw;
  }

  .aperçu02 {
    width: 85%;
    margin-left: 8vw;
  }

  .sous-titre {
    font-family: "Sofia Sans Semi Condensed", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    margin-left: 30px;
    margin-top: 80px;
  }

  .sous-titre-diff {
    font-family: "Sofia Sans Semi Condensed", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    margin-left: 30px;
    margin-top: 80px;
  }

  .dali-reflexion {
    width: 40%;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-right: 7vw;
    float: right;
  }

  .groupe-reflexion {
    width: 85%;
    margin-left: 8vw;
  }

  .boy-student {
    width: 85%;
    margin-left: 9vw;
  }

  .stat-block {
    width: 50%;
    margin-left: 5vw;
    margin-top: 30px;
  }

  .highlight02 {
    font-family: "Space Mono", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
  }

  .porte01 {
    width: 40%;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-right: 7vw;
    float: right;
  }

  .porte02 {
    width: 85%;
    margin-left: 8vw;
  }

  .proto {
    width: 40%;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-right: 7vw;
    float: right;
  }

  .proto02 {
    width: 85%;
    margin-left: 8vw;
    margin-bottom: 30px;
  }

  .proto03 {
    width: 85%;
    margin-left: 8vw;
    margin-bottom: 30px;
  }

  .grid-container02 {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 20px;
    justify-content: center;
  }

  .card {
    display: flex;
    flex-direction: column;
    width: 150px;
  }

  .grid-item02 {
    width: 100%;
    max-width: 150px;
    margin-top: 20px;
  }

  footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    background-color: black;
    color: #F9F7F2;
    margin-top: 100px;
  }

  .mini-titre-footer {
    font-family: "Martian Mono", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .case-study-footer {
    font-family: "Martian Mono", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
  }

  .titre-footer {
    font-family: "Sofia Sans Semi Condensed", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .suite {
    text-align: center;
    margin-top: 90px;
  }
}
@media screen and (min-width: 834px) {
  body {
    background-color: #F9F7F2;
    margin: 0;
    padding: 0;
    color: black;
  }

  .border-nav {
    margin-top: 100px;
  }

  .logo-text {
    font-size: 46px;
    top: 10px;
    left: 30px;
  }

  .burger-menu {
    width: 35px;
    height: 26px;
    top: 30px;
  }

  .burger-line {
    width: 35px;
    height: 4px;
  }

  .menu__el {
    font-size: 32px;
  }

  .burger-menu.open .burger-line:nth-child(1) {
    transform: rotate(45deg) translateY(15px);
  }

  .burger-menu.open .burger-line:nth-child(3) {
    transform: rotate(-45deg) translateY(-15px);
  }

  .mini-titre {
    font-size: 16px;
    margin-top: 80px;
    margin-left: 60px;
  }

  .gros-titre {
    font-size: 46px;
    margin-left: 60px;
  }

  .header-img {
    margin-bottom: 40px;
  }

  .case-study {
    font-size: 38px;
    left: -3vw;
    top: 35vw;
  }

  .p-header {
    font-size: 18px;
    margin-left: 20vw;
    margin-right: 5vw;
  }

  p {
    font-size: 18px;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .gros-titre-section {
    margin-left: 60px;
    font-size: 46px;
  }

  .titre-section {
    margin-right: 60px;
    font-size: 32px;
  }

  .border-section {
    margin-bottom: 120px;
    margin-top: 120px;
  }

  .sous-sous-titre {
    margin-top: 120px;
    margin-left: 10vw;
    margin-right: 10vw;
    font-size: 18px;
  }

  .grid-container01 {
    grid-template-columns: repeat(3, 200px);
  }

  .card {
    width: 200px;
  }

  .grid-item {
    max-width: 200px;
  }

  .titre-card {
    font-size: 26px;
  }

  .p-card {
    font-size: 18px;
  }

  .aperçu01 {
    margin-left: 0vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .aperçu02 {
    margin-left: 15vw;
  }

  .sous-titre {
    font-size: 26px;
    margin-left: 60px;
  }

  .sous-titre-diff {
    font-size: 26px;
    margin-left: 60px;
  }

  .dali-reflexion {
    margin-top: 60px;
  }

  .stat-block {
    margin-left: 8vw;
  }

  .porte01 {
    margin-top: 80px;
    margin-right: 60px;
  }

  .grid-container02 {
    grid-template-columns: repeat(3, 200px);
  }

  .grid-item02 {
    max-width: 200px;
  }

  .suite {
    font-size: 26px;
  }

  footer {
    width: 100%;
    height: 400px;
  }

  .mini-titre-footer {
    font-size: 16px;
  }

  .case-study-footer {
    font-size: 46px;
  }

  .titre-footer {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  body {
    background-color: #F9F7F2;
    margin: 0;
    padding: 0;
    color: black;
    overflow-x: hidden;
  }

  .border-nav {
    background-color: #F9F7F2;
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
  }

  .logo-text {
    top: 20px;
  }

  .burger-menu {
    display: none;
  }

  .menu {
    display: flex;
    width: 50%;
    pointer-events: all;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .menu__el {
    font-size: 26px;
    list-style: none;
    border: none;
  }

  .border-nav.hidden {
    transform: translateY(-100%);
  }

  .case-study {
    font-size: 67px;
    left: 0vw;
    top: 40vw;
  }

  .mini-titre {
    margin-top: 200px;
  }

  .gros-titre {
    font-size: 86px;
  }

  .p-header {
    font-size: 18px;
    margin-left: 30vw;
  }

  .gros-titre-section {
    margin-left: 5vw;
    font-size: 46px;
  }

  .titre-section {
    margin-right: 5vw;
    font-size: 32px;
  }

  .grid-container01 {
    grid-template-columns: repeat(3, 250px);
    justify-content: center;
  }

  .sous-titre {
    font-size: 26px;
    margin-left: 8vw;
    margin-top: 100px;
  }

  .sous-titre-diff {
    font-size: 26px;
    margin-left: 8vw;
    margin-top: 280px;
  }

  p {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .container-flex02 {
    display: flex;
    width: 100%;
    min-height: 400px;
    margin: 0;
    position: relative;
  }

  .aperçu01 {
    width: 35%;
    display: inline-block;
    position: absolute;
    right: 37vw;
    top: 0;
  }

  .aperçu02 {
    width: 35%;
    display: inline-block;
    position: absolute;
    right: 0vw;
    top: 2vw;
  }

  .container-flex02 {
    display: flex;
    width: 100%;
    min-height: 400px;
    margin: 0;
    position: relative;
    margin-bottom: 100px;
  }

  .dali-reflexion {
    width: 21.5%;
    display: inline-block;
    position: absolute;
    margin-top: 100px;
    margin-left: 27vw;
  }

  .groupe-reflexion {
    width: 50%;
    display: inline-block;
    position: absolute;
    margin-top: 100px;
    right: 0vw;
  }

  .boy-student {
    width: 40%;
    margin-left: 33vw;
  }

  .stat-block {
    width: 20%;
  }

  .porte01 {
    width: 22.5%;
    display: inline-block;
    position: absolute;
    margin-top: 100px;
    margin-left: 35vw;
  }

  .porte02 {
    width: 40%;
    display: inline-block;
    position: absolute;
    margin-top: 100px;
    right: 0vw;
  }

  .container-flex03 {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-evenly;
  }

  .proto {
    width: 250px;
    height: 300px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .proto02 {
    width: 400px;
    height: 300px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .proto03 {
    width: 400px;
    height: 300px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .grid-container02 {
    justify-content: center;
    justify-content: space-evenly;
  }

  .suite {
    font-size: 26px;
  }

  footer {
    width: 100%;
    height: 400px;
  }

  .mini-titre-footer {
    font-size: 16px;
  }

  .case-study-footer {
    font-size: 46px;
  }

  .titre-footer {
    font-size: 26px;
  }
}

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