* {
  box-sizing: border-box;
}

button,
body {
  font-family: TS-Reg, sans-serif;
}

.wrapper {
  margin: 0 auto;
  max-width: 1100px;
}

/* HEADER - nav */

nav {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav img {
  width: 190px;
  height: 41px;
}

.nav-item {
  display: flex;
  /* justify-content: flex-end; */
  /* flex: 1; */
  align-items: center;
  gap: 20px;
}

.nav-item-avis {
  display: flex;
  gap: 5px;
}

.nav-item-voyages {
  display: flex;
  gap: 5px;
}

.nav-item-alertes {
  display: flex;
  gap: 5px;
}

.nav-item-connect {
  display: flex;
  gap: 5px;
  background-color: black;
  color: white;
  padding: 13px;
  border-radius: 50px;
  border: none;
}

.nav-item-connect:hover {
  background-color: white;
  color: black;
}

.nav-item-panier {
  display: flex;
  gap: 5px;
}

.icon-menu {
  display: none;
}

.icon-loupe {
  display: none;
}

/* MAIN - Explorez Paris */

main {
  padding-top: 50px;
}

main h1 {
  font-size: 50px;
  font-weight: bold;
}

main h1 span {
  color: #ff5e5e;
}

.catchline {
  font-size: 15px;
  font-weight: lighter;
  padding-top: 10px;
}

.catchline a {
  color: black;
}

/* MAIN nav */

.main-nav {
  display: flex;
  padding-top: 40px;

  justify-content: space-between;
}

.main-nav-box {
  width: 175px;
  height: 65px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 15px;
  border: 1px solid rgb(0, 0, 0);
}

.main-nav-box:hover {
  background-color: black;
  border: none;
  color: white;
}

.main-nav div:nth-child(6) {
  display: none;
}

.main-nav div:nth-child(7) {
  display: none;
}

/* MAIN - photos */

.main-photo-boxes {
  height: 430px;
  /* background-color: purple; */
  margin: 20px 0px;
  display: flex;
  gap: 2px;
}

.photo-box1 {
  flex: 1;
}

.photo-box2 {
  width: 480px;
}

.photo-box2a {
  height: calc(50% - 1px);
  margin-bottom: 2px;
}

.photo-box2b {
  height: calc(50% - 1px);
}

.main-photo-boxes img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* MAIN - info1 */

.main-info1 {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.main-info1-a {
  width: 548px;
  padding-bottom: 50px;
}

.main-info1-a h2 {
  font-size: 27px;
  font-weight: bold;
}

.main-info1-a p {
  padding-top: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: lighter;
}

.main-info1-b {
  background-color: #ff5e5e;
  border-radius: 15px;
  width: 428px;
  height: 472px;
  overflow: hidden;
}

.main-info1-b1 h2 {
  font-size: 27px;
  font-weight: bold;
  line-height: 35px;
  padding: 32px;
}

.main-info1-b1 p {
  padding-left: 32px;
  line-height: 20px;
  font-size: 16px;
}

.main-info1-b1-button {
  background-color: black;
  color: white;
  padding: 13px;
  border-radius: 50px;
  border: none;
  margin-top: 20px;
  margin-left: 32px;
}

.main-info1-b1-button:hover {
  background-color: white;
  color: black;
}

.main-info1-b2 {
  background-color: aquamarine;
  height: 200px;
  margin-top: 47px;
}

.main-info1-b2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* MAIN - info2 */

.main-info2 {
  padding-top: 90px;
}

/* BLOC 1 */

.main-info2-bloc1 {
  display: flex;
  margin-top: 50px;
  gap: 10px;
}

.main-info2 h2 {
  font-size: 27px;
  font-weight: bold;
  line-height: 35px;
}

/* BOX 1 */

.main-info2-box1 h3 {
  font-size: 23px;
  line-height: 20px;
}

.main-info2-box1 p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 20px;
  font-size: 18px;
  padding-top: 32px;
  padding-right: 32px;
  line-height: 20px;
}

.tout-afficher {
  margin-top: 30px;
}

.tout-afficher a {
  color: black;
}

.main-info2-box1 {
  width: 250px;

  flex-shrink: 0;
}

/* BOX 2 */

.main-info2-box2 {
  width: 256px;

  position: relative;
  flex-shrink: 0;
}

.main-info2-box2 img {
  height: 70%;
  width: 100%;
  object-fit: cover;
}

.main-info2-box2 .fa-solid {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgb(230, 115, 135);
  font-size: 25px;
  padding: 9px;
  background-color: white;
  border-radius: 50%;
  opacity: 75%;
}

.lieux {
  padding-top: 5px;
  line-height: 20px;
}

.lieux a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.main-info2-box2 p {
  padding-top: 20px;
  font-size: 14px;
  font-weight: lighter;
  line-height: 17px;
}

.caroussel {
  display: flex;
  overflow: scroll;
  gap: 10px;
}

/* MAIN - info3 */

.main-info3 {
  padding-top: 90px;
}

.main-info3 h2 {
  font-size: 27px;
  font-weight: bold;
  line-height: 35px;
}

.info3-bloc {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

/* info3 - box */

.info3-box {
  width: 350px;
}

.info3-box img {
  height: 80%;
  width: 100%;
  object-fit: cover;
}

.info3-box p {
  padding-top: 5px;
}

/* Footer */

footer {
  background-color: #faf1ed;
  height: 160px;
  margin-top: 80px;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  gap: 10px;
}

.footer-copyright img {
  width: 40px;
}

/* Media query */

@media (max-width: 1184px) {
  /*header {
    background-color: orange;
  }*/

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav div:nth-child(6) {
    display: block;
    display: flex;
  }

  .main-nav div:nth-child(7) {
    display: block;
    display: flex;
  }

  .main-nav > div {
    flex: auto;
    width: calc((100% - 30px) / 4);
  }
  .main-nav {
    flex-wrap: wrap;
    gap: 10px;
  }

  .main-photo-boxes {
    height: 370px;
  }

  .photo-box2 {
    width: 400px;
  }
  .info3-bloc {
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  /*eader {
    background-color: blueviolet;
  }*/

  .avis {
    display: none;
  }
  .voyages {
    display: none;
  }
  .alertes {
    display: none;
  }
  .panier {
    display: none;
  }
  nav {
    /* gap: 50px; */
    padding: 0px 20px;
  }
  .main-nav {
    flex-wrap: wrap;
  }
  .main-photo-boxes {
    height: 270px;
  }
  .photo-box2 {
    width: calc(100% / 3);
  }
  .main-info1 {
    flex-wrap: wrap;
  }
  .info3-bloc {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  /*header {
    background-color: aquamarine;
  }*/

  .nav-item-avis {
    display: none;
  }
  .nav-item-voyages {
    display: none;
  }
  .nav-item-alertes {
    display: none;
  }
  .nav-item-connect {
    display: none;
  }

  .icon-menu {
    display: block;
  }
  .icon-loupe {
    display: block;
  }
  .main-nav {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .main-nav > div {
    flex-shrink: 0;
  }
  main h1 {
    font-size: 35px;
  }

  .main-photo-boxes {
    margin: 20px -20px;
  }

  .photo-box2 {
    display: none;
  }
  .main-info2-bloc1 {
    flex-wrap: wrap;
  }
  .main-info3 {
    padding-top: 90px;
  }
}
