@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fascinate+Inline&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Wire+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.container2 {
  margin-left: auto;
  margin-right: auto;
  font-family: "Amatic SC", sans-serif;
  color: #efa68f;
  font-size: 9vh;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  z-index: 2;
}

.navbar2,
.navbar2 > .container2 {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .navbar2,
  .navbar2 > .container2 {
    display: block;
  }
}

.navbar2 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff00;
}
@media (min-width: 576px) {
  .navbar2 .container2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .navbar2 .container2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .navbar2 .container2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .navbar2 .container2 {
    max-width: 1140px;
  }
}
.navbar2 .navbar2-header {
  /*display: flex; Pour centrer le menu au milieu */
  align-items: center;
}
@media (max-width: 768px) {
  .navbar2 .navbar2-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.navbar2 .navbar2-header .navbar2-toggler {
  cursor: pointer;
  border: none;
  display: none;
  outline: none;
}
@media (max-width: 768px) {
  .navbar2 .navbar2-header .navbar2-toggler {
    display: block;
  }
}
.navbar2 .navbar2-header .navbar2-toggler span {
  height: 2px;
  width: 22px;
  background-color: #7b6363;
  display: block;
}
.navbar2 .navbar2-header .navbar2-toggler span:not(:last-child) {
  margin-bottom: 0.2rem;
}
.navbar2 .navbar2-header > a {
  font-weight: 500;
  color: #efa68f;
}
.navbar2 .navbar2-menu {
  display: flex;

  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .navbar2 .navbar2-menu {
    display: none;
    text-align: center;
  }
}
.navbar2 .navbar2-menu.active {
  display: flex !important;
}
.navbar2 .navbar2-menu .navbar2-nav {
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-top: 2%;
}
@media (max-width: 768px) {
  .navbar2 .navbar2-menu .navbar2-nav {
    width: 100%;
    display: block;
    border-top: 1px solid #eee;
    margin-top: 1rem;
  }
}
.navbar2 .navbar2-menu .navbar2-nav > li > a {
  color: #efa68f;
  text-decoration: none;
  display: inline-block;
  height: 5rem;
  padding-left: 2rem;
}
.navbar2 .navbar2-menu .navbar2-nav > li > a:hover {
  color: #482a32;
}
@media (max-width: 768px) {
  .navbar2 .navbar2-menu .navbar2-nav > li > a {
    border-bottom: 1px solid #eceef3;
  }
}
.navbar2 .navbar2-menu .navbar2-nav > li.active a {
}
.navbar2 .navbar2-menu .navbar2-nav .navbar2-dropdown .dropdown {
  list-style: none;
  position: absolute;
  left: 0;
  background-color: #ffffff00;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 5;
  display: none;
}
@media (max-width: 768px) {
  .navbar2 .navbar2-menu .navbar2-nav .navbar2-dropdown .dropdown {
    position: relative;
    box-shadow: none;
  }
}
.navbar2 .navbar2-menu .navbar2-nav .navbar2-dropdown .dropdown li a {
  color: #efa68f;
  padding: 0.25rem 1rem;
  display: block;
}
.navbar2 .navbar2-menu .navbar2-nav .navbar2-dropdown .dropdown.show {
  display: block !important;
}
.navbar2 .navbar2-menu .navbar2-nav .dropdown > .separator {
  height: 1px;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 9px;
  background-color: #eceef300;
}
.navbar2 .navbar2-dropdown {
  position: relative;
}

.navbar2 .navbar2-header > a span {
  color: #efa68f;
}

.navbar2 .navbar2-header h4 {
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .navbar2 .navbar2-header h4 {
    font-size: 1.5rem;
  }
}
.topImg {
  height: 100vh;
  background-color: #ffe1b6;
}

.contentImg {
  width: 40%;
  margin-top: 10%;
}

.basTop {
  width: 100%;
  height: 1vh;
  background: linear-gradient(0.25turn, #f2cb05d1 25%, #f2cb05 87%, #f2cb05d2);
}

.imgText img {
  z-index: 0;
  position: absolute;
}

.slogan {
  margin-top: 7%;
  margin-left: 50%;
  position: relative;
  z-index: 2;
  color: #efa68f;
  font-size: 24vh;
  font-family: "Amatic SC", sans-serif;
  font-weight: bolder;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 20%;
  border-bottom-left-radius: 10%;
}

.box {
  width: 80vw;
  margin-left: 10vw;
  padding: 4vh;
}

.boxNoRight {
  font-family: "Poppins", sans-serif;
  width: 90vw;
  margin-left: 10vw;
  padding: 4vh;
}

.containerText {
  width: 100vw;
  height: auto;
  background-color: #d2d2d2;
  padding-top: 4vh;
  padding-bottom: 8vh;
  z-index: 10;
}

.containerTextGris {
  width: 100vw;
  height: auto;
  background-color: #d2d2d24c;
  padding-top: 4vh;
  padding-bottom: 8vh;
  z-index: 10;
}

.containerTextVague {
  width: 100vw;
  height: 31vh;

  background-image: url("../img/vaguesPlat.jpg");
  background-position: center;
  background-size: cover;
}

.containerTextVagueBot {
  width: 100vw;
  height: 31vh;
  background-image: url("../img/vaguesPlatBot.jpg");
  background-position: center;
  background-size: cover;
}

.containerTextViolet {
  width: 100vw;
  height: auto;
  background-color: #a07f7f;
  border-top: 2px solid #a07f7f;
  padding-bottom: 2vh;
  padding-top: 2vh;
  z-index: 10;
  color: #ffe1b6;
  font-family: "Playpen Sans", cursive;
}

h1 {
  font-family: "Amatic SC", sans-serif;
  font-size: 12rem;
  color: #f2cb05;
  position: relative;
}

h2 {
  font-family: "Amatic SC", sans-serif;
  font-size: 3rem;
  color: #efa68f;
}

h3 {
  font-family: "Amatic SC", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  color: #ffe1b6;
  padding: 2vh;
}

h4 {
  font-family: "Amatic SC", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  color: #b7715c;
  padding: 2vh;
}

.containerText {
  width: 100vw;
  height: auto;
  background-color: #fcfcfc;
  display: absolute;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.containerTextRose {
  font-family: "Playpen Sans", cursive;
  width: 100vw;
  height: auto;
  background-color: #ffe1b6;
  display: absolute;
  padding-bottom: 4vh;
}

.bowCol:after {
  content: "";
  display: table;
  clear: both;
}

.colRight {
  float: left;
  width: 30%;
  height: 40vh;
  background-image: url("../img/Paysage1.jpg");
  background-position: center;
  background-size: cover;
  border: 2vh solid white;
  border-bottom: 5vh solid white;
}

.colRightNB {
  float: left;
  width: 25%;
  background-image: url("../img/Paysage1BN.jpg");
  background-position: center;
  background-size: cover;
  border: 2vh solid white;
  border-bottom: 5vh solid white;
  margin-right: 2vw;
}

.colLeft {
  padding: 2vh;
  float: left;
  width: 70%;
}

.soulignement {
  width: 40%;
  height: 5%;
  background-color: #d2d2d27c;
  margin-left: 10%;
  margin-top: 4%;
  position: absolute;
}

.textLeft {
  position: relative;
  margin-top: 5%;
  width: 70%;
  height: 50%;
  background-color: #a07f7feb;
  z-index: 1;
  padding: 6vh;
}

.Photo {
  margin-top: -4vh;
  position: absolute;
  margin-left: 40%;
  width: 40%;
  height: 30%;

  z-index: 0;
}

.Carroussel {
  display: none;
  margin-left: 39%;
  width: 50%;
}

img {
  vertical-align: middle;
}

.carroussel-containerCarr {
  position: relative;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #ffe1b6;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
  margin-left: 20vw;
}

.next {
  right: 0;
  border-radius: 3px 3px 3px 3px;
  margin-right: 20vw;
}

.prev:hover,
.next:hover {
  background-color: #ffe1b6;
  color: black;
}

.textCarr {
  color: #f2f2f2;
  font-size: 1vh;
  padding: auto auto;
  position: absolute;
  bottom: 8px;
  width: 100%;
  textcarr-align: center;
  margin-left: 15vw;
}

.bullets {
  margin-left: 50%;
}

.point {
  cursor: pointer;
  height: 1vw;
  width: 1vw;
  background-color: #ffe1b6;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.point:hover {
  background-color: #ffe2b9;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease textCarr size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .textCarr {
    font-size: 11px;
  }
}

.tableChiffre {
  width: 100%;
  font-size: 1rem;

  padding: 2vh;
}

th {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #3b5f8d;
}

td {
  text-align: center;
  font-family: "Poppins", sans-serif;
  border-collapse: collapse;
}

.titreRow {
  width: 80%;
  text-align: left;
}

table,
th,
td {
  border-collapse: collapse;
  padding: 2vh;
  font-family: "Playpen Sans", cursive;
}

.Rose {
  font-weight: 500;
  color: #b7715c;
}

form {
  /* On centre le formulaire */
  margin: 0 auto;
  width: 80%;
  /* Le contour du formulaire */
  padding: 3vh;

  border-radius: 1em;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

form li + li {
  margin-top: 1em;
}

label {
  /* Taille et alignement uniformes */
  display: inline-block;
  width: 90px;
  text-align: right;
}

input,
textarea {
  /* On s'assure que les champs texte ont la même police
         Par défaut, les zones de texte ont une police à chasse
         fixe. */
  font: 1em sans-serif;
  background-color: #ffe1b6;
  /* Taille uniforme pour des champs */
  width: 40vw;
  box-sizing: border-box;
  border-radius: 2%;
  /* On utilise la même bordure que pour le formulaire */
  border: 1px solid #999;
}

input:focus,
textarea:focus {
  /* On rajoute une mise en avant pour les éléments avec
         le focus. */
  border-color: #707070;
}

textarea {
  /* On aligne les textes sur plusieurs lignes avec leur
         libellé. */
  vertical-align: top;

  /* On fournit un peut d'espace pour saisir du texte. */
  height: 5em;

  /* On permet de redimensionner verticalement. */
  resize: vertical;
  background-color: #ffe1b6;
}

.button {
  /* On aligne les boutons avec les champs texte. */
  padding-left: 16%; /* La même taille que les libellés */
  padding-top: 1%;
}

button {
  /* Une marge supplémentaire représentant approximativement
         le même espace qu'entre les libellés et les champs. */
  margin-left: 1em;
  background-color: #ffe1b6;
  border: none;
  color: #a07f7f;
  padding: 3% 6%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-family: "Playpen Sans", cursive;
}

button:hover {
  color: #ffe1b6;
  background-color: #a07f7f;
}

.basPage {
  padding-top: 3vh;
  background-color: #ffe1b6;
  color: #a07f7f;
  padding-bottom: 2vh;
}

.basPage p {
  font-size: 3vh;
  color: #a07f7f;
  text-align: center;
  font-family: "Playpen Sans", cursive;
}

@media only screen and (max-width: 768px) {
  .box {
    width: 100%;
    margin: 0;
  }
  .colRight {
    width: 100%;
  }

  .colRightNB {
    display: left;
    width: 100%;
  }

  .colLeft {
    width: 100%;
  }
  .slogan {
    margin-top: 0%;
    margin-left: 0%;
    font-size: 6rem;
  }

  .contentImg {
    width: 90%;
    padding-left: 5%;
    margin-top: 18rem;
  }
  .Carroussel {
    display: none;
    margin-left: 29%;
    width: 90%;
  }
  .prev,
  .next {
    margin-left: 9vw;
  }

  .next {
    margin-right: 6vw;
  }
}
