@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Playfair+Display:ital,wght@0,400;0,700;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: rgb(255, 255, 255);
  width: 100%;
  font-family: "Playfair Display", serif;
}

.container {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  /* height: 100vh; */
}

.container img {
  display: block;
  width: 100%;
}

.background {
  width: 100%;
  position: relative;
}
.small {
  display: none !important;
}
.logo {
  position: absolute;
  top: 4%;
  right: 30%;
  width: 11%;
}
.slogan {
  width: 30%;
  position: absolute;
  top: 21%;
  right: 19%;
  letter-spacing: 3px;
  color: white;
  text-align: center;
}
.slogan h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
}
.bonjour {
  position: absolute;
  width: 30%;
  top: 29%;
  right: 19%;
  background: transparent;
  color: white;
  text-align: center;
}
.bonjour p {
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.slogan p {
    font-size: 1.1rem;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 6px;
}
.the {
  font-weight: 700;
  font-style: italic;
}
h1 {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.information-text {
  position: absolute;
  top: 49%;
  right: 19%;
  width: 30%;
  padding: 0 4rem 0 1.5rem;
  color: white;
  text-align: center;
}
.input {
  position: absolute;
  top: 58%;
  right: 20%;
  width: 31.4%;
}
.input-field {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  padding: 0.9rem 0 0 0;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.input-field input {
  padding: 0.8rem 1.5rem;
  border: none;
  font-family: "Montserrat", sans-serif;
}
.input-field input[type="submit"] {
  background: black;
  color: white;
  border-radius: 0 5px 5px 0;
  margin-left: 3px;
  cursor: pointer;
}
.input-field input[type="email"] {
  border-radius: 5px 0 0 5px;
  padding-right: 1rem;
}

.trademark {
  position: absolute;
  bottom: 3%;
  right: 2%;
  width: 20%;
}
.trademark p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: white;
}
.popup {
  position: absolute;
  top: 30%;
  right: 15%;
  display: none;
  /* background-image: url("../images/pexels-artem-podrez.jpg");
  width: 500px;
  height: 480px;
  border-radius: 5px; */
}
.popup-open {
  display: block !important;
}

.tableContainer {
  text-align: center;
  width: 100%;
  margin: 1rem 0;
}
table {
    width: 60%;
    margin: 0 auto;
      font-family: "Montserrat", sans-serif;
}
table,
th,
td {
  border: 1px solid rgb(210, 207, 207);
}
th,
td {
  padding: 1rem;
}
tr:hover {
  background: rgb(243, 243, 245);
}

@media (max-width: 1480px) {
  .bonjour h1 {
    font-size: 1.5rem;
  }
  .bonjour p {
    font-size: 1.3rem;
  }
  .trademark p {
    font-size: 1.1rem;
  }
}
@media (max-width: 1200px) {
  .bonjour h1 {
    font-size: 1.1rem;
  }
  .bonjour p {
    font-size: 1rem;
  }
  .slogan p {
    font-size: 0.7rem;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-bottom: 5px;
}
  .trademark p {
    font-size: 0.8rem;
  }
  .information-text {
    top: 47%;
    padding: 0 2rem 0 0.5rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 780px) {
  .big {
    display: none !important;
  }
  .small {
    display: block !important;
  }
  .logo {
    position: absolute;
    top: 4%;
    right: 36%;
    width: 28%;
  }
  .slogan {
    width: 61%;
  }
  .bonjour {
    width: 100%;
    top: 29%;
    right: 0;
  }
  .bonjour h1 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .bonjour p {
    font-size: 1.3rem;
  }
  .trademark p {
    font-size: 0.4rem;
  }
  .information-text {
    top: 47%;
    right: 0;
    padding: 0 1rem 0 0.2rem;
    font-size: 1rem;
    width: 100%;
  }
  .input {
    top: 53%;
    right: 21%;
    width: 55.4%;
  }
  .input-field input {
    padding: 0.6rem 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.6rem;
  }

  .input-field input[type="email"] {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .bonjour h1 {
    font-size: 1.4rem;
  }
  .bonjour p {
    font-size: 1rem;
  }
  .information-text {
    top: 45%;
    font-size: 0.8rem;
    margin-top: 8px;
  }
  .input {
    top: 55%;
    right: 19%;
    width: 62.4%;
  }
  .popup {
    right: 0;
    width: 100%;
  }
}
