﻿html {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);       /* 100% de la hauteur visible (CSS MobileTrick) */
}

body { 
	min-height: calc(var(--vh, 1vh) * 100);       /* 100% de la hauteur visible (CSS MobileTrick) */
	font-family: "Roboto Condensed", "Open Sans", "Sans", sans-serif;    
	font-size: 14px;
	padding-top:10px;
	/*background-image: url('Images/carre.png');*/
	background-repeat: repeat;
	background-position: center;
	background-color: #EFEFEF;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	background-color: white;
	background-position: center;  
	/*background-image: url('Images/logo-background.png');*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.wrapper-background {
    background-image: url('Images/logo-background.png');
}

.wrapper-background-06,
.wrapper-background-06N,
.wrapper-background-10,
.wrapper-background-13,
.wrapper-background-14,
.wrapper-background-14C,
.wrapper-background-17,
.wrapper-background-18,
.wrapper-background-21,
.wrapper-background-30,
.wrapper-background-31,
.wrapper-background-33,
.wrapper-background-35,
.wrapper-background-38,
.wrapper-background-40,
.wrapper-background-44,
.wrapper-background-44N,
.wrapper-background-50,
.wrapper-background-51,
.wrapper-background-54,
.wrapper-background-56,
.wrapper-background-56L,
.wrapper-background-59L,
.wrapper-background-60,
.wrapper-background-62,
.wrapper-background-64,
.wrapper-background-64P,
.wrapper-background-66,
.wrapper-background-67,
.wrapper-background-73,
.wrapper-background-74,
.wrapper-background-74T,
.wrapper-background-76,
.wrapper-background-77,
.wrapper-background-83,
.wrapper-background-83T,
.wrapper-background-84,
.wrapper-background-87,
.wrapper-background-89 {
    background-image: url('Images/logo-background-sos.png');
}

.wrapper-background-06S,
.wrapper-background-79,
.wrapper-background-18V,
.wrapper-background-41R {
    background-image: url('Images/logo-background-non-sos.png');
}

.datePickerContainer {
    padding-top: 7px;
    padding-bottom: 4px;
}

.datePickerInput {
    color: #26358B;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid lightgrey;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff !important;
    min-width: 300px;
}

.datePickerCalendar {
    font-size: 20px;
}


.icon-datepicker:after {
    font-family: 'FontAwesome';
    content: '\f073';
    position: absolute;
    right: 6px;
}


#rdvChoix .jqx-input-content {
    font-family: "Roboto Condensed", "Open Sans", "Sans", sans-serif;
    font-size: 18px;
}



/******** BREADCRUMB ********/
    .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
    color: #26358B !important;
}

.progress-indicator>li.completed .bubble,
.progress-indicator>li.completed .bubble:after,
.progress-indicator>li.completed .bubble:before {
	background-color: #26358B !important;
	color: #26358B !important;
}

.marg-bottom-listeDocumentsWP {
    margin-bottom: 75px !important;
}

/******** FOOTER ********/
footer {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	height: 85px;                   /* 85 = Footer */
}

.footer {
	bottom: 0;
	width: 100%;
	height: 85px;                   /* 85 = Footer */
	background-color: #26358B;
	color: #ffffff;  
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

/*.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer p {
	margin-bottom: 0;
}

.footerAlerte {
    background-color: #FF0000 !important;
}*/

.footer{
    text-align: center;
    display: table;
}

.footer div{
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle
}


.footer p {
    margin-bottom: 0;
    text-align: center;
}

.footerAlerte {
    background-color: #FF0000 !important;
}

.imgAppelSurtaxe{
    height: 2em;
}

.body-content {
	height: calc(var(--vh, 1vh) * 100);         /* 100% de la hauteur visible (CSS MobileTrick) */
	min-height: calc(var(--vh, 1vh) * 100);     /* 100% de la hauteur visible (CSS MobileTrick) */
	padding-left: 15px;
	padding-right: 15px;
}

#idCarte {
    border: 3px solid black;
    width: 100%;
    height: 500px;
}

.lienblanc {
	color: white;
	text-decoration: underline;
}

.txt-desktop{
	font-size: 20px;
}

.txt-mobile{
	font-size: 20px;
}

/******** INPUT ********/
input,
select,
textarea {
	max-width: 280px;
}

input[type="text"],
input[type="password"],
input[type="email"],
select[multiple],
select[size]
{
	background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

#Patient textarea,
#Motif textarea,
#ConstantesVitales textarea {
    width: 100% !important;
    border-radius: 10px;
    max-width: unset;
    margin-top: 5px;
    border: 2px solid black;
}

#ConstantesVitales textarea {
    min-height: 180px;
}

.textbox-custom {
    border: none !important;
    border-bottom: 2px solid grey !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.textbox-custom:hover {    
	outline: none !important;
	background: transparent !important;
	box-shadow:none !important;
}    

.custom-padding-lr{
    padding-left: 30px;
    padding-right: 30px;
}

.centrer-input {
	margin: 0 auto;
}

.all-motif{
	margin-bottom: 70px !important;
}

.motif{
	border: 2px solid black;
	cursor: pointer;
    /*border-radius: 25px;*/
	border-radius: 32px;
	/*margin: 5px auto;*/
    margin: 10px auto;
	display: flex;
    /*min-height: 52px;*/
	min-height: 64px;
	padding: 0;
    font-size: 25px;
}

.motif-selected{
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

.motif-content{
	margin: auto;
	line-height: normal;
    font-size: 24px;
}

.autreMotif{
	/*font-size: inherit;*/
	width: 100%;
}

.padding-autre-motif{
	padding-left: 40px;
	padding-right: 40px;
}

.padding-motif-left{
	padding-left: 40px;
	padding-right: 20px;
}

.padding-motif-right{
	padding-left: 20px;
	padding-right: 40px;
}

.curseur-main {
    cursor: pointer;
}

.curseur-main:first-child{
	position: absolute;
}

.curseur-main:last-child{
	display: block;
	position: relative;
	/*padding-left: 16px;*/
}

.code-erreur {
	font-weight: normal;
	font-size: 9px;
}

.navbar-default,
.navbar-default .navbar-collapse {
	background: #ffffff !important;
	webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {    
	-webkit-border-top-right-radius: 15px;    
	-moz-border-radius-topright: 15px;    
	border-top-right-radius: 15px;
}

.custom-msg-erreur-nbpatient{
    background-color: #FF0000;
    color: white !important;
    text-align: center;
}

.custom-msg-erreur-nbpatient h2{
    margin-bottom: 0px;
}

.custom-msg-erreur-nbpatient a{
    margin-bottom: 0px;
}

.custom-msg-erreur {
    background-color: #FF0000 !important;
    color: white !important;
}  


/* BANDEAU DEFILANT */
#bandeauDefilant{
    height: 60px;
}

/* le block conteneur */
.bandeau-defilant {
  /*max-width: 30em;*/                      /* largeur de la fenêtre */
  margin: 0 10px 0;
  overflow: hidden;                     /* masque tout ce qui dépasse */
  margin-bottom: 15px;
}

.bandeau-defilant div {
    height: 30px;
}

/* le bloc fixe */
.contenu-fixe {
    text-align: center;
}

/* le bloc défilant */
.contenu-defilant {
  display: inline-block;                /* modèle de boîte en ligne */
  padding-right: 2em;                   /* un peu d'espace pour la transition */
  padding-left: 100%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  /* animation */
  /*animation: defilement-rtl infinite linear;*/
  /*animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  /*animation-delay: 15s;                 /* valeur à ajuster suivant la longueur du message */
  /*animation-iteration-count: infinite;  /* boucle continue */
  /*animation-timing-function: linear;    /* pas vraiment utile ici */
}

.contenu-defilant-V15{
    animation: defilement-rtl 15s infinite linear;
}

.contenu-defilant-V30{
    animation: defilement-rtl 30s infinite linear;
}

.contenu-defilant-V45{
    animation: defilement-rtl 45s infinite linear;
}



@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-100%,0,0);  /* position finale à gauche */
  }
}

.bandeau-red{
    background-color: #FF0000;
    color: white;
}

.bandeau-blue{
    background-color: #26358B;
    color: white;
}

.bandeau-green{
    background-color: #8DD500;
    color: white;
}

/*input[type=checkbox] { display:none; }*/ /* to hide the checkbox itself */
input[type=checkbox] ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
}

/*input[type=checkbox] ~ label:before { content: "\f096"; }*/ /* unchecked icon */
input[type=checkbox] ~ label:before { letter-spacing: 10px; } /* space between checkbox and label */

/*input[type=checkbox]:checked ~ label:before { content: "\f046"; }*/ /* checked icon */
input[type=checkbox]:checked ~ label:before { letter-spacing: 8px; }

.creer-compte-marg{
	margin-bottom: 50px;
}

.input-date-naissance{
    width: auto;
}

#ModifCompte .custom-input-modifCompte {
    display: inline;
}

.asterix {
	color: black;
}

/*.btn-default input[type="radio"] {
	visibility:hidden;
}*/

/***** FONT SIZE 20PX*/
.normal-text{
	font-size: 20px;
}

/******** MARGIN *********/
.my-5{
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10{
    margin-top: 10px;
    margin-bottom: 10px;
}

/******** CARTOUCHE *********/

.cartouche-with-pdf{
    width: 85%;
    margin: 0;
    border-right: 2px solid black;
}

.cartouche-without-pdf{
    width: 100%;
    margin: 0;
}

.cartouche-pdf{
    margin: 0 !important;
    display: block !important;
}

#cartouche_pdf > button,
#cartouche_pdf > a,
.cartouche-liste-pdf button {
    width: 100% !important;
    height: 100% !important;
    border: none;
    background-color: transparent;
}

#cartouche-info{
    margin-right: 0 !important;
    border-right-color:black;
}

.cartouche-conteneur{
	padding-left: 4px;
	padding-right: 4px;
}

.cartouche {
    border: 2px solid black;
    cursor: pointer;
    border-radius: 60px;
    margin: 5px auto 0px;
    display: flex;
    min-height: 40px;
    padding: 10px 0;
    font-size: 25px;
}

#ListeFicheInfoPatient p{
    margin-bottom: 20px;
}

#ListeRdv .cartouche {
    font-size: 20px;
    padding: 0;
}

.cartouche-selected{
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

.cartouche-selected.danger{
    color: #ffffff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.cartouche-disabled {
    background-color: #e3e3e3;
}

.cartouche-content{
	margin: auto;
}

.desc-cartouche{
    font-size: 15px;
}

.cartouche-liste-pdf {
    margin: auto;
    border: 2px solid black;
    border-top: none;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: opacity 3s;
    opacity: 1;
}

.cartouche-wrapper {
    position: relative;
    overflow: hidden;
}

    .cartouche-wrapper .cartouche-liste-pdf {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transition: top .5s cubic-bezier(0.820, 0.085, 0.395, 0.895);
    }

    .cartouche-wrapper .hide-list {
        position: relative;
        top: -100px;
        transition: top .5s cubic-bezier(0.820, 0.085, 0.395, 0.895);
    }

.hide-wrapper {
    height: 0px;
}

.trans {
    -webkit-transition: border-radius .5s, top .5s;
    transition: border-radius .5s, top .5s;
}

.cartouche-liste-pdf > div:not(:last-child) {
    border-bottom: 2px solid black;
}

.nb-pdf-dispo {
    background-color: white;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: flex;
    margin-top: -5px;
}

    .nb-pdf-dispo span {
        /*color: white;*/
        font-size: 10px;
        margin: auto;
    }

.cartouche-open {
    border-radius: 30px 30px 0px 0px;
}

.ordonnance_affecte {
    background-color: #e3e3e3;
}

/*#ChoixTypeRdv .cartouche-content {
    font-size: 25px;
}*/
/******** PAGE : INDEX ********/
#content-infos #dep {
    display: inline-block !important;
}

#content-infos #NbPatients {
	margin-top: 30px;
}

#content-infos .titre-DepGeo,
.titre-NbPatients,
.titre-Patient,
.titre-Motif,
#erreur {
	font-size: 20px;
    width: 100%;
}

.titre-Patient .titre1 {
	font-weight:bold;
}

.titre-Patient .titre2 {
	font-size: 16px;
}

.padding-side{
	padding-left: 15px;
	padding-right: 15px;
}

.personne-conteneur{
	padding-left: 4px;
	padding-right: 4px;
}

.personne{
	border: 2px solid black;
	cursor: pointer;
	border-radius: 30px;
	/*margin: 5px auto;*/
    margin: 10px auto;
	display: flex;
	min-height: 40px;
    font-size: 25px;
    padding: 10px 0;
}

.personne-selected{
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

.personne-content{
	margin: auto;
}

.autre{
	margin: auto;
	font-size: 35px;
}

.add-membre{
	/*padding-bottom: 4px;*/
}

#depGeo {
	margin-bottom: 15px;
}

.radio-modif-membre{
	margin-left: 15px;
}

#checkboxes{
	margin-top: 20px;
}

#checkboxes .checkboxgroup {
	margin-right: 10%;
	font-size: 16px;
}

#checkboxes .nbPat {
	display: inline-block;
	width: 3.5vw;
	height: 3.5vw;
	border-radius: 50%;
	border: 2px solid black;
	cursor: pointer;
	margin: auto 30px;
}

#checkboxes .nbPat-content {
	float: left;
	line-height: 1;
	margin-top: -0.5em;
	padding-top: 50%;
	text-align: center;
	width: 100%;
	font-weight: bold;
    font-size: 20px;
}

#checkboxes .nbPat-selected {
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

.checkboxgroup {
  display: inline-block;
  text-align: center;
}
.checkboxgroup label {
  display: block;
  color: red;
}

.codeDep {
	display: inline-block;
	width: 80px;
	border: solid 2px #26358B;    
	font-weight: bold;
	padding-bottom: 15px;
}

#iconGeoLoc {
	cursor: pointer;
}

.numTel,
.numTel:hover {
   color: #FFFFFF;
   text-decoration: underline;   
}

.tel{
	text-decoration: underline;
}

.divBtnMdpOublie {
	margin-top: 20px !important;
	font-size: 18px;
}


#InfosMembre {
	margin-top: 10px;
	display: none;
}

#retrouverRdv {
	margin-bottom: 10px;
	font-size: 18px;
}

#rdvIntrouvable {
	font-weight: bold;
	font-size: 17px;
	color: red;
	margin-bottom: 10px;
}

#ListeRdv{
    text-align: center;
}

/*#ListeRdv .cartouche{
    border: 2px solid black;
	cursor: pointer;
	border-radius: 20px;
	margin: 5px auto;
	display: flex;
	min-height: 40px;
    padding: 0;
    font-size: 20px;
}*/

#ListeRdv .cartouche-selected{
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

#ListeRdv .cartouche-content{
	margin: auto;
}

.liste{
    overflow: auto;
    max-height: calc((var(--vh, 1vh) * 100) - 491px);    /* 391 = Espace en haut du site (10) + Navbar (100) + Title (91) + Bouton (65) + Footer (85) + Margin de la div (40) */
    margin: 20px -15px;
}

/******** BANDEAU DE SELECTION DE L'HORAIRE ********/
.block-hour{
    margin-top: 20px;
}

.input-hour {
    width: auto;
    text-align: center;
}

.horaireCentre {
    /*padding-top: 5px;*/
	padding-top: 15px;
}

.bandeauHoraire {    
	text-align: center;
	width: 80%;
	min-height: 45px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bandeauHoraire .btnHorairePrec,
.bandeauHoraire .btnHoraireSuiv {
	width: 10%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bandeauHoraire .btnHorairePrec {
	padding-left: 10px;
}

.bandeauHoraire .btnHoraireSuiv {
	padding-right: 10px;
}

.wrapperHoraire {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

    .wrapperHoraire div(not:horaire-content) {
        padding: 0 15px;
    }
    /*-ms-accelerator: true*/
    /*-ms-flow-from: thingy*/
    @supports (-ms-ime-align: auto) {
    .wrapperHoraire {
        justify-content: space-around;
        width: 100%;
	    display: flex;
    }

    .bandeauHoraire {    
	    text-align: center;
	    width: 80%;
	    height: unset;
	    margin-left: auto;
	    margin-right: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
    }
}
    /* keyframes pour le scroll vers la gauche (clique sur suivant) */
    @-webkit-keyframes scroll-left { /* Safari, Opera, Chrome */
	0% { right: 0%; }
	50% { right: 50%;opacity: 0.5 }
	70% { right: 90%;opacity: 0 }
	90% { right: 100%;opacity: 0 }
	100% { right: 100%;opacity: 0 }
} @keyframes scroll-left { /* Pour tous les navigateurs */
	0% { right: 0%; }
	50% { right: 50%;opacity: 0.5 }
	70% { right: 90%;opacity: 0 }
	90% { right: 100%;opacity: 0 }
	100% { right: 100%;opacity: 0 }
}
    /* keyframes pour le scroll vers la gauche (clique sur précédent) */
    @-webkit-keyframes scroll-right { /* Safari, Opera, Chrome */
	0% { left: 0%; }
	50% { left: 100%;opacity: 0.5 }
	70% { left: 90%;opacity: 0 }
	90% { left: 100%;opacity: 0 }
	100% { left: 100%;opacity: 0 }
} @keyframes scroll-right { /* Pour tous les navigateurs */
	0% { left: 0%; }
	50% { left: 100%;opacity: 0.5 }
	70% { left: 90%;opacity: 0 }
	90% { left: 100%;opacity: 0 }
	100% { left: 100%;opacity: 0 }
} .fixed-horaire{
	overflow: hidden;
	width: 80%;
} .scroll-right{
	animation: scroll-right 1s;
	position: relative;
} .scroll-left{
	animation: scroll-left 1s;
	position: relative;
} .wrapperHoraire .horaire {
  /*display: inline-block;*/
  display: flex;
  width: 3.5vw;
  height: 3.5vw;  
  border-radius: 50%;
  border: 2px solid black;
  cursor: pointer;
} .wrapperHoraire .horaire-content {
	float: left;
	line-height: 1;
	/*margin-top: -0.5em;
	padding-top: 50%;*/
    margin: auto;
	text-align: center;
	width: 100%;
	font-weight: bold;
    font-size: 20px;
} .horaire-indisponible {
	border: 2px solid black;
	border-radius: 90px;
	color: grey;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 8px;
	padding-bottom: 8px;
	/*margin-left: 4%;
	margin-right: 4%;*/
	min-height: 2.5vw;
} .wrapperHoraire .horaire-selected {
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
} .heure-rdv>span{
    padding: unset;
}
    /******** BANDEAU D'INFORMATIONS ********/
    #messageErreur {
	text-align: center;
	color: red;
	background: transparent !important;
	font-size: 15px;
} #selectedRdv {
	font-size: 16px;
} #messageRdvIndispo {
	border-radius: 0 !important;   
	color: red;
	/*font-weight: bold;*/
	margin-top: 20px;
}
    /******** PAGE : CHOIX RDV ********/
    #rdvChoix .centre-coord {
	margin-top: 25px;
	padding-bottom: 10px;
} #rdvChoix .centre-consultation:first-child {
	margin-top: 15px;
} .centre-consultation{
    margin-bottom: 60px;
} #rdvChoix .adresseCentre p {
	margin-bottom: 5px;
} #rdvChoix .ville {
	text-transform: uppercase;
	font-weight: bold; 
}
    /******** PAGE : CONNEXION ********/
    #Connexion .identification {
	margin-top: 50px;
} .container .text-muted {
  margin: 20px 0;
}
    /******** PAGE : INSCRIPTION 1 ********/
    #Inscription1 #selectedRdv {
	margin-bottom: 10px;
}
    /******** PAGE : MEMBRE ********/
    .marg-bottom{
	margin-bottom: 75px;
} .marg-bottom-membre{
    margin-bottom: 75px !important;
} .marg-etat{
    margin-top: 5px;
} .mw-none{
    max-width: none;
} .form-lieuInt, .form-adr{
    max-width: 500px;
    margin: 10px auto;
} .pad-none{
    padding-left: 0;
    padding-right: 0;
} #Patient .sexe {
	margin-top: 10px;
} .custom-input-modifCompte {
    margin-top: 10px;
} .resume {
	font-size: 16px;
} .resultat {
	text-align: center;
} .resume-highlight {
	color: #26358B;
} #IdentitePatient input {
    font-size: 20px;
} #IdentitePatient .dateNaissance{
    margin-bottom: 15px;
} #IdentitePatient .dateNaissance input {
    text-align: center;
    width: auto;
    padding: unset;
} .titreChamp {
	font-size: 16px;
} .titre h1 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: lighter !important;
    margin-bottom: unset;
} .titre span{
    padding: 10px;
    font-weight: lighter !important;
} .titre p{
    margin-top: 20px;
} .titrePage, h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
} .centrer-image {
	margin: 0 auto;
} #ConstantesVitales #commentaire {
    background: transparent;
    font-size: 20px;
} .heure-requisition-input {
    font-size: 18px;
} .heure-requisition-libelle {
    font-size: 20px;
} label {
    font-weight: normal !important;
} .details {
	font-size: 12px;
} .heureConsult {
	color: #DF0101;
	font-size: 19px;
} .jourNaissance {
	display: inline-block;
	/*width: 63px;*/
    width: 70px;
	font-size: 16px;
} .moisNaissance {
	display: inline-block;
	/*width: 63px;*/
    width: 70px;
	font-size: 16px;
} .anneeNaissance {
	display: inline-block;
	width: 90px;
	font-size: 16px;
} #zoneSexe label {
	font-size: 16px;
} .custom-btn-adresse label{
    padding: 10px 10px !important;
    background-color: white;
} .custom-btn[disabled]{
    color: black !important;
    background-color: #8E8E8E !important;
} .text-custom-danger {
	color: red;
	font-weight: bold;
} .text-custom-green {
	color: #8DD500;
	font-weight: bold;
} .text-custom-info {
	color: #26358B;
	font-weight: bold;
    font-size: 20px;
} .text-custom-gras {
	font-size: 17px;
	font-weight: bold;
} .rdvTermine{
    background-color: #e3e3e3;
} .urgence1{
    background-color: #f36800;
    color: white;
} .urgence2{
    background-color: #de0101;
    color: white;
} .customBorderCartouche {
    border: 4px solid !important;
} .cartoucheUrgence1, .cartoucheUrgence1 #cartouche-info {
    border-color: #f3d500 !important;
} .cartoucheUrgence2, .cartoucheUrgence2 #cartouche-info {
    border-color: #de0101 !important;
} .titreCentre {
	font-size: 18px;     
} .titreCentre p {
	 margin: 0;
} #membresDetails {
	display: none;
} #col-middle-title {
	height: 81px;
} #col-middle-breadcrumb {
	height: 49px;
} .textAutreMotif {
	font-size: 20px;
} .custom-block-nom{
    margin-bottom: 30px;
}
    /* Changement couleur des placeholder */
    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #9E9E9E;
} :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #9E9E9E;
  
} ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #9E9E9E;
  
} :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #9E9E9E;
} ::-ms-input-placeholder { /* Microsoft Edge */
   color: #9E9E9E;
} ::placeholder { /* Most modern browsers support this now. */
   color: #9E9E9E;
} #principal, #main, #col-middle, #col-middle-content {
	min-height: calc((var(--vh, 1vh) * 100) - 195px);    /* 195 = Navbar (80) + Margin-bottom (20) + Footer (85) + espace haut du site (10) */
} #col-middle-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
} .height-middle-body-LB0{
    min-height: calc((var(--vh, 1vh) * 100) - 276px);    /* 246 = Navbar (80) + Titre (81) + Footer (85) */
} .height-middle-body-LB1 {
    min-height: calc((var(--vh, 1vh) * 100) - 321px); /* 276 = Navbar (80) + Titre (81) + Footer (85) + Taille d'1 bandeau défilant (30) */
} .height-middle-body-LB2 {
    min-height: calc((var(--vh, 1vh) * 100) - 351px); /* 306 = Navbar (80) + Titre (81) + Footer (85) + Taille de 2 bandeau défilant (60) */
}
    /*.height-middle-body-LB1-liste-rdv {
    min-height: calc((var(--vh, 1vh) * 100) - 371px);*/ /* 396 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (155) + 15px btnAction dans col-middle-body + Taille d'1 bandeau défilant (30) + Margin sous bandeau (15) */
    /*height: 0;
}*/
    #Result {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc((var(--vh, 1vh) * 100) - 150px); /* 276 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (85) + Espace tout en haut du site (10) */
} .lien {
	background: none;
	border: none;
	text-decoration: underline;
	cursor: pointer; 
} .bleu-sos {
	color: #26358B;
} #Connexion .identification .login {
	color: #26358B !important;
	font-weight: bold !important;
} #Connexion .identification .login input:-webkit-autofill, #Connexion .identification .login input:-webkit-autofill:hover, #Connexion .identification .login input:-webkit-autofill:focus, #Connexion .identification .login input:-webkit-autofill, #Connexion .identification .login input:-internal-autofill-previewed, #Connexion .identification .login input:-internal-autofill-selected, #Connexion .identification .password {
	color: #26358B !important;
	font-weight: bold !important;
} #Connexion .identification .login::placeholder {
	font-weight: normal;
} .toggleMdp{
    padding: unset;
    background-color:transparent;
    border: none;
    box-shadow: none;
    width: auto;
} .divBtnToogleMdp{
    padding: unset;
    margin-left: -5%;
} .divBtnToogleMdpInscription{
    /*padding: unset;*/
    margin-left: -28%;
} #VerifTel .telephone {
	color: #26358B;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.33333;
	min-height: 40px;
} .numSecu, #ModifMembre .numSecu {
    color: #26358B;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.33333;
	min-height: 40px;
    text-align: center;
} #ModifMembre .titre-numSecu, #ModifCompte .titre-numSecu {
    text-align: right;
} .content-aide {
    font: italic 1em "Fira Sans", serif;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  /*  font-variant: petite-caps;
    font-style: italic;*/
} .content-aide-result-visite{
    margin: unset;
} .content-aide-demande-en-cours {
    position: absolute;
    bottom: 60px;
    right: 60px;
} .content-aide .fleche-bas-droite, .content-aide .fleche-bas-gauche {
        margin: auto;
    } .content-aide .fleche-bas-droite .fleche-aide {
            text-align: right
        } .content-aide .fleche-bas-droite img {
            transform: rotate(90deg);
        } .content-aide .fleche-bas-gauche .fleche-aide {
            text-align: left
        } .content-aide .fleche-bas-gauche img {
            transform: rotate(180deg);
        } .content-aide .fleche-aide {
        text-align: right;
        height: 50px;
    } .content-aide .fleche-aide img {
            width: 50px;
        } .content-aide .text-aide {
        text-align: center;
    } .content-aide-result-visite .fleche-aide {
        height: 40px;
    } .content-aide-result-visite .fleche-aide img {
            width: 40px;
        }
    /******** PAGE LISTE RDV ********/
    #searchRdv{
    width: auto;
    margin-top: 15px;
} .content-infos-rdv:not(:first-child){
    /*margin-bottom: 15px;*/
    margin-top: 20px;
} .content-infos-rdv .name{
    font-weight: 700;
}
    /******** BOUTONS ACTIONS ********/
    .btn{
    font-size: 30px;
} #btnAction {
	position: absolute;
	bottom: 0;
	width: 100%;
}
    /*.btnAction-annuler{
	padding-top: 43px !important;
	margin-bottom: 0 !important;
}*/

.btnActionCentreMobile {
    padding: 0 !important;
    line-height: normal;
}

    .btnActionGauche {
	padding-right: 2px;
	padding-left: 1px;
} .btnActionDroite {
	padding-left: 2px;
	padding-right: 1px;
}.btnActionCentre {
	padding: 0;
} .btn-custom-success-blinking {
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #8DD500;
    color: white;
    -webkit-animation: 2s linear infinite blinkingBagroundGreen; /*pour Safari 4.0-8.0 */
    animation: blinkingBagroundGreen 1.5s linear infinite;
}
    /* Animation des messages d'urgence 2 */
    @-webkit-keyframes blinkingBagroundGreen { /*pour Safari 4.0-8.0 */
    50% {
        background-color: #8DD500; /*pour les anciens navigateurs*/
        background-color: rgba(141, 213, 0, 0.3);
    }
}
    /* Animation des messages d'urgence 2 */
    @keyframes blinkingBagroundGreen {
    50% {
        background-color: #8DD500; /*pour les anciens navigateurs*/
        background-color: rgba(141, 213, 0, 0.3);
    }
} .btn-custom-success, .btn-custom-danger, .btn-custom-warning, .btn-custom-info, .btn-custom-primary, .btn-custom-default {
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0 !important;
	padding-bottom: 8px;
	padding-top: 8px;
} .btn-custom-success {    
	background-color: #8DD500 !important;    
	color: #FFFFFF !important;
} .btn-custom-danger {
	background-color: #ff0000 !important;
	color: #FFFFFF !important;
} .btn-custom-warning {
	background-color: #ffbb33 !important;
	color: #FFFFFF !important;
} .btn-custom-info {
	background: transparent !important;
	color: #000000 !important;
} .btn-custom-primary {
	background-color: #26358B !important;
	color: #FFFFFF !important;
} .btn-custom-default {
	background: transparent !important;
	color: #000000 !important;
} .btn-custom-success-radio{
    background-color: #8DD500 !important;    
	color: #FFFFFF !important;
} .btn-annuler{
	bottom: 0;
    position: absolute;
    width: 100%;
} .btn-no-shadow{
    box-shadow: none !important;
    border-color: #cccccc;
} .btn-no-shadow:hover{
    background-color: white;
    border-color: #cccccc;
} .btn-no-shadow:active{
    background-color: white !important;
    box-shadow: none;
    border-color: #cccccc !important;
} .btn-no-outline{
    outline: none !important;
} .btn-no-outline:active{
    outline: none !important;
} .btn-no-outline:hover{
    outline: none !important;
}
    /******** MENU ********/
    .menu-icon {
	color: #8DD500 !important;
} .navbar-default .navbar-toggle {
	border: none !important;
} .navbar-brand {
  padding: 0px;
} .navbar-brand>img {
  height: 100%;
} .navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;
	height: 77px;
} .navbar-toggle {
	z-index:3;
} .navbar-static-top {
   height: 80px;
} .navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
    /*line-height: 66px;*/
	line-height: 80px;
} .navbar-default {
	border: none;
} .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent !important;
} #navbarGauche {
	position: absolute;
} #site-adresse p {
		margin-bottom: 0;
} .masquer {
	display: none;
	/*margin-bottom: 30px;*/
} #ModifCompte .form-inline input {
	padding-left: 0;
	padding-right: 0;
} .custom-input{
    color: #26358B !important;
	font-weight: bold !important;
} .alert-success {
	text-align: center;
	background: transparent !important;
	border: none;
	font-size: 15px;
} .navbar-toggle {
	z-index: 1;
} .navbar-left {    
	margin-left: -15px;
} #step-title{
    top: 0;
    /*position: absolute;*/
    width: 100%;
} .custom-marg-top-appel{
    margin-top: 20px;
    margin-bottom: 20px;
} .custom-vertical-align {
    display: flex;
    align-items: center;
} .custom-vertical-align p {
    margin: auto;
} .custom-vertical-align p:not(.titre-sexe) {
    margin-bottom: 16px;
} .radio-block {
    display: block;
} #AfterVisio {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc((var(--vh, 1vh) * 100) - 275px); /* 275 = Navbar (80) + Margin-bottom (20) + Footer (85) + Espace tout en haut du site (10) + Bandeau avecle titre (80) */
} .constante-label {
    width: 100%;
    text-align: center;
} .constante-input {
    text-align: center;
    height: 50px;
    font-size: 20px;
} #ConstantesVitales {
    margin-bottom: 60px;
} #formConstantesVitales textarea::-webkit-input-placeholder {
    text-align: center;
    vertical-align: middle;
} #formConstantesVitales textarea::placeholder {
    text-align: center;
    vertical-align: middle;
} #formConstantesVitales .modal-glasgow-label {
    font-weight: bold;
    text-align: right;
} #formConstantesVitales .model-glasgow-container {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
} #modal-glasgow .modal-body {
    font-size: 20px;
} #groupTensionArterielle{
    display: flex;
} #groupTensionArterielle .tensionArterielle1 {
        border-right: none;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        width: 43%;
    } #groupTensionArterielle .constante-input-readonly {
        padding: 0;
        border-right: none;
        border-left: none;
        border-radius: unset;
        background-color: white;
        cursor: default !important;
        width: 14%;
    } #groupTensionArterielle .constante-input-readonly:focus {
        outline: none;
    } #groupTensionArterielle .tensionArterielle2 {
        border-left: none;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        width: 43%;
    }

/*#Result{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc((var(--vh, 1vh) * 100) - 194px); /* 194 = Navbar (80) + Margin-bottom (20) + Footer (85) + Espace tout en haut du site (10) + Margin (-1) (Léger espacement avec le texte) */
}*/

#Result .texte-parametrable {
    font-weight: bold;
    margin-top: 30px;
    font-size: 18px;
}

.informations {
    font-size: 20px;
}

.informations li {
    margin-bottom: 20px;
}

#ChoixTypeRdv .texte-parametrable {
    text-align:center;
    font-size: 20px;
    border: 1px black solid;
    vertical-align: middle;
}

.teleconsultation .masquer {
    display:none;
}

.message-nb-patient{
    margin-top: 20px;
}

#cgu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf-page {
    margin-bottom: -100px; /* Supprimer les marges entre les pages */
}

#texteCGU{
    font-size:x-large;
    font-weight: bolder;
}

#accepteCGU {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.3); /* IE */
    -moz-transform: scale(1.3); /* FF */
    -webkit-transform: scale(1.3); /* Safari and Chrome */
    -o-transform: scale(1.3); /* Opera */
    transform: scale(1.3);
    padding: 10px;
}

.texteCGUDisabled {
    color: gray;
}

.texteCGUEnabled {
    color: black;
}

.texteCGUAccpet {
    color: #8DD500;
}

/******** MEDIA QUERIES  ********/
@media (max-width: 1300px) {
    #step-title {
        top: 0;
        position: unset;
        width: 100%;
    }

    .btn {
        font-size: unset;
    }

    .txt-desktop {
        font-size: inherit;
    }

    .motif-content {
        font-size: unset;
    }

    .navbar-default {
        margin-bottom: unset;
    }

    .wrapperHoraire .horaire {
        width: 4vw;
        height: 4vw;
    }

    .horaire-indisponible {
        min-height: 4vw;
    }

    .adresseCentre {
        font-size: 15px;
    }

    input.datePickerInput {
        font-size: 15px;
        max-width: none;
        min-width: unset;
    }

    #rdvChoix .jqx-input-content {        
        font-size: 15px;
    }

    .datePickerPrevious {
        padding-right: 30px;
    }

    .datePickerNext {
        padding-left: 30px;
    }

    .font15xs div,
    .font15xs span {
        font-size: 15px;
    }

    .custom-marg-top {
        margin-top: 30px;
    }

    .custom-marg-appel {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .custom-marg-top-numSecu {
        margin-top: 60px;
    }

    .wrapperHoraire .horaire-content {
        font-size: unset;
    }

    .liste {
        overflow: auto;
        max-height: calc((var(--vh, 1vh) * 100) - 381px); /* 381 = Espace en haut du site (10) + Navbar (100) + Title (91) + Bouton (65) + Footer (85) + Margin de la div (30) */
        margin: 20px -30px 10px -30px;
    }

    .liste div{
        padding-left: 0px;
        padding-right: 0px;
    }

    .divBtnToogleMdp{
        padding: unset;
        margin-left: -6%;
    }

    .divBtnToogleMdpInscription{
        padding: unset;
        margin-left: -10%;
    }

    #idCarte {
        height: 400px;
    }

    @media (max-width: 991px) {

        #formConstantesVitales textarea::-webkit-input-placeholder {           
            font-size: 12px;
        }

        #formConstantesVitales textarea::placeholder {            
            font-size: 12px;
        }

        #formConstantesVitales .constante-label {
            font-size: 12px;
        }

        #formConstantesVitales input::-webkit-input-placeholder {
            font-size: 12px !important;
        }

        #formConstantesVitales input::placeholder {
            font-size: 12px !important;
        }

        .constante-input {  
            /*font-size: 13px !important;*/
            padding-left: 2px;
            padding-right: 2px;
        }

        #Informations {
            margin-top: 20px;
        }

        .centre-consultation {
            margin-bottom: unset;
        }

        #ConstantesVitales {
            margin-bottom: unset;
        }

        #col-middle-breadcrumb {
            height: 0;
        }

        .marg-bottom {
            margin-bottom: 5px;
        }

        .marg-bottom-membre {
            margin-bottom: unset !important;
        }

        .marg-etat {
            margin-top: 5px;
        }

        .textAutreMotif {
            height: 80px;
        }

        #content-infos {
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }

        .footer {
            font-size: 15px;
        }

        .titreChamp {
            margin-bottom: 0;
            margin-top: 10px;
            font-size: 16px;
        }

        .titre {
            height: unset;
        }

            .titre h1 {
                margin-bottom: 0;
            }

        .cartouche {
            font-size: unset;
            padding: unset;
        }

        .cartouche-conteneur {
            padding-left: 20px;
            padding-right: 20px;
        }

        .personne {
            margin: 5px auto;
            font-size: unset;
            padding: unset;
        }

        .personne-conteneur {
            padding-left: 20px;
            padding-right: 20px;
        }

        .autre {
            font-size: 20px;
        }

        #Motif {
            margin-bottom: 15px;
        }

        .motif {
            min-height: 45px;
        }

        .padding-autre-motif {
            padding-left: 20px;
            padding-right: 20px;
        }

        .padding-motif-left {
            padding-left: 20px;
            padding-right: 10px;
        }

        .padding-motif-right {
            padding-left: 10px;
            padding-right: 20px;
        }

        #btnAction {
            padding-top: 10px;
        }

        .liste {
            overflow: auto;
            max-height: calc((var(--vh, 1vh) * 100) - 289px); /* 289 = Espace en haut du site (10) + Navbar (80) + Title (91) + Bouton (48) + Margin de la div (60) */
            margin: 10px -30px 50px -30px;
        }

        .liste div{
            padding-left: 0px;
            padding-right: 0px;
        }

        #ListeRdv{
            margin-top: 20px;
        }

        .divBtnToogleMdp{
            padding: unset;
            margin-left: -12%;
        }

        .divBtnToogleMdpInscription{
            padding: unset;
            margin-left: -12%;
        }

        .imgAppelSurtaxe{
            height: 1em;
        }
    }

    @media (max-width: 950px) {
        .btnActionGauche > a {
            padding-left: 0px;
            padding-right: 0px;
        }

        .marg-bottom-listeDocumentsWP {
            margin-bottom: 5px !important;
        }

        .wrapperHoraire .horaire {
            width: 5vw;
            height: 5vw;
        }

        .horaire-indisponible {
            min-height: 5vw;
        }

        #breadcrumb {
            margin-bottom: 0;
        }

        #rdvChoix .centre-consultation:first-child {
            margin-top: 0;
        }

        #rdvChoix .centre-coord {
            margin-top: 0;
        }

        /*
        Ajustement de la mise en page pour l'adresse d'intervention sur petit écran
    */
        .form-lieuInt .form-group {
            margin-bottom: 10px;
        }

        .form-lieuInt input {
            margin-top: -8px;
        }

        .form-lieuInt select {
            margin-top: -8px;
        }

        .form-lieuInt #commune option {
            padding-left: -2px;
        }

        .cartouche-padding {
            padding: 0 5px;
        }

        .liste {
            overflow: auto;
            max-height: calc((var(--vh, 1vh) * 100) - 289px); /* 289 = Espace en haut du site (10) + Navbar (80) + Title (91) + Bouton (48) + Margin de la div (60) */
            margin: 10px -30px 50px -30px;
        }

        .liste div{
            padding-left: 0px;
            padding-right: 0px;
        }

        .divBtnToogleMdp{
            padding: unset;
            margin-left: -10%;
        }

        .divBtnToogleMdpInscription{
            padding: unset;
            margin-left: -15%;
        }

        #ModifCompte input::placeholder {
            font-size: 85%;
        }

        #idCarte {
            height: 215px;
        }
    }

    @media (max-width: 768px) {
        #formConstantesVitales .modal-body {
            font-size: 12px;
        }        

        body {
            padding-bottom: 155px; /* 155 = Footer */
            -o-background-size: 100% auto;
            -webkit-background-size: 100% auto;
            -moz-background-size: 100% auto;
            background-size: 100% auto;
            font-size: 17px;
            background-color: white;
            /*background-position: center;
            background-image: url('Images/logo-background.png');
            background-repeat: no-repeat;
            background-attachment: fixed;*/
        }

        .wrapper {
            margin-left: none;
            margin-right: none;
            margin-top: 0;
            margin-bottom: 0;
            max-width: none;
            background-color: rgba(0,0,0,0);
            /*background-image: none;*/
            webkit-border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topleft: 0;
            -moz-border-radius-topright: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .wrapper-background {
            background-image: url('Images/logo-background.png');
            background-size: 400px;
        }

        .wrapper-background-06,
        .wrapper-background-06N,
        .wrapper-background-06S,
        .wrapper-background-10,
        .wrapper-background-13,
        .wrapper-background-14,
        .wrapper-background-14C,
        .wrapper-background-17,
        .wrapper-background-18,
        .wrapper-background-18V,
        .wrapper-background-21,
        .wrapper-background-30,
        .wrapper-background-31,
        .wrapper-background-33,
        .wrapper-background-35,
        .wrapper-background-38,
        .wrapper-background-40,
        .wrapper-background-41R,
        .wrapper-background-44,
        .wrapper-background-44N,
        .wrapper-background-50,
        .wrapper-background-51,
        .wrapper-background-54,
        .wrapper-background-56,
        .wrapper-background-56L,
        .wrapper-background-59L,
        .wrapper-background-60,
        .wrapper-background-62,
        .wrapper-background-64,
        .wrapper-background-64P,
        .wrapper-background-66,
        .wrapper-background-67,
        .wrapper-background-73,
        .wrapper-background-74,
        .wrapper-background-74T,
        .wrapper-background-76,
        .wrapper-background-79,
        .wrapper-background-77,
        .wrapper-background-83,
        .wrapper-background-83T,
        .wrapper-background-84,
        .wrapper-background-87,
        .wrapper-background-89 {
            background-size: 400px;
        }

        .navbar-default,
        .navbar-default .navbar-collapse-right {
            background: #ffffff !important;
            webkit-border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topleft: 0;
            -moz-border-radius-topright: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

            .navbar-default .navbar-collapse-right .navbar-nav > .open > a,
            .navbar-default .navbar-collapse-right .navbar-nav > .open > a:focus,
            .navbar-default .navbar-collapse-right .navbar-nav > .open > a:hover {
                -webkit-border-top-right-radius: 0;
                -moz-border-radius-topright: 0;
                border-top-right-radius: 0;
            }

            .navbar-default,
            .navbar-default .navbar-collapse-left {
                background: #ffffff !important;
                webkit-border-top-left-radius: 0;
                -webkit-border-top-right-radius: 0;
                -moz-border-radius-topleft: 0;
                -moz-border-radius-topright: 0;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
            }

                .navbar-default .navbar-collapse-left .navbar-nav > .open > a,
                .navbar-default .navbar-collapse-left .navbar-nav > .open > a:focus,
                .navbar-default .navbar-collapse-left .navbar-nav > .open > a:hover {
                    -webkit-border-top-left-radius: 0;
                    -moz-border-radius-topleft: 0;
                    border-top-left-radius: 0;
                }

        #navbarGauche {
            position: static;
        }

        #principal,
        #main,
        #col-middle,
        #col-middle-content {
            min-height: calc((var(--vh, 1vh) * 100) - 270px); /* 255 = Navbar (80) + Margin-bottom (20) + Footer (155) + 15px btnAction dans col-middle-body */
        }

        input[type="text"],
        input[type="password"],
        input[type="email"],
        input[type="tel"] {
            font-size: 19px;
        }

        input.datePickerInput {
            font-size: 15px;
            max-width: none;
            min-width: unset;
        }

        select#commune {
            font-size: 19px;
            padding-bottom: unset;
        }

        .new-mdp {
            font-size: 16px !important;
        }

        .bandeauHoraire {
            width: 100%;
        }

        #messageErreur {
            font-size: 16px;
        }

        #selectedRdv {
            font-size: 16px;
        }

        .all-motif {
            margin-bottom: unset !important;
        }

        .resume {
            font-size: 16px;
        }

        .marg-etat {
            margin-top: 2px;
        }

        .horaireCentre {
            padding-left: 0;
            padding-right: 0;
        }

        #rdvChoix .centre-coord {
            padding-bottom: 20px;
        }

            #rdvChoix .centre-coord:first-child {
                margin-top: 10px;
            }

        .wrapperHoraire .horaire,
        .wrapperHoraire .horaire-selected {
            font-size: 14px;
        }

        .wrapperHoraire .horaire {
            width: 12vw;
            height: 12vw;
        }

        .horaire-indisponible {
            min-height: 12vw;
        }

        .horaireCentre {
            padding-top: 3px;
        }

        #rdvChoix #messageErreur {
            margin-bottom: 0;
        }

        #Connexion .identification {
            margin-top: 30px;
        }

        #reinitPass {
            margin-top: 0;
        }

        .btnAction-annuler {
            padding-top: 69px !important;
            margin-bottom: 0 !important;
        }

        footer {
            height: 155px; /* 155 = Footer + Boutons */
            /*height: 220px;*/ /* 200 = Footer + Boutons + la flèche */
            position: absolute;
        }

            footer #btnAction2 {
                height: 45px;
                padding-top: 5px;
                margin-bottom: 0;
            }

                footer #btnAction2 .btnActionGauche {
                    padding-right: 1px;
                }

                footer #btnAction2 .btnActionDroite {
                    padding-left: 1px;
                }

        .footer {
            height: 110px; /* 110 = Footer */
            align-items: flex-start;
        }

            .footer p {
                margin-bottom: 5px;
            }

        .cancel-maxwidth {
            max-width: none;
        }

        .titre-ddn,
        .titre-sexe,
        .titre-motif,
        .titre-membre {
            text-align: left;
        }

        .ddn {
            padding-right: 0px;
        }

        .no-padding-right {
            padding-right: 0px !important;
        }

        .no-padding-left {
            padding-left: 0px !important;
        }

        #checkboxes .checkboxgroup {
            margin-right: 15%;
            font-size: 20px;
        }

        #checkboxes .nbPat {
            width: 12vw;
            height: 12vw;
        }

        .navbar-brand {
            height: 66px;
        }

        .navbar-nav > li > a {
            line-height: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .navbar-header {
            min-height: 80px;
        }

        #btnNavbarGauche {
            margin-right: 15px;
            margin-left: 0;
        }

        #btnNavbarDroite {
            margin-left: 15px;
            margin-right: 0;
        }

        .navbar-default .navbar-collapse {
            border-bottom: 1px #e7e7e7 solid;
        }

        #site-adresse {
            padding-top: 0;
            font-size: 12px;
        }

        .motif {
            font-size: 16px;
            /*padding-top: 16px;*/
            /*padding-right: 15px;*/
        }

        /*#col-middle-body {
            min-height: calc((var(--vh, 1vh) * 100) - 351px); /* 351 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (155) + 15px btnAction dans col-middle-body */
        /*}*/

        .height-middle-body-LB0{
            min-height: calc((var(--vh, 1vh) * 100) - 351px); /* 351 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (155) + 15px btnAction dans col-middle-body + Taille d'1 bandeau défilant (30) + Margin sous bandeau (15) */
        }

        .height-middle-body-LB1 {
            min-height: calc((var(--vh, 1vh) * 100) - 396px);   /* 396 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (155) + 15px btnAction dans col-middle-body + Taille d'1 bandeau défilant (30) + Margin sous bandeau (15) */
        }

        .height-middle-body-LB2 {
             min-height: calc((var(--vh, 1vh) * 100) - 426px);  /* 426 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (155) + 15px btnAction dans col-middle-body + Taille d'1 bandeau défilant (60) + Margin sous bandeau (15) */
        }

        /*.height-middle-body-LB1-liste-rdv {
            min-height: calc((var(--vh, 1vh) * 100) - 371px);*/ /* 396 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (155) + 15px btnAction dans col-middle-body + Taille d'1 bandeau défilant (30) + Margin sous bandeau (15) */
            /*height: 0;
        }*/

        #Result {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            min-height: calc((var(--vh, 1vh) * 100) - 351px); /* 351 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (155) + 15px btnAction dans col-middle-body */
        }

        .menu-icon {
            font-size: 22px;
        }

        .motif-content {
            font-size: 16px;
        }

        #Patient textarea,
        #Motif textarea {
            font-size: 16px;
        }

        .motif label {
            display: inline;
        }

        .horaire-indisponible {
            padding-top: 0;
            padding-bottom: 0;
        }

        #Result div p {
            margin-bottom: 5px;
        }

        .liste {
            overflow: auto;
            max-height: calc((var(--vh, 1vh) * 100) - 276px); /* 276 = Espace en haut du site (10) + Navbar (80) + Title (91) + Bouton (45) + Margin de la div (50) */
            margin: 10px -30px 10px -30px;
        }

        .liste div{
            padding-left: 15px;
            padding-right: 15px;
        }

        /*#ListeRdv{
            margin-top: 20px;
            height: 100%;
        }*/

        #ListeRdv {
            margin-top: 20px;
        }

        #ListeRdv .adresse {
            font-size: 15px;
        }

        .content-aide-demande-en-cours {
            position: absolute;
            bottom: -30px;
            right: 60px;
        }

       /* #ListeRdv form {
            display: flex;
            height: 90%;
        }*/

        #ListeRdv form .content-list-rdv {
            margin: auto;
            width: 100%;
        }

        .groupeInputConstante > div,
        .inputCommentaire > div {
            padding-left: 5px;
            padding-right: 5px;
        }

        .groupeInputConstante > input,
        .inputCommentaire > input {
            font-size: 20px;
        }

        .divBtnToogleMdp {
            padding: unset;
            margin-left: -24%;
        }

        .divBtnToogleMdpInscription{
            padding: unset;
            margin-left: -9%;
        }

        #ModifMembre .titre-numSecu,
        #ModifCompte .titre-numSecu {
            text-align: left;
        }

        #ModifCompte input::placeholder {
            font-size: 85%;
        }

        .liste .cartouche-pdf,
        .liste .cartouche-liste-pdf {
            padding: unset;
        }

        .liste .nb-pdf-dispo {
            padding: unset;
            width: 10px;
            height: 10px;
            margin-top: -2px;
        }

            .liste .nb-pdf-dispo span {
                line-height: 100%;
                font-size: 10px;
            }

        .liste .cartouche-pdf,
        .liste .cartouche-liste-pdf {
            padding: unset;
        }

        .cartouche-liste-pdf button{
            margin-top: 5px;
            margin-bottom: 5px;
        }
    }

    /* Media a jouté juste pour le loga d'affichage sur une plage de résolution  */

    @media (max-width: 350px) {
        .divBtnToogleMdp{
            padding: unset;
            margin-left: -16%;
        }

        #NumSecuSociale .numSecu {
            margin-top: 10px;
        }

        #NumSecuSociale .soust-titre {
            margin-top: 10px;
        }
    }

    @media (max-width: 320px) {
        body {
            padding-bottom: 185px; /* 185 = Footer + Boutons */
        }

        footer {
            height: 185px; /* 185 = Footer + Boutons */
        }

        .footer {
            height: 140px; /* 140 = Footer */
        }

        #principal,
        #main,
        #col-middle,
        #col-middle-content {
            min-height: calc((var(--vh, 1vh) * 100) - 300px); /* 285 = Navbar (80) + Margin-bottom (20) + Footer (185) + 15px btnAction dans col-middle-body */
        }

        /*#col-middle-body {
            min-height: calc((var(--vh, 1vh) * 100) - 381px); /* 381 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (185) + 15px btnAction dans col-middle-body */
        /*}*/

        .height-middle-body-LB0{
            min-height: calc((var(--vh, 1vh) * 100) - 381px); /* 381 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (185) + 15px btnAction dans col-middle-body */
        }

        .height-middle-body-LB1 {
            min-height: calc((var(--vh, 1vh) * 100) - 426px);   /* 426 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (185) + 15px btnAction dans col-middle-body + Taille d'1 bandeau défilant (30) + Margin sous bandeau (15) */
        }

        .height-middle-body-LB2 {
             min-height: calc((var(--vh, 1vh) * 100) - 456px);  /* 456 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (185) + 15px btnAction dans col-middle-body + Taille d'1 bandeau défilant (60) + Margin sous bandeau (15)*/
        }

        .wrapperHoraire {
            padding-left: 5%;
            padding-right: 5%;
        }

        .navbar-brand > img {
            height: auto;
            width: 60%;
        }

        .navbar-brand {
            display: flex;
            align-items: center;
        }

        .navbar-defaut {
            margin-bottom: unset;
        }

        .horaire-indisponible {
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 8px;
            padding-left: 8px;
            min-height: 12vw;
        }

        .normal-text{
            font-size: 18px;
        }

        .horaireCentre {
            padding-top: 3px;
        }

        .liste {
            overflow: auto;
            max-height: calc((var(--vh, 1vh) * 100) - 246px); /* 246 = Espace en haut du site (10) + Navbar (80) + Title (91) + Bouton (45) + Margin de la div (20) */
            margin: 0px -30px 0px -30px;
        }

        .liste div{
            padding-left: 10px;
            padding-right: 10px;
        }

        .content-infos-rdv{
            margin-top: 0px;
        }

        .divBtnToogleMdp{
            padding: unset;
            margin-left: -13%;
        }

        .divBtnToogleMdpInscription{
            padding: unset;
            margin-left: -10%;
        }
    }
}