
/* ----------  base.html -------------- */

/*  
*{
  margin: 0px;
  padding: 0px;
  font-family: Avenir, sans-serif;
}
*/
/* 
html {
  height: 100%;
  padding: 0;
  margin: 0;
} 
html, body {
  padding: 0;
  margin: 0;
  border: 0; 
} */

body {
  /* font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif; */
  font: 100% Avenir, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  /* color: black; */
  /* background-color: beige; */
  background-color: #f8f6ed;
  color: #333;
}

/* haut | droit | bas | gauche */
/* ***************** Style pour l'en-tête ****************/
header {
  background-color: #f2f7f2;
  color: rgb(5, 1, 41);
  padding: 10px 0;
  text-align: center;    
}
.header-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .header-flex {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 97%;
    /* width: 90%; */
    font-size: 15px;
  }
}

header h1 {
  margin: 0;
}
.logo {
  width: 55px;
  border: solid 1px blue;
  border-radius: 50%;
}
.initiales {
  width: 20px;
  padding: 5px;
  color: white;
  background-color: rgb(3, 29, 110);
  border: solid 1px rgb(0, 255, 13);
  border-radius: 50%;
  font-size: 15px;
}

.menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  font-size: 19px;
  padding-left: 5px;
  padding-right: 5px;
  /* border: solid 1px red; */
}
.menu a {
  color: rgb(5, 1, 41);
  text-decoration: none;
}
.menu a:hover {
  text-decoration: underline;
  color: rgb(6, 3, 168);
  /* background-color: #fbf5dd; */
}
@media screen and (max-width: 850px) {
  .menu {
    margin-top: 15px;
    display: block;
    /* grid-template-columns: 1fr; */
    /* row-gap: 15px; */
    margin-bottom: 15px;
  }
  .menu-lien {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 85px;
    padding: 5px;
    border: solid 1px blanchedalmond;
    border-radius: 5px;
    background-color: #8fc7f5;
  }
}
/* 
nav ul {
  list-style-type: none;
  padding: 0;
}
nav ul li {
  display: inline;
  margin: 0 10px;
  font-size: 19px;
}
nav ul li a {
  color: rgb(5, 1, 41);
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: underline;
}
*/

.header-rdv {
  margin-top: 15px;
  color: rgb(1, 97, 1);
  font-size: 20px;
  margin-bottom: 30px;
}
.header-rdv > a {
  text-decoration: none;
  border: solid 1px blue;
  padding: 10px;
  background-color: rgb(210, 243, 210);
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .header-rdv {
    max-width: 370px;
    font-size: 15px;
  }

}

/* ********* css pour plusieurs pages *************/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  color: black;
  padding-top: 10px;
  min-height: 100vh;
  /* height: 100%; */
  /* background-color: pink; */
}
.titre {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.content-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 15px;
  max-width: 500px;
  display: grid;
  grid-template-columns: 170px 310px;
  column-gap: 10px;
  row-gap: 22px;
  font-size: 18px;
  align-items: center;
  /* border: 1px solid red; */
}
.content-pied-formulaire {
  text-align: center;
  margin-top: 50px;
  font-size: 19px;
}
.haut1 {
  height: 25px;
  text-align: center;
}
.space-haut {
  height: 500px;
  height: 44vh;

}
.hr1 {
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  border: none;
  border-top: 1px solid rgb(136, 136, 139);
  margin-bottom: 10px;
  /* box-shadow: 0px 5px 0px rgba(122, 121, 121, 0.284); */
}
.message-info {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 15px;
  width: 340px;
  background-color: rgb(231, 231, 215);
  border: 1px solid green;
}
.bt1 {
  width: 70%;
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 12px 10% 12px 10%;
  color: white;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #daedf5;
  background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
  cursor: pointer;
}
.content-bt {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 590px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.space-width {
  margin-left: 20px;
}
.bt-annul {
  width: 130px;
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 10px 35px 10px 35px;
  color: rgb(255, 253, 253);
  text-align: center;
  border-radius: 10px;
  font-size: 1.0em;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.355);
  border: 1px solid #daedf5;
  /* background: linear-gradient(rgb(61, 119, 245), rgba(5, 61, 243, 0.488)); */
  background: #50505089;
  cursor: pointer;
}
.bt-transparent-img {
  border: 0; 
  background: transparent;
  cursor: pointer;
}
.bt-deconnect {
  text-decoration: none;
  font-size: 17px;
}

/* ************** FAHYS page perso. Accueil optique audition *********** */

/* affichage des rdv */
.rdv-patient-titre {
  text-align: center;
  color: rgb(127, 127, 128);
  text-decoration: underline;
  margin-bottom: 35px;
}
.content-rdv-patient {
  margin-left: 25%;
  margin-right: 25%;
  /* width: auto; */
  height: 80vh;
}
@media screen and (max-width: 850px) {
  .content-rdv-patient {
    margin-left: 5%;
    margin-right: 5%;
    max-width: 90%;
    height: auto;
  }
}
.liste-rdv {
  font-size: 18px;
  max-height: 900px;
  overflow-y: scroll;
  /* border: solid 1px red; */
}
.image-container {
  position: relative;
  width: 100%;
  /* max-width: 1024px; */
  margin: auto;
}
/* Style pour l'image */
.image-container img {
  width: 100%;
  max-height: 10%;
  height: auto;
  display: block;
  /*opacity: 0.7;  Ajustez cette valeur pour changer l'opacité */
  filter: blur(4px); /*Applique un flou à l'image */
}
/* Style pour le texte superposé */
.text-overlay {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 850px) {
  .image-container img {
    min-height: 350px;
  }
/* ------- */
}
.agences-container {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  column-gap: 10px;
  /* margin-bottom: 80px; */
}
.agences-container img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 850px) {
  .agences-container {
    margin-left: 2%;
    margin-right: 2%;
    max-width: 98%;
    display: block;
    /* grid-template-columns: 98%; */
  }
  .agences-container img {
    text-align: center;
    width: 95%;
  }
}

.agences-container h2 {
  text-align: center;
}
.agence-couleur {
  color: rgb(123, 177, 226);
  
}
.agence-couleur2 {
  color: rgb(89, 89, 90);
}
.rdv-button {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  padding: 10px 20px;    
  /* background-color: rgb(255, 157, 9); */
  background-color: black;
  color: rgb(200, 224, 246);
  text-decoration: none;
  border: solid 3px rgb(200, 224, 246);
  border-radius: 9px;
  transition: background-color 0.3s ease;
}

#cookie-banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 20%;
  background-color: #c3c3db;
  color: rgb(69, 67, 67);
  text-align: left;
  padding: 10px;
  border: solid 3px rgb(200, 224, 246);
  border-radius: 9px;
}
.cookie-bt {
  text-align: center;
  margin-top: 10px;
  padding: 5px;
}
.cookie-bt > a {
  text-decoration: none;
  font-size: 16px;
  background-color: rgb(244, 234, 216);
  padding: 6px;
}
@media screen and (max-width: 850px) {
  #cookie-banner {
    width: 90%;
    margin-left: 5%;
  }
}
/* ---------- */
.service {
  width: 100%;
  margin-top: 80px;
  padding-top: 50px;
  /* background-color: rgb(238, 239, 253); */
  background-color: #eef0f9;
  padding-bottom: 2%;
}
.service-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 90%;
  grid-template-columns: 30% 30%;
  /* justify-items: center; */
  justify-content: center;   
  column-gap: 15%;
}
.hiden-petit {
  display: none;
}
@media screen and (max-width: 850px) {
  .service-grid {
    max-width: 98%;
    /* width: 98%; */
    grid-template-columns: 1fr;
  }
  .hiden-petit {
    display: block;
  }
  .hiden-grand {
    display: none;
  }
}
.service-titre {
  text-align: center;
  font-size: 25px;
  /* margin-bottom: 60px; */
}
.service-text {
  text-align: justify;
  color: rgb(89, 89, 90);
  padding: 20px;
}
@media screen and (max-width: 850px) {
  .service-text {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    /* width: 90vh; */
    /* max-width: 375px; */
    width: 95%;
    padding: 5px;
  }
}
.service-plus {
  margin-top: 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  padding: 10px 20px;    
  background-color: rgb(2, 54, 103);
  color: white;
  text-decoration: none;
  border: solid 3px rgb(200, 224, 246);
  border-radius: 9px;
  transition: background-color 0.3s ease;
}
.service-image {
  margin-top: 110px;
  max-width: 550px;
  border: solid 1px;
  border-radius: 9px;
}
.service-image2 {
  /* margin-top: 110px; */
  max-width: 550px;
  border: solid 1px;
  border-radius: 9px;
}
@media screen and (max-width: 850px) {
  .service-image {
    margin-top: 15px;
    max-width: 98%;
  }
  .service-image2 {
    margin-top: 15px;
    max-width: 98%;
  }
}
.rdv-button-bas {
  margin-top: 25px;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  padding: 10px 20px;    
  background-color: rgb(123, 177, 226);
  /* background-color: black; */
  color: #171717;
  text-decoration: none;
  border: solid 3px rgb(200, 224, 246);
  border-radius: 9px;
  transition: background-color 0.3s ease;
}
.rdv-button-bas:hover {
  background-color: #cdf3c9;
}
.text-center {
  text-align: center;
}
.text-space {
  height: 20%;
}
.trait {
  max-width: 50%;
  margin-top: 20%;
  margin-bottom: 20%;
}

/* ********** page optique ********* */
.optique {
  padding-top: 40px;
  background-color: rgb(217, 237, 254);
  padding-bottom: 8%;
  border-bottom: 1px solid rgba(78, 62, 249, 0.481);
  border-bottom-left-radius: 35%;
  /* border-bottom-right-radius: 5%; */
  /* border-bottom-right-radius: 40%; */
}
.optique-fond {
  background-color: rgb(217, 237, 254);
}
.optique-titre {
  color: #4b6cb7;
  text-align: center;
  font-size: 35px;
}
.optique-h1 {
  margin-top: 50px;
  text-align: center;
  font-size: 34px;
}
.optique-grid {
  /* margin-top: 8%; */
  padding-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: 40% 40%;
  align-items: center;
  justify-content: center;   
  column-gap: 5%;
}
.optique-image {
  max-width: 600px;
  border: solid 1px;
  border-radius: 10px;
}
@media screen and (max-width: 850px) {
  .optique-grid {
    display: block;
  }
  .optique-image {
    margin-left: 2%;
    margin-right: 2%;
    max-width: 96%;
  }
}

.optique-fond2 {
  background-color: azure;
}
.optique-produits {
  padding-top: 4%;
  background-color: azure;
  padding-bottom: 10%;
  border-top: 1px solid rgba(78, 62, 249, 0.481);
  border-bottom: 1px solid rgba(78, 62, 249, 0.481);
  /* border-bottom-left-radius: 5%; */
  border-bottom-right-radius: 25%;
  /* border-top-left-radius: 5%; */
  /* border-top-right-radius: 5%; */
}
.optique-produits-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 22% 22% 22%;
  /* align-items: center; */
  justify-content: center;   
  column-gap: 7%;
  /* text-align: justify; */
  font-size: 21px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.optique-produit-text {
  padding: 20px;
  border: solid 1px rgba(0, 0, 255, 0.243);
  border-radius: 15px;
  box-shadow: 10px 10px 10px rgba(176, 176, 177, 0.461);
  background-color: rgb(229, 242, 242);
  /* background-color: rgba(226, 226, 238, 0.469); */
}
@media screen and (max-width: 850px) {
  .optique-produits-grid {
    display: block;
    margin-left: 2%;
    margin-right: 2%;
    max-width: 98%;
  }
  .optique-produit-text {
    margin-bottom: 10px;
  }
  .optique-titre {
    text-align: center;
    max-width: 95%;
  }
}
.optique2 {
  padding-top: 8%;
  background-color: rgb(203, 221, 237);
  padding-bottom: 8%;
  border-bottom: 1px solid rgba(78, 62, 249, 0.481);
  border-bottom-left-radius: 25%;
}
.optique2-fond {
  background-color: rgb(203, 221, 237);
}

/* ******** */
.optique-contact {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 4%;
  min-height: 350px;
  background-color: rgb(96, 98, 204);
  color: white;
  border-top: 1px solid rgba(78, 62, 249, 0.481);
  /* border-top-left-radius: 5%; */
  /* border-top-right-radius: 5%; */
}
.optique-contact-grid {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 75%;
  grid-template-columns: 50% 30%;
  align-items: center;
  justify-content: space-between;   
}
.optique-contact-text {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 19px;
}
@media screen and (max-width: 850px) {
  .optique-contact-grid {
    display: block;
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    max-width: 96%;
  }
  .optique-contact-text {
    margin-bottom: 50px;
  }
  .optique-contact-text-bt {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
  .rdv-button-bas {
    margin-bottom: 30px;
  }
}       
.btn-grad {
  background-image: linear-gradient(to right, #4b6cb7 0%, #182848  51%, #4b6cb7  100%);
  /* margin: 15px; */
  max-width: 250px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 8px #eee;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}
.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/* ***************** Accueil ******************* */
/* .container-index {
  width: 100%;
  background-image: url('/static/img/index.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 100% 100%;
}
 */
/* 
.index-titre {
  color: rgb(98, 98, 100);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
*/

/* 
.index-text1 {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-bottom: 50px;
  font-size: 19px;
  color: rgb(65, 66, 65);
  border-left: 1px solid rgb(2, 77, 117);
  border-right: 1px solid rgb(2, 77, 117);
  padding: 15px;
}
*/

/* 
.index-grid1 {
  margin-top: 95px;
  padding-left: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-size: contain;
  display: grid;
  grid-template-columns: 1fr 1fr ;
  gap: 20px;
  align-items: center;
}
 */
/*  
.index-img1 {
  border-radius: 10%;
  width: 350px;
}
*/
/* 
.index-text2 {
  color: rgb(98, 98, 100);
  font-size: 19px;
  padding-right: 20px;
}
*/
/* 
.index-grid2 {
  padding: 10% 0 20px 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: grid;
  grid-template-columns: 2fr 1fr ;
  gap: 20px;
  align-items: center;
} */
/* 
.index-img2 {
  border-radius: 10%;
  width: 350px;
}
 */
/* 
.index-text3 {
  color: rgb(98, 98, 100);
  font-size: 21px;
}
 */
/*  
.index-text3 > hr {
  width: 100px;
  margin-left: 0;
  border: none;
  height: 3px;
  background: rgb(155, 155, 155);
  margin-bottom: 50px;
}
*/

/* 
.accueil-text1 {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-top: 15px;
  margin-bottom: 50px;
  font-style: italic;
  font-size: 18px;
  color: green;
  border-left: 1px solid rgb(2, 77, 117);
  border-right: 1px solid rgb(2, 77, 117);
  padding: 15px;
}
.accueil-text1-titre {
  font-style: italic;
  display: inline;
}
 */
/* 
.content-rdv-patient {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  font-size: 18px;
}
 */
/*  
.rdv-patient-titre {
  color: rgb(127, 127, 128);
  text-decoration: underline;
  margin-bottom: 35px;
}
 */
/*  
.rdv-patient-jour-passe {
  color: grey;
   margin-bottom: 35px;
} */
/* 
.rdv-patient-jour-passe-today {
  font-size: 20px;  
}
 */
/* 
.rdv-patient-jour {
  margin-left: 50px;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px;
  width: 160px;
  color: rgb(2, 2, 151);
  background-color: greenyellow;
  border-radius: 6px;
} 
*/

/* 
.rdv-annul-bt {
  background-color: #56baed;
  width: 280px;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Comic Sans MS' Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 20px 20px 30px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
} 
*/
/* /* 
.accueil-text2 {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-top: 10px;
  padding: 40px;
  color: rgb(46, 45, 45);
  background-color: rgb(245, 245, 211);
  border: 1px solid #034866;
  border-radius: 5px;
}
.accueil-text3 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.accueil-text4 {
  width: 40%;
  align-items: center;
} 
*/
/* 
@keyframes slidein {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
 */
/* 
.accueil-hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6%;
  margin-bottom: 6%;
  text-align: center;
  width: 350px;
  box-shadow: 2px 2px 5px rgb(30, 33, 247);
  animation: 70s slidein;
} */

/* 
.accueil-bas-content {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
 */
/*  
.accueil-bas-tel {
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 15px;
} */

/* 
.accueil-horaire-grid {
  width: 500px;
  display: grid;
  grid-template-columns: 90px 60px 100px 60px 50px;
}
 */
/*  
.accueil-plan {
  width: 600px;
  height: 550px;
} 
*/
/************* FIN Accueil *************/

/************* Message.html *************/
.container-message {
  /* min-height: 80vh; */
  min-height: 100%;
  text-align: center;
}
.surp-rdv {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  max-width: 450px;
  padding: 25px;
  border: solid 1px blue;
  background-color: #4cb4e8;
  border-radius: 5px;
  box-shadow: 10px 9px 5px rgb(154, 152, 152);
}

/* ************** Patients connexion ***************/
.connect-content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 95%;
  min-height: 100%;
  padding: 20px;
}
.connect-form {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #eae9e9;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}
.connect-input {
  background-color: #f4f1f1;
  border: none;
  color: #0d0d0d;
  /* haut | droit | bas | gauche */
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 310px;
  border: 2px solid #eae9e9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.connect-text {
  margin-left: auto;
  margin-right: auto;
  width: 310px;
  color: #2686b6;
  padding-top: 15px;
  padding-bottom: 10px;
  /* text-align: left; */
}  
.connect-bt {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Comic Sans MS' Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 20px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.formFooter {
  /* background-color: #f6f6f6; */
  border-top: 1px solid #cae1f3;
  padding: 15px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.formFooter > a {
    text-decoration: none;
    color: rgb(68, 67, 67);
}
.connect-hr {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    color: #cae1f3;
    text-align: center;
    margin-bottom: 30px;
}
.connect-flex-bt {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
}
.connect-footer-news {
  width: 180px;
  margin-top: 50px;
  background-color: #56baed;
  border: none;
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Comic Sans MS' Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.connect-footer-news > a {
    color: white;
    text-decoration: none;
}
.connect-info {
    color: red;
    padding-bottom: 20px;
}

.connect-demo {
  text-align: center;
  margin-top: 20px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
  color: rgb(38, 0, 255);
  border: 1px solid blue;
  font-size: 17px;   
}
.modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: grey;
  text-decoration: none;
  font-size: 30px;
}
/* ************** FIN patients connexion ***************/

/* ************* Mot de passe oublié ************ */
.psw-content-connect {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 500px;
  text-align: center;
  font-size: 1.em;
  border: 1px solid rgb(20, 4, 245);
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgb(172, 170, 170);
}
.psw-sortie {
  text-align: right;
  padding: 7px;
}
.psw-sortie > a {
  text-decoration: none;
}
.psw-libel {
  margin-top: 15px;
  font-size: 1.2em;
  padding-left: 5px;
  padding-right: 5px;
  color: black;
}
.psw-content-connect-01 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: baseline;
  max-width: 350px;
  padding-bottom: 10px;
  /* background-color: #DDD; */
}
.psw-input {
  background-color: #f4f1f1;
  border: none;
  color: #0d0d0d;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 1px;
  width: 200px;
  border: 2px solid #eae9e9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.psw-mess {
  height: 50px;
  font-size: 1.2em;
  padding: 20px;
  color: rgb(250, 234, 141);
  margin-top: 5%;
  min-height: 130px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 500px;
  text-align: center;
  background-color: rgb(95, 93, 93);
  border: 2px solid rgb(20, 4, 245);
  box-shadow: 5px 5px 5px rgb(172, 170, 170);
}
.psw-lien {
  color: #bbd7f8;
  font-size: 1.4em;
}
.psw-perdu {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  border: 2px solid rgb(20, 4, 245);
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgb(172, 170, 170);
}
.psw-titre-02 {
  margin-top: 15px;
  text-align: center;
  color: rgb(3, 10, 145);
}
.psw-init-content {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: left;
  /* border: 2px solid rgb(233, 232, 240); */
}
.psw-init-libel {
  margin-top: 30px;
  margin-bottom: 5px;
  color: black;
}
.psw-input {
  /* font: normal 0.9em Helvetica, Arial,  sans-serif; */
  font: 0.9em 'Comic Sans MS', Arial, Helvetica, sans-serif;
  max-width: 350px;
  line-height: 1.5;
  border-radius: 5px;
  background-color: #dbd9d9;
  border-top: 0.15vw solid rgb(116, 114, 114);
  border-right: 0.1vw solid rgb(248, 246, 247);
  border-bottom: 0.1vw solid rgb(247, 243, 244);
  border-left : 0.15vw solid rgb(116, 114, 114);
  -moz-text-align-last: left;
  text-align-last: left;
}
input[type="checkbox"].checkbox {
  display: none;
}
input[type="checkbox"].checkbox + label {
vertical-align: bottom;
cursor: pointer;
}
input[type="checkbox"].checkbox:checked + label {
border: 1px dashed rgb(250, 103, 103);
}
.psw-space {
  /* haut | droit | bas | gauche */
  padding: 5px 5px 0px 5px;
  /* margin-left: 10px; */
  text-align: right;
  /* margin-top: -30px; */
  background-color: #0a4b64;
  border-radius: 10px;
}
/* -------- Fin mot de passe oublie ---------- */

/* ******* Calendrier les rendez-vous ********** */

.container-rdv {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: black;
  padding-top: 10px;
  min-height: 75vh;
  /* background-color: pink; */
}
.bt-content-calend {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 50px;
  width: 300px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px;
  border: dashed 1px gray;
  border-radius: 10px;

}
.bt-content-calend > a {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #535252;
}

/* choix liste */
.liste-choix-content {
  margin-left: auto;
  margin-right: auto;
  min-height: 60vh;
  width: 100%;
  /* width: 350px; */
}
.liste-consult-content {
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  min-height: 50vh;
  width: 350px;
}

.liste-lieu-content {
  margin-left: 34%;
  margin-right: 33%;
  width: 30%;
  margin-top: 15%;
  padding: 15px;
  background-color: #ebe8dd;
  border: solid 1px blue;
}
@media screen and (max-width: 850px) {
  .liste-lieu-content {
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
    max-width: 90%;
  }
  
}
.liste-lieu {
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 18px;
}

.btn-lieu-valid {
  background-image: linear-gradient(to right, #16222A 0%, #3A6073  51%, #16222A  100%);
  margin: 10px;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.btn-lieu-valid:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.confirm-consult {
  margin-top: 100px;
  padding: 40px;
  width: 375px;
  border: 1px solid blue;
  background-color: #4cb4e8;
  border-radius: 5px;
  box-shadow: 10px 9px 5px rgb(154, 152, 152);
}
.confirm-consult-bt {
  margin-top: 15px;
  text-align: center;
}
.content-bt-confirm {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.liste-person-noacces {
  opacity: 0.25;
  border-bottom: 2px solid #fc0303;
}

.liste-person-titre {
  margin-top: 50px;
  margin-bottom: 60px;
  margin-left: 30%;
}
.liste-person-info {
  margin-top: 50px;
  font-size: 18px;
  margin-left: 30%;
  color: gray;
  font-style: italic;
}
.liste-person-content-a {
  text-decoration: none;
  color: #0e516b;
  font-size: 19px;
  text-align: center;
}
.liste-person-content {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-content: space-around;
  column-gap: 5%;
  row-gap: 35px;      
  width: 70%;
  height: auto;
  /* border: 1px solid blue; */
}
.liste-person-photo {
  width : 110px;
  height : 110px;
  border: 1px solid #cae1f3;
  border-radius: 50%;
}
.liste-person-photo-petit {
  margin-top: 15px;
  margin-bottom: 10px;
  width : 50px;
  height : 50px;
  border: 1px solid #cae1f3;
  border-radius: 50%;
  margin-left: 50%;
}
.liste-person-photo-label {
  margin-top: 17px;
}
.liste-consult {
  /* width: 350px; */
  padding: 10px;
  height: 35px;
  background-color: #cae1f371;
  /* border: 1px solid blue; */
  border-bottom: 1px solid rgba(0, 0, 255, 0.348);
}
.liste-consult > a {
  text-decoration: none;
}
.liste-consult-haut {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 200px;
  margin-bottom: 30px;
  /* height: 100px; */
}

/* ----- */
.agenda-nom-praticien {
  color: rgb(98, 97, 97);
  margin-left: 25px;
}
.agenda-info-date {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 5px;
  width: 40%;
  color: rgb(4, 141, 4);
  /* color: #2196F3; */
  margin-bottom: 25px;
  background-color: rgba(221, 245, 221, 0.355);
  border: solid 1px green;

}

.jour-ferie {
  margin-top: 20px;
  height: 30px;
  text-align: center;
  color: rgba(128, 128, 128, 0.5);
}
.rdv-heures {
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  /* border: 1px solid #e23a88; */
}
.rdv-ok {
  /* margin-left: auto; */
  /* margin-right: auto; */
  width: 60px;
  padding: 10px;
  background-color: rgb(200, 249, 200);
  margin-bottom: 15px;
}
.rdv-ok > a {
  text-decoration: none;
  color: black;
}
.rdv-none {
  width: 55px;
  padding: 10px;
  background-color: rgba(226, 227, 247, 0.4);
  margin-bottom: 15px;
  color: #0000001d;
}
.rdv-modif {
  width: 55px;
  padding: 10px;
  background-color: rgb(194, 197, 246);
  margin-bottom: 15px;
  color: #0000001d;
}
.rdv-modif > a {
  text-decoration: none;
  color: black;
}

.bt-nav {
  width: 130px;
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 10px 11px 10px 11px;
  color: white;
  text-align: center;
  border-radius: 10px;
  font-size: 1.0em;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #daedf5;
  background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
  cursor: pointer;
}
.bt-nav-no {
  width: 110px;
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 10px 11px 10px 11px;
  color: rgba(249, 245, 245, 0.673);
  text-align: center;
  border-radius: 10px;
  font-size: 0.9em;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px dashed #daedf5;
  /* background: linear-gradient(rgb(61, 119, 245), rgba(5, 61, 243, 0.488)); */
  background: #b3b1b189;
}

/******************* Administration praticien ****************** */
.container-admin {
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 99%;
  color: black;
  background-color: beige;
  min-height: 80vh;
}
.admin-h1 {
  text-align: center;
  color: rgb(2, 54, 82);
  margin-top: 10px;
  margin-bottom: 25px;
}
.admin-img {
  margin-left: 15px;
  margin-top: 10px;
}
.admin-bt-ico {
  border: none;
  background-color: beige;
  font-size: 22px;
  cursor: pointer;
}
.admin-info {
  margin-left: auto;
  margin-right: auto;
  width: 310px;
  padding: 20px;
  color: #0e516b;
  text-align: center;
  background-color: rgb(227, 225, 225);
  border: solid 1px rgb(201, 201, 246);
  border-radius: 10px;
}

/************ Menu icone **************/
/* haut | droit | bas | gauche */
.icon-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  justify-content: space-around;
  /* border: 1px solid red; */
}
.icon-content > a {
  text-decoration: none;
  color: black;
}
.icon-cadre {
  width: 130px;
  height: 120px;
  text-align: center;
  /* padding-top: 10px; */
  /* margin: 0 auto; */
  margin-bottom: 5px;
  border: 1px solid rgb(185, 183, 183);
  border-radius: 10px;
  background-color: #e5e5e2;
}

.icon-img {
  margin-top: 10px;
  font-size: 35px;
}

.icon-text {
  margin-top: 5px;
}
/* --- Fin Menu Pro Admin -- */

/* Gestion des clients Administration */
.admin-liste-client-content {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  max-height: 50em;
  overflow-y: auto;
}
.admin-bt-ajout {
  margin-left: 5%;
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 9px 15px 9px 15px;
  color: white;
  text-align: center;
  border-radius: 10px;
  /* font-size: 1.3em; */
  font-size: 15px;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #daedf5;
  background: linear-gradient(rgb(121, 126, 138), rgb(91, 94, 104));
  cursor: pointer;
}
.admin-liste-client {
  padding: 5px;
  display: grid;
  grid-template-columns: 160px 160px 20px;
  column-gap: 5px;
  justify-items: start;
  align-items: center;
}
.ligne-claire {
  background-color: #efeff5;
}
.ligne-foncee {
  background-color: #dddddd;
}
.ligne-claire .admin-client-bt {
  background-color: #efeff5;
}
.ligne-foncee .admin-client-bt {
  background-color: #dddddd;
}
.admin-client-bt {
  border: none;
  cursor: pointer;
}
.admin-client-trouve {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  font-size: 19px;
}



/* *********** RDV ajout  AjoutRdvAdmin.html ***************/
.rdv-ajout-content {
  width: 390px;
  padding: 30px;
  margin-top: 15px;
  margin-left: 35%;
  border: 1px solid #898b8a;
  border-radius: 1px;
}
.admin-input-patient {
  background-color: #f4f1f1;
  border: none;
  color: #0d0d0d;
  padding: 7px 7px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  width: 200px;
  border: 2px solid #eae9e9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.admin-ajout-rdv-info {
  font-style: italic;
  color: green;
  font-size: 15px;
}
.rdv-connect-bt {
  background-color: #56baed;
  width: auto;
  border: none;
  color: white;
  /* haut | droit | bas | gauche */
  padding: 10px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Comic Sans MS' Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 20px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.admin-ajout-rdv-liste {
  margin-top: 10px;
  padding: 8px;
  overflow: auto;
  max-height: 300px;
  /* border: 1px solid red; */
}
.admin-ajout-rdv-ligne {
  margin-bottom: 10px;
}
.admin-ajout-rdv-ligne > a {
  text-decoration: none;
  color: blue;
}
.admin-ajout-bt-indispo-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  width: 350px;
}
.admin-ajout-bt-indispo {
  background-color: #f76c6c;
  width: auto;
  border: none;
  color: beige;
  /* haut | droit | bas | gauche */
  padding: 10px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Comic Sans MS' Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 10px 30px 0 rgba(233, 109, 95, 0.4);
  box-shadow: 0 10px 30px 0 rgba(233, 104, 95, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 10px 0 20px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.admin-ajout-info-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 345px;
  font-size: 18px;
  padding: 10px;
  border: solid 1px blue;
}
.admin-ajout-info-bt {
  margin-top: 20px;
  text-align: center;
}

.select-style {
  width: 350px;
  font-size: 16px;
  padding: 5px 5px;
  background-color: #e0e3e4;
  border: none;
}
.select-style:focus {
  background-color: rgb(210, 216, 244);
  border: 1px solid rgb(154, 152, 152);
}

/****** ModifRdvAdmin.html **********/
.admin-bt-retour {
  margin-top: 30px;
  text-align: right;
}
.content-suprim-bt {
  text-align: center;
  margin-top: 20px;
}
.suprim-bt {
  background-color: #f5749f;
  width: 230px;
  border: none;
  color: white;
  /* padding: 15px 70px; */
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Comic Sans MS' Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 20px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.bad-rdv {
  background-color: #5d5d5ccc;
  width: auto;
  border: none;
  color: white;
  /* haut | droit | bas | gauche */
  padding: 10px 15px 10px 15px; 
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Comic Sans MS' Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.admin-rdv-bad {
  margin-top: 5px;
  color: green;
  font-size: 17px;
}
.admin-rdv-modif-indispo {
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  color: green;
}

/* ---- liste des rdv admin ------  */
.admin-choi-nom {
  margin-top: 25px;
  margin-bottom: 45px;
  /* margin-left: 20%; */
  text-align: center;
  color: #4b4c4c;
  /* text-decoration: underline; */
}
.admin-messages {
  margin-top: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5px 0 5px;
  width: 220px;
  border: 1px solid rgb(255, 0, 0);
  border-radius: 5px;
  box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  background-color: rgb(213, 240, 213);
}
.admin-messages-close {
  text-align: right;
  /* width: 5px; */
  right: 0;
  /* padding-right: 5px; */
  padding-top: 12px;
  font-size: 20px;
}
.admin-messages-close > a {
  text-decoration: none;
}
.admin-choi-nom-span {
  /* haut | droit | bas | gauche */
  padding: 2px 20px 2px 20px;
  background-color: rgba(217, 248, 215, 0.747);
  border: solid 1px rgb(221, 223, 246);
  border-radius: 7px;
}
.admin-choi-modif {
  margin-left: 40px;
  text-decoration: none;

}
.admin-list-titre {
  margin-left: 20%;
  color: #2A88AD;
}
.admin-list-titre > a {
  font-size: 17px;
  color: gray;
}
.admin-liste-lien {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 10px 11px 10px 11px;
  /* color: white; */
  text-align: center;
  border-radius: 10px;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #daedf5;
  background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
  cursor: pointer;
}
.admin-liste-lien > a {
  padding: 15px;
  /* font-size: 19px; */
  font-size: 1.1em;
  text-decoration: none;
  color: white;
}

.admin-list-rdv {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  font-size: 16px; 
}
.ligne1 {
  padding: 8px;
  background-color: #e2e4e4;
}
.ligne2 {
  padding: 8px; 
  background-color: #c6c8c8;
}
.admin-legend-content {
  margin-left: 20%;
  color: rgb(1, 68, 1);
  margin-top: 30px;
  margin-bottom: 30px;
}
.admin-legend-ok {
  padding: 5px;
  background-color: rgb(200, 249, 200);
  margin-right: 10px;
  color: rgb(200, 249, 200);
}
.admin-legend-no {
  margin-left: 10px;
  padding: 5px;
  background-color: rgb(194, 197, 246);
  margin-right: 10px;
  color: rgb(194, 197, 246);
}

/* ------- Paramétrage de l'agenda ---------- */
.admin-param-content {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  /* width: 60%; */
  max-width: 790px;
  font-size: 16px; 
}
.admin-param-flex {
  display: flex;
  gap: 13px;
  justify-content: space-between;
  justify-content: left;
}
.admin-param-ligne {
  padding-top: 5px;
  width: 70px;
}
.admin-param-ligne2 {
  padding-top: 5px;
  width: 180px;
  /* border: solid 1px blue; */
}
.admin-param-ligne2-true {
  padding-top: 5px;
  padding-left: 2px;
  color: red;
  width: 180px;
  background-color: rgb(237, 248, 158);
}
.admin-param-ligne3 {
  padding-top: 5px;
  width: 215px;
}
.admin-param-ligne3-true {
  padding-top: 5px;
  padding-left: 2px;
  color: red;
  width: 215px;
  background-color: rgb(237, 248, 158);
}
.admin-param-ligne4 {
  padding-top: 5px;
  width: 220px;
  /* border: 1px solid rgb(3, 3, 245); */
}
.admin-param-ligne-bt {
  /* haut | droit | bas | gauche */
  /* padding: 1px 7px 1px 7px; */
  text-decoration: none;
}
.admin-param-info-true {
  /* text-align: center; */
  margin-left: 25%;
  max-width: 600px;
  margin-top: 10px;
  color: green;
  font-size: 18px;
  /* color: red; */
  /* background-color: rgb(237, 248, 158); */
}
.admin-param-dure {
  margin-top: 20px;
}
.admin-param-bold {
  font-weight: bold;
}
.admin-param-info-true-span {
  width: 20px;
  color: red;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(237, 248, 158);
  /* border: 1px solid rgb(3, 3, 245); */
}
.admin-param-gestion {
  text-align: center;
  color: gray;
}
.admin-param-form-date {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 18px;
  background-color: rgb(251, 251, 208);
  border: solid 1px rgba(193, 193, 195, 0.318);
  border-radius: 5px;
}
.admin-param-form-date-info {
  margin-top: 8px;
  margin-bottom: 8px;
  color: green;
  font-size: 15px;
}
.span-i {
  font-size: 25px;
  /* color: rgb(2, 97, 2); */
  color: rgb(108, 107, 107);
  /* haut | droit | bas | gauche */
  padding: 0 10px 0 10px;
  width: 50px;
  height: 50px;
  background-color: rgba(146, 247, 146, 0.633);
  border: solid 1px rgba(0, 128, 0, 0.494);
  border-radius: 90px;
  margin-right: 10px;
}
.admin-param-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 510px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(244, 215, 178, 0.648);
  border: 1px solid blue;
  border-radius: 20px;
  box-shadow: 10px 10px 10px rgb(114, 113, 113);
}
.admin-input-param {
  background-color: #e1e1f7;
  border: none;
  color: #0d0d0d;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  width: 100px;
  border: 2px solid #b2b1b1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.admin-input-date {
  background-color: #efebeb;
  border: none;
  color: #0d0d0d;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 140px;
  border: 2px solid #d0cece;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.admin-param-bt-content {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  justify-items: center; 
  margin-top: 25px;
}
.admin-param-info {
  margin-bottom: 15px;
  color: green;
  font-size: 17px;
}
.admin-param-select-style {
  /* width: 50px; */
  width: auto;
  font-size: 16px;
  padding: 5px 5px;
  background-color: #e0e3e4;
  border: none;
  border: rgb(182, 182, 184) 1px solid; 
}
.admin-param-select-style:focus {
  background-color: rgb(210, 216, 244);
  border: 1px solid rgb(154, 152, 152);
}
.admin-param-enregistre {
  /* haut | droit | bas | gauche */
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  width: 320px;
  text-align: center;
  margin-bottom: 15px;
  color: green;
  font-size: 20px;
  padding: 10px;
  border: 1px solid green;
  background-color: rgba(221, 245, 221, 0.355);
}

/* ------ Bouton ------ */
.admin-boutton {
  background-image: linear-gradient(#f7f8fa ,#e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",Arial,sans-serif;
  height: 31px;
  font-size: 16px;
  outline: 0;
  overflow: hidden;
  padding: 0 14px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}
.admin-boutton:active {
  border-bottom-color: #a2a6ac;
}
.admin-boutton:active:hover {
  border-bottom-color: #a2a6ac;
}
.admin-boutton:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}
.admin-boutton:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
}
.admin-grid-titre-lien {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-items: start;
  align-items: center;
}
.admin-grid-titre-lien-bt {
  text-decoration: none;
  padding: 5px;
  font-size: 19px;
  color: maroon;
  border-bottom: solid 2px rgb(187, 185, 185);
  /* border-right: solid 2px rgb(187, 185, 185); */
  /* background-color: rgba(218, 215, 246, 0.469); */
}
.admin-consult-list {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;

}
.admin-consult-list-input > a {
  text-decoration: none;
  font-size: 18px;
  color: blue;
}
.admin-consult-list-suprim {
  text-align: right;
}
.admin-consult-list-suprim > a {
  text-decoration: none;
}
.admin-consult-info {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  color: green;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 15px;
  /* border: 2px solid #b2b1b1; */
}
.admin-consult-bt-lien {
  color: rgb(3, 3, 196);
  text-align: right;
  font-size: 20px;
}
.admin-input-param-consult {
  background-color: #e1e1f7;
  border: none;
  color: #0d0d0d;
  padding: 7px 7px;
  /* text-align: center; */
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  width: auto;
  min-width: 350px;
  border: 2px solid #b2b1b1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.admin-consult-confirm-suprim {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 350px;
  padding: 10px;
  background-color: rgb(183, 180, 180);
  border: solid 1px red;
  border-radius: 5px;
  box-shadow: rgba(228, 121, 17, .5) 0 0 5px 4px;
}
.admin-consult-confirm-suprim-info {
  text-align: justify;
  text-justify: inter-word;
  color: green;
}
.admin-consult-praticiens-content {
  margin-left: 5px;
  width: 60%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  font-size: 18px;
  padding: 10px;
  background-color: rgba(245, 245, 220, 0.505);
}
.admin-consult-praticiens-content > div > a {
  text-decoration: none;
}
.admin-consult-praticiens-ajout {
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.admin-consult-praticiens-ajout-liste {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  text-align: left;
  /* display: grid; */
  /* grid-template-columns: 2fr 1fr; */
  font-size: 18px;
  padding: 10px;
  margin-bottom: 20px;
}
.admin-consult-praticiens-ajout-liste-span {
  font-size: 18px;
  color: blue;
  border-bottom: solid 1px gray;
}

.admin-consult-praticiens-ajout-span {
  font-size: 17px;
  color: green;
  padding: 5px;
  /* text-decoration: underline; */
  border-bottom: solid 1px rgb(19, 3, 168);
}
/* --------- Praticien infos professionnelles ---------- */

.praticien-titre {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  /* transform: rotate(-2deg); */
}
.praticien-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  /* max-width: 589px; */
  max-width: 600px;
  display: grid;
  grid-template-columns: 170px 410px;
  column-gap: 15px;
  row-gap: 15px;
  /* border: 1px solid red; */
}
.praticien-content2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: left;
  margin-top: 30px;
} 
.praticien-lien-horaire > a {
  text-decoration: none;
  border-bottom: solid 1px #257C9E;
  font-size: 18px;

}
.praticien-info {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 15px;
  width: 340px;
  background-color: rgb(231, 231, 215);
  border: 1px solid green;
}
.praticien-content-form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  /* max-width: 589px; */
  max-width: 700px;
  display: grid;
  grid-template-columns: 170px 310px;
  column-gap: 5px;
  align-items: center;
  /* border: 1px solid red; */
}
.praticien-form-lieu {
  margin-top: 25px;
}

.praticien-content-form2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 1px;
  max-width: 550px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
  align-items: center;
  justify-items: start;
  row-gap: 15px;
  /* border: 1px solid red; */
}

.praticien-hr {
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  border: none;
  border-top: 1px solid rgb(136, 136, 139);
  margin-bottom: 10px;
  /* box-shadow: 0px 5px 0px rgba(122, 121, 121, 0.284); */
  
}
.praticien-bt-valid {
  margin-top: 15px;
  text-align: center;
}
.praticien-bt-chang-mdp {
  text-align: center;
  margin-top: 35px;
  font-size: 19px;
  
}
.praticien-bt-chang-mdp > a {
  color: #0423a0;
}
.praticien-mdp-info {
  text-align: center;
  color: red;
  font-size: 20px;
}
.praticien-mdp-change {
  margin-left: auto;
  margin-right: auto;
  width: 315px;
  margin-top: 25px;
  text-align: center;
  color: rgb(3, 14, 212);
  font-size: 20px;
  padding: 15px;
  border: 1px solid blue;
  border-radius: 3px;
  background-color: rgb(208, 208, 187);
}
.praticien-mdp-change-bt {
  width: 110px;
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 8px 8px 8px 8px;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 0.8em;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  background-color: rgb(78, 86, 179);
  cursor: pointer;
}

.praticien-modif-admin-nom {
  margin-top: 30px;
  text-align: center;
  color: gray;
  margin-bottom: 35px;
}
.praticien-modif-admin {
  margin-left: auto;
  margin-right: auto;
  width: 315px;
}
.praticien-modif-admin-grid {
  display: grid;
  grid-template-columns: 210px 40px;
  align-items: center;
  row-gap: 17px;
  font-size: 19px;
  margin-bottom: 30px;
}
.praticien-check {
  text-align: center;
  /* haut | droit | bas | gauche */
  padding: 3px 0 3px 0;
  background-color: #82c1f5;
  border: solid 1px rgb(67, 67, 247);
  border-radius: 5px;
}
.praticien-check-nul {
  text-align: center;
  /* haut | droit | bas | gauche */
  padding: 3px 0 3px 0;
  background-color: #f90808;
  border: solid 1px rgb(67, 67, 247);
  border-radius: 5px;
}


/* ------ Praticien admin Gestion des horaires ------- */

.praticien-horaires-form {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 25px;
  padding: 15px;
  border: 1px solid blue;
  border-radius: 3px;
  background-color: rgb(208, 208, 187);
}
.praticien-titre {
  text-align: center;
  color: rgb(0, 0, 130);
}
.praticien-label {
  display: inline-block;
  text-align: left;
  width: 90px;
}
.praticien-horaire-input {
  background-color: #e1e1f7;
  border: none;
  color: #0d0d0d;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  width: 110px;
  border: 2px solid #b2b1b1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.praticien-horaire-info {
  color: green;
  margin-top: 15px;
  margin-bottom: 15px;

}
.praticien-horaire-bt-grid {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* ------ Parametres admin Gestion adresse plan mail ------- */
.admin-param-accueil-titre {
  margin-top: 20px;
  text-align: center;
  color: gray;
}
.admin-param-accueil-confirm {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 350px;
  padding: 10px;
  text-align: center;
  color: rgb(28, 3, 172);
  border: solid 1px blue;
  border-radius: 5px;
  background-color: rgb(192, 227, 248);
  box-shadow: rgb(153, 152, 152) 0.5em 0.5em 0.3em;
}


/* ************************** Checkbox ***************** */
/* The container */
.check-content {
  display: block;
  position: relative;
  width: 410px;
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 25px;
  border-bottom: solid 1px blue;
}
/* Hide the browser's default checkbox */
.check-content input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  /* left: 0; */
  margin-left: 10px;
  height: 23px;
  width: 23px;
  background-color: #dee1fa;
  border: solid 1px rgb(110, 110, 110);
}
/* On mouse-over, add a grey background color */
.check-content:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check-content input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-content input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check-content .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ************************** FIN Checkbox ***************** */


/* ************* Fenetre modal ******************** */
.modalDialog {
  position: fixed;
  text-align: center;
  /* font-family: Arial, Helvetica, sans-serif; */
  font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.336);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  }
.bt-modal {
  padding-left: 150px;
  text-align: center;
  background-color: #2A88AD;
  padding: 8px 20px 8px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  font: normal 30px 'Bitter', serif;
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 2px solid #257C9E;
  font: 100% 'Comic Sans MS', Arial, Helvetica, sans-serif;
  cursor: pointer;
  text-decoration: none;
  }
.modalDialog:target {
  opacity:1;
  pointer-events: auto;
  }

.modalText {
  width: 400px;
  height: 140px;
  position: relative;
  margin: 20% auto;
  padding: 20px 20px 20px 20px;
  /* haut | droit | bas | gauche */
  border-radius: 10px;
  background-color: rgb(201, 202, 196);
  box-shadow: rgb(49, 49, 49) 0.5em 0.5em 0.3em;
  border: 1px solid #f30649;
}
.modalSpace {
  /* width: 150px; */
  margin-left: 25px;
  margin-right: 25px;
  height: 30px;
  color: rgb(82, 78, 189);
  /* border: 2px solid #257C9E; */
}

/* ------------------ page Mentions légales Mention.html ------------------------- */
.mention-container {
    padding-top: 60px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    /* color: #000; */
    color: white;
    background-color: rgb(10, 10, 10);
    /* border: 5px solid rgb(243, 5, 36); */
}
.mention-head {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    color : rgb(183, 187, 187);
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    /* border: 1px solid #daedf5; */
}
.mention-head-text {
    max-width: 600px;
    font-size: 1.3em;
}
.mention-text {
    text-align: justify;
}
.mention-text > a {
    /* text-decoration: none; */
    color: white;
}

.mention-content {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 70%;  
}
.mention-titre {
    font-size: 1.2em;
    border-bottom: 1px solid #7d7f80a1;
    padding : 20px;
    color : rgb(6, 219, 209);
}
.mention-lien > a {
    color: white;
}
.mention-titre-02 {
    font-size: 1.1em;
    color : rgb(247, 245, 134);
}
.mention-mail {
  margin-top: 5px;
  margin-left: -5px;
}
.bt-demo {
  /* width: 360px; */
  /* width: 50%; */
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 12px 20px 12px 20px;
  color: white;
  text-align: center;
  border-radius: 10px;
  /* font-size: 1.3em; */
  font-size: 15px;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #daedf5;
  background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
  cursor: pointer;
}
.mention-bt-content {
  text-align: center;
  margin-bottom: 40px;
}
.bt-demo-space {
  margin-left: 40px;
}

/* ------------------ page Confidentialité ------------------------- */
.confident-content {
  padding-top: 4%;
  width: 100%;
  background-color: #eaeef8;
}
.confident-content h1 {
  text-align: center;    
  margin-bottom: 30px;
}
.confident-content h2 {
  padding-left: 5%;
}
.confident-content p {    
  padding-left: 5%;
  padding-right: 5%;
  width: 80%;
  /* border: solid 1px red; */
  font-size: 17px;
}

/* ------------------------ Contact  --------------------------- */

/* .contact-img {
  margin-top: 5%;
  margin-left: 8%;
  position: absolute;    
} */

.contact-entete {
  text-align: center;
  color: #4f4f50;
  font-size: 35px;
  font-weight: bold;
}
.container-contact {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background-color: beige;
  /* border-top: 1px solid rgba(245, 222, 179, 0.63); */
}
.contact-titre1 {
  margin-top: 10px;
  font-size: 2.3vw;
  color: #4f4f50;
  text-align: center;
}
.contact-form {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  /* haut | droit | bas | gauche */
  padding: 1px 30px 40px 40px;
  /* width: 460px; */
  background-color: rgba(223, 227, 248, 0.3);
  border: 1px solid rgb(171, 167, 167);
  border-radius: 7px;
  box-shadow: rgba(128, 128, 127, 0.5) 0 0 5px 4px;
}

.contact-label {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 160px 230px;
  /* width: 20px; */
}
.contact-label > label {
  font-size: 18px;
  color: #0f1111;
}
@media screen and (max-width: 850px) {
  .contact-form {
    margin-top: 70px;
    padding: 5px;
  }
  .contact-titre1 {
    font-size: 16px;
  }
  .contact-label {
    grid-template-columns: 160px 200px;
  }
}

.input-01 {
  /* height: 148px; */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  background: #daedf5;
  min-height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* width: 100%; */
  padding: 8px;
  border-radius: 6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border: 2px solid #fff;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
}
.input-02 {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
    /* width: 448px; */
  height: 148px;
  background: #daedf5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* width: 100%; */
  padding: 8px;
  border-radius: 6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border: 2px solid #fff;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.33);
}
.bt-02 {
  text-decoration: none;
  /* haut | droit | bas | gauche */
  padding: 10px 10px 12px 10px;
  width: 310px;
  color: white;
  border-radius: 10px;
  color: white;
  font-size: 1.0em;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #daedf5;
  background: linear-gradient(rgb(61, 119, 245), rgb(5, 61, 243));
  cursor: pointer;
}
.contact-text2 {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  /* width: 460px; */
}
.contact-text2 > div {
  font-size: 1.5vw;
  color: aliceblue;
}
.contact-message {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  font-size: 2.2vw;
  color: rgb(2, 22, 109);
  border: 1px solid #3361dd;
  padding: 50px;
  background-color: #6e6e6d71;
}
.contact-message-x {
  padding-top: 20px;
  text-align: right;
}
.contact-message-x > a {
  text-decoration: none;
}

.captcha-grid {
  margin-top: 20px;
  width: 450px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: rgb(245, 11, 58);
  font-size: 1.1em;
}
@media screen and (max-width: 850px) {
  .captcha-grid {
    display: block;
    width: 350px;
    max-width: 350px;
  }
}
.contact-bt-retour {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  /* haut | droit | bas | gauche */
  padding: 8px 10px 8px 10px;
  width: 290px;
  border-radius: 10px;
  font-size: 1.1em;
  font: Helvetica, 'Comic Sans MS', Arial, sans-serif;
  box-shadow: inset 0px 3px 3px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #daedf5;
  background: linear-gradient(rgb(214, 214, 216), rgb(99, 99, 100));
  cursor: pointer;
}
.contact-bt-retour > a {
  text-decoration: none;
  color: rgb(2, 4, 130);
}

/* -------------- Fin CONTACT ---------------- */

/****** Pied de page *******/
.content-pied {
  position:absolute;
  bottom:0;  /* on le colle en bas */
  width:100%;
  /* height:100px;   Hauteur du pied de page */
}

.pied {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px 10px 25px 15px;
  text-align: left;
  color: rgb(221, 221, 246);
  background-color: rgb(2, 54, 82);
  /* background-color: #0d0d0d; */
}
.pied-lien {
  color: aquamarine;
}
.pied-lien-condition {
  /* color: rgb(158, 158, 160); */
  color: aquamarine;
  font-size: 15px;
}
.pied-lien-admin {
  width: 130px;
  text-align: center;
  padding: 8px;
  border: 1px solid rgb(2, 54, 82);
  border-radius: 13px;
  background-color: rgb(2, 77, 117);
}
.pied-lien-admin > a {
  color: rgb(221, 221, 246);
  text-decoration: none;
}
.pied-transparent {
  color: rgba(2, 54, 82, 0);
}
.pied-text {
  font-size: 19px;
}
.pied-catapulte-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 60px 260px;
  align-items: center;
  font-style: italic;
}
.pied-catapulte-lien {
  margin-top: 10px;
}
.pied-catapulte-lien > a {
  text-decoration: none;
  color: rgb(221, 221, 246);
  border-bottom: solid 1px rgba(221, 221, 246, 0.652);
}
.pied-catapulte-grid  > img {
  pointer-events: none;
}


/* **************** Gestion ecran responsive ******************* */
@media screen and (max-width: 850px) {
  header {
    height: auto;
    width: 100%;
    font-size: 15px;
  }
  .header-content {
    width: 100%;
    display: grid;
    /* grid-template-columns: 70px 250px; */
    grid-template-columns: 50% 50%;
    padding: 5px;
  }
  .header-logo {
    width: 60px;
    margin-left: 2px;
  }
  .header-nom {
    width: 250px;
    margin-left: 4px;
  }
  .header-acces {
    margin-top: 15px;
    margin-left: 10%;
    width: 100px;
  }
  .header-lien-patient {
    padding-top: 10px;
    text-align: right;
    width: 100%;
  }
  .content-pied  {
    display: block;
    position: relative;
  }
  .pied {
    padding-top: 50px;
    display: block;
    text-align: center;
    padding: 5px 5px 5px 5px;
  }
  .pied-logo-resp {
    text-align: center;
    margin-top: 25px;
  }
  .pied-transparent {
    display: none;
  }
  .pied-lien-resp {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
  }
  .content-bt {
    width: 100%;
    display: grid;
    justify-items: center;
    row-gap: 15px;
    justify-content: center; 
  }
/*   
  .container-index {
    width: 100%;
    overflow-x: hidden;
  } 
*/
/* 
  .index-text1 {
    font-size: 17px;
    width: 320px;
    padding: 5px;
    border: none;
  } 
*/
/* 
  .index-grid1 {
    margin-top: 10px;
    display: block;
    width: 85%;
    border: none;
  }
*/
/* 
  .index-img1 {
    width: 250px;
  } 
*/
/* 
  .index-grid2 {
    display: block;
    padding: 10px 0 0 5px;
  }
*/
/* 
  .index-text3 {
    width: 300px;
    font-size: 19px;
  } 
*/
/* 
  .index-img2 {
    border-radius: 2%;
    width: 250px;
  }
*/
/*   
  .accueil-media {
    height: 25px;
    text-align: center;
  }
   */
/*    
  .content-rdv-patient {
    width: 320px;
    font-size: 17px;
  }
*/
/*   
  .accueil-horaire-grid {
    font-size: 15px;
    width: 350px;
    display: grid;
    grid-template-columns: 85px 50px 75px 50px 50px;
  }
   */
/*   
  .accueil-bas-content {
    display: block;
    width: 95%;
  }
   */
/*    
  .accueil-plan {
    padding: 3px;
    width: 320px;
    height: 400px;
  }
*/
  .container-message {
    max-width: 400px;
    margin-bottom: 50%;
  }
  .surp-rdv {
    width: 310px;
    padding: 5px;
  }
  .connect-content {
    width: 100%;
    padding: 2px;
  }
  .connect-form {
    max-width: 380px;
  }
  .connect-input {
    width: 250px;
    padding: 10px;
  }
  .connect-flex-bt {
    width: 100%;
    display: grid;
    justify-items: center;
    /* row-gap: 5px; */
    justify-content: center;
    margin-bottom: 25px;
  }
  .confirm-consult {
    padding: 7px;
    width: 340px;
    box-shadow: 5px 5px 5px rgb(154, 152, 152);
  }
  .confirm-consult-bt {
    margin-bottom: 20px;
  }
  .liste-person-content {
    grid-template-columns: 1fr 1fr;
  }
  .rdv-heures {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
  }

  .contact-img {
    display: none;
  }
  .contact-form {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  textarea {
    max-width: 60%;
    max-height: 110px;
  }
  .bt-02 {
    width: 250px;
    font-size: 15px;
    padding: 7px 1px 9px 1px;
  }
  .contact-label {
    grid-template-columns: 110px 220px;
  }
  .contact-label > label {
    font-size: 3.0vw;
    font-size: 12px;
  }
  .contact-label > input {
    max-width: 200px;
    max-height: 20px;
  }
  .contact-text2 {
    margin-left: 5%;
  }
  .contact-text2 > div {
    font-size: 3.0vw;
  }
  .contact-bt-retour {
    width: 250px;
    font-size: 15px;
    padding: 7px 1px 9px 1px;
  }
  
  .content-form {
    max-width: 350px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4px;
    row-gap: 16px;
    font-size: 15px;
  }

}
