html,
body {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  /* overflow-x: hidden; */
}

html,
body,
main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
}

body {
  position: relative;
}

@font-face {
  font-family: "Uni";
  src: url("./fonts/FontsFree-Net-uni-sans-semibold.ttf");
}

:root {
  --main-color: #c6573e;
  --second-color: #0b3597;
  --third-color: #a0c036;
  --third-color-variant: #687d24;
  --white-color: #fff;
}

/* Navbar */

#navbar {
  transition: height 0.2s ease-in-out;
}

.open {
  height: 100vh;
}

.custom-right-hero-image {
  background-image: url("./images/hero-right-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  z-index: -1;
  /* background: linear-gradient(135deg, #8ec5fc, #e0c3fc); */
  border-radius: 88% 48% 30% 70% / 60% 25% 60% 40%;
  animation: blobAnimation 13s linear infinite;
}

.first-bg-right-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 310px;
  height: 290px;
  z-index: -2;
  background: linear-gradient(135deg, var(--third-color), #e0c3fc);
  border-radius: 48% 88% 30% 30% / 50% 35% 70% 55%;
  animation: blobAnimation 8s infinite;
}

@keyframes blobAnimation {
  0% {
    border-radius: 88% 48% 30% 70% / 60% 25% 60% 40%;
  }
  20% {
    border-radius: 60% 60% 40% 50% / 50% 40% 70% 30%;
  }
  40% {
    border-radius: 70% 30% 60% 50% / 40% 60% 30% 60%;
  }
  60% {
    border-radius: 50% 70% 40% 60% / 60% 30% 50% 40%;
  }
  80% {
    border-radius: 65% 35% 60% 40% / 45% 65% 35% 55%;
  }
  100% {
    border-radius: 88% 48% 30% 70% / 60% 25% 60% 40%;
  }
}

/* H1 */
.degrade-bleu {
  background: -webkit-linear-gradient(45deg, #0b3597, #1c68bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Cards Swiper */

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
  font-size: 16px !important;
}
@media screen and (max-width: 900px) {
  .swiper-button-next {
    right: -30px !important;
  }
  .swiper-button-prev {
    left: -30px !important;
  }
}

.second-buttons::after {
  color: #000 !important;
  font-size: 24px !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.swiper1 {
  color: #000 !important;
}

.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

.slide-carousel img {
  object-position: bottom;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.slide-card {
  border-radius: 18px;
  /* background: rgba(255, 255, 255, 0.3); */
  background: rgba(11, 53, 151, 0.5);
  color: white;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(11, 53, 151, 0.7);
}

.slide-card p {
  /* color: rgb(90, 90, 90); */
  color: white;
}

.form-contact label {
  font-size: 14px;
  color: rgb(90, 90, 90);
}

.form-contact input,
.form-contact textarea {
  border-radius: 1rem;
  padding: 8px 14px;
  border: 1px solid rgb(140, 140, 140);
}

/* CONTACT PHP PAGE */

.wrapper__contact {
  background-color: #a0c036;
}

/* DEVIS PHP PAGE */

.wrapper__devis {
  max-width: 650px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.wrapper__devis div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wrapper__devis div input,
.wrapper__devis div textarea {
  width: 100%;
  border: 2px solid rgb(200, 200, 200);
  border-radius: 1rem;
  padding: 8px 12px;
}

.wrapper__devis div button {
  padding: 8px 12px;
  background-color: var(--third-color);
  width: 100%;
  color: var(--white-color);
  cursor: pointer;
  border-radius: 1rem;
}

/* .rc-anchor-normal,
.rc-anchor,
.g-recaptcha,
.g-recaptcha div,
.g-recaptcha div div,
.g-recaptcha div div iframe {
  width: 100% !important;
} */

/*  CALENDRIER */
.calendrier,
.location {
  border-radius: 18px;
  width: 100%;
  padding: 25px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.calendrier h3,
.location h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--third-color);
}

.calendrier ul li,
.location ul li {
  margin-bottom: 5px;
}

.active {
  display: flex;
}
