body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  animation: rotate 1s linear infinite;
}

section {
  overflow: hidden;
}

.btn {
  padding: 15px 25px 15px 25px;
  background-color: white;
  width: fit-content;
  color: black;
  align-self: center;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 20px;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}

.btn:hover {
  transform: scale(0.95);
  opacity: 0.9;
  cursor: pointer;
}

.header {
  display: flex;
  flex-direction: column;
  background-image: url(../img/img_header.jpg);
  background-position-y: -615px;
  background-position-x: calc(50% + 20px);
  padding: 35px;
  text-align: center;
  color: white;
  padding-bottom: 70px;
  height: 435px;
  place-content: space-between;
  background-attachment: fixed;
}
.header .header__logo {
  background-image: url(../img/travel_planner_logo.PNG);
  max-width: 880px;
  width: 100%;
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
}
.header .navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header .navbar .navbar__left {
  display: flex;
  flex-direction: row;
}
.header .navbar .navbar__left .logo {
  height: 100px;
  width: 100px;
  background-image: url(../img/logo.PNG);
  background-size: cover;
  background-repeat: no-repeat;
}
.header .navbar .navbar__left .navbar__item a {
  color: white;
}
.header .navbar .navbar__right {
  display: flex;
  flex-direction: row;
}
.header .navbar .navbar__right .navbar__item a {
  color: white;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  text-shadow: 0 0 10px grey;
}

.navbar2 {
  display: flex;
  background-color: #00606b;
  width: 100%;
  height: 65px;
  position: fixed;
  place-content: space-between;
  z-index: 999;
  transition: height 0.2s;
}
.navbar2 .navbar2__logoL {
  width: 55px;
  height: 40px;
  background-image: url(../img/logo.PNG);
  background-position-y: 1px;
  background-size: cover;
  align-self: center;
}
.navbar2 .navbar2__logo {
  background-image: url(../img/logobig.png);
  width: 150px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: absolute;
  left: calc(50% - 75px);
}
.navbar2 .navbar2__contact {
  height: 50px;
  align-self: center;
  display: flex;
}
.navbar2 .navbar2__contact a {
  align-self: center;
  text-decoration: none;
  color: white;
  width: fit-content;
  margin-right: 10px;
}

.invisiblenavtop {
  height: 0px;
  overflow: hidden;
}

.visiblenavtop {
  height: 65px;
  overflow: hidden;
}

section {
  margin-bottom: 30px;
}
section h1 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 400;
}
section .citation {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  place-content: center;
}
section .citation h1 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  font-style: italic;
  display: flex;
  align-items: center;
}
section .citation .quote__left {
  width: 36px;
  min-width: 36px;
  height: 72px;
  background-image: url("../img/quote.png");
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
section .citation .quote__right {
  width: 36px;
  min-width: 36px;
  height: 72px;
  background-image: url(../img/quote.png);
  transform: rotate(180deg);
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page {
  display: flex;
  flex-direction: column;
  max-width: 950px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px 15px 15px;
}
.page p {
  text-align: justify;
  color: #606060;
}

.pageText {
  padding-left: 25px;
  padding-right: 25px;
}

.confiance__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.confiance__list .confiance__item {
  background-color: #7ebab8;
  height: auto;
  border-radius: 15px;
  padding: 35px 15px 35px 15px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: transform 0.5s ease-in-out;
}
.confiance__list .confiance__item hr {
  border: none;
  border-bottom: 1px solid white;
  max-width: 100px;
}
.confiance__list .confiance__item .confiance__item__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
.confiance__list .confiance__item p {
  text-align: center;
  color: white;
}

@keyframes rotate {
  0% {
    transform: rotate3d(0deg);
  }
  100% {
    transform: rotate3d(360deg);
  }
}
.separation {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: skyblue;
  background-image: url(../img/citation.jpg);
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
.separation .separation__text {
  text-align: center;
  font-size: 35px;
  font-style: italic;
  color: white;
  text-transform: uppercase;
}

.formule__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.formule__list .formule__item {
  padding: 35px 15px 35px 15px;
  background-color: #00606b;
  border-radius: 15px;
  color: white;
  font-weight: 100;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.formule__list .formule__item .formule__price {
  font-size: 35px;
  text-align: center;
}
.formule__list .formule__item .formule__subprice {
  font-size: 25px;
  font-weight: 100;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
}
.formule__list .formule__item .formule__desc {
  margin-top: 25px;
}
.formule__list .formule__item ul > li {
  margin-top: 10px;
}
.formule__list .formule__item ul {
  margin-bottom: 45px;
}
.formule__list .formule__item .btnformule {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100px;
  left: calc(50% - 75px);
  padding: 8px 25px 7px 25px !important;
  text-transform: none;
}

.map {
  height: 600px;
  height: 600px;
  background-image: url(../img/map.PNG);
  background-position-x: center;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: contain;
}
.map .etape__list {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 950px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.map .etape__list .etape {
  width: 440px;
  position: absolute;
}
.map .etape__list .etape1 {
  left: 0px;
  margin-top: 45px;
}
.map .etape__list .etape2 {
  left: calc(50% - 220px);
  margin-top: 235px;
}
.map .etape__list .etape3 {
  right: 0px;
  margin-top: 433px;
}

.footer {
  padding: 30px;
  text-align: center;
}
.footer .footer__title {
  font-weight: bold;
}
.footer .footer__links {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer .footer__links .footer__item {
  width: 50px;
  height: 50px;
  display: block;
}
.footer .footer__links .instagram {
  background-image: url("../img/instagram.png");
  background-size: cover;
}
.footer .footer__links .pinterest {
  background-image: url("../img/pinterest.png");
  background-size: cover;
}
.footer .footer__links .tiktok {
  background-image: url("../img/tiktok.png");
  background-size: cover;
}

@media (min-width: 950px) {
  .formule__item:hover {
    opacity: 0.9;
    transform: scale(1.05);
  }

  .confiance__item:hover {
    opacity: 0.9;
    transform: scale(1.05);
  }
}
@media (max-width: 950px) {
  .page__list {
    padding: 0;
  }

  .confiance__list {
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: visible;
    height: 385px !important;
  }

  .confiance__item {
    width: 200px;
  }

  .formule__list {
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 540px !important;
  }

  .formule__item {
    width: 270px;
  }
}
@media (max-width: 665px) {
  .btnsee {
    transform: translateY(-45px);
  }

  .btn {
    font-size: 16px;
  }

  .citation h1 {
    font-size: 25px !important;
  }

  section h1 {
    font-size: 25px !important;
  }

  .header {
    padding: 20px;
    padding-bottom: 40px;
  }

  .navbar__right .navbar__item {
    align-self: center;
  }

  .map {
    height: auto;
  }

  .etape__list {
    flex-direction: column !important;
  }

  .etape {
    position: inherit !important;
  }

  .etape1 {
    left: 0 !important;
    transform: translateY(0px) !important;
    width: 100% !important;
    margin-top: 15px !important;
  }

  .etape2 {
    left: 0 !important;
    transform: translateY(0px) !important;
    width: 100% !important;
    margin-top: 15px !important;
  }

  .etape3 {
    left: 0 !important;
    transform: translateY(0px) !important;
    width: 100% !important;
    margin-top: 15px !important;
  }
}
.effectvisible {
  transform: translateX(0px);
  opacity: 1;
  transition: transform 1.5s, opacity 1.7s;
}

.not-visible {
  transform: translateX(70px);
  opacity: 0;
}

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