﻿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;
}

/* CHARTE GRAPHIQUE PSC */
.colorPSCGrey {
    background-color: #6F7072;
}

.colorPSCRed {
    background-color: #E1000F;
}

.colorPSCBlue {
    background-color: #000091;
}

.logoPSC{
    width: 330px;
    padding: 20px;
}

.badgePSC{
    padding: 8px;
}

/* FIN CHARTE GRAPHIQUE PSC */
.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');
}

/******** 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;
}


/******** 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;
}

.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;
}

.hide {
    display: none;
}

#idCarte{
	border: 3px solid black;
}

.lienblanc {
	color: white;
	text-decoration: underline;
}

.txt-desktop{
	font-size: 20px;
}

.txt-mobile{
	font-size: 20px;
}

.marg-bottom-listeDocumentsWP {
    margin-bottom: 75px !important;
}
.btnAction {
    padding-right: 0;
    padding-left: 0;
}

.lineDivider {
    margin: var(--large) 0;
    margin-top: 50px;
    font-family: sans-serif;
}

.lineDividerContainer .horizontal::before, .lineDividerContainer .horizontal::after {
    border-top: 0.0625em solid;
    content: "";
    flex: 1 1 0%;
}

.lineDividerContainer .horizontal {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    text-align: center;
    color: rgba(0, 0, 0, 0.42);
}

    .lineDividerContainer .horizontal .text {
        border-radius: 50%;
        border: 1px solid;
        padding: 6px;
        font-size: 18px;
    }

    .lineDividerContainer .horizontal::before, .lineDividerContainer .horizontal::after {
        border-top: 0.0625em solid;
        content: "";
        flex: 1 1 0%;
    }


.ecps-image {
    max-height: 25px;
    margin: auto;
    vertical-align: baseline;
}

/******** 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 {
	width: 100% !important;
	border-radius: 10px;
	max-width: unset;
	margin-top: 5px;
	border: 2px solid black;
}

.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: 0px;
}

.motif{
	border: 2px solid black;
	cursor: pointer;
	border-radius: 25px;
	margin: 5px auto;
	display: flex;
	min-height: 52px;
	padding: 0;
}

.motif-selected{
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

.motif-content{
	margin: auto;
	line-height: normal;
}

.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;
}

/*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;
}

#ModifCompte .custom-input-modifCompte {
    display: inline;
    /*text-align: center;*/
}

.asterix {
	color: black;
}

/*.btn-default input[type="radio"] {
	visibility:hidden;
}*/

/***** FONT SIZE 20PX*/
.normal-text{
	font-size: 20px;
}

.custom-text{
    font-size: 25px;
}

/******** 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;
    border-left: 2px solid black;
}

.cartouche-content-container {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.cartouche-content-visio {
    margin-left: 10px;
    margin-right: 10px;
}

#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: 30px;
	/*margin: 5px auto;*/
    margin: 10px auto;
	display: flex;
	min-height: 40px;
    font-size: 25px;
    padding: 10px 0;
}

.cartouche-selected{
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

.cartouche-content{
	margin: auto;
}

.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;
}

.index .cartouche{
    margin: 10px auto;
    padding: 10px 0;
    font-size: 25px;
}

.desc-cartouche {
    font-size: 15px;
}

.rdvTermine {
    background-color: #e3e3e3;
}

.btnSubmitTerminer, btnSubmitRendre{
    text-align: center;
    padding-left: unset;
    padding-right: unset;
}

.ordonnance_affecte{
    background-color: #e3e3e3;
}

.liste{
    overflow: auto;
    max-height: calc((var(--vh, 1vh) * 100) - 391px);    /* 391 = Espace en haut du site (10) + Navbar (100) + Title (91) + Bouton (65) + Footer (85) + Margin de la div (40) */
    margin: 20px -15px;
}

.blue-text-custom {
    color: #26358B !important;
    font-weight: bold !important;
}

/******** 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;
}

.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: 10px auto;
	display: flex;
	min-height: 40px;
    padding: 10px;
}

.personne-selected{
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

.personne-content{
	margin: auto;
    font-size: 25px;
}

.autre{
	margin: auto;
	font-size: 25px;
}

.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: 2.5vw;
	height: 2.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;
}

#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;
	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;
}

.cartouche{
    border: 2px solid black;
	cursor: pointer;
	border-radius: 60px;
	margin: 5px auto 0px;
	display: flex;
	min-height: 40px;
    padding: 0;
    font-size: 20px;
}

.cartouche-selected{
	color: #ffffff;
	background-color: #8DD500;
	border-color: #8DD500;
}

.cartouche-content{
	margin: auto;
}

.cartouche-open {
    border-radius: 30px 30px 0px 0px;
}

/******** BANDEAU DE SELECTION DE L'HORAIRE ********/
.horaireCentre {
	padding-top: 5px;
}

.bandeauHoraire {    
	text-align: center;
	width: 80%;
	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;
	/*display: flex;
	justify-content: space-evenly;
	background-color: red;*/

	/*padding-left: 3%;
	padding-right: 3%;*/
}

/* 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;
  width: 2.5vw;
  height: 2.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%;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.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;
}


/******** 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;
}

#rdvChoix .adresseCentre p {
	margin-bottom: 5px;
}

#rdvChoix .ville {
	text-transform: uppercase;
	font-weight: bold; 
}


/******** PAGE : CONNEXION ********/
#Connexion .identification {
	margin-top: 10px;
}

.container .text-muted {
    margin: 20px 0;
}

#btnConnexionEcps {
    background: transparent !important;
    padding-bottom: 0px;
}

    #btnConnexionEcps .small,
    #Connexion #btnSubmitSuiv .small,
    #ConnexionBouton #btnSubmit3 .small {
        font-size: 55%;
        font-weight: normal;
    }

/******** PAGE : INSCRIPTION 1 ********/
#Inscription1 #selectedRdv {
    margin-bottom: 10px;
}



/******** PAGE : MEMBRE ********/
.marg-bottom{
	margin-bottom: 50px;
}

.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;
}

.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;
}

label {
	font-weight: normal !important;
}

.details {
	font-size: 12px;
}

.heureConsult {
	color: #DF0101;
	font-size: 19px;
}

.jourNaissance {
	display: inline-block;
	width: 63px;
	font-size: 16px;
}

.moisNaissance {
	display: inline-block;
	width: 63px;
	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;
}

.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;
}

.custom-btn[disabled]{
    color: black !important;
    background-color: #8E8E8E !important;
}

.noUrgence{
    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;
	min-height: calc((var(--vh, 1vh) * 100) - 276px);    /* 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; 
}

.lien {
	background: none;
	border: none;
	text-decoration: underline;
	cursor: pointer; 
}

.no-lien, 
.no-lien:hover,
.no-lien:visited,
.no-lien:focus,
.no-lien:active{
	text-decoration: none;
	color: #333;
	width: 100%;
}

.lien-document{
	background: none;
	border: none;
	text-decoration: underline;
	cursor: pointer;
    color: #337ab7;
}

.lien-document:hover,
.lien-document:visited,
.lien-document:focus,
.lien-document:active{
	color: #337ab7;
}

.lien-new-document{
	margin-top: 50px;
}

.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%;
}

#VerifTel .telephone {
	color: #26358B;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.33333;
	min-height: 40px;
}


.content-aide {
    font: italic 1em "Fira Sans", serif;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    height: 200px;
}

    .content-aide .fleche-haut-droite {
        margin: auto;
    }

        .content-aide .fleche-haut-droite .fleche-aide {
            text-align: right
        }

    .content-aide .fleche-bas-gauche {
        margin: auto;
    }

        .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;
    }

/******** BOUTONS ACTIONS ********/
.btn{
	font-size: 30px;
}

#btnAction {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.btnAction-annuler{
	padding-top: 43px !important;
	margin-bottom: 0 !important;
}


.btnActionGauche {
	padding-right: 2px;
	padding-left: 1px;
}

.btnActionDroite {
	padding-left: 2px;
	padding-right: 1px;
}

.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: unset;
}

.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;
}

/******** PAGE LISTE RDV ********/
.content-infos-rdv:not(:first-child){
    /*margin-bottom: 15px;*/
    margin-top: 20px;
}

.content-infos-rdv .name{
    font-weight: 700;
}

/******** 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-marg-top {
    margin-top: 30px;
}

.custom-marg-bottom {
    margin-bottom: 30px;
}

.custom-marg-histo{
    margin-bottom: calc(60px + 10px); /* 60px = Taille des boutons, 10px = marge voulu */
}

.marg-bottom-menu{
    margin-bottom: 50px;
}

.custom-vertical-align {
    display: flex;
    align-items: center;
}

.custom-vertical-align p {
    margin: auto;
}

/******** MEDIA QUERIES  ********/
@media (max-width: 1300px) {

    #step-title {
        top: 0;
        position: unset;
        width: 100%;
    }

    .btn {
        font-size: unset;
    }

    .txt-desktop {
        font-size: inherit;
    }

    .navbar-default {
        margin-bottom: unset;
    }

    .wrapperHoraire .horaire {
        width: 4vw;
        height: 4vw;
    }

    .horaire-indisponible {
        min-height: 4vw;
    }

    .cartouche-content {
        line-height: 20px;
    }

    .personne-content {
        line-height: 20px;
    }

    .adresseCentre {
        font-size: 15px;
    }

    .font15xs div,
    .font15xs span {
        font-size: 15px;
    }

    .custom-marg-top {
        margin-top: 30px;
    }

    .custom-marg-appel {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .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 -15px 10px -15px;
    }

    .liste div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .divBtnToogleMdp{
        padding: unset;
        margin-left: -6%;
    }

    @media (max-width: 991px) {

        #col-middle-breadcrumb {
            height: 0;
        }

        .lien-new-document {
            margin-bottom: 30px;
        }

        .marg-bottom {
            margin-bottom: 5px;
        }

        .custom-text {
            font-size: 18px;
        }

        .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 {
            border-radius: 20px;
            margin: 5px auto;
            padding: unset;
        }

        .personne-conteneur {
            padding-left: 20px;
            padding-right: 20px;
        }

        .personne-content {
            font-size: unset;
        }

        .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;
        }

        .marg-bottom-menu {
            margin-bottom: 40px;
        }

        .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 -15px 50px -15px;
        }

        .liste div {
            padding-left: 0px;
            padding-right: 0px;
        }

        #ListeRdv{
            margin-top: 20px;
        }

        .divBtnToogleMdp{
            padding: unset;
            margin-left: -12%;
        }

        #content-infos {
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }

        .imgAppelSurtaxe{
            height: 1em;
        }

        .content-aide {
            height: 120px;
        }

            .content-aide .fleche-bas-gauche p {
                margin-bottom: 2px;
            }

        .logoPSC {
            padding-bottom: 0px;
        }

        .divBtnMdpOublie {
            margin: 5px 0 0 0;
        }

        #formConnexion .mdp .form-group {
            margin-bottom: 2px;
        }
    }

    @media (max-width: 950px) {
        .ecps-image {
            max-height: 20px;
            vertical-align: top;
        }

        .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;
        }

        .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 -15px 50px -15px;
        }

        .liste div {
            padding-left: 0px;
            padding-right: 0px;
        }

        .divBtnToogleMdp{
            padding: unset;
            margin-left: -10%;
        }

        .cartouche-padding {
            padding: 0 5px;
        }
    }

    @media (max-width: 768px) {
        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-77,
        .wrapper-background-79,
        .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;
        }

            #btnConnexionEcps .small,
            #Connexion #btnSubmitSuiv .small,
            #ConnexionBouton #btnSubmit3 .small {
                font-size: 80%;
                font-weight: normal;
            }

        .content-aide {
            height: 170px;
        }

        .content-aide .fleche-bas-gauche p {
            margin-bottom: 2px;
        }

        .logoPSC{
            padding-bottom: 5px;
        }

        .divBtnMdpOublie{
            margin: 5px;
        }

        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;
        }

        .resume {
            font-size: 16px;
        }

        .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 .lineDivider {
            margin-top: 5px;
        }

        #Connexion .identification {
            margin-top: 2px;
        }

        #reinitPass {
            margin-top: 0;
        }

        .btnAction-annuler {
            padding-top: 69px !important;
            margin-bottom: 0 !important;
        }

        footer {
            height: 155px; /* 155 = Footer + Boutons */
            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;
        }

        .cartouche-content-visio {
            margin-left: 0;
            margin-right: 0;
        }

        #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 {
            /*padding-top: 16px;*/
            /*padding-right: 15px;*/
        }

        #col-middle-body {
            min-height: calc((var(--vh, 1vh) * 100) - 351px); /* 336 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (155) + 15px btnAction dans col-middle-body */
        }

        .menu-icon {
            font-size: 22px;
        }

        .motif {
            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 -15px;
        }

        .liste div {
            padding-left: 15px;
            padding-right: 15px;
        }

        #ListeRdv {
            margin-top: 20px;
        }

        #ListeRdv .adresse {
            font-size: 15px;
        }

        .divBtnToogleMdp{
            padding: unset;
            margin-left: -24%;
        }

        .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;
        }
    }

    /* 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%;
        }
    }

    @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); /* 336 = Navbar (80) + Margin-bottom (20) + Title (32) + TimeLine (49) + Footer (185) + 15px btnAction dans col-middle-body */
        }

        .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;
        }

        .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 -15px;
        }

        .liste div {
            padding-left: 10px;
            padding-right: 10px;
        }

        .divBtnToogleMdp{
            padding: unset;
            margin-left: -13%;
        }

        .content-infos-rdv{
            margin-top: 0px;
        }
    }
}