/*@import url('http://fonts.googleapis.com/css?family=Fjalla+One');*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,,600,700);
/* global box-sizing */
* {
  margin: 0;
  padding: 0;
  outline: 0 none;
}
html {
  overflow-x: hidden;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/*.tm-parallax-inner .tm-promobox-group .box .tx-dce-pi1 .tm-gallery .slides li{
	display:none;
}*/
body {
 /* font-size: 11px/1.6;*/
  background: #eeeeee;
  color: #555;
  font-family: 'Source Sans Pro',Arial,Helvetica,Verdana,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  min-width: 298px;
}
.tm-iconbox.tm-style2 .tm-box:hover .iconlist-icon span {
    background: rgba(0, 161, 118, 0) !important;
}
.tm-iconbox.tm-style2 .tm-box:hover .iconlist-icon span i {
    color: #555 !important;
}
.tm-iconbox.tm-style2 .tm-box .iconlist-icon span i {
    color: #555 !important;
}
.tm-iconbox.tm-style2 .tm-box:hover .iconlist-icon a span i {
    color: #fff !important;
}
.tm-iconbox.tm-style2 .tm-box:hover .iconlist-icon a span {
    background: #00a176 !important;
}
.tm-iconbox.tm-style4 .tm-box:hover .iconlist-icon a span {
    background: #000 !important;
}
.tm-iconbox.tm-style4 .tm-box:hover .iconlist-icon span {
    background: #00a176 !important;
}


.tm-iconbox.tm-style3 .tm-box {
    display: inline-block;
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 0 0px 0px 0 !important;
    border-left: 3px solid #DDD !important;
    border-bottom: 3px solid #DDD !important;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.tm-btn{
	height:auto !important;
}
#courrielDefaut{
	width:100% !Important;
	height:250px !important;
}
#tx_fsaaetudesuperieure_gestiondemande_selectedEtat{
	width:100% !important;
}
/* FELOGIN */
.tx-felogin-pi1{
	background-color:#fff;
	padding-bottom: 15px;
}
.tx-felogin-pi1 div{
	margin-left:15px;
	margin-right: 15px;
}
.tx-felogin-pi1 h3{
	padding: 15px;
  color: #fff;
  background-color: #000;
}
.tx-felogin-pi1 fieldset{
	margin-left:-15px;
	margin-right:-15px;
	margin-top:-20px;
	padding: 15px;
	border:#fff solid 0px;
}
.tx-felogin-pi1 fieldset label{
	font-weight:bold;
}
.tx-felogin-pi1 fieldset legend{
	color:#fff;
	font-size:0px;
}
.tx-felogin-pi1 fieldset input[type="text"],.tx-felogin-pi1 fieldset input[type="password"]{
	margin-left:0px !important;
	width:100%;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.champsobligatoire{
	color:#00A176;
}
.required{
	color:#00A176;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.input-text {
  border: 1px solid #dddcdc /*#e6e6e6*/;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  height: 30px;
	margin:3px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-boxshadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus {
  border-color: #000000;
  outline: 0;
}
textarea.tm-disabled,
input[type="text"].tm-disabled,
input[type="password"].tm-disabled,
input[type="datetime"].tm-disabled,
input[type="datetime-local"].tm-disabled,
input[type="date"].tm-disabled,
input[type="month"].tm-disabled,
input[type="time"].tm-disabled,
input[type="week"].tm-disabled,
input[type="number"].tm-disabled,
input[type="email"].tm-disabled,
input[type="url"].tm-disabled,
input[type="search"].tm-disabled,
input[type="tel"].tm-disabled,
input[type="color"].tm-disabled,
input.input-text.tm-disabled,
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input.input-text:disabled {
  background: #f2f2f2;
  cursor: no-drop;
}
ul,
ol {
  list-style: none;
}
.rte_container {
	margin-bottom:10px;
}
.Banniereprint{
	display:none;
}
.rte_container ul, .rte_container ol {
	margin-bottom:10px;
}
.rte_container ul li{
/*list-style-image: */
list-style:disc;
padding-left:10px;
margin-left:20px;

}
#contentListeChercheur{
	width:100%;
}
.rte_container ol li{
/*list-style-image: */
list-style: decimal;
padding-left:10px;
margin-left:20px;
}
.green{
	border-color:#00a176 !important;
	color:#00a176 !important;
}
.green:hover{
	background-color:#00a176 !important;
	color:#fff !important;
}
.tx-ulaval-offre-etude .link1{
	border-color:#000!important;
	color:#000 !important;
}
.tx-ulaval-offre-etude .link1:hover{
	background:#000 !important;
	color:#FFF !important;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #00a176;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #000;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  border: none;
  height: auto;
  vertical-align: top;
}
/* layout */
.tm-table {
  display: table;
}
.tm-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.tm-left {
  float: left;
}
.tm-right {
  float: right;
}
.tm-wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.tm-wrap:after {
  clear: both;
  content: "";
  display: block;
}
.tm-wrapall {
  width: 1180px;
  margin: 0 auto;
}
.tm-col-1 article,
.tm-col-1 li,
.tm-col-1 div.tm-col {
  width: 100%;
}
.tm-col-2 article,
.tm-col-2 li,
.tm-col-2 div.tm-col {
  width: 50%;
}
.tm-col-3 article,
.tm-col-3 li,
.tm-col-3 div.tm-col {
  width: 33.33%;
}
.tm-col-4 article,
.tm-col-4 li,
.tm-col-4 div.tm-col {
  width: 25%;
}
.tm-title {
/*  text-transform: uppercase;*/
  margin: 0 0 15px 0;
  /*font-size:15px;*/
}
#tm-page-footer .tm-title {
  border-bottom: 1px solid #e1e1e1;
}
.tm-column {
  float: left;
  padding: 0 20px;
}
.tm-column.tm1 {
  width: 8.33333%;
}
.tm-column.tm2 {
  width: 16.6667%;
}
.tm-column.tm3 {
  width: 25%;
}
.tm-column.tm4 {
  width: 33.3333%;
}
.tm-column.tm5 {
  width: 41.6667%;
}
.tm-column.tm6 {
  width: 50%;
}
.tm-column.tm7 {
  width: 58.3333%;
}
.tm-column.tm8 {
  width: 66.6667%;
}
.tm-column.tm9 {
  width: 75%;
}
.tm-column.tm10 {
  width: 83.3333%;
}
.tm-column.tm11 {
  width: 91.6667%;
}
.tm-column.tm12 {
  width: 100%;
}
/*.tm-content,
.tm-container {
  position: relative;
}*/
.tm-content:after,
.tm-container:after {
  clear: both;
  content: "";
  display: block;
}
/** Color **/
.red {
  background: #f7827e;
}
.blue {
  background: #009eca;
}
.green {
  background: #7cc576;
}
.lightblue {
  background: #58c5c0;
}
.darkblue {
  background: #42555c;
}
.orange {
  background: #f6ba70;
}
.grey {
  background: #cccccc;
}
.black {
  background: #000000;
}
.white {
  background: #ffffff;
}
/**Templates**/
#tm-template-default-box {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
#tm-template-default-box:after {
  clear: both;
  content: "";
  display: block;
}
#tm-template-default-box .tm-wrap {
  width: auto;
}
#tm-template-default-box.tm-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
#tm-template-default-fullwidth {
  width: 100%;
  position: relative;
}
#tm-template-default-fullwidth:after {
  clear: both;
  content: "";
  display: block;
}
#tm-template-default-fullwidth.tm-container {
  margin-top: 0;
  margin-bottom: 0;
}
#tm-template-default-fullwidth .page-content .page-content-inner {
  padding: 0;
}
/** Sidebar Widget **/
.page-sidebar aside:last-child,
.page-sidebar-second aside:last-child,
.tm-sidebar-footer aside:last-child {
  /*margin-bottom: 0;*/
}
.page-sidebar aside.widget_tag_cloud .tagcloud,
.page-sidebar-second aside.widget_tag_cloud .tagcloud,
.tm-sidebar-footer aside.widget_tag_cloud .tagcloud {
  display: inline-block;
  width: 100%;
}
.page-sidebar aside.widget_tag_cloud .tagcloud a,
.page-sidebar-second aside.widget_tag_cloud .tagcloud a,
.tm-sidebar-footer aside.widget_tag_cloud .tagcloud a {
  font-size: 12px !important;
  background: #dedede;
  padding: 7px 20px;
  display: inline-block;
  margin: 0 5px 5px 0;
  float: left;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.page-sidebar aside.widget_tag_cloud .tagcloud a:hover,
.page-sidebar-second aside.widget_tag_cloud .tagcloud a:hover,
.tm-sidebar-footer aside.widget_tag_cloud .tagcloud a:hover {
  background: #000000;
  color: #ffffff;
}
.page-sidebar aside.widget_text .textwidget ul.ads,
.page-sidebar-second aside.widget_text .textwidget ul.ads,
.tm-sidebar-footer aside.widget_text .textwidget ul.ads {
  display: inline-block;
  width: 100%;
}
.page-sidebar aside.widget_text .textwidget ul.ads li,
.page-sidebar-second aside.widget_text .textwidget ul.ads li,
.tm-sidebar-footer aside.widget_text .textwidget ul.ads li {
  float: left;
}
.page-sidebar aside.widget_text .textwidget ul.ads li a,
.page-sidebar-second aside.widget_text .textwidget ul.ads li a,
.tm-sidebar-footer aside.widget_text .textwidget ul.ads li a {
  display: block;
  margin: 0 15px 15px 0;
}
.page-sidebar aside.widget_text .textwidget ul.ads li:nth-child(2n) a,
.page-sidebar-second aside.widget_text .textwidget ul.ads li:nth-child(2n) a,
.tm-sidebar-footer aside.widget_text .textwidget ul.ads li:nth-child(2n) a {
  margin-right: 0;
}
.page-sidebar aside.widget_recent_entries.tm-list-style2 ul li,
.page-sidebar-second aside.widget_recent_entries.tm-list-style2 ul li,
.tm-sidebar-footer aside.widget_recent_entries.tm-list-style2 ul li {
  margin-bottom: 0;
}
.page-sidebar aside.widget_recent_entries ul li,
.page-sidebar-second aside.widget_recent_entries ul li,
.tm-sidebar-footer aside.widget_recent_entries ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 0;
}
.page-sidebar aside.widget_recent_entries ul li:after,
.page-sidebar-second aside.widget_recent_entries ul li:after,
.tm-sidebar-footer aside.widget_recent_entries ul li:after {
  content: "";
  border: none;
}
.page-sidebar aside.widget_recent_entries ul li a,
.page-sidebar-second aside.widget_recent_entries ul li a,
.tm-sidebar-footer aside.widget_recent_entries ul li a {
  display: block;
}
.page-sidebar aside.widget_recent_entries ul li a:hover h3,
.page-sidebar-second aside.widget_recent_entries ul li a:hover h3,
.tm-sidebar-footer aside.widget_recent_entries ul li a:hover h3 {
  color: #00a176;
}
.page-sidebar aside.widget_recent_entries ul li a .thumb,
.page-sidebar-second aside.widget_recent_entries ul li a .thumb,
.tm-sidebar-footer aside.widget_recent_entries ul li a .thumb {
  float: left;
}
.page-sidebar aside.widget_recent_entries ul li a .thumb img,
.page-sidebar-second aside.widget_recent_entries ul li a .thumb img,
.tm-sidebar-footer aside.widget_recent_entries ul li a .thumb img {
  width: 80px;
  height: 60px;
}
.page-sidebar aside.widget_recent_entries ul li a h3,
.page-sidebar-second aside.widget_recent_entries ul li a h3,
.tm-sidebar-footer aside.widget_recent_entries ul li a h3 {
  margin: 0 0 5px 90px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.page-sidebar aside.widget_recent_entries ul li a h4,
.page-sidebar-second aside.widget_recent_entries ul li a h4,
.tm-sidebar-footer aside.widget_recent_entries ul li a h4 {
  margin: 0 0 5px 90px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.page-sidebar aside.widget_recent_entries ul li a .time,
.page-sidebar-second aside.widget_recent_entries ul li a .time,
.tm-sidebar-footer aside.widget_recent_entries ul li a .time {
  font-size: 11px;
  color: #808080;
  margin-left: 90px;
  display: block;
  line-height: 100%;
}
.page-sidebar aside.widget_recent_comments ul li,
.page-sidebar-second aside.widget_recent_comments ul li,
.tm-sidebar-footer aside.widget_recent_comments ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-sidebar aside.widget_nav_menu.tm-list-style2 ul li a,
.page-sidebar-second aside.widget_nav_menu.tm-list-style2 ul li a,
.tm-sidebar-footer aside.widget_nav_menu.tm-list-style2 ul li a {
  margin: -10px 0;
  padding-left: 10px;
}

.page-sidebar aside.widget_nav_menu ul li a,
.page-sidebar-second aside.widget_nav_menu ul li a,
.tm-sidebar-footer aside.widget_nav_menu ul li a {
  display: block;
  padding: 10px 0;
}
.page-sidebar aside.widget_search form,
.page-sidebar-second aside.widget_search form,
.tm-sidebar-footer aside.widget_search form {
  position: relative;
}
.page-sidebar aside.widget_search form input[type="submit"],
.page-sidebar-second aside.widget_search form input[type="submit"],
.tm-sidebar-footer aside.widget_search form input[type="submit"] {
  margin: 0;
  display: none;
}
.page-sidebar aside.widget_search form input[type="text"],
.page-sidebar-second aside.widget_search form input[type="text"],
.tm-sidebar-footer aside.widget_search form input[type="text"] {
  width: 100%;
}
.page-sidebar aside.widget_search form:after,
.page-sidebar-second aside.widget_search form:after,
.tm-sidebar-footer aside.widget_search form:after {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 7px;
  color: #cccccc;
}
.page-sidebar aside.widget_calendar table caption,
.page-sidebar-second aside.widget_calendar table caption,
.tm-sidebar-footer aside.widget_calendar table caption {
  text-align: left;
  margin-bottom: 5px;
}
.page-sidebar aside.widget_calendar table tr td,
.page-sidebar-second aside.widget_calendar table tr td,
.tm-sidebar-footer aside.widget_calendar table tr td {
  background: #f2f2f2;
  border: 1px solid #ffffff;
  text-align: center;
}
.page-sidebar aside.widget_calendar table tr td a,
.page-sidebar-second aside.widget_calendar table tr td a,
.tm-sidebar-footer aside.widget_calendar table tr td a {
  display: block;
  background: #00a176;
  color: #ffffff;
}
.page-sidebar aside.widget_calendar table tr td a:hover,
.page-sidebar-second aside.widget_calendar table tr td a:hover,
.tm-sidebar-footer aside.widget_calendar table tr td a:hover {
  background: #000000;
}
.page-sidebar aside ul li a,
.page-sidebar-second aside ul li a,
.tm-sidebar-footer aside ul li a {
  color: #000000;
}
.page-sidebar aside ul li a:hover,
.page-sidebar-second aside ul li a:hover,
.tm-sidebar-footer aside ul li a:hover {
  color: #00a176;
}
/*.page-sidebar aside select,
.page-sidebar-second aside select,
.tm-sidebar-footer aside select {
  width: 100%;
}*/
/** Widget Styles **/
.widget[class*="box-"] {
  margin-bottom: 20px;
}
.widget.box-white,
.widget.box-title-1 {
  background: #ffffff;
  padding: 20px;
}
.widget.box-dark,
.widget.box-title-2 {
  background: #333333;
  padding: 20px;
  color: #b3b3b3;
}
.widget.box-dark h1,
.widget.box-title-2 h1,
.widget.box-dark h2,
.widget.box-title-2 h2,
.widget.box-dark h3,
.widget.box-title-2 h3,
.widget.box-dark h4,
.widget.box-title-2 h4,
.widget.box-dark h5,
.widget.box-title-2 h5,
.widget.box-dark h6,
.widget.box-title-2 h6,
.widget.box-dark a,
.widget.box-title-2 a {
  color: #ffffff;
}
.widget.box-dark.tm-list-style1 ul li:after,
.widget.box-title-2.tm-list-style1 ul li:after {
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(255, 255, 255, 0.7);
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
}
.widget.box-dark.tm-list-style2 ul li,
.widget.box-title-2.tm-list-style2 ul li {
  border-bottom: 1px solid #4d4d4d;
}
.widget.box-dark.widget_calendar table tr td,
.widget.box-title-2.widget_calendar table tr td {
  background: none;
  border: 1px solid #4d4d4d;
}
.widget[class*="box-title-"] .tm-title {
  color: #ffffff;
  background: #000000;
  padding: 15px 20px;
  margin: -20px -20px 20px -20px;
}
/* Video Player */
.tx-fsaa-video-player{
	/*border: 3px solid #FFF;
	background-color: #FFF;*/
}
/* MENU RECURSIF _______________________________________________________*/
.linkprincipalreccursif{
	color:#FFF;
	margin-top:0px !important;
	background-color: #ACAAAA;
	padding: 10px;
	font-weight:bold;
}
.linkprincipalreccursif:hover{
	background-color:#B6B6B6;
	font-weight:bold;
	color:#F2F2F2;
}
.widget_nav_menu .reccursive_show-menu{
	margin-top: -53px;
	background: rgba(0, 161, 118, 0) !important;
}
.widget_nav_menu .reccursive_show-menu:hover{
	background:#00A176 !important;
	transition:background-color 1s;
	color:#fff;
}
.widget_nav_menu .reccursive_menu:hover > .linkprincipalreccursif{
	color:#fff !important;
}
.reccursive_menu .bte-menurec{
	content: "+";
	background: #D3D3D3;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border: none;
	left: 0;
	right: auto;
	top: 50%;
	float: right;
	margin-top: -5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.reccursive_menu .bte-menurec:hover{
	background: #00a176;
	color:#fff;
}

/*Hide dropdown links until they are needed*/
.reccursive_menu{
	display: none;
}

/*Make dropdown links vertical*/
.reccursive_menu{
	display: block;
	float: none;
}

/*Display the dropdown on hover*/
.reccursive_menu:hover + .reccursive_hidden, .reccursive_hidden:hover {
	display: block;
}
/*Style 'show menu' label button and hide it by default*/
.reccursive_show-menu {
	text-decoration: none;
	color: #FFF;
	background: #00A176;
	padding: 10px 0;
	padding-right: 20px;
	display: none;
	height:32px;
	cursor:pointer;
}
.namePageinReccursive{
	font-size:14px;
	float:left;
	padding-left:20px;
	color:#fff;
	margin-top: -3px;
}
.reccursive_show-menu .fa{
	float:right;
}
/*Hide checkbox*/
#reccursive_show-menu{
    display: none;
}
#tabs_programme_show-menu3{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #reccursive_menu{
    display: block;
}
/*.reccursive_menu li.parent li.parent > ul.fsaa_sousMenu_sub {
	opacity:0;
}*/
/*.reccursive_menu li.parent:hover > ul.fsaa_sousMenu_sub {
	display:block !important;
	-webkit-transition: opacity 2s ease-in !important;
    opacity: 1!important; 
}
.reccursive_menu li.parent:hover > a span.fsaa_sousMenu_open-sub i.fa-caret-right{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}*/

/* MENU tabs_programme _______________________________________________________*/
/*Hide dropdown links until they are needed*/
.tabs_programme_menu{
	display: none;
}

/*Make dropdown links vertical*/
.tabs_programme_menu{
	display: block;
	float: none;
}

/*Display the dropdown on hover*/
.tabs_programme_menu:hover + .tabs_programme_hidden, .tabs_programme_hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.tabs_programme_show-menu,.tabs_programme_show-menu1,.tabs_programme_show-menu3 {
	text-decoration: none;
	color: #fff;
	background: #00A176;
	padding: 10px 0;
	padding-right: 20px;
	display: none;
	height:32px;
	cursor:pointer;
}
.namePageintabs_programme{
	font-size:14px;
	float:left;
	padding-left:20px;
	color:#fff;
	margin-top: -3px;
}
.tabs_programme_show-menu .fa,.tabs_programme_show-menu3 .fa{
	float:right;
	color: #fff;
}
/*Hide checkbox*/
#tabs_programme_show-menu,#tabs_programme_show-menu3{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #tabs_programme_menu{
    display: block;
}
.showtabs_programmeMenu{
	display:block;
}
.tm-list-style1 ul li {
	position: relative;
	padding-top: 13px;
	padding-bottom: 10px;
	border-top: 1px solid #d9d9d9 !important;
}
.tm-list-style1 ul li:after{
 
}
.fsaa_sousMenu2{

}
.tm-list-style1 ul li .fsaa_sousMenu3 li {
	padding-top: 13px;
	padding-bottom: 10px;
	border-top: 0px solid #d9d9d9 !important;
}
.tm-list-style1 ul li .fsaa_sousMenu3 li a {
	padding-left:20px!important;
}
.tm-list-style1 ul li .fsaa_sousMenu3 li .fsaa_sousMenu4 li a{
	padding-left:40px!important;
}
.tm-list-style2 ul li:last-child {
 /* border-bottom: none;*/
}
.fsaa_sousMenu2 li .fsaa_sousMenu3 .active .fsaa_sousMenu_open-sub .fa-caret-right, .fsaa_sousMenu2 li .fsaa_sousMenu3 .active .current .fsaa_sousMenu_open-sub .fa-caret-right {
  margin-right: 5px;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  background: #B6B6B6 !important;
}
.fsaa_sousMenu2 li .fsaa_sousMenu3 .active .fsaa_sousMenu_open-sub .fa-caret-right:hover, .fsaa_sousMenu2 li .fsaa_sousMenu3 .active .current .fsaa_sousMenu_open-sub .fa-caret-right:hover {
  margin-right: 5px;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  background-color: #00a176 !important;
}
.fsaa_sousMenu2 li .fsaa_sousMenu3 li a .fsaa_sousMenu_open-sub .fa-caret-right, .fsaa_sousMenu2 li .fsaa_sousMenu3 li .current .fsaa_sousMenu_open-sub .fa-caret-right {
  margin-right: 5px;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  background-color: #D3D3D3  !important;
}
.fsaa_sousMenu2 li .fsaa_sousMenu3 li a .fsaa_sousMenu_open-sub .fa-caret-right:hover, .fsaa_sousMenu2 li .fsaa_sousMenu3 li .current .fsaa_sousMenu_open-sub .fa-caret-right:hover {
  margin-right: 5px;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  background-color: #00a176 !important;
}
.fsaa_sousMenu2{
	  margin-top: -15px;
}
.tm-list-style2 ul .fsaa_sousMenu1 li {
	padding-top: 5px;
	padding-bottom: 5px;
	color:#00a176;
	border-bottom: 0px solid #d9d9d9;
}
.tm-list-style1 .fsaa_sousMenu1 li a.active {
	color: #000;
	font-weight: bold;
}
.tm-list-style1 .fsaa_sousMenu2 li a.active {
	color: #000;
	font-weight: bold;
	border-bottom: 0px solid #d9d9d9 !important;
}
.tm-list-style1 .fsaa_sousMenu3 li a.active {
	color: #000;
	font-weight: bold;
	border-bottom: 0px solid #d9d9d9 !important;
}
.tm-list-style1 .fsaa_sousMenu1 li a.current {
	color: #000;
	font-weight: bold;
	border-bottom: 0.5px solid #d9d9d9;
}
.tm-list-style1 .fsaa_sousMenu2 li a.current {
	border-bottom: 0px solid #d9d9d9 !important;
}
/*.tm-list-style1 ul .fsaa_sousMenu1 li:after {
	border-bottom: 0px solid transparent;
	border-left: 0px solid rgba(0, 0, 0, 0.7);
	border-top: 0px solid transparent;
	border-right: 0px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	margin-top: 0px;
}
.tm-list-style1 .fsaa_sousMenu2 li .active:after {
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 20px;
	width: 0;
	margin-top: -4px;
}*/
.fsaa_sousMenu_open-sub{
	
}
.tm-list-style1 .fsaa_sousMenu2 li .active{
	color:#000;
}
/*.tm-list-style1 .fsaa_sousMenu3 li a:after {
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000;
	border-top: 4px solid transparent;
	border-right: 0px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 20px;
	width: 0;
	margin-top: -4px;
}*/
.currentli{
	background-color:#ccc;
}
.fsaa_sousMenu2 li a.current{
	content: "";
	left: 0;
	width: 100%;
	margin-top: -4px;
}
tm-list-style1 ul .fsaa_sousMenu1 li.active{
	border-bottom:2px solid #000;
}
tm-list-style1 ul .fsaa_sousMenu2{
	margin-left:10px;
	border:0px solid #FFF;
}
/*.tm-list-style1 .fsaa_sousMenu2 li a:after {
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0,0,0,.7);
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 20px;
	width: 0;
	margin-top: -4px;
}*/
/*.tm-list-style1 .fsaa_sousMenu2 li a.current:after {
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 20px;
	width: 0;
	margin-top: -4px;
}*/
.tm-list-style2 ul .fsaa_sousMenu2 li {
	padding-bottom: 5px;
	color:#00a176;
	border-bottom: 0px solid #d9d9d9;
	border:0px solid #fff;
}
tm-list-style1 ul .fsaa_sousMenu2 li.current{
}
tm-list-style1 ul .fsaa_sousMenu2 li.active{
}
tm-list-style1 ul .fsaa_sousMenu3{
	margin-left:6px;
	border:0px solid #FFF;
}
.fsaa_sousMenu3{
	margin-top: 10px;
}
.fsaa_sousMenu3 ul li a{
	padding-left:20px;
}
tm-list-style1 ul .fsaa_sousMenu3 li.current{
}
tm-list-style1 ul .fsaa_sousMenu3 li.active{
}
.fsaa_sousMenu4{
	margin-top: 10px;
}
.icone {width:20px; text-align:left;}



/* form */
form button,
form input,
form select,
form textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0px;
  line-height: 100%;
}
form .tm-input,
form .tm-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 5px;
}
form .tm-button {
  background: #00a176;
  color: #ffffff;
  font-weight: bold;
  border: none;
  height: 36px;
  cursor: pointer;
}
.tm-content-inner .tx-felogin-pi1 form fieldset{
	background: #F9F9F9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 20px 0;
  padding: 27px 30px 25px;
  border: 1px solid #E7E7E7;
  margin-top:20px;
}
.tm-content-inner .tx-felogin-pi1 form fieldset legend{
	font-weight: bold;
  color: #D3D3D3;
  margin: 3px 10px 20px 0px;
  font-size: 30px;
  width: 100%;
  float: left;
  white-space: normal;
}
.tm-content-inner .tx-felogin-pi1 form fieldset #user, .tm-content-inner .tx-felogin-pi1 form fieldset #pass{
	margin:0px;
}
/*select {
  border: 1px solid #e6e6e6;
  padding: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../img/caret.png);
  background-position: 93% center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
}*/
/* header*/
header {
  /** nav **/
  /** Social **/
}
header #tm-header-top {
  background: #000000;
  color: #ffffff;
}
header #tm-header-top .tm-logo {
  display: table-cell;
  vertical-align: middle;
}
header #tm-header-top .tm-logo a {
  display: block;
}
header #tm-header-top .tm-logo a.tm-logo-retina {
  display: none;
}
header #tm-header-top .tm-top-nav {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
header #tm-header-top .tm-top-nav ul {
  list-style: none;
}
header #tm-header-top .tm-top-nav ul li {
  display: inline-block;
}
header #tm-header-top .tm-top-nav ul li:after {
  content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢";
  padding: 0 10px;
  font-size: 10px;
  color: #666;
}
header #tm-header-top .tm-top-nav ul li:last-child:after {
  content: "";
  padding: 0;
}
header #tm-header-top .tm-top-nav ul li a {
  color: #666;
  font-size: 11px;
  text-decoration: none;
}
header #tm-header-top .tm-top-nav ul li a:hover {
  color: #fff;
}
header #tm-header-top .tm-search {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
header #tm-header-top .tm-search form input {
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  width: 300px;
  height: 36px;
  vertical-align: middle;
}
header #tm-header-top .tm-search form button {
  background: #00a176;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 25px;
  height: 36px;
}
header #tm-header-nav {
  /** Sticky menu **/
  /** menu-styles **/
}
header #tm-header-nav.tm-sticky-menu.tm-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
header #tm-header-nav nav.tm-nav {
  position: relative;
  z-index: 99;
}
header #tm-header-nav nav.tm-nav ul.tm-menu {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li {
  /** Mega-menu **/
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.parent {
  position: relative;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu {
  position: static;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu > ul.sub-menu {
  width: 1100px;
  left: 0;
  display: table !important;
  table-layout: fixed;
  margin: 0;
  background: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu > ul.sub-menu ul {
  position: static;
  width: auto;
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu > ul.sub-menu > li {
  display: table-cell;
  padding: 10px;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu > ul.sub-menu > li > a {
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu > ul.sub-menu > li > a:hover {
  background: none;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu > ul.sub-menu li.parent:after {
  display: none;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu > ul.sub-menu:after {
  display: none;
}
header #tm-header-nav nav.tm-nav ul.tm-menu li.tm-mega-menu:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  display: block\9;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li {
  display: inline-block;
  padding: 20px 0;
  line-height: 100%;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li:first-child > a {
  padding-left: 0;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li:first-child > ul.sub-menu {
  left: 0;
  margin-left: 0;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li:first-child > ul.sub-menu:after {
  left: 7px;
  border-bottom: none;
  border-right: none;
  border-left: 7px solid #000000;
  border-top: 7px solid transparent;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li > ul.sub-menu li.parent:after {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #cccccc;
  border-top: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
  height: 0;
  width: 0;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li > ul.sub-menu li:hover > ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  display: block\9;
  top: 0;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li > ul.sub-menu ul {
  left: 200px;
  top: 10px;
  margin-left: 2px;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li:hover a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  display: block\9;
  top: 100%;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li > a {
  font-weight: bold;
/*  text-transform: uppercase;*/
  color: #000000;
  padding: 20px 12px;
  line-height: 100%;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li > ul.sub-menu {
  top: 110%;
  left: 50%;
  margin-left: -100px;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li > ul.sub-menu li a {
  color: #000000;
  padding: 15px;
  display: block;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li > ul.sub-menu li a:hover {
  background: #f2f2f2;
  color: #000000;
}
header #tm-header-nav nav.tm-nav ul.tm-menu > li ul.sub-menu {
  position: absolute;
  width: 200px;
  background: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  visibility: visible\9;
  display: none\9;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
header #tm-header-nav.tm-menu-style1 {
	background: #ffffff;
}
header #tm-header-nav.tm-menu-style1 ul.tm-menu:hover > li.current-menu-item a {
	color: #000000;
}
header #tm-header-nav.tm-menu-style1 ul.tm-menu:hover > li > a {
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter: alpha(opacity=30);
}
header #tm-header-nav.tm-menu-style1 ul.tm-menu li.current-menu-item a {
	color: #00a176;
}
header #tm-header-nav.tm-menu-style1 ul.tm-menu li ul.sub-menu {
	border-top: 3px solid #000000;
}
header #tm-header-nav.tm-menu-style1 ul.tm-menu > li > ul.sub-menu:after {
	border-bottom: 7px solid #000000;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: -10px;
	width: 0;
}
header #tm-header-nav.tm-menu-style1 ul.tm-menu > li > ul.sub-menu ul {
	margin-top: -3px;
}
header #tm-header-nav.tm-menu-style1 ul.tm-menu > li.tm-mega-menu > ul.sub-menu {
	border: none;
	box-shadow: 0 3px 0 #000000 inset, 0 2px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 0 #000000 inset, 0 2px 3px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 3px 0 #000000 inset, 0 2px 3px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 3px 0 #000000 inset, 0 2px 3px rgba(0, 0, 0, 0.05);
}
header #tm-header-nav.tm-menu-style2 {
	background: #000000;
	border-top: 1px solid #333333;
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu:hover > li.current-menu-item:hover > a {
	color: #ffffff;
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu:hover > li.current-menu-item > a {
	color: #666666;
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu:hover > li > a {
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu > li:first-child > ul.sub-menu:after {
	left: 7px;
	border-bottom: none;
	border-right: none;
	border-left: 7px solid #ffffff;
	border-top: 7px solid transparent;
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu > li:hover > a {
	color: #ffffff;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu > li > ul.sub-menu:after {
	border-bottom: 7px solid #ffffff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: -7px;
	width: 0;
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu > li > a {
	color: #666666;
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu > li.current-menu-item > a {
	color: #ffffff;
}
header #tm-header-nav.tm-menu-style2 nav.tm-nav ul.tm-menu > li.tm-mega-menu > ul.sub-menu:after {
	display: none;
}
header .tm-social-icons {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
header .tm-social-icons a {
	color: #ffffff;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: 5px;
}
header .tm-social-icons a i {
	line-height: 31px;
}
header .tm-social-icons a.tm-icon-facebook {
	background: #4C66A4;
}
header .tm-social-icons a.tm-icon-twitter {
	background: #2dbae7;
}
header .tm-social-icons a.tm-icon-dribbble {
	background: #EA4C89;
}
header .tm-social-icons a:hover {
	background: #00a176;
}
/** page-title **/
#tm-page-title {
	background: #00a176;
	color: #ffffff;
	padding: 15px 0px 15px;
}
#tm-page-title .tm-title-captions {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#tm-page-title .tm-title-captions .tm-entry-title {
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	line-height: 25px;
}
#tm-page-title ul.tm-breadcrumbs {
	vertical-align: middle;
	display: table-cell;
	width: 50%;
	text-align: right;
}
#tm-page-title ul.tm-breadcrumbs li {
	display: inline-block;
}
#tm-page-title ul.tm-breadcrumbs li:after {
	content: "/";
	padding: 0 10px;
	vertical-align: middle;
}
#tm-page-title ul.tm-breadcrumbs li:last-child:after {
	content: "";
	padding: 0;
}
#tm-page-title ul.tm-breadcrumbs li a {
	color: #fff;
}
/** Paginator **/
.tm-paginator {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.tm-paginator .page-numbers {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: #000000;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
	display: inline-block;
}
.tm-paginator .page-numbers:hover {
	background: #00a176;
}
.tm-paginator .current {
	background: #00a176;
}
.tm-paginator .next,
.tm-paginator .prev {
	background: #cccccc;
	overflow: hidden;
}
.tm-paginator .next:before,
.tm-paginator .prev:before {
	content: "\f105";
	display: block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
}
.tm-paginator .prev {
	float: left;
}
.tm-paginator .prev:before {
	content: "\f104";
}
.tm-paginator .next {
	float: right;
}
/** Portfolio **/
#tm-portfolio.tm-portfolio-classic .tm-content article .tm-mask {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	height: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}
#tm-portfolio.tm-portfolio-classic .tm-content article .tm-mask:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#tm-portfolio.tm-portfolio-classic .tm-content article .tm-mask .tm-mask-content {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 70%;
}
#tm-portfolio.tm-portfolio-classic .tm-content article .tm-mask .tm-mask-content h3 a {
	color: #ffffff;
}
#tm-portfolio.tm-portfolio-classic .tm-content article .tm-mask .tm-mask-content .line {
	height: 1px;
	background: #ffffff;
	width: 20%;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	display: inline-block;
	margin: 5px 0;
}
#tm-portfolio.tm-portfolio-classic .tm-content article .tm-mask .tm-mask-content .incategory {
	margin-bottom: 15px;
}
#tm-portfolio.tm-portfolio-classic .tm-content article .tm-mask .tm-mask-content .incategory a {
	color: #ffffff;
}
#tm-portfolio.tm-portfolio-classic .tm-content article:hover .tm-mask {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
#tm-portfolio.tm-portfolio-classic .tm-content article:hover .tm-mask .tm-mask-content .line {
	width: 50%;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 {
	margin-left: 0;
	margin-right: 0;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article {
	float: none;
	padding: 20px;
	background: #ffffff;
	display: inline-block;
	width: 100%;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article .tm-image {
	width: 50%;
	float: left;
	position: relative;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article .tm-image:hover .tm-mask {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article .tm-image:hover .tm-mask .tm-mask-content .line {
	width: 50%;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article .tm-image .tm-mask {
	left: 0;
	right: 0;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article .portfolio-content {
	width: 50%;
	float: right;
	padding-left: 30px;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article .portfolio-content h2 a {
	color: #000000;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article .portfolio-content .incategory {
	margin: 0 0 15px 0;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article .portfolio-content .portfolio-info {
	border-top: 1px solid #e6e6e6;
	margin: 20px 0 ;
	padding-top: 20px;
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article:hover .tm-mask {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
}
#tm-portfolio.tm-portfolio-classic .tm-content.tm-col-1 article:hover .tm-mask .tm-mask-content .line {
	width: auto;
}
#tm-portfolio.tm-portfolio-text .tm-content article .tm-content-inner {
	background: #ffffff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#tm-portfolio.tm-portfolio-text .tm-content article .tm-content-inner a.tm-lightbox {
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	display: block;
	overflow: hidden;
}
#tm-portfolio.tm-portfolio-text .tm-content article .tm-content-inner a.tm-lightbox:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#tm-portfolio.tm-portfolio-text .tm-content article .tm-content-inner a.tm-lightbox img {
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
#tm-portfolio.tm-portfolio-text .tm-content article .tm-content-inner .portfolio-content {
	background: #ffffff;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-ms-border-radius: 0 0 2px 2px;
	-o-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	padding: 20px;
}
#tm-portfolio.tm-portfolio-text .tm-content article .tm-content-inner .portfolio-content h3 {
	margin-bottom: 10px;
}
#tm-portfolio.tm-portfolio-text .tm-content article .tm-content-inner .portfolio-content h3 a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
}
#tm-portfolio .tm-content {
	margin: 40px -10px 0 -10px;
}
#tm-portfolio .tm-content article {
	padding: 0 10px;
	position: relative;
	margin-bottom: 20px;
}
#tm-portfolio .tm-content article img {
/*  width: 100%;*/
	height: auto;
}
/** Blog **/
body.blog-masonry-full #tm-blog .page-content {
	margin: 0 auto;
	width: 1100px;
}
body.blog-masonry-full #tm-blog .page-content .tm-content.blog-masonry article {
	width: 275px;
}
.tm-switch {
	display: inline-block;
	vertical-align: middle;
}
.tm-switch .bg-switch {
	background: #005a48;
	height: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
}
.tm-switch .bg-switch .button-switch {
	height: 24px;
	width: 24px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
}
.tm-switch .bg-switch .button-switch.active {
	background: #ffffff;
}
.tm-switch .bg-switch .button-switch:hover:before,
.tm-switch .bg-switch .button-switch:hover:after {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.tm-switch .bg-switch .button-switch:before {
	content: attr(data-title);
	background: #000000;
	padding: 5px 10px;
	width: 100px;
	text-align: center;
	position: absolute;
	color: #ffffff;
	left: 50%;
	margin-left: -50px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	top: -41px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.tm-switch .bg-switch .button-switch:after {
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -10px;
  width: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#tm-blog {
  /** Magazine Style **/
}
.tm-list-style1 a.current{
	font-weight:bold;
}
#tm-blog .page-content .tm-content article .entry-thumbnail a {
  overflow: hidden;
}
#tm-blog .page-content .tm-content article .entry-thumbnail a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#tm-blog .page-content .tm-content article .entry-thumbnail a img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#tm-blog .page-content .tm-content article .entry-container .time {
  font-size: 11px;
  color: #b3b3b3;
  line-height: 100%;
}
#tm-blog .page-content .tm-content article .entry-container h3 {
  margin: 10px 0;
}
#tm-blog .page-content .tm-content article .entry-container h3 a {
  color: #000000;
}
#tm-blog .page-content .tm-content article .entry-container h3 a:hover {
  color: #00a176;
}
#tm-blog .page-content .tm-content article .entry-container .meta {
  color: #666666;
  margin-bottom: 5px;
}
#tm-blog .page-content .tm-content article .entry-container .meta a {
  color: #666666;
}
#tm-blog .page-content .tm-content article .entry-container .meta a.author {
	color: #000000;
}
#tm-blog .page-content .tm-content article .entry-container .meta a:hover {
	color: #00a176;
}
#tm-blog.tm-blog-style-grid .page-content .tm-content {
	margin: 0 -10px;
}
#tm-blog.tm-blog-style-grid .page-content .tm-content article {
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}
#tm-blog.tm-blog-style-grid .page-content .tm-content article .entry-thumbnail a {
	display: block;
}
#tm-blog.tm-blog-style-grid .page-content .tm-content article .entry-container {
	background: #ffffff;
	padding: 20px;
}
#tm-blog.tm-blog-style-list .page-content .tm-content {
	background: #ffffff;
}
#tm-blog.tm-blog-style-list .page-content .tm-content article {
	width: 100%;
	display: inline-block;
	padding: 0 20px;
}
#tm-blog.tm-blog-style-list .page-content .tm-content article .entry-thumbnail {
	float: left;
	margin-right: 20px;
}
#tm-blog.tm-blog-style-list .page-content .tm-content article .entry-thumbnail a {
	display: block;
}
#tm-blog.tm-blog-style-list .page-content .tm-content article .entry-thumbnail a img {
	width: auto;
}
#tm-blog.tm-blog-style-list .page-content .tm-content article .entry-container {
	padding: 0;
}
#tm-blog.tm-blog-style-list .page-content .tm-content article .tm-content-inner {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 0;
}
#tm-blog.tm-blog-style-list .page-content .tm-content article:last-child .tm-content-inner {
	border-bottom: none;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-featured-slide1 {
	margin-bottom: 20px;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-featured-slide1 ul.slides li {
	position: relative;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-featured-slide1 ul.slides li a {
	color: #ffffff;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-featured-slide1 ul.slides li p.flex-caption {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	bottom: 50px;
	left: 20px;
	font-size: 24px;
	padding: 0 15px;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner {
	background: #ffffff;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner article {
	/*padding: 0 20px;*/
	padding: 20px 20px;
	position: relative;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner article:last-child .tm-content-inner {
	border-bottom: none;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner article .tm-content-inner {
	border-bottom: 1px solid #e3e3e3;
	display: inline-block;
	width: 100%;
	/*padding: 20px 0;*/
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner article .tm-content-inner .entry-thumbnail {
	float: left;
	margin-right: 20px;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner article .tm-content-inner .entry-thumbnail a {
	display: block;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner article .tm-content-inner .entry-container {
	padding: 0;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner article .tm-content-inner .entry-container .meta a.tm-icon-comment {
	background: #00a176;
	width: 24px;
	height: 19px;
	font-size: 11px;
	color: #ffffff;
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: center;
	line-height: 20px;
}
#tm-blog.tm-blog-style-magazine1 .page-content .tm-content .tm-main-content .tm-main-content-inner article .tm-content-inner .entry-container .meta a.tm-icon-comment:after {
	content: "";
	border-right: 5px solid transparent;
	border-top: 5px solid #00a176;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -3px;
}

.page-content .banniere {
	/*padding-top:20px;*/
}

.page-content .banniereDescription {
    /*color: rgba(0, 0, 0, 0.5);*/
 
  position: absolute;
  /*width: 70%;*/
	padding:5px;
	background: none repeat scroll 0 0 #ffffff;
	margin-top: 120px;
	margin-left: 1px;
	
}

.page-content h2.banniereTitre {
	position: absolute;
	/*left: 40px;*/
	/*top:80px;*/
	 /*width: 80%;*/
	max-width:80%;
	color: #000;
	background: none repeat scroll 0 0 #ffffff;
	padding:6px;
	font-size:22px;
	margin-top:10px;
	margin-left: 1px;
	
}

.page-content img.banniereImage {
    border-radius: 5px;
    height: 200px;
    width: 100%;
		border:1px solid #ccc;
}


/*#tm-blog.tm-blog-style-magazine2 .page-content .tm-featured {*/
.page-content .tm-featured {
  background: #000000;
  /*margin-bottom: 20px;*/
}
/*#tm-blog.tm-blog-style-magazine2 .page-content .tm-featured .hot li {*/
.page-content .tm-featured .hot li {
  float: left;
  width: 25%;
  position: relative;
}
/*#tm-blog.tm-blog-style-magazine2 .page-content .tm-featured .hot li:hover img {*/
.page-content .tm-featured .hot li:hover img {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*#tm-blog.tm-blog-style-magazine2 .page-content .tm-featured .hot li:first-child {*/
.page-content .tm-featured .hot li:first-child {
  width: 50%;
}
/*#tm-blog.tm-blog-style-magazine2 .page-content .tm-featured .hot li:first-child a h3 {*/
.page-content .tm-featured .hot li:first-child a h3 {
  font-size: 20px;
	padding:5px 20px;
}
/*#tm-blog.tm-blog-style-magazine2 .page-content .tm-featured .hot li a {*/
.page-content .tm-featured .hot li a {
  display: block;
  overflow: hidden;
}
/*#tm-blog.tm-blog-style-magazine2 .page-content .tm-featured .hot li a img {*/
.page-content .tm-featured .hot li a img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/*#tm-blog.tm-blog-style-magazine2 .page-content .tm-featured .hot li a h3 {*/
.page-content .tm-featured .hot li a h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  /*width: 80%;*/
	max-width:80%;
  /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
  color: 000;
  z-index: 99;
	background: none repeat scroll 0 0 #ffffff;
	padding:5px;
	font-size:12px;
}
.page-content .tm-featured .hot li a h3:hover {
	color:#008d71;
	
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article {
  margin-bottom: 20px;
  background: #ffffff;
  padding: 15px 20px 20px 20px;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article:last-child {
  margin-bottom: 0;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner {
  display: inline-block;
  width: 100%;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner h3.tm-title {
  border-bottom: 1px solid #e6e6e6;
  line-height: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block {
  display: table;
  width: 100%;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .tm-block-content {
  display: table-cell;
  width: 67%;
  padding-right: 20px;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .tm-block-content .entry-thumbnail {
  float: left;
  margin-right: 20px;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .tm-block-content .entry-thumbnail a {
  display: block;
  overflow: hidden;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .tm-block-content .entry-container {
  padding: 0;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .entry-others {
  display: table-cell;
  vertical-align: top;
  width: 33%;
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .entry-others ul li a {
  color: #000000;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 10px 0;
  font-size: 11px;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .entry-others ul li a:hover {
  color: #00a176;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .entry-others ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
#tm-blog.tm-blog-style-magazine2 .page-content .tm-content .tm-main-content article .tm-content-inner .tm-category-block .entry-others ul li:first-child a {
  padding-top: 0;
}
#tm-blog .page-content-inner {
  padding: 0;
  background: transparent;
}
#tm-template-comingson {
  margin: 0;
  text-align: center;
}
#tm-template-comingson .page-content-inner {
  padding: 0;
  background: none;
}
#tm-template-comingson .countdown-container .clock-canvas {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 0;
  padding-bottom: 100%;
}
#tm-template-comingson .countdown-container .text {
  color: #ffffff;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin-top: -36px;
}
#tm-template-comingson .countdown-container .text .val {
  font-size: 60px;
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: 5px;
  line-height: 100%;
}
#tm-template-comingson .countdown-container .text .type-time {
  font-size: 12px;
  line-height: 100%;
  font-weight: bold;
}
#tm-template-comingson .tm-title-countdown {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
/*  text-transform: uppercase;*/
  font-size: 60px;
}
/** Contact **/
#fieldset .erreurChamp{
	border-color: red !important;
}
#fieldset label.error {
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin-top: 0px;
  color: red;
}
#fieldset textarea,#fieldset input[type="text"],#fieldset input[type="password"],#fieldset input[type="datetime"],#fieldset input[type="datetime-local"],#fieldset input[type="date"],#fieldset input[type="month"],#fieldset input[type="time"],#fieldset input[type="week"],#fieldset input[type="number"],#fieldset input[type="email"],#fieldset input[type="url"],#fieldset input[type="search"],#fieldset input[type="tel"],#fieldset input[type="color"],#fieldset input.input-text {
  border: 1px solid #dddcdc /*#e6e6e6*/;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  height: 30px;
  margin-bottom:2px;
  margin-left:0px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-boxshadow: none;
}
.picker__header select{
	width:auto !important;
}
#fieldset select{
	width:100%;
}
#fieldset label{
	margin-top:10px;
}
#fieldset{
	  background: #F9F9F9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 27px 30px 25px;
	border: 1px solid #E7E7E7;
}
#fieldset legend{
	font-weight: bold;
	color: #D3D3D3;
	margin: 3px 10px 20px 0px;
	font-size: 30px;
	width:100%;
	float:left;
	white-space: normal;
}

#fieldset
#map-canvas {
  height: 350px;
}
#map-canvas img {
  max-width: none;
}
#fieldset label {
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}
#fieldset textarea{
	height: 111px;
}
.contact-form form .tm-alert {
  margin: 20px 0;
}
.contact-form form p label {
    font-size: 14px;
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}
.contact-form form p label.error {
  font-size: 11px;
  font-style: italic;
  margin-top: 5px;
}
.formContain50 p input[type="text"], .contact-form form p input[type="email"] {
  margin-left: 0px !important;
  width: 100% !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact-form form p input[type="text"],
.contact-form form p input[type="email"] {
  margin-left: 0px !important;
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact-form form p input.error {
  border-color: #f7827e;
}
.contact-form form p textarea {
  width: 100%;
  resize: vertical;
  height: 100px;
}
.contact-form form p textarea.error {
  border-color: #f7827e;
}
.contact-form form p.form-submit .tm-btn {
  margin: 0;
}
.formContain50{
	width:50%;
}
.formContain50 label{
	width:100%;
	float:left;
}
/** 404 **/
.tm-error {
  font-size: 20em;
  font-weight: bold;
  line-height: 100%;
  display: block;
  text-align: center;
  color: #cccccc;
}
/** Sidebar Second **/
.tm-content.tm-sidebar-second-right .page-sidebar-second {
  float: right;
  padding-right: 0;
  padding-left: 10px;
  width: 25%;
}
.tm-content.tm-sidebar-second-right .tm-main-content {
  float: left;
  padding-left: 0;
  padding-right: 10px;
  width: 75%;
}
.tm-content.tm-sidebar-second-left .page-sidebar-second {
  float: left;
  padding-left: 0;
  padding-right: 10px;
  width: 25%;
}
.tm-content.tm-sidebar-second-left .tm-main-content {
  float: right;
  padding-right: 0;
  padding-left: 10px;
  width: 75%;
}
/** Personal **/
.personal.tm-container .page-content .page-content-inner {
  padding: 0;
  background: none;
}
.personal.tm-container .page-content .page-content-inner article {
  float: left;
}
.personal.tm-container .page-content .page-content-inner article.item.column-width {
  width: 25%;
}
.personal.tm-container .page-content .page-content-inner article.w2 {
  width: 50%;
}
.personal.tm-container .page-content .page-content-inner article.w2 .tm-content-inner {
  height: 550px;
}
.personal.tm-container .page-content .page-content-inner article.w2 h3 {
  font-size: 18px;
}
.personal.tm-container .page-content .page-content-inner article img {
  width: 100%;
}
.personal.tm-container .page-content .page-content-inner article .tm-content-inner {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  height: 275px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.personal.tm-container .page-content .page-content-inner article .tm-content-inner:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.personal.tm-container .page-content .page-content-inner article .tm-content-inner .entry-thumbnail a {
  display: block;
}
.personal.tm-container .page-content .page-content-inner article .tm-content-inner .entry-thumbnail a:hover img {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.personal.tm-container .page-content .page-content-inner article.format-standard .tm-content-inner:hover .entry-container {
  bottom: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.personal.tm-container .page-content .page-content-inner article.format-standard .tm-content-inner .entry-thumbnail a {
  display: block;
}
.personal.tm-container .page-content .page-content-inner article.format-standard .tm-content-inner .entry-container {
  padding: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.personal.tm-container .page-content .page-content-inner article.format-standard .tm-content-inner .entry-container h3 a {
  color: #ffffff;
}
.personal.tm-container .page-content .page-content-inner article.format-gallery .tm-content-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.personal.tm-container .page-content .page-content-inner article.format-video .tm-content-inner:hover i,
.personal.tm-container .page-content .page-content-inner article.format-image .tm-content-inner:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.personal.tm-container .page-content .page-content-inner article.format-video .tm-content-inner i,
.personal.tm-container .page-content .page-content-inner article.format-image .tm-content-inner i {
  position: absolute;
  font-size: 56px;
  color: #ffffff;
  width: 56px;
  height: 56px;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  text-align: center;
  line-height: 56px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.personal.tm-container .page-content .page-content-inner article.format-aside .tm-content-inner,
.personal.tm-container .page-content .page-content-inner article.format-quote .tm-content-inner {
  text-align: center;
}
.personal.tm-container .page-content .page-content-inner article.format-aside .tm-content-inner:hover,
.personal.tm-container .page-content .page-content-inner article.format-quote .tm-content-inner:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.personal.tm-container .page-content .page-content-inner article.format-aside .tm-content-inner:before,
.personal.tm-container .page-content .page-content-inner article.format-quote .tm-content-inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.personal.tm-container .page-content .page-content-inner article.format-aside .tm-content-inner .entry-container,
.personal.tm-container .page-content .page-content-inner article.format-quote .tm-content-inner .entry-container {
  padding: 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 80%;
  text-align: left;
}
/*.personal.tm-container .page-content .page-content-inner article.format-aside .tm-content-inner .entry-container h3,
.personal.tm-container .page-content .page-content-inner article.format-quote .tm-content-inner .entry-container h3 {
  text-transform: uppercase;
}*/
.personal.tm-container .page-content .page-content-inner article.format-quote blockquote {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
}
.personal.tm-container .page-content .page-content-inner article.format-quote blockquote:before {
  content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
  font-size: 100px;
  left: 0;
  line-height: 0.8;
  position: absolute;
}
.personal.tm-container .page-content .page-content-inner article.format-image .entry-container {
  position: absolute;
  padding: 0;
  bottom: 20px;
  left: 20px;
}
.personal.tm-container .page-content .page-content-inner article.format-image .entry-container h3 a {
  color: #ffffff !important;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
/** Single **/
[id*="tm-single"].tm-container .page-content .page-content-inner {
  padding: 0;
}
.tm-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
#gme-1{
	width:100% !important;
}
.rangee .tm-content-inner {
    float: left;
    margin-right: 2% !important;
    margin-left: 1.6% !important;
    position: relative !important;
    width: 29.73% !important;
	padding:0px !important;
}
.tx-fsaa-events .rangee .tm-content-inner {
    float: left;
    margin-right: 2%;
    margin-left: 1.6%;
    position: relative;
    width: 95% !important;
}
.tm-container .page-content .page-content-inner {
  background: #ffffff;
  padding: 20px;
}
.tm-container .page-content .entry-thumbnail img {
  width: 100%;
  height: auto;
}
.tm-container .page-content .entry-container {
  padding: 30px 70px;
}
.tm-container .page-content .entry-container section {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
.tm-container .page-content .entry-container section:first-child {
  padding-top: 0;
}
.tm-container .page-content .entry-container section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tm-container .page-content .entry-container section.tags i {
  font-size: 20px;
  color: #000000;
  vertical-align: middle;
}
.tm-container .page-content .entry-container section.tags ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.tm-container .page-content .entry-container section.tags ul li {
  display: inline-block;
}
.tm-container .page-content .entry-container section.tags ul li:after {
  content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢";
  padding: 0 10px;
  color: #cccccc;
}
.tm-container .page-content .entry-container section.tags ul li:last-child:after {
  content: "";
  padding: 0;
}
.tm-container .page-content .entry-container section.tags ul li a {
  color: #000000;
}
.tm-container .page-content .entry-container section.tags ul li a:hover {
  color: #00a176;
}
.tm-container .page-content .entry-container .entry-content {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.tm-container .page-content .entry-container section.about-author .about-author-conteainer {
  display: inline-block;
  width: 100%;
}
.tm-container .page-content .entry-container section.about-author .about-author-conteainer .avatar {
  float: left;
  margin: 0 20px 0 0;
}
.tm-container .page-content .entry-container section.about-author .about-author-conteainer .avatar img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}
.tm-container .page-content .entry-container section.about-author .about-author-conteainer .description {
  margin: 10px 0 0 0;
}
.tm-container .page-content .entry-container section#tm-comment {
  border-bottom: none;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist > li:first-child > .comment {
  padding-top: 0;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist li .comment {
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist li .comment .avatar {
  float: left;
  margin: 5px 0 0 0;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist li .comment .avatar img {
  width: 50px;
  height: 50px;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist li .comment .comment-container {
  margin-left: 65px;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist li .comment .comment-container .comment-author {
  margin: 0 0 5px 0;
  color: #b3b3b3;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist li .comment .comment-container .comment-author strong {
  color: #000000;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist li .comment .comment-container .comment-author a:hover {
  color: #000000;
}
.tm-container .page-content .entry-container section#tm-comment ol.commentlist li ul.children {
  padding-left: 65px;
}
.tm-container .page-content .entry-container #respond {
  padding-top: 0;
}
.tm-container .page-content .entry-container #respond #commentform {
  margin-top: 30px;
}
.tm-container .page-content .entry-container #respond #commentform p {
  margin-bottom: 20px;
}
.tm-container .page-content .entry-container #respond #commentform p label {
  display: block;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}
.tm-container .page-content .entry-container #respond #commentform p label span {
  color: #cccccc;
}
.tm-container .tm-container .page-content .entry-container #respond #commentform p input[type="text"] {
  width: 50%;
}
.tm-container .page-content .entry-container #respond #commentform p textarea {
  width: 100%;
  resize: vertical;
  height: 100px;
}
.tm-container .page-content .entry-container #respond #commentform p input[type="submit"] {
  border: none;
  cursor: pointer;
  margin: 0;
}
.tm-container .page-content .entry-header {
  padding: 30px 70px 0 70px;
}
.tm-container .page-content .entry-header .meta {
  margin: 5px 0;
}
.tm-container .page-content .entry-header .meta a {
  color: #000000;
  font-weight: bold;
}
.tm-container .page-content .entry-header .meta a:hover {
  color: #00a176;
}
.tm-container .page-content .entry-header .time {
  color: #999999;
}
.tm-container .page-content .entry-header .time a {
  color: #999999;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
}
.tm-container .page-content .entry-header .time a:hover {
  color: #000000;
}
.tm-container .page-sidebar .portfolio-description,
.tm-container .page-sidebar .portfolio-info,
.tm-container .page-sidebar .tm-share {
  margin-bottom: 30px;
}
.tm-container.tm-sidebar-left .page-content {
  float: right;
  padding-right: 0;
  padding-left: 10px;
  width: 75%;
  position:relative
}
.tm-container.tm-sidebar-left .page-sidebar {
  float: left;
  padding-left: 0;
  padding-right: 10px;
  width: 25%;
}
.tm-container.tm-sidebar-right .page-content {
  float: left;
  padding-left: 0;
  padding-right: 10px;
  width: 75%;
}
.tm-container.tm-sidebar-right .page-sidebar {
  float: right;
  padding-right: 0;
  padding-left: 10px;
  width: 25%;
}
.tm-single-nav {
  position: fixed;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.tm-single-nav:hover {
  background: rgba(0, 0, 0, 0.9);
}
.tm-single-nav:hover .post-entry {
  width: auto;
}
.tm-single-nav i {
  font-size: 28px;
  color: #ffffff;
  position: absolute;
  height: 28px;
  line-height: 28px;
  top: 50%;
  margin-top: -14px;
}
.tm-single-nav .post-entry {
  display: block;
  overflow: hidden;
  width: 0;
}
.tm-single-nav .post-entry .post-entry-inner {
  display: table;
  width: 200px;
}
.tm-single-nav .post-entry .post-entry-inner h3 {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
.tm-single-nav .post-entry .post-entry-inner .img {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  padding: 5px;
}
.tm-single-nav .post-entry .post-entry-inner .img img {
  display: block;
}
.tm-single-nav.post-next {
  right: 0;
  text-align: right;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.tm-single-nav.post-next i {
  right: 10px;
}
.tm-single-nav.post-next .post-entry .post-entry-inner {
  margin: 0 20px 0 0;
}
.tm-single-nav.post-prev {
  left: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.tm-single-nav.post-prev i {
  left: 10px;
}
.tm-single-nav.post-prev .post-entry .post-entry-inner {
  margin: 0 0 0 20px;
}
/** Footer **/
#tm-page-footer {
  background: #ffffff;
  padding: 35px 0;
  /** Custom Widget **/
}
#tm-page-footer .tm-sidebar-footer .tm-sidebar-footer-inner {
  margin: 0 -20px;
}
#tm-page-footer .newsletter {
  display: inline-block;
  width: 100%;
}
#tm-page-footer .newsletter .tm-input {
  background: #f2f2f2;
  height: 36px;
  float: left;
  /*width: 70%;*//*width: 74%*/
}
#tm-page-footer .newsletter .tm-button {
  color: #ffffff;
  font-weight: bold;
  height: 36px;
  float: right;
  width: 29%;
  margin-top: 5px;
  /*width: 25%;*/
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#tm-page-footer .payments {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}
#tm-page-footer .payments img {
  width: 100%;
}
.newsletter .tm-alert {
  margin-bottom: 20px;
}
.newsletter .tm-button {
  vertical-align: middle;
}
.newsletter .tm-button.tm-disabled,
.newsletter .tm-button:disabled {
  background: #f2f2f2;
  cursor: no-drop;
}
.newsletter .tm-input {
  vertical-align: middle;
}
footer {
  background: #000000;
  /*padding: 15px 0;*/
  color: #666666;
}
footer .copyright {
  display: table-cell;
  vertical-align: middle;
}
footer .tm-social-icons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
footer .tm-social-icons a {
  background: #333333;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 5px;
}
footer .tm-social-icons a:hover {
  background: #00a176;
}
footer .tm-social-icons a i {
  color: #000000;
  line-height: 32px;
}
/** Go to top **/
#tm-gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  z-index: 999;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#tm-gotop:hover {
  background: #000000;
}
#tm-gotop.tm-visible {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#tm-gotop i {
  line-height: 32px;
}
/********** Plugin jQuery ***********/
/** FlexSlides **/
.flexslider,
.gallery-carousel {
  position: relative;
}
.flexslider:hover ol.flex-control-nav,
.gallery-carousel:hover ol.flex-control-nav,
.flexslider:hover ul.flex-direction-nav li a,
.gallery-carousel:hover ul.flex-direction-nav li a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.flexslider ul.slides,
.gallery-carousel ul.slides {
  display: inline-block;
  width: 100%;
}
.flexslider ul.slides li a,
.gallery-carousel ul.slides li a {
  display: block;
}
.flexslider ul.slides li a img,
.gallery-carousel ul.slides li a img {
  width: 100%;
  height: auto;
}
.flexslider ol.flex-control-nav,
.gallery-carousel ol.flex-control-nav {
  text-align: center;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 20px;
  height: 15px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.flexslider ol.flex-control-nav li,
.gallery-carousel ol.flex-control-nav li {
  display: inline-block;
}
.flexslider ol.flex-control-nav li a,
.gallery-carousel ol.flex-control-nav li a {
  background: rgba(0, 0, 0, 0.5);
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}
.flexslider ol.flex-control-nav li a.flex-active,
.gallery-carousel ol.flex-control-nav li a.flex-active {
  background: #00a176;
}
.flexslider ol.flex-control-nav li a:hover,
.gallery-carousel ol.flex-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.flexslider ul.flex-direction-nav,
.gallery-carousel ul.flex-direction-nav {
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.flexslider ul.flex-direction-nav li,
.gallery-carousel ul.flex-direction-nav li {
  position: static;
}
.flexslider ul.flex-direction-nav li a,
.gallery-carousel ul.flex-direction-nav li a {
  background: rgba(0, 0, 0, 0.5);
  width: 48px;
  height: 48px;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 99;
  left: 20px;
  top: 50%;
  margin-top: -24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.flexslider ul.flex-direction-nav li a:hover,
.gallery-carousel ul.flex-direction-nav li a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.flexslider ul.flex-direction-nav li a i,
.gallery-carousel ul.flex-direction-nav li a i {
  color: #ffffff;
  font-size: 28px;
  line-height: 46px;
}
.flexslider ul.flex-direction-nav li a.flex-next,
.gallery-carousel ul.flex-direction-nav li a.flex-next {
  position: absolute;
  right: 20px;
  left: auto;
}
/** TinyNav **/
.tinynav {
  display: none;
}
/** iSotope **/
.isotope {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.isotope .isotope-item {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  z-index: 2;
}
.isotope .isotope-item.isotope-hidden {
  pointer-events: none;
  z-index: 1;
}
/** parallax **/
.tm-parallax {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 0;
  background-color: #eee;
}
/** Modal **/
#lean_overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  display: none;
}
#loginmodal {
  width: 300px;
  padding: 30px;
  background: #ffffff;
}
#loginmodal #loginform p label {
  margin-bottom: 5px;
}
#loginmodal #loginform p input {
  width: 100%;
}
#loginmodal #loginform p.submit .tm-btn {
  margin: 0;
  width: auto;
}
/** Custom Search Google **/
#tm-page-body .cse .gsc-control-cse,
#tm-page-body .gsc-control-cse {
  padding: 20px;
}
#tm-page-body .gsc-input-box {
  height: auto;
}
#tm-page-body .gsib_a {
  padding: 10px;
}
#tm-page-body .gsst_a {
  padding: 8px 10px 0 10px;
}
#tm-page-body .gsc-search-box .gsc-input > input:focus,
#tm-page-body .gsc-input-box-focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #00a176;
}

#tm-page-body .gsc-search-button input.gsc-search-button {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  background: #00a176;
  vertical-align: middle;
  padding: 16px 33px;
  margin: 0;
}
#tm-page-body .gsc-selected-option-container {
  width: auto !important;
}
#tm-page-body .gsc-control-cse .gsc-option-selector {
  background: url("../img/caret.png") no-repeat;
  margin-top: 0;
}
#tm-page-body .gsc-result .gs-title {
  height: auto;
}
#tm-page-body .gsc-table-result,
#tm-page-body .gsc-thumbnail-inside,
#tm-page-body .gsc-url-top {
  padding: 0;
}
#tm-page-body .gs-result .gs-title,
#tm-page-body .gs-result .gs-title *,
#tm-page-body .gs-webResult.gs-result a.gs-title:link,
#tm-page-body .gs-webResult.gs-result a.gs-title:link b,
#tm-page-body .gs-imageResult a.gs-title:link,
#tm-page-body .gs-imageResult a.gs-title:link b {
  color: #00a176;
  text-decoration: none;
}
#tm-page-body .gsc-webResult.gsc-result,
#tm-page-body .gsc-results .gsc-imageResult {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
#tm-page-body .gsc-results .gsc-cursor-box {
  margin: 20px 0 0 0;
}
#tm-page-body .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: #cccccc;
  width: 32px;
  height: 32px;
  display: inline-block;
  color: #000000;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
#tm-page-body .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: #cccccc;
    color: #fff!important;
}
#tm-page-body .gsc-results {
  width: 100%;
}
#tm-page-body .gs-no-results-result .gs-snippet,
#tm-page-body .gs-error-result .gs-snippet {
  margin: 0;
  padding: 20px;
  border: none;
  color: #ffffff;
  background: #f7827e;
}
#tm-page-body .gs-result img.gs-image,
#tm-page-body .gs-result img.gs-promotion-image {
  padding: 3px;
}

.page-content .tm-content .recMobile{
		margin:10px 0px 10px!important;
	}
/*Responsive Styles*/

@media screen and (max-width : 768px){
	.csc-textpic-above{
		width:35%;
	}
	.tm-list-style1 .fsaa_sousMenu1{
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		background-color: #FFFFFF;
	}
	/*Make dropdown links appear inline*/
	.reccursive_menu {
		position: static;
		display: none;
	}
	.tm-list-style1 li.current {
		background-color: #F5F5F5;
	}
	/*Display 'show menu' link*/
	.reccursive_show-menu {
		display:block;
	}
	.page-content .tm-content .recMobile{
		margin:40px 0px 0px 0px!important;
	}
}
@media screen and (max-width : 1105px){
	#tm-page-footer .newsletter .tm-input {
		background: #f2f2f2;
		height: 36px;
		float: left;
		width:100%;
	}
	#tm-page-footer .newsletter .tm-button {
		float: left !important;
		width: 100% !important;
	}
}
@media screen and (max-width : 1070px){
	/*Make dropdown links appear inline*/
	.tabs_programme_menu {
		position: static;
		display: none;
		padding:0px !important;
		padding-top:10px !important;
		width:100% !important;
		margin:0px !important;
	}
	.tabs_programme_menu ul {
		margin-bottom:0px !important;
		padding-bottom:5px !important;
	}
	.tm-list-style1 li.current {
		background-color: rgba(245, 245, 245, 0);
	}
	/*Display 'show menu' link*/
	.tabs_programme_show-menu,.tabs_programme_show-menu3 {
		display:block;
		width:100%;
		margin-bottom:0px !important;
		float: left;
	}
}
@media (max-width: 980px) {
/*	.page-content .tm-content .page-sidebar-second{
		float:right !important;
	}
	.page-content .tm-content .tm-main-content{
		float:left !important;
	}*/
	 .formContain50 {
		width: 100%;
	  }
	  .flexslider ul.flex-direction-nav li a, .gallery-carousel ul.flex-direction-nav li a {
		background: rgba(0, 0, 0, 0.5);
		width: 48px;
		height: 48px;
		text-align: center;
		display: inline-block;
		position: absolute;
		z-index: 99;
		left: 20px;
		top: 50%;
		margin-top: -24px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		/* -webkit-opacity: 0; */
		opacity: 100;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: alpha(opacity=0);
	}
	.flexslider ul.flex-direction-nav li a, .gallery-carousel ul.flex-direction-nav li a {
		background: rgba(0, 0, 0, 0.5);
		width: 48px;
		height: 48px;
		text-align: center;
		display: inline-block;
		position: absolute;
		z-index: 99;
		left: 20px;
		top: 50%;
		margin-top: -24px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		-moz-opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		opacity: 100;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: alpha(opacity=0);
	  }
}
@media (max-width: 768px) {
	.widget_nav_menu .reccursive_show-menu {
		margin-top: -53px;
		height: 38px;
		background: rgba(0, 161, 118, 0) !important;
	}
	.widget_nav_menu .reccursive_show-menu:hover {
		background: #DADADA !important;
	}
	.reccursive_show-menu .fa {
		float: right;
		margin-top: 3px;
	}
	.page-sidebar aside.widget_nav_menu.tm-list-style2 ul li a, .page-sidebar-second aside.widget_nav_menu.tm-list-style2 ul li a, .tm-sidebar-footer aside.widget_nav_menu.tm-list-style2 ul li a {
		margin: -10px 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.tm-list-style1 ul li .fsaa_sousMenu3 li a {
		padding-left: 30px!important;
	}
	.page-sidebar aside:last-child, .page-sidebar-second aside:last-child, .tm-sidebar-footer aside:last-child {
		margin-bottom: 20px;
	}
	.linkprincipalreccursif {
		margin-top: -15px !important;
	}
	.fsaa_sousMenu2{
		margin-top: 0px;
	}
	.reccursive_menu{
		background-color: #fff;
		padding: 10px;
		border-bottom: 1px solid #D7D7D7;
		border-left: 1px solid #D7D7D7;
		border-right: 1px solid #D7D7D7;
	}
	.widget_text .rte_container{
		margin-top:40px;
	}
	.widget[class*="box-title-"] .tm-title {
		color: #ffffff;
		background: #000;
		padding: 15px 20px;
		margin: -20px -20px -20px -20px;
		cursor:pointer;
	}
	.widget[class*="box-title-"] .tm-title:hover {
		background: #414141;
	}
	.tm-titleOpen {
		background: #ffff;
		margin-top: 40px;
		z-index:0;
	}
	.tm-titleOpen2{
		background: #fff;
		margin-top: 40px;
		z-index:0;
	}
}
@media screen and (max-width : 480px){
	.tm-btn{
		width:100%;
		margin-bottom:10px!important
	}
	.csc-textpic-above{
		width:100%;
	}
}

.pied-page .bloc-adresse a:hover,
.pied-page .liens a:hover {
    text-decoration: underline;
}

.entete-ul .bouton,
.nav-mobile-wrapper .bouton,
.navigation-principale .bouton,
.pied-page .bouton {
    background: #00a176;
}

@media screen and (max-width :992px){
    .sticky-menu{
        visibility:hidden;
    }
}

.landing-page-menu.sticky-menu {
	text-align:left;
}
.sticky-header-active .landing-page-menu.sticky-menu{
    background-color:#fff;
	background-color:#b3b2b2;/*b3b2b2  #dedbdb*/
		width:100%;
		text-align:left;
		padding-top:10px;
}

.sticky-header-active .landing-page-menu.sticky-menu .menuLanding {
	background-color:#b3b2b2;
	width:1100px;
	margin: 0px auto;
	text-align:left;
}

iframe[name=google_conversion_frame]{
    display:none;
}


/* Contact form */
.fsaa-contact-us label {
    min-width: 150px;
    display: inline-block;
}

.fsaa-contact-us textarea {
    height: initial;
    margin: 3px;
}

.fsaa-contact-us .csc-form-element-textarea label {
  vertical-align: top;
  margin-top: 8px;
}

.withoutItalic p{
	font-style:normal !important;
}