@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');

/* 
	COULEUR PRINCIPAL : #365283;
	COULEUR MENU : #2f4e87;
	COULEUR MENU NON SELECTIONNER : #b5b6b7;
	COULEUR MENU SELECTIONNER : #838384;
	COULEUR HIGHTLIGHT: #26457f;
	COULEUR BOUTON CLIQUER: #535353;
*/

/*GENERAL*/
#index_background
{
	position: relative;
    min-width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background-color: #322f31;
    overflow: hidden;
}
#index_background > .index_logo
{
	padding-top: 4%;
	text-align: center;
}
#index_background > .index_logo > a > img
{
	height: 155px;
}
#index_background > .index_bloc > .row
{
	padding-top: 5%;
}
#index_background > .index_bloc > .row > .col-4
{
	background-color: red;
}
#index_background > .index_bloc > .index_slogan
{
	color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 18px;
}
#index_background > .index_bloc > .index_marque
{
	color: #D9982E;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 0;
    margin: 0;
	font-size: 18px;
    padding-top: 15px;
}
html {
	height : 100%;
}

* {
	box-sizing : border-box;
	outline : none;
	-webkit-tap-highlight-color : rgba(255, 255, 255, 0);
}

BODY {
	height : 100%;
	margin : 0;
	font-family : 'Open Sans', sans-serif;
	font-size : 14px;
	color : #353535;
}

h1,
.highlight h2 {
	font-size: 24px;
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.917;
	text-align: center;
	color: #333333;
	padding: 15px 0;
}

.highlight {
	background-color : #282828;
}

.highlight hr:not(.small) {
	border-color : #26457f;
}

h2 {
	font-size: 24px;
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.917;
	text-align: center;
	color: #333333;
	padding: 15px 0;
}

h2 + hr.small {
	width : 100%;
	margin : 0;
}

.titre-article {
	margin : 0;
	text-align : justify;
	font-size : 20px;
	color : #bb7100;
}

h3 {
	margin : 5px 0;
	text-align : center;
	font-size : 14px;
	color : #010101;
}

h1 > a,
h2 > a,
h3 > a {
	text-decoration : none;
}

table {
	border-spacing : 0;
}

table td {
	margin : 0;
	padding : 0;
}

hr {
	display : block;
	width : 100px;
	margin : 0 auto;
	padding : 0 0 20px;
	max-width : 100%;
	border : 0;
	border-top : 2px solid #bb7100;
}

hr.small {
	border-top-width : 1px;
}

a img {
	border : 0;
}

a {
	color : #696969;
}

a:active,
a:focus {
	color : #696969;
}

.center {
	justify-content : center;
	text-align : center;
}

.block {
	display : block;
}

.left {
	text-align : left;
}

.right {
	text-align : right;
}

.small {
	font-size : 11px;
}

.middle {
	display : flex!important;
	align-items : center!important;
}

.middle.center {
	justify-content : center;
}

li.middle {
	display : inline-flex!important;
	vertical-align : middle;
}

.ok {
	color : #1ABA16;
}

.nok {
	color : #BA1616;
}

.clear {
	clear : both;
}

.absolute {
	position : absolute!important;
	top : 0;
	height : 100%;
}

.absolute.right {
	right : 0;
	width : 50%;
}

.absolute.left {
	left : 0;
	width : 50%;
}

.highlight_bloc {
	padding : 30px!important;
	color : #FFF;
	background-color : #322f31;
}

.highlight_bloc h2 {
	margin : 0 0 30px;
	padding : 25px 0 10px;
	color : #9c9ea0;
}

.highlight_bloc hr {
	border-color : #FFF;
}

.circle {
	display : inline-block;
	width : 27px;
	height : 27px;
	margin : 10px;
	border-radius : 100%;
	text-align : center;
	font-size : 17px;
	line-height : 27px;
	vertical-align : middle;
	color : #365283;
	background-color : #FFF;
}

.container {
	display : block;
	position : relative;
	width : 100%;
	margin : 0 auto;
	padding : 0 10px;
	max-width : 1200px;
}

.liste {
	width : 90%;
	margin : 0 auto;
	padding : 0;
	list-style : none;
}

.liste > li {
	display : table;
	width : 100%;
	margin : 0;
	padding : 0;
	border-bottom : 1px solid #FFF;
}

.liste > li > span {
	display : table-cell;
	padding : 10px 5px;
	text-align : left;
}

.liste > li > span:first-child + span {
	text-align : right;
}

.center {
	text-align : center;
}

.fade-c > *,
.fade {
	opacity : 0;
	transition : opacity ease-in-out 0.4s,transform ease-in-out 0.5s;
	-webkit-transform : translateX(-20px);
	transform : translateX(-20px);
}

.fade-c.visible > *,
.fade.visible {
	opacity : 1;
	-webkit-transform : translateX(0px);
	transform : translateX(0px);
}

.fade-c.visible >:nth-child(2) {
	transition-delay : 0.3s;
}

.fade-c.visible >:nth-child(3) {
	transition-delay : 0.6s;
}

.fade-c.visible >:nth-child(4) {
	transition-delay : 0.9s;
}

.fade-c.visible >:nth-child(5) {
	transition-delay : 1.2s;
}

.fade-c.visible >:nth-child(6) {
	transition-delay : 1.5s;
}

.fade-c.visible >:nth-child(7) {
	transition-delay : 1.8s;
}

.row {
	margin : 0 -10px;
	padding : 0;
	font-size : 0;
	list-style : none;
}

.row > * {
	display : inline-block;
	margin : 0;
	padding : 0 10px;
	font-size : 15px; /*font default*/
	vertical-align : top;
}

.row > .col-1 {
	width : 8.333333%;
}

.row > .col-2 {
	width : 16.666667%;
}

.row > .col-3 {
	width : 25%;
}

.row > .col-4 {
	width : 33.33%;
}

.row > .col-5 {
	width : 41.666667%;
}

.row > .col-6 {
	width : 50%;
}

.row > .col-7 {
	width : 58.333333%;
}

.row > .col-8 {
	width : 66.66%;
}

.row > .col-9 {
	width : 75%;
}

.row > .col-10 {
	width : 83.333333%;
}

.row > .col-11 {
	width : 91.666667%;
}

.row > .col-12 {
	width : 100%;
}

#captchagc,
#captchagc *
{
	box-sizing: border-box;
	outline: none;
}
#captchagc
{
	position: relative;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto;
}
#captchagc > img
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc > img + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img
{
	top: 18px!important;
	left: 197px!important;
}

/*FORMULAIRE*/

form {
	display : inline;
}

button,
input[type='button'],
input[type='submit'],
input[type='button']:active,
input[type='submit']:active,
button:active,
.bouton,
.bouton:active,
.button,
.button:active,
input[type='button']:focus,
input[type='submit']:focus,
button:focus,
.bouton,
.bouton:focus,
.button,
.button:focus {
	display : inline-block;
	margin : 10px;
	padding : 5px 15px;
	border : 1px solid #272727;
	border-radius : .25rem;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 14px;
	color : #fff;
	background-color : #272727;
	transition : color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor : pointer;
}

.bouton > .fa,
.button > .fa,
button > .fa {
	margin-right : 5px;
	font-size : 20px;
	vertical-align : middle;
}

input[type='button']:hover,
input[type='submit']:hover,
.bouton:hover,
.button:hover,
button:hover {
	text-decoration : none!important;
	color : #FFF;
	background : #2d2d2d;
}

input[type='text'],
input[type='password'],
select {
	margin : 2px 0;
	padding : 6px;
	border : 0px solid #CCC;
	border-radius : 2px;
	outline : none;
	color: #999999;
}

select {
	padding : 4px 6px;
}

textarea {
	padding : 6px;
	border : 0px solid #CCC;
	border-radius : 2px;
	color: #999999;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
	border : 0px solid #365283;
	outline : none;
}

fieldset {
/*border: 1px solid #CCC;*/

	margin : 0;
	padding : 0;
	border : 0;
}

fieldset > legend {
	text-align : center;
	font-size : 16px;
	font-weight : bold;
}

fieldset > ul,
fieldset > .contenu > ul {
	margin : 0;
	padding : 0;
	font-size : 0;
	list-style : none;
}

fieldset > ul > li,
fieldset > .contenu > ul > li {
	display : inline-block;
	width : 50%;
	margin : 0;
	padding : 0;
	font-size : 14px;
}

fieldset > ul > li > .input,
fieldset > .contenu > ul > li > .input {
	display : block;
	width : 100%;
	padding : 5px;
	text-align : left;
	font-size : 0;
}

fieldset > ul > li > .input > label,
fieldset > .contenu > ul > li > .input > label {
	font-size : 14px;
}

fieldset > ul > li > .input > div > input,
fieldset > ul > li > .input > div > select,
fieldset > ul > li > .input > div > textarea,
fieldset > .contenu > ul > li > .input > div > input,
fieldset > .contenu > ul > li > .input > div > select,
fieldset > .contenu > ul > li > .input > div > textarea {
	display : inline-block;
	width : 100%;
	font-size : 14px;
}

fieldset > ul > li.double,
fieldset > .contenu > ul > li.double {
	width : 100%;
}

.g-recaptcha {
	width : 100%!important;
}

.g-recaptcha > div {
	margin : 0 auto;
}

/*NOTIFICATIONS*/

.notification {
	margin : 10px;
	padding : 10px 20px;
	border-radius : 3px;
	text-align : left;
	color : #FFF;
}

.notification.small {
	margin : 0;
}

.notification:before {
	display : inline-block;
	margin : 0 10px 0 0;
	font-family : 'Font Awesome 5 Pro';
	font-size : 18px;
	vertical-align : middle;
	text-rendering : auto;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing : grayscale;
}

.notification > span {
	display : inline-block;
	width : calc(100% - 40px);
	vertical-align : middle;
}

.notification.closable:after {
	content : "\f00d";
	position : absolute;
	top : 50%;
	right : 0;
	margin : 0 10px 0 0;
	font-family : 'Font Awesome 5 Pro';
	font-size : 18px;
	vertical-align : middle;
	transform : translateY(-50%);
	cursor : pointer;
	text-rendering : auto;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing : grayscale;
}

.notification.absolute {
	position : absolute;
	top : 0;
	right : 0;
	left : 0;
}

.notification.validation,
.button.validation {
	background-color : #37bc9b;
}

.notification.validation:before {
	content : "\f00c";
}

.notification.information,
.button.information {
	background-color : #5D9CEC;
}

.notification.information:before {
	content : "\f05a";
}

.notification.erreur,
.button.erreur {
	background-color : #F05050;
}

.notification.erreur:before {
	content : "\f06a";
}

.notification.alert,
.button.alert {
	background-color : #f0bd50;
}

.notification.alert:before {
	content : "\f071";
}

/*SITE*/

#site {
	position : relative;
	width : 100%;
	height : 100%;
	margin : 0 auto;
}

/*HEADER*/

#logo {
	padding: 15px 0;
	display: inline-block;
	height : 100%;
}

#logo > img {
	height: 90px;
	transition : width ease-in-out 0.15s;
}

#header {
	z-index : 55;
	position : fixed;
	top : 0;
	right : 0;
	left : 0;
	text-align : right;
	background-color : #322f31;
	border-bottom: 2px solid #666566;
}

#header > .container {
	height : 120px;
	text-align: center;
}

/*#header_top
{
	background-color: #2d2c2c;
	color: #FFF;
}
#header_top > .container > span
{
	display: inline-block;
	padding: 5px;
}
#header_top a
{
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
}*/

/*MENU*/

.burger {
	display : none;
	z-index : 2;
	position : absolute;
	top : 0;
	right : 0;
	width : 30px;
	height : 80px;
	margin : -10px 20px;
	text-align : left;
	cursor : pointer;
}

.burger .icon-left {
	position : absolute;
	top : 35px;
	width : 15px;
	height : 4px;
	background-color : #FFF;
	transition-duration : 0.5s;
}

.burger .icon-left:before {
	content : "";
	position : absolute;
	top : -10px;
	width : 15px;
	height : 4px;
	background-color : #FFF;
	transition-duration : 0.5s;
}

.burger .icon-left:after {
	content : "";
	position : absolute;
	top : 10px;
	width : 15px;
	height : 4px;
	background-color : #FFF;
	transition-duration : 0.5s;
}

.burger .icon-right {
	position : absolute;
	top : 35px;
	left : 15px;
	width : 15px;
	height : 4px;
	background-color : #FFF;
	transition-duration : 0.5s;
}

.burger .icon-right:before {
	content : "";
	position : absolute;
	top : -10px;
	width : 15px;
	height : 4px;
	background-color : #FFF;
	transition-duration : 0.5s;
}

.burger .icon-right:after {
	content : "";
	position : absolute;
	top : 10px;
	width : 15px;
	height : 4px;
	background-color : #FFF;
	transition-duration : 0.5s;
}

body.nav-open .burger .icon-left {
	background : transparent;
	transition-duration : 0.5s;
}

body.nav-open .burger .icon-left:before {
	background-color : #FFF;
	transform : rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

body.nav-open .burger .icon-left:after {
	background-color : #FFF;
	transform : rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

body.nav-open .burger .icon-right {
	background : transparent;
	transition-duration : 0.5s;
}

body.nav-open .burger .icon-right:before {
	background-color : #FFF;
	transform : rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

body.nav-open .burger .icon-right:after {
	background-color : #FFF;
	transform : rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

#menu_1 {
	display : inline-block;
}

#menu {
	/*background-image: -moz-linear-gradient( 180deg, rgb(221,149,38) 0%, rgb(226,185,119) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(221,149,38) 0%, rgb(226,185,119) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(221,149,38) 0%, rgb(226,185,119) 100%);*/

	/*background-image: -moz-linear-gradient( 180deg, rgb(50,47,49) 0%, rgb(75,195,2) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(50,47,49) 0%, rgb(75,195,2) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(50,47,49) 0%, rgb(75,195,2) 100%);*/
	background-color: #D6D6D8;

	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	top: 120px;
	width: 100%;
	height: 61px;
    position: fixed;
    z-index: 54;
	transition: background-color 0.5s ease;
}

#menu > .container > ul {
/*background-color: rgba(0,0,0,0.85);*/

	margin : 0;
	padding : 0;
	list-style : none;
}

#menu > .container > ul > li {
	display : inline-block;
	position : relative;
	vertical-align : middle;
	*float : left;/*IE7*/
}

#menu > .container > ul > li:first-child > a {
	padding : 17.5px 20px 20px;
}

#menu > .container > ul > li:last-child {
	border-right : none;
}

#menu > .container > ul > li > a {
	text-transform: uppercase;

	display : block;
	position : relative;
	padding : 18.8px 10px;
	overflow : hidden;
	text-decoration : none;
	font-size : 15px;
	letter-spacing : -1px;
	color : #322f31;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}

#menu > .container > ul > li.sous-menu > a {
	padding : 20px 20px 20px 10px;
}

#menu > .container > ul > li > a > .fa {
	font-size : 22px;
	line-height : 25px;
}

#menu > .container > ul > li > a > .fa-angle-down {
	position : absolute;
	top : calc(50% - 2px);
	right : 4px;
	font-size : 17px;
	transition : top 0.3s;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

#menu > .container > ul > li:hover > a > .fa-angle-down.down1 {
	top : 120%;
}

#menu > .container > ul > li > a > .fa-angle-down.down2 {
	top : -20%;
}

#menu > .container > ul > li:hover > a > .fa-angle-down.down2 {
	top : calc(50% - 2px);
}

#menu > .container > ul > li:hover > a,
#menu > .container > ul > li.select > a {
	/*color : #fff;*/
	/*background-color: #bb7100;*/
	border-bottom: 3px solid #322f31;
}

#menu > .container > ul > li > ul {
/*margin-top: 22px;*/

	z-index : 3;
	position : absolute;
	padding : 0 5px;
	max-height : 0;
	min-width : 100%;
	overflow : hidden;
	text-align : left;
	list-style : none;
	background-color : #fff;
	box-shadow : 1px 1px 4px #3a3a3a;
	transition : max-height ease-in-out 0.4s;
}

#menu > .container > ul > li > ul > li {
	padding : 5px 0;
}

#menu > .container > ul > li > ul > li:first-child {
	padding-top : 15px;
}

#menu > .container > ul > li > ul > li:last-child {
	padding-bottom : 15px;
}

#menu > .container > ul > li:hover ul {
	max-height : 500px;
}

/*#menu > .container > ul > li:before
{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 27px;
    top: 100%;
    left: 0px;
}*/

#menu > .container > ul > li > ul > li {
	white-space : nowrap;
}

#menu > .container > ul > li > ul > li > a {
	display : block;
	padding : 5px;
	text-decoration : none;
	font-size : 15px;
	white-space : nowrap;
	color : #666;
}

#menu > .container > ul > li > ul > li:hover > a,
#menu > .container > ul > li > ul > li > a.select {
	color : #365283;
}

/* .scroll
{
	background-image: -moz-linear-gradient( 180deg, rgba(44,40,41,1) 0%, rgba(76,77,79,1) 100%) !important;
	background-image: -webkit-linear-gradient( 180deg, rgba(44,40,41,1) 0%, rgba(76,77,79,1) 100%) !important;
	background-image: -ms-linear-gradient( 180deg, rgba(44,40,41,1) 0%, rgba(76,77,79,1) 100%) !important;
	transition: background-color 0.5s ease;
} */

/*SLIDER ACCUEIL*/
.mouse {
    max-width: $mouse-width;
    width: 100%;
    height: 55px;
}

.scroll_slide {
    animation-name: scroll_slide;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
    animation-iteration-count: infinite;
    transform-origin: 50% 20.5px;
    will-change: transform, opacity;
    opacity: 1;
}

.scroll_slide-link {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes scroll_slide {
    0%,
    20% {
        transform: translateY(0) scaleY(1);
    }
    100% {
        transform: translateY(36px) scaleY(2);
        opacity: 0;
    }
}
#slider_accueil {
/*height: 100%!important;*/

	z-index : 1;
	position : relative;
	width : 100%!important;
	padding-top : 120px;
	overflow : hidden;
}

#slider_accueil > ul {
	position : relative!important;
	width : 100%;
}

#slider_accueil > ul > li {
/*height: 100%!important;*/

	position : relative!important;
	width : 100%;
	padding-top : 30%;
	background-position : 50% 50%;
	background-repeat : no-repeat;
	background-size : cover;
}

#slider_accueil > ul > li > a {
	display : block;
	position : absolute;
	top : 0;
	width : 100%;
	height : 100%;
}

#slider_accueil img {
	margin : 0;
}

#slider_accueil > ul > li video {
	z-index : 1;
	position : absolute;
	top : 0;
	right : 0;
	bottom : 0;
	left : 0;
	width : 100%;
	height : 100%;
	object-fit : cover;
}

#slider_accueil .boutonPagination.select {
	background : #2c2829 !important;
}

#slider_accueil .boutonsPagination {
	right: 50% !important;
    transform: translateX(50%);
}

#slider_accueil .boutonPagination {
	width : 20px!important;
	height : 5px!important;
	opacity : 1!important;
	border-radius : 0 !important;
}

#slider_accueil .CJSlider-navigation-gauche
{
	left: 5% !important;
}
#slider_accueil .CJSlider-navigation-droite
{
	right: 5% !important;
}

#slider_accueil .CJSlider-navigation-gauche,
#slider_accueil .CJSlider-navigation-droite {
	top: 50%!important;
	transform: translateY(50%) !important;
	background-color: #fff;
	padding: 5px 18px; 
}

#slider_accueil .CJSlider-navigation-gauche > i,
#slider_accueil .CJSlider-navigation-droite > i {
	font-size : 40px;
	color : #000000;
	cursor : pointer;
}

#slider_accueil .CJSlider-navigation-gauche > i {
	right : 10px;
}

#slider_accueil .CJSlider-navigation-droite > i {
	left : 10px;
}

#slider_accueil .slide-contenu {
	z-index : 2;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}

.slide-contenu .container {
	position : relative;
	top : 0;
	height : 100%;
}

#slider_accueil .slide-contenu > .container > div {
	position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
    width: 100%;
}

#slider_accueil .slide-contenu .slide-titre {
	display : inline-block;
	padding : 5px 50px;
	text-align : center;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 27px;
	color : #FFF;
	width: 100%;
}

#slider_accueil .slide-contenu .slide-texte {
	display : block;
	margin : 0 0 0 30px;
	padding : 10px 20px;
	max-width : 100%;
	text-decoration : none;
	font-size : 17px;
	color : #FFF;
	width: 100%;
	text-align: center;
}

#slider_accueil .slide-contenu .slide-texte a {
	text-shadow : none;
}
.slide-bouton
{
	width: 185px;
    background-color: rgba(255, 255, 255,0.8);
    padding: 10px;
    text-align: center;
    margin: 15px auto;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

#slider_accueil > ul > li > a:hover > div > div > div > div.slide-bouton
{
    background-color: rgba(255, 255, 255,1);
}
#recherche-annonces
{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
}
#slider_accueil #recherche-annonces
{
	position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
#recherche-annonces > div
{
	display: block;
}
#recherche-annonces > div > div
{
	background-color: #FFF;
	border-radius: 0 5px 5px 5px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
#recherche-annonces > div > div form > div
{
	margin: 0;
}
#recherche-annonces > div > ul
{
	list-style: none;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
}
#recherche-annonces > div > ul > li
{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 4px 0 0;
	padding: 2px 20px 0;
	
	background-color: #C71F25;
	border-radius: 5px 5px 0 0;
	font-size: 20px;
	color: #FFF;
	width: 120px;
	text-align: center;

	transition: 200ms ease-in-out padding,200ms ease-in-out background-color,200ms ease-in-out color;
	cursor: pointer;
}
#recherche-annonces > div > ul > li:hover,
#recherche-annonces > div > ul > li.select
{
	background-color: #FFF;
	color: #000;
	padding: 4px 20px;
}
#recherche-annonces > div #recherche-annonces-vehicule
{
	display: block;	
}
#recherche-annonces select, 
#recherche-annonces input[type='text']
{
    cursor: pointer;
    text-align: left;
    padding: 10px 15px 10px 10px;
    font-size: 13px;
    color: #000;
    background-color: #f4f4f4;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin: 10px 0;
    width: 100%;
}
#recherche-annonces select
{
	padding: 9px 15px 9px 10px;
}
#recherche-annonces input[type="submit"]
{
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    margin: 10px 0;
    padding: 10px 15px;
    width: 100%;
}


/*CONTENT*/

#content {
/*padding-top: 130px; Si header actif !*/

/*height: calc(100% - 100px);*/

	position : relative;
	padding-top : 180px;
	min-height : calc(100% - 367px);
	background-color: #F6F6F6;
}

#marque
{
	background-image: url(../img/marque/marque.jpg);
    border-bottom: 1px solid #cccccc;
    height: 140px;
    background-size: 100%;
}

#marque > .container > .row > div
{
	margin-top: 20px;
}

#marque > .container > .row > div > a
{
	padding: 20px;
    position: absolute;
    border-radius: 3px;
    transform: translateX(-50%);
    transition-timing-function: ease;
    transition-duration: 0.5s;
    transition-property: background-color filter;
}

#marque > .container > .row > div > a > img
{
	opacity: 0.5;
	width: 45px;
}

#marque > .container > .row > div > a:hover
{
	background-color: #2c2829;
}

#marque > .container > .row > div > a:hover > img
{
	opacity: 1;
	-webkit-filter: invert(1);
	filter: invert(1);
}

#slider_accueil + #content {
	padding-top : 0;
}

#content > div {
	padding-bottom : 20px;
}

#slider_accueil + #content {
	margin-top : 0;
}

#content img {
	margin : 5px;
}

#content img[align='left'] {
	margin : 5px 20px 5px 0;
}

#content img[align='right'] {
	margin : 5px 0 5px 20px;
}

#content img[align='absmiddle'] {
	margin : 5px;
}

#content .sous_pages {
	margin : 0;
	padding : 0;
	text-align : center;
}

#content .sous_pages > li {
	display : inline-block;
	width : 48%;
	margin : 1%;
	padding : 0;
	list-style : none;
}

#content .sous_pages > li > a {
	display : inline-block;
	width : 100%;
	padding : 30px 0;
	border-radius : 5px;
	text-decoration : none;
	text-transform : uppercase;
	color : #fff;
	background-color : #696969;
}

#content .sous_pages > li > a:hover {
	background-image: -moz-linear-gradient( 180deg, rgb(221,149,38) 0%, rgb(187,113,0) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(221,149,38) 0%, rgb(187,113,0) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(221,149,38) 0%, rgb(187,113,0) 100%);
}

.bloc-accueil {
	z-index : 8;
	position : relative;
	margin : 20px auto;
	padding-left : 0;
	text-align : center;
	font-size : 0;
	list-style : none;
}

.bloc-accueil > li {
	display : inline-block;
	width : 345px;
	height : 450px;
	margin : 5px;
	max-width : 435px;
	border-radius : 4px;
	font-size : 15px;
	vertical-align : top;
	color : white;
	perspective : 500px;
}

.bloc-accueil > li > a {
	display : block;
	position : relative;
	width : 100%;
	height : 100%;
	text-decoration : none;
	color : white;
	background-color : rgb(219,219,219);
	background-position : 50% 50%;
	background-size : cover;
	-webkit-transform-style : preserve-3d;
	-moz-transform-style : preserve-3d;
	transform-style : preserve-3d;
	perspective : 500px;
	-ms-transform-style : preserve-3d;
	-o-transform-style : preserve-3d;
}

.bloc-accueil > li > a.anim {
	box-shadow : 0 0 0 rgba(0, 0, 0, 0) !important;
	-webkit-animation : leave-animation 0.5s forwards cubic-bezier(0.18,2.07,1,1);
	-moz-animation : leave-animation 0.5s forwards cubic-bezier(0.18,2.07,1,1);
	-o-animation : leave-animation 0.5s forwards cubic-bezier(0.18,2.07,1,1);
	animation : leave-animation 0.5s forwards cubic-bezier(0.18,2.07,1,1);
	-ms-animation : leave-animation 0.5s forwards cubic-bezier(0.18,2.07,1,1);
}

@keyframes leave-animation {
	100% {
		transform : rotateX(0deg) rotateY(0deg);
	}
}

.bloc-accueil .titre-bloc {
	position : absolute;
	bottom : 10px;
	left : 0;
	padding : 3px 10px;
	text-align : left;
	text-transform : uppercase;
	font-size : 13px;
	font-weight : bold;
	letter-spacing : 2px;
	color : #333;
	background-color : rgba(255,255,255,0.9);
}

.bloc-accueil .prix-bloc {
/*background-image: url(../img/macaron.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;*/

	position : absolute;
	bottom : 40px;
	left : 10px;
	width : 100px;
	height : 100px;
	padding : 40px 0;
	text-align : center;
	font-size : 20px;
	color : #FFF;
	transform : rotate(15deg);
}

.bloc-accueil .btn-bloc {
	position : absolute;
	bottom : 10px;
	left : 0;
	padding : 3px 10px;
	text-align : left;
	text-transform : uppercase;
	font-size : 13px;
	font-weight : bold;
	letter-spacing : 2px;
	color : #333;
	background-color : rgba(255,255,255,0.9);
}

.parallax,
.parallax2 {
/* background-size: cover; */

	margin : 0;
	min-height : 120px;
	color : white;
	background-image : url(../img/parallax.jpg);
	background-position : 50% 50%;
	background-repeat : no-repeat;
	background-size : cover;
}

.parallax h2 {
	text-align : center;
	color : #FFF;
}

.parallax2 {
	background-color : #E5DCD7;
	background-image : none;
}

.parallax > .parallax-texte
{
	height: 100px;
	padding: 50px 0;
	text-align: center;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
}

.parallax2 h2 {
	text-align : center;
	color : #000;
}

#page-a-propos {
	color : #FFF;
}

#page-horaires {
/*background-image: url(../img/horaires.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;*/

	height : 463px;
	padding : 0!important;
}

#page-coordonnees a {
	text-decoration : none;
	font-size : 20px;
	color : #FFF;
}

#page-facebook {
	padding : 50px 0;
	text-align : center;
	background-attachment : fixed;
	background-image : url(../img/facebook.jpg);
	background-position : 50% 50%;
	background-repeat : no-repeat;
	background-size : cover;
}

#page-facebook > iframe {
	box-shadow : 0 0 20px 5px rgba(0,0,0,0.5);
}

#page-contact > h2 {
	padding-top : 25px;
}

#page-partenaires {
	text-align : center;
}

#page-partenaires .container {
	display : flex;
	align-items : center;
	justify-content : center;
	height : 200px;
}

#page-partenaires a {
	display : inline-block;
	margin : 5px;
	vertical-align : middle;
}

#page-partenaires a > img {
	max-width : 200px;
}
#vehicule-cards > div > a
{
	text-decoration: none;
}
#vehicule-cards > div > a > .vehicule-card
{
	background-color: #fff;
	box-shadow: 0 0 6px 0px rgba(150,150,150,.9);
}
#vehicule-cards > div:nth-child(n+4)
{
	margin: 15px 0 0;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-image
{
	overflow: hidden;	
	height: 216px;
	width: 100%;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-image > ul
{
	width: 100%;
	height: 100%;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-image > ul > li
{
	width: 100%;
	height: 100%;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-image .CJSlider-navigation-gauche,
#vehicule-cards > div > a > .vehicule-card > .vehicule-image .CJSlider-navigation-droite
{
	display: none;
	font-size: 30px;
	color: #FFF!important;
}
#vehicule-cards > div > a:hover > .vehicule-card > .vehicule-image .CJSlider-navigation-gauche,
#vehicule-cards > div > a:hover > .vehicule-card > .vehicule-image .CJSlider-navigation-droite
{
	display: block;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-image img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	margin: 0;
	padding: 0;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-contenu
{
	padding: 15px;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-contenu > .vehicule-titre
{
	font-size: 17px;
    line-height: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #111;
    width: 60%;
    min-height: 30px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-contenu > .vehicule-prix
{
	padding: 15px 0;
    font-size: 20px;
    color: #BB7100;
    font-weight: 600;
    text-align: right;
    margin-top: -45px;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-contenu > .vehicule-pictos > ul
{
	border-top: 1px solid #e7e6e6;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 20px 0 0;
    color: #555555;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-contenu > .vehicule-pictos > ul > li
{
	float: left;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 8px;
    width: 50%;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-contenu > .vehicule-pictos > ul > li > i
{
	font-size: 15px;
    margin-right: 8px;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-contenu > .vehicule-plus
{
	padding: 10px;
	margin: 0;
	text-align: right;
    background-color: #ededed;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-contenu > .vehicule-plus > a
{
    text-decoration: none;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-plus
{
	background-color: #ededed;
	padding: 10px;
	text-align: right;
}
#vehicule-cards > div > a > .vehicule-card > .vehicule-plus > a
{
	text-decoration: none;
}
#vehicule-cards > div > a:hover > .vehicule-card > .vehicule-plus
{
	background-color: #dedddd;
	transition: background-color 0.36s linear;
}
.label-vendu {
	line-height: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    background-color: #D24040;
    z-index: 1;
    padding: 0 15px;
    margin-top: 15px;
}
#annonce > .col-2 > .annonce-mini-box
{
	border: 1px solid #dcd9d9;
    min-height: 113px;
    min-width: 123px;
    padding: 10px;
    text-align: center;
}
#annonce > .col-2 > .annonce-mini-box > .annonce-mini-box-icone
{
	color: #c0c0c0;
    font-size: 36px;
    margin: 0px;
}
#annonce > .col-2 > .annonce-mini-box > .annonce-mini-box-texte
{
	font-weight: 300;
	margin: 0px;
	font-size: 20px;
    line-height: 32px;
}
#annonce > .col-2 > .annonce-mini-box > .annonce-mini-box-description
{
	color: rgb(221,149,38);
    fill: rgb(221,149,38);
	font-size: 11px;
    margin: 0px;
}
.annonce-description {
    color: #333333;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #c8c8c8;
}
.annonce-description > .annonce-sous-titre
{
	color: #322f31;
    font-weight: 600;
    margin: 0 auto 15px;
    font-size: 15px;
    line-height: 32px;
    background-color: #c0c0c0;
    padding-left: 15px;
}
#annonce > .col-6 > .annonce-description > .annonce-description-texte > div
{
	width: 50%;
	font-size: 16px;
	line-height: 21px;
    color: black;
}
#annonce > .col-12 > .annonce-description > .annonce-description-texte > div
{
	width: 20%;
	font-size: 16px;
	line-height: 21px;
    color: black;
}
.annonce-description > .annonce-description-texte > span
{
	font-size: 16px;
	line-height: 21px;
    font-weight: 600;
    color: rgb(221,149,38);
}
.annonce-description > .annonce-description-texte > div, .annonce-description > .annonce-description-texte > span
{
	display: inline-block;
}
.pricingTable{
    background: linear-gradient(to bottom,transparent 24%,#fff 25%);
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 0 40px;
    margin: 0 15px;
   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
    min-height: 352px;
}
.pricingTable .pricingTable-header{
    color: #fff;
    padding: 45px 15px 35px;
    position: relative;
}
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: '';
    background: #dd9628;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-clip-path: polygon(100% 20%, 100% 100%, 50% 90%, 0 100%, 0 0);
    clip-path: polygon(100% 20%, 100% 100%, 50% 90%, 0 100%, 0 0);
}
.pricingTable .pricingTable-header:after{
    background: #322f31;
    height: 95%;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 20%);
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 20%);
}
.pricingTable .title{
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .currency{
    font-size: 60px;
    line-height: 60px;
}
.pricingTable .amount{
    font-size: 60px;
    line-height: 70px;
}
.pricingTable .amount-sm{
    font-size: 22px;
    line-height: 35px;
    vertical-align: top;
}
.pricingTable .pricing-content{
    padding: 10px 0;
    margin: 0 30px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #505050;
    font-size: 18px;
    line-height: 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}
.pricingTable .pricing-content li:last-child{ border-bottom: none; }
.pricingTable .pricingTable-signup{
    color: #35c2ff;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 2px solid #35c2ff ;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{ color: #fff; }
.pricingTable .pricingTable-signup:before{
    content: "";
    background-color: #35c2ff;
    height: 150px;
    width: 220px;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: -15px;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.pricingTable .pricingTable-signup:hover:before{ bottom: -50px; }
.pricingTable.orange .pricingTable-header:after{ background-color: #FF9F00; }
.pricingTable.orange .pricingTable-signup{
    color: #FF9F00;
    border-color: #FF9F00;
}
.pricingTable.orange .pricingTable-signup:hover{ color: #fff; }
.pricingTable.orange .pricingTable-signup:before{ background-color: #FF9F00; }
.pricingTable.magenta .pricingTable-header:after{ background-color: #EC407A;  }
.pricingTable.magenta .pricingTable-signup{
    color: #EC407A;
    border-color: #EC407A;
}
.pricingTable.magenta .pricingTable-signup:hover{ color: #fff; }
.pricingTable.magenta .pricingTable-signup:before{ background-color: #EC407A; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 30px; }
}

#partenaires-liste {
	margin : 0;
	padding : 0;
	text-align : center;
	font-size : 0;
	list-style : none;
}

#partenaires-liste > li {
	display : inline-block;
	width : 200px;
	height : 180px;
	margin : 10px;
	padding : 15px;
	overflow : hidden;
	text-align : center;
	font-size : 14px;
	transition : ease-in-out 200ms box-shadow;
}

#partenaires-liste > li > a {
	display : block;
	margin : 0;
	padding : 0;
	text-decoration : none;
}

#partenaires-liste > li:hover {
	-webkit-box-shadow : 0 0 3px 0 #656565;
	-moz-box-shadow : 0 0 3px 0 #656565;
	box-shadow : 0 0 3px 0 #656565;
	-o-box-shadow : 0 0 3px 0 #656565;
	filter : progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=3);
}

#partenaires-liste > li img {
	height : initial;
	margin : 0;
	max-width : 100%;
}

#partenaires-liste > li > a > .partenaires-liste-titre {
	color : #044D71;
}

#actualites-liste {
	margin : 0;
	padding : 0;
	font-size : 0;
	list-style : none;
}

#actualites-liste > div > a {
	font-size: 0;
    background-color: #f5f5f5;
    display: block;
    margin: 0px 0px 20px 0px; 
    text-decoration: none;
}

#actualites-liste > div > a > div {
	display : inline-block;
	font-size : 16px;
	vertical-align : top;
}

#actualites-liste > div > a > div:first-child {
	position: relative;
    width: 100%;
    height: 200px;
    background-color: #ededed;
    overflow: hidden;
}

#actualites-liste > div > a > div:first-child > img {
	position: absolute;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

#actualites-liste > div > a > div:first-child + div {
	position : relative;
	padding : 0 10px 10px 10px;
	max-height : 80px;
	height: 80px;
}

#actualites-liste > div > a > div > .actualite-effect {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    color: #fff;
    transition: opacity 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 200ms;
}

#actualites-liste > div > a:hover > div > .actualite-effect {
	opacity: 1;
	background-color: rgba(0,0,0,0.3); 
}

#actualites-liste > div > a > div > h2 {
  font-size: 16px;
  color: rgb(47, 60, 78);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.501;
  text-align: left;
}
.actualite-top 
{
    margin-top: 35px;
    overflow: hidden;
}
.actualite-date
{
	width: 145px;
    text-align: center;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 0px 5px 5px 5px;
    margin: 0;
}
.actualite-date-jour {
    font-size: 25px;
    color: #2f4e87;
    text-transform: uppercase;
    display: block;
}
.actualite-date-mois {
    font-size: 15px;
    color: rgb(47, 60, 78);
    text-transform: uppercase;
    text-align: left;
}
.actualites-content
{
	margin: 0;
	padding: 0;
}
.actualites-content img
{
	margin: 0 !important;
	width: 100%;
}
.actualite-texte
{
	text-align: justify !important;
}
.actualite-titre {
  font-size: 16px;
  color: rgb(20, 36, 64);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.501;
}


#galerie-liste {
	width : 100%;
	padding-left : 0;
	text-align : center;
	font-size : 0;
	list-style : none;
}

#galerie-liste > li {
    display: inline-flex;
    position: relative;
    width: calc(25% - 10px);
    margin: 5px;
    padding-top: 20%;
    overflow: hidden;
    vertical-align: top;
}

#galerie-liste > li .titre {
	display : flex;
	z-index : 2;
	position : absolute;
	bottom : 10px;
	left : 0;
	align-items : center;
	justify-content : center;
	width : calc(100% - 10px);
	height : 50px;
	margin : 5px;
	padding : 5px;
	border-radius : 3px;
	font-size : 18px;
	color : #FFF;
	background-color : rgba(0,0,0,0.7);
	transition : ease-in-out 200ms bottom;
}

#galerie-liste > li .titre > span {
	display : inline-block;
}

#galerie-liste > li:hover .titre {
	bottom : -100%;
}

#galerie-liste > li > a {
	display : block;
	position : absolute;
	top : 0;
	width : 100%;
	height : 100%;
	background-color : #CCC;
}

#galerie-liste > li > a > .mask {
	z-index : 3;
	position : absolute;
	top : 100%;
	width : 100%;
	height : 100%;
	opacity : 0;
	background-color : rgba(0, 0, 0, 0.7);
	-webkit-animation : 150ms forwards linear;
	animation : 0.15s forwards linear;
}

#galerie-liste > li > a > .mask > i {
	position : absolute;
	top : 50%;
	left : 50%;
	font-size : 45px;
	color : white;
	-webkit-transform : translateX(-50%) translateY(-50%);
	transform : translateX(-50%) translateY(-50%);
}

#galerie-liste > li > a > .mask > span {
	display : block;
	position : absolute;
	top : 50%;
	left : 50%;
	width : 95%;
	text-align : center;
	font-size : 15px;
	color : white;
	-webkit-transform : translateX(-50%) translateY(-50%);
	transform : translateX(-50%) translateY(-50%);
}

#galerie-liste > li > a > .mask > span > i {
	font-size : 45px;
}

#galerie-liste > li img.portrait
{
	width: 100%;
	height: auto!important;
	max-width: 100%!important;
}
#galerie-liste > li img.landscape
{
	width: auto;
	height: 100%!important;
	max-height: 100%;
}

.item
{
	position: relative;
	float: left;
	width: calc(33.33333% - 10px);
    background-color: #000;
    overflow: hidden;
    margin: 5px;
}
.item:after
{
	content: '';
	display: block;
	background-color: inherit;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
	transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0.3;
}
.item:hover:after
{
	transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
}
.item:hover .item-image
{
	transform: scale(1.2) translateZ(0);
}
.item:hover .item-text
{
	opacity: 1;
	transform: translateY(0);
}
.item-image
{
	height: auto;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
.item-image::before
{
	content: "";
	display: block;
	padding-top: 75%;
	overflow: hidden;
}
.item-image img
{
	position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    margin: 0 !important;
}
.item-image img.landscape
{
	width: auto;
    height: 100%!important;
    max-height: 100%;
	transform: translateX(0);
}
.item-image img.portrait
{
	width: 100%;
    height: auto!important;
    max-width: 100%!important;
    transform: translateY(-25%);
}
.item-text
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	text-align: center;
	z-index: 1;
	color: #fff;
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1),
	transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 300ms;
	transform: translateY(-20%);
}
.item-text-wrapper
{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.item-text-title
{
	font-size: 36px;
	padding: 0 15px;
	margin: 5px 0 0 0;
}

@keyframes in-top {
	0% {
		top : -100%;
		left : 0%;
		opacity : 1;
	}
	
	100% {
		top : 0%;
		left : 0%;
		opacity : 1;
	}
}

@keyframes in-bottom {
	0% {
		top : 100%;
		left : 0%;
		opacity : 1;
	}
	
	100% {
		top : 0%;
		left : 0%;
		opacity : 1;
	}
}

@keyframes in-right {
	0% {
		top : 0%;
		left : 100%;
		opacity : 1;
	}
	
	100% {
		top : 0%;
		left : 0%;
		opacity : 1;
	}
}

@keyframes in-left {
	0% {
		top : 0%;
		left : -100%;
		opacity : 1;
	}
	
	100% {
		top : 0%;
		left : 0%;
		opacity : 1;
	}
}

#galerie-liste > li > a > .mask.in-top {
	-webkit-animation-name : in-top;
	animation-name : in-top;
}

#galerie-liste > li > a > .mask.in-bottom {
	-webkit-animation-name : in-bottom;
	animation-name : in-bottom;
}

#galerie-liste > li > a > .mask.in-right {
	-webkit-animation-name : in-right;
	animation-name : in-right;
}

#galerie-liste > li > a > .mask.in-left {
	-webkit-animation-name : in-left;
	animation-name : in-left;
}

@keyframes out-top {
	0% {
		top : 0%;
		left : 0%;
		opacity : 1;
	}
	
	100% {
		top : -100%;
		left : 0%;
		opacity : 1;
	}
}

@keyframes out-bottom {
	0% {
		top : 0%;
		left : 0%;
		opacity : 1;
	}
	
	100% {
		top : 100%;
		left : 0%;
		opacity : 1;
	}
}

@keyframes out-right {
	0% {
		top : 0%;
		left : 0%;
		opacity : 1;
	}
	
	100% {
		top : 0%;
		left : 100%;
		opacity : 1;
	}
}

@keyframes out-left {
	0% {
		top : 0%;
		left : 0%;
		opacity : 1;
	}
	
	100% {
		top : 0%;
		left : -100%;
		opacity : 1;
	}
}

#galerie-liste > li > a > .mask.out-top {
	-webkit-animation-name : out-top;
	animation-name : out-top;
}

#galerie-liste > li > a > .mask.out-bottom {
	-webkit-animation-name : out-bottom;
	animation-name : out-bottom;
}

#galerie-liste > li > a > .mask.out-right {
	-webkit-animation-name : out-right;
	animation-name : out-right;
}

#galerie-liste > li > a > .mask.out-left {
	-webkit-animation-name : out-left;
	animation-name : out-left;
}

#galerie-liste > li img {
	z-index : 1;
	position : absolute;
	top : 50%;
	left : 50%;
	margin : 0;
	max-height : 100%;
	max-width : 100%;
	transform : translate(-50%, -50%);
}

/*TEMOIGNAGES*/
#temoignages > .container > .row > .col-6 > .temoignages_content
{
	padding: 20px;
    border: 2px solid #fff;
}

#temoignages > .container > .row > .col-6 > .temoignages_content > .temoignages-stars > .fal
{
	color: #747375;
}

#temoignages > .container > .row > .col-6 > .temoignages_content > .temoignages-titre
{
	color: #9c9ea0;
	padding: 10px 0;
	font-weight: bold;
}

#temoignages > .container > .row > .col-6 > .temoignages_content > .temoignages-texte
{
	text-align: justify;
}

/*SERVICES*/
#services > .container
{
	background-image: url(../img/nos_services_background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#services > .container > .row > .col-3 > .services-icones > i
{
	font-size: 44px;
    color: #49494b;
}
#services > .container > .row > .col-3 > .services-titre
{
	padding: 15px 0;
	font-weight: bold;
	color: #000;
}
#services > .container > .row > .col-3 > .services-texte
{
	padding: 0 0 50px 0;
	text-align: justify;
}
#services > .container > .row > .col-3 > .services-texte > a
{
	color: rgb(221,149,38);
	text-decoration: underline;
	font-style: italic;
}

/*QUI SOMMES-NOUS*/
#qui-sommes-nous
{
	background-color: #ececec;
	padding: 25px 0;
}
#qui-sommes-nous > .container > h2
{
	padding: 0 0 15px 0;
}

/*BACKGROUND CONTACT*/
#background-contact
{
	background-color: #ececec;
	margin-top: -20px;
}
#page-contact > h2
{
	padding-top: 40px;
}

/*MENTIONS*/

#mentions {
	font-size : 0;
}

#mentions h2,
#mentions h3 {
	margin : 0;
	padding : 0 0 10px;
	text-align : left;
	text-align : center;
	font-size : 16px;
}

#mentions > div {
	margin : 10px 0 10px;
	padding : 10px;
	font-size : 14px;
	background-color : #F6F6F6;
}

#mentions > div:first-child,
#mentions > div:first-child + div {
	display : inline-block;
	width : calc(50% - 5px);
	margin : 10px 0 0;
	min-height : 280px;
	vertical-align : top;
}

#mentions > div:first-child {
	margin-right : 5px;
}

#mentions > div:first-child + div {
	margin-left : 5px;
}

/*AUTRES SLIDERS*/
.slider_galerie
{
	clear: both;
}
.slider_galerie > div:first-child
{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
	background-color: #D3D3D3;
}
.slider_galerie > div:first-child > ul
{
	position: relative!important;
	margin: 0;
	top: 0!important;
	width: 100%;
	height: 100%!important;
}
.slider_galerie > div:first-child > ul > li
{
	position: relative!important;
	margin: 0;
	top: 0!important;
	width: 100%;
	height: 100%!important;
	padding-top: 75%;
}
.slider_galerie > div:first-child > ul > li > a
{
	display: block;
	width: 100%;
	height: 100%!important;
	text-decoration: none;
}
.slider_galerie > div img
{
	margin: 0!important;
	vertical-align: middle;
}
.slider_galerie > div:first-child > ul > li > a > img
{
	position: absolute;	
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	width: inherit;
	height: inherit;
	width: initial!important;
	height: initial!important;
}
.slider_galerie > div:first-child + div
{
	display: inline-block;
	position: relative;
	width: 50%!important;
	height: 100%!important;
	background-color: #EAEAEA;
	vertical-align: top;
}
.slider_galerie > div:first-child + div > div
{
	padding-top: 75%;
}
.slider_galerie > div:first-child + div > div > div
{
	position: absolute!important;
	top: 0;
	height: 100%!important;
	white-space: inherit!important;
	overflow: auto!important;
	padding: 2px;
}
.slider_galerie > div:first-child + div > div > div > img
{
	height: 100px!important;
	margin: 2px 2px 2px 2px!important;
}
.slider_galerie .boutonPagination.select
{
	background-color: #BC2C50!important;
}
.slider_galerie > div.CJSlider > div:nth-child(2),
.slider_galerie > div.CJSlider > div:nth-child(3)
{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 30px;
	cursor: pointer;
	color: #FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
	opacity: 0.7;
}
.slider_galerie > div.CJSlider > div:nth-child(3)
{
	left: initial;
	right: 10px;
}
.slider_galerie_miniatures > span
{
    width: 90px;
    height: 90px;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    margin: 1px;
}
.slider_galerie_miniatures > span > img
{
    max-width: 210%!important;
    max-height: 170%!important;
    height: initial!important;
    width: initial!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.slider_galerie_titre 
{
    text-align: center;
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    position: relative;
    width: 100%;
    text-decoration: none;
	text-transform: uppercase;
}

/*.slider_galerie a:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	border: 1px solid transparent;
}*/

/*FOOTER*/
#footer_grand
{
	padding: 65px 0;
	background-color: #322f31;
}
#footer_grand > .container > .row > .col-8 > img
{
	width: 385px;
	opacity: 0.3;
}
#footer_grand > .container > .row > .col-4
{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.footer_icone
{
	font-size: 36px;
    position: absolute;
    margin: -5px 0px 0px -55px;
    padding: 0;
}
.footer_horaires > .footer_icone
{
	margin: 5px 0px 0px -56px !important;
}
.footer_icone, .footer_texte_blanc
{
	color: #fff;
}
.footer_texte_gris
{
	color: #949394;
}
.footer_tel > .footer_texte_blanc
{
	padding-top: 10px;
}
.footer_tel > .footer_texte_blanc > a
{
	text-decoration: none;
	color: #fff;
}
.footer_horaires
{
	margin-top: 40px;
}
.footer_rue
{
	margin-top: 25px;
}

#footer {
	color : #fff;
	background-color : #2c2829;
	text-transform: uppercase;
}

#footer > div {
	position : relative;
}

#footer a {
	color : #fff;
}

#footer #infos_site {
	padding : 32px 0;
	font-size : 12px;
}

#footer #infos_complementaires {
	position : absolute;
	top : 0;
	right : 20px;
	padding : 32px 0;
	font-size : 12px;
}

.nuage {
/*color: rgba(204, 141, 87,1);*/

	text-align : center;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
	background-color : #365283!important;
}

@media screen and (max-width:860px) {
	BODY {
		width : 100%;
		height: initial;
	}
	#index_background > .index_bloc > .index_marque
	{
		padding-bottom: 55px;
	}
	#index_background
	{
		overflow-y: scroll;
		position: relative;
	    width: 100%;
	    height: 100%;
	    margin: 0 auto;
	    background-color: #322f31;
	}
	.bloc-accueil > li
	{
		width: 100%;
	}
	#index_background > .index_logo
	{
		padding-top: 6%;
		text-align: center;
	}
	#index_background > .index_logo > a > img
	{
		height: 155px !important;
		width: initial !important;
	}
	#menu > .container > ul > li > a
	{
		color: #fff;
		border-bottom: 0px;
	}
	#menu > .container > ul > li:hover > a, #menu > .container > ul > li.select > a
	{
		color: rgb(83,168,87);
		border-bottom: 0px;
	}
	#index_background > .index_bloc > .row
	{
		padding-top: 5%;
	}
	.row > * {
		display : block!important;
		width : initial!important;
		padding : initial!important;
	}
	
	#slider_accueil {
		padding-top : 0;
	}
	
	#header {
		position : relative;
	}

	#menu {
	    position: absolute;
	}

	#logo > img {
	    width: 230px;
	}
	
	.burger {
		display : block;
	}
	#footer_grand 
	{
		overflow: hidden;
	}
	#footer_grand > .container > .row > .col-8
	{
		text-align: center;
	}
	#footer_grand > .container > .row > .col-8 > img
	{
		width: 45%;
		margin: -10px 0 30px 0;
	}
	#footer_grand > .container > .row > .col-4
	{
		position: initial;
		transform: initial;
		top: initial;
	    text-align: center;
	}

	#marque > .container
	{
		overflow: hidden;
		height: 110px;
	}

	#marque > .container > .row > div {
		margin-top: 28px;
   		display: inline-block !important;
    	margin-left: 15px;
	}

	#marque > .container > .row > div > a > img
	{
		opacity: 1;
		filter: invert(0.4);
	}

	#marque > .container > .row > div > a
	{
		background-color: #e6e6e6;
	}

	#marque
	{
		min-height: 110px !important;
    	height: 110px;
    	background-size: 175%;
    	background-repeat: no-repeat;
    	background-position: center;
	}

	#marque > .container > .row > div > a
	{
		padding-top: 55px;
		position: initial;
	}
	#annonce
	{
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	#annonce > .col-2
	{
		margin: 0 0 10px;
	}
	#annonce > .col-2:last-child
	{
		margin: 0;
	}
	#annonce > .col-12 > .annonce-description > .annonce-description-texte > div
	{
		width: 50%;
		font-size: 16px;
		line-height: 21px;
	    color: black;
	}
	#services > .container
	{
		overflow: hidden;
	}

	#services > .container > .row
	{
		margin: 0 20px;
	}

	.temoignages_content:first-child
	{
		margin: 0 0 15px 0;
	}

	#menu > .container > ul {
		position : fixed;
		top : 0;
		left : 0;
		width : 100%;
		border-radius : 0 !important;
		background-color : rgba(0,0,0,0.9);
		transition : ease-in-out 300ms opacity,ease-in-out 300ms padding,ease-in-out 300ms height;
	}
	
	#menu > .container > ul .fa-home:before {
		content : "Accueil";
		font-family : 'Open Sans',sans-serif;
	}
	
	body.nav-close #menu > .container > ul {
		height : 0%;
		padding : 0;
		overflow : hidden;
		opacity : 0;
	}
	
	body.nav-open #menu > .container > ul {
		height : 100%;
		padding : 140px 70px 0;
		overflow : auto;
		opacity : 1;
	}
	
	#menu > .container > ul > li {
		display : block;
		border-bottom : 1px solid rgba(255,255,255,0.5);
		text-align : left;
	}
	
	#menu > .container > ul > li:first-child > a,
	#menu > .container > ul > li > a {
		display : block;
		padding : 20px 10px;
		font-size : 20px;
	}
	
	#menu > .container > ul > li > ul,
	#menu > .container > ul > li > a > .fa-angle-down {
		display : none;
	}
	
	#menu > .container > ul > li.sous-menu > a {
		padding : 20px 10px;
	}
	
	#content {
		margin-top : 0;
		padding-top : 45px;
	}
	
	#slider_accueil {
		margin-top : 0;
	}
	
	#slider_accueil > ul > li {
		padding-top : 50%;
	}
	
	#slider_accueil .CJSlider-navigation-gauche,
	#slider_accueil .CJSlider-navigation-droite {
		top : 47%!important;
	}

	#slider_accueil .slide-contenu .slide-texte
	{
		width: 93%;
	}

	#qui-sommes-nous > .container > div
	{
		margin: 0 15px;
	}
	
	/*#content > div:first-child,
	#page-contact {
		min-height : 60vh;
	}*/
	
	#galerie-liste > li {
		width : 75%;
		padding-top : 50%;
	}
	
	.absolute.left,
	.absolute.right {
		position : relative!important;
		width : 100%;
		height : inherit;
	}
	
	#page-coordonnees iframe {
		width : 100%;
	}
	
	#page-tarifs {
		height : inherit;
		background-size : cover;
	}
	
	#page-horaires {
		height : initial;
	}
	
	#page-partenaires .container {
		display : block;
		height : initial!important;
	}
	
	#footer > div > div #infos_site,
	#footer > div > div #infos_complementaires {
		display : block;
		position : relative;
		right : inherit;
		left : inherit;
		padding : 5px;
		text-align : center;
	}
	
	iframe {
		width : 100%;
	}
	
	img {
		height : initial!important;
		max-width : 100%;
	}
}

@media screen and (max-width:430px) {
	#index_background
	{
		position: relative;
	    width: 100%;
	    height: 100%;
	    margin: 0 auto;
	    background-color: #322f31;
	}
	#index_background > .index_logo
	{
		padding-top: 6%;
		text-align: center;
	}
	#index_background > .index_logo > a > img
	{
		height: 100px !important;
		width: initial !important;
	}
	#index_background > .index_bloc > .row
	{
		padding-top: 5%;
	}
	#header_top {
		text-align : center;
	}
	
	#logo > img {
		width : 50%;
	}
	
	#slider_accueil .slide-contenu .slide-titre
	{
		font-size: 20px; 
	}
	#slider_accueil .slide-contenu .slide-texte
	{
		width: 86%;
		font-size: 12px;
	}
	#slider_accueil .slide-contenu > .container > div
	{
		bottom: 40%;
	}
	.slide-bouton
	{
		padding: 7px;
		margin: 7px auto;
	}

	#slider_accueil > ul > li {
		padding-top : 70%;
	}
	
	.bloc-accueil > li {
		display : block;
		width : 100%;
		margin : 15px auto;
	}

	#marque
	{
		min-height: 110px !important;
   		height: 110px;
   		background-size: 350%;
	}

	#marque > .container
	{
		height: 201px;
	}
	#marque > .container > .row > div
	{
		margin-left: 12px;
	}
	#marque > .container > .row > div:first-child
	{
		margin-left: 0px;
	}
	#marque > .container > .row > div:nth-child(5)
	{
		margin-left: 0px;
		margin-top: 50px;
	}
	#marque > .container > .row > div:nth-child(6)
	{
		margin-top: 50px;
	}
	#qui-sommes-nous img
	{
		width: 100%;
	}
	.parallax
	{
		min-height: 150px;
	}

	fieldset > ul > li,
	fieldset > .contenu > ul > li {
		display : block;
		width : 100%;
	}
	
	.liste {
		width : 100%;
	}
	
	#page-partenaires a > img {
		max-width : 100%;
	}
	
	#page-partenaires a > img {
		max-width : 100%;
	}
	
	#footer > div > div {
		display : block;
		position : relative!important;
		top : initial!important;
		right : initial!important;
		left : initial!important;
		text-align : center;
	}
	
	#mentions > div:first-child,
	#mentions > div:first-child + div {
		display : block;
		width : initial;
	}
}