@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/* 
	COULEUR PRINCIPAL: #f3f2f2;
	COULEUR MENU: #f3f2f3;
	COULEUR MENU NON SELECTIONNER: #3b3b3b;
	COULEUR MENU SELECTIONNER: #d91a21;
	COULEUR HIGHTLIGHT: #26457f;
	COULEUR BOUTON CLIQUER: #535353;
*/

/*GENERAL*/

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
{
	margin: 0;
	padding: 25px 0 10px;
	/*text-align: center;*/
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	color: #000;
	position: relative;
}
h1.titre::before,
h2.titre::before,
h3.titre::before
{
	border-right: 3px solid #D91A21;
	border-bottom: 3px solid #D91A21;
	content: '';
	height:15px;
	width: 15px;
	position: absolute;
	top: 35px;
	left: 0;
}
h1.titre,
h2.titre,
h3.titre
{
	padding-left: 25px;
}
.titre > span
{
	color: #fff;
}
h1.titre > span, 
h2.titre > span, 
h3.titre > span
{
	color: #D91A21;
}
.triangle-modele
{
	height: 0;
    width: 0;
    border-right: 50px solid transparent;
    border-bottom: 45px solid rgb(217, 26, 33);
    position: absolute;
    left: 5px;
    bottom: 33px;
}

.titre-parallax
{
	margin: 0 0 40px;
	padding: 0;
}
.titre-parallax > span
{
	font-weight: bold;
}

.highlight
{
	background-color: #282828;
}
#page-horaires
{
	overflow: hidden;
}
.highlight hr:not(.small)
{
	border-color: #26457f;
}

h2
{
	margin: 0;
	padding: 25px 0 10px;
	/*text-align: center;*/
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	color: #010101;
	position: relative;
}

h2 + hr.small
{
	width: 100%;
	margin: 0;
}

.titre-article
{
	margin: 0;
	text-align: justify;
	font-size: 20px;
	color: #D91A21;
}

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 #d91a21;
}

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;
}

.badge
{
	display: inline-block;
	padding: 1px 10px;
  border-radius: 5px;

  color: #FFF;
	font-size: 12px;
	background-color: #3b3b3b;
}
.badge.validation
{
	background-color: #37bc9b;
}
.badge.information
{
	background-color: #5D9CEC;
}
.badge.erreur
{
	background-color: #F05050;
}
.badge.alert
{
	background-color: #f0bd50;
}
.badge.autre
{
	background-color: #7237BC;
}

.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
{
	background-color: #F5F5F5;
    padding-top: 20px!important;
    color: #000;
}

.highlight_bloc h2
{
	margin: 0 0 15px;
	padding: 25px 0 10px;
	color: #FFF;
}

.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: #f3f2f2;
	background-color: #FFF;
}

.container
{
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	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%;
}

.acordeon > li > div:first-child + div
{
	display: none;
}
.acordeon > li > div:first-child > i:first-child:before
{
	content: "\f067";
}
.acordeon > li > div:first-child > i
{
	padding: 5px 7px;
    background-color: #fff;
    color: #f3f2f3;
    border-radius: 5px;
}
.acordeon > li.select > div:first-child > i
{
	padding: 5px 7px;
    background-color: #f3f2f3;
    color: #fff;
    border-radius: 5px;
}
.acordeon > li.select > div:first-child + div
{
	display: block;
}
.acordeon > li.select > div:first-child > i:first-child:before
{
	content: "\f068";
}

/*FORMULAIRE*/
#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: 10px auto;
}
#captchagc > img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
	height: 25px;
	z-index: 3;
	margin: 0!important;
	animation: 3s ease-out 1s infinite running captchagc;
}
@keyframes captchagc
{
	0% { left: 25px; }
	25% { left: 25px; }
	50%{ left: 210px; }
	100%{ left: 210px; }
}
#captchagc > img:nth-of-type(1) + 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:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img:nth-of-type(1) + 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:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
#captchagc.valid > img:nth-of-type(2)
{
	display: none;
}

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 #d91a21;
	border-radius: 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background-color: #d91a21;
	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: #f96c71;
}

input[type='text'],
input[type='password'],
select
{
	margin: 2px 0;
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 2px;
	outline: none;
}

select
{
	padding: 4px 6px;
}

textarea
{
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 2px;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus
{
	border: 1px solid #d91a21;
	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*/
iframe div
{
	padding: 206px !important;
}
#site
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/*HEADER*/

#logo
{
	display: inline-flex;
	margin-top: 10px;
	vertical-align: middle;
}
#logo > img
{
	width: 240px;
	transition: width ease-in-out 0.15s;
}

#contacts
{
	list-style: none;
	display: flex;
	position: absolute;
	right: 20px;
	top: 0;
	margin: 0;
	padding: 0;
	align-items: center;
}
#contacts > li
{
	margin: 0;
	padding: 10px;
	text-align: center;
	transition: 200ms ease-in-out padding;
}
#contacts a
{
	text-decoration: none;
	text-align: center;
	display: block;
}
#contacts > li:first-child a
{
	display: flex;
	text-align: left;
	align-items: center;
}
#contacts > li i
{
	color: #d91a21;
	font-size: 30px;
}
#contacts > li a:hover i
{
	transform: translate3d(0, 0, 0);
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake
{
  10%, 90%
  {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80%
  {
    transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70%
  {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60%
  {
    transform: translate3d(2px, 0, 0);
  }
}
#contacts > li div
{
	padding: 5px;

	padding: 5px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -1px;
}
#contacts > li:first-child div
{
	padding-left: 5px;
}
#contacts > li:first-child a div
{
	flex: 1;
}

#header
{
	z-index: 55;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;	
	background-color: #fff;
	border-bottom: 2px rgb(217, 26, 33) solid;
}

#header.scroll #logo > img
{
	width: 140px;
}
#header.scroll > .container
{
	height: 100px;
}
#header.scroll #menu
{
	position: relative;
}
#header.scroll #contacts > li
{
	padding: 0 10px;
}
#header.scroll #menu
{
	margin-top: 63px;
}
#header.scroll #menu > ul > li.sous-menu > a
{
	padding: 5px 20px 5px 10px;
}
#header.scroll #menu > ul > li:first-child > a
{
    padding: 5px 8px 5px 0;
}

#header > .container
{
	transition: ease-in-out 0.15s height;
	height: 153px;
	display: flex;
    align-items: center;
}

#header_top
{
	/*background-color: #2d2c2c;*/
	color: #000;
	position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 2;
}
#header_top > .container
{
	padding-right: 30px;
}
#header_top > .container > span
{
	display: inline-block;
	padding: 5px;
	font-size: 17px;
}
#header_top a
{
	text-decoration: none;
}
#header_top a:hover
{
	color: rgb(217, 26, 33);
}
#header_top a > i
{
	color: rgb(217, 26, 33);
}

/*MENU*/
.burger
{
	display: none;
	z-index: 2;
	position: absolute;
	top: 30px;
    right: 20px;
	width: 30px;
	height: 80px;
	margin: 10px 20px;
	text-align: left;
	cursor: pointer;
}

.burger .icon-left
{
	position: absolute;
	top: 37px;
	width: 15px;
	height: 4px;
	background-color: #d91a21;
	transition-duration: 0.5s;
}

.burger .icon-left:before
{
	content: "";
	position: absolute;
	top: -10px;
	width: 15px;
	height: 4px;
	background-color: #d91a21;
	transition-duration: 0.5s;
}

.burger .icon-left:after
{
	content: "";
	position: absolute;
	top: 10px;
	width: 15px;
	height: 4px;
	background-color: #d91a21;
	transition-duration: 0.5s;
}

.burger .icon-right
{
	position: absolute;
	top: 37px;
	left: 15px;
	width: 15px;
	height: 4px;
	background-color: #d91a21;
	transition-duration: 0.5s;
}

.burger .icon-right:before
{
	content: "";
	position: absolute;
	top: -10px;
	width: 15px;
	height: 4px;
	background-color: #d91a21;
	transition-duration: 0.5s;
}

.burger .icon-right:after
{
	content: "";
	position: absolute;
	top: 10px;
	width: 15px;
	height: 4px;
	background-color: #d91a21;
	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
{
	display: inline-flex;
	padding: 0;
	margin-top: 83px;
	vertical-align: middle;
	width: calc(100% - 240px);
	z-index: 2;
}

#menu > ul
{
	margin: 0 0 0 auto;
	padding: 0 10px;
	list-style: none;
	/*text-align: right;*/
	background-color: #d91a21;
    border-radius: 10px;
    color: #fff;
}

#menu > ul > li
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	*float: left;/*IE7*/
}

#menu > ul > li:first-child > a
{
	padding: 15px 8px 15px 0;
}

#menu > ul > li:last-child
{
	border-right: none;
}

#menu > ul > li > a
{
	text-transform: uppercase;

	display: block;
	position: relative;
	padding: 8px 5px;
	overflow: hidden;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: -1px;
	color: #fff;
	/*font-weight: 600;*/
}

#menu > ul > li.sous-menu > a
{
	padding: 15px 20px 15px 10px;
}

#menu > ul > li > a > .fa
{
	font-size: 22px;
	line-height: 25px;
}

#menu > ul > li > a > .fa-angle-down
{
	position: absolute;
	top: 50%;
	right: 4px;
	font-size: 17px;
	transition: top 0.3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: 120%;
}

#menu > ul > li > a > .fa-angle-down.down2
{
	top: -20%;
}

#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: calc(50% - 2px);
}

#menu > ul > li:hover > a,
#menu > ul > li.select > a
{
	color: #fff;
}

#menu > ul > li > ul
{
	/*margin-top: 37px;*/
	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 > ul > li > ul > li
{
	padding: 5px 0;
}

#menu > ul > li > ul > li:first-child
{
	padding-top: 15px;
}

#menu > ul > li > ul > li:last-child
{
	padding-bottom: 15px;
}

#menu > ul > li:hover ul
{
	max-height: 500px;
}

/*#menu > ul > li:before
{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 27px;
    top: 100%;
    left: 0px;
}*/

#menu > ul > li > ul > li
{
	/*white-space: nowrap;*/
	min-width: 220px;
}

#menu > ul > li > ul > li > a
{
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 15px;
	/*white-space: nowrap;*/
	color: #666;
}

#menu > ul > li > ul > li:hover > a,
#menu > ul > li > ul > li > a.select
{
	color: #d91a21;
}

/*SLIDER ACCUEIL*/
.mouse {
    max-width: $mouse-width;
    width: 100%;
    height: 38px;
}

.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
{
	z-index: 1;
	position: relative;
	width: 100%!important;
	padding-top: 155px;
	overflow: hidden;
	height: 100%;
}

#slider_accueil > ul
{
	position: relative!important;
	width: 100%;
	height: 100%;
}

#slider_accueil > ul > li
{
	position: relative!important;
	width: 100%;
	height: 100%;
	padding-top: 34%;
	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: #d91a21!important;
}

#slider_accueil .boutonsPagination
{
	/*right: 30px!important;*/
	left: 50%;
    transform: translateX(-30px);
    width: 100%;
    margin: 0;
    padding: 0;
}

#slider_accueil .boutonPagination
{
	width: 15px!important;
	height: 15px!important;
	opacity: 1!important;
}

#slider_accueil .CJSlider-navigation-gauche,
#slider_accueil .CJSlider-navigation-droite
{
	top: calc(50% + 77.5px)!important;
	transform: translateY(-50%);
}

#slider_accueil .CJSlider-navigation-gauche > i,
#slider_accueil .CJSlider-navigation-droite > i
{
	text-shadow: 1px 1px 4px #555;
	font-size: 62px;
	color: #fff;
	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%;
	border-bottom: 2px solid #d91a21;
}

.slide-contenu .container
{
	position: relative;
	top: 0;
	height: 100%;
}

#slider_accueil .slide-contenu > .container > div
{
	position: absolute;
	bottom: 90px;
	left: 0;
	text-align: center;
}

#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;
	background-color: rgb(217, 26, 33);
}

#slider_accueil .slide-contenu .slide-texte
{
	display: block;
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 70%;
    text-decoration: none;
    font-size: 17px;
    color: #000;
    background-color: rgba(255,255,255,0.9);
    margin-left: 30%;
    text-align: left;
}

#slider_accueil .slide-contenu .slide-texte a
{
	text-shadow: none;
}

.slide-acces-rapide
{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.slide-acces-rapide > div
{
	display: flex;
	align-items: center;
	justify-content: center;
	/*background-color: #d91a21;*/
	/*color: #FFF;*/
	background-color: rgba(255,255,255,0.8);
	color: #000;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.slide-acces-rapide > div:hover > div a:not(:hover)
{
	opacity: 0.5;
}
.slide-acces-rapide > div > div
{
	position: relative;
}
.slide-acces-rapide > div > div:first-child
{
	margin-right: 20px;
}
.slide-acces-rapide > div > div:not(:first-child)
{
	flex: 1;
	text-align: center;
}
.slide-acces-rapide > div > div:not(:first-child):before
{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 50%;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.slide-acces-rapide > div > div a
{
	padding: 0;
	/*color: #FFF;*/
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: initial;

	transition: 200ms ease-in-out transform,200ms ease-in-out opacity;
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.slide-acces-rapide > div > div a:hover
{
	transform: scale3d(1.2, 1.2, 1);
}
.slide-acces-rapide > div > div a img
{
	vertical-align: middle;
	margin: 5px!important;
	transform: rotate(0deg);
	transition: 200ms ease-in-out transform;
}
.slide-acces-rapide > div > div a:hover img
{
	transform: rotate(-5deg);
}
.slide-acces-rapide > div > div a span
{
	display: inline-block;
	vertical-align: middle;
}

/*CONTENT*/
#content
{
	position: relative;
	padding-top: 153px;
	min-height: calc(100% - 168px);
}

.pagination
{
    text-align: center;
}
.pagination > form > input
{
    width: 40px!important;
    border: 0;
    text-align: center;
    margin: 2px 2px;
    color: #d91a21;
}
.pagination > form > input:focus
{
    border: 0;
    font-weight: 700;
}
.pagination a
{
    padding: 5px 16px 7px;
    text-decoration: none;
}
.pagination a.active
{    
    color: #d91a21;
}
.pagination a.disabled
{
    color: #CCC;
}
.pagination a:hover:not(.disabled)
{
    color: #d91a21;
}

#evenements
{
	position: absolute;
    right: 60px;
    top: calc(50% + 77px);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.6);
    width: 400px;
    max-height: calc(100% - 415px);
    border-radius: 10px;
    z-index: 2;    
    color: #FFF;
    overflow: auto;
}
#evenements:after
{
	content: "Evénements & Actualités";
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    white-space: nowrap;
    text-shadow: 0 -1px 2px rgba(0,0,0,1), 0 1px 2px rgba(0,0,0,1);
	overflow: auto;
}
#evenements > div
{
	margin: 60px 30px 40px 30px;
	width: calc(100% - 60px);
}
#evenements .evenement
{
	margin: 0 0 40px 0;
}
#evenements .titre
{
	font-weight: 600;
	font-size: 17px;
}
#evenements .resume
{
	font-weight: 400;
	font-size: 14px;
	margin: 10px 0;
}
#evenements a
{
	margin: 0;
}

#nos-offres
{
	position: absolute;
    right: 60px;
    top: calc(65% + 77px);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.6);
    width: 400px;
    max-height: calc(100% - 415px);
    border-radius: 10px;
    z-index: 2;    
    color: #FFF;
    overflow: auto;
}
#nos-offres:after
{
	content: "Nos offres du moment";
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    white-space: nowrap;
    text-shadow: 0 -1px 2px rgba(0,0,0,1), 0 1px 2px rgba(0,0,0,1);
	overflow: auto;
}
#nos-offres > div
{
	margin: 60px 30px 40px 30px;
	width: calc(100% - 60px);
}
#nos-offres .evenement
{
	margin: 0 0 40px 0;
}
#nos-offres .titre
{
	font-weight: 600;
	font-size: 17px;
}
#nos-offres .resume
{
	font-weight: 400;
	font-size: 14px;
	margin: 10px 0;
}
#nos-offres a
{
	margin: 0;
}

#slider_accueil + #content,
#slider_accueil + #evenements + #content
{
	padding-top: 0;
	margin-top: 0;
}

#content > .container:last-child
{
	margin-bottom: 20px;
}

#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-color: #f3f2f2;
}

.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: 225px;
	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);
}


/* ** */
.bloc-accueil2
{
	z-index: 8;
	position: relative;
	margin: 20px auto;
	padding-left: 0;
	text-align: center;
	font-size: 0;
	list-style: none;
}

.bloc-accueil2 > li
{
	display: inline-block;
	width: calc(50% - 10px);
	height: 225px;
	margin: 5px;
	/*max-width: 435px;*/
	border-radius: 4px;
	font-size: 15px;
	vertical-align: top;
	color: white;
	perspective: 500px;
}

.bloc-accueil2 > 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-accueil2 > 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-accueil2 .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-accueil2 .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-accueil2 .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
{
	margin: 20px 0 0 0;
	padding: 70px 0;
	min-height: 450px;
	color: white;
	background-attachment: fixed;
	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;
}

.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;
}

#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 > .partenaires-liste-titre
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #2D2D2D;
}

#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: rgb(47, 60, 78);
    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 .actualite-photo
{
	position: relative;
	padding-top: 45%;
	background-color: #F5F5F5;
}
.actualites-content .actualite-photo img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 !important;
	max-width: 100%;
	max-height: 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);
	transition: 200ms ease-in-out top, 200ms ease-in-out opacity;
}
#galerie-liste > li > a:hover > .mask
{
	top: 0%;
	opacity: 1;
}
#galerie-liste > li > a > .mask > i
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 45px;
	color: white;
	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;
	transform: translateX(-50%) translateY(-50%);
}
#galerie-liste > li > a > .mask > span > i
{
	font-size: 45px;
}
#galerie-liste > li img
{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
#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%;
}

/*Blog*/
.blog-categories
{
    margin-bottom: 10px;
}
.blog-categories > ul
{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-categories > ul > li
{
    display: inline-block;
    margin: 0;
    padding: 0 2px 2px 0;
}
.blog-categories > ul > li > a
{
    display: block;
    font-size: 12px;
    text-decoration: none;
    background-color: #D91A21;
    padding: 1px 5px;
    border-radius: 3px;
    color: #FFF;
}
.blog-articles,
.blog-articles *
{
    box-sizing: border-box;
}
.blog-articles
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    margin: 0 0 15px;
}
.blog-article
{
    position: relative;
    overflow: hidden;
    border-radius: 20px;

    height: 220px;

    background-color: #FFF;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.blog-article::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(0,0,0,0.5));
    z-index: 2;
}
.blog-article > img
{
    width: 100%;
    height: 100%;
    transform: scale(1);
    z-index: 1;
    margin: 0!important;
    transition: ease-in-out 500ms transform;
    object-fit: cover;
}
.blog-article:hover > img
{
    transform: scale(1.2);
}
.blog-article > span
{
    position: absolute;
    display: block;
    padding: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #FFF;
    z-index: 3;
    font-size: 17px;
}

.blog-article-couverture
{
    position: relative;
    border-radius: 20px;
    background-color: #CCC;
    height: 400px;
    overflow: hidden;
    margin-top: 40px;
}
.blog-article-couverture::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(0,0,0,0.5));
    z-index: 2;
}
.blog-article-couverture > a,
.blog-article-couverture > a:focus
{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    padding: 5px 15px!important;
    margin: 0!important;
}
.blog-article-couverture > img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    margin: 0!important;
}
.blog-article-couverture > div 
{
    position: absolute;
    width: 50%;
    left: 20px;
    bottom: 20px;
    z-index: 3;
}
.blog-article-couverture > div > h1
{
    color: #FFF;
    text-align: left;
}
.blog-article-couverture > div > span.blog-article-categorie,
.blog-articles .blog-article-categorie
{
    display: inline-block;
    color: #FFF;
    padding: 1px 5px;
    background-color: #D91A21;
    font-size: 12px;
    border-radius: 3px;
}
.blog-article-couverture > div > time,
.blog-article-date
{
    padding: 0 5px;
    color: #FFF;
    font-size: 12px;
}
.blog-article-couverture > span
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #CCC;
    font-size: 15px;
    background-color: #FFF;
    padding: 5px;
    border-radius: 20px;
    z-index: 3;
}
.blog-article-couverture > span > ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-article-couverture > span > ul > li
{
    display: inline-block;
    margin: 0;
    padding: 2px;
}
.blog-article-couverture > span > ul > li > a
{
    display: block;
    padding: 2px;
    font-size: 17px;
    color: #CCC;
}
.blog-article-couverture > span > ul > li > a:hover
{
    color: #D91A21!important;
}
.blog-article-accroche
{
    font-weight: bold;
    padding: 20px 0;
}
.blog-article-sommaire
{
    border: 1px solid #CCC;
    border-left: 3px solid #D91A21;
    border-radius: 0 20px 20px 0;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.blog-article-sommaire .titre
{
    font-size: 17px;
    font-weight: bold;
}
.blog-article-sommaire li
{
    padding: 5px 0;
}
.blog-article-sommaire a
{
    text-decoration: none;
}
.blog-article-paragraphe
{
    padding: 20px 0;
}

/*FAQ*/
#faq
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#faq > li
{
	background-color: #F2F2F2;
	margin: 1px;
	padding: 5px;
}
#faq > li > .question
{
	padding: 5px;
	cursor: pointer;
}
#faq > li > .reponse
{
	padding: 5px;
	font-style: italic;
}

.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;
	}
}


#chantier .chantier-photos
{
	margin: 20px 0;
}

#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;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	vertical-align: top;
	background-color: #E9E9E9;
}

.slider_galerie > div:first-child > ul
{
	position: relative!important;
	top: 0!important;
	width: 100%;
	height: 100%!important;
	margin: 0;
}

.slider_galerie > div:first-child > ul > li
{
	position: relative!important;
	top: 0!important;
	width: 100%;
	height: 100%!important;
	margin: 0;
	padding-top: 75%;
}

.slider_galerie > div:first-child > ul > li > a
{
	display: block;
	width: 100%;
	height: 100%!important;
}

.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%;
	width: initial!important;
	height: initial!important;
	max-height: 100%;
	max-width: 100%;
	transform: translate(-50%,-50%);
}

.slider_galerie > div:first-child + div
{
	display: inline-block;
	position: relative;
	width: 50%!important;
	height: 100%!important;
	vertical-align: top;
	background-color: #EAEAEA;
}

.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;
	padding: 2px;
	overflow: auto!important;
	white-space: initial!important;
}

.slider_galerie > div:first-child + div > div > div > img
{
	height: 100px!important;
	margin: 2px!important;
}

.slider_galerie .boutonPagination.select
{
	background-color: #f3f2f2!important;
}

.slider_galerie > div.CJSlider > div.CJSlider-navigation-gauche,
.slider_galerie > div.CJSlider > div.CJSlider-navigation-droite
{
	top: calc(50% - 54px)!important;
	left: 10px!important;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
	font-size: 40px;
	color: rgb(217, 26, 33)!important;
	opacity: 0.7;
	transform: translateY(-50%);
	cursor: pointer;
}

.slider_galerie > div.CJSlider > div.CJSlider-navigation-droite
{
	right: 10px!important;
	left: initial!important;
}
.slider_galerie_miniatures
{
	height: 108px!important;
	overflow-x: auto!important;
}
.slider_galerie_miniatures > span
{
	display: inline-block;
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0;
	margin: 1px;
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}

.slider_galerie_miniatures > span > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: initial!important;
	height: initial!important;
	max-height: 170%!important;
	max-width: 210%!important;
	transform: translate(-50%,-50%);
}

/*MAISON*/
#maison > div:first-child
{
	float: left;
	max-width: 50%;
	margin: 0 10px 10px 0;
}

/*TERRAIN*/
#annonce
{
	position: relative;
}
#annonce > div:first-child
{
	float: left;
	width: 100%;
	max-width: 50%;
	margin: 0 10px 10px 0;
}
/*#annonce div.annonce-photo
{
	position: relative;
	float: left;
	width: 50%;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding-top: 35%;
	background-color: #F5F5F5;
}
#annonce div.annonce-photo img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}*/
#annonce div.annonce-surface
{
	display: inline-block;
	position: relative;
	left: initial;
	right: initial;
	top: initial;
}
#annonce div.annonce-prix
{
	display: inline-block;
	position: relative;
	left: initial;
	right: initial;
	top: initial;
}
#annonce div.annonce-type
{
	display: inline-block;
	position: relative;
	left: initial;
	right: initial;
	top: initial;
}

/*FOOTER MENU*/
#footer-menu
{
    background-color: #3B3B3B;
    padding: 15px 0;
}
#footer-menu a
{
    text-decoration: none;
    color: #fff;
}
#footer-menu > div > div > div
{
	vertical-align: middle;
}
#footer-menu > div > div > div:last-child > div
{
	padding: 10px 0;
	color: #fff;
}
#footer-menu > div > div > div:last-child > div > a
{
	text-decoration: none;
	color: #fff;
}
#footer-menu > div > div > div:last-child > div:first-child > a > i
{
	font-size: 20px;
	padding-right: 10px;
}
#footer-menu > div > div > div:last-child > div:last-child > a > i
{
	font-size: 20px;
	padding: 0 10px;
}

/*FOOTER*/
#footer
{
	color: #fff;
	background-color: #282828;
	text-align: center;
}

#footer > div
{
	position: relative;
}

#footer a
{
	color: #fff;
}

#footer #infos_site
{
	padding: 15px 0;
	font-size: 12px;
}

#footer #infos_complementaires
{
	position: absolute;
	top: 0;
	right: 20px;
	padding: 15px 0;
	font-size: 12px;
}


.nuage
{
	text-align: center;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine
{
	background-color: #f3f2f2!important;
}

#avis
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#avis > li
{
	position: relative;
	margin: 10px 0;
	padding: 10px;
	background-color: #ededed;
	border-radius: 10px;
}
#avis > li:nth-child(odd):before,
#avis > li:nth-child(even):before
{
	content: "";
	position: absolute;
	bottom: 10px;
	left: -10px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #ededed transparent transparent;
}
#avis > li:nth-child(even):before
{
	left: inherit;
	right: -10px;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #ededed;
}
#avis > li .titre
{
	font-weight: normal;
	font-size: 20px;
	color: #d91a21;
}
#avis > li .date
{
	font-style: italic;
	font-size: 11px;
}
#avis > li .message
{
	display: block;
	margin-top: 10px;
}
#avis > li .message > .nom
{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
#avis > li .reponse
{
	border-top: 1px solid #006fb5;
	background-color: rgba(0,111,181,0.1);
	margin-top: 10px;
	padding: 10px;
	border-radius: 0 0 8px 8px;
}
#avis > li .reponse > div:first-child
{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.picto-parallax
{
	font-size: 90px;
	text-align: center;
}
.texte-parallax
{
	font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}
.texte-parallax > span
{
	font-weight: bold;
}

#annonces .annonce
{
	position: relative;
	display: block;
	text-decoration: none;
 	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
 	background-color: #fff;
 	margin: 10px 0;
 	transition: 300ms ease-in-out box-shadow;
 	padding-bottom: 25px;
}
#annonces .annonce:hover
{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
#annonces .annonce .annonce-photo
{
	position: relative;
	width: 100%;
	/*height: 300px;*/
	height: 150px;
	overflow: hidden;
	background-color: #F5F5F5;
}
#annonces .annonce .annonce-photo > img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	width: initial;
	height: initial;
}
.annonce-surface
{
	position: absolute;
    bottom: 10px;
    right: 5px;
    background-color: #d91a21;
    color: #fff;
    padding: 1px 10px;
    border-radius: 5px;
}
#annonces .annonce .annonce-titre
{
	padding: 10px 10px 5px;
	color: #d91a21;
	font-size: 16px;
	height: 57px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#annonces .annonce .annonce-localite
{
	padding: 0px 10px 5px;
}
#annonces .annonce .annonce-type
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#annonces .annonce .annonce-description
{
	margin: 10px 0;
	padding: 0 10px;
	color: #9b9b9b;
	font-style: italic;
	text-align: justify;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.annonce-prix
{
	padding: 10px;
	color: #3b3b3b;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
}


.timeline
{
	/*grid-template-columns: 1fr var(--line-w) 1fr;*/
	margin: 0;
    padding: 0;

	--col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}
.timeline::before
{
    margin: 0;
    padding: 0;

    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}
.timeline li
{
	grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}
.timeline li:not(:last-child)
{
    margin-bottom: var(--row-gap);
}
.timeline li > div:first-child
{
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP)* -1);
    text-align: center;
    background-color: #d91a21;
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
.timeline li  > div:first-child::after
{
    content: "";
    position: absolute;
    width: 1rem;
    aspect-ratio: 1;
    background: #FFF;
    border: 0.3rem solid #d91a21;
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
.timeline li > div:first-child + div
{
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}

@media(min-width: 40rem)
{
	.timeline
	{
	    grid-template-columns: 1fr var(--line-w) 1fr;
	}
	.timeline::before
	{
	    grid-column: 2;
	}
	.timeline li:nth-child(odd)
	{
	    grid-column: 1;
	}

	.timeline li:nth-child(2)
	{
	    grid-row: 2 / 4;
	}
	.timeline li:nth-child(even)
	{
	    grid-column: 3;
	}

	.timeline li:nth-child(odd) > div:first-child
	{
	    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
	}
	.timeline li:nth-child(odd) > div:first-child::after
	{
	    transform: translate(-50%, -50%);
	    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
	}
}


@media screen and (max-width:860px)
{
	.row > *
	{
		display: block!important;
		width: initial!important;
		padding: initial!important;
	}
	
	h1,h2
	{
		font-size: 23px;
	}

	h1.titre:before,
	h2.titre:before,
	h3.titre:before
	{
		width: 10px;
		left: -15px;
		height: 10px;
	}

	#slider_accueil
	{
		padding-top: 0;
		height: initial;
	}
	
	#header
	{
		position: relative;
	}
	
	#menu {
	    right: 10px;
	    top: 50px;
	}
	#menu > ul > li > a
	{
		color: #fff;
	}

	#slider_accueil .slide-contenu > .container > div
	{
		bottom: 20px;
		left: 20px;
	}
	#slider_accueil .slide-contenu .slide-titre
	{
		font-size: 15px;
		padding: 5px 10px;
	}
	#slider_accueil .slide-contenu .slide-texte
	{
	    font-size: 13px;
	    margin-left: 15%;
		padding: 5px 10px;
		max-width: initial;
	}

	#footer-menu
	{
		text-align: center;
	}

	.burger
	{
		display: block;
	}
	#contacts
	{
		display: none;
	}

	#header_top
	{
		position: relative;
	}
	#header_top > .container > span
	{
    	font-size: 14px;
	}
	#header.scroll > .container
	{
		height: initial;
	}
	#header.scroll #menu
	{
		position: initial;
	}

	.slide-acces-rapide
	{
		position: relative;
	}
	.slide-acces-rapide > div
	{
		display: block;
		text-align: center;
		border-radius: 0 0 10px 10px;
		padding: 5px 20px;
	}
	.slide-acces-rapide > div > div:not(:first-child):before
	{
		display: none;
	}
	.slide-acces-rapide > div > div:not(:first-child)
	{
		display: inline-block;
		width: 100%;
		max-width: 50%;
	}
	.slide-acces-rapide > div > div a
	{
		display: flex;
		align-items: center;
	}
	.slide-acces-rapide > div > div a span
	{
		text-align: left;
	}
	.slide-acces-rapide > div img
	{
		width: 33px;
		height: 33px;
	}

	#menu > 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 > ul .fa-home-lg:before
	{
		content: "Accueil";
		font-family: 'Open Sans',sans-serif;
		font-size: 20px!important;
		font-weight: initial!important;
		line-height: initial!important;
		vertical-align: initial!important;
	}

	#header > .container > .fadeInDown
	{
		-webkit-animation-name: initial;
		animation-name: initial;
	}
	
	body.nav-close #menu > ul
	{
		height: 0%;
		padding: 0;
		overflow: hidden;
		opacity: 0;
	}
	
	body.nav-open #menu > ul
	{
		height: 100%;
		padding: 140px 40px 0;
		overflow: auto;
		opacity: 1;
	}
	
	#menu > ul > li
	{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		text-align: left;
	}
	
	#menu > ul > li:first-child > a,
	#menu > ul > li > a
	{
		display: block;
		padding: 20px 10px;
		font-size: 20px;
	}
	
	#menu > ul > li > ul,
	#menu > ul > li > a > .fa-angle-down
	{
		display: none;
	}
	
	#menu > ul > li.sous-menu > a
	{
		padding: 20px 10px;
	}

	#evenements
	{
		display: none;
	}
	
	#content
	{
		margin-top: 0;
		padding-top: 0;
	}
	
	#slider_accueil
	{
		margin-top: 0;
	}
	
	#slider_accueil > ul > li
	{
		padding-top: 50%;
	}
	#slider_accueil .CJSlider-navigation-gauche, #slider_accueil .CJSlider-navigation-droite
	{
		top: 50%!important;
	}
		
	#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)
{
	#header_top
	{
		text-align: center;
	}
	
	#logo > img
	{
		width: 78%!important;
	}
	
	#slider_accueil > ul > li
	{
		padding-top: 70%;
	}
	
	.bloc-accueil > li
	{
		display: block;
		width: 100%;
		margin: 15px auto;
	}
	
	fieldset > ul > li,
	fieldset > .contenu > ul > li
	{
		display: block;
		width: 100%;
	}
	
	.liste
	{
		width: 100%;
	}

	#maison > div:first-child,
	#annonce div.annonce-photo
	{
		width: 100%;
		max-width: 100%;
	}

	.blog-articles
	{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
	.blog-article-couverture
	{
		margin-top: 40px;
	}
	
	#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;
	}
}