@font-face {
  font-family: "SNPro-Regular";
  src: url("../assets/fonts/SNPro-Regular-BF65efc640b4961.otf") format("opentype");
}
@font-face {
  font-family: "SNPro-Semibold";
  src: url("../assets/fonts/SNPro-Semibold-BF65efc64b903cb.otf") format("opentype");
}
@font-face {
  font-family: "SNPro-bold";
  src: url("../assets/fonts/SNPro-Bold-BF65efc64d5e476.otf") format("opentype");
}
body {
  font-family: sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.body__accueil {
  overflow: hidden;
}

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

p {
  margin: 0;
  font-family: "SNPro-Regular";
  line-height: 140%;
  font-size: 20px;
  color: #020C13;
}

h1 {
  font-size: 36px;
  font-family: "SNPro-bold";
  margin: 0;
}

h2 {
  font-family: "SNPro-bold";
  margin: 0;
  margin: 0;
  line-height: 100%;
  font-size: 36px;
  color: #E9550D;
}

h3 {
  font-family: "SNPro-Semibold";
  margin: 0;
  color: #020C13;
  font-size: 27px;
}

small {
  font-size: 15px;
}

a {
  text-decoration: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input[type=text] {
  color: white;
  font-size: 20px;
}

::-moz-placeholder {
  font-family: "SNPro-Regular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  opacity: 70%;
}

:-ms-input-placeholder {
  font-family: "SNPro-Regular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  opacity: 70%;
}

::placeholder {
  font-family: "SNPro-Regular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  opacity: 70%;
}

select {
  font-family: "SNPro-Regular", sans-serif;
  font-size: 20px;
  color: #ffffff;
}

select option {
  color: #016DB4;
}

.btn {
  text-decoration: none;
  background-color: #E9550D;
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  font-family: "SNPro-Regular";
  display: inline-block;
}

.btn:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

@media (min-width: 1200px) {
  .btn {
    font-size: 27px;
  }

  h2 {
    font-size: 63px;
  }

  p {
    font-size: 27px;
  }

  h3 {
    font-size: 36px;
  }
}
.presentation {
  padding-top: 84px;
  background-color: #EDF7FE;
}
.presentation__link {
  text-decoration: none;
  background-color: #E9550D;
  font-size: 20px;
  color: #fff;
  padding: 15px 27px;
  border-radius: 15px;
  font-family: "SNPro-Regular";
  display: inline-block;
}
.presentation__box {
  display: flex;
  flex-direction: column;
  padding: 47px;
}
.presentation__el {
  margin-bottom: 36px;
}
.presentation__el:last-child {
  margin-bottom: 0px;
}
.presentation__chapeau {
  font-family: "SNPro-Semibold";
}
.presentation__image {
  margin-top: 47px;
}

@media (min-width: 1200px) {
  .presentation__link {
    font-size: 27px;
  }
  .presentation__box {
    padding: 150px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    gap: 7%;
  }
  .presentation__box--reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1600px;
    padding: 150px;
    margin: 0 auto;
    gap: 7%;
  }
  .presentation__el {
    width: 100%;
  }
  .presentation__list {
    max-width: 550px;
  }
  .presentation__list--reverse {
    max-width: 700px;
  }
  .presentation__chapeau {
    font-size: 27px;
  }
  .presentation__image {
    margin-top: 0px;
    min-width: 450px;
    max-width: 750px;
  }
}
.equipe {
  background-color: #EDF7FE;
}
.equipe__titre {
  padding-top: 64px;
  text-align: center;
}
.equipe__container {
  overflow: hidden;
  border-radius: 12px;
  display: flex;
}
.equipe__nom {
  margin-top: 20px;
  margin-bottom: 8px;
}
.equipe__image {
  width: 100%;
  transform: scale(1);
}

.swiper-pagination {
  position: initial;
  margin-bottom: 36px;
}
.swiper-slide {
  width: calc(100% - 30px) !important;
  margin: 36px 15px;
}

@media (min-width: 1200px) {
  .equipe {
    background-color: #EDF7FE;
  }
  .equipe__titre {
    padding-top: 112px;
    text-align: center;
  }
  .equipe__container {
    transform: translateY(100px);
    transition: transform 1s 0.1s cubic-bezier(0.16, 1, 0.3, 1);
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .equipe__container:hover {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .equipe__container:hover .equipe__image {
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    transform: scale(1);
  }
  .equipe__container:hover ~ .equipe__nom {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s 0.1s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .equipe__container:hover ~ .equipe__texte {
    transform: translateY(0);
    transition: 0.3s 0.2s cubic-bezier(0, 0.55, 0.45, 1);
    opacity: 1;
  }
  .equipe__nom {
    margin-top: 20px;
    margin-bottom: 8px;
    transform: translateY(-20px);
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    opacity: 0;
  }
  .equipe__texte {
    transform: translateY(-20px);
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    opacity: 0;
  }
  .equipe__image {
    width: 100%;
    transform: scale(1.2);
    border-radius: 12px;
    transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }

  .swiper {
    padding: 0 150px;
  }
  .swiper-wrapper {
    justify-content: space-around;
  }
  .swiper-slide {
    width: 16% !important;
    margin: 100px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .equipe {
    background-color: #EDF7FE;
  }
  .equipe__titre {
    text-align: center;
  }
  .equipe__container {
    transform: translateY(100px);
    transition: transform 1s 0.1s cubic-bezier(0.16, 1, 0.3, 1);
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .equipe__container:hover {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .equipe__container:hover .equipe__image {
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    transform: scale(1);
  }
  .equipe__container:hover ~ .equipe__nom {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s 0.1s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .equipe__container:hover ~ .equipe__texte {
    transform: translateY(0);
    transition: 0.3s 0.2s cubic-bezier(0, 0.55, 0.45, 1);
    opacity: 1;
  }
  .equipe__nom {
    margin-top: 20px;
    margin-bottom: 8px;
    transform: translateY(-20px);
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    opacity: 0;
  }
  .equipe__texte {
    transform: translateY(-20px);
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    opacity: 0;
  }
  .equipe__image {
    width: 100%;
    transform: scale(1.2);
    border-radius: 12px;
    transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  }

  .swiper {
    padding: 0 150px;
  }
  .swiper-wrapper {
    justify-content: space-around;
  }
  .swiper-slide {
    width: 16% !important;
    margin: 150px auto;
  }
}
/*Header Navigation Sticky Menu*/
.navigation {
  background: #016DB4;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 78px;
  top: 0;
  transition-property: transform;
  transition-duration: 0.4s;
  z-index: 10;
}
.navigation--hidden {
  transform: translateY(-100%);
}
.navigation__el {
  margin: 0 auto;
}
.navigation__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}
.navigation__pages {
  display: none;
}
.navigation__pages a {
  font-family: "SNPro-Regular";
  color: #fff;
  font-size: 20px;
}
.navigation__pages--burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #016DB4;
  position: fixed;
  top: 77px;
  left: 0;
  padding-top: 94px;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  overflow-y: auto;
  z-index: -20;
}
.navigation__pages--burger a {
  font-family: "SNPro-Regular";
  color: #fff;
  font-size: 27px;
}
.navigation__boutons {
  display: flex;
  align-items: center;
}
.navigation__icon {
  background-color: transparent;
  border: none;
}
.navigation__icon--projet {
  display: none;
}
.navigation__logo {
  width: 47px;
  height: 47px;
}
.navigation__item {
  opacity: 100%;
}
.navigation__lien {
  display: flex;
  align-items: center;
}
.navigation__item--burger {
  margin-bottom: 40px;
}
.navigation__logoTXT {
  color: #fff;
  font-family: "SNPro-bold";
  font-size: 20px;
  margin-left: 10px;
}

.menu--open .navigation__pages--burger {
  transform: translateY(0);
}

body.menu--open {
  overflow: hidden;
}

/*Media Queries*/
@media (min-width: 1200px) {
  .navigation__pages {
    display: flex;
    justify-content: center;
  }
  .navigation__item {
    margin-right: 47px;
    opacity: 80%;
  }
  .navigation__item:last-child {
    margin-right: 0;
  }
  .navigation__item:hover {
    opacity: 100%;
  }
  .navigation__icon--burger {
    display: none;
  }
  .navigation__icon--projet {
    display: inline;
  }
  .navigation__list {
    padding: 0 150px;
  }

  /*Burger Menu*/
  body.menu--open {
    overflow: auto;
  }
}
.credit {
  margin: 0px 20px 72px;
}
.credit:last-child {
  margin: 0px 20px 72px;
}
.credit--last {
  margin: 0px 20px 144px;
}
.credit__liste {
  padding: 0;
  list-style: none;
  color: #020C13;
  font-size: 20px;
}
.credit__liste a {
  color: #020C13;
  text-decoration: none;
}
.credit__liste a:hover {
  text-decoration: underline;
}
.credit__liste a:active {
  opacity: 50%;
}
.credit__liste a:visited {
  color: #020C13;
}
.credit__liste p {
  margin: 0;
}
.credit__titre {
  font-size: 27px;
  margin: 18px 0px;
}
.credit__el {
  margin-top: 9px;
}
.credit__el:first-child {
  margin-top: 0;
}

.titreCredit {
  margin: 144px 20px 72px;
  font-size: 36px;
  color: #020C13;
}

@media (min-width: 1200px) {
  .credit {
    margin: 0px 150px 81px;
  }
  .credit:last-child {
    margin: 0px 150px 81px;
  }
  .credit--last {
    margin: 0px 150px 162px;
  }
  .credit__liste {
    font-size: 27px;
  }
  .credit__titre {
    font-size: 47px;
    margin: 27px 0px;
  }

  .titreCredit {
    margin: 189px 150px 81px;
    font-size: 63px;
  }
}
body {
  margin: 0;
}

.footer {
  text-align: center;
  font-size: 15px;
  font-family: "SNPro-Regular";
  padding: 15px 0;
}
.footer a {
  color: #000000;
  text-decoration: none;
}
.footer a:active {
  opacity: 40%;
}
.footer a:visited {
  color: #000000;
}
.footer--accueil {
  background-color: #EDF7FE;
}

@media (min-width: 1200px) {
  .footer {
    font-size: 20px;
    padding: 20px 0;
  }
}
.scroll {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.scroll__fond {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  transform-origin: bottom;
}
.scroll__titre {
  margin-top: 120px;
  text-align: center;
}
.scroll__train {
  position: absolute;
  height: 10%;
  bottom: 27px;
  transform-origin: bottom;
  transform: translateX(-3450px);
}
.scroll__wagon {
  position: absolute;
  height: 100%;
}
.scroll__wagon--opacity {
  z-index: 1;
}

@media (min-width: 1200px) {
  .scroll__fond {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform-origin: bottom;
  }
  .scroll__titre {
    margin-top: 120px;
    text-align: center;
  }
  .scroll__train {
    position: absolute;
    height: 20%;
    bottom: 27px;
    transform-origin: bottom;
    transform: translateX(-4800px);
  }
  .scroll__wagon {
    position: absolute;
    height: 100%;
  }
  .scroll__wagon--opacity {
    z-index: 1;
  }
}

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