/*
    Document   : style
    Description:
        ICI LES STYLES PROPRE AU SITE (NE PAS MODIFIER LE CSS BOOTSTRAP MAIS MODIFIER ICI
*/

/* Style Corps */
html, body {
    min-height: 100%;
}
body{
	background-position: center bottom;
	font-family: "Acme", Helvetica, Arial, sans-serif;
  /*font-family: "eurof55", Helvetica, Arial, sans-serif;*/
}
.container{
	background:#FFF;
	border-left:2px #CCCCCC solid;
	border-right:2px #CCCCCC solid;
}
.navbar-default{
  background-color: #1676b7;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
  background-color:#ed5f18;
}
.navbar-collapse {
  width: inherit !important;
  padding: inherit;
}

h1,h2,h3{
	/*font-family: "AvGardeB", Helvetica, Arial, sans-serif;*/
	font-family: "Acme", Helvetica, Arial, sans-serif;
}
h4,h5,h6{
	font-family: "eurof55", Helvetica, Arial, sans-serif;
}
ul{
	list-style:none;
}
a:hover{
	text-decoration:none;
}
blockquote{
	border-left-color:#1676b7;
}
/** ICON **/
.icon-align{
	line-height: 1;
	position: relative;
	font-size: 11px;
}
i.lia{
	cursor:pointer;
	padding: 0 5px;
	position: absolute;
}
/* QSModif modif de l'affichage du '!'*/
@media (max-width:990px){
    i.lia{
        cursor:pointer;
        position: sticky;
        padding: 0 0px !important;
    }
}
.sm-pop{
	padding:2px;
	font-weight:bold;
	width:auto!important;
}
.icon-align i{vertical-align: middle; margin-right:5px;}
.size-48 { font-size: 48px; }
.size-32 { font-size: 32px; }
.size-24 { font-size: 24px; }
.size-16 { font-size: 16px; }
/*general */
.txt-vert-f{color:#7FA212;	}
.txt-vert-c{color:#B3C405;	}
.txt-bleu-f{color:#006AAC;	}
.txt-bleu-c{color:#0499DB;	}
.text-gris{color:#555;}

.txt-blanc{color:#ffffff !important;}
.txt-bleu{color:#1676b7 !important;}
.txt-gris{color:#959595 !important;}
.txt-orange{color:#ed5f18 !important;}
.txt-vert{color:#99cc00 !important;}

.wysiwyg-color-blue{color:#1676b7!important;}
.wysiwyg-color-red{color:#DB2828!important;}
.wysiwyg-color-green{color:#99cc00!important;}

.h-infos{
	color:#1676b7;
	font-family: "eurof55",Helvetica,Arial,sans-serif;
	padding-left:3em;
	padding-top:0 !important;
}

.txt-logo{
	/*width:40%;*/
	float:left;
	margin-top:0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
	font-size:2em;
  background-image:url(../images/logoBulle.png);
  background-size: 44px;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 44px;  
  vertical-align: middle;
}
/*border li praticiens*/
#grab-prat {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 3px 10px 5px !important;
    position: relative;
    /* top: -5px; */
}
/*.txt-logo a{
  vertical-align: initial;
}*/
.navbar-nav > li > a {
  color: #ffffff !important;
  padding-bottom: 0!important;
  padding-top: 0!important;
}
.detail{
  font-size: .7em;
}
.underline{
	text-decoration:underline;
}
.bg-jaune{background-color:#f3ffd0;}
.bg-blanc{background-color:#FFFFFF;}
.bg-error{background-color:#f2dede;}
.bq-motif{border-left-color: #ed5f18;color: #ed5f18;font-size: 1em;}
.thumbnail >.caption.orange{
	background-color: #f0ad4e;
	border-bottom-color: #f0ad4e;
	border-left-color: #f0ad4e;
	border-right-color: #f0ad4e;
	border-top-color: #f0ad4e;
	color: white;
}
.thumbnail >.caption.vert{
	background-color: #5cb85c;
	border-bottom-color: #5cb85c;
	border-left-color: #5cb85c;
	border-right-color: #5cb85c;
	border-top-color: #5cb85c;
	color: white;
}
.both{clear:both;}
.margin-bot-150{margin-bottom:150px;}
.margin-bottom-20{margin-bottom:10%;}
.strong{
	font-weight:bold;
}
.none{
	display:none;
}
.relative{
	position:relative;
}
.bottom {
    position: absolute;
    bottom:0;
}
.bottom-left {
    position: absolute;
    bottom:0;
	left:0;
}
.no-float{
  float: none !important;
}
.absolute{
	position:absolute;
}
.para{
	border-radius:10px;
	padding:10px;
}
.popover{
	width:100%;
}
.img-ce{
	border:1px solid #ddd;
	box-shadow: 0px 8px 10px #ccc;
	width:100%;
	vertical-align:middle;
}
.v-align-m{
	vertical-align:middle;
}
.row-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.col-sm-height {
    /*display: table-cell;*/
	display: block;
    float: none;
    height: 100%;
}

.inside-full-height {
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
/* MENU */
.phrase-intro{
	font-style:italic;
	font-size:16px;
	float:left;
	/*width:65%;*/
}
.phrase-intro-l{
	font-style:italic;
	float:left;
	max-width:45%;
  margin-left:20px;
}
.phrase-intro h2,.phrase-intro-r h2,.phrase-intro-l h2{
	font-size:16px;
  margin-top: 10px;
}
.lien-menu{
	color:#FFF!important;
}
.lien-menu:hover,.lien-menu:focus{
	color:#ed5f18!important;
}
.lien-annul-multi{
  font-size: 13px;
  float: right;
  font-weight: bold;
}
p.alert-groupe{
  float: left;
}
.l-details-groupe{
  font-size: 13px;
}
.desc-groupe{
  display:none;
  float: left;
}
/* dropdown hover*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown-menu li:focus .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/*Planning user */
.thumbnail .caption h3{
    /*margin-top:10px;*/
}
/*
.thumbnail{
    opacity:0.8;
    transition: all 0.5s;
}
.thumbnail:hover{
    opacity:1;
    box-shadow:none;
    background-color:#FAFAFA;
}
*/
.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;
}
.lien-edit-profil{
  float: right;
  font-size: 22px;
  display: none;
}
.lien-edit-profil {
  color: #959595;
}
.lien-edit-profil:hover{
  color: #ed5f18;
}
#legend_profil:hover .lien-edit-profil{
  display: block;
}
/*tableau planning */
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;
}

/*.dispo-creneau-head{
    color: white!important;
    background-image: linear-gradient(to top, #428bca 0%, #2d6ca2 100%)!important;
    background-repeat: repeat-x!important;
}*/
.lien-h{
	text-align:center;
}
.verrou_plage{
	font-weight:bold;
	font-weight: bold;
	background-color: #efefef;
	border-top: 1px solid #1676b7;
	border-bottom: 1px solid #1676b7;
	/*background-color:green;*/
}
.creneau{
	position:relative;
}
.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-demi-circle{
     height:90px;
     width:90px;
     border-radius: 0 0 90px 90px;
     background:#666;
	 border-radius:66px;
	 border:4px double #ccc;
}
*/
.btn-demi-circle{
	display:block;
	/*
	width:100px;
	height:100px;
	border-radius:66px;
	*/
	height:45px;
    width:90px;
    border-radius: 0 0 90px 90px;
	border:4px double #ccc;
	font-size:20px;
	color:#666;
	line-height:90px;
	text-align:center;text-decoration:none;text-shadow:0 1px 0 #fff;background:#ddd
}
.btn-demi-circle:hover{
	border:4px double #bbb;
	color:#aaa;text-decoration:none;background:#e6e6e6
}
.btn-demi-fleche-down{
	position:absolute;
	width:102px;
	height:51px;
	left:50%;
	top:-60px;
	margin-left:-50px;
	background-image:url(../images/demi-fleche-down.png);
	background-size:cover;
	background-position:center;
}
.btn-demi-fleche-down:hover{
	opacity:0.8;
}
.btn-demi-fleche-up{
	position:absolute;
	width:102px;
	height:51px;
	left:50%;
	margin-left:-50px;
	background-image:url(../images/demi-fleche-up.png);
	background-size:cover;
	background-position:center;
}
.btn-demi-fleche-up:hover{
	opacity:0.8;
}

.container-agenda{
    padding:5px 0;
    background-color:#f3ffd0;
    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);
}

#btn_search_prat {
    background: linear-gradient(#ff7e00, #dd7107);
    opacity: 1;
    border: none;
    color: #fff;
    text-shadow: 1px 1px 5px #464646;

}
@media screen and (max-width: 414px) {
  .grab-word {
    display: none;
  }
}
.grab-glyph {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
#grab-formgrp {
    border: 5px solid #99cc00;
    border-radius: 10px;
}
/*
#nomPraticien {
    border: 4px solid #99cc00;
    border-radius: 6px;
}
*/
button.btn-orange, a.btn-orange, input.btn-orange {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	white-space:normal;
background: #e8a888;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNWYxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGE4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e8a888 0%, #ed5f18 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8a888), color-stop(100%,#ed5f18));
background: -webkit-linear-gradient(top,  #e8a888 0%,#ed5f18 100%);
background: -o-linear-gradient(top,  #e8a888 0%,#ed5f18 100%);
background: -ms-linear-gradient(top,  #e8a888 0%,#ed5f18 100%);
background: linear-gradient(to bottom,  #e8a888 0%,#ed5f18 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8a888', endColorstr='#ed5f18',GradientType=0 );
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 5px 0 #424242;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px #000;
    text-transform: uppercase;
    vertical-align: middle;
		margin-bottom:4px;
}
button.btn-orange:hover, a.btn-orange:hover, input.btn-orange:hover {
background: #ed5f18;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkNWYxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGE4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ed5f18 0%, #e8a888 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed5f18), color-stop(100%,#e8a888));
background: -webkit-linear-gradient(top,  #ed5f18 0%,#e8a888 100%);
background: -o-linear-gradient(top,  #ed5f18 0%,#e8a888 100%);
background: -ms-linear-gradient(top,  #ed5f18 0%,#e8a888 100%);
background: linear-gradient(to bottom,  #ed5f18 0%,#e8a888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5f18', endColorstr='#e8a888',GradientType=0 );	

	color: #fff;
}
button.btn-orange:focus, a.btn-orange:focus, input.btn-orange:focus {
	color: #fff;
}
.btn-tel{
	border-radius:15px;
}
.account-wall {
    background-color: #f7f7f7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    padding: 40px 0 20px;
}
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}

.container-help{
  padding-left:45px;
}
.title-help{
  background-color: #ddd;
  border-radius: 5px;
  margin: 0 !important;
  padding: .5em;
  line-height: 1em;
}
ol.help-list{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    /*font: 15px 'trebuchet MS', 'lucida sans';*/
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .8em .4em .8em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list a:hover{
    background: #eee;
}

.rounded-list a:hover:before{
    transform: rotate(360deg);  
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2.5em;
    width: 2.5em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    border-radius: 2em;
    transition: all .3s ease-out;
}

/* FOOTER */
footer{
	background: #1676b7;
	width:100%;
	color:#FFFFFF;
  height: 135px;
}
.header-footer{
	background:#1676b7;
	color:#FFFFFF;
}
.header-footer .container{
	background-image:url(../images/bar-blue.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:inherit;
	border:none;
}
.footer-footer{
  background-color: #1676b7;
}
.footer-footer .container{
	background-color:inherit;
	border:none;
}
footer ul{
	list-style:none;
}
footer a{
	color:#FFFFFF;
}
footer a:hover, footer a:focus{
	color:#ed5f18;
}
footer h4{
	margin-bottom:2px;
	margin-top:4px;
}
footer span{
	line-height:14px;
	font-size:14px;

}
/* INSCRIPTION */
.step{
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 24px;
	margin-right: 10px;
}
.thumb-doc{
	max-width:250px;
	float:right;
	margin:5px;
	text-align:center;
	
}
.thumb-doc p{
	margin:inherit !important;
}
.thumb-doc img{
	display:block;
	margin: 0 auto; 
	float:none !important;
}
.thumb-doc h3{
	text-align:center;
}
.v-center{
	vertical-align:middle;
}
.v-center img{
	margin-right:5px;
	margin-top:1px;
}

.list-group li {
    list-style: none;
}
.list-group li .panel{
	border-left:none;
	border-right:none;
}
/*
.panel-info, .panel-danger, .panel-rating, .panel-more1 {
    float: left;
    margin: 0 10px;
}
.row .panel .panel-heading{margin-left:-15px;margin-right:-15px;}
*/
.panel-green {
    border-bottom-color: #5cb85c;
    border-left-color: #5cb85c;
    border-right-color: #5cb85c;
    border-top-color: #5cb85c;
}
.panel-green > .panel-heading {
    background-color: #5cb85c;
    border-bottom-color: #5cb85c;
    border-left-color: #5cb85c;
    border-right-color: #5cb85c;
    border-top-color: #5cb85c;
    color: white;
}
.panel-green > a {
    color: #5cb85c;
}
.panel-green > a:hover {
    color: #3d8b3d;
}
.panel-gris {
    border-bottom-color: #cac9c9;
    border-left-color: #cac9c9;
    border-right-color: #cac9c9;
    border-top-color: #cac9c9;
}
.panel-gris > .panel-heading {
    background-color: #ddd;
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd;
    border-top-color: #ddd;
    color: #555;
}
.panel-gris > a {
    color: #555;
}
.panel-gris > a:hover {
    color: #333;
}
.panel-yellow {
    border-bottom-color: #f0ad4e;
    border-left-color: #f0ad4e;
    border-right-color: #f0ad4e;
    border-top-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    background-color: #f0ad4e;
    border-bottom-color: #f0ad4e;
    border-left-color: #f0ad4e;
    border-right-color: #f0ad4e;
    border-top-color: #f0ad4e;
    color: white;
}
.panel-yellow > a {
    color: #f0ad4e;
}
.panel-yellow > a:hover {
    color: #df8a13;
}
.huge {
  font-size: 40px;
}
i.huge {
  font-size: 5em;
}
/* ICON CALENDRIER */
time.ic-cal
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
 /* margin: 2em auto;*/
 margin-bottom:2em;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.ic-cal *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.ic-cal strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #006AAC;
  border-bottom: 1px dashed #003b60;
  box-shadow: 0 2px 0 #006AAC;
}

time.ic-cal em
{
  position: absolute;
  bottom: 0.3em;
  color: #006AAC;
}

time.ic-cal span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

time.ic-cal:hover, time.ic-cal:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}
/*
@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}
*/

/* BTN PRAT FLOTTANT */

.soulignage {
background-size: 100% 1px;
}


.caption{
	color:#333;
}
/*Affichage resultats thumb*/

.thumb-cab{
	padding-top:20px;
	padding-bottom:20px;
}
.thumb-cab .v-center .caption{
  padding-top: 0;
}
.thumb-cab img{
    float:left; 
	max-height:100%;
}
.thumb-cab h3{
	padding-top:5px;
}
.thumb-cab h3,.thumb-cab h4{
	margin-top:1px;
	margin-bottom:5px;
}
.icon-cab{
	border:1px solid #ddd;
	background-color:#FFFFFF;
	padding:5px;
}


.thumb-sec{
	min-height:inherit !important;
}
.thumb-sec img{
	float:inherit;
}
.info-cab{
	margin-top:20px;
}
.details{
	background-color:#eeeeee;
	padding-left:100px;
	margin-bottom:5px;
	margin-left:-10px;
	min-height:100px;
}
li.user{
	min-height:105px;
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
.user-fonction {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}

section.user-list{
  margin: 0 10px;
  /*overflow: hidden;
	display: inline;*/
  padding-bottom: 5px;
	padding-top: 5px;
  border-bottom: 1px solid #ddd;
}
section.user-list.inactive{
	border: 1px solid #ddd;
}
hr.small{
	margin-top: 12px;
	margin-bottom: 12px;
}
.table-infos-user{
	margin-bottom:0;
}
.table-infos-user tr:first-child td {
	border-top:0;
}
.table-infos-user.in,
.table-infos-user.collapsing {
	display: block!important;
	margin-top:4px;
}
.zone-info-dc{
max-width: 25%;
}
.zone-info{
  background-image: url("../images/fle.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    /*height: 105px;*/
    height: 125px;
}
.li-zone-info{
  /*list-style: inside;*/
  list-style: none;
}
.li-zone-info li{
  padding-bottom:10px;
  /*padding-left: 1em; */
  padding-left: 2em; 
  text-indent: -.7em;
}
.li-zone-info li:before{
  content: "• ";
  color: #ed5f18;
}
.bloc-planning{
  /*padding-left: 30px;
  max-width: 75%;*/
  padding-top:30px;
  clear: both;
  min-height: 300px;
}
.short-desc {
  /*max-width: 20%;*/
  font-style: italic;
  line-height: 1.3;
  color: #aab6aa;
}

#confirmChat .modal-dialog{
  width:75%;
}
#modal .modal-dialog{
  width:75%;
}
.ui-widget {
  font-family: "Acme", Helvetica, Arial, sans-serif;
  font-size:16px;
}
/*
.form-horizontal .has-feedback .form-control-feedback {
    right: -15px;
    top: 0;
}
*/
.groupe-pic{
  width: 100%;
  max-width:100px;
}
/* MON COMPTE */
.info-contact-groupe{
	min-height:98px;
}
.table-user-information{
	margin-bottom: 5px;
	font-size: 14px;
}
.zoneSeeEvents{
  /*  padding-left:15px;
  padding-right:15px;
*/
  padding-top:10px;
  clear: both;
}
.lien-edit{
	float: right;
	font-family: Helvetica;
	font-size: 13px;
}
.lien-edit:hover{
  text-decoration: underline;
}
#div_groupe_contact > .panel{
  margin-left:0;
  margin-bottom: 10px;
  width:32%;
}
.warning-mail{
  /*
  position:absolute;
  right: -15px;
  top:0;
  
  display:block;
  color:#006699;
  height:34px;
  line-height:34px;
  text-align:center;
  width:34px;
  */
}
.zone-naissance{
	padding:15px;
	background-color:#ddd;
	margin-bottom:5px;
}
@media (max-width: 991px) {
  #infos_search {
    height: auto !important;
  }
  .cont-sm-100{width:100%;}
	h3{
    font-size:24px;
  }
}
@media (min-width: 992px) {
  h3{
    font-size:21px;
  }
  h4{
    font-size:16px;
  }
  .icon-cab{
    width:100px;
    height: auto;
  }
  
}

/* Taille modal */
@media screen and (min-width: 768px) {
	#confirmChat .modal-dialog  {width:900px;}
	#modal .modal-dialog{width:900px;}
}

@media (max-width: 480px) {
  .icon-cab{width:60px;height: auto;}
  .cont-sm-100{width:100%;}
  .col-sm-12{padding-left:0;padding-right:0;}
  .bloc-planning{
    max-width:inherit;
    width: 100%;
   /* padding:0;*/
  }
  .caption .details{
    padding-left: 60px;
  }
  #confirmChat .modal-dialog {
    width: auto;
  }
  
  #confirmChat > .modal-dialog {
    margin:5px; 
  }
	#modal .modal-dialog {
    width: auto;
  }
  .thumb-cab img {
    width: 60px;
  }
  h3{
    font-size: 19px;
  }
  h4{
    font-size: 16px;
  }
  .nav > li {
    float: left;
  }
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
	/*
  width: 60px;
  height: 34px;
	*/
	width: 30px;
  height: 17px;
}
.btn-lg .switch{
	width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: #ccc;*/
	background-color: #ed5f18;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
	/*
  height: 26px;
  width: 26px;
	left: 4px;
  bottom: 4px;
	*/
	height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.btn-lg .slider:before {
	height: 26px;
  width: 26px;
	left: 4px;
  bottom: 4px;
}
input:checked + .slider {
  /*background-color: #2196F3;*/
	background-color: #1676b7;
}

input:focus + .slider {
  /*box-shadow: 0 0 1px #2196F3;*/
	box-shadow: 0 0 1px #1676b7;
}
input:checked + .slider.green {
  background-color: #5cb85c;
}

input:focus + .slider.green {
  box-shadow: 0 0 1px #5cb85c;
}
input:checked + .slider:before {
	/*
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
	*/
	-webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.btn-lg input:checked + .btn-lg .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  /*border-radius: 34px;*/
	border-radius: 17px;
}
.btn-lg .slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
} 
