
/* Importer les polices */
@import url('https://fonts.googleapis.com/css?family=Black+Ops+One|Great+Vibes|Kanit|Open+Sans|Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit: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&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/*
Style reset
*/
*{
    /* Supprimer toutes les marges */
    margin: 0;
    padding: 0;

    /* Intégrer les padding et les margin dans les largeurs */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

   -moz-user-select: none;
   -ms-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -webkit-touch-callout: none;
   user-select: none;
 }

/* Ramener la valeur de 1rem à 10px */

html{
    font-size: 62.5%;
}

/*
Style body (général)

*/

body{

    font-size: 1.8rem; /* =>17px */
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 100%;
    color: #000000;
}

a{
    text-decoration: none;
    color: white;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 600;
}


img,video{
    max-width: 60%;
}

a:hover{
    text-decoration: none;
    color: #3B5B49;
} 

button:hover{
  background-color: #fff;
  border: .2rem solid #3B5B49;
  ;
}

.navbar {
  background: #DDE1D3 !important;
  opacity: .9;
  box-shadow: 0 .1rem .8rem ;
  padding: 1.5rem;
}

.navbar-brand{
  font-weight: 500;
  padding: 1rem;
  font-size: 3rem;
  font-family: 'Great Vibes', cursive;
}

.dropdown-menu{
  font-size: 1.7rem;
  background: #DDE1D3;
  border: none;
}

.dropdown-menu .active{
  background-color: #23391B;
}

.top{
    position: fixed;
    z-index: 10;
    bottom: 5rem;
    right: 1.7rem;
    font-size: 2rem;
    background: white;
    border: .1rem solid transparent;
    box-shadow: 0 .1rem .5rem #23391B;
    color: #23391B;
    height: 4rem;
    width: 4rem;
    display: none;
    border-radius: 0;
}

.top:hover, .top:visited, .top:focus {
    color: white;
    background: #23391B;
    border-color: transparent;
    -webkit-transition: all 0.3s ease; 
    transition: all 0.3s linear;
    /* Animation au passage de la souris */
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);  
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    }

h1, h2 {
    color: #3B5B49;
    /*border-top: .15rem solid rgb(169, 169, 169);*/
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
  }
  
h1 {
text-transform: uppercase;
margin-top: 7rem;
}

h3{
    font-size: 2rem;
    color: white;
    font-weight: bold;
}

main{
    margin-bottom: 5rem;
    color: #23391B;
}

/* Accueil */
  section {
    padding: 2rem 5rem;
    margin: auto;
  }
  
  [type="submit"] {
  background-color: #3B5B49;
  padding: 2rem;
  border: none;
  border-radius: .5rem;
}
  
  i{
    color: #fff;
  }
  
  p{
    text-align: justify;
  }
  
 .rdv{
  padding: 7rem;
  background-image: url('../img/rdv.jpeg');
  background-position: 60% 70%;
  background-size: 110%;
}

  .rdv i {
    color: #3B5B49;
  }
  
  .rdv div {
  background-color: #FFFDF0;
   margin-bottom: 4rem;
   padding: 0 3rem;
   border-radius: .5rem;
}

.rdv [type="submit"]{
  background-color: #FFFDF0;
}

.rdv [type="submit"] a{
  color: #3B5B49;
}
.rdv [type="submit"]:hover {
  background-color: #3B5B49;
}

.rdv [type="submit"] a:hover, .rdv [type="submit"] i:hover {
  color: #FFFDF0;
}

b {
  color: #3B5B49;
  font-size: 2rem;
  display: block;
  padding-bottom: 5rem;
  font-style: italic;
}

  article {
    display: inline-block;
  }

  .consultation{
    background-color: #DDE1D3;
  }

  .consultation article{
    margin: 1rem  ;
  }

  section img {
    display: block;
    margin: 2rem auto;
    max-width: 30rem;
  }
  

  .info img {
    display: inline;
    max-width: 10rem;
  }
  
  img{
    opacity: .9;
    border-radius: .8rem;
  }
  
  [alt="Laïs Rullier"]{
    max-width: 25rem;
    opacity: .5;
  }

  /* Consultations */
   
  .symptomes{
    font-style: italic;
    font-weight: 500;
    color: #CD832B;
  }
  
    .vert {
    background-color: #DDE1D3;
  }
  
  .solution{
    background-color: #FFFDF0;
  }

  .solution, .symptomes, .vert, .important{
    padding: 2rem;
    border-radius: .5rem;
  }
  
    .important {
    background-color: #F4D8B7;
    margin-bottom: 2rem;
  }
  
  span{
    font-weight: 550;
  }
  
  .infos a{
    color: #3B5B49;
    font-weight: 600;
    text-decoration: underline;
  }
  .infos img{
    max-width: 30%;
  }

/* Footer */
footer{
    bottom:-5;
    width: 100%;
    z-index: 5;
    color: black;
    padding: 1.5rem;
    border-top:.1rem solid black;
    background: white;
}

footer p {
  text-align: center;
}

/* Affichage sur grands écrans (taille > 768px)*/
@media only screen and (min-width: 768px) {
  
  
  #navbarSupportedContent{
    margin-left: 5rem;
  }
  .navbar-brand {
  margin-right: 3rem;
}
section {
  padding: 3rem 10rem;
  
}
  .solution, .symptomes, .important{
    margin: 1rem 12rem;
  }
  
  section img {
  max-width: 40rem;
}
  
}

/* Affichage sur grands écrans (taille > 992px)*/
@media only screen and (min-width: 992px) {
  #navbarSupportedContent{
    margin-left: 10rem;
  }
  .navbar-brand {
  margin-right: 6rem;
}
section {
  padding: 5rem 15rem;
  margin: 1rem 10rem;
}


  .solution, .symptomes, .important{
    margin: 1.5rem 20rem;
  }
  
}



