@charset "UTF-8";

body {
	background: #f2f2f2;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #78787d;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 20px;
}
p > strong {
	font-weight: 900;
	color: #99cc00;
}
.dialog-box {
  display: none;
  position: fixed;
  top: 0px; left:0px;
  /*margin: 50px 0px 0px 0px;*/
  z-index:1000 !important ;
  padding: 10px; 
  width: 100%;
  min-width: 340px;
  height: 290px;
  border: 2px solid #000;
  background-color: #FFF;
  -moz-box-shadow:1px 1px 5px #000;
  -webkit-box-shadow:1px 1px 5px #000;
  box-shadow:1px 1px 5px #000;
  cursor: auto;
}
.boxtextarea { width:90%; height:170px; }

.ui-dialog { font-size:11px; z-index:11000 !important; }

h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > span {
	display: none;
}
.navbar-brand_ img {
  height: 45px;
  padding-top: 3px;
  width: 180px; /* no height needed ... image will resize automagically */
}
h2 {
	font: 29px/55px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	margin: 0 0 6px 0;
}
h2.indent {
	margin: 0 0 13px 0;
}
h3 {
	font: 15px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	margin: 0 0 20px 0;
}
 h4.navbar-brand_ {
 color: #CCC;
 padding-top: 7px;
}
 h4.navbar-brand_  a {
 color: #CCC;
}
 h4.navbar-brand_  a:hover {
 color: #FFF;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #FFFFFF;
	text-align:justify;
}
.global.indent {
	padding: 25px 0 0 0;
	background: #FFFFFF;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menu-box {
	text-align:center;
	background: #FFF;
	margin-top: 13px;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	border-bottom: 3px solid #e5e5e5;
}
nav.tm_navbar li {
	float: left;
	display: inline-block;
	line-height: 20px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #e8e8e8;
	position: relative;
}
nav.tm_navbar li a {
	position: relative;
	padding: 10px 15px 5px 15px;
	text-transform: none;
	font: 21px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #338F95;
	background: none;
}
nav.tm_navbar li.active2 > a {
	color: #338F95;
	background: none;
}
nav.tm_navbar li.active2 > a:hover {
	color: #338F95;
	background: none;
}
nav.tm_navbar li.ephycient > a:hover {
	color: #338F95;
	background: none;
}
nav.tm_navbar .sfHover .ephycient > a {
	color: #338F95;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li > a:hover {
	color: #338F95;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #338F95;
	background: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 16px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 253px;
	left: 0;
	top: 68px;
	list-style: none !important;
	z-index: 11;
	background: #338F95;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border-bottom: 1px solid #f8f8f8;
	border-top:none;
	border-right:none;
	border-left:none;
	width: auto;
	float: none;
	margin: 0;
	text-align: left;
	display: block;
	
}
nav.tm_navbar .sub-menu > ul li:last-child {
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	padding: 0 0 0 20px;
	font: 13px/38px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right center no-repeat;
	width: 8px;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	left: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #f8f8f8 !important;
	background: none !important;
	-webkit-transition: all 0.10s;
	transition: all 0.10s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #f8f8f8 !important;
	background: none !important;
}
/*-----subMenu fonctionalites-----*/
nav.tm_navbar .sub-menu > ul li.ephycient_sub > a:hover {
	text-decoration: none;
	color: #338F95 !important;
}
nav.tm_navbar .sub-menu > ul li.cluse > a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #2a044a !important;
	padding: 0 0 0 15px;
}
nav.tm_navbar .sub-menu > ul li.clpat > a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #338F95 !important;
	padding: 0 0 0 15px;
}
nav.tm_navbar .sub-menu > ul li.clage > a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #A613BA !important;
	padding: 0 0 0 15px;
}
nav.tm_navbar .sub-menu > ul li.clmes > a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #f60ed3 !important;
	padding: 0 0 0 15px;
}
nav.tm_navbar .sub-menu > ul li.clsta > a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #ff2025 !important;
	padding: 0 0 0 15px;
}
nav.tm_navbar .sub-menu > ul li.cldis > a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #fdcc37 !important;
	padding: 0 0 0 15px;
}
nav.tm_navbar .sub-menu > ul li.clgeo > a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #0da6e6 !important;
	padding: 0 0 0 15px;
}
nav.tm_navbar .sub-menu > ul li.clcom > a:hover {
	text-decoration: none;
	color: #FFF !important;
	background: #582100 !important;
	padding: 0 0 0 15px;
}

/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 253px;
	left: 254px;
	top: 0;
	list-style: none !important;
	z-index: 11;
	background: #2e2e2e;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	font: 13px/38px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #338F95 !important;
	background: none !important;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0 0 0 0;
	position: relative;
	z-index: 11;
	background: #FFFFFF;
}
header .follow-box {
	text-align: right;
}
header .follow-box .box1 {
	float: right;
	padding-top: 57px;
}
header .follow-box .box1 p {
	font-size: 14px;
	line-height: 22px;
	color: #2d2d30;
}
header .follow-box .box2 {
	float: right;
	padding-top: 6px;
	margin-left: 23px;
}
header .follow-box .box2 .tel {
	margin-bottom: 0;
	font: 36px 'Roboto Condensed';
	color: #99cc00;
	letter-spacing: -1px;
	display: block;
	white-space: nowrap;
}
header .follow-box .box2 .tel span {
	color: #000000;
	font-size: 33px;
	margin-right: 10px;
}
header .follow-box .box2 ul {
	padding: 0;
	margin: 0 0 8px 0;
	list-style: none;
	overflow: hidden;
	text-align: right;
}
header .follow-box .box2 ul li {
	display: inline-block;
	margin-left: 10px;
}
header .follow-box .box2 ul li:first-child {
	margin-left: 0;
}
header .follow-box .box2 ul li a {
	width: 39px;
	height: 39px;
	border-radius: 100%;
	background: #3a3a3d;
	font-size: 20px;
	line-height: 39px;
	text-align: center;
	color: #FFFFFF;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
header .follow-box .box2 ul li a:hover {
	background: #99cc00;
}
footer {
	padding: 62px 0;
	background: #f2f2f2;
	text-align: center;
}
footer p {
	margin-bottom: 0;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #78787d;
}
footer p a {
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #78787d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #99cc00;
}
footer em {
	font-style: normal;
	color: #777;
	font-size: 12px;
}
footer .icon-box {
	margin-top: -12px;
}
footer .icon-box hr {
	margin: 0 0 9px 0;
	border-top: 1px solid #dcdcdc;
}
footer .icon-box .col-lg-4 {
	margin-bottom: 46px;
}
footer .icon {
	font-size: 33px;
	color: #000000;
	width: 66px;
	height: 66px;
	line-height: 66px;
	border-radius: 100%;
	text-align: center;
	background: #e0dfdf;
	float: left;
	margin-right: 17px;
}
footer .box1 p {
	font: 300 15px/23px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}
footer .box1 > div {
	padding-top: 10px;
}
footer .box2 p {
	font: 300 15px/35px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-top: -5px;
}
footer .box2 p em {
	font-style: normal;
	color: #99cc00;
	font-size: 25px;
	font-weight: normal;
}
footer .box3 a {
	font: 300 15px/23px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	text-decoration: underline;
}
footer .box3 a:hover {
	text-decoration: none;
}
footer .box3 > div {
	padding-top: 16px;
}
.error-box {
	background: url(../img/error_bg.jpg) no-repeat;
	padding: 0 15px 59px 15px;
}
.errorBox {
	padding-top: 40px;
}
.errorBox figure {
	margin-bottom: 30px;
}
.who-box {
	margin-bottom: 25px;
}
.who-box hr {
	margin: 0;
	border-top: 1px solid #dcdcdc;
}
.who-box .col-lg-4 {
	margin-bottom: 43px;
}
.testimBox .col-lg-3 {
	margin-bottom: 21px;
}
.testimBox .col-lg-12 {
	margin-bottom: 25px;
}
.testimBox a {
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #2d2d30;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox .exp {
	font: 15px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	margin-bottom: 0;
}
.testimBox .name {
	font: 15px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	margin-bottom: 11px;
}
.testimBox .box {
	position: relative;
	padding: 25px 29px 28px 29px;
	background: #eee;
	margin-bottom: 23px;
}
.testimBox .box p {
	margin-bottom: 0;
	line-height: 21px;
}
.testimBox .box em {
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	bottom: -21px;
	left: 17px;
	background: url(../img/triangle1.png) no-repeat;
}
#toTop {
	display: none;
	width: 31px;
	height: 30px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.description a {
text-decoration: none;
color: #FFF;
}
.privacyBox {
	margin-bottom: 78px;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 0;
}
.experience-box article {
	margin-bottom: 49px;
}
.experience-box figure img {
	width: 100%;
}
.experience-box .title {
	font: 72px/60px 'Jockey One';
	color: #242424;
	text-transform: uppercase;
	margin: 44px 0 32px 0;
}
.experience-box p {
	text-transform: uppercase;
	font-size: 12px;
	color: #78787d;
	line-height: 18px;
	margin-bottom: 50px;
}
.gallery-box {
	padding-bottom: 60px;
}
.trainerBox {
	margin-bottom: 26px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.advantages-box {
	padding: 60px 0 6px 0;
}
.news-box a {
	color: #d13739;
	font-size: 27px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news-box a:hover {
	color: #101010;
}
.news-box p {
	margin-bottom: 21px;
}
.events-box {
	padding-top: 57px;
	padding-bottom: 9px;
}
.banner-box1 {
	min-height: 231px;
	margin-bottom: 12px;
}
.banner-box1 > div {
	padding: 24px 0 0 30px;
	min-height: 231px;
	background: #f7f7f7 url(../img/banner1.jpg) right 0 no-repeat;
}
.banner-box1 > div .title {
	font: 29px/30px 'Roboto';
	color: #2d2d30;
	margin-bottom: 7px;
}
.banner-box1 > div .title span {
	color: #99cc00;
}
.banner-box2 {
	min-height: 231px;
	margin-bottom: 12px;
}
.banner-box2 > div {
	padding: 24px 0 0 30px;
	min-height: 231px;
	background: #f7f7f7 url(../img/banner2.jpg) right 0 no-repeat;
}
.banner-box2 > div .title {
	font: 29px/30px 'Roboto';
	color: #2d2d30;
	margin-bottom: 7px;
}
.banner-box2 > div .title span {
	color: #99cc00;
}
.banner-box3 {
	min-height: 130px;
	margin-bottom: 0px;
}
.banner-box3 > div {
	padding-top: 39px;
	text-align: center;
	min-height: 130px;
	background: #2a044a;
}
.banner-box3 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box3 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
	
}
.banner-box3 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}

.banner-box4 {
	min-height: 130px;
	margin-bottom: 0px;
}
.banner-box4 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 130px;
	background: #99cc00;
}
.banner-box4 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box4 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-box4 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}
.banner-boxgr {
	min-height: 40px;
	margin-bottom: 20px;
}
.banner-boxgr > div {
	padding: 15px 15px 15px 15px;
	min-height: 40px;
	background: #99cc00;
}
.banner-boxgr > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-boxgr > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-boxbr {
	min-height: 40px;
	margin-bottom: 30px;
}
.banner-boxbr > div {
	padding: 30px 15px 30px 15px;
	min-height: 40px;
	background: #f8f8f8;
}
.banner-boxbr > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-boxbr > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}

.mpb {
	margin-top: 8px;
	margin-right: 8px;
}
.mpb2 {
	margin-right: 8px;
}
.av1 {
	color: #FFFFFF;
	line-height: 35px;
}
.av2 {
	color: #000000;
}
.av3 {
	color: #000000;
}
.av5 {
	font-size: 32px;
	color: #338F95;
}
.av6 {
	font-size: 28px;
	color: #338F95;
}
.btn-accueil {
	min-height: 45px;
	min-width: 50px;
}

@media (max-width: 626px) {
.page-header  {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.list8 li {
	margin-bottom: 5px;
}
.list8 li h2 {
	line-height:20px;
	margin-left: 15px;
	font-size: 14px;
	color: #2d2d30;
	margin-bottom: 15px;
}
.list8 li h4 {
	line-height:20px;
	margin-left: 15px;
	font-size: 14px;
	margin-bottom: 15px;
}

.list8 li p {
	margin-left: 15px;
	font-size: 14px;
}
 .av1 {
	font-size: 16px;
}
 .av2 {
	font-size: 16px;
}
 .av3 {
	font-size: 16px;
}

 .page-header small {
	font-size: 16px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 627px) {
.list8 li {
	line-height: 20px;
	margin-bottom: 5px;
}
.list8 li h2 {
	margin-left: 50px;
	font-size: 17px;
	color: #2d2d30;
}
.list8 li h4 {
	margin-left: 50px;
	font-size: 17px;
}
.list8 li p {
	margin-left: 50px;
	font-size: 14px;
}
 .av1 {
	font-size: 20px;
}
 .av2 {
	font-size: 18px;
}
 .av3 {
	font-size: 20px;
}
}


.banner-box4 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.banner-box5 {
	min-height: 130px;
	margin-bottom: 0px;
}
.banner-box5 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 130px;
	background: #ff2025;
}
.banner-box5 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box5 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-box5 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}
.banner-box5 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.banner-box6 {
	min-height: 130px;
	margin-bottom: 0px;
}
.banner-box6 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 130px;
	background: #A613BA;
}
.banner-box6 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box6 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-box6 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}
.banner-box6 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.banner-box7 {
	min-height: 130px;
	margin-bottom: 0px;
}
.banner-box7 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 130px;
	background: #0da6e6;
}
.banner-box7 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box7 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-box7 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}
.banner-box7 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.banner-box8 {
	min-height: 130px;
	margin-bottom: 0px;
}
.banner-box8 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 130px;
	background: #f60ed3;
}
.banner-box8 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box8 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-box8 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}
.banner-box8 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.banner-box9 {
	min-height: 130px;
	margin-bottom: 0px;
}
.banner-box9 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 130px;
	background: #fdcc37;
}
.banner-box9 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box9 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-box9 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}
.banner-box9 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.banner-box10 {
	min-height: 130px;
	margin-bottom: 0px;
}
.banner-box10 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 130px;
	background: #582100;
}
.banner-box10 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box10 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
}
.banner-box10 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}
.banner-box10 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.all-box {
	margin-bottom: 50px;
	overflow: hidden;
}
.offer-box hr {
	margin: 0 0 25px 0;
	border-top: 1px solid #dcdcdc;
}
.list-box hr {
	border-top: 1px solid #dcdcdc;
	margin: 12px 0 25px 0;
}
/*-----thumbs-----*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption {
	padding: 27px 19px;
	overflow: hidden;
	border: 1px solid #cecece;
	border-top: none;
}
.thumb-pad1 .thumbnail .caption a {
	font: bold 21px/21px 'Roboto Slab';
	color: #d13739;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #101010;
}
.thumb-pad1 .thumbnail .caption p {
	margin: 10px 0 0 0;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption  h3{
	color: #338F95;
}
.thumb-pad2 figure {
	margin: 0 0 29px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 20px 28px 29px 28px;
	overflow: hidden;
	background: #f7f7f7;
}
.thumb-pad3 .thumbnail .caption h2 {
	font: 29px/29px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	margin-bottom: 7px;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption p a {
	font-size: 18px;
	color: #99cc00;
	margin-left: 5px;
}
.thumb-pad3 .thumbnail .caption p a:hover {
	color: #2d2d30;
}
.thumb-pad3 figure {
	margin: 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #78787d;
}
.thumb-pad4 .thumbnail .caption h4 {
	margin-bottom: 15px;
}
.thumb-pad4 figure {
	margin: 0 0 25px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 36px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0 0 0 12px;
	color: #78787d;
}
.thumb-pad5 .thumbnail .caption img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.thumb-pad5 .thumbnail .caption a {
	font: bold 21px/21px 'Roboto Slab';
	color: #d13739;
	margin: 0 0 12px 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #101010;
}
.thumb-pad5 figure {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 19px;
}
.thumb-pad6 {
	margin-bottom: 21px;
}
.thumb-pad6.indent {
	border: none;
	margin: 0;
	padding: 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 16px;
}
.thumb-pad6 .thumbnail .badgeBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
	width: 35px;
	font: 29px/24px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	position: relative;
	float: left;
	margin-right: 36px;
}
.thumb-pad6 .thumbnail .badgeBox .badge span {
	color: #99cc00;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}
.thumb-pad6 .thumbnail .badgeBox p {
	text-transform: none;
	margin-top: 6px;
	margin-bottom: 0;
	color: #78787d;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-pad6 .thumbnail .badgeBox p > .lnk1 {
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2d2d30;
	text-transform: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .badgeBox p > .lnk1:hover {
	color: #99cc00;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #78787d;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption a {
	font-size: 18px;
	color: #99cc00;
	margin-left: 5px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #2d2d30;
}
.thumb-pad6 figure {
	margin: 0 0 15px 0;
}
.thumb-pad6 figure > img {
	width: 100%;
}
.thumb-pad6 .thumbnail .badgeBox a {
	color: #272727;
	font: 16px/22px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a:hover {
	color: #8fbf4d;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl {
	font: 15px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .badgeBox a.tl:hover {
	color: #2d2d30;
}
.thumb-pad7 {
	overflow: hidden;
	margin-bottom: 40px;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	color: #78787d;
}
.thumb-pad7 .thumbnail .caption time {
	font: 21px 'Roboto Slab';
	color: #101010;
	display: block;
}
.thumb-pad7 .thumbnail .caption a {
	font: bold 21px/21px 'Roboto Slab';
	color: #d13739;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #101010;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 10px 0 0 0;
}
.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #78787d;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 22px;
}
.thumb-pad8 figure {
	margin: 0 0 33px 0;
	float: left;
}
.thumb-pad8 figure img {
	width: 100%;
}
/*-----carousel-----*/
.carouselBox {
	padding: 45px 0 46px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 79px;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin-top: 70px;
	background: url(../img/pattern2.png) repeat;
}
.carouselBox figure {
	float: left;
	margin-right: 28px;
	border-radius: 100%;
}
.carouselBox figure img {
	border-radius: 100%;
}
.carouselBox h2 {
	width: 100%;
	text-align: center;
}
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	text-align: center;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0 100px;
	text-align: center;
}
.list_carousel1 #foo1 > li p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 23px;
}
.list_carousel1 #foo1 > li a {
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #78787d;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li a:hover {
	color: #75c3d2;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn {
	position: absolute;
	top: 0;
	width: 100%;
}
.list_btn .prev, .list_btn .next {
	display: inline-block;
	width: 24px;
	height: 40px;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 30px;
}
.list_btn .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	left: 0;
}
.list_btn .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	right: 0;
}
.list_btn .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 10px 24px;
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	background: #99cc00;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #FFFFFF;
	background: #2d2d30;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn11 {
	padding: 3px 10px 3px 10px;
}
.btn-default.btn11:hover {
	background: #FFF;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: underline !important;
	padding: 0;
	border-radius: 0;
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	color: #2d2d30;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #99cc00;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 10px 24px;
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	background: #2d2d30;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #FFFFFF;
	background: #99cc00;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 4px 28px;
	border-radius: 0;
	font: 20px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 5px;
	color: #FFFFFF;
	background: #3e92f2;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4:hover {
	color: #FFFFFF;
	background: #777;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 15px 20px;
	border-radius: 0;
	font: 14px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #fd6b32;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5:hover {
	color: #FFFFFF;
	background: #333;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 15px 20px;
	border-radius: 0;
	font: 14px 'Jockey One';
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #333;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #FFFFFF;
	background: #fd6b32;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn7 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0px 5px 0px 5px;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	background: #99cc00;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn7:hover {
	color: #FFFFFF;
	background: #2d2d30;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn8 {
	box-shadow: none;
	text-align: left;
	text-decoration: none !important;
	padding: 0px 5px 0px 5px;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	background: #99cc00;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn8:hover {
	color: #FFFFFF;
	background: #2d2d30;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn9 {
	box-shadow: none;
	text-decoration: none !important;
	padding: 0px 5px 0px 5px;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    right: -120px;
	text-shadow: none;
	color: #FFFFFF;
	border-radius: 0;
	border: none;
	background: #99cc00;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn9:hover {
	color: #FFFFFF;
	background: #2d2d30;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----accordeon-----*/
._accodList {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
._accodList > li {
	padding: 0;
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 20px;
	margin-bottom: 19px;
	border-bottom: 1px solid #dcdcdc;
}
._accodList > li h6 {
	margin: 0;
	cursor: pointer;
	position: relative;
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	color: #99cc00;
	border: none;
	padding: 0 0 0 30px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li h6.color1 {
	color: #99cc00;
}
._accodList > li h6.color2 {
	color: #2d2d30;
}
._accodList > li p {
	margin: 0;
	padding: 12px 0 0 30px;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #78787d;
}
._accodList > li ._plus {
	width: 19px;
	height: 20px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	left: 0;
	cursor: pointer;
	top: 0;
	overflow: hidden;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
._accodList > li ._plus.btnBg1 {
	background: url(../img/plus.png) 50% 0 no-repeat;
}
._accodList > li ._plus.btnBg2 {
	background: url(../img/plus.png) 50% 100% no-repeat;
}
._accodList > li ._plus:hover {
	background: url(../img/plus.png) 50% 100% no-repeat;
}
._accodList > li:last-child {
	border-bottom: none;
}
._accodList li h6:hover {
	color: #2d2d30;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 15px;
}
.list1 li > .date {
	width: 55px;
	height: 65px;
	background: #3e92f2;
	font: 32px/32px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin: 7px 19px 0 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li > .date > span {
	display: block;
	font-size: 19px;
	margin-top: -6px;
	text-transform: uppercase;
}
.list1 li p {
	margin-bottom: 3px;
}
.list1 li p > span {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li:hover .date {
	background: #777;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li:hover p > span {
	color: #FFFFFF;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 20px;
}
.list1-1 li p {
	margin-bottom: 17px;
	margin-top: 5px;
}
.list1-1 li em {
	float: left;
	margin-right: 30px;
	width: 40px;
}
.list1-1 li a {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #338F95;
}
.list2 {
	margin: 0 0 11px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 11px;
}
.list2 li h4 {
	margin-bottom: 16px;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	padding-bottom: 21px;
	margin-bottom: 19px;
	border-bottom: 1px solid #dcdcdc;
}
.list3 li a {
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #99cc00;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #2d2d30;
}
.list3 li span {
	font-size: 22px;
	color: #d0d0d0;
	margin-right: 10px;
	float: left;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li:last-child {
	border-bottom: none;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 19px;
	display: inline-block;
	color: #FFFFFF;
	font: 39px/48px 'Roboto Slab';
	background: #d13739;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 0;
	text-align: center;
	margin-top: 3px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6.indent li {
	margin-bottom: 40px;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list6 li em {
	float: left;
	margin-right: 11px;
	font-size: 22px;
	color: #99cc00;
	margin-top: 6px;
}
.list6 li h3 {
	color: #2d2d30;
	margin-bottom: 10px;
}
.list6 li p {
	margin-bottom: 0;
}
.list33 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list33.indent li {
	margin-bottom: 40px;
}
.list33 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list33 li em {
	float: left;
	margin-right: 11px;
	font-size: 22px;
	color: #338F95;
	margin-top: 6px;
}
.list33 li h3 {
	color: #2d2d30;
	margin-bottom: 10px;
}
.list33 li p {
	margin-bottom: 0;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 22px;
}
.list7 li h3 {
	margin-bottom: 10px;
	color: #2d2d30;
}
.list7 li h4 {
	text-align: center;
}
.list7 li p {
	margin-bottom: 0;
}
.list7 p > strong {
	font-weight: 800;
	color: #99cc00;
}
.list8 {
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 25px;
	padding: 0;
	list-style: none;
}
.list8 li h3 {
	margin-top: 30px;
	margin-left: 0px;
	font-size: 18px;
}
.list8 p > strong {
	font-weight: normal;
	color: #99cc00;
}
.list8 p > em {
	font-weight: normal;
	font-style:normal;
}
/*-----search-----*/
#search-404 {
	position: relative;
	overflow: hidden;
	padding-top: 12px;
}
#search-404 a {
	position: absolute;
	top: 20px;
	right: 10px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #dadada;
	background: #FFFFFF;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #78787d;
	padding: 14px 48px 14px 14px;
	height: 49px;
	resize: none;
}
#search {
	margin: -5px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: -2px;
	line-height: 35px;
	right: 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	border: 1px solid #656565;
	margin: 0;
	width: 272px;
	outline: none;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #202020;
	background: #000000;
	height: 35px;
	padding: 9px 30px 10px 10px;
	resize: none;
	float: left;
}
/*-----map-----*/
.map {
	margin: 0 0 25px 0;
	width: 100%;
	line-height: 0;
	padding-bottom: 42px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 574px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 0;
}
.info p {
	margin-bottom: 32px;
}
.info p a {
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e92f2;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #78787d;
}
.info h3 {
	color: #2d2d30;
	margin: 0 0 11px 0;
}
.info a {
	color: #78787d;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info a:hover {
	color: #f0cd69;
}
/*-----form-----*/
.formBox {
	padding-bottom: 50px;
}
#tabs	 {
	font-size: 13px;
		}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form p {
	margin-bottom: 5px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 68px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #78787d;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #78787d;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3, .form-div-5, .form-div-6 {
	float: left;
	width: 240px;
	margin-right: 23px;
  margin-bottom: 23px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}

#contact-form input, #contact-form textarea, #contact-form select {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #dadada;
	background: #f9f9f9;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #78787d;
	padding: 14px;
  margin:5px 0px 10px 0px;
	height: 49px;
	resize: none;
}
#contact-form textarea {
	height: 323px;
	margin-bottom: 19px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #99cc00;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #f5f5f5;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #dadada;
	background: #f9f9f9;
	font: 300 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 49px;
	color: #78787d;
	padding: 0 14px;
	height: 49px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn3 {
	float: left;
	margin-right: 30px;
}
.btns p {
	float: left;
	margin-top: 10px;
}
.mail {
	color: #99cc00;
	font: 13px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #78787d;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form.success .success-message {
 height: 159px;
 line-height: 159px;
}
 #contact-form label {
 min-height: 55px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 header .follow-box .box1 {
 padding-top: 20px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form.success .success-message {
 height: 159px;
 line-height: 159px;
}
 #contact-form label {
 min-height: 55px;
}
 .categories-box {
 overflow: hidden;
 padding-bottom: 50px;
}
 .list1-1 {
 margin: 0 0 10px 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 nav.tm_navbar .nav {
 display: none;
}
    .navbar-nav{
        text-align: right;
    }
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #e5e5e5;
 background: #e5e5e5;
 color: #000000;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .navbar-brand_ {
 width: 100%;
 text-align: center;
 position: absolute;
 z-index:0;
}
 header .follow-box {
 text-align: center;
}
 header .follow-box .box1 {
 float: none;
 padding: 0;
}
 header .follow-box .box1 p br {
 display: none;
}
 header .follow-box .box2 {
 float: none;
 margin: 0 0 20px 0;
 padding: 0;
}
 header .follow-box .box2 ul {
 text-align: inherit;
}
 footer .icon {
 float: none;
 margin: 0 0 10px 0;
}
 .all-box {
 margin: 30px 0 0 0;
}
 .all-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-pad3 .thumbnail .caption h2 {
 font-size: 20px;
 line-height: 25px;
}
 .thumb-pad2 figure {
 margin: 0 20px 10px 0;
 float: left;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .advantages-box .col-lg-4 {
 margin-bottom: 50px;
}
 #search {
 display: inline-block;
 margin-top: 20px;
 float: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box h2 {
 font-size: 50px;
 margin-bottom: 10px;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .servicesBox h2 {
 font-size: 48px;
 line-height: 48px;
}
 .servicesBox h2 > span {
 font-size: 27px;
 line-height: 30px;
}
 .privacyBox {
 margin-bottom: 60px;
}
 .list3 {
 margin-bottom: 50px;
}
 .logo-box {
 overflow: hidden;
 margin-bottom: 50px;
 text-align: center;
}
 .logo-box .follow_list {
 display: inline-block;
}
 .categories-box {
 overflow: hidden;
 padding-bottom: 50px;
}
 .block-box article {
 margin-bottom: 50px;
}
 .list_btn {
 top: 20%;
}
 .list_carousel1 #foo1 > li {
 padding: 0 60px;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 #contact-form.success .success-message {
 height: 159px;
 line-height: 159px;
}
 #contact-form label {
 min-height: 55px;
}
 .foo_info {
 margin-bottom: 25px;
}
 #newsletter label {
 float: none;
 margin-right: 9px;
}
 .margBot {
 margin-bottom: 0 !important;
}
 .list1-1 {
 margin: 0 0 10px 0;
}
 .errorBox .title {
 font-size: 80px;
 line-height: 80px;
}
 .errorBox .description {
 font-size: 50px;
 line-height: 50px;
}
 .thumb-pad8 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
}
 .news-box {
 margin-bottom: 50px;
}
}
@media (max-width: 995px)	{
.disparition 	{
display: none;
				}
							}
@media (min-width: 995px)	{
.apparition	 	{
display: none;
				}
							}
@media (max-width: 750px)	{
.disparition2 	{
display: none;
				}
				.rdvcol, .rdvcolres {
  min-width: 250px;
						}
							}
@media (min-width: 750px)	{
.apparition2 	{
display: none;
				}
				.rdvcol, .rdvcolres {
  min-width: 140px;
						}
							}
@media (max-width: 550px)	{
.disparition3 	{
display: none;
				}
							}
@media (min-width: 550px)	{
.apparition3 	{
display: none;
				}
							}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad8 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .list-box .col-lg-3 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {

 .banner-box3 > div {
 padding-top: 20px;
}
 .banner-box3 > div .title {
 font-size: 29px;
 line-height: 35px;
}
 .trainerBox {
 width: 50%;
}
 .overview-box {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox .title {
 font-size: 65px;
 line-height: 65px;
}
 .errorBox .description {
 font-size: 35px;
 line-height: 35px;
}
 .sevices-box {
 width: 100%;
 float: none;
}
 .thumb-pad7 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {

 h1.navbar-brand_ {
 padding: 0 5px;
}
 .eventsBox article {
 width: 100%;
 float: none;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .list2 li .badge {
 float: none;
 margin: 0;
}
 .trainerBox {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 73px;
}
.padBot {
	padding-bottom: 20px;
}
/*tableaux de pricing*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

.pricing-table .plan {
  margin-left:0px;
  border-radius: 5px;
  text-align: center;
  background-color: #f3f3f3;
  -moz-box-shadow: 0 0 6px 2px #b0b2ab;
  -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
  box-shadow: 0 0 6px 2px #b0b2ab;
}
 
 .plan:hover {
  background-color: #FFF;
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
  box-shadow: 0 0 12px 3px #b0b2ab;
}
 
 .plan {
  padding: 20px;
  margin-left:0px;
  color: #FFF;
  background-color: #5e5f59;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
  
.plan-name-bronze {
  padding: 20px;
  color: #FFF;
  background-color: #665D1E;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }
  
.plan-name-silver {
  padding: 20px;
  color: #FFF;
  background-color: #C0C0C0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }
  
.plan-name-gold {
  padding: 20px;
  color: #FFF;
  background-color: #FFD700;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  } 
  
.pricing-table-bronze  {
  padding: 20px;
  color: #FFF;
  background-color: #f89406;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
  
.pricing-table .plan .plan-name span {
  font-size: 20px;
}
 
.pricing-table .plan ul {
  list-style: none;
  margin: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
 
.pricing-table .plan ul li.plan-feature {
  padding: 15px 10px;
  border-top: 1px solid #c5c8c0;
  margin-right: 35px;
}
 
.pricing-three-column {
  margin: 0 auto;
  width: 80%;
}
 
.pricing-variable-height .plan {
  float: none;
  margin-left: 2%;
  vertical-align: bottom;
  display: inline-block;
}
 
.plan-mouseover .plan-name {
  background-color: #4e9a06 !important;
}
 
.btn-plan-select {
  padding: 8px 25px;
  font-size: 18px;
}





/*ancien css */
/*-------------------------------------------------*/
/*-------------------------------------------------*/




.presdata2 {
  margin: 10px 0px 10px 0px;
  border-style: none;
  border: none;
}

.btnsubmit {
  color: #FFF;
  background: #0CB7E6;
  font-weight: bold;
  cursor: pointer;
  padding: 4px 12px 4px 12px;
}
 
.btnsubmit:hover, .btnsubmit:active {
  color: #FFF;
  background: #4B84EE;
  border: 3px solid #6F92D3;
}

.presdata {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0px 10px 0px;
}

.presdata td {
  padding: 2px 3px 2px 1px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.presdata th, .presdata th:hover {
  padding: 4px 5px 4px 2px;
  border-bottom: 2px solid #CCC;
  color: #FFF;
}

/*.presdata tr {
  background-color: #FFF;
}
.presdata tr:hover {
  background-color: #DDD;
}*/


.presdata3 { width: 100%; border-collapse: collapse; margin: 0px; }
.presdata3 td { padding: 1px; border-top: 0px solid #999; border-bottom: 0px solid #999; }




.button01, .button-loupe, .button-loupe2, .button-cal, .button-edit, .button-txt, .button-patient, .button-stats {
  margin: 2px;
  padding: 1px;
  cursor: pointer;
  font-size: 12px;
  border:0px solid #FFF;
  background: #FFF;
  text-align: left;
}
.button-loupe   { padding: 1px 1px 1px 17px; background: #FFF url('icon-loupe.png') top left no-repeat; }
.button-loupe2  { height:18px; width:16px;  padding: 1px; background: #FFF url('icon-loupe.png') top left no-repeat; }
.button-cal     { height:18px; width:16px;  padding: 1px; background: #FFF url('icon-calendrier.png') top left no-repeat; }
.button-edit    { padding: 1px 1px 1px 17px; background: #FFF url('icon-crayon.png') top left no-repeat; }
.button-txt     { padding: 1px 1px 1px 17px; background: #FFF url('icon-txt.png') top left no-repeat; }
.button-patient { height:18px; width:16px;  padding: 1px; background: #FFF url('icon-paient.png') top left no-repeat; }
.button-stats   { height:18px; width:16px;  padding: 1px; background: #FFF url('icon-stats.png') top left no-repeat; }

.button01:hover {
  background: #DDD;
}

.button-loupe:hover  { background: #DDD url('icon-loupe.png') top left no-repeat; }
.button-loupe2:hover { background: #DDD url('icon-loupe.png') top left no-repeat; }
.button-cal:hover   { background: #DDD url('icon-calendrier.png') top left no-repeat; }
.button-edit:hover  { background: #DDD url('icon-crayon.png') top left no-repeat; }
.button-txt:hover  { background: #DDD url('icon-txt.png') top left no-repeat; }
.button-patient:hover  { background: #DDD url('icon-paient.png') top left no-repeat; }
.button-stats:hover  { background: #DDD url('icon-stats.png') top left no-repeat; }

.taux01C, .taux02C, .taux03C, .taux04C, .taux05C, .taux06C {
  width:  8px;
  height: 8px;
  margin: 0px 5px 0px 5px;
  border: 1px solid #000000;
}

.taux01C {
background-color: #00FF00; }

.taux02C {
background-color: #0000FF; }

.taux03C {
background-color: #FFFFFF; }

.taux04C {
background-color: #FF0000; }

.taux05C {
background-color: #CCCCCC; }

span.nbs_coul1 { font-weight:bold; color: #C00; }
span.nbs_coul2 { font-weight:bold; color: #F80; }
span.nbs_coul3 { font-weight:bold; color: #090; }

.taux01B, .taux02B, .taux03B {
  width: 6px;
  height: 8px;
  margin: 0px 5px 0px 5px;
  border: 0px solid #000000;
}

.taux01B {
background-image:url(../img/L1.jpg);
 }

.taux02B {
background-image:url(../img/M1.jpg);
 }

.taux03B {
background-image:url(../img/F1.jpg);
 }

.taux06C {
background-color: #000000; }

.button-txt:hover  { background: #DDD url('../img/icon-txt.png') top left no-repeat; }

.check01 {
  width:25px;
  -moz-box-shadow: none;  
	-webkit-box-shadow: none;  
	box-shadow: none; 
 }
 
  .check02 {
  width:25px;
 	margin: 0px 0px 0px 13px;
  -moz-box-shadow: none;  
	-webkit-box-shadow: none;  
	box-shadow: none; 
 }
 .statistics{
	padding: 5px 5px 5px 5px;
	color: #FFF;
	background: #ff2025 !important;
	border: none;
		}
 .callbutton{
	padding: 5px 5px 5px 5px;
	color: #FFF;
	background: #5DBEEB !important;
	border: none;
		}
 .messaging	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #f60ed3 !important;
	border: none;
		}
table.messaging { border-collapse: collapse; width:100%; border-bottom: 1px solid #CCC;}

.messaging thead tr	{
background-color: #f60ed3; border-bottom: 1px solid #CCC;
					}
.messaging thead th	{
padding:5px 5px 5px 5px;
					}	
					
.messaging tbody tr	{
background-color: #EEE;
					}
.messaging tbody th	{
vertical-align:top; padding:5px 5px 5px 5px;
color: #95919F !important;
					}
 .tasks2	{
	padding: 5px 5px 5px 5px;
	background: #B798FF !important;
	color: #FFF;
	border: none;
		}
 .tasks	{
	padding: 5px 5px 5px 5px;
	background: #FFF !important;
	border: none;
		}
table.tasks { border-collapse: collapse; width:100%;}

.tasks thead tr	{
border-top: 1px solid #000;
background-color: #EEE;
					}
.tasks thead th	{
vertical-align:top; padding:7px 5px 7px 5px;
color: #95918D !important;
					}	
					
.tasks tfoot tr	{
background-color: #EEE;
border-bottom: 1px solid #000;
					}
.tasks tfoot th	{
vertical-align:top; padding:5px 5px 5px 0px;
					}

.messagerie_index { border-collapse: collapse; font-size:11px; width:100%; }
.messagerie_index tr { background-color:#FFF; border-bottom: 1px solid #DDD; }
.messagerie_index tr:hover { background-color:#EEE; }
.messagerie_index td { vertical-align:top; padding:1px 5px 1px 0px; }

.messagerie_index tfoot tr { background-color:#FFF; border-bottom: none; }
.messagerie_index tfoot tr:hover {	background-color:#FFF; }
.messagerie_index tfoot td { vertical-align:middle; padding:0px 5px 0px 5px;}	
					
 .whitebarbtn	{
	padding: 10px 5px 10px 5px;
	color: #FFF !important;
	background: #FFF !important;
	border: none;
		}	
		
 .patients	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #99cc00 !important;
	border: none;
		}
 .users	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #2a044a !important;
	border: none;
		}	
 .geolocation	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #0da6e6 !important;
	border: none;
		}
 .clinic	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #9CAD5B !important;
	border: none;
		}
 .shedules	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #A613BA !important;
	border: none;
		}
table.shedules { border-collapse: collapse; width:100%; border-bottom: none; background-color: #A613BA;}
.shedules thead tr	{
background-color: #A613BA; border-bottom: none;
					}
.shedules thead th	{
padding:0px 5px 0px 5px;
					}	
 .ressources	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #fdcc37 !important;
	border: none;
		}
 .accounting	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #582100 !important;
	border: none;
		}		
.fondgris	{
	padding: 5px 5px 5px 5px;
	color: #FFF !important;
	background: #CCC !important;
	border: none;
			}
.fondgrisclair	{
	background: #F5F3F8 !important;
			}
.taches		{
	color: #FFF !important;
	background: #f60ed3 !important;
	border: none;
			}
			.banner-box33 > div {
	padding: 39px 30px 0 30px;
	text-align: center;
	min-height: 231px;
	background: #338F95;
}
.banner-box33 > div p {
	margin-bottom: 0;
	color: #2d2d30;
}
.banner-box33 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 8px;
}
.banner-box33 > div .title span {
	font-size: 39px;
	color: #FFFFFF;
	margin-right: 12px;
}
.banner-box33 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}


.banner-box34 {
	min-height: 170px;
	margin-bottom: 0px;
}
.banner-box34 > div {
	padding: 15px 0px 5px 0px;
	text-align: center;
	min-height: 170px;
	background: #338F95;
  -webkit-user-select: none;
     -moz-user-select: none;
  border-radius: 5px;
}
.banner-box34 > div p {
	padding-bottom: 0px;
	color: #2C063C;
	text-align: center;
}
.banner-box34 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 8px;
}
.banner-box34 > div .title span {
	font-size: 39px;
	color: #FFFFFF;
	margin-right: 12px;
}
.banner-box34 > div .description {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	margin-bottom: 5px;
}







.banner-box3 > div {
	padding-top: 39px;
	text-align: center;
	min-height: 130px;
	background: #2a044a;
}
.banner-box3 > div p {
	margin-bottom: 0;
	color: #FFF;
}
.banner-box3 > div .title {
	font: 39px/39px 'Roboto';
	color: #FFFFFF;
	margin-bottom: 0px;
	
}
.banner-box3 > div .title span {
	font-size: 55px;
	color: #FFFFFF;
}

 .rayer	{
	text-decoration:line-through;
	color: #000;
		}
/* Table 2 Style */
table.table2{
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table2 thead th{
    font-size: 12px;
    padding:5px;
    color:#FFF;
    background-color:#2a044a;
    -webkit-border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    text-align:center;
}
.table2 thead th:empty{
    background:transparent;

}
.table2 tbody th{
    font-size: 11px;
    color:#FFF;
    background-color:#9CAD5B;
    padding:0px 5px;

    -moz-border-radius:0px 0px 0px 0px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}
.table2 tfoot td{
    color: #9CD009;
    font-size:18px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
	text-decoration:none;
}
.table2 tfoot th{
    font-size: 14px;
    color:#666;
}
.table2 tbody td{
    font-size: 12px;
    padding:5px;
    text-align:left;
    background-color:#DDD;
    border-left:3px solid white;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #FFF;
}

.table2 tbody td:empty{
    background:transparent;
    border:none;
    padding:10px;
}
	
.table2 tbody span.check:before{
    content : url(../img/check.png)
}

/* Table 1 Style */
table.table1{
    line-height: 1.42857143em;
    font-style: normal;
	width:100%;
}
.table1 thead th{
    font-weight: bold;
    font-size: 13px;
    padding:5px;
    color:#FFF;
    border-left:3px solid white;
    background-color:#2a044a;
    text-align:center;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
    width: 120px;
}
.table1 tbody th{
    font-size: 12px;
    padding:5px;
    color:#2a044a;
    border-left:3px solid white;
    border-top:3px solid white;
    background-color:#E1E8E0;
    padding:0px 2px;
	min-width: 30px;
}
.table1 tfoot td{
    font-weight: bold;
    color: #666;
    font-size:16px;
    text-align:center;
    border-left:3px solid white;
    border-top:3px solid white;
    width: 175px;
}
.table1 tfoot th{
    font-weight: bold;
    border-left:3px solid white;
    border-top:3px solid white;
    font-size: 12px;
    color:#666;
}
.table1 tbody td{
    font-size: 12px;
    padding:5px;
    text-align:center;
    border-top:3px solid white;
    background-color:#F6F4F4;
    color:#666;
}
.table1 tbody span.check::before{
    content : url('../img/check.png');
}

#tabrights {border-collapse: collapse; }
.right1 { font-weight:bold; padding:10px 20px 10px 0px; border-top:1px solid #000;}
.right2 { padding:0px 20px 0px 20px; }


.todoliste { border-collapse:collapse; width:100%; }
.todoliste td {vertical-align:top;}
.todo_top_10 { border-top: 5px solid #F00; padding: 0px 2px 1px 2px; }
.todo_top_20 { border-top: 5px solid #F60; padding: 0px 2px 1px 2px; }
.todo_top_30 { border-top: 5px solid #FA0; padding: 0px 2px 1px 2px; }
.todo_top_40 { border-top: 5px solid #FF0; padding: 0px 2px 1px 2px; }
.todo_top_no { border-top: 1px solid #DDD; padding: 2px 2px 2px 2px; }



/* STYLE NOUVEAU CALENDRIER */

.mycalendar {
  border: 2px solid #000;
  border-collapse: collapse;
  width: 100%;
}

.rdvcol, .rdvcolres {
  background: #EFEFEF url('../img/60min.png') top left repeat;
  color: #000;
  padding: 0px 0px 0px 2px;
  vertical-align: top;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 0px solid #666;
  border-bottom: 1px solid #666;
  vertical-align:top;
}
.rdvcolres { background: #FFF url('../img/60min.png') top left repeat; }




.rdvcol_today {
  background: #FFB url('../img/60min.png') top left repeat;
}

.rdvcol5 { }
.rdvcol6 { }
.rdvcol7 { }

.rdvcol_conge {
  background-color: #DDD;
}

.colcalhour { width:35px; background-color:#CCC; border-top:1px solid #000; vertical-align:top; }
.calhour { font-weight:bold; padding: 0px 5px 0px 3px; }

.colcalhourres { width:35px; background-color:#EEE; border-top:1px solid #000; vertical-align:top; }
.calhourres { font-weight:normal; padding: 0px 5px 0px 3px; font-size:12px; }


.btncal_add {
  /*position: absolute; 
  top:10px;*/
  margin: 1px;
  padding: 1px;
  width: 100px;
  height: 17px;
  text-align:center;
  border: 1px solid #000;
  background-color: #CCC;
}
.btncal_add:hover {
  border: 1px solid #666;
  background-color: #DDD;
  cursor: pointer;
}


.calrdv, .calnoedit, .calrdvres {
  position: absolute;
  width: 96%;
  padding: 1px;
  border: 1px solid #000;
  font-size: 11px;
  line-height: 11px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
  border-radius: 3px;
}
.calrdv:hover {
  border: 1px solid #FFF;
  cursor: pointer;
  opacity:0.8;
}

.calrdv0 { background-color: #FFFF99; color: #000; } /* Prev */
.calrdv1 { background-color: #6060FF; color: #FFF; } /* Effectué */
.calrdv2 { background-color: #FF9E83; color: #FFF; } /* Annulé */
.calrdv3 { background-color: #BBDDFF; color: #000; } /* Non honoré */
.calrdv4 { background-color: #333388; color: #FFF; } /* Bilan Diag */
.calrdv5 { background-color: #FFFF33; color: #000; } /* Confirmé */

.calrdv8 { background-color: #66DD66; color: #000; } /* 1er RDV */
.calrdv9 { background-color: #FFFFFF; color: #333; } /* Err ! */
.calrdv3D { background-color: #FF2222; color: #000; } /* NH AFacturer */

/*
.rdvchev1 { width: 114px; left:00px; border-left: 5px solid #F00; border-right: 5px solid #F00; }
.rdvchev2 { width: 114px; left:20px; border-left: 5px solid #F00; border-right: 5px solid #F00; }
*/

.rdvchev1 { width: 78%; left:00px; border-left: 5px solid #F00; border-right: 5px solid #F00; }
.rdvchev2 { width: 78%; left:20px; border-left: 5px solid #F00; border-right: 5px solid #F00; }
.rdvchev1:hover { border: 1px solid #FFF; border-left: 5px solid #F00; border-right: 5px solid #F00; }
.rdvchev2:hover { border: 1px solid #FFF; border-left: 5px solid #F00; border-right: 5px solid #F00; }

.break, .breaknomodif {
  position: absolute;
  width: 96%;
  padding: 1px;
  border: 1px solid #000;
  font-size: 11px;
  line-height: 11px;
  overflow: hidden;
  background-color: #DDD; color: #000;
}
.break:hover {
  border: 1px solid #FFF;
  cursor: pointer;
  opacity:0.8;
}


.nohorairesdeb, .nohorairesfin {
  position: absolute;
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  overflow: hidden;
  background-color: #DDD; 
  color: #000;
}
.nohorairesdeb { border-bottom: 1px solid #666; }
.nohorairesfin { border-top: 1px solid #666; }


.hide { display: none; }
.show { display: inline; }

.selectrdv, .SH_flux_popup, .SH_flux_popup2, .todonote_popup, .campagnes_patients, .popup_actesfrais, .divpopup {
  display: none;
  position: fixed;
  top: 0px; left:0px;
  /*margin: 50px 0px 0px 0px;*/
  z-index:10100;
  padding: 10px; 
  width: 100%;
  min-width: 250px;
  min-height: 270px;
  border: 2px solid #000;
  background-color: #FFF;
  -moz-box-shadow:1px 1px 5px #000;
  -webkit-box-shadow:1px 1px 5px #000;
  box-shadow:1px 1px 5px #000;
  cursor: auto;
}
.campagnes_patients { max-height:400px; }

#fond {
  position: fixed;
  top: 0px; left: 0px;
  width:100%;
  height:100%;
  z-index:9998;
  display: none;
  background-color:#000;
}

.icons { height: 15px; width: 0px;  float: right; z-index:9000; }
.alerte { width: 15px; background-image: url('alerte.png'); background-repeat: no-repeat; }
.double { width: 15px; background-image: url('deux.png'); background-repeat: no-repeat; }
.iconsT { height:13px; width:10px; text-align:center; float:right; z-index:9100; border:1px #F00 solid; background-color:#FF0; color:#000; }
.iconsC { height:13px; width:10px; text-align:center; float:right; z-index:9100; border:1px #B00 solid; background-color:#B00; color:#FFF; border-radius: 3px; }

.iconsRou { height:13px; width:10px; text-align:center; float:right; z-index:9100; border:1px #B00 solid; background-color:#B00; color:#FFF; border-radius: 3px; }
.iconsOra { height:13px; width:10px; text-align:center; float:right; z-index:9100; border:1px #B00 solid; background-color:#F90; color:#FFF; border-radius: 3px; }


.DBiconsT, .DBiconsC, .DBiconsRou, .DBiconsOra { height:20px; width:20px; text-align:center; border-radius:3px; margin:0px 1px 0px 1px; padding:1px 0px 0px 0px; }
.DBiconsT   { border:1px #F00 solid; background-color:#FF0; color:#000; }
.DBiconsC   { border:1px #B00 solid; background-color:#B00; color:#FFF; }
.DBiconsRou { border:1px #B00 solid; background-color:#B00; color:#FFF; }
.DBiconsOra { border:1px #B00 solid; background-color:#F90; color:#FFF; }



.popupfile {
  display: none;
  position: fixed;
  top:50px; left:0px;
  z-index:11000;
  padding: 10px;
  width:100%;
  min-width: 450px;
  height: 150px;
  border: 2px solid #000;
  background-color: #FFF;
  -moz-box-shadow:1px 1px 5px #000;
  -webkit-box-shadow:1px 1px 5px #000;
  box-shadow:1px 1px 5px #000;
  cursor: auto;
}




.selectactes {
  display: none;
  position: fixed;
  top: 0px; left:0px;
  z-index:9999;
  padding: 10px; 
  width: 100%;
  min-width: 250px;
  min-height: 270px;
  border: 2px solid #000;
  background-color: #FFF;
  -moz-box-shadow:1px 1px 5px #000;
  -webkit-box-shadow:1px 1px 5px #000;
  box-shadow:1px 1px 5px #000;
  cursor: auto;
}


.selectfact, .selectfacthisto {
  display: none;
  position: fixed;
  top: 0px; left:0px;
  z-index:9999;
  padding: 10px; 
  width: 100%;
  min-width: 250px;
  min-height: 270px;
  border: 2px solid #000;
  background-color: #FFF;
  -moz-box-shadow:1px 1px 5px #000;
  -webkit-box-shadow:1px 1px 5px #000;
  box-shadow:1px 1px 5px #000;
  cursor: auto;
}


/*ancien css */
/*-------------------------------------------------*/
/*-------------------------------------------------*/








.sstitre {
  font-size: 10px;
  font-style: italic;
}

.bloc01 {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-bottom: 3px;
  background-color: #FFF;
  width: 994px;
  border: 1px solid #050035;
  border-radius: 0px;
  -moz-box-shadow: 3px 3px 10px #050035;
	-webkit-box-shadow: 3px 3px 10px #050035;  
	box-shadow: 3px 3px 10px #050035;
}

.bloc01 p {
  margin: 0px 0px 20px 0px;
  text-align: justify;
}

.bloc01 ul {
  margin: 5px 0px 10px 20px;
}

.bloc01 ul li {
  margin: 2px 0px 2px 0px;
}


.bloc01survol:hover {
  background-color: #FFB;
  /*cursor:pointer; */
}

.spansurvol {}
.spansurvol:hover {
  background-color: #FF7;
  cursor:pointer;
}


.t1i {
 border:1px solid #F255E3; background-color:#FFF; color:#666;
}

.t2i {
 border:5px solid #08C712; background-color:#DDD; color:#666;
 color:#000000; border-right: 28px solid #08C712; border-bottom: 28px solid #08C712;
}

.imgright {
  float: right;
  margin: 0px 0px 10px 20px;
  text-align: center;
  color: #FFF;
  font-style: italic;
  font-size: 10px;
}

.imgright img {
  margin: 5px;
  border: 1px solid #AA0000;
}

.img01 {
  margin: 5px;
  border: 1px solid #AA0000;
}

.img02 {
  margin: 5px 0px 5px 5px;
  border: 1px solid #AA0000;
}

.img01R1 { float: right; margin: 5px 0px 5px 10px; border: 1px solid #AA0000; }
.img01R2 { float: right; margin: 5px 0px 5px 10px; border: 0px; }
.img01L1 { float: left;  margin: 5px 10px 5px 0px; border: 1px solid #AA0000; }
.img01L2 { float: left;  margin: 5px 10px 5px 0px; border: 0px; }

.blocimgR {
  float: right;
  margin: 0px 0px 0px 10px;
}
.blocimgL {
  float: left;
  margin: 0px 10px 0px 0px;
}



span.active    { font-weight:bold; color: #090; }
span.desactive { font-weight:bold; color: #C00; }
span.hospi     { font-weight:bold; color: #C00; }
span.standby   { font-weight:bold; color: #06F; }
span.decede    { font-weight:bold; color: #000; }
span.finsoins  { font-weight:bold; color: #333; }

span.nbs_coul1 { font-weight:bold; color: #C00; }
span.nbs_coul2 { font-weight:bold; color: #F80; }
span.nbs_coul3 { font-weight:bold; color: #090; }

.bloc_transmission {
  padding: 5px;
  margin: 5px 10px 15px 0px;
  border: 1px solid #666;
  background-color: #FFB;
  border-radius: 5px;
	-moz-box-shadow: 1px 1px 4px #999999;  
	-webkit-box-shadow: 1px 1px 4px #999999;  
	box-shadow: 1px 1px 4px #999999; 
}



.messagerie_seemes {
  border-collapse: collapse;
  width: 100%;
}
.messagerie_seemes td { padding: 3px 0px 3px 0px; vertical-align:top; }
.mes_tr1 { border-top : 1px solid #999; }
.mes_col1 { width:10%; min-width:90px; background-color:#EEE; padding-right: 5px; }


.mes_td1 { padding:1px 20px 1px 0px; cursor:pointer; }
.mes_td2 { padding:1px 15px 1px 0px; }
.mes_td3 { padding:1px 5px 1px 0px; }

.dossier0, .dossier1, .dossier2, .dossier3, .dossier4,
.dossier5, .dossier6, .dossier7 {
  width: 80px;
  height: 24px;
  padding: 2px;
  border: 1px solid #666;
  background-color: #FFB;
  border-radius: 3px;
  font-size: 9px;
  color: #000;
}
.dossier1 { background-color:#FFB; color:#000; }
.dossier2 { background-color:#FF6; color:#000; }
.dossier3 { background-color:#DDD; color:#000; }
.dossier4 { background-color:#0B0; color:#000; }
.dossier5 { background-color:#0BB; color:#000; }
.dossier6 { background-color:#FFB; color:#000; }
.dossier7 { background-color:#F63; color:#FFF; }



.dossierEI0, .dossierEI1, .dossierEI2, .dossierEI3, .dossierEI4,
.dossierEI5, .dossierEI6, .dossierEI7 {
  background-color: #FFB;
}
.dossierEI1 { background-color:#FFB; }
.dossierEI2 { background-color:#FF6; }
.dossierEI3 { background-color:#DDD; }
.dossierEI4 { background-color:#0B0; color:#FFF; }
.dossierEI5 { background-color:#0BB; color:#FFF; }
.dossierEI6 { background-color:#FFB; }
.dossierEI7 { background-color:#F63; color:#FFF; }


.dossierMES0, .dossierMES1, .dossierMES2, .dossierMES3, .dossierMES4,
.dossierMES5, .dossierMES6, .dossierMES7 {
  width: 70px;
  height: 18px;
  padding: 1px;
  border: 1px solid #666;
  background-color: #FFB;
  border-radius: 2px;
  font-size: 8px;
  color: #000;
}
.dossierMES1 { background-color:#FFB; color:#000; }
.dossierMES2 { background-color:#FF6; color:#000; }
.dossierMES3 { background-color:#DDD; color:#000; }
.dossierMES4 { background-color:#0B0; color:#000; }
.dossierMES5 { background-color:#0BB; color:#000; }
.dossierMES6 { background-color:#FFB; color:#000; }
.dossierMES7 { background-color:#F63; color:#FFF; }




/*==============================================================================
  FORMULAIRES
===============================================================================*/

input, textarea, select , text, img{
  color:#666;
}

/* input { width: 150px; } */
#envoyer { width: 150px; }

.button00 {
  color: #FFF;
  background: #A613BA;
  border: 1px solid #A613BA;
  font-weight: bold;
  cursor: pointer;
  padding: 4px 12px 4px 12px;
}

.button00:hover, .button00:active {
  color: #FFF;
  background: #A613BA;
  border: 3px solid #A613BA;
}


.btnflechehaut {
  width:100px;
  height:30px;
  background: #0CB7E6 url('fleche_haut.png') top center no-repeat;
}

.btnflechebas {
  width:100px;
  height:30px;
  background: #0CB7E6 url('fleche_bas.png') top center no-repeat;
}

.btnflechehaut:hover, .btnflechebas:hover { 
  background-color: #4B84EE;
  cursor: pointer; 
}

.check01 {
  width:25px;
  -moz-box-shadow: none;  
	-webkit-box-shadow: none;  
	box-shadow: none; 
 }
 
 .check02 {
  width:25px;
 	margin: 0px 0px 0px 13px;
  -moz-box-shadow: none;  
	-webkit-box-shadow: none;  
	box-shadow: none; 
 }

.ulabel  { color: #24427B; font-weight: bold; }
.ulabel2 { color: #FF0000; font-weight: bold; }

.inscription_tableau {  font-size: 12px;}
.inscription_tableau td { padding:0px 30px 3px 0px; vertical-align: top; }



.button-num {
  margin: 0px;
  padding: 1px;
  cursor: pointer;
  font-size: 12px;
  border:0px solid #FFF;
  background-color: #FFF;
  text-align: left;
}
.button-num:hover { background-color: #FF6; }


.divfileshowdl {
  display: none;
  position: absolute;
  z-index:10;
  padding: 10px; 
  width: 200px;
  height: 140px;
  border: 2px solid #000;
  background-color: #FFF;
  -moz-box-shadow:1px 1px 5px #000;
  -webkit-box-shadow:1px 1px 5px #000;
  box-shadow:1px 1px 5px #000;
  cursor: auto;
}



/*==============================================================================
  CALENDRIER
===============================================================================*/

.casecale {
  border: 0px solid #666;
  height: 20px;
  background-color: #FFF;
  color: #000;
  padding: 0px 2px 0px 5px;
}

.casecalh {
  border: 1px solid #666;
  height: 35px;
  width: 62px;
  background-color: #DDD;
  color: #000;
  padding: 5px 2px 0px 3px;
  vertical-align: top;
/*  font-size: 11px;
  font-weight: bold; */
}

.casecalhorH {
  font-size: 11px;
  font-weight: bold;
}
.casecalhorM {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  padding-left:10px;
}

.casespat {
  border-collapse: collapse;
}

.casecal0, .casecal1, .casecal2 {
  height: 40px;
  width: 140px;
  background-color: #EFEFEF;
  color: #000;
  padding: 0px 0px 0px 2px;
  vertical-align: top;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 0px solid #666;
  border-bottom: 1px solid #666;
}
.casecal1 { 
  padding: 0px 2px 0px 0px;
  border-top: 1px solid #666;
  border-left: 0px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;

}

.casecal0 input, .casecal1 input  {
  width: 120px;
  padding: 2px;
  margin: 0px;
  border: 1px solid #666666;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
	-moz-box-shadow: none;  
	-webkit-box-shadow: none;  
	box-shadow: none; 
}

.casecal0 select, .casecal1 select {
  padding: 2px 1px 2px 1px;
  margin: 3px 0px 0px 0px;
  border: 1px solid #666666;
  font-size: 10px;
	-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
	-moz-box-shadow: none;  
	-webkit-box-shadow: none;  
	box-shadow: none; 
}
.casecal0 select { width: 85px; }
.casecal1 select { width: 44px; }

.casecal2 {
  height: 30px;
  padding: 10px 0px 0px 2px;
  border: 1px solid #666;
  text-align: center;
  background-color: #DDD;
}

.casecal4 {
  height: 20px;
  background-color: #DDD;
  color: #000;
  padding: 10px 0px 0px 0px;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 0px solid #666;
  border-bottom: 1px solid #666;
}


.calsel2 { width: 47px; }

.csel0 { background-color: #FFFFFF; color: #333; }
.csel1 { background-color: #6060FF; color: #FFF; }
.csel4 { background-color: #333388; color: #FFF; }
.csel2 { background-color: #FF2222; color: #FFF; }
.csel3 { background-color: #BBDDFF; color: #000; }
.csel8 { background-color: #66DD66; color: #000; }
.csel9 { background-color: #FFFF99; color: #000; }


.calsynth {
  width: 800px;
  border-collapse: collapse;
  margin: 20px 0px 20px 0px;
  border: 1px solid #999;
}

.calsynth td {
  border: 1px solid #999;
  padding: 2px;
  vertical-align: top;
}

.calsynth th {
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  background-color: #EEE;
  padding: 2px;
}

div.ajaxloading { margin:30px auto 10px auto; height:64px;width:64px; background-image:url('ajax-loader-blue.gif'); }
div.ajaxloading2 { position:absolute;top:300px; left:0; right:0; margin: 0 auto;; height:64px;width:64px; background-image:url('ajax-loader-blue.gif'); }



/*
.conge1 { background: #FFF url('conges.png') center center no-repeat; color:#000;  }
.conge3 { background: #FFF url('conges.png') top left no-repeat; color:#000;  }
.conge4 { background: #FFF url('conges.png') bottom left no-repeat; color:#000;  }
*/
.conge1 { background-image: url('conges2.png'); background-position: 0px 00px; background-repeat: repeat-X; color:#000; }
.conge3 { background-image: url('conges2.png'); background-position: 0px -20px; background-repeat: repeat-X; color:#000; }
.conge4 { background-image: url('conges2.png'); background-position: 0px -40px; background-repeat: repeat-X; color:#000; }
.conge5 { background-image: url('conges2.png'); background-position: 0px -60px; background-repeat: repeat-X; color:#000; }


.mpb_conges { position:relative; border-collapse:collapse; font-size:10px; }
.mpb_conges2 { position:relative; border-collapse:collapse; font-size:11px; }
.conges_labeldays {  }
.conge_we { background-color:#BDF; }
.conges_monthdays { background-color:#BDF; }
.conge_noday { background-color:#DDD; border-bottom:1px solid #999; }
.conge_first1 { width:100px; padding:1px; border:1px solid #999; background-color:#BDF; }
.conge_first2 { width:100px; padding:1px; border:1px solid #999; }
.conge_lignevide { border-left:0px; border-right:0px; height:15px; }
.conges_user { }
.conges_user:hover { background-color:#EEE; }
.conge_day { width:26px; padding:1px; border:1px solid #999; text-align:center; }
.conge_userday { width:26px; padding:1px; border:1px solid #999; text-align:center; }
.conge_day_clic { cursor:pointer; }
.conge_day_clic:hover { border:1px solid #000; }
.conges_totaux { }
.conges_totaux:hover { background-color:#EEE; }

.conge_etat3_1 { background-image: url('conges3.png'); background-position: 0px  00px; background-repeat: repeat-X; color:#333; }
.conge_etat3_2 { background-image: url('conges3.png'); background-position: 0px -20px; background-repeat: repeat-X; color:#FFF; }
.conge_etat3_3 { background-image: url('conges3.png'); background-position: 0px -40px; background-repeat: repeat-X; color:#333; }
.conge_etat3_4 { background-image: url('conges3.png'); background-position: 0px -60px; background-repeat: repeat-X; color:#333; }
.conge_etat3_5 { background-image: url('conges3.png'); background-position: 0px -80px; background-repeat: repeat-X; color:#333; }
.conge_etat3_6 { background-image: url('conges3.png'); background-position: 0px -100px; background-repeat: repeat-X; color:#333; }
.conge_etat3_7 { background-image: url('conges3.png'); background-position: 0px -120px; background-repeat: repeat-X; color:#333; }
.conge_etat3_8 { background-image: url('conges3.png'); background-position: 0px -140px; background-repeat: repeat-X; color:#333; }


.conge_etat_1 { background-image: url('conges4.png'); background-position: -20px  00px; background-repeat: repeat-X; color:#333; }
.conge_etat_2 { background-image: url('conges4.png'); background-position: -20px -20px; background-repeat: repeat-X; color:#FFF; }
.conge_etat_3 { background-image: url('conges4.png'); background-position: -20px -40px; background-repeat: repeat-X; color:#333; }
.conge_etat_4 { background-image: url('conges4.png'); background-position: -20px -60px; background-repeat: repeat-X; color:#333; }
.conge_etat_5 { background-image: url('conges4.png'); background-position: -20px -80px; background-repeat: repeat-X; color:#333; }
.conge_etat_6 { background-image: url('conges4.png'); background-position: -20px -100px; background-repeat: repeat-X; color:#333; }
.conge_etat_7 { background-image: url('conges4.png'); background-position: -20px -120px; background-repeat: repeat-X; color:#333; }
.conge_etat_8 { background-image: url('conges4.png'); background-position: -20px -140px; background-repeat: repeat-X; color:#333; }

.conge_etat_1_1 { background-image: url('conges4.png'); background-position: -20px  00px; background-repeat: repeat-X; color:#333; }
.conge_etat_2_1 { background-image: url('conges4.png'); background-position: -20px -20px; background-repeat: repeat-X; color:#FFF; }
.conge_etat_3_1 { background-image: url('conges4.png'); background-position: -20px -40px; background-repeat: repeat-X; color:#333; }
.conge_etat_4_1 { background-image: url('conges4.png'); background-position: -20px -60px; background-repeat: repeat-X; color:#333; }
.conge_etat_5_1 { background-image: url('conges4.png'); background-position: -20px -80px; background-repeat: repeat-X; color:#333; }
.conge_etat_6_1 { background-image: url('conges4.png'); background-position: -20px -100px; background-repeat: repeat-X; color:#333; }
.conge_etat_7_1 { background-image: url('conges4.png'); background-position: -20px -120px; background-repeat: repeat-X; color:#333; }
.conge_etat_8_1 { background-image: url('conges4.png'); background-position: -20px -140px; background-repeat: repeat-X; color:#333; }

.conge_etat_1_2 { background-image: url('conges4.png'); background-position: 20px  00px; background-repeat: repeat-X; color:#333; }
.conge_etat_2_2 { background-image: url('conges4.png'); background-position: 20px -20px; background-repeat: repeat-X; color:#FFF; }
.conge_etat_3_2 { background-image: url('conges4.png'); background-position: 20px -40px; background-repeat: repeat-X; color:#333; }
.conge_etat_4_2 { background-image: url('conges4.png'); background-position: 20px -60px; background-repeat: repeat-X; color:#333; }
.conge_etat_5_2 { background-image: url('conges4.png'); background-position: 20px -80px; background-repeat: repeat-X; color:#333; }
.conge_etat_6_2 { background-image: url('conges4.png'); background-position: 20px -100px; background-repeat: repeat-X; color:#333; }
.conge_etat_7_2 { background-image: url('conges4.png'); background-position: 20px -120px; background-repeat: repeat-X; color:#333; }
.conge_etat_8_2 { background-image: url('conges4.png'); background-position: 20px -140px; background-repeat: repeat-X; color:#333; }

.conge_etat_1_3 { background-image: url('conges4.png'); background-position: 0px  00px; background-repeat: repeat-X; color:#333; }
.conge_etat_2_3 { background-image: url('conges4.png'); background-position: 0px -20px; background-repeat: repeat-X; color:#FFF; }
.conge_etat_3_3 { background-image: url('conges4.png'); background-position: 0px -40px; background-repeat: repeat-X; color:#333; }
.conge_etat_4_3 { background-image: url('conges4.png'); background-position: 0px -60px; background-repeat: repeat-X; color:#333; }
.conge_etat_5_3 { background-image: url('conges4.png'); background-position: 0px -80px; background-repeat: repeat-X; color:#333; }
.conge_etat_6_3 { background-image: url('conges4.png'); background-position: 0px -100px; background-repeat: repeat-X; color:#333; }
.conge_etat_7_3 { background-image: url('conges4.png'); background-position: 0px -120px; background-repeat: repeat-X; color:#333; }
.conge_etat_8_3 { background-image: url('conges4.png'); background-position: 0px -140px; background-repeat: repeat-X; color:#333; }


.conge_etat5_1_1 { background-image: url('conges5.png'); background-position: -140px  00px; background-repeat: repeat-X; color:#333; }
.conge_etat5_2_1 { background-image: url('conges5.png'); background-position: -140px -20px; background-repeat: repeat-X; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_3_1 { background-image: url('conges5.png'); background-position: -140px -40px; background-repeat: repeat-X; color:#333; }
.conge_etat5_4_1 { background-image: url('conges5.png'); background-position: -140px -60px; background-repeat: repeat-X; color:#333; }
.conge_etat5_5_1 { background-image: url('conges5.png'); background-position: -140px -80px; background-repeat: repeat-X; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_6_1 { background-image: url('conges5.png'); background-position: -140px -100px; background-repeat: repeat-X; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_7_1 { background-image: url('conges5.png'); background-position: -140px -120px; background-repeat: repeat-X; color:#333; }
.conge_etat5_8_1 { background-image: url('conges5.png'); background-position: -140px -140px; background-repeat: repeat-X; color:#333; }

.conge_etat5_1_2 { background-image: url('conges5.png'); background-position: -350px  00px; background-repeat: no-repeat; color:#333; }
.conge_etat5_2_2 { background-image: url('conges5.png'); background-position: -350px -20px; background-repeat: no-repeat; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_3_2 { background-image: url('conges5.png'); background-position: -350px -40px; background-repeat: no-repeat; color:#333; }
.conge_etat5_4_2 { background-image: url('conges5.png'); background-position: -350px -60px; background-repeat: no-repeat; color:#333; }
.conge_etat5_5_2 { background-image: url('conges5.png'); background-position: -350px -80px; background-repeat: no-repeat; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_6_2 { background-image: url('conges5.png'); background-position: -350px -100px; background-repeat: no-repeat; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_7_2 { background-image: url('conges5.png'); background-position: -350px -120px; background-repeat: no-repeat; color:#333; }
.conge_etat5_8_2 { background-image: url('conges5.png'); background-position: -350px -140px; background-repeat: no-repeat; color:#333; }

.conge_etat5_1_3 { background-image: url('conges5.png'); background-position: 0px  00px; background-repeat: repeat-X; color:#333; }
.conge_etat5_2_3 { background-image: url('conges5.png'); background-position: 0px -20px; background-repeat: repeat-X; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_3_3 { background-image: url('conges5.png'); background-position: 0px -40px; background-repeat: repeat-X; color:#333; }
.conge_etat5_4_3 { background-image: url('conges5.png'); background-position: 0px -60px; background-repeat: repeat-X; color:#333; }
.conge_etat5_5_3 { background-image: url('conges5.png'); background-position: 0px -80px; background-repeat: repeat-X; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_6_3 { background-image: url('conges5.png'); background-position: 0px -100px; background-repeat: repeat-X; color:#333; text-shadow:0 0 3px #FFF; }
.conge_etat5_7_3 { background-image: url('conges5.png'); background-position: 0px -120px; background-repeat: repeat-X; color:#333; }
.conge_etat5_8_3 { background-image: url('conges5.png'); background-position: 0px -140px; background-repeat: repeat-X; color:#333; }




/* 
Taux A : 0 à 65% => rouge
Taux B : 66 à 80% => orange
Taux C : 81 à 100% => vert
*/
.taux01A, .taux02A, .taux03A {
  width: 100px;
  margin: 0px;
  padding: 3px;  
  text-align: center;
  background-color: #D00;
  color: #FFF;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 5px;
}
.taux02A { background-color: #F70; }
.taux03A { background-color: #0F0; color:#000; }

.taux01B, .taux02B, .taux03B {
  width: 6px;
  height: 8px;
  margin: 0px 5px 0px 5px;
  border: 0px solid #000000;
}

.taux01B { background-image:url('../img/L1.jpg'); }
.taux02B { background-image:url('../img/M1.jpg'); }
.taux03B { background-image:url('../img/F1.jpg'); }

.etoiles0 { background:url('etoiles.png') top left no-repeat; height:12px; width:1px; }
.etoiles1 { background:url('etoiles.png') top left no-repeat; height:12px; width:10px; }
.etoiles2 { background:url('etoiles.png') top left no-repeat; height:12px; width:20px; }
.etoiles3 { background:url('etoiles.png') top left no-repeat; height:12px; width:30px; }
.etoiles4 { background:url('etoiles.png') top left no-repeat; height:12px; width:40px; }
.etoiles5 { background:url('etoiles.png') top left no-repeat; height:12px; width:50px; }

.smiley1 { background:url('smiley1.png') top left no-repeat; height:18px; width:18px; }
.smiley2 { background:url('smiley2.png') top left no-repeat; height:18px; width:18px; }
.smiley3 { background:url('smiley3.png') top left no-repeat; height:18px; width:18px; }
.smiley4 { background:url('smiley4.png') top left no-repeat; height:18px; width:18px; }


.historesume { border-collapse:collapse; }
.historesume td { padding: 1px 5px 1px 5px; border: 1px solid #999; background-color:#F8F8F8; }


.prescription-list {}


.carte_legende { margin-left: 35px; }
.carte_legende td { padding-right: 30px; vertical-align:top; }

@font-face {
  font-family: "untitled-font-1";
  src:url("../fonts/untitled-font-1.eot");
  src:url("../fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/untitled-font-1.woff") format("woff"),
    url("../fonts/untitled-font-1.ttf") format("truetype"),
    url("../fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

.fa {
  display: inline-block;
  font-family: untitled-font-1;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-2:before {
  content: "a";
}
.icon-1:before {
  content: "b";
}
.icon-3:before {
  content: "c";
}
.icon-4:before {
  content: "d";
}
.icon-5:before {
  content: "e";
}
.icon-6:before {
  content: "f";
}
.icon-7:before {
  content: "g";
}
.icon-8:before {
  content: "h";
}
.icon-9:before {
  content: "i";
}
.icon-10:before {
  content: "j";
}
.icon-11:before {
  content: "k";
}
.icon-12:before {
  content: "l";
}
.icon-13:before {
  content: "m";
}
.icon-26:before {
  content: "n";
}
.icon-25:before {
  content: "o";
}
.icon-24:before {
  content: "p";
}
.icon-23:before {
  content: "q";
}
.icon-22:before {
  content: "r";
}
.icon-21:before {
  content: "s";
}
.icon-20:before {
  content: "t";
}
.icon-19:before {
  content: "u";
}
.icon-18:before {
  content: "v";
}
.icon-17:before {
  content: "w";
}
.icon-16:before {
  content: "x";
}
.icon-15:before {
  content: "y";
}
.icon-14:before {
  content: "z";
}
.icon-27:before {
  content: "A";
}
.icon-28:before {
  content: "B";
}
.icon-29:before {
  content: "C";
}
.icon-30:before {
  content: "D";
}
.icon-31:before {
  content: "E";
}
.icon-32:before {
  content: "F";
}
.icon-33:before {
  content: "G";
}
.icon-34:before {
  content: "H";
}
.icon-35:before {
  content: "I";
}
.icon-36:before {
  content: "J";
}
.icon-37:before {
  content: "K";
}
.icon-38:before {
  content: "L";
}
.icon-39:before {
  content: "M";
}

/*-----list-----*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 15px;
}
.list1 li > .date {
	width: 55px;
	height: 65px;
	background: #3e92f2;
	font: 32px/32px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	float: left;
	margin: 7px 19px 0 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li > .date > span {
	display: block;
	font-size: 19px;
	margin-top: -6px;
	text-transform: uppercase;
}
.list1 li p {
	margin-bottom: 3px;
}
.list1 li p > span {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li:hover .date {
	background: #777;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li:hover p > span {
	color: #FFFFFF;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0 0 11px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 11px;
}
.list2 li h4 {
	margin-bottom: 16px;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	padding-bottom: 21px;
	margin-bottom: 19px;
	border-bottom: 1px solid #dcdcdc;
}
.list3 li a {
	font: 15px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #C7AA78;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #338F95;
}
.list3 li span {
	font-size: 22px;
	color: #d0d0d0;
	margin-right: 10px;
	float: left;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li:last-child {
	border-bottom: none;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 19px;
	display: inline-block;
	color: #FFFFFF;
	font: 39px/48px 'Roboto Slab';
	background: #d13739;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 0;
	text-align: center;
	margin-top: 3px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6.indent li {
	margin-bottom: 40px;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list6 li em {
	float: left;
	margin-right: 11px;
	font-size: 22px;
	color: #C7AA78;
	margin-top: 6px;
}
.list6 li h3 {
	color: #338F95;
	margin-bottom: 10px;
}
.list6 li p {
	margin-bottom: 0;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 30px;
    line-height: 30px;
}

.price sup {
    top: -14px;
    left: -1px;
    font-size: 15px;
}

.period {
    display: block;
    font-style: italic;
}

.page-header em {
    font-size: 12px;
}