header {
	position: fixed;
	width: 100%;
	z-index: 10;
	background:#1676b7;
}
header .navbar-brand {
	font-weight: 900;
	padding:0;
}
header .navbar {
	margin: 0;
	border: none;
}
.navbar-collapse{
    width: 58.3333% !important;
}
.collapse.in{
    width:100%!important;
}
.form-group .bootstrap-select.form-control {
    z-index: inherit;
}
.input-group .bootstrap-select {
	z-index: inherit !important;
}
.nav > li {
    float: left;
}
.modal-header{
	padding: 5px 15px;
	background-color:#1676b7;
	color:#fff;
	font-weight:bold;
}
.modal-header .close {
    margin-top: 3px;
}
.clear{
    clear: both;
}
.degrade-vert{
    border:1px solid #3e8f3e !important;
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%)!important;
    background-repeat: repeat-x!important;
    border-bottom-color: #3e8f3e;
    color:#FFF!important;
}
.degrade-bleu{
    color: white!important;
    background-image: linear-gradient(to top, #428bca 0%, #2d6ca2 100%)!important;
    background-repeat: repeat-x!important;
}
.container{
	background-color:inherit;
	border:none;
}
.container-intro{
	background:#959595;
	margin-bottom:20px;
}
.container-main{
    padding-top:54px;
    min-height: calc(100% - 135px);/* -54px*/
}
.page-section {
	width: 100%;
	padding: 50px 0;
}
.page-section h1 {
	font-size: 4em;
	margin: 50px 0;
}
.page-section h1 span {
	font-weight: 200;
}
.page-section h2 {
	font-size: 3em;
	font-weight: 900;
	color: #fff;
	margin: 0 0 30px;
	text-shadow: 2px 2px 2px #000;
}
.page-section p {
	font-size: 1.2em;
	font-weight: 200;
	margin: 0 25% 20px 0;
}
.page-section p.lead {
	font-size: 1.8em;
}
.page-section p.caption {
	color: #fff;
	padding: 20px;
	background: url(../images/trans_black_25.png);
	text-shadow: 1px 1px 1px #000;
}
#reponseSearch{
/*	border-top:1px solid #428bca;*/
	padding:0;
}

.page-section#reponseRecherche {
	min-height:inherit;
	padding:40px 0 0 20px;
}

.page-section#help {
	background: url(../images/bg_2.jpg) top center no-repeat;
}

/** page section **/
#infos_search {
	/* padding-top:80px; */
	/*background-image:url(../images/bg_4.jpg);
	background-position: center bottom;*/
	padding-bottom:inherit;
	background-color:unset;
	/* height:calc(100% - 135px); */
}
#infos_search > .fp-tableCell {
	vertical-align:bottom;
}
#cmtcm {
    background-color: #99cc00;
	height:150px;
    min-height: inherit;
	padding: 60px 0 50px 0;
}

.forms-search{
	position:absolute;
}
/* gris #dfe2e3 */
#con_patient.page-section {
  /*  background-color: #99cc00;*/
  background-color: #fff;
    min-height: inherit;
}
#con_praticien.page-section {
    background-color: #006aac;
    min-height: inherit;
}

.cont-tab-sem{
    border:1px solid #FAFAFA;
    width:100%; 
}
.tab-j-sem{
    float:left;
    text-align:center;
    background-color:#FFF;
    width:14%;
}
.hrIllus{
    margin-top:0;
}
.demi-j{
    cursor:pointer;
    background-color:#FEFEFE;
    height:100px;
}
.demi-j:hover{
    background-color:#E9E9E9;
}
.ligne-visu-7{
/*  display:none;*/
}
/*tableau planning */
.caption-planning{
    background-color: #125f93;
    color: #fff;
    /*margin-top:15px;*/
    padding:2px 5px;
}
table#planning_semaine {
    border-collapse:separate;
    border-spacing:10px 0;
    table-layout:fixed;
    font-size:12px;
    font-family:"eurof55",Helvetica,Arial,sans-serif;
}
table#planning_semaine th{
    padding:5px;
    background-color:#eeeeee;
    color:#8d8d8d;
    text-align:center;
    font-weight:400;
    border:inherit;
}
table#planning_semaine th .j-sem{
    font-weight:700;
}
table#planning_semaine td{
    border:1px solid #eee;
    text-align:center;
    padding:5px 0;
    background-color:#FFFFFF;
}
table#planning_semaine tr.tr-rappel th{
	background-color: #fff;
}
table#planning_semaine tr th.th-rapp-note{
	font-size:24px;
	color:#fff;
	background-color:#ed5f18;
	cursor: pointer;
}
.th-rapp-note .popover{
	color:#000;
	font-size:16px;
}
.dispo-creneau-head{
    background-color: #1676b7!important;
    color: white!important;
    background-repeat: repeat-x!important;
}
.dispo-creneau-body{
    border-color:#2d6ca2!important;
}
.container-user-planning{
    background-color:#FCFCFC;
}

.table-wrapper{
    padding:5px 30px;
}
#btn_prec,#btn_suiv{
    position:absolute;
    transform:scale(0.8);
}
#btn_prec{
    left:0;
}
#btn_suiv{
    right:0;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-round {
  /*width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;*/
  border-radius: 50%;
}
#prochaine_dispo{
    cursor: pointer;
    padding-left: 5px;
}
th.jour_actuel{
    border:1px solid #3e8f3e !important;
    background-color: #99cc00!important;
    border-bottom-color: #99cc00!important;
    color:#FFF!important;
}
td.jour_actuel{
    border:1px solid #3e8f3e !important;
}
.container-agenda{
    padding:5px 0;
    background-color:#fafafa;
    border:1px solid #ddd;
    position:relative;  
}
.alert-dispo{
    background: #fff;
    padding: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 10px rgba(0, 0, 0, 0.20);
}
/*//responsive essai */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }
.rt { width: 100%; font-size: 0.75em;/*12*/ line-height: 1.25em;/*15*/ border-collapse: collapse; border-spacing: 0; }
.rt th,
.rt td { margin: 0; padding: 0.4166em;/*10*/ vertical-align: top; border: 1px solid #babcbf; background: #fff; }
.rt th { text-align: left; background: #fff2b2; }

@media (max-width: 360px){ /* QSModif IHM*/
    .btn-link.txt-orange.reload-p{
        display: none;
    }
}
@media (max-width: 640px) { /*640*/ /* QSModif 400px >> 640px*/
    #planning_semaine { display: block; position: relative; width: 100%; }
    #planning_semaine thead { display: block; float: left; }
    #planning_semaine tbody { display: block; width: auto; position: relative; overflow-x: hidden; white-space: nowrap; }
    #planning_semaine thead tr { display: block;float:left; }
    #planning_semaine th { 
    	display: block;
			height:120px;
      font-size:16px;
    }
    #planning_semaine tbody tr { 
      display: block;
    	vertical-align: top; 
    }
		/*
		#planning_semaine .lien-h{  
        background-color: #1676B7;
        border: 3px solid #ffffff; 
        border-radius: 6px; 
    }
		*/
    #planning_semaine td { 
    	display: block; 
    	min-height: 1.25em;
			height:120px;
    	/*overflow:auto;*/
			/*column-count:2;*/
      font-size:18px;
      /*column-fill: balance;
      column-gap: 0px;*/
      border-left: 5px;					
    }
		#planning_semaine td a{ 
    	color: #ffffff;
    }
		#wrapper_btn{  /* QSModif ajout wrapper pour la gestion des colonnes (Issue Overflow-y)*/
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-fill: balance;
        -moz-column-fill: balance;
        -webkit-column-fill: balance;
        column-gap: 0px;
        -moz-column-gap: 0px;
        -webkit-column-gap: 0px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #rt2 { display: block; position: relative; width: 100%; }
    #rt2 thead { display: block; float: left; }
    #rt2 tbody { display: -webkit-box; overflow-x: hide; }
    #rt2 th,
    #rt2 tr,
    #rt2 td { display: block; }
    /* sort out borders */
    .rt th { border-bottom: 0; }
    .rt td { border-left: 0; border-right: 0; border-bottom: 0; }
    .rt tbody tr { border-right: 1px solid #babcbf; }
    .rt th:last-child,
    .rt td:last-child { border-bottom: 1px solid #babcbf; }
		.short-desc{font-size:16px;padding-left:4px;}
}
/* QSModif réduction des bord sur les côté du planing*/
@media (max-width: 990px) {
    #planning_semaine .lien-h,#planning_semaine .collapse.in{  
        background-color: #1676B7;
        border-radius: 6px; 
        border: 3px solid #ffffff;
    }
		.container_planning,.bloc-planning,  .row-height > .col-sm-height{
        padding-left: 0px;
        padding-right: 0px;
    }
    #planning_semaine td { 
    	min-height: 1.25em;
    	overflow:auto;
      font-size:20px;
      border-left: 5px;
    }
    #planning_semaine td a{ 
    	color: #ffffff;
    }
		.short-desc{font-size:14px;}
}

.btn {
	/*font-weight: 200;*/
}
.btn-dark {
	background: #444;
	color: #fff;
}
.btn-dark:hover {
	background: #000;
	color: #fff;
}
.back-to-top {
	display: inline-block;
	clear: both;
	background: #fff;
	color: #333;
	padding: 0 10px 5px;
	margin: 20px 0 0;
	text-shadow: none;
}
.back-to-top:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
hr {border-color: #ddd;}
/* QSmodif taille titre */
@media (min-width: 768px) {
	header .navbar-brand {
		padding-left: 0;
	}
	.navbar-nav {
		float: right;
        padding: 10px 0;
	}
    .txt-logo {
        font-size:1.8em;
    }
}
/* QSmodif taille titre */
@media (max-width: 580px) {
    .txt-logo {
        font-size:1.6em;
    }
}
/* QSmodif taille titre */										
@media (max-width: 480px) {
	.page-section h1 {
		font-size: 3em;
	}
	.page-section h2 {
		font-size: 2em;
	}
	.page-section p {
		font-size: 1em;
		margin: 0 0 20px;
	}
    .txt-logo {
        font-size:1.4em;
    }
	
}
/* QSmodif taille titre */
@media (max-width: 460px) {
    .txt-logo {
        font-size:1.15em;
    }
}
/* QSmodif taille titre */										
@media (max-width: 400px) {
	.navbar-brand>img{
		width:180px;
		padding-top:9px;
	}
	#illustration{
		width:100%;
	}
    .txt-logo {
        font-size:1.2em;
        background-position: left top;
        background-size: 30px auto;
        max-width:75%;
    }
}

/* INDEX */
#infos_patients  .col-sm-3{
	text-align:center;
}
#infos_patients a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
/*#infos_patients a:active, #infos_patients a:hover {
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}*/

.content-item {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.content-item.grey {
    background-color: #f0f0f0;
    height: 100%;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
}
.content-item h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    text-transform: uppercase;
}
.content-item h3 {
    color: #555;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.headline {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
	color:#FFFFFF;
}
.headline h1{
    text-align: center;
	margin-bottom: 0;
	font-size:3em;
	text-transform: uppercase;
	font-weight: 700;
}
.headline h2 {
    margin-bottom: 0;
    margin-top: -20px;
	font-size:2.5em;
	text-transform: uppercase;
	font-weight: 700;
}
.headline h3 {
    display: inline-block;
    margin-top: -20px;
	font-size:1.5em;
	color: #555;
	font-weight: 500;
}
.headline.grey h2 {
    background-color: #f0f0f0;
}
#infos_patients .row div i {
    border-color: #555;
    border-radius: 50%;
    border-style: solid;
    border-width: 10px;
    color: #999;
    font-size: 75px;
    
    padding:4px 20px 40px 20px;
	/*
    width: 180px;
	height: 130px;
	*/
}
#infos_patients .row div h4 {
	margin-top:35px;
}
#infos_patients .row div:hover i {
	border-color:#99cc00;
}
#infos_patients .row a:focus i,#infos_patients .row a.active i {
	border-color:#428bca
}
#infos_patients .row a.active i svg{
	color:#428bca
}

div.find-doctor div.form button.btn {
    float: left;
    padding: 0 0 0 10px;
    width: 260px;
}
div.find-doctor div.form ul {
    margin: 50px 0 0;
    width: 260px;
}
div.find-doctor div.form button.btn span.text {
    color: #545454;
    font: 14px/18px helvetica,arial,sans-serif;
    padding: 15px 10px 10px 0;
}
div.find-doctor div.form div.field-text {
    float: left;
    margin-left: 10px;
    width: 180px;
}
div.find-doctor div.form div.field-text input {
    color: #545454;
    font: 14px/18px helvetica,arial,sans-serif;
    padding: 13px 5px 12px;
    width: 210px;
}
/*#infos_praticiens>div>div>div>div>.section-header{*/
#infos_praticiens .section-header{
	background: #1676b7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NzZiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzE2NzZiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #1676b7 0%, #1676b7 20%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1676b7), color-stop(20%,#1676b7), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(top,  #1676b7 0%,#1676b7 20%,#7db9e8 100%);
background: -o-linear-gradient(top,  #1676b7 0%,#1676b7 20%,#7db9e8 100%);
background: -ms-linear-gradient(top,  #1676b7 0%,#1676b7 20%,#7db9e8 100%);
background: linear-gradient(to bottom,  #1676b7 0%,#1676b7 20%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1676b7', endColorstr='#7db9e8',GradientType=0 );





	text-align:center;
	padding:20px 0 10px 0;
	margin-bottom:40px;
}

.bg-blanc{
	background-color:#FFFFFF;
}
/*icones*/
.ico-dr-1{
	background-image:url(../images/ico1_250.png);
}

.caption h3{
	/*text-align:center;*/
}
* {
    margin: 0;
}
html, body {
    height: 100%;
}
#cont_principal{
	min-height:100%;
	height:auto !important;
	height:100%;
}
#footer_bot{
	height:100px;
}
/** DRAG DROP LIST CONTACT **/
.zone-contacts{
    margin: 0 -10px 20px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.ul-sort-cont.list-inline>li:first-child{
    /*padding-left: 5px !important;*/
    padding: 10px !important;
}

.ul-sort-cont {
    
   /* border-right: 1px solid #e5eff8;
    border-top: 1px solid #e5eff8;*/
    /* border: 1px solid #e5eff8;*/
    margin: 1em auto;
   /* padding-left: 0;*/
    /*width: 100%;*/
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    /*margin-left: 4em;*/
    padding: 0;
    /*padding:5px;*/
    height:100%;
    counter-reset: li-counter;




   /* list-style: outside none none;*/
    padding-left: 0;
}
.ul-sort-cont > li {
    
    cursor: move;
    list-style: outside none none;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
   /* width : 128px;
    height: 130px;
    padding:5px;*/


    background-color: #f9f9f9;
    border: 1px solid #fff;
    float: left;
    font-size: 10px;
    height: 130px;
    line-height: 1.4;
    padding: 10px;
    width: 25%;
}
@media (min-width: 768px) {
.ul-sort-cont {
    margin-left: 0;
    margin-right: 0;
}
.ul-sort-cont li {
    /*font-size: 12px;*/
    /*width: 12.5%;*/
    width: 20%;
}
}
/*.ul-sort-cont > li ::selection{
    border: 2px dashed #000;
}*/
.ul-sort-cont > li:before {
    position: absolute;
    /*top: 1em;*/
    /*top: 0.2em;*/
   /* left: -1.5em;*/
    /*left: 40px;*/
    top: 20px;
    left: 40%;
    /*width: 1.2em;
    height: 1.2em;*/
    width: 20%; 
    /*font-size: 2.5em;*/
    font-size: 3em;
    line-height: 1.2;
    text-align: center;

   /* color: #f5f5f5;
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    background-color: #464646;*/
    color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.ul-sort-cont > li.highlight:before {
    content: inherit;
    counter-increment: inherit;

}
.ul-sort-cont >li > .panel-body{
    background-color: #eee;
    padding-top:50px;
    height: 100%;
}
.icon-pro{
    width: 50px;
    height:50px;
}
.ul-sort-cont > li.highlight {
    border: 1px dashed #000;
    /*font-weight: bold;
    font-size: 45px;*/
    background-color: #ccc;
    /*position: absolute;*/
}
.label-count{
    /*width: 1.2em;
    height: 1.2em;
     
    font-size: 2.5em;*/
    line-height: 1.2;
    text-align: center;
    color: #464646;
   
}
/** FORM OPTION **/
.form-wrapper{
    /*background: #fff none repeat scroll 0 0;*/
    background-color: rgba(255, 255, 255, 1); 
    /*border: 1px solid #000;*/
    height: 100%;
		/*
    position: absolute;
    top: 0;
		*/
    width: 100%;
    display:none;
    /*border: 1px solid #1676b7;*/
    /*padding-top:40px;*/
}
@media (max-width: 991px) {
	.form-wrapper{
		/*overflow-y: scroll;
		position: relative;
		margin-top: -40px;*/
		padding-left: 15px;
		padding-right: 15px;
	}
	section.user-list{
		/*overflow-y: scroll;*/
	}
}
.form-options{
    height: 100%;
    vertical-align: middle;
    padding: 20px 0;
}
.form-options h3, .form-options h4{
	font-weight:bold;
	color:#000;
}
.form-wrapper.in{
    display:block;
}
.label-check{
  width:100%;
  line-height: 14px;
	padding:15px 4px;
	color:#1676b7;
	border-color:#1676b7;
	white-space: inherit;
	word-wrap: break-word;
	/*
	line-height: 17px;
	padding-top: 10%;
	height: 80px;
	*/
}
.label-check-danger{
  width:100%;
  line-height: 14px;
	padding:15px 4px;
	color:#b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	white-space: inherit;
	word-wrap: break-word;
}
.table_events{
	font-size:14px;
}
.table_events tr.info{
	color:#fff;
	text-align:rigth;
}
.reload-p{
	float:right;
}
.reload-p i{
	font-size:12px;
}
/*.bootstrap-select.btn-group .dropdown-menu{
    z-index: inherit;
}*/
.container_planning{
    border: 1px solid #1676b7;
    min-height: 220px;
		margin-bottom: 20px;
}