@charset "UTF-8";
/* CSS Document */

html {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	font-size: 14px;
	line-height: normal;
	font-family: "Open Sans";
	font-weight: 400;
	display: block;
	margin-top: 20px;
	box-sizing: border-box;
}

section,
header,
nav,
article,
aside,
footer,
figure
{
	padding:0;
	margin:0;
	display:block;
}

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline:none;
	line-height:0;
	font-size:0;
}

figure {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

figure > img {
	display:block;
	width:100%;
	height:auto;
}

a {
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	display:block;
	padding:0;
	margin:0;
	font-weight:normal;
}


.hidden-l {
	display:none;
}


.txt-z {
	line-height:0;
	font-size:0;
}
.txt-n {
	font-size:14px;
	font-weight: 400;
	line-height: 25px;
}

.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.v-bottom {
	vertical-align: bottom;
}

.overflow {
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.full-height {
	height:100%;
}
.fh {
	height: 100vh;
}

/* ========================================= COMMONS ============================== */

.trace {
	background-color: #CEEAF9;
	color: #000;
	display: block;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px dotted #09C;
}

.trace .close {
	display: block;
	float: right;
	color: white;
	background-color: #09C;
	cursor: pointer;
	font-size: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height:15px;
	text-decoration:none;
}

.table {
	/*border-collapse: separate; border-spacing: 5px;*/
	border-collapse: collapse; border-spacing: 0;
	width:100%;
}
.table th, td {
	padding: 5px;
	vertical-align: top;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-justify {
	text-align: justify;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	display:block;
	clear:both;
	line-height:0;
	height:0;
}

.hide {
	display:none;
}


.bloc {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ib {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.margin-auto {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.radius {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.transition {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.transition.fast {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.transition.slow {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.relative {
	position:relative;
}

.bg-cover {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.bg-contain {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.link {
	display:inline-block;
	text-decoration:none !important;
	line-height: normal;
	font-size: 11px;
	font-weight: 600;
	padding: 8px 15px;
	cursor: pointer;
	background-color: rgb(151, 190, 13);
	color: #FFF;
	border-radius: 4px;
	text-transform: uppercase;
}

.link:hover {
	color: rgb(151, 190, 13);
	background-color: #FFF;
}

.border {
	border:solid 1px;
}

/* ========================================= COLORS ============================== */

.bg-noir-10 {
	background-color:rgba(0,0,0,0.1);
}
.bg-noir-20 {
	background-color:rgba(0,0,0,0.2);
}
.bg-noir-30 {
	background-color:rgba(0,0,0,0.3);
}
.bg-noir-40 {
	background-color:rgba(0,0,0,0.4);
}
.bg-noir-50 {
	background-color:rgba(0,0,0,0.5);
}
.bg-noir-60 {
	background-color:rgba(0,0,0,0.6);
}
.bg-noir-70 {
	background-color:rgba(0,0,0,0.7);
}
.bg-noir-80 {
	background-color:rgba(0,0,0,0.8);
}
.bg-noir-90 {
	background-color:rgba(0,0,0,0.9);
}


.bg-noir {
	background-color:#000;
}
.bg-blanc {
	background-color:#FFF;
}
.bg-vert {
	background-color: rgb(151, 190, 13);
}
.bg-brun {
	background-color: #867a70;
}
.bg-violet {
	background-color: rgb(78, 37, 129);
}
.bg-fond {
	background-repeat: repeat-y;
	background-image: url(../media/images/fond.png);
	background-position: center top;
}
.bg-grisclair {
	background-color: rgb(192, 192, 192);
}

.b-noir {
	border-color:#000;
}
.b-blanc {
	border-color:#FFF;
}
.b-vert {
	border-color: rgb(151, 190, 13);
}
.b-brun {
	border-color: #867a70;
}
.b-violet {
	border-color: rgb(78, 37, 129);
}




.f-noir {
	color:#000;
}
.f-blanc {
	color:#FFF;
}
.f-vert {
	color: rgb(151, 190, 13);
}
.f-brun {
	color: #867a70;
}
.f-violet {
	color: rgb(78, 37, 129);
}


/* =============================================== STRIP MENU ================================= */


header.strip {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
header.strip #wrapper-menu {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 35px;
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
}

header.strip #wrapper-menu .menu {
	position: relative;
	top: 0;
	padding-right: 25px;
	z-index: 1;
}
header.strip #wrapper-menu .menu a {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
header.strip #wrapper-menu .menu a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
}
header.strip #wrapper-menu .menu a img {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: auto;
	margin-right: 10px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
header.strip #wrapper-menu .menu a:hover img {
	transform: rotate(90deg);
}

header.strip #wrapper-menu .social {
	position: relative;
	top: 0;
	padding-left: 25px;
	z-index: 1;
}
header.strip #wrapper-menu .social .ico {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
header.strip #wrapper-menu .social .ico:hover {
	opacity: 0.8;
}
.ico-facebook {
	background-image: url(../media/images/ico-facebook.png);
}
.ico-twitter {
	background-image: url(../media/images/ico-twitter.png);
}
.ico-linkedin {
	background-image: url(../media/images/ico-linkedin.png);
}
.ico-pinterest {
	background-image: url(../media/images/ico-pinterest.png);
}
.ico-youtube {
	background-image: url(../media/images/ico-youtube.png);
}
.ico-instagram {
	background-image: url(../media/images/ico-instagram.png);
}
.ico-maps {
	background-image: url(../media/images/ico-maps.png);
}


header.strip #wrapper-nav {
	height:100vh;
	width:0;
	overflow: hidden;
	position:absolute;
	top: 0;
	right:0;
	z-index: 2;
}
header.strip #wrapper-nav .close {
	display: block;
	position: absolute;
	top: 55px;
	right: 55px;
	background-size: contain;
	background-image: url(../media/images/close-noir.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	z-index: 3;
	cursor: pointer;
}

header.strip #wrapper-nav .overlay {
	position: absolute;
	width:100%;
	height: 100%;
	background-color: rgba(1,70,153,0.5);
	top: 0;
	left: 0;
}

header.strip #wrapper-nav nav{
	opacity:1;
}

/* ========================================= STD MENU ============================== */

header {
	margin-top: 20px;
}

header nav {
	line-height: 0px;
	font-size:0;
	text-align:center;
	background-color: rgba(255,255,255,0.1);
}

header nav ul {
	position: relative;
	padding: 0;
	margin:0;
	display: block;
	font-size: 0;
	line-height: 0;
}

header nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0px;
	text-align:left;
	font-size: 0;
	line-height: 0;
	margin-right: 3px;
}
header nav ul li a {
	display: block;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
	box-sizing: border-box;
	margin:0;
	padding: 10px;
}

header nav ul li:hover {
	position: relative;
	/*z-index: 101;*/
	cursor: pointer;
}

header nav > ul {
	margin-left: auto;
	margin-right: auto;
}


header nav > ul > li > a {
	background-color: rgba(255,255,255,1);
	color: rgb(78, 37, 129);;
	font-size: 12px;
	font-weight: 600;
}

header  nav > ul > li.up > a ,
header nav > ul > li > a:hover {
	color:#FFF;
	background-color: rgb(78, 37, 129);
}


header nav > ul > li > ul {
	visibility: hidden;
	position: absolute;
	left: 0px;
	/*z-index: 102;*/
	width: 200px;
}

header nav > ul > li:hover > ul {
	visibility: visible;
}

header nav > ul > li > ul > li {
	display: block;
}

header nav > ul > li > ul > li > a {
	color: #CCC;
	border: solid 1px rgba(0,0,0,0.1);
}

header nav > ul > li > ul > li > a:hover,
header nav > ul > li > ul > li.up > a
 {
	color:purple;
}


/* ====================================== footer =========================== */

footer {

}

footer p {
	display: block;
	padding: 0;
	margin: 0;
}

footer .credits {
	color: rgba(255,255,255,0.5);
}

footer .credits p {
	display: inline-block;
}

footer .credits a {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
}

footer .credits a:hover {

}

footer .small {
	font-size: 12px;
}

footer #adresse {
	margin-bottom: 20px;
}
footer #adresse a {
	text-decoration: underline;
	color: rgba(255,255,255,1);
}

footer #adresse a:hover {
	text-decoration: none;
}

/* =============================================================================================== */

.ariane {
	padding: 0;
	margin: 0 20px;
	color: rgba(0,0,0,0.5);
}
.ariane a {
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
.ariane a:hover {
	text-decoration: underline;
}


.couv {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow:hidden;
}

.couv img {
	height: auto;
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
/* ========================================= FORM ====================================================== */

form input[type=text],
form input[type=password],
form textarea
 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
}
form select
 {
	display: inline-block;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: normal;
}

form input[type=submit] {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 10px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	background-color: rgb(0,0,0);
	cursor:pointer;
	-webkit-appearance: none;
	/*font-family: "Raleway";*/
	font-size: 13px;
	line-height: normal;
	margin-top: 15px;
}

form input[type=submit]:disabled {
	opacity: 0.2;
	cursor: not-allowed;
}

.g-recaptcha {
	margin-bottom: 10px;
	display: block;
	padding: 0;
	box-sizing: border-box;
}

.g-recaptcha iframe {
	min-height: 0 !important;
}

hr {
	display:block;
	height:0;
	border:none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* ================================================= GRID ============================================== */

.page {
	display:block;
	width:1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page.xl {
	width:1400px;
}
.page.l {
	width:1200px;
}
.page.m {
	width:900px;
}

.page.s {
	width:800px;
}
.page.xs {
	width: 700px;
}
.page.xxs {
	width: 600px;
}



.col-100-l {
	width:100%;
}
.col-90-l {
	width:90%;
}
.col-80-l {
	width:80%;
}
.col-70-l {
	width:70%;
}
.col-60-l {
	width:60%;
}
.col-50-l {
	width:50%;
}
.col-40-l {
	width:40%;
}
.col-30-l {
	width:30%;
}
.col-20-l {
	width:20%;
}
.col-10-l {
	width:10%;
}

.col-33-l {
	width:33%;
}
.col-66-l {
	width:66%;
}

.col-25-l {
	width:25%;
}
.col-75-l {
	width:75%;
}


#vp #large {
	display:block !important;
}
#vp #medium {
	display:none !important;
}
#vp #small {
	display:none !important;
}


/* ============================================ SLIDER =================================================== */


.slick {
	margin-bottom:0;
	position:relative;
}
.slick .slick-list,
.slick .slick-track {
	height:100%;
}
.slick .slide {
	display:block;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.slick .slide .legende {
	position:absolute;
	right:0px;
	top:30%;
	width:50%;
}

.slick .slide img {
	display:block;
	width:100%;
	height:auto;
}

.slick .slick-arrow {
	width:40px;
	height:40px;
	background-size:contain;
	background-repeat: no-repeat;
	opacity:0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.slick .slick-arrow:hover {
	opacity:1;
}

.slick .slick-arrow::before {
	display:none;
}

.slick .slick-next {
	right:20px;
	z-index:1000;
	background-image: url(../media/images/arrow_right.png);
	background-position:center center;
}
.slick .slick-next:hover {
	right:15px;
}

.slick .slick-prev {
	left: 20px;
	z-index: 1000;
	background-image: url(../media/images/arrow_left.png);
	background-position: center center;
}

.slick .slick-prev:hover {
	left: 15px;
}

.slick .slick-dots {
	bottom:0;
}

.slick .slick-dots li {
		width: auto;
		height: auto;
		margin: 0 10px;
}
.slick .slick-dots li button {
	background-color: rgba(255,255,255,0.5);
	border-radius: 12px;
	width: 12px;
	height: 12px;
	transition: all 0.2s ease-in-out;
}
.slick .slick-dots li.slick-active button,
.slick .slick-dots li button:hover{
	background-color: #FFF;
}

.slick .slick-dots li button::before {
	display: none;
}

/* =========================== PADDING / MARGIN ============================== */

.padd-xxs {
	padding: 10px;
}
.padd-l-xxs {
	padding-left: 10px;
}
.padd-r-xxs {
	padding-right: 10px;
}
.padd-t-xxs {
	padding-top: 10px;
}
.padd-b-xxs {
	padding-bottom: 10px;
}
.padd-h-xxs {
	padding-left: 10px;
	padding-right: 10px;
}
.padd-v-xxs {
	padding-top: 10px;
	padding-bottom: 10px;
}



.padd-xs {
	padding: 20px;
}
.padd-l-xs {
	padding-left: 20px;
}
.padd-r-xs {
	padding-right: 20px;
}
.padd-t-xs {
	padding-top: 20px;
}
.padd-b-xs {
	padding-bottom: 20px;
}
.padd-h-xs {
	padding-left: 20px;
	padding-right: 20px;
}
.padd-v-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}


.padd-s {
	padding: 25px;
}
.padd-l-s {
	padding-left: 25px;
}
.padd-r-s {
	padding-right: 25px;
}
.padd-t-s {
	padding-top: 25px;
}
.padd-b-s {
	padding-bottom: 25px;
}
.padd-h-s {
	padding-left: 25px;
	padding-right: 25px;
}
.padd-v-s {
	padding-top: 25px;
	padding-bottom: 25px;
}


.padd-m {
	padding: 50px;
}
.padd-l-m {
	padding-left: 50px;
}
.padd-r-m {
	padding-right: 50px;
}
.padd-t-m {
	padding-top: 50px;
}
.padd-b-m {
	padding-bottom: 50px;
}
.padd-h-m {
	padding-left: 50px;
	padding-right: 50px;
}
.padd-v-m {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padd-xm {
	padding: 75px;
}
.padd-l-xm {
	padding-left: 75px;
}
.padd-r-xm {
	padding-right: 75px;
}
.padd-t-xm {
	padding-top: 75px;
}
.padd-b-xm {
	padding-bottom: 75px;
}
.padd-h-xm {
	padding-left: 75px;
	padding-right: 75px;
}
.padd-v-xm {
	padding-top: 75px;
	padding-bottom: 75px;
}

.padd-l {
	padding: 100px;
}
.padd-l-l {
	padding-left: 100px;
}
.padd-r-l {
	padding-right: 100px;
}
.padd-t-l {
	padding-top: 100px;
}
.padd-b-l {
	padding-bottom: 100px;
}
.padd-h-l {
	padding-left: 100px;
	padding-right: 100px;
}
.padd-v-l {
	padding-top: 100px;
	padding-bottom: 100px;
}


.padd-xl {
	padding: 150px;
}
.padd-l-xl {
	padding-left: 150px;
}
.padd-r-xl {
	padding-right: 150px;
}
.padd-t-xl {
	padding-top: 150px;
}
.padd-b-xl {
	padding-bottom: 150px;
}
.padd-h-xl {
	padding-left: 150px;
	padding-right: 150px;
}
.padd-v-xl {
	padding-top: 150px;
	padding-bottom: 150px;
}


/* ========================================= MAP ============================== */

.map {
	display: block;
	width: 100%;
	height: 500px;
}

/* ========================================= PARALLAX ============================== */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ========================================= TOOLTIP  ========================== */

.tooltipster-sidetip.tooltipster-custom .tooltipster-box {
	background-color: transparent;
	border: none;
	border-radius: 0;
	/*box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*/
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-content {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
}

/* ========================================= FLEX ============================== */

.wrapper-v-center {
	display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-v-center.align-right {
	display: flex;
	justify-content: flex-end;
}

/* ======================================= MASONRY ============================= */

.wrapper-masonry {
	box-sizing: border-box;
}

.wrapper-actu-sizer,
.wrapper-actu {
	width: 33%;
}
/*
.wrapper-actu a {
	cursor: pointer;
	text-decoration: none;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	padding-bottom: 30px;
	padding-top: 30px;
}
*/

.wrapper-actu {

}

.content .wrapper-actu .actu {
	background-color: #FFF;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.content .wrapper-actu figure {
	margin-bottom: 20px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.content .wrapper-actu img {
	max-width: 100%;
	height: auto !important;
}


.content .wrapper-actu h1 {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
	text-align: left;
	color: rgb(33,33,33);
}
.content .wrapper-actu p {
	font-size: 14px;
	line-height: normal;
	text-align: justify;
	line-height: 25px;
}
.content .wrapper-actu p a {
	margin-top: 15px;
	display: block;
	padding: 5px 12px;
	border-radius: 3px;
	background-color: rgba(33,33,33);
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	text-transform: uppercase;
}

.content .wrapper-actu p a:hover {
	background-color: rgb(151, 190, 13);
}
.content .wrapper-actu p.date {
	font-size: 11px;
	color:rgba(0,0,0,0.5);
}

.content .wrapper-actu video,
.content .wrapper-actu audio,
.content .wrapper-actu iframe {
	max-width: 100%;
	max-height: 300px;
}

/* ======================================= FANCYBOX ============================= */

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right : 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}


#slider_homepage {
	width: 100%;
}

#slider_homepage .owl-item {
	height: 100vh;
	box-sizing: border-box;
}

#slider_homepage .owl-item .slide {
	height: 100%;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#slider_homepage .owl-item .slide .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
}
#slider_homepage .owl-item .slide .overlay .legende {
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
}
#slider_homepage .owl-item .slide .overlay .legende .content {
	position: relative;
	opacity: 1;
	padding:0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#slider_homepage .owl-item .slide .overlay .legende .content h2{
	font-size: 35px;
	line-height: normal;
	font-weight: 400;
	color: #FFF;
	margin:0;
	padding: 0;
	opacity: 0;
	margin-bottom: 25px;
	display: inline-block;
	width: auto;

}
#slider_homepage .owl-item .slide .overlay .legende .content p {
	display: block;
	margin:0;
}
#slider_homepage .owl-item .slide .overlay .legende .content p a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	border:solid 1px #FFF;
	padding: 10px 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	opacity: 0;
}
#slider_homepage .owl-item .slide .overlay .legende .content p a:hover {
	background-color: #FFF;
	color: #000;
}
#slider_homepage .owl-nav {
	height: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 2;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#slider_homepage:hover .owl-nav {
	opacity: 1;
}
#slider_homepage .owl-nav button {
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center;
	display: block;
	background-color: #FFF;
	padding: 10px;
}
#slider_homepage .owl-nav .owl-prev {
	float: left;
	background-image: url(../media/images/arrow_left.png);

}
#slider_homepage .owl-nav .owl-next {
	float: right;
	background-image: url(../media/images/arrow_right.png);

}
#slider_homepage .owl-dots {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: auto;
	z-index: 4;
}
#slider_homepage .owl-dots button {
	display: inline-block;
	border: solid 1px #FFF;
	background-color: transparent;
	width: 12px;
	height: 12px;
	margin-left: 10px;
}
#slider_homepage .owl-dots button.active {
	background-color: #FFF;
}
.content h1 {
	font-size: 37px;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: normal;
}
.content h1 strong {
	font-weight: 600;
}

.content h2 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height: normal;
	color: rgb(78, 37, 129);
}

.content p a,
.content ul li a,
.content ol li a {
	color: #FFF;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}

.content video,
.content embed,
.content iframe,
.content object {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

header marquee {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	display: block;
	width: 70%;
	color: #FFF;
	position: absolute;
	z-index: 2;
	top: 120px;
	left: 25px;
}

/* ------------ SHORT CODE GALERIE {gal:id} ------------ */



.sc-galerie a {
	display: none;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	border:solid 8px #FFF;
}

.sc-galerie a figure {
	display: block;
	width: 100%;
	height: 100%;
}

.sc-galerie a:nth-of-type(1) {
	display: block;
	text-decoration: none;
}
.sc-galerie a:nth-of-type(1) .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.sc-galerie a:nth-of-type(1) .overlay span {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: normal;
	color: #FFF;
}
.sc-galerie a:nth-of-type(1):hover .overlay {
	background-color: rgba(0,0,0,0.8);
}


.sc-slider {
	width: 100%;
	height: 400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}



.sc-slider .slick-list,
.sc-slider .slick-track {
	/*height: 100%;
	padding:0 !important;
	*/
}

.sc-slider .slide {
	display: block;
	height: 100%;
	width: 900px;
}
.sc-slider .slide figure {
	background-size: contain;
	display: block;
	width: 100%;
	height: 100%;
}
.sc-slider .slide .overlay {
	display: none;
}


#sc-slider-6 {
	height:450px;
	background-color: #000;
}

#sc-slider-1 {
	background-color: #FFF;
}
#sc-slider-2 {
	background-color: #000;
}


.sc-grid {
	font-size:0;
	line-height:0;
}
.sc-grid a {
	display: inline-block;
	width:20%;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
}
.sc-grid a figure {
	display: block;
	width: 100%;
	height: 100%;
	border:solid 4px #FFF;
}
.sc-grid a .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
}
.sc-grid a .overlay span {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: normal;
	color: #FFF;
	opacity: 0;
}
.sc-grid a:hover .overlay {
	background-color: rgba(0,0,0,0.8);
}
.sc-grid a:hover .overlay span {
	opacity: 1;
}

#distributeurs .content ol {
	padding: 0;
	margin: 0;
}
#distributeurs .content ol li {
	font-size: 16px;
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 5px;
}

#actualite article {

}
/*

.actu {
	background-color: #FFF;
	display: inline-block;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.actu .date {
	font-size: 11px;
	line-height: normal;
	color: rgba(0,0,0,0.5);
}
.actu h2 {
	margin-bottom: 10px;
}

.actu {
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.actu p a {
	background-color: rgb(31,31,31);
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	line-height: normal;
	border-radius: 4px;
	padding: 5px 12px;
}
.actu p a:hover {
	background-color: rgb(151, 190, 13);
}
.actu p img {
	max-width: 100%;
	height: auto;

	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
*/

.bandeautop p {
    margin: 0;
}


#homepage h1 {
    font-size: 28px;
}