@media all and (orientation : portrait) {
  .page-tarifs{
    min-width: 530px;
  }
  .parcours{
    position: relative;
    top:50px;
  }  
  .coordo{
    min-width: 530px;
  }  
  .conteneur {
    display: inline-block;
    align-items: center;
  }
  .gelule, .aloe {
    min-width:100%;
  }
  footer, .boutonbas, .boutonbas2, .boutonbas3{
    min-width: 530px;
    position: relative;
    top: 50px;
  }
  footer p {
    text-align: center;
    position: relative;
    top: 50px;
  }
  .boxdroite{
    min-width: 300px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    top:50px;
  }
  .gelule{
    position: relative;
    right: 60px;
  }
  .methode{
    position: relative;
    top:50px;
    min-width: 350px;
    max-height: 900px;
    overflow: auto;
  }
  .micronut{
    min-width: 350px;
    max-height: 900px;
  }
  .micronut p{
    min-width: 350px;
    overflow: auto;
  }
  .parcours{
    min-width: 70%;
    text-align: left;
  } 
  
  }
 

  /* smartphone et tablettes */
  @media only screen and (min-width: 320px) and (max-width: 991px) {
    .conteneur {
      flex-direction: colmun;
    }
  }
  /* ordinateurs */
  @media only screen and (min-width: 992px) {
    .conteneur {
      flex-direction: row;
    }
  }

/*page ma pratique*/
.methode p {  
  text-align: justify;
}
.methode {
  width: 100%;
  margin :auto;
  background-color: white;
  position: relative;
  right: 120px;
  padding: 30px 50px 30px 50px;
  border: 3px solid black;
  border-radius: 30px;
}
/*fin page ma pratique*/


/*page html*/
.micronut p { 
  text-align:justify;
  width: 70%;
}
.micronut {
  display: inline-block;
  background: linear-gradient(90deg,#eee4e2,#f6d5ce);
  background-size:cover;
  padding: 80px 100px 80px 100px;
  border: 3px solid black;
}
.boxdroite h1,h2{
  text-align: center;
}
.gelule {
    width: 100%;
}
.gelule img, .aloe img{
    width: 100%;
    border: 10px solid black;  
}
.boxdroite{
  width: 100%;
  margin :auto;
  background-color: white;
  position: relative;
  right: 120px;
  padding: 30px 0 30px 0;
  border: 3px solid black;
  border-radius: 30px;
}
.boxdroite p{
  font-size:24px;
  font-weight:500;
  text-align: center;
}
.conteneur {
  padding-top: 100px;
  display: flex;
}
/*fin page html*/




/*page tarifs*/
.parcours{
  width: 50%;
  margin: auto;
  padding: 100px 50px 50px 50px;
  text-align: justify;
  font-weight: 500;
}
.page-tarifs{
  background-image: url(img/versus.jpg);
  background-size: contain;
}
/*fin page tarifs*/




/*page formulaire*/
iframe {  
  height: 10cm;
  width: 100%;
  margin: auto;
}
.message textarea {
  width: 100%;
  height: 4cm;
  margin-top: 5px;
  border-radius: 10px;
}
.message {
  padding: 15px;
}
form .message {
  width: 50%;
  height: 5cm;
  margin: auto;
}
form .cadre, .cadre3, .cadre4{
  border-radius: 10px;
  border: 1px solid grey;
  padding: 15px;
  margin-top: 10px;
  width: 100%;
}
form .cadre3 {
  background-image: url(img/logo-email.png);
  background-repeat: no-repeat;
  background-size: 50px;
}
form .cadre4 {
  background-image: url(img/logo-tel.jpg);
  background-repeat: no-repeat;
  background-size: 50px;
}
form .données{
  display: inline-block;
  margin: 30px;
  width: 20%;
}
.données label{
  padding: 5px;
}
.coordo{
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg,#eee4e2,#f6d5ce);
}
.titrecontact {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 48px;
  font-weight: 800;
  color: #303030;
  padding: 150px 60px 60px 60px;
}
/*fin page formulaire*/





nav.boutonbas:hover a, nav.boutonbas2:hover a,.submit button:hover, nav.boutonbas3:hover a{
  background-color: grey;
  color: #303030;
  transition: 0.3s all; 
}
nav.boutonbas a, nav.boutonbas2 a, .submit button, nav.boutonbas3 a{
  color: white;
  background-color: #303030;
  padding: 15px 30px 15px 30px;
  border-radius:10px;
}
.boutonbas, .boutonbas2{  
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.boutonbas3{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.submit button{
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: 50px;
}



.header{
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 2;
}
header nav {
  display: inline-block;
}
header nav.logo {
  width: 6%;
  padding-left: 10px;
}
header nav.logo div img{
  width: 60px;
  vertical-align: top;
}
header nav.name{
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}
header nav.name, a {
  font-family: "Montserrat", sans-serif;
  font-size: medium;
  font-weight: 500;
  color: #303030;
  text-decoration: none;
}
header nav.name:hover a{
  opacity: 0.5;
  transition: 0.3s all;
}
header nav.menu-nav ul li.bouton:hover a{
  transition: 0.3s all;
  text-decoration: underline;
}
header nav.menu-nav ul li.bouton a{
  color: #303030;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: medium;
  font-weight: 500;
}
header nav.menu-nav ul li.bouton{
  list-style-type: none; /* pour enlever les puces*/
  display: inline-block;
  padding-left: 25px;
}
header nav.menu-nav {
  vertical-align: top;
  padding-right: 35px;
  float: right;
}





footer p{
  font-size: 12px;
  text-align: center;
}

/*mise en page globale*/
p, ul, form{
  font-size: 17px;
  color: #303030; 
  font-family: "Montserrat", sans-serif;
  line-height: 0.8cm;
}

h2{
  font-family: "Montserrat", sans-serif;
  font-weight:300;
  font-size:24px;
  color: #303030;
}
h1{
  font-family: "Merriweather", serif;
  font-size: 32px;
  color: #303030;
  font-weight: bold;
}  





