@font-face {
  font-family: "FortescueProDisplay";
  src: url("font/FortescueProDisplay-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "FortescueProDisplay";
  src: url("font/FortescueProDisplay-SemiBold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "FortescueProText";
  src: url("font/FortescueProText-Regular.otf") format("opentype");
  font-weight: normal;
}
.desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .desktop {
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .mobile {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "FortescueProDisplay";
}

body {
  background-color: #4f613e;
  color: #fff;
  padding: 33px 20px 0 20px;
}
@media screen and (min-width: 900px) {
  body {
    padding: 33px 10%;
  }
}

a {
  color: #fff;
  text-decoration: none;
}

nav {
  text-align: center;
}
@media screen and (min-width: 900px) {
  nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
nav .logo {
  width: 127px;
  margin-bottom: 50px;
}
@media screen and (min-width: 900px) {
  nav .logo {
    width: 160px;
  }
}
nav a {
  background-color: #4f613e;
  border-radius: 100px 0px 0px 100px;
  height: 44px;
}
@media screen and (min-width: 900px) {
  nav a {
    position: static;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    height: auto;
  }
}
nav a img {
  width: auto;
}

.cta {
  position: fixed;
  right: -2px;
  top: 6%;
  height: 105px;
}
@media screen and (min-width: 900px) {
  .cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    gap: 24px;
    height: auto;
    position: static;
  }
}
.cta-tel {
  display: block;
}
.cta-visites {
  z-index: 8;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff 2px solid;
  border-radius: 100px 0px 0px 100px;
  height: 44px;
  margin-top: 17px;
}
.cta-visites img {
  height: 27px;
  width: auto;
}
@media screen and (min-width: 900px) {
  .cta-visites {
    border: #fff 1px solid;
    border-radius: 500px;
    padding: 15px;
    margin-top: 0;
    gap: 12px;
    height: auto;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12.28px;
    letter-spacing: 5%;
    font-family: "Almarai", sans-serif;
  }
  .cta-visites img {
    height: 35px;
  }
}

.intro {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .intro {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .intro__text.desktop {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 15px;
  }
  .intro__text.desktop h1 {
    font-size: 55px;
    line-height: 72px;
    padding-top: 100px;
  }
  .intro__text.desktop div {
    margin-top: 116px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .intro__text.desktop div p {
    font-family: "Almarai";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .intro__text.desktop div img {
    margin: 0 50px;
  }
}

.divider {
  background-color: #fff;
  width: 100px;
  height: 2px;
  margin: 11px auto 20px auto;
}
.divider--full {
  width: 100%;
  margin: 0 auto;
}

h1,
h3 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 42px;
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 34px;
    line-height: 39px; /* 114.706% */
    letter-spacing: 1.36px;
    margin-bottom: 0;
  }
}

@keyframes slideFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.intro__gallery {
  margin-bottom: 90px;
  flex: 1;
}
@media screen and (min-width: 900px) {
  .intro__gallery {
    margin-bottom: 142px;
  }
}
.intro__gallery .slide {
  background-image: url(images/galerie-1-min.jpg);
  background-position: center;
  background-size: cover;
  transition: opacity 100ms ease-in-out;
  border-radius: 500px 500px 0 0;
  width: 100%;
  height: 55vh;
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .intro__gallery .slide {
    height: 638px;
  }
}
.intro__gallery .pagination {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro__gallery .pagination img {
  opacity: 25%;
}
.intro__gallery .pagination img:first-child {
  transform: rotate(180deg);
}
.intro__gallery .pagination img:hover {
  opacity: 100%;
  cursor: pointer;
}
.intro__gallery .pagination__lines {
  display: flex;
}
.intro__gallery .pagination__lines div {
  opacity: 25%;
  background-color: #fff;
  width: 2px;
  height: 30px;
  margin-right: 12px;
}
.intro__gallery .pagination__lines div:last-child {
  margin-right: 0;
}
.intro__gallery .pagination__lines div.active {
  opacity: 100%;
}

@media screen and (min-width: 900px) {
  .contact {
    padding: 0 20%;
  }
}
.contact h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .contact h3 {
    margin-bottom: 63px;
  }
}
.contact label,
.contact input,
.contact p {
  font-family: "Almarai";
}
.contact a {
  text-decoration: underline;
  font-family: "Almarai";
}

form {
  accent-color: #4f613e;
}

.form-group {
  display: flex;
  flex-direction: column;
}

input,
select {
  margin-bottom: 25px;
  height: 44px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0 12px;
  border-radius: 0;
  color: #4f613e;
}
input:focus,
select:focus {
  border: none;
  border-radius: 0;
}
input:focus-visible,
select:focus-visible {
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 900px) {
  input,
  select {
    margin-bottom: 44px;
  }
}

label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 9px;
}

.toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  .toggle {
    margin-bottom: 44px;
  }
}
.toggle label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 40px 0 10px;
}
.toggle input {
  height: 26px;
  width: 26px;
  margin-bottom: 0;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  border: 1px solid #4f613e;
  transition: 0.2s all linear;
  position: relative;
}
.toggle input:before {
  content: " ";
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 5px solid #fff;
}
.toggle input:checked {
  border: 1px solid #fff;
  background-color: #c8b16d;
}
.toggle p {
  flex: 1;
}

select {
  border: none;
  border-bottom: 2px #4f613e solid;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
}

form p,
form a {
  font-size: 14px;
  line-height: normal;
}

#acceptation {
  margin: 40px 0 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: left;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  #acceptation {
    margin-top: 10px;
  }
}

.form-row div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .form-row div {
    width: 48%;
    margin-bottom: -10px;
    display: flex;
    flex-direction: column;
  }
}

.caption {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 900px) {
  .caption {
    width: 570px;
  }
}

#submit-button {
  color: #fff;
  font-family: "FortescueProDisplay";
  font-size: 17px;
  font-weight: 600;
  line-height: 0;
  text-transform: uppercase;
  background-color: #4f613e;
  padding: 25px 20px 20px 20px;
  margin: 50px 0 115px 0;
  border: solid #fff 1px;
  border-radius: 80px;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
#submit-button:hover {
  border-color: #c8b16d;
  color: #c8b16d;
}
@media screen and (min-width: 900px) {
  #submit-button {
    width: 216px;
    margin: 40px 0 145px 0;
  }
}

footer {
  text-align: center;
  padding: 50px 0 60px 0;
}
@media screen and (min-width: 900px) {
  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 67px 0;
  }
}
footer .cta-tel {
  font-family: "FortescueProDisplay";
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.ref {
  margin-top: 47px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .ref {
    align-items: center;
    margin-top: 0;
  }
}
.ref__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 900px) {
  .ref__card {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.ref__card p {
  margin-bottom: 15px;
  font-family: "Almarai";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 900px) {
  .ref__card p {
    margin: 0 25px 0 35px;
  }
}
.ref__card img {
  max-width: 160px;
}
@media screen and (min-width: 900px) {
  .ref__card img {
    max-width: 110px;
  }
}
.ref__card:last-child img {
  padding-top: 30px;
}
@media screen and (min-width: 900px) {
  .ref__card:last-child img {
    padding-top: 0;
  }
}

#cookies {
  background-color: #c8b16d;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 30px 10% 0 10%;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 900px) {
  #cookies {
    flex-direction: row;
    padding: 20px 60px;
  }
}
#cookies p,
#cookies a {
  text-align: center;
  font-family: "Almarai";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.32px;
}
#cookies a {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  #cookies p {
    text-align: left;
  }
}
#cookies #cookie-button {
  color: #fff;
  text-align: center;
  font-family: "FortescueProDisplay";
  font-size: 17px;
  font-weight: 600;
  line-height: 0;
  text-transform: uppercase;
  padding: 25px 20px 20px 20px;
  margin: 35px 0;
  border: solid #fff 1px;
  border-radius: 80px;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 900px) {
  #cookies #cookie-button {
    width: 216px;
    margin: 0 0 0 100px;
  }
}

#confirmation {
  width: 80%;
  margin: 95px auto 50px auto;
  text-align: center;
}
#confirmation h2 {
  font-size: 45px;
  line-height: 55px;
}
@media screen and (min-width: 900px) {
  #confirmation h2 {
    font-size: 75px;
    line-height: 100px;
  }
}
#confirmation h3 {
  font-size: 45px;
  line-height: 60px;
}
#confirmation img {
  width: 200px;
  margin: 50px auto 75px auto;
}
@media screen and (min-width: 900px) {
  #confirmation img {
    width: 300px;
  }
}
#confirmation a {
  display: block;
  font-size: 26px;
  color: #fff;
  transition: all 300ms ease-in-out;
}
#confirmation a:hover {
  color: #c8b16d;
}/*# sourceMappingURL=style.css.map */