@import url('https://fonts.googleapis.com/css?family=Open+Sans');

#reseau_facebook
{
	background-color: #4267B2;
	border: 1px solid #4267B2;
	color: #fff;
	display: inline-block;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	font-size: 23px;
	padding: 5px;
}
#reseau_facebook:hover
{
	background-color: #FFF;
}
#reseau_facebook:hover > i
{
	color: #4267B2;
}
#reseau_google
{
	background-color: #D73D32;
	border: 1px solid #D73D32;
	color: #fff;
	display: inline-block;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	font-size: 23px;
	padding: 5px;
}
#reseau_google:hover
{
	background-color: #FFF;
}
#reseau_google:hover > i
{
	color: #D73D32;
}

.bloc-accueil
{
	z-index : 8;
	position : relative;
	margin : 20px auto;
	padding-left : 0;
	text-align : center;
	font-size : 0;
	list-style : none;
}
.box_avis
{
	box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25);
	padding: 5px;
}
.testimonials-slider {
    position: relative;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

#slide_avis {
    display: flex;
    transition: transform 0.5s ease-in-out;
    padding: 0;
    list-style: none;
    margin: 0;
}

.testimonial-item {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-direction: column-reverse;
}

.testimonial-header h2 {
    font-size: 20px;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.testimonial-rating {
    color: gold;
}

.testimonial-rating i {
    font-size: 18px;
}

.testimonial-author {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.testimonial-date {
    font-size: 14px;
    color: #888;
}

.testimonial-message {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    color: #333;
    height: 190px;
    font-size: 0.9rem;
    overflow-y: auto;
    margin-top: 10px;
}
.bloc-accueil > li
{
	display : inline-block;
	width : 280px;
	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
{
	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);
}


html,body,#site
{
	height: 100%;
}

/*GENERAL*/
BODY
{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #666;
}
h1
{
	margin: 10px 0;
	color: #BD1003;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
h2
{
	margin: 5px 0;
	color: #bd1004;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 50px;
}
.h2_actu
{
	margin: 5px 0;
	color: #464646;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 50px;
}
h3
{
	margin: 5px 0;
	color: #bd1004;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-bottom: 50px;
}
h1 > a,h2 > a,h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px dashed #bd1004;
}
a img
{
	border: 0;
}
a
{
	color: #2F1D00;
}
a:active, 
a:focus
{
	color: #2F1D00;
}
a:hover
{
	text-decoration: none;
}
.clear
{
	clear: both;
}

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

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

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

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

.container
{
	display : block;
	position : relative;
	width : 100%;
	margin : 0 auto;
	padding : 5px 20px;
	max-width : 1200px;
	box-sizing: border-box;
}

.row
{
	margin : 0 -10px;
	padding : 0;
	font-size : 0;
	list-style : none;
}
.row.no-auto-width
{
	display: inline-block;
}
.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 : 22.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%;
}


.parallax,
.parallax2
{
	margin : 0;
	padding : 70px 0;
	min-height : 150px;
	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;
}

/*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: 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;
	margin: 0px;
}
#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;
}
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	padding: 4px 30px;
	color: #bd1004;
	background: transparent;
	border: 1px solid #bd1004;
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	margin: 10px;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover
{
	color: #1D5792;
}
input[type='text'], 
input[type='password']
{
	height: 25px;
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 0 5px;
}
textarea
{
	border: 1px solid #999;
	border-radius: 2px;
	box-sizing: border-box;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #bd1004;
}

/*NOTIFICATIONS*/
.notification
{
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0;
}
.notification.validation
{
	border: 1px solid #090;
	background-color: #E0FFE0;
	color: #090;
}
.notification.erreur
{
	border: 1px solid #900;
	background-color: #FBB;
	color: #900;
}
.notification.information
{
	border: 1px solid #004499;
	background-color: #BBE1FF;
	color: #004499;
}


/*SITE*/
#site
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}


/*HEADER/TOP/BANNIERE*/
#header_top
{
	background-color: white;
	z-index:2;
	box-shadow: 1px 1px 9px #aaa;
	position: relative;
}
.container_top
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.container_top > *
{
	display: inline-table;
	vertical-align: top;
}
.container_top > div > *
{
	line-height: 25px;
	padding-left: 5px;
}
.container_top > div > span
{
	font-size: 12px;
}
.social
{
	margin:0;
	padding:3px 0;
}
.social > li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.social > li > a
{
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #2a2a2b;
	display: inline-block;
}
.social > li > a > .fa
{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
/*.social > li > a.twitter:hover
{
	background-color: #55acee;
}*/
/*.social > li > a.skype:hover
{
	background-color: #00aff0;
}
.social > li > a.linkedin:hover
{
	background-color: #0976b4;
}
.social > li > a.googleplus:hover
{
	background-color: #dd4b39;
}
.social > li > a.facebook:hover
{
	background-color: #3b5998;
}
.social > li > a.pinterest:hover
{
	background-color: #cb2027;
}*/

/*LOGO*/
#logo
{
	display : inline-block;
	vertical-align : middle;
	margin: 0px 20px 0px 30px;
}
#logo > img
{
    width: 255px;
    margin-top: -25px;
}

/*²*/
#content
{
	position : relative;
	/*margin-top : 100px;*/
	min-height: calc(100% - 411px);
	/*padding: 10px 0;*/
	margin-bottom: 30px;
	z-index: 1;
}
#content > div
{
	text-align: justify;
}
#content img
{
	margin: 5px;
}
#content img[align='left']
{
	margin: 5px 20px 20px 0;
}
#content img[align='right']
{
	margin: 5px 0 5px 5px;
}
#content img[align='absmiddle']
{
	margin: 5px;
}
.sous_pages
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.sous_pages > li
{
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 48%;
	margin: 1%;
}
.sous_pages > li > a
{
	text-decoration: none;	
	background-color: #333;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	color: #fff;
}
.sous_pages > li > a:hover
{
	background-color: #2F1D00;
}
#slider_accueil > ul
{
	width: 100%;
	height: 500px!important;
}
#slider_accueil > ul li
{
	background-position: 50% 0;
	height: 500px!important;
}
#slider_accueil img
{
	margin: 0;	
}
#slider_galerie img
{
	margin: 0;	
}
#header + .container,
#slider_accueil + .container
{
	/*margin-top: 1px;*/
}
#header + hr
{
	margin: 30px 0 15px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

#slogan
{
	position: absolute;
	top: 25px;
	left: 300px;
	color: #bd1004;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}

#coordonnees
{
	display: block;
	padding: 0px 5%;
	text-align: right;
}
#coordonnees ul
{
	float: right;
	margin: 0px;
}
#coordonnees ul > li
{
	display: inline-block;
	vertical-align: top;
}
#coordonnees ul > li  > a
{
	font-size: 15px;
	padding: 0px 2px;
}
#coordonnees > i, #coordonnees > span
{
	display: inline-block;
	vertical-align: middle;
}
#coordonnees > span,
#coordonnees > span > a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #bd1004;
	text-decoration: none;
}
/*.fa-pinterest:hover
{
	color: #C92228;
}
.fa-twitter:hover
{
	color: #4099FF;
}
.fa-facebook:hover
{
	color: #3b5998;
}
.fa-google-plus:hover
{
	color: #d34836;
}*/

/*MENU*/
#menu
{
	display: inline-block;
	vertical-align: middle;
}
#menu > ul
{
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	*float: left;/*IE7*/
}
#menu > ul > li > a
{
	display: block;
	padding: 35px 10px;
	/*margin: 0px 10px;*/
	text-decoration: none;
	color: #434343;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 3px solid transparent;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
}
#menu > ul > li > a > .fa
{
	line-height: 25px;
	font-size: 22px;
}
#menu > ul > li > a > .fa-angle-down
{
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: calc(50% - 12px);
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: calc(120% - 12px);
}
#menu > ul > li > a > .fa-angle-down.down2
{
	top: -25px;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: calc(50% - 12px);
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	color: #bd1004!important;
	border-bottom: 3px solid #bd1004;
}

#menu > ul > li > ul
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	text-align: left;
	padding: 0;
	z-index: 3;
	list-style: none;
}
#menu > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > ul > li > ul > li > a
{
	padding: 5px;
	display: block;
	color: #666;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #bd1004;
	/*color:#FFFFFF;*/
}

#galerie-liste > li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
#galerie-liste > li:last-child {
	margin-right: 0px;
}
#galerie-liste > li > a > .titre > span {
    position: absolute;
    bottom: 0;
}

/*SLIDER*/
#slider
{
	margin: -10px 0 0 -10px;
	
	width: 710px;
	height: 300px;
	z-index: 1;
}
#slider_accueil
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%!important;
	height: 500px;
	z-index: 1;
}
#slider_accueil > ul > li
{
	width: 100%;
}
#slider_accueil .boutonPagination.select
{
	background: #bd1004!important;
}
.titreSlider
{
	display: block;
	font-size: 37px;
	text-transform: uppercase;
	padding: 1%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	text-shadow: 0px 0px 22.4px rgba(0, 0, 0, 0.5);
	-moz-transform: matrix( 1,0,0,1.00186103003115,0,0);
	-webkit-transform: matrix( 1,0,0,1.00186103003115,0,0);
	-ms-transform: matrix( 1,0,0,1.00186103003115,0,0);
}

.coordonnee-slider > div
{
	display: inline-block;
	text-shadow: 0px 0px 22.4px rgba(0, 0, 0, 0.5);
	-moz-transform: matrix( 1,0,0,1.00186103003115,0,0);
	-webkit-transform: matrix( 1,0,0,1.00186103003115,0,0);
	-ms-transform: matrix( 1,0,0,1.00186103003115,0,0);
}

.coordonnee-slider > div:first-child > a
{
	width: 250px;
	background-color: #555555;
	color: #fff;
	font-size: 19px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
}

.coordonnee-slider > div:last-child
{
	font-size: 21px;
	margin-left: 30px;
	color: #fff;
	text-shadow: 0px 0px 22.4px rgba(0, 0, 0, 0.5);
	-moz-transform: matrix( 1,0,0,1.00186103003115,0,0);
	-webkit-transform: matrix( 1,0,0,1.00186103003115,0,0);
	-ms-transform: matrix( 1,0,0,1.00186103003115,0,0);
}

.coordonnee-slider > div:last-child > i
{
	color: #bd1004;
	margin-right: 6px;
}

#slider_galerie
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 100%;
	height: 149px;
}
#slider_galerie li
{
	margin: 0 2px;	
	display: table-cell;
}
#partenairesHome
{
	margin: 40px 0px 20px 0px;
	position: relative;
	font-size: 0px;
}
#partenairesHome > span
{
	position: absolute;
}
#partenairesHome img
{
	width: 49%;
	height: initial;
	padding-left: 1%;
	padding-top: 2%;
	max-height: 150px;
}
#partenairesHome img:nth-child(odd)
{
	padding-right: 1%;
	padding-left: 0%;
}
#partenairesHome a
{
	font-size: 15px;
}
/*Pagination*/
form
{
	display: inline;
}
.pagination
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pagination a:hover
{
	background: #bd1004;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*CONTENU*/
#nuage_liens
{
	text-align: justify;
	color: #999999;
}

/*ASIDE (GAUCHE OU DROITE)*/
#aside
{
	position: relative;
	padding: 5px 1%;
	width: 30%;	
	display:table-cell;
	vertical-align: top;
	padding-left: 5%;
}
#aside > div:first-child
#aside > ul
{
	list-style: none;
	margin: 15px 0 15px 4px;
	padding: 0;
}
#aside > ul > li
{
	width: 251px;
}
#aside > ul > li > a
{
	display: block;
	text-decoration: none;
	padding: 8px;
	margin: 5px 0;
	border-left: 1px solid #500050;
	border-top: 1px solid #500050;
	border-bottom: 1px solid #500050;
	border-radius: 3px 0 0 3px;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#aside > ul > li > a:hover
{
	background: #701374;
}
#aside .bloc:last-child
{
	border-bottom: none;
}
#aside .bloc:first-child
{
	padding-top: 0;
}

/*FOOTER*/
#footer
{
    position: relative;
    width: 100%;
    color: #909090;
    background-color: #000;
    font-size: 12px;
    box-shadow: 1px 1px 9px #aaa;
    padding-bottom: 15px
}
#footer a
{
	text-decoration: none;
	color: #909090;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_site
{
	padding: 10px;
}
#footer > .container
{
	width: 100%;
}
#contenuFooter
{
	background-color: #000;
	display: table;
	width: 100%;
	padding: 10px 0px;
}
#contenuFooter > *
{
	/*display: inline-block;*/
	vertical-align: middle;
	display: table-cell;
	width: 50%;
	text-align: center;
}
#contenuFooter > div:first-child
{
	text-align: left;
	padding-left: 5%;
	box-sizing: border-box;
}
#contenuFooter ul
{
	margin: 0px;
	list-style: square;
	width: 90%;
	padding-left: 0px;
}
#contenuFooter ul > li
{
	display: inline-block;
	width: 49%;
	font-size: 15px;
}
#contenuFooter ul > li:before
{
	content: '■ ';
}
#infos_complementaires
{
	padding: 8px;
}
#infos_complementaires div 
{
	float: right;	
}

/*DIVERS PROPRE AU SITE*/
.bloc
{
	border-radius: 3px;
	width: 100%;
	height: 120px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0!important;
	padding-top: 30px;
}
.bloc.video
{
	display: inline-block;
	width: 320px;
	height: 240px;
	margin: 0 0 5px 12px;
	padding: 5px;
}
.bloc h2
{
	text-decoration: none;
	margin-top: 15px;
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: 100;
}
#actualites.bloc ul li a i
{
	font-size: 12px;
	display: block;
	text-align: right;
	font-style: normal;
}
#actualites.bloc, 
#temoignages.bloc
{
	position: relative;
	height: 350px;
	border-bottom: 1px dashed #666;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 100%;
	height: 265px;
}

#actualites.bloc .slider ul, 
#temoignages.bloc .slider ul
{
	width: 100%;
	height: 265px;
	
	margin: 0;
	list-style: none;
}
#actualites.bloc .slider ul li,
#temoignages.bloc .slider ul li
{
	padding: 5px 1%;
	text-align: justify;
}

#actualites.bloc a,
#temoignages.bloc a,
#partenairesHome a
{
	text-decoration: none;
	color: #bd1004;
}
#actualites.bloc a:hover,
#temoignages.bloc a:hover
{
	text-decoration: underline;
}

#actualites.bloc .slider a,
#temoignages.bloc .slider a
{
	color: #666;
	text-decoration: none;
}
#actualites.bloc .slider a:hover,
#temoignages.bloc .slider a:hover
{
	color: #666;
	text-decoration: none;
}
#videos.bloc
{
	height: 250px;
	border-bottom: 1px dashed #666;
}
#videos.bloc a
{
	display: block;
	margin: 5px 0;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
#videos.bloc a:hover
{
	text-decoration: underline;
}

#langs
{
	float:right;
}

#langs > div
{
	display:inline-block;
}

#langs > div:hover
{
	opacity:0.5
}
.menuMobile
{
	display: none;
	position: absolute;
	top: 40px;
	right: 5%;
	cursor: pointer;
	font-size: 17px!important;
}
#menu_1
{
	display: block;
	/*height: auto!important;*/
}
.galerie table,
.contact table 
{
	display: block;
}
.galerie tbody,
.contact tbody 
{
	display: block;
}
.galerie tr
{
	display: block;
	text-align: center;
}
.galerie td
{
	display: inline-block;
	padding-left: 1%;
}
.galerie td > a
{
	width: 100%!important;
	padding: 0 !important;
	display: block !important;
	position: relative;
	overflow: hidden;
	text-decoration: none
}
.galerie td > a > span
{
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	-webkit-transition: top 0.3s,bottom 0.3s;
	transition:top 0.3s,bottom 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
}
.overlay_top
{
	top: -51%;
}
.galerie td > a:hover > .overlay_top
{
	top: 0%;
}
.overlay_bottom
{
	bottom: -50%;
}
.galerie td > a:hover > .overlay_bottom
{
	bottom: 0%;
}
.galerie td > a > img
{
	border: 1px solid rgba(50, 50, 50, 0.1);
	border-bottom: none;
	width: 300px;
}
.galerie td > a > *
{
	margin: 0!important;
}
.galerie td > a > h2
{
	background-color: #323232;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	width: 300px;
	color: #fff;
	border-left: 1px solid rgba(50, 50, 50, 0.1);
	border-right: 1px solid rgba(50, 50, 50, 0.1);
}
.msgContact
{
	width: 96%;
	margin: 0 2%;
	margin-top: 25px;
	float: left;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.theCaptcha
{
	width: 100%!important;
	text-align: center;
	margin: 0 auto;
}
.theCaptcha > div > div > div
{
	width: 100%!important;
}
.formContact > div > div
{
	float: left;
	width: 50%;
	padding:0 2%;
	margin-top: 25px;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > center
{
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}
.formContact > div > div > label,
.msgContact > label
{
	display: block;
	position: relative;
}
.formContact > div > div > label:first-child
{
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}
.formContact > div > div > label > i,
.msgContact > label > i
{
	position: absolute;
	min-width: 34px;
	top: 3px;
	right: 1px;
	border-left: 1px solid #b3b3b3;
	color: #b3b3b3;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.msgContact > label > i
{
	top: 0;
	height: 100%;
	line-height: 120px;
}
.formContact > div > div > label > input,
.msgContact > label > textarea
{
	padding: 6px 12px;
	padding-right: 46px;
	width: 100%;
	height: 34px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > div > div:nth-child(4) > label:nth-child(2)
{
	width: 35%;
	min-width: 100px;
	display: inline-block;
	margin-right: 1%;
}
.formContact > div > div:nth-child(4) > label:last-child
{
	display: inline-block;
	width: 64%;
}
#bandeauContact
{
	background-color: #454547;
	color: #fff;
	padding: 50px 0px;
	text-align: center;
	font-size: 20px;
}
#bandeauContact > a
{
	display: inline-block;
	border: 2px solid white;
	color: #fff;
	margin-left: 95px;
	padding: 8px 23px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
#bandeauContact > a:hover
{
	background-color: #FFF;
	color: #bd1004;
}
#bandeauContact > div
{
	transition: all 0.4s ease-in-out;
	display: inline-block;
	color: #fff;
	padding: 8px 23px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	vertical-align: middle;
}


.pagination
{
	text-align: center;
}
.pagination input
{
	text-align: center;
}
.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: #BD1003;
	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;
}
.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;
}
.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:hover
{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 3;
	color: #FFF;
	background-color: #BD1003;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 15px;
	margin: 0;
}
.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: #BD1003;
	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: #bd1004!important;
}
.blog-article-accroche
{
	font-weight: bold;
	padding: 20px 0;
}
.blog-article-sommaire
{
	border: 1px solid #CCC;
	border-left: 3px solid #BD1003;
	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;
}


@media only screen and (max-width:1515px) {
	#menu > ul > li > a
	{
		font-size: 17px;
	}
}
@media only screen and (max-width:1515px) {

	#menu > ul > li > a
	{
		font-size: 15px;
		padding: 35px 9px;
	}

}
@media only screen and (max-width:1350px)
{
	#menu
	{
		display: block;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	#menu > ul > li > a
	{
		padding: 5px 15px 5px;
	}

	#contenuFooter ul > li
	{
		display: block;
		width: 100%;
	}

	#footer > .container
	{
		/*width: 85%;*/
		margin: 0;
	}

	.row > *
	{
		display : block!important;
		width : initial!important;
		padding : 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;
	}
	#infos_complementaires
	{
		display: block;
		text-align: center;
	}
	#infos_complementaires div
	{
		float: none;
	}
}
@media only screen and (max-width:1200px) {
	html, body, #site
	{
		height: initial;
	}
	.bloc-accueil > li
	{
		display : block;
		width : 100%;
		margin : 15px auto;
	}
	.formContact > div > div:nth-child(4) > label:nth-child(2),
	.formContact > div > div:nth-child(4) > label:last-child
	{
		width: 100%;
	}
/*	.container_top > div#menu
	{
		padding: 3px 1%;
	}*/
	#catAccueil > li
	{
		height: 280px;
	}
	#catAccueil > li > a > span
	{
		font-size: 27px;
	}
		.menuMobile
	{
		display: none;
		position: absolute;
		right: 5%;
		cursor: pointer;
		top: 50px;
		font-size: 17px!important;
	}
		#menu_1
	{
		position: fixed;
		right: 0;
		width: 200px;
		height: 100%;
		background-color: #bd1004;
		color: #fff;
		z-index: -1;
		top: 0;
		padding-top: 40px!important;
		overflow: auto;
	}
	#menu > ul > li > a
	{
		padding: 0 20px 25px;
	}
	#menu > ul > li:hover > a, #menu > ul > li.select > a
	{
		color: black!important;
	}
	#menu_1 > li
	{
		display: block!important;
	}
	#menu_1 > li > a
	{
		color: #fff!important;
	}
	#menu > ul > li > ul
	{
		position: relative;
	}
	#menu > ul > li
	{
		padding-right: 5px;
	}
	#menu > ul > li > ul > li 
	{
		text-align: right;
		padding-right: 15px;
	}
	#header_top
	{
		z-index: inherit;
	}
	#header_top
	{
		position: relative;
	}
	.container_top > div > .menuMobile
	{
		display: block;
		color: #000;
	}
	#logo
	{
		margin: 10px 10px 10px 30px;
	}
}
@media only screen and (max-width:1065px) {
	#menu > ul > li > a
	{
		font-size: 14px;
	}
}
@media only screen and (max-width:1000px) {
	/*.container_top > div:nth-child(2)
	{
		display: none;
	}*/
}
@media only screen and (max-width:900px) {
	#bandeauContact > a
	{
		display: block;
		width: 160px;
		margin: 10px auto 0px auto;
	}
}
@media only screen and (max-width:770px) {
	.container_top
	{
		text-align: center;
	}
	#logo
	{
		/*display: block;*/
		text-align: center;
		margin: 5px 0px;
	}
	#logo > img
	{
		width: 98%;
	}
	#catAccueil > li
	{
		width: 50%;
	}
	html
	{
		height: inherit;
	}
	#content, #aside
	{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#aside
	{

		padding: 0;
		margin-top: 65px;
	}
	#contenuFooter > div
	{
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 15px;
	}
	.titreSlider
	{
		font-size: 16px;
	}
	.coordonnee-slider
	{
		margin-top: 20px;
	}
	.coordonnee-slider > div:last-child
	{
		margin-top: 20px;
	}
	#coordonnees
	{
		text-align: center;
		margin-bottom: 25px;
		padding-top: 25px;
	}

	.blog-articles
	{
		grid-template-columns: 1fr;
	}
	.blog-article-couverture
	{
		height: 300px;
	}
	.blog-article-couverture > div > h1
	{
		font-size: 24px;
	}
	.blog-article-couverture > div > time
	{
		display: block;
	}
}
@media only screen and (max-width:480px) {
	.container_top > div > .menuMobile
	{
		position: static;
		color: #FFF;
    	background-color: #AB0000;
	}
	#contenuFooter > div > img
	{
		width: 100%;
	}
	#contenuFooter ul
	{
		width: initial;
		padding-bottom: 15px;
	}
	#header_top
	{
		box-shadow: none;
	}
	html
	{
		height: inherit;
	}
	.formContact > div > div
	{
		width: 100%;
		margin-top: 15px;
	}
	.container_top > div:nth-child(4)
	{
		display: none;
	}
	tbody, tbody > tr > td
	{
		display: block;
		width: 100%;
	}
	tbody > tr > td > div
	{
		padding: 0px; 
	}

	.actu
	{
		display: initial !important;
		grid-template-columns: 1fr !important;
		grid-gap: initial !important;
		grid-auto-rows: initial !important;

	}

	.pictos
	{
		height: initial !important;
		width: 100% !important;
		display: block;
	}
}
.bouton_accueil
{
	display: block;
	background-color: #4f3101;
	background-position: 0 50%;
	border: 1px solid #999;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	margin: 10px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:37px;
	
	color: #fff;
	line-height: 37px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-shadow: 1px 1px 1px #000000;
	
	border-left: 4px solid transparent;
	border-right: 3px solid transparent;
	
	-webkit-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms;
}
.bouton_accueil:hover
{
	background-color: #2f1d00;
	background-image: none;
	border-left: 4px solid #990000;
	text-decoration: none!important;
}

iframe, img
{
	max-width: 100%!important;
}
@media only screen and (max-width:480px) {
	#catAccueil > li
	{
		width: 100%;
	}
}

/* PARTENAIRE */
#group-partenaires
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#group-partenaires > li
{
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
#group-partenaires > li > a
{
	position: relative;
	display: block;
	margin: 0 20px 20px 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	
	width: 235px;
	height: 250px;
	text-decoration: none;
	color: #FFF;
  	overflow: hidden;
}

#group-partenaires > li > a > span {
	width: 100%;
	position: absolute;
	height:50%;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	left:0px;
}
#group-partenaires > li > a > span:nth-child(2)
{
	top:-50%;	
}
#group-partenaires > li > a > span:nth-child(3)
{
	bottom:-50%;	
}
#group-partenaires > li > a:hover > span:nth-child(2)
{
	top:0%;
}
#group-partenaires > li > a:hover > span:nth-child(3)
{
	bottom:0%!important;
}
#group-partenaires > li > a > h2
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px;
	background-color: #231F20;
	
	width: calc(100% - 10px);
	
	color: #FFF;
	text-align: center;
	text-transform: none;
	
}
#group-partenaires > li > a > div
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	text-align: center;
	background-color: #231F20;
}

.compteur_accueil
{
	color: #bd1004;
	text-align: center;
}

.compteur_accueil span
{
	font-weight: bold;
	display: block;
	font-size: 40px;
}

.compteur-texte
{
	font-size: 30px;
}

.solution-picto
{
	font-size: 70px;
	color: #bd1004;
}

.solution-titre
{
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	font-size: 19px;
}

.solution-texte
{
	font-size: 18px;
	color: #000;
}

@media screen and (max-width:860px)
{
	.row > *
	{
		display : block!important;
		width : initial!important;
		padding : initial!important;
	}
}

.actu
{
	display: grid;
	grid-template-columns: 25% 25%;
	grid-gap: 10px;
	grid-auto-rows: 250px;
}
.actu > div
{
	background-color: rgba(255,255,255,0.3);
	position: relative;
	overflow: hidden;
}
.actu > div:first-child {
		grid-column: 1;
		grid-row: 1;
}
.actu > div:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
}
.actu > div:nth-child(3) {
		grid-column: 3;
		grid-row: 1;
}
.actu > div:nth-child(4) {
		grid-column: 4;
		grid-row: 1;
}

.actu .titre-actualites
{
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-size: 23px;
	color: #fff;
	z-index: 2;
	transition: border-bottom .5s ease;
	text-align: left;
}

.actu .titre-actualites::after {
		content: '';
		height: 2px;
		width: 0%;
		background-color: #fff;
		position: absolute;
		bottom: -5px;
		left: 0;
		transition: width .5s ease;
}

.actu a:hover .titre-actualites::after
{
	width: 100%;
	transition: width .5s ease;
}

.actu .img-actualites
{
	height: auto;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}

.actu .img-actualites img
{
		margin: 0 !important;
		padding: 0;
		width: 100%;
		height: 100%;
	filter: saturate(0);
	transition: filter .5s ease;
}

.actu .img-filter {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
		background: #000;
		background: linear-gradient(transparent, rgba(0, 0, 0,0.5));
		transition: top .3s ease;
}

.actu a:hover .img-filter {
		top: 20%;
		transition: top .3s ease;
}

.actu a:hover .img-actualites img
{
	filter: saturate(1);
	transition: filter .5s ease;
}

.actu .date-actualites
{
	position: absolute;
		z-index: 1;
		font-size: 17px;
		background-color: #3359c9;
		color: #fff;
		padding: 6px 4% 6px 4%;
		top: 10px;
}

.actu .label-actualites
{
	position: absolute;
		z-index: 1;
		font-size: 14px;
		background-color: #3359c9;
		color: #fff;
		padding: 6px 4% 6px 4%;
		top: 51px;
}

.actu > div:nth-child(1) .label-actualites
{
		background-color: #c93348;
}

.actu > div:nth-child(2) .label-actualites
{
		background-color: #c99b33;
}

.actu > div:nth-child(3) .label-actualites
{
		background-color: #c93394;
}

.actu > div:nth-child(4) .label-actualites
{
		background-color: #c93348;
}

.button_actu
{
	display: inline-block;
	margin: 10px;
	padding: 5px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	background-color: #454545;
}

.button_facebook
{
	display: inline-block;
	margin: 10px;
	padding: 10px 15px;
	border-radius: 50vh;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	background-color: #4267b2;
}

