html {
  height: 100%;
}
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('CaviarDreams-webfont.eot');
    src: url('CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('CaviarDreams-webfont.woff') format('woff'),
         url('CaviarDreams-webfont.ttf') format('truetype'),
         url('CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  background-color: white;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}
     

a {
  font-family: caviar_dreamsregular;
}

h1 {
  text-align: center;
  font-family: caviar_dreamsregular;
}

.btn-treehouse {
  color: white;
  padding: 10px 17px;
  border-radius: 4px;
  border : none;
  /*box-shadow: 2px 2px 3px black;*/
  font-weight: normal;
  font-family: caviar_dreamsregular;
  font-size: 17px;
  background-color: #2666A2;
  /*transition: background 0.3s ease;*/
  cursor: pointer;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 350px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: caviar_dreamsregular;
}

.title {
  color: grey;
  font-size: 18px;
}

.card h1 {
  font-size: 15px;
}

.card button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #2666A2;
  text-align: center;
  /*cursor: pointer;*/
  width: 50%;
  font-size: 18px;
}

.card a {
  text-decoration: none;
  font-size: 15px;
  color: black;
}

/**.card button:hover, a:hover {
  opacity: 0.7;
}*/



.cookie-alert {
   position: fixed;
   bottom: 20px;
   right:20px;
   border-radius: 10px;
   background:#2f2f2f;
   color:#fff;
   padding:10px 15px;
   width:280px;
   z-index:100;
}
.cookie-alert a { 
   display:block;
   text-align: center;
   padding:5px 10px;
   margin:8px auto 0 auto;
   border-radius: 10px;
   background:transparent;
   border: 2px solid #46A2D9;
   color:#46A2D9;
   transition: all .3s ease;
}
.cookie-alert a:hover {
      background: #46A2D9;
      color:#2f2f2f;
   }
   
@media only screen and (max-width:480px) {
   .cookie-alert {
      text-align: center;
      left: 0; right: 0;;
        margin: 0 auto;
      max-width:700px;
      padding:10px 30px;
   }
}

.actu {
   position: fixed;
   bottom: 20px;
   right:320px;
   border-radius: 10px;
   background:#2f2f2f;
   color:#fff;
   padding:10px 15px;
   width:300px;
   z-index:100;
}
.actu a { 
   display:block;
   text-align: center;
   padding:5px 10px;
   margin:8px auto 0 auto;
   border-radius: 10px;
   background:transparent;
   border: 2px solid #46A2D9;
   color:#46A2D9;
   transition: all .3s ease;
}
.actu a:hover {
      background: #46A2D9;
      color:#2f2f2f;
   }
   
@media only screen and (max-width:480px) {
   .actu {
      text-align: center;
      left: 0; right: 0;;
        margin: 0 auto;
      max-width:700px;
      padding:10px 30px;
   }
}


.compte {
  color: none;
  border: 1px solid #EEECEE;
  border-radius: 10px;
  padding: 2px;
  margin: auto;
  width: 350px;
  margin-top: 50%;
  margin-bottom: 50%;
  background-color: white;
}

.compte1 {
  color: none;
  border: 1px solid #EEECEE;
  border-radius: 10px;
  padding: 2px;
  margin: auto;
  width: 400px;
  margin-top: 50%;
  margin-bottom: 50%;
  background-color: white;
}

.form-basic{
    max-width: 640px;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    padding: 40px;
    box-sizing: border-box;
    background-color:  #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid lightgrey;
    font: 14px sans-serif;
    text-align: center;
}

.form-basic .form-row{
    text-align: left;
    margin-bottom: 22px;
}

.form-basic .form-title-row{
    text-align: center;
    margin-bottom: 55px;
}

/* The form title */

.form-basic h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 24px;
    padding: 0 10px 15px;
    border-bottom: 2px solid #6caee0;
    margin: 0;
}

.form-basic .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color: #5F5F5F;
    width: 180px;
    text-align: right;
    vertical-align: top;
    padding: 12px 25px;
}

.form-basic input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}
.form-basic input[class="inp-individual-day"], .form-basic input[class="inp-individual-month"]{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 65px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}

.form-basic input[class="inp-individual-year"]{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 100px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}


.form-basic input[type=radio],
.form-basic input[type=checkbox]{
    box-shadow: none;
    width: auto;
}
.form-login input[type=radio],
.form-basic input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-basic input[type=checkbox]{
    margin-top: 13px;
}

.form-basic select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    max-width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
}

.form-basic textarea{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 240px;
    height: 80px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    font: normal 13px sans-serif;
    padding: 12px;
    border: 1px solid #dbdbdb;
    resize: vertical;
}

.form-basic .form-radio-buttons{
    display: inline-block;
    vertical-align: top;
}
.form-login .form-radio-buttons{
    display: inline-block;
    vertical-align: top;
}

.form-basic .form-radio-buttons > div{
    margin-top: 10px;
}
.form-login .form-radio-buttons > div{
    margin-top: 10px;
}

.form-basic .form-radio-buttons label span{
    margin-left: 8px;
    color: #5f5f5f;
    font-weight: normal;
}
.form-login .form-radio-buttons label span{
    margin-left: 8px;
    color: #5f5f5f;
    font-weight: normal;
}

.form-basic .form-radio-buttons input{
    width: auto;
}
.form-login .form-radio-buttons input{
    width: auto;
}

.form-basic button{
    display: block;
    border-radius: 2px;
    background-color:  #6caee0;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 22px;
    border: 0;
    margin: 40px 183px 0;
}

.stripe-button-el span {
  background: none;
  box-shadow: none;
}
/*  Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 600px) {

    .form-basic{
        padding: 30px;
        max-width: 480px;
    }

    .form-basic .form-row{
        max-width: 300px;
        margin: 25px auto;
        text-align: left;
    }

    .form-basic .form-title-row{
        margin-bottom: 50px;
    }

    .form-basic .form-row > label span{
        display: block;
        text-align: left;
        padding: 0 0 15px;
    }

    .form-basic select{
        width: 240px;
    }

    .form-basic input[type=checkbox]{
        margin-top:0;
    }

    .form-basic .form-radio-buttons > div{
        margin: 0 0 10px;
    }

    .form-basic button{
        margin: 0;
    }

}

.form-login{
  max-width: 640px;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color:  #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid lightgrey;
    font: 14px sans-serif;
    text-align: center;
    /*max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    position: relative;


    font: bold 14px sans-serif;
    text-align: center;*/
    font-family: caviar_dreamsregular;
}

.form-log-in-with-email{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 130px;
    text-align: center;
}

.form-log-in-with-email .form-white-background{
    width: 570px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 60px 80px;
    margin-bottom: 32px;
}


.form-log-in-with-email .form-row{
    text-align: left;
    margin-bottom: 23px;
}

.form-log-in-with-email .form-title-row{
    text-align: center;
    margin-bottom: 30px;
    margin-top: -10px;
}

.form-log-in-with-email h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #4c565e;
    font-size: 24px;
    padding: 0 30px 15px;
    border-bottom: 2px solid #6caee0;
    margin:0;
}

.form-log-in-with-email .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    color:  #5f5f5f;
    width: 125px;
    text-align: right;
    padding-right: 25px;
}

.form-log-in-with-email input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 230px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}

.form-log-in-with-email button{
    display: block;
    border-radius: 2px;
    background-color:  #6caee0;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 35px;
    border: 0;
    margin: 55px auto 0;
    cursor: pointer;
}

.form-log-in-with-email .form-forgotten-password,
.form-log-in-with-email .form-create-an-account{
    text-decoration: none;
    padding: 4px 8px;
    font-weight: normal;
}

.form-log-in-with-email .form-forgotten-password{
    color:  #4e9eda;
}

.form-log-in-with-email .form-create-an-account{
    color:  #7b9d62;
    background-color: #d6f0c3;
}

.form-log-in-with-email:after{
    /*content: 'OR';*/
    position: absolute;
    bottom: 260px;
    right: -100px;

    border-radius: 50%;
    background-color: #edeca5;
    width: 50px;
    height: 50px;
    color: #93923b;
    font-size: 17px;
    line-height: 50px;
}



/*  Making the form responsive. Remove these media queries
    if you don't need the form to work on mobile devices. */

@media (max-width: 900px) {

    .form-login{
        margin: 20px auto;
    }

    .form-log-in-with-email{
        position: relative;
        display: block;
        margin: auto;
    }

    .form-log-in-with-email .form-white-background{
        margin: 0 auto 32px;
    }

    .form-log-in-with-email:after{
        bottom: -80px;
        left: 50%;
        margin-left: -25px;
    }

    .form-sign-in-with-social{
        margin-top: 60px;
    }

}

@media (max-width: 600px) {

    .form-log-in-with-email .form-white-background{
        width: 300px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .form-log-in-with-email .form-row > label span{
        display: block;
        text-align: left;
        padding: 0 0 10px;
    }

    .form-log-in-with-email .form-email,
    .form-log-in-with-email .form-password{
        display: block;
        margin: 0 auto;
    }

    .form-log-in-with-email:after{
        bottom: -80px;
        left: 50%;
        margin-left: -25px;
    }

    .form-log-in-with-email .form-forgotten-password,
    .form-log-in-with-email .form-create-an-account{
        display: block;
        margin: 5px auto;
        max-width: 180px;
    }

}


.container {
  width: 80%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 10px;
  margin-left: 10px;
}

.card {
  margin: 10px 20px 10px 0px;
  background: yellow;
  position: relative;
  border-radius: 5px; 
  width: 320px;
  height: 320px;
  background: url(Images/math.jpg);
  background-size: cover;
  color: white;
  border-radius: 5px;
  text-shadow: 0 0 10px black;
  font-family: caviar_dreamsregular;
}

.card1 {
  margin: 10px 20px 10px 0px;
  background: yellow;
  width: 320px;
  height: 320px;
  position: relative;
  background: url(Images/physique.jpg);
  background-size: cover;
  color: black;
  border-radius: 5px;
  text-shadow: 0 0 10px black;
  font-family: caviar_dreamsregular;
}

.card1 h3 {
  color: black;
}

.card2 {
  margin: 10px 10px 20px 20px;
  background: yellow;
  height: 200px;
  border-radius: 5px; 
  width: 320px;
  height: 320px;
  position: relative;
  background: url(Images/chimie.jpg);
  background-size: cover;
  color: white;
  border-radius: 5px;
  text-shadow: 0 0 10px black;
  font-family: caviar_dreamsregular;
}



.card-avatar {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.card-author {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.card-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.card-author {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.card-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.card1-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
}


.avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: bottom;
}

.avatar-lg {
  width: 150px;
  height: 150px;
}

.avatar-xs {
  width: 16px;
  height: 16px;
}

.avatar-md {
  width: 72px;
  height: 72px;
}

.card {
  height: 175px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  background-size: cover !important;
  background-position: center;
  color: white;
  position: relative;
}

.card1 {
  height: 175px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  background-size: cover !important;
  background-position: top;
  color: white;
  position: relative;
}

.card2 {
  height: 175px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  background-size: cover !important;
  background-position: center;
  color: white;
  position: relative;
}


.card-user {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  border-radius: 50%;
}
.card-category {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 15px;
  text-transform: uppercase;
}
.card-description {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.card-description h2 {
  font-size: 24px;
}
.card-description p {
  font-size: 14px;
  opacity: 0.7;
  font-weight: lighter;
}
.card-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: black;
  opacity: 0;
}

.profil {
  color: none;
  border: 1px solid #EEECEE;
  border-radius: 10px;
  padding: 2px;
  margin: auto;
  width: 800px;
  margin-top: 50%;
  margin-bottom: 50%;
  background-color: white;
  font-size: 65%;
  font-family: caviar_dreamsregular;
}

.edition {
  color: none;
  border: 1px solid #EEECEE;
  border-radius: 10px;
  padding: 2px;
  margin: auto;
  width: 500px;
  margin-top: 50%;
  margin-bottom: 50%;
  background-color: white;
  font-size: 65%;
  font-family: caviar_dreamsregular;
}

.affichage{
  display: table;
  color: none;
  border: 1px solid #EEECEE;
  border-radius: 10px;
  padding: 2px;
  width: 800px;
  margin : auto;
  margin-bottom: 3%;
  margin-top: 1%;
  background-color: white;
  
}

.affichage1{
  color: none;
  border-right: 1px solid #EEECEE;
  border-radius: 10px;
  padding: 2px;
  width: 800px;
  margin-right: 50px;
  background-color: white;
  
}


.affichage2{
  color: none;
  border-radius: 10px;
  padding: 20px;
  width: 20%;
  background-color: white;
  margin-left: 30%;
}

.affichage3{
  display: table;
  color: none;
  border: 1px solid #EEECEE;
  border-radius: 10px;
  padding: 2px;
  width: 90%;
  margin-bottom: 3%;
  margin-top: 1%;
  margin-left: 5%;
  background-color: white;
}


.container3 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  
}

h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center;
  small {
    font-size: 0.5em;
  }
}

.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
li.table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
li.table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    margin-left: -40px;
  }
.table-header col-1 {
    flex-basis: 10%;
  }
.table-header col-2 {
    flex-basis: 40%;
  }
.table-header col-3 {
    flex-basis: 25%;
  }
.table-header col-4 {
    flex-basis: 25%;
  }
.table-header col-5 {
    flex-basis: 10%;
  }
.table-header col-6 {
    flex-basis: 40%;
  }
.table-header col-7 {
    flex-basis: 25%;
  }

  
@media all and (max-width: 767px) {
.responsive-table table-header {
      display: none;
    }
.responsive-table table-row{
      
    }
.responsive-table li {
      display: block;
    }
.responsive-table col {
      
      flex-basis: 100%;
      
    }
.responsive-table col {
      display: flex;
      padding: 10px 0;
      &:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
      }
    }
  }



p.affichage{
    text-align: center; /* Centrage horizontal */
    vertical-align: middle; /* Centrage vertical */
    padding: 10px;
    border-radius: 5px;
    font-family: caviar_dreamsregular;
    border-spacing: 50px;
    justify-content: space-between;
  }

div.affichage{
    text-align: center; /* Centrage horizontal */
    vertical-align: middle; /* Centrage vertical */
    padding: 10px;
    border-radius: 5px;
    font-family: caviar_dreamsregular;
    border-spacing: 50px;
    justify-content: space-between;
  }
  
p.affichage1{
    display: table-cell;
    text-align: center; /* Centrage horizontal */
    vertical-align: middle; /* Centrage vertical */
    padding: 5px;
    border-radius: 5px;
    font-family: caviar_dreamsregular;
    border-spacing: 5px;
    border-collapse: separate;
    justify-content: space-between;

}

p.affichage3{
    display: table-cell;
    text-align: center; /* Centrage horizontal */
    vertical-align: middle; /* Centrage vertical */
    padding: 5px;
    border-radius: 5px;
    font-family: caviar_dreamsregular;
    border-spacing: 5px;
    border-collapse: separate;
    justify-content: space-between;

}
  
div.affichage1{
    display: table-cell;
    text-align: center; /* Centrage horizontal */
    vertical-align: middle; /* Centrage vertical */
    padding: 5px;
    border-radius: 5px;
    font-family: caviar_dreamsregular;
    border-spacing: 5px;
    border-collapse: separate;
    justify-content: space-between;
}


.roundedImage, .roundedImageShadow, .roundedImageBorder{
  overflow:hidden;
  -webkit-border-radius:50px;
  -moz-border-radius: 50%;
  border-radius:50px;
  width:150px;
  height:150px;
}
.roundedImageShadow{
  -moz-box-shadow: 0px 0px 10px #343434;
  -webkit-box-shadow: 0px 0px 10px #343434;
  -o-box-shadow: 0px 0px 10px #343434;
  box-shadow: 0px 0px 10px #343434;
  }



p.affichage2{
    display: table-cell;
    text-align: center; /* Centrage horizontal */
    vertical-align: middle; /* Centrage vertical */
    padding: 5px;
    border-radius: 5px;
    font-family: caviar_dreamsregular;
    border-spacing: 5px;
    border-collapse: separate;
    justify-content: space-between;

}

/**div.tableau {
    display: table;
    border-collapse: separate; /* Pour s'assurer que les cellules ne sont pas collées */
    /*border-spacing: 10px; /* 5 pixels d'écartement entre les colonnes */   
   /* border-top: 100px; */
    /*vertical-align: middle;
    text-align: left;
}*/


.coach {
  color: none;
  border: 1px solid #EEECEE;
  border-radius: 10px;
  padding: 2px;
  margin: auto;
  width: 400px;
  margin-top: 30px;
  background-color: white;
  font-family: caviar_dreamsregular;
}

/.oui, .valider {
 margin-left: 50%;
}

.non {
 margin-left: 60%;
}

.radio {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
}

.user {
  font-size: 90%;
  font-family: caviar_dreamsregular;
}

.connexion {
  font-size: 100%;
  font-family: caviar_dreamsregular;
}

.compte h1, .compte1 h1 {
  font-size: 200%;
  font-family: caviar_dreamsregular;

}




.sportif {
  color: black;
  text-align: center;
  /*height: 102.7vh;*/
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 3px;
}


.navbar-babybusiness {
  background: white;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 90px;
  margin-right: 40px;
  margin-left: 40px;
  /*position: fixed;
  width: 93.5%;
  top:0;*/
  border-bottom: 1px solid #BBD1E1;
}
.navbar-babybusiness-brand img {
  height: 4em;
}

.navbar-babybusiness-right {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.navbar-babybusiness-item {
  cursor: pointer;
}

.navbar-babybusiness-link {
  color: black;
  font-size: 15px;
  font-family: caviar_dreamsregular;
  text-decoration: none;

}

.navbar-babybusiness a:hover{
  color: #006bb3;
  text-decoration: none;
}
.navbar-babybusiness-link : hover {
  color: #006bb3;
  text-decoration: none;
}

@media screen and (max-width: 500px) {
.navbar-babybusiness {
  background: white;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 90px;
  margin: auto;
  width: 100%;
  /*position: fixed;
  width: 93.5%;
  top:0;*/
  border-bottom: 1px solid #BBD1E1;
}
.navbar-babybusiness a {
    float: none;
    display: block;
    text-align: left;
  }
  
.navbar-baybusiness-right {
    float: none;
  }

}
/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: black;
    padding: 5px;
    font-size: 15px;
    font-family: caviar_dreamsregular;
    position: relative;
    border: 1px solid grey;
    border-radius: 5%;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 13px;
    right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: transparent;}

/* Show the dropdown menu on hover 
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: transparent;}*/


@media screen and (max-width: 500px) {

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    width: auto;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 13px;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
}




.button {
  border-radius: 50px;
  border-style: none;
  border-color: white;
  position: relative;
}


.banner {
  color: black;
  text-align: center;
  height: 82vh;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 10px;
  padding-top: 50px;
  font-size: 20px;
  font-family: caviar_dreamsregular;
  border-radius: 3px;
}

@media screen and (max-width: 900px) {
  .banner {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
    height: 82%;
  }

  .banner label {
    font-size: 90%;
  }

  .banner p {
  display: inline-block;
  font-size: 90%;
  font-weight: normal;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: caviar_dreamsregular;
  }

  .banner h4 {
    font-style: italic;
  }

}

.banner1 {
  color: black;
  text-align: center;
  height: 100%;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  font-family: caviar_dreamsregular;
  border-radius: 3px;
}




.banner h1 {
  font-size: 100px;
  font-weight: normal;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: caviar_dreamsregular;
}

.banner h4 {
  color: white;
  font-weight: normal;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: caviar_dreamsregular;
}
.banner p {
  font-size: 25px;
  font-weight: normal;
  opacity: 1;
  margin-bottom: 0px;
  margin-top: -200px;
  text-align: center;
  font-family: caviar_dreamsregular;
  color: white;
}


.banner label {
  color: white;
}

.search {
  border-radius: 3px;
  border : 1px solid lightgrey;
}



/*.btn-treehouse {
  color: grey;
  font-weight: normal;
  font-family: Proxima Nova Alt;
  background: white;
  transition: background 0.3s ease;
  text-decoration: none;
}*/



/*.btn-treehouse:hover {
  text-decoration: underline;
  color: white;
  background: transparent;
  border: solid;
  border-color: white;
  border-width: 1px;  
}*/



p {
  font-family: caviar_dreamsregular;
  text-align:center;
  color: black;
}

.professionnel {
  font-family: caviar_dreamsregular;
  text-align: center;
  color : black;
}

.rdv {
  font-family: caviar_dreamsregular;
  text-align: center;
  color : black;
}

.pseudo {
  color: black;
}
h4 {
  font-family: caviar_dreamsregular;
  text-align: center;
  vertical-align: middle;
}

div.colonnes {
    display: table;
    border-collapse: separate; /* Pour s'assurer que les cellules ne sont pas collées */
    border-spacing: 20px; /* 5 pixels d'écartement entre les colonnes */   
   /* border-top: 100px; */
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

div.colonnes1 {
    display: table;
    border-collapse: separate; /* Pour s'assurer que les cellules ne sont pas collées */
    border-spacing: 100px; /* 5 pixels d'écartement entre les colonnes */   
    /*border-top: 100px; */
    vertical-align: middle;
    text-align: center;
    margin-left: -80px;
    margin-bottom: -50px;
    margin-top: -90px;

}



p.colonne, p.contenu, p.third, p.fourth {
    display: table-cell;
    text-align: center; /* Centrage horizontal */
    vertical-align: middle; /* Centrage vertical */
    padding: 5px;
    border-radius: 5px;
    text-indent: 20px;
    font-family: caviar_dreamsregular;
    border-spacing: 5px;
    justify-content: space-between;

}

.contenu {
  border-spacing: 5px;
}


p.fifth {
     display: table-cell;
  text-align: center; /* Centrage horizontal */
    vertical-align: bottom; /* Centrage vertical */
    padding: 5px;
    border-radius: 5px;
    text-indent: 25px;
    font-family: caviar_dreamsregular;
}

h5 {
    font-family: caviar_dreamsregular;
    text-align: left;
    vertical-align: middle;

}

.kedge {
  opacity: 0.5;
}

.tarif {
  vertical-align: middle;
  text-align: center;
  font-family: caviar_dreamsregular;
}

.partenariat {
  font-size: 20px;
}

.subscribe {
  margin: 0px auto;
  padding: 0px;
  width: 1000px;
  /*background: transparent;*/
  border-radius: 0px;
}


.subscribe-form {
  position: relative;
  margin: 0px -20px -100px 5px;
  padding: 16px;
  background: none;
  border-top: 0px solid;
  border-radius: 0 0 0px 0px;
}

.subscribe-input {
  padding: 0 5px;
  width: 80%;
  height: 40px;
  font-family: caviar_dreamsregular;
  font-size: 5px;
  color: #444;
  border: 0,5px solid;
  border-radius: 0px;
  font-size: 11px;
}

.subscribe-submit {
  display: block;
  position: static;
  top: 16px;
  right: 15px;
  padding-left: 1px;
  height: 40px;
  width: 50px;
  background: white;
  font-style: white;
  border-radius: 0 0px 0px 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  font-family: caviar_dreamsregular;

}



/*.footer {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0px 70px;
  color: rgba(0,0,0,0.3);
  font-size: 12px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-links {
  display: flex;
  align-items: center;
}
.footer-links a {
  color: black;
  opacity: 0.15;
  text-decoration: none;
  padding: 0px 10px;
}
.footer-links a {
  opacity: 1;
}
.footer .fa-heart {
  color: #D23333;
}

.snapchat : hover {

}

.footer-copyright {
  font-family: caviar_dreamsregular;
  font-size: x-small;
}*/

.footer-distributed{
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 30px 50px;
  margin-top: 80px;

}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}

/* The company logo */

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  #5383d3;
  text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}


