
/* Général* */

body {
  margin: 0;
  padding: 0;
}
.ct_top {
  height: auto;
  width: 84.3em;
}

#contact_top {
  margin-left: 85%;
  padding: 0.5rem;
}

#contact_top a {
  margin: auto;  
}

#contact_top li {
  list-style: none;
  padding-right: 1rem;
}

.fa-phone {
  color: #2d6650;
}

.fa2-sharp {
  color:#2d6650;
}

.fa-calendar-check {
  color:#2d6650;
}


.telephone-link {
  position: relative;
}

.telephone-link::before {
  content: attr(data-tel);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color:#2d6650;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  white-space: nowrap;
}

.telephone-link:hover::before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}


.logo {
  width: 100%;
  background-color: transparent;
  height: 15em;
}


.logo img {
    height: 12em;
    background-color: transparent;
    margin-top: -5%;
    
}

img {
  max-width: 100%;
}


.flex {
  display: flex;
}


#navigation {
  width: 100%;
  justify-content:space-between;
  height: auto;
  background-color: white;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  margin-top: 4%;
  padding-top: 2.1%;
  padding-bottom: 2%;
}

#navigation li {
  list-style: none;
}

#navigation a {
  min-width: 170px;
  margin: auto;
  padding: 1.4rem 1.5rem;
  text-align: center;
  color: black;
  border-radius: 4px;
  background-color:white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 155%;
  left: 0;
  border: 1px solid black;
}

nav ul ul li {
  display: block;
}

nav ul ul li a {
  display: block;
  border-bottom: 1px solid black;
}

nav ul li:hover ul{
  display: block;
  z-index: 1000;
}




#navigation a:hover {
  border: auto solid #000000;
  text-decoration: none;
  background-color:#2d6650;
  color: white;
  box-shadow: 0 0 10px white;
  }

#navigation a.actif {
  color: white;
  box-shadow: 0 0 10px white;
  background-color:#2d6650;
}

/* Partie section page principal*/


#photo2 {
  position: relative;
}

#photo2 img {
  display: block;
  max-width: 100%;
}

.h1-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(images/coton2.jpg);
}

.h1-container h1 {
  font-size: 3vw; /* taille de police en pourcentage de la largeur de la fenêtre */
  margin: 0;
  padding: 4%;
  color: #788A6D;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  animation: apparition 2s ease-out forwards;
}

.h1-container h1:nth-child(2n) {
  transform: translate(-20%, 90%); /* décaler de 50% la deuxième ligne*/
  top: 25%; /* décaler verticalement de 25% */
}

.h1-container h1:nth-child(2n-1) {
  transform: translate(-20%, -90%); /* décaler de 50% la première ligne */
  top: -25%; /* décaler verticalement de -25% */
}

@keyframes apparition {
  from {opacity: 0;}
  to {opacity: 1;}
}

#text {
  width: 100%;
  margin-top: 5%;
  justify-content: center;
}

.italic {
  font-style: italic;
}
/* Texte découvrir  page principal*/

.box_decouvrir {
  background-color:#2d6650;
  margin-top: 8%;
}


.decouvrir {
  width: 100%;
  height: auto;
  margin: 10% 10%;
  font-size: 1.3rem;
  background-color:#2d6650;
  font-family: 'Cormorant Garamond', serif;
}

.decouvrir p, strong {
  background-color:#2d6650;
  color: white;
}

.photo_decouvrir {
  width: 100%;
  margin-top: 5%;
  background-color: #2d6650;
}

.photo_decouvrir img {
  border-radius: 6%;
  margin: auto 20%;
}

.btn_decouvrir {
  width: 25%;
  background-color:#2d6650;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
  color: black;
  border-radius: 6%;
  margin-top: 7%;
  border: 1px solid black;
  box-shadow: 0 0 10px white;

}

.btn_decouvrir i {
  background-color:#2d6650;
  padding-left: 3%;
  color: white;
}

.btn_decouvrir a  {
   color: white;
  }

.btn_decouvrir a:hover {
  text-decoration: none;
  color: white;
}

/* aside avec la présentation + photo sur page principale*/


.margot {
  width: 30%;
  margin: 2% 5%;
}

.margot img {
  border-radius: 50%;
}

.margot2 img {
  display: none;
}

.txt_margot {
  width: 80%;
  margin: 2% 5%;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif;
}

.itl {
  font-style: italic;
}

.blt {
  font-weight: bold;
}

/* Partie section page "réflexologie" */


#text2 {
  width: 600px;
  margin-top: 5%;
  margin-left: 5%;
  justify-content: center;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif;
}

#cranienne {
  width: 600px;
  margin-top: 5%;
  margin-left: 5%;
  justify-content: center;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif;
}

#palmaire {
  width: 600px;
  margin-top: 5%;
  margin-left: 5%;
  justify-content: center;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif;
}

#bienfaits {
  margin-top: 5%;
  margin-left: 10%;
  padding-bottom: 5%;
  background-color: #2d6650;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}

#bienfaits h2 {
  background-color:#2d6650;
  color:white;
}

#bienfaits li {
  background-color:#2d6650;
  color: white;
}

#bienfaits ul {
  background-color:#2d6650;
}

#indication {
  margin-top: 2%;
  margin-left: 10%;
  width: 50%;
  margin-right: 5%;
  background-color:#2d6650;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}

#indication h2 {
  background-color:#2d6650;
  color: white;
}

#indication li {
  background-color:#2d6650;
  color: white;
}

#indication ul {
  background-color:#2d6650;
}


.cadre1 {
  flex-wrap: wrap;
  margin-top: 5%;
  border: 1px solid #2d6650;
  background-color: #2d6650;
}

.cadre2 {
  max-width: 100%;
  margin-top: 5%;
  margin-left: 5%;
  justify-content: center;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif;
}

#pour_qui {
  width: 100%;
}

.mb {
  width: 35%;
}





#photo_pieds {
  width: 700px;
  margin-left: 5%;
  margin-top: 5%;
}

#photo_seance {
  margin-top: 5%;
  width: 22%;
  margin-left: 5%;
  background-color:#2d6650;
}


.half-lign {
  border-top: 1px solid #2d6650;
  width: 20%;
  margin: 5% auto;
}

#seance {
  font-size: 1.3rem;;
  margin-left: 5%;
  width: 60%;
  background-color:#2d6650;
  font-family: 'Cormorant Garamond', serif;
}

#seance h2 {
  background-color:#2d6650;
  color: white;
}

#seance li {
  background-color:#2d6650;
  color: white;
}

#seance ul {
  background-color:#2d6650;
}

#seance p {
  background-color:#2d6650;
  color: white;
}

.seance {
  padding-top:4%;
  padding-bottom: 4%;
  margin-top: 5%;
  border: 1px solid #2d6650;
  background-color: #2d6650;
}

.je_reserve {
  width: 30%;
  text-align: center;
  margin-left: 30%;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 10px;
  font-weight: bolder;
}

.je_reserve a {
  color:#2d6650;
}

.je_reserve a:hover {
  text-decoration: none;
  color:#2d6650;
}

#photo_crane img {
  border-radius: 50%;
}

#photo_crane {
  width: 30%;
  margin-left: 10%;
  margin-top: 10%;
}

#reflexo-palmaire {
  width: 20%;
  margin-left: 10%;
  margin-top: 10%;
}

/*scroll to top*/

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  border: none;
  outline: none;
  background-color:#2d6650;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#scroll-to-top i {
  position: relative;
  top: -1px;
  color: white;
  background-color:#2d6650;
}

#scroll-to-top:hover {
  background-color:#2d6650;
}

.bali {
  width: 100%;
  text-align: center;
}

.bali img {
  width: 45%;
  text-align: center;
}


/*partie footer */

#maps {
  margin-top: 5%;
  margin-left: 20%;
}

.contact {
  margin-top: 9%;
  margin-left: 10%;
  margin-bottom: 6%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  width: 30%;

}

.rsx {
  margin-top: 10%;
  font-size: 3rem;
  width: 30%;
  margin-left: 14%;
  background-color: white;
}

.fa-facebook {
  margin-right: 10%;
color:#2d6650;}

.fa-sharp {
  margin-left: 10%;
  color:#2d6650;
}

.fa-instagram {
  color:#2d6650;
}



.logo_footer {
  width: 30%;
  margin-left: 10%;
  margin-top: 3%;
}

/* Page rendez-vous */


.calendly-inline-widget {
  position: relative;
}



/* Page prestation */

#cils h2{
  display: flex;
  justify-content: center;
  padding: 5% 5% 5% 5%;
  box-shadow: 0 0 50px #2d6650;
  font-family: 'Cormorant Garamond', serif;

}

.card {
  position: absolute;
  width: 520px;
  height: 450px;
  box-shadow: 0px 0px 50px #2d6650;
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}

.card2 {
  position: relative;
  width: 800px;
  height: 800px;
  box-shadow: 0px 0px 50px #2d6650;
  padding: 5px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  padding: 5%;
}

.card3 {
  position: relative;
  width: 520px;
  height:300px;
  box-shadow: 0px 0px 50px #2d6650;
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}

.card4 {
  position: relative;
  width: 800px;
  height: 700px;
  box-shadow: 0px 0px 50px #2d6650;
  padding: 5px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  padding: 5%;
}

.card4 h2 {
  padding: 5% 5% 5% 5%;
  box-shadow: 0 0 50px #2d6650;
}

.card4 a {
  color:#2d6650;
}
.card3 h2 {
  padding: 5% 5% 5% 5%;
  box-shadow: 0 0 50px #2d6650;
}

.card3 a {
  color:#2d6650;
}


.card2 h2 {
  padding: 5% 5% 5% 5%;
  box-shadow: 0 0 50px #2d6650;
}

.card2 a {
  color:#2d6650;
}

.card_sourcil {
  position: absolute;
  width: 520px;
  height: 450px;
  box-shadow: 0px 0px 50px #2d6650;
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
}

.house2 {
  text-align: left;
  padding-left: 5%;
  padding-top: 2%;
  padding-bottom: 1%;
  border-radius: 4px;
}

.house2 p {
  margin-left: 5%;
  margin-top: 2%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: bolder;
}

.house2 p + p {
  margin-left: 45%;
  font-size: 1.3rem;
  margin-top: 2%;
  font-weight: bolder;
}

.house2 p + p + i {
  margin-left: 2%;
  font-size: 1rem;
  margin-top: 2%;
}

.car2 {
  text-align: left;
  padding-left: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: white;
  border-radius: 4px;
}


.car2 p {
  margin-left: 5%;
  margin-top: 2%;
  background-color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: bolder;
}

.car2 p + p {
  margin-left: 33%;
  background-color: white;
  font-size: 1.3rem;
  margin-top: 2%;
}

.car3 p + p {
  margin-left: 40%;
  background-color: white;
  font-size: 1.3rem;
  margin-top: 2%;
}

.car2 p + p + i {
  margin-left: 2%;
  font-size: 1rem;
  margin-top: 2%;
}

.card2 a:hover {
  text-decoration: none;
}

.card2 h2:hover {
  border: auto solid #2d6650;
  text-decoration: none;
  background-color:#2d6650;
  color: white;  
}

.box_card {
  justify-content: center;
  border-radius: 20%;
}

.card h2 {
  padding: 5% 5% 5% 5%;
  box-shadow: 0 0 50px #2d6650;
}

.card a {
  color:#2d6650;
}

.card a:hover {
  text-decoration: none;
}

.card h2:hover {
  border: auto solid #2d6650;
  text-decoration: none;
  background-color:#2d6650;
  color: white;  
}

.card4 a {
  color:#2d6650;
}

.card4 a:hover {
  text-decoration: none;
}

.card41 h2:hover {
  border: auto solid #2d6650;
  text-decoration: none;
  background-color:#2d6650;
  color: white;  
}

.card3 a {
  color:#2d6650;
}

.card3 a:hover {
  text-decoration: none;
}

.card3 h2:hover {
  border: auto solid #2d6650;
  text-decoration: none;
  background-color:#2d6650;
  color: white;  
}

.half-lign2 {
  border-top: 1px solid #2d6650;
  width: 40%;
  margin: 3% auto;
}

.half-lign3 {
  border-top: 1px solid #2d6650;
  width: 100%;
  margin: 3% auto;
}

.house {
  text-align: left;
  padding-left: 5%;
  padding-top: 8%;
  padding-bottom: 1%;
  border-radius: 4px;
}

.house p {
  margin-left: 5%;
  margin-top: 5%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: bolder;
}

.house p + p {
  margin-left: 45%;
  font-size: 1.3rem;
  margin-top: 4%;
  font-weight: bolder;
}

.house p + p + i {
  margin-left: 2%;
  font-size: 1rem;
  margin-top: 5%;
}

.car {
  text-align: left;
  padding-left: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: white;
  border-radius: 4px;
}


.car p {
  margin-left: 5%;
  margin-top: 5%;
  background-color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: bolder;
}

.car p + p {
  margin-left: 45%;
  background-color: white;
  font-size: 1.3rem;
  margin-top: 5%;
}

.car p + p + i {
  margin-left: 2%;
  font-size: 1rem;
  margin-top: 5%;
}

.house3 {
  text-align: left;
  padding-left: 5%;
  padding-top: 8%;
  padding-bottom: 1%;
  border-radius: 4px;
}

.house3 p {
  margin-left: 5%;
  margin-top: 5%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: bolder;
}

.house3 p + p {
  margin-left: 45%;
  font-size: 1.3rem;
  margin-top: 4%;
  font-weight: bolder;
}

.house3 p + p + i {
  margin-left: 2%;
  font-size: 1rem;
  margin-top: 5%;
}

.car3 {
  text-align: left;
  padding-left: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: white;
  border-radius: 4px;
}


.car3 p {
  margin-left: 5%;
  margin-top: 5%;
  background-color: white;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: bolder;
}

.car3 p + p {
  margin-left: 45%;
  background-color: white;
  font-size: 1.3rem;
  margin-top: 5%;
}

.car3 p + p + i {
  margin-left: 2%;
  font-size: 1rem;
  margin-top: 5%;
}

.description {
  margin-top: 5%;
}

.condition {
  margin-left: 10%;
  font-family: 'Cormorant Garamond', serif;

}

/*page bon cadeau  */

.b-c {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  width: 40%;
  text-align: left;
  margin: 0 5%;
}


.imgBon {
  max-width: 100%;
}

.b-c2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  width: 40%;
  text-align: left;
  margin: 0 5%;
}


/* Page "me contacter" */

form {
  width: 50%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  margin: auto;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
}

button[type="submit"] {
  background-color:#2d6650;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color:#2d6650;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0px 0px 5px #2d6650;
}

.message {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #2d6650;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.hidden {
  display: none;
}

/********************************page cils***********************************/
.cils {
  max-width: 100%;
  margin: 5%;
  justify-content: center;
  width: 90%;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif ;
}

.cadre_cils{
  margin-top: 3%;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif;
}

#cils_a_cils{
width: 400em;
}

.c2 {

  margin-left: 10%;
}

.c2 img {
  border-radius: 50%;
  margin-left: -20%;
}

#v_mixte {
  width: 400em;
  margin-top: 5%;
}

.c3 {
  margin-left:10% ;
  transform: rotate(270deg);
}

.c3 img {
  border-radius: 50%;
}

.c4 {margin-left: 10%;
}

.c4 img {
    border-radius: 50%;
    margin-left: 65%;
    margin-top: 10%;
}

.c5 img {
  border-radius: 50%;
  margin-left: 65% ;
}

/***********************************Page soucils*****************************/

.sourcils {
  max-width: 100%;
  margin: 5%;
  justify-content: center;
  width: 90%;
  font-size: 1.3rem;
  font-family: 'Cormorant Garamond', serif ;
}

/**********************************Media queries*****************************/

@media only screen and (max-width: 767px) {

  body {
    margin: 0  ;
    padding: 0 ;
    max-width: 100%;
    }

  .flex {
    display: block;
  }

  .ct_top {
    margin: 0 auto;
    max-width: 100%;
  }

  #contact_top {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    z-index: 999;
    position: relative;
  }

  header {
    display: flex;
  }


  .logo {
    display: flex;
    max-width: 100%;
    justify-content: center;
    background-color: transparent;
      }

  .logo img {
    background-color:transparent;
    max-width: 100%;
    }

  #navigation {
    display: flex;
    text-align: center;
    width: auto;
    height: auto;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10%;
    margin-left:10% ;
    max-width: 100%;
    margin: 0 auto;
    }

    .one, .two, .three, .four {
      display:flex;
      max-width: 100%;
      font-size: 1.4rem; 
    }

    .two, .three {
      max-width: 100%;
      margin-top: 100%;
      text-align: center;
    }

    .one, .four {
      max-width: 100%;
      margin-top : 80%;
      margin-left: -22%;
    }
    
    #navigation a {
    font-size: 1.5rem;
    min-width: auto;
    margin: auto;
    max-width: 100%;
    }

    #navigation li {
      margin-top: 10%;
      max-width: 100%;
      margin-bottom: 10%;
    }

    nav ul li:hover ul{
      display: none;
    }
    

    section {
      display: flex;
    }

    #photo2 {
      max-width: 100%;
      margin: 16% 0;
     }

     .h1-container {
      background-size:contain;
     }

     


    .box_decouvrir {
      display: flex;
      max-width:100% ;
      flex-direction: column;
      background-color: #2d6650;
    }

    .decouvrir {
      padding-top: 8%;
      max-width: 100%;
      text-align: center;
      margin: 0 auto;
    }

    .btn_decouvrir {
   width: 50%;
   border-radius: 4%;
   margin: 5% auto;
}

.presentation {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.txt_margot {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.photo_decouvrir img {
   width: 100%;
   margin: 0 auto;
   border-radius: 0;
}

.margot{
  display: none;
}

.margot2 img {
  display: inline;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;  
}

footer {
  display: flex;
  max-width: 100%;
  flex-direction: column;
}

.contact {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

#scroll-to-top{
  font-size: 2.5rem;
  opacity: 0.5;
  margin-right: 20%;
}

#maps {
  margin: 0;
}

#maps iframe {
  width: 100%;
}
 
.rsx {
  display: inline;
  text-align: center;
  background-color:#2d6650;
  max-width: 100%;
}

.logo_footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.half-lign {
  width: 30%;
}


/***************************Reflexologie***************************************/

.reflexo {
  display: flex;
  max-width: 100%;
  flex-direction: column;
}

#text2 {

  width: 80%;
  text-align: center;
  margin: 10% auto;
}

#photo_pieds {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}

.cadre1 {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  
}

#bienfaits {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 6%;
}

#bienfaits li {
  text-align: left;
}

#indication {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#indication li {
  text-align: left;
}

.cadre2 {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  
}

#pour_qui {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#pour_qui li {
  text-align: left;
}

.mb {
width: 100%;
}

.mb img {
  border-radius: 0%;
}

.seance {
  display: flex;
  max-width: 100%;
  flex-direction: column;
}

#photo_seance {
  width: 100%;
  margin: 0 auto;
}

#seance {
width: 100%;
text-align: center;
margin: 0 auto;
margin-top: 10%;
}

#seance li {
  text-align: left;
}

.je_reserve {
  width: 50%;
  margin: 10% auto;
  padding-top: 3%;
  padding-bottom: 3%;

}
.je_reserve a {
  color:#2d6650;
}

#scroll-to-top {
  margin: 0 auto;
}

/*****************Tarifs**************************************/

.card {
  width: 90%;
  height: 50%;
}

.card2 {
  width: 90%;
  height: 50%;
}

.card3{
  width: 90%;
  height: 50%;
}


.house {
display: flex;
}

.house2 {
  display: flex;
  }

.car {
  display: flex;
}

.car2 {
  display: flex;
}

/************************************Me contacter*******************************************/

form {
  width: 90%;
  margin-top: 5%;
}


/******************************** BON CADEAU ***************************************************/

.mon-element {
  flex-direction: column;
}

.b-c {
  width: 80%;
  margin:10% auto;
  font-family: 'Cormorant Garamond', serif;

}

.imgBon {
  padding-bottom: 20%;
}

.b-c2 {
  width: 80%;
  margin: 2% auto;
  font-family: 'Cormorant Garamond', serif;

}
}


@media only screen and (min-width: 768px) and (max-width: 1180px) {


  .ct_top {
    width: 100%;
  }

  .logo img {
    background-color: transparent;
    width:100%;
     margin-left: 5%;
     margin-top: 16%;
  }

  nav ul li:hover ul{
    display: none;
  }
  

  #navigation {
    display: flex;
    position: relative;
    margin-top: 30%;
    text-align: center;
    width: 100%;
    height: auto;
    flex-direction: column;
    margin-left: 40%;
    margin-bottom: 10%;
    }
    
    #navigation li {
    margin-bottom: 15%;
    margin-top: 10%;
    }
    
    #navigation a {
    min-width: auto;
    padding: 10px;
    font-size: 1.5rem;
    }

    .one, .two, .three, .four {
      margin-top: 25%;
    }

    .btn_decouvrir {
      width: 100%;
      border-radius: 0;
   }

   #maps {
    width: 100%;
    margin: 0% auto;
    text-align: center;
   }

   footer {
    width: 100%;
    margin: 0 auto;
   }

   .rsx {
    display: flex;
    width: 100%;
    }

  .contact {
    width: 30%;
  }

  .logo_footer {
    margin-top: 5%;
    width: 100%;
  }
}