@font-face {
  font-family: 'DISPLAY FREE TFB';
  src: url('../public/fonts/DISPLAY FREE TFB.ttf');
  font-family: 'MV NAADHu DIGITAL';
  src: url('../public/fonts/DIGITAL.ttf');
  font-family: 'Digital-7';
  src: url('../public/fonts/Digital7.ttf');
}

body{
  background: rgb(238, 250, 247);
}

/*Bar fixe *****************************************************************/
#barfiche{
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: rgba(10, 126, 133, 1);
  overflow: hidden;
  left: 0;
  top: 0;
  transition: all .4s ease-in-out;
  /*background: linear-gradient(to top, #B2DFDB, 10%, rgb(10, 126, 133));*/
}

#barfiche .container{
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 80px;
}

#barfiche .container a{
  text-decoration: none;
}

#barfiche .container .logo{
  width: auto;
  height: 0px;
  margin: 0; padding: 0;
  text-transform: uppercase;
  font-family: 'Nunito', Roboto;
  color: #fff;
  font-size: 28px;
  float: left;
}

#barfiche .container p.welcome{
  font-family: 'Saira', 'Roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  float: right;
  margin: 0;padding: 0;
  padding-top: 24px;
}

.bar-separateur{
  width: 100%;
  height: 1px;
  background: transparent;
  margin: 0;padding: 0;
  margin-bottom: 90px;
}

/*Zone Menu **************************************************************/
  #menuAdmin-background{
  position: fixed;
  margin: 0; padding: 0;
  width: 20%;
  height: 100%;
  background: rgb(158, 158, 158);
  left: 0; top: 0;
}

.body ul{
  list-style-type: none;
  margin: 0; padding: 0;
}

#menuAdmin{
  position: fixed;
  width: 20%;
  display: block;
  margin: 0; padding: 0;
  left: 0; top: 100px;
}

#menuAdmin ul li{
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  line-height: 27px;
  border-radius: 6px;
  padding: 5px 0;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
 
 #menuAdmin ul li a{
  margin-left: 20px;
}

 #menuAdmin ul li i{
  margin-right: 10px;
 }

.body ul li:hover{
  backface-visibility: hidden;
  background: rgba(179, 229, 252, 0.30);
  border-radius: 6px;
  cursor: pointer;
}

.body ul li a{
  text-decoration: none;
  font-family: 'saira', 'Roboto', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* Body *****************************************************************/
.body{
  width: 100%;
  margin: 0; padding: 0;
  left: 0;
}

/* zone body right */
.body-right{
  width: 79%;
  float: right;
  padding: 0; margin: 0;
  right: 0;
  background: transparent;
}

/* Zone action sur Compte ADM */
#actionSurCompteAdmin,
#activitepatients,
#activitemedecins {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
  text-align: center;
}

#actionSurCompteAdmin ul,
#activitepatients ul,
#activitemedecins ul{
  margin: 0 auto;
}

#actionSurCompteAdmin ul li,
#activitepatients ul li,
#activitemedecins ul li{
  float: left;
  padding: 5px 10px;
  margin: 0px 20px 0px 0px;
  line-height: 27px;
  background-color: rgba(179, 229, 252, 0);
  border-radius: 6px;
  transition: width 1000ms ease-in-out;
}

ul #li-bar{
  background-color: transparent;
  cursor: auto;
}

#actionSurCompteAdmin ul li a,
#activitepatients ul li a,
#activitemedecins ul li a{
  color: #000;
}

ul #li-bar a{
  color: rgb(117, 117, 117);
}

#actionSurCompteAdmin ul li:hover,
#activitepatients ul li:hover,
#activitemedecins ul li:hover{
  background-color: #B2DFDB;
  border-radius: 6px;
}

ul #li-bar:hover{
  background-color: transparent;
}

#les_clients{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.zone{
  width: 360px;
}

.zone_patients{
  margin: 0 72px 30px 0;
}

.zone_medecins{
  margin: 0 0 30px 0;
}

.zone .titre{
  display: block;
  text-align: center;
  margin-bottom: 16px;
}

.zone .titre a{
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 18;
}

.zone div div{
  margin-bottom: 12px;
}

.zone .dt_titre{
  display: inline-block;
  line-height: 30px;
  padding: 5px 0 5px;
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 15px;
  vertical-align: text-bottom;
}

.zone .dt_qte{
  display: inline-block;
  width: auto;
  line-height: 30px;
  float: right;
  padding: 0 12px;
  text-align: right;
  background: rgb(238, 238, 238);
  border: 1px solid rgb(66, 66, 66);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.zone .case_SN{
  width: 138px;
  padding: 2px 0;
  background: linear-gradient(to bottom, rgb(224, 242, 241), 25%, rgb(10, 126, 133));
}

.zone .SN{
  display: inline-block;
  width: 16px;
  line-height: 18px;
  font-family: 'MV NAADHu DIGITAL', 'Digital-7', 'DISPLAY FREE TFB';
  font-size: 22px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  background: linear-gradient(to top, rgb(224, 242, 241), 5%, rgb(10, 126, 133));
  margin: 8px 0;
  margin-right: 2px;
  padding-top: 8px;
}

.zone .SN:last-child{
  margin-right: 0px;
}

/*zone body left*/
.body-left{
  position: relative;
  width: 20%;
  padding: 0; margin: 0;
  left: 0;
  background: red;
}

.body-left a{
  color: #fff;

}

/*Form ajout Admin ***************************************************/
.container_form{
    /*width: 100%;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 6px 0 36px 0px;
    padding: 0;
}

.acadmin{
    width: 422px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;    
    justify-content: space-between;
}

.acadmin_title{
    font-family: 'Roboto', Segoe UI;
    font-size: 30px;
    color: #002845;
    border-bottom: 4px solid rgb(10, 126, 133);
    display: inline;
    margin-top: 36px;
    margin-bottom: 52px;
    text-align: center;
}

form#form_ajadm, form#form_edtadm,
form#form_acadmin_cmadm,
form#form_acadmin_cdesadm,
form#form_bouton_edtadm,
form#form_acadmin_cremadm,
form#form_acadmin_dspadm,
form#form_acadmin_dspadm_Med{
    width: 500px;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 36px 0 0;
    padding: 0;
}

form#form_edtadm{
  border-bottom: none;
}

form#form_bouton_edtadm{
  border-top: none;
  margin: 0; padding: 0;
}
.container_form_edtadm{
  margin-bottom: 0;
}

#form_acadmin_dspadm p,
#form_acadmin_dspadm_Med p{
  text-transform: uppercase;
  margin-bottom: 8px;
}

#form_acadmin_dspadm .buttonRadio_box,
#form_acadmin_dspadm_Med .buttonRadio_box{
  margin-bottom: 36px;
}

.buttonRadio_box #patientChoice2,
.buttonRadio_box #patientChoice3,
.buttonRadio_box #medecinChoice2,
.buttonRadio_box #medecinChoice3{
  margin-left: 40px;
}

.buttonRadio_box #patientChoice1 .label_Choice,
.buttonRadio_box #patientChoice2 .label_Choice,
.buttonRadio_box #medecinChoice1 .label_Choice,
.buttonRadio_box #medecinChoice2 .label_Choice{
  margin-right: 24px;
}

#form_acadmin_dspadm .buttonRadio_box label,
#form_acadmin_dspadm_Med .buttonRadio_box label{
    font-family: 'Ubuntu', Segoe UI;
    font-size: 17px;
    color: #616161;
    cursor: pointer;
}

.acadmin_box {
    position: relative;
    margin-bottom: 36px;
    width: 420px;
}

.acadmin_box input,
.acadmin_box select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    padding: 3.5px 0px 0px 5px;
    font-size: 17px;
    color: rgb(10, 126, 133);
    font-family: 'Ubuntu', Segoe UI;
    font-weight: 500;
    outline: none; 
    background: transparent;
    transition: 0.6s;
}
  
.acadmin_box:after {
    position: relative;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 1);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0; padding: 0;
    transition: all 280ms ease-in-out;
    width: 0;
}

.acadmin_box:focus-within::after {
    backface-visibility: hidden;
    border-color: #1E88E5;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/*Réinitilaisation de la liste déroulante*/
.acadmin_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance:none;
    appearance: none;
    outline: 0;
    background-image: none;
    box-shadow: none;
}

/* Mise en forme de la balise select*/
.acadmin_box select{
    cursor: pointer;
}

/* Mise en place de la flèche */
.acadmin .select::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    padding: 0 5px;
    background: transparent;
    pointer-events: none;
    transform: rotate(90deg);
    font-size: 14px;
}
.acadmin .select:hover::before{
    content: '\276F';
    color: red; /*rgb(21, 81, 86);*/
}
/*.acadmin .select:focus {
  box-shadow: 5px 10px 40px #888888;
}*/
.acadmin_box label{
    position: absolute;
    top:-2px;
    padding: 3.5px 0px 0px 2px;
    font-size: 17px;
    text-transform: uppercase;
    pointer-events: none;
    font-family: 'Ubuntu', Segoe UI;
    color: #616161; 
    left: 2px;
    transition: all 0.5s ease-in-out;
}
.acadmin_box input:focus ~ label,
.acadmin_box input:valid ~ label,
.acadmin_box select:focus ~ label,
.acadmin_box select:valid ~ label {
    padding: 5px 0px;
    top: -19px;
    left: 0;
    color: #1E88E5;
    font-size: 14px;
}

/* Message erreur si l'un des champs est vide ******************/
.messagererreur{
    width: 522px;
    margin: 0 auto;
    text-align: center;
}
.messagererreur span{
    color: #fff;
    padding: 3px 7px 5px;
    background: rgb(213, 0, 0);
    border-radius: 5px;
}

/*Zone bouton Suivant *********************************************/
.case-buttons{
    width: 500px;
}

.btn_div {
    width: 100%;
    height: 75px;
    display: block;
    text-align: center;
}

button {
    position: relative;
    display: inline-block;
    background: rgb(10, 126, 133);
    color: #fff;
    border-radius: 15px;
    font-size: 16px;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
    width: 140px;
    height: 42px;
    transition: 0.29s;
    margin-top: 2px;
    vertical-align: top;
}

button:hover{
  background: rgb(21, 81, 86);
  border: 1px solid rgb(21, 81, 86);
  margin-top: 0;
}

  #annuler_cmadm, #annuler_cremadm,
  #Annuler_edtadm, #Annuler_ajadm,
  #annuler_cdesadm, #annuler_dspadm,
  #annuler_dspadm_Med{
    background: rgb(211, 47, 47);
    margin-left: 0;
}

#annuler_cmadm:hover, #annuler_cremadm:hover,
#Annuler_edtadm:hover, #Annuler_ajadm:hover,
#annuler_cdesadm:hover, #annuler_dspadm:hover,
#annuler_dspadm_Med:hover{
    color: #fff;
    background: rgb(213, 0, 0);
}

/*footer ***********************************************************/

.fixed{
  position: fixed;
  background: linear-gradient(to top, #B2DFDB, 5%, rgb(10, 126, 133));
  bottom: 0;
  left: 0;
  z-index: 500;
}

.barFooter{
  width: 100%;
  height: 1px;
  background: transparent;
  margin-bottom: 80px;
}

.footer{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background-color: rgba(10, 126, 133, 1);
  left: 0;
  transition: all 0.5s ease-in-out;
}

.footer_mentions{
  margin: 0 auto;
  text-align: center;
}

.footer_mentions p{
  color: #fff;
}