
html {
	font-size:62.5%;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 1.2rem;
	line-height: 2.2rem;
	font-family: "Verdana";
	color:#000000;
}

body a:hover {
	color: #56a3a6;
}
li.liste_cat{
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
box-sizing: border-box;
margin-right:10px;
}
img {
	display: block;
	max-width: 100%;
	margin:auto;
}

.hidden {
	display:none;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after , .clearfix:before {
display: table;
content: "";
line-height: 0;}
.clearfix:after {clear: both;}

h1, h2, h3, h4, h5 {
	font-family: "Arial";
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #56a3a6;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-size: 4.0rem;
	line-height: 4.8rem;
}

h2 {
	font-size: 3.5rem;
	line-height: 4.2rem;
}

h3, h4 {
	font-size: 2.5rem;
	line-height: 3.0rem;
}
h5 {
	font-size: 2.3rem;
}

p {
	margin: 0px 0px 10px 0px;
}

article {
	margin: 0 0 20px 0;
}
article h5 { margin-bottom: 0px; }

a {
	color:#56a3a6;
}
a.lireplus{
	display: inline-block;
	color: #56a3a6;
	text-decoration: none;
	/*background-image: url(../images/fleche-d.png);
	background-repeat: no-repeat;
	background-position: center right;*/
	padding-right: 20px;
	margin-top: 10px;
	position: relative;
}

a.lireplus span {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 7px;
	border-bottom: 1px solid #56a3a6;
	border-right: 1px solid #56a3a6;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

a.lireplus:hover {
	text-decoration: underline !important;
}

#qLbar,#site-loading-mask {
	background-color: #56a3a6;
}
#qLoverlay {
	background-color: #56a3a6 !important;
}

.modules-titre {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin: 20px;
	text-transform: uppercase;
	text-align: center;
}

.wrapper {
	/*background-color: #F2F2F2;*/
	overflow: auto;
	margin-bottom: 20px;
	padding: 20px 0px;
}

.cadre {
	max-width: 1160px;
	padding: 0px 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: auto;
}

.entete {
	text-align: center;	
}


/** COULEURS **/
.fullwidth-text-white * {
	color:#FFF;
}

.theme-color-1{ color:#56a3a6;}
.bg-theme-color-1,.promote-hover-bg-theme-color-1:hover { background-color:#56a3a6;}
.moudle .ux-btn.bg-theme-color-1 { border-color:#56a3a6; color:#56a3a6; }
.bg-theme-color-1-hover:hover{ background-color:#56a3a6 !important; border-color:#56a3a6!important; color:#fff; }
.fullwidth-text-white .moudle .ux-btn.bg-theme-color-1-hover:hover{ color:#FFF !important; }


.theme-color-11{ color:#FFF;}
.bg-theme-color-11,.promote-hover-bg-theme-color-11:hover { background-color:#FFF;}
.moudle .ux-btn.bg-theme-color-11 { border-color:#FFF; color:#FFF; }
.bg-theme-color-11-hover:hover{ background-color:#FFF !important; border-color:#FFF!important; color:#56a3a6; }
.fullwidth-text-white .moudle .ux-btn.bg-theme-color-11-hover:hover{ color:#56a3a6 !important; }


/*#### TOP ####*/
.header {
	overflow: visible;
}
.top {
	max-width: 1200px;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	position: relative;
}

.top .logo a {
	display: block;
}

.top_tools {
	position: absolute;
	top: 25px;
	right: 0;
}

.top_tools, .top_tools div {
	float: right;
}

.top_tools a {
	padding: 5px;
	display: inline-block;
}

.search {
	margin-right: 20px;
}

.top a {
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.8rem;
	-webkit-transition: color 0.3s ease;
	-moz-transition:  color 0.3s ease;
	-o-transition:  color 0.3s ease;
	transition: color 0.3s ease;
}

.top .logo a {
	display: table-cell;
	vertical-align: middle;
}

.top nav {
	display: block;
}

.top nav ul, .liens ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top nav ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.top nav ul li.current_page_item a, .top nav ul li:hover > a, li.current-menu-parent a, li.current-lang a {
	color:#56a3a6;
}

.top nav ul li ul {
	display:none;
}
.top nav ul li:hover ul {
	display:block;
	position:absolute;
}
.top nav ul li ul li {
	display:block;
}

.top-s nav.nav-open, .top-m nav.nav-open, .top-l nav.nav-open {
	display: block !important;
}

.nav-mob, .nav-mob-close {
	width: 20px;
	height: 15px;
	display: inline-block;
	float: right;
	margin-top: 4px;
	margin-right: 20px;
	display: none;
	position: relative;
}

.nav-mob:hover, .nav-mob-close:hover {
	cursor: pointer;
}

.nav-mob:hover div, .nav-mob-close:hover div {
	background-color: #56a3a6;
}

.nav-mob div, .nav-mob-close div {
	height: 3px;
	width: 100%;
	background-color: black;
	margin-bottom: 3px;
}

.nav-mob div:last-child {
	margin-bottom: 0px;
}

.nav-mob-close div {
	position: absolute;
	top: 6px;
	left: 0px;
}

.nav-mob-close div:first-child {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);

}

.nav-mob-close div:last-child {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.nav-mob-close div:nth-child(2) {
	display: none;
}

.loupe {
	width: 15px;
	height: 15px;
	display: inline-block;
	float: right;
	margin-top: 5px;
	position: relative;
}

.loupe div:first-child {
	width: 9px;
	height: 9px;
	border:2px solid black;
	border-radius: 9px ;
	-moz-border-radius: 9px ;
	-webkit-transition: border-color 0.3s ease;
	-moz-transition:  border-color 0.3s ease;
	-o-transition:  border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

.loupe div:last-child {
	width: 5px;
	height: 1px;
	border:1px solid black;
	background-color: black;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
	top: 10px;
	right: -3px;

	-webkit-transition: border-color 0.3s ease;
	-moz-transition:  border-color 0.3s ease;
	-o-transition:  border-color 0.3s ease;
	transition: border-color 0.3s ease;

	-webkit-transition: background-color 0.3s ease;
	-moz-transition:  background-color 0.3s ease;
	-o-transition:  background-color 0.3s ease;
	transition: background-color 0.3s ease;

}

.loupe:hover div {
	border-color: #56a3a6;
	cursor: pointer;
}

.loupe:hover div:last-child {
	background-color: #56a3a6}

.top .search input {
	float: right;
	height: 30px;
	margin-left: 10px;
	width: 1px;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition:  all 0.3s ease;
	-o-transition:  all 0.3s ease;
	transition: all 0.3s ease;
}
.top .search:hover input, .search input:focus  {
	width: 250px;
	visibility: visible;
}
/*## TOP S ##*/
.top-s {
	height:60px;
	overflow:visible;
}

.top-s .logo {
	margin: 5px 0px;
	float:left
}

.top-s .logo a {	
	/*width: 50px;*/
	height: 50px;
}

.top-s .logo img {
	max-height: 100%;
	height: auto;
	max-width: 100%;
	width: auto;
}

.top-s .top_tools {
	top: 17px;
}

.top-s nav {
	display: inline-block;
	position: absolute;
	bottom: 20px;
}

.top-s nav a {
	margin-left: 40px;
}

.top-s nav.menu_general {
	/*float:left;*/
	margin-top: 17px;
}

.top-s .search {
	position: relative;
}
.top-s .search input {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 250px;
	height: 1px;
}
.top-s .search:hover input, .top-s .search input:focus {
	height: 30px;
}

/*## /TOP S ##*/

/*## TOP M ##*/
.top-m {
	height:150px;
	overflow:visible;
}

.top-m .logo {
	padding: 25px 0px;

}

.top-m .logo {
	width: 100px;
	height: 100px;
}

.top-m .logo a {	
	width: auto;
	height: 100px;
	vertical-align: bottom;
}

.top-m .logo img {
	max-height: 100px;
	max-width: 250px;
	height: auto;
	width: auto;
}

.top-m nav {
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 10px;
}

.top-m nav a {
	margin-left: 40px;
}

/*## /TOP M ##*/

/*## TOP L ##*/
.top-l {
	height:250px;
	overflow:visible;
}

.top-l .logo {
	padding: 50px 0px;
	margin-left: auto;
	margin-right: auto;
}

.top-l .logo {
	width: 150px;
	height: 150px;
}

.top-l .logo a {	
	width: auto;
	height: 150px;
}

.top-l .logo img {
	max-height: 150px;
	max-width: 450px;
	height: auto;
	width: auto;
}

.top-l nav.menu_general {
	display: table;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.top-l nav.menu_general > ul {
	display: table-row;
	text-align: center;
}

.top-l nav.menu_general > ul > li {
	display: table-cell;
	text-align: center;
	width: auto;
}

.top-l nav.menu_general a {
	display: inline-block;
	text-align: center;
}

.top-l .top_tools {
	margin-right: 5%;
}

/*## /TOP L ##*/
.top nav.menu_lang {
	position: relative;
	bottom: auto;
	right: auto;
}

.top nav.menu_lang a {
	margin-left: 0px;
}

.menu_lang ul li:after {
	content:" | ";
}

.menu_lang ul li:last-child:after {
	content:'';
}

/*#### /TOP ####*/

/*#### SLIDER ####*/

.slider {
	position: relative;
	overflow: auto;
    overflow:hidden;
	margin-left: auto;
	margin-right: auto;	
    text-align: center;
}

.slider .slider-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
	padding: 0;
}
.slider .slider-video {
position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.image_post {
position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom : 50px;
}
.slider .slider-video iframe {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:-1;
}
.image_post iframe {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:-1;
}
.image_post_thumb {
position: relative;
width: 100%;
height: 500px;
margin-bottom : 50px;
}

.fullscreen_img {
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
}

.slider-full{
height: 100%;
}
.slider .slider-image > div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slider .cadre {
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	padding: 0px;
}
.slider-video .cadre {
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	padding: 0px;
	width: 100%;
	height: 500px;
}

.slider .encart {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	color: white;
	position: absolute;
	border-bottom: 20px;
	left: 150px;
	bottom: 20px;
	overflow: auto;
	text-align: left;
}
.slider-video .encart-video{
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	color: white;
	position: absolute;
	border-bottom: 20px;
	left: 150px;
	bottom: 20px;
	overflow: auto;
	text-align: left;
}

.slider .encart h2, .slider-video .encart h2 {	
	font-size: 4.0rem;
	line-height: 4.8rem;
	margin-bottom: 0;
}

.slider .encart p, .slider-video .encart p {
	margin: 0px;
	margin-top: 20px;
}

.fleche {
	width: 50px;
	height: 50px;
	position: absolute;
}

.fleche:hover {
	cursor: pointer;
}

.fleche > div {
	display: inline-block;
}

.fleche:hover div div {
	background-color: rgba(255,255,255,1.0);
	border-color: rgba(255,255,255,1.0);
}
.fleche.foncee:hover div div {
	background-color: rgba(0,0,0,1.0);
	border-color: rgba(0,0,0,1.0);
}

.fleche div div {
	height: 1px;
	width: 35px;
	background-color: rgba(255,255,255,0.5);

	-webkit-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;

	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.fleche.foncee div div {
	background-color: rgba(0,0,0,0.5);
}

.fleche-g {
	left: 20px;
	height: 100%;
}

.fleche-d {
	right: 20px;
	height: 100%;
}

.fleche-b {
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.fleche-g > div, .fleche-d > div, .fleche-b > div {
	position: relative;
	width: 50px;
	height: 50px;
}

.fleche-g div div, .fleche-d div div, .fleche-b div div {
	position: absolute;
}

.fleche-g div div:first-child {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    bottom: 12px;
    left: 0px;
}

.fleche-g div div:last-child {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    top: 12px;
    left: 0px;
}

.fleche-d div div:first-child {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: 12px;
    right: 0px;
}

.fleche-d div div:last-child {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    bottom: 12px;
    right: 0px;
}

.fleche-b div div:first-child {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    bottom: 12px;
    left: -5px;
}

.fleche-b div div:last-child {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    bottom: 12px;
    right: -5px;
}

.fleche-b div div:nth-child(2) {
	width: 10px;
	height: 16px;
	border:1px solid rgba(255,255,255,0.5);
	background: none;
	border-radius: 5px ;
	-moz-border-radius: 5px ;
	position: absolute;
	top: 12px;
	left: 18px;

	-webkit-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.fleche-b.foncee div div:nth-child(2) {
	border:1px solid rgba(0,0,0,0.5);
}

.fleche-b div div:nth-child(3) {
	width: 4px;
	height: 6px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 2px ;
	-moz-border-radius: 2px ;
	position: absolute;
	top: 15px;
	left: 22px;

	-webkit-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;

	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.fleche-b.foncee div div:nth-child(3) {
	background-color: rgba(0,0,0,0.5);
}

.fleche-b:hover div div:nth-child(2) {
	border:1px solid rgba(255,255,255,1.0);
}

.fleche-b:hover div div:nth-child(3) {
	background-color: rgba(255,255,255,1.0);
}

.flex-direction-nav {
	position: absolute;
	list-style: none;
	top: 50%;
	margin-top: -25px;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: visible;
}
.flex-direction-nav li {
	display: block;
	list-style: none;
	position: absolute;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
	width: 50px;
	z-index: 100;
}
.flex-direction-nav li:last-child {
	left: auto;
	right: 0;
}

/*#### SLIDER XL ####*/

.slider-xl {
	height: 800px;
	width: 100%;
}

.slider-xl .cadre {
	max-width: 1200px;
	height: 800px;
}

.slider-xl .encart {
	width: auto;
}

.slider-xl .encart {
	bottom: 20%;
}

.slider-xl .encart p {
	/*display: none;*/
}

.slider-xl h2 {
	margin: 0px;
	margin-bottom: 20px;
}


/*#### /SLIDER XL ####*/

/*#### SLIDER L ####*/

.slider-l {
	height: 500px;
	width: 100%;
}

.slider-l .cadre {
	max-width: 1200px;
	height: 500px;
}

.slider-l .fleche-b {
	display: none;
}

.slider-l .encart {
	width: 380px;
}

/*#### /SLIDER L ####*/

/*#### SLIDER M ####*/

.slider-m {
	height: 500px;
	/*max-width: 1200px;*/
}

.slider-m .cadre {
	max-width: 1200px;
	height: 500px;
}

.slider-m .fleche-b {
	display: none;
}

.slider-m .encart {
	width: 380px;
}

/*#### /SLIDER M ####*/

/*#### SLIDER S ####*/

.slider-s {
	height: 200px;
	/*max-width: 1200px;*/
}

.slider-s .cadre {
	max-width: 1200px;
	height: 200px;
}

.slider-s .fleche-b {
	display: none;
}

.slider-s .encart p {
	display: none;
}

/*#### /SLIDER S ####*/

/*#### /SLIDER ####*/


/*#### PHOTOS ####*/

.vignette {
	position: relative;
	overflow: auto;
}

.vignette img {
	width: 100%;
}

.vignette div {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.vignette div p {
	color: white;
	font-style: italic;
	padding: 20px;
	margin: 0px;
}

.vignette-full {
	margin-bottom: 10px;
}

.vignette-fl {
	width: 48%;
	margin: 0px 20px 10px 0px;
	float: left;
}

.vignette-fr {
	width: 48%;
	margin: 0px 0px 10px 20px;
	float: right;
}

/*#### /PHOTOS ####*/

/*#### PAGE ARCHIVE #####*/
.menu_categories {
	background-color: #56a3a6;
	color:#FFF !important;
	padding: 15px;
}
.menu_categories h5, .menu_categories .widget-title, .menu_categories h4 {
	color: #FFF;
	font-size: 2.2rem;
	margin-bottom: 5px !important;
}
.menu_categories .widget-title {
	border-top: 1px solid #FFF;
	padding-top: 15px;
}
.menu_categories > ul {
	list-style: none;
	padding: 0;
}
.menu_categories > ul li {
	display: block;
	overflow: auto;
	margin-bottom: 0;
}
.menu_categories > ul li a {
	display: block;
	float: left;
	color:#FFF;
	padding: 5px;
	text-decoration: none;
}
.menu_categories > ul li a:before {
	content: "- ";
}
.menu_categories > ul li a:hover, .menu_categories > ul li.current-cat a {
	background-color:#FFF;
	color:#56a3a6;
}

/*#### ICONES ####*/


.icon {
	margin-bottom: 20px;
	position: relative;
}

.icon div:first-child span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

}
.icon-t {
	text-align: center;
}


.icon-t div:first-child {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; 
	width: 50px;
}

.icon-t div:first-child span, .icon-tbg div:first-child span {
	height: 50px;
	width: 50px;
	line-height: 50px;
}

.icon-t div:first-child img {
	max-width: 50px;
	max-height: 50px;
	/*margin-left: auto;
	margin-right: auto;*/
}

.icon-tbg {
	text-align: center;
}

.icon-tbg div:first-child {
	height: 50px;
	width: 50px;
	padding: 30px;
	background-color: #56a3a6;
	border-radius: 55px ;
	-moz-border-radius: 55px ;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; 
	text-align: center;
}

.icon-tbg div:first-child img {
	max-width: 50px;
	max-height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.icon-l {
	display: table;
}

.icon-l div:first-child {
	width: 50px;
	text-align: center;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}

.icon-l div:first-child img {
	max-width: 50px;
	max-height: 50px;
}

.icon-l div:last-child {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.icon-txl {
	text-align: center;
	margin-top: 25px;
	min-height: 220px;
}

.icon-txl div:first-child {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; 
	text-align: center;
	width: 130px;
}

.icon-txl div:first-child span {
	height: 130px;
	width: 130px;
	line-height: 130px;
}

.icon-txl div:first-child img {
	max-width: 130px;
	max-height: 130px;
	margin-left: auto;
	margin-right: auto;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.icon-txl:hover div:first-child img {
	opacity: 0.1;
    filter: alpha(opacity=10);
}

.icon-txl div:last-child {
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	overflow: auto;
	top: 0px;
	min-height: 185px;
}

.icon-txl div:last-child p {
	height: 130px;
	overflow: auto;
	display: table-cell;
	/*visibility: hidden;*/
	opacity: 0;
	vertical-align: middle;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.icon-txl:hover div:last-child p {
	/*visibility: visible;*/
	opacity: 1;
}

.icon-txl div:last-child h4 {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.icon_text {
	margin-top: 20px;
	text-align: left;
}

/*#### /ICONES ####*/

/*#### /CHIFFRES ####*/

.chiffres {
	text-align: center;
}

.chiffres div:first-child {
	font-family: "Arial";
	font-weight: bold;
}

.chiffres-t div:first-child {
	font-size: 6.0rem;
	line-height: 7.2rem;
}

.chiffres-tbg div:first-child {
	border-radius: 55px;
	-moz-border-radius: 55px;
	width: 110px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.chiffres-tbg div:first-child {
	font-size: 4.0rem;
	line-height: 5.2rem;	
	color: white;
	text-align: center;
	vertical-align: middle;
	
	line-height: 110px;
	width: 110px;
	height: 110px;
}

input.knob {
	font-family: "Arial" !important;
	font-weight: bold !important;
}

/*#### /CHIFFRES ####*/

/*#### /ACTUS ####*/

.actus {
	margin-bottom: 20px;
}

.actus div {
	display: table-cell;
	vertical-align: top;
}

.actus .partager {
	float: right;
	margin-top: 10px;
	font-weight: bold;
}

.actus .partager a {
	float: right;
	margin-left: 10px;
}

.actus .date, .actus .date-col {
	background-color: #56a3a6;
	background-color: rgba(86, 163, 166, 0.8);
	color: white;
}

.actus .date {
	padding: 20px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 0px;	
}

.actus .date span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	display: block;
	text-align: center;
}

.actus .date span:first-child {
	font-size: 3.0rem;
	line-height: 2.4rem;
}

.actus-photo div:first-child {
	width: 48%;
	position: relative;
}

.actus-photo div:first-child img {
	width: 100%;
	margin-bottom: 20px;
}

.actus-photo div:last-child {
	width: 48%;
	padding-left: 4%;
}

.actus-carre div:first-child img, .actus-rond div:first-child img, .actus-col div:first-child img, .actus-ligne div:first-child img {
	display: none;
}

.actus-carre div:first-child, .actus-rond div:first-child {
	width: 96px;
}

.actus-col div:first-child, .actus-ligne div:first-child {
	display: none;
}

.actus-carre div:last-child, .actus-rond div:last-child {
	/*width: 48%;*/
	padding-left: 4%;
}

.actus-carre .date, .actus-rond .date {
	position: relative;
}

.actus-rond .date {
	border-radius: 48px;
	-moz-border-radius: 48px;
}

.actus .date {
	width: 60px !important;
	padding-left: 20px !important;
}

.actus .date-col {
	display: none;
}

.actus-col .date-col, .actus-ligne .date-col {
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
}

.actus-photo.two-thirds div:first-child {
	width: 100%;
	padding: 0px;
	display: block;
}

.actus-photo.two-thirds div:last-child {
	padding: 0px;
}

.actus.two-thirds.column {
	margin-left: 0px;
}

.actus-photo.two-thirds div .date {
	padding: 20px !important;
}

.actus-photo.img-top div:first-child {
}

.pagination {
	text-align: center;
}
.nav-links {
	display: inline-block;;
	overflow: auto;
}

.archive .actus {
	margin-bottom: 50px;
}

/*#### /ACTUS ####*/

/*#### /ETUDES ####*/

.etudes .square {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
    overflow:hidden;
    text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
}

.etudes .square div {
	position: absolute;
	width: 80%;
	padding: 10% 10%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	bottom: 0px;
	height: 30px;

	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.etudes .square div p, .etudes .square div a {
	display: none !important;
}

.etudes:hover .square div p {
	display: block !important;
}

.etudes:hover .square div a {
	display: inline-block !important;
}

.etudes .square div h3 {
	margin: 0px;
	padding: 0px;
}

.etudes:hover .square div {
	height: 80%;
	cursor: pointer;
	overflow: hidden;
}

.etudes:hover .square div h3 {
	margin-bottom: 20px;
}

/*#### /ETUDES ####*/

/*#### TEMOIGNAGES ####*/

.temoignage {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.temoignage .portrait {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

.temoignage .portrait img {
	max-width: 120px;
	max-height: 120px;
	min-width: 120px;
	min-height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
}

.temoignages .temoignage div > blockquote {
	position: relative;
	padding: 0px 100px;
	margin-top: 20px;
}

.temoignages .temoignage p {
	margin-top: 20px;
}

.temoignage blockquote {
	font-size: 2.4rem;
	line-height: 3.0rem;
	font-style: italic;
	text-align: center;
	position: relative;
	margin: 0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.temoignage blockquote:before {
	width: 61px;
	height: 47px;
	content: "";
	background-image: url(../images/quotes-left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	top: -10px;
	left: 0px;
}

.temoignage blockquote:after {
	width: 61px;
	height: 47px;
	content: "";
	background-image: url(../images/quotes-right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	bottom: -10px;
	right: 0px;
}

.temoignage p.auteur {
	text-align: right;
}

.temoignage p.auteur span {
	font-weight: bold;
}

.temoignages .fleche {
	top: 0px;
	z-index: 100;
}

.temoignages .fleche div div {
	background-color: rgba(0, 0, 0, 0.5);

	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.temoignages .fleche:hover div div {
	background-color: rgba(0, 0, 0, 1.0);
}

/*#### /TEMOIGNAGES ####*/

/*#### TROMBINOSCOPE ####*/

.trombinoscope {
	margin-bottom: 20px;
	position: relative;
	display: table;
}

.trombinoscope .portrait {
	width: 120px;
	min-width: 120px;
	height: 120px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: table-cell;
}

.trombinoscope-t .portrait, .trombinoscope-tcirc .portrait, .trombinoscope-txl .portrait {
	display: block;
	margin-bottom: 20px;
}

.trombinoscope .portrait div {
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
}

.trombinoscope-txl .portrait  {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
    overflow:hidden;
    text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
}

.trombinoscope-txl .portrait div {
	width: 100%;
	/*height: 100%;*/
	position: relative;
	overflow: hidden;

	height: 0;
	padding-bottom: 100%;
}

.trombinoscope-lcirc .portrait div, .trombinoscope-tcirc .portrait div {	
	border-radius: 60px;
	-moz-border-radius: 60px;
}

.trombinoscope .portrait img {
	max-width: 120px;
	max-height: 120px;
	min-width: 120px;
	min-height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	vertical-align: top;
}

.trombinoscope-txl .portrait img {
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	vertical-align: top;
	opacity: 1;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.trombinoscope h4 {
	margin: 0px;
}

.trombinoscope a.reseau-perso {
	display: inline-block;
	margin: 10px 10px 10px 0px;
	padding: 5px;
	background-color: #CCC;
	color: #000;
	font-size: 2.5rem;
	cursor: pointer;
}

.trombinoscope-l div:last-child, .trombinoscope-lcirc div:last-child  {
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
}

.trombinoscope-t div:last-child, .trombinoscope-tcirc div:last-child, .trombinoscope-txl div:last-child  {
	text-align: center;
}

.trombinoscope-txl div:last-child p  {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 70%;
	position: absolute;
	overflow: auto;
	top: 29%;
	/*min-height: 185px;*/
	opacity: 0;

	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.trombinoscope-txl:hover div:last-child p {
	opacity: 1;
}

.trombinoscope-txl:hover .portrait img {
	opacity: 0.1;
}

.portrait.nophoto div {
	background-color: #CCCCCC;
	color:#FFF;
	font-size: 9.0rem;
	padding-left: 0px !important;
	line-height: 120px;
	vertical-align: middle;
}


/*#### /TROMBINOSCOPE ####*/

/*#### CONTACT ####*/

.carte {
	height: 500px;
	background-color: #F1F1F1;
	margin-bottom: 40px;

	background-image: url(../images/pin-carte.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.contact.column:first-child {
    margin-left: 0;
}

.contact {
	margin-bottom: 20px;
}

.contact input[type=text], .contact textarea {
	display: block;
	width: 100%;
	margin-right:0;
	height: 50px;
	padding: 10px;
}

.contact textarea {
	height: 200px;
	padding: 20px;
}

.contact button, .contact input[type=submit] {
	float: right;
	background-color: #56a3a6;
	color: white;
	border-color: #56a3a6;

	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.contact button:hover, .contact input[type=submit]:hover {
	background-color: black;
}

/*#### /CONTACT ####*/

/*#### BOTTOM ####*/
footer.wrapper {
	margin-bottom: 0px; 
	padding-bottom: 0px;
}
footer > .cadre {
	background-color: #56a3a6;
}
footer.footer100 {
	background-color: #56a3a6; 
	padding-bottom: 20px;
}
footer.footer100 > .cadre {
	background-color: transparent;
}
.bottom {
	color: white;
	margin-bottom: 20px;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.bottom a {
	color: white;
}

.bottom h4 {
	color: white;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: normal;
	font-family: "Arial";
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding: 20px 0px 10px 0px;
	margin-bottom: 10px;
}

.bottom a {
	color: white;
	display: block;
	text-decoration: none;
	padding-bottom: 5px;
	opacity: 1;
}

.bottom a:hover {
	opacity: 1;
	color:white;
}

.liens ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.liens ul li {
	padding: 0;
	margin: 0;
}

.liens a:hover {
	text-decoration: underline;
}

.bottom a.reseau {
	color: #56a3a6;
	display: inline-block;
	margin: 10px 10px 10px 0px;
	font-size: 2.2rem;
	background-color: #FFF;
	opacity:0.9;
	padding-bottom: 0;
}
.bottom a.reseau:hover {
	opacity:1;
}

.bottom a.reseau img {
	width: 20px;
	height: 20px;

}

.bottom a.partenaires {
	color: white;
	background-color: #FFF;
}

.bottom a.logo-signature {
	display: inline-block;
	margin-top: 20px;
}

.bottom a.logo-signature img {
	width: 120px;
	height: auto;
}

form.newsletter-insciption input, form.subscribe-form input, #mc_signup_form input {
	height: 30px;
	background-color: transparent;
	border-color: white;
	color: white;
	width: 70%;
	float: left;
}

form.newsletter-insciption input::-webkit-input-placeholder, form.newsletter-insciption input:-moz-placeholder, form.newsletter-insciption input::-moz-placeholder, form.newsletter-insciption input:-ms-input-placeholder,
form.subscribe-form input::-webkit-input-placeholder, form.subscribe-form input:-moz-placeholder, form.subscribe-form input::-moz-placeholder, form.subscribe-form input:-ms-input-placeholder,
#mc_signup_form input::-webkit-input-placeholder, #mc_signup_form input:-moz-placeholder, #mc_signup_form input::-moz-placeholder, #mc_signup_form input:-ms-input-placeholder {
  	color: white;
  	font-size: 1.2rem;
	line-height: 1.8rem;
}

form.newsletter-insciption button, form.subscribe-form button, form.subscribe-form input[type=submit], #mc_signup_form button, #mc_signup_form input[type=submit] {
	height: 30px;
	background-color: white;
	border-color: white;
	width: 25%;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
	color: #56a3a6;
	float: right;
}

#mc_signup_form button, #mc_signup_form input[type=submit] {
	margin-top: -6px;
}
.mc_header_email {
	visibility: hidden;
	height: 1px;
}

form.newsletter-insciption button:hover, form.subscribe-form button:hover, form.subscribe-form input[type=submit]:hover, #mc_signup_form button:hover, #mc_signup_form input[type=submit]:hover {
	background-color: black;
	color: white;
	border-color: black;
}

.bottom .partenaires a {
	display: table-cell;
	padding: 7px;
	vertical-align: middle;
	background-color: #FFF;
	border-right: 1px solid #56a3a6;
	border-left: 1px solid #56a3a6;
}

.bottom .partenaires a img {
	width: 50px;
}

/*#### /BOTTOM ####*/


/*  ######################################## @MEDIA ######################################## */

* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (max-width: 980px) {

/*#### TOP ####*/

.top-s nav.menu_general, .top-m nav.menu_general, .top-l nav.menu_general {
    display: none;
  	position: relative;
  	top: 0px;
	left: 0px;
	width: 100%;
  	z-index: 100;
}
 .nav-mob {
  	display: inline-block;
}
.top {
	height: auto !important;
}
.top nav a {
  	display: block;
  	width: 100%;
  	background-color: #f2f2f2;
  	text-align: center;
  	padding: 20px 0px;
  	margin: 0;
}
.top nav a:hover, .top nav ul li.current_page_item a:hover {
  	background-color: #56a3a6;
  	color: white;
}
.top .logo {
	height: 100%;
	padding: 0;
	margin: 0;
	float:none;
}
.top .logo a {
	height: 50px;
}
.top .logo a img {
	height: 100%;
}
.top .top_tools {
	top: 10px;
}

.top nav.menu_general ul li {
	display: block;
}
.top nav.menu_lang ul li {
	float:left;
	margin-left: 5px;
}
.top nav.menu_lang ul li a {
	padding:3px;
}
.top nav.menu_lang ul li:hover a {
	background-color: #CCC;
}
.menu_lang ul li:after {
	content: "";
}
.top .search:hover input, .search input:focus {
	width: 250px;
	right: -50px;
}
.top nav ul li:hover ul {
	position:relative;
}
.top nav ul li:hover ul li a {
	padding: 10px 0;
	background-color: #CCC;
}
.top nav ul li:hover a {
	background-color: #CCC;
}
/*#### /TOP ####*/

/*#### SLIDER ####*/

.slider .fleche {
	display: none;
}

.slider .encart {
	bottom: 0px;
	left: 0px;
	display: block;
	width: auto;
}

.slider-s .encart {
	display: none;
}
/*#### /SLIDER ####*/

/*#### PHOTOS ####*/

.vignette-fl, .vignette-fr {
	float: none;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

/*#### /PHOTOS ####*/

/*#### /ICONES ####*/

.icon-txl div:first-child img {
	opacity: 0.1;
    filter: alpha(opacity=10);
}

.icon-txl div:last-child p {
	opacity: 1;
}

/*#### /ICONES ####*/

/*#### /ACTUS ####*/

.actus-photo div:first-child {
	width: 100%;
	padding: 0px;
	display: block;
}

.actus-photo div:last-child {
	padding: 0px;
}

.actus-photo div .date {
	padding: 20px !important;
}

/*#### /ACTUS ####*/

/*#### TEMOIGNAGE ####*/

.temoignage {
	width: 90%;
}

.temoignages .temoignage div > blockquote, .temoignages .temoignage p {
    padding: 0px;
}

.temoignage blockquote:before {
	width: 30px;
	height: 23px;
	top: -10px;
	left: -30px;
}

.temoignage blockquote:after {
	width: 30px;
	height: 23px;
	bottom: -10px;
	right: -30px;
}

.temoignages .fleche {
	display: none;
}

/*#### /TEMOIGNAGE ####*/

/*#### /TROMBI ####*/

.trombinoscope .portrait {
	display: block;
	margin-bottom: 20px;
}

.trombinoscope div:last-child, .trombinoscope-txl div:last-child  {
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
}

.trombinoscope .portrait div {
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
	padding-bottom: 0px;
	background-size: 
}

.trombinoscope-txl .portrait {
	padding-bottom: 0px;
	height: auto;
}


.trombinoscope-txl .portrait div {
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.trombinoscope-txl div:last-child p  {
	display: block;
	vertical-align: top;
	text-align: center;
	width: 100%;
	height: auto;
	position: relative;
	overflow: auto;
	top: auto;
	/*min-height: 185px;*/
	opacity: 1;
}

.trombinoscope-txl .portrait img  {
	max-width: 120px;
	max-height: 120px;
	min-width: 120px;
	min-height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	vertical-align: top;
}

.trombinoscope-txl:hover .portrait img {
	opacity: 1;
}

/*#### /TROMBI ####*/

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/*  ######################################## /@MEDIA ######################################## */

