@font-face
{
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight.eot');
    src: url('../fonts/geosanslight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight.woff') format('woff'),
         url('../fonts/geosanslight.ttf') format('truetype'),
         url('../fonts/geosanslight.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype'),
         url('../fonts/846-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
    font-family: 'attachee';
    src: url('../fonts/attachee.eot');
    src: url('../fonts/attachee.eot?#iefix') format('embedded-opentype'),
         url('../fonts/attachee.woff') format('woff'),
         url('../fonts/attachee.ttf') format('truetype'),
         url('../fonts/attachee.svg#attachee') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face 
{
    font-family: 'oswaldRegular';
    src: url('../fonts/OswaldRegular.eot');
    src: url('../fonts/OswaldRegular.eot') format('embedded-opentype'),
         url('../fonts/OswaldRegular.woff2') format('woff2'),
         url('../fonts/OswaldRegular.woff') format('woff'),
         url('../fonts/OswaldRegular.ttf') format('truetype'),
         url('../fonts/OswaldRegular.svg#OswaldRegular') format('svg');

}
@font-face 
{
    font-family: 'oswaldLight';
    src: url('../fonts/OswaldLight.eot');
    src: url('../fonts/OswaldLight.eot') format('embedded-opentype'),
         url('../fonts/OswaldLight.woff2') format('woff2'),
         url('../fonts/OswaldLight.woff') format('woff'),
         url('../fonts/OswaldLight.ttf') format('truetype'),
         url('../fonts/OswaldLight.svg#OswaldLight') format('svg');
}





/*GENERAL*/
BODY
{
	margin: 0;
	font-family: arial;
	font-size: 14px;
	color: #666;
}
h1
{
	margin: 10px 0;
	color: #15386d;
	font-size: 25px;
	font-family: geosanslightregular;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2
{
	margin: 5px 0;
	color: #383838;
	font-size: 24px;
	font-weight: 400;
	font-family: oswaldLight;
}
h3
{
	margin: 5px 0;
	color: #15386d;
	font-size: 14px;
}
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 #15386d;
}
a img
{
	border: 0;
}
a
{
	color: #15386d;
}
a:active, 
a:focus
{
	color: #15386d;
}
.clear
{
	clear: both;
}
.ariane
{
	padding: 5px 0 10px;
	color: #CCC;
	font-weight: bold;
}
.ariane a
{
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}
.ariane a:hover
{
	text-decoration: underline;
}

/*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;
    float: none;
}

#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: "FontAwesome";
    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;
}

input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	padding: 4px 30px;
	color: #FFFFFF;
	background: #2E3537 url(../img/fond_menu.jpg) 0 50%;
	border: 1px solid #15386d;
	border-radius: 5px;
	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
{
	background: #15386d;
}
.bouton.small
{
	padding: 5px 10px;
}
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 #15386d;
}

/*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;
}

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


/*HEADER/TOP/BANNIERE*/
#header_top
{
	background-color: #2e3537;
}
#header
{
	margin-top: 15px;
}
#header + hr + .container
{
	min-height: 945px;
}
.container_top
{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	display: table;
	margin-bottom: 20px;
}
.container_top > *
{
	display: inline-table;
	vertical-align: top;
}
.container_top > div
{
	padding: 3px 3%;
}
.container_top > div > *
{
	line-height: 25px;
	color: #fff;
	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 : table-cell;
	vertical-align : middle;
	width: 25%;
}
#logo > img
{
	width: 100%;
	max-width: 300px;
}
.container
{
	display:table;
	width: 80%;
	margin: 0 auto;
}

/*²*/
#content
{
	vertical-align: top;
	position: relative;
	width: 68%;
	padding: 10px 1%;
	display:table-cell;
	float: right;
	margin-bottom: 55px;
	/*max-width: 510px;*/
}
#content img
{
	margin: 5px;
}
#content img[align='left']
{
	margin: 5px 5px 5px 0;
}
#content img[align='right']
{
	margin: 5px 0 5px 5px;
}
#content img[align='absmiddle']
{
	margin: 5px;
}
#content .article
{
	display: block;
}
#content .article ul
{
	list-style: url(../img/icones/coche_16.png);
	float: left;
}
#promotions{}
.promoSlider
{
	height: 280px;
	/*position: inherit!important;*/
	overflow: inherit!important;
}
.promoSlider > ul
{
	width: 100%
}
.promoSlider > ul > li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	text-align: center;
	width: 100%
}
.promoSlider > ul > li > a
{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	width: 50%;
	max-width: 435px;
	position: relative;
}
.promoSlider > ul > li > a > *
{
	width: 99%;
	margin: 0 5px!important;
}
.promoSlider > ul > li > a > span
{
	display: block;
	height: 255px;
}
.promoSlider > ul > li > a h3
{
	width: 99%;
	margin: 0 auto;
	height: 34px;
	line-height: 34px;
	background-color: #ABABAB;
	color: #fff;
	text-transform: uppercase;
	font-family: oswaldLight;
	font-size: 21px;
	font-weight: 400;
}
.promoSlider > a
{
	display: block;
	top: 260px;
	position: relative;
	text-align: right;
}
.promoSlider > div
{
	background: none!important;
	color: #000!important;
	top: -18px!important;
	left: inherit!important;
	right: 30px!important;
}
.promoSlider > div:last-child
{
	right: 0px!important;
}
.promoSlider > div:last-child:before
{
	  /*content: "\f105";*/
}
.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: #15386d;
}

.expendable
{
	text-align: right;
}
.expendable > div
{
	text-align: left;
	overflow: hidden;
	max-height: 45px;
	transition: 500ms ease-in-out max-height;
}
.expendable > div.show
{
	max-height: 999px;
}
.expendable > a
{
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
	color: #fff;
	background-color: #15386d;
	border-radius: 3px;
	cursor: pointer;
}


#slider_accueil > ul
{
	width: 100%;
}
#slider_accueil img
{
	margin: 0;	
}
#slider_galerie img
{
	margin: 0;	
}
#slider_accueil > div
{
	color: transparent!important;
	box-shadow: none!important;
	background-color: transparent!important
}
#slider_accueil > div:nth-child(4):before
{
	content: "\f053";
	color: #fff;
	font: normal normal normal 40px/1 FontAwesome;
}
#slider_accueil > div:last-child:before
{
	content: "\f054";
	color: #fff;
	font: normal normal normal 40px/1 FontAwesome;
}
.promoSlider > div
{
	color: transparent!important;
	box-shadow: none!important;
	background-color: transparent!important
}
.promoSlider > div:nth-child(3):before
{
	content: "\f053";
	color: #000;
	font: normal normal normal 14px/1 FontAwesome;
}
.promoSlider > div:nth-child(4):before
{
	content: "\f054";
	color: #000;
	font: normal normal normal 14px/1 FontAwesome;
}
#header + .container,
#slider_accueil + .container
{
	/*margin-top: 50px;*/
}
#header + hr
{
	margin: 30px 0 15px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

/*MENU*/
#menu
{
	vertical-align: middle;
	width: 82%;
	text-align: right;
	padding: 0;
	display: table-cell;
}
#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: 0 20px;	
	text-decoration: none;
	color: #333;
	font-size: 15px;
	font-family: arial;
	padding-bottom: 10px;
	border-bottom: 1px solid transparent;
	position: relative;
	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: 0;
    transition: top 0.3s;
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: 30px;
}
#menu > ul > li > a > .fa-angle-down.down2
{
	top: -25px;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: 0;
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	color: #15386d!important;
	border-bottom: 1px solid #15386d;
}

#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: avantgarde_bk_btbook;
	text-decoration: none;
	
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #1b9ac3;
	/*color:#FFFFFF;*/
}

/*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: 450px;
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
#slider_accueil > ul > li
{
	width: 100%;
	height: 450px;
}
#slider_accueil > ul > li > div
{
	position: absolute;
	top: 200px;
	background: #fff;
	padding: 5px;
	right: 15%;
	width: 400px;
	text-align: justify;
	color: #333;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#slider_accueil .boutonPagination.select
{
	background: #15386d!important;
}
.titreSlider
{
	position: absolute;
	font-size: 25px;
	text-transform: uppercase;
	padding: 5px;
	font-weight: 400;
	right: 15%;
	bottom: 250px;
	font-family: oswaldLight;
	font-size: 27px;
	color: #fff;
	background-color: #ffc600;
}

#slider_galerie
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 100%;
	height: 150px;
}
#slider_galerie li
{
	margin: 0 2px;	
	display: table-cell;
}
#partenairesHome
{
	margin-top: 40px;
	position: relative;
}
#partenairesHome > span
{
	position: absolute;
}


#categories
{
	list-style: none;
	margin: 0;
	padding: 0;

	display: grid;
    align-items: stretch;
    justify-items: stretch;
	grid-auto-flow: dense;
	grid-template-columns: repeat(16,1fr);
	grid-gap: 10px;

}
#categories > li
{
	/*font-size: 0;*/
	display: block;
	/*vertical-align: middle;*/
	/*width: 100%;*/
	/*max-width: 230px;*/

	grid-column: auto/span 4;
}
#categories > li > a
{
	display: block;
	border: 1px solid #EFEFEF;
	text-decoration: none;
}
#categories > li > a .categorie-photo
{
	background-color: #EFEFEF;
	height: 180px;
	overflow: hidden;
}
#categories > li > a .categorie-photo img
{
	width: 100%;
    height: 100%;
	object-fit: contain;
	margin: 0;
}
#categories > li > a .categorie-titre
{
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	height: 30px;
	display: flex;
	align-items: center;
	color: #000;
	font-family: oswaldLight;
}


#produits
{
	list-style: none;
	margin: 0;
	padding: 0;

	display: grid;
    align-items: stretch;
    justify-items: stretch;
	grid-auto-flow: dense;
	grid-template-columns: repeat(16,1fr);
	grid-gap: 10px;

}
#produits > li
{
	/*font-size: 0;*/
	display: block;
	/*vertical-align: middle;*/
	/*width: 100%;*/
	/*max-width: 230px;*/

	grid-column: auto/span 4;
}
#produits > li > a
{
	display: block;
	border: 1px solid #EFEFEF;
	text-decoration: none;
}
#produits > li > a .produit-photo
{
	background-color: #EFEFEF;
	height: 180px;
	overflow: hidden;
}
#produits > li > a .produit-photo img
{
	width: 100%;
    height: 100%;
	object-fit: contain;
	margin: 0;
}
#produits > li > a .produit-titre
{
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	height: 30px;
	display: flex;
	align-items: center;
	color: #000;
	font-family: oswaldLight;
}
#produits > li > a .produit-prix
{
	padding: 5px;
	font-size: 22px;
	font-family: oswaldLight;
}

#produit
{
	display: grid;
    align-items: stretch;
    justify-items: stretch;
	grid-auto-flow: dense;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
#produit .produit-photo
{
	position: relative;
	grid-column: auto/span 1;

	background-color: #EFEFEF;
	height: 280px;
}
#produit .produit-photo > a
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#produit .produit-photo > a > img
{
	width: 100%;
    height: 100%;
	object-fit: contain;
	margin: 0;
}
#produit .produit-photo .produit-photos-min
{
	display: flex;
	width: 100%;
	height: 90px;
	overflow: auto;
}
#produit .produit-photo .produit-photos-min > a
{
	margin: 5px;
	padding: 3px;
	width: 100px;
	height: calc(100% - 16px);
	overflow: hidden;
}
#produit .produit-photo .produit-photos-min > a.select
{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#produit .produit-photo .produit-photos-min > a > img
{
	width: 100%;
    height: 100%;
	object-fit: cover;
	margin: 0;
}
#produit .produit-description
{
	grid-column: auto/span 1;
}
#produit .produit-panier
{
	display: grid;
	grid-column: auto/span 1;
	border: 2px solid #15386D;
	padding: 5px;
	text-align: center;
	align-items: center;
	justify-items: center;
}
#produit .produit-panier .produit-prix
{
	padding: 5px;
	font-size: 22px;
	font-family: oswaldLight;
}

/*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: #1888AD;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

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

/*ASIDE (GAUCHE OU DROITE)*/
.asideHome
{
	/*top: -171px!important;*/
	z-index: 10;
	height: 712px;
	/*background-color: #15386D;*/
}
#aside
{
	position: relative;
	padding: 5px 1px;
	width: 25%;	
	display:table-cell;
	vertical-align: top;
	min-width: 270px;
	top: 50px;
	float: left;
}
#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;
	background: url(../img/fond_menu.png) 0 -3px;
	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;height: 140px;
}

/*FOOTER*/
#footer
{
	position: relative;
	width: 100%;
	background-color: #15386D;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-size: 15px;
	font-family: oswaldLight;
	text-transform: uppercase;
}
#footer > b
{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 40px;
}
#footer > b > i.fa
{
	background: url(../img/fond_icon_bleu.png) 50% no-repeat;
	width: 85px;
	color: #fff;
	height: 52px;
	line-height: 58px;
	font-size: 36px;
	cursor: pointer;
}
#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_site
{
	padding: 10px;
}
#footer #infos_complementaires
{
	text-align: right;
}
#footer > .container > div
{
	display: table-cell;
}



/*DIVERS PROPRE AU SITE*/
.bloc
{
	border-radius: 3px;
	width: 100%;
	height: 240px;
	color: #666;
	text-decoration: none;
	margin: 0!important;
	margin-top: 30px;
	background-color: #fff;
	position: relative;
	border: 2px solid #15386d!important;
	border-radius: 0;
}
.bloc.video
{
	display: inline-block;
	width: calc(48% - 14px);
	box-shadow: 1px 1px 9px #aaa;
	height: initial!important;
	margin: 1%!important;
	text-align: center;
	overflow: hidden;
}
.bloc.video h2
{
	color: #15386d;
}
#listeVideo
{
	font-size: 0px;
}
#listeVideo iframe
{
	width: 100%;
}
.bloc h2
{
	text-decoration: none;
	margin-top: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 100;
	font-family: oswaldLight;
	font-size: 27px;
	text-align: center;
	margin: 0;
	color: #fff;
}
.asideInpair
{
	background: #15386D;
	color: #f6f6f6;
}
.asideInpair > ul > li:first-child{font-weight: 700;}
.asideInpair > ul > li:last-child{padding-left:0!important;}
.asideInpair > ul > li:first-child, .asideInpair > ul > li:last-child{padding-top: 10px!important;}
.asideInpair > ul > li{line-height:15px!important;padding-left:5px!important;}
.asideInpair > ul > li > a
{
	position: absolute;
	z-index: 200;
	color: red;
	bottom: 35px;
	width: 100%;
	text-align: center;
	bottom: 15px;
	left: 0;
}
.asideInpair > ul > li > a > i
{
	height: 25px;
  width: 35px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  background-color: #15386D;
}
.asideInpair > ul > li > a > span
{
	display: inline-block;
	padding: 5px 15px;
	background-color: #bababa;
	color: #fff;
}
.asidePair > h2
{
	color: #333;
}
.asidePair > b > i.fa
{
	color: #333!important;
	background: url(../img/fond_icon_blanc.png) no-repeat !important;
}
.bloc > b
{
	position: absolute;
	top: -50px;
	text-align: center;
	height: 50px;
	width: 100%;
}
.bloc > b > i.fa
{
	background: url(../img/fond_icon_bleu.png) no-repeat;
	width: 85px;
	height: 60px;
	line-height: 58px;
	font-size: 30px;
	color: #fff;
}
#asideContact > *
{
	color: #fff;
}
#asideContact > span
{
	font-family: oswaldLight;
	font-size: 35px;
	text-align: center;
	display: block;
	line-height: 40px;
}
#asideHoraire
{
	height: 225px;
}
#asideHoraire > ul{padding: 5px;}
/*#asideAdresse{height: 180px;}*/
.bloc > ul 
{
	margin:0;
	padding: 0;
}
.bloc > ul > li
{
	margin:0;
	padding: 0;
	list-style: none;
	line-height: 20px;
	position: relative;
}
.bloc > ul > li > span:first-child
{
	width: 90px;
	display: inline-block;
}
#actualites.bloc .slider a{display: block;width: 100%}
#actualites.bloc .slider a h3
{
	  text-align: center;
  float: left;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #ababab;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
}
#actualites .slider a span
{
  width: 100%;
  height: 215px;
  display: block;
  background-size: contain!important;

}
#actualites.bloc ul li a i
{
	font-size: 12px;
	display: block;
	text-align: right;
	font-style: normal;
}
#actualites.bloc, 
#temoignages.bloc
{
	position: relative;
	height: 280px;
	border-bottom: 1px dashed #666;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 100%;
	height: 235px;
}

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

#actualites.bloc a,
#temoignages.bloc a
{
	text-decoration: none;
}
#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;
	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: 50%;
	margin: 0 auto;
}
.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: arial;
	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%;
}



@media only screen and (max-width:1285px) {
	#menu > ul > li > a
	{
		padding: 0 15px 10px;
	}
}
@media only screen and (max-width:1200px) {
	.formContact > div > div:nth-child(4) > label:nth-child(2),
	.formContact > div > div:nth-child(4) > label:last-child
	{
		width: 100%;
	}
	.container_top > div
	{
		padding: 3px 1%;
	}
	#content
	{
		width: 65%;
	}
}
@media only screen and (max-width:1750px) {
	#menu > ul > li > a
	{
		padding: 0 10px 10px;
	}
}
@media only screen and (max-width:1065px) {
	#menu > ul > li > a
	{
		font-size: 14px;
	}
	#content
	{
		width: 60%;
	}
	.promoSlider > ul > li
	{
		width: auto;
	}
	.promoSlider > ul > li > a > img 
	{
		/*width: 90%;
		height: auto;*/
	}
	.promoSlider > ul > li > a > h3 
	{
		/*width: 90%;*/
	}

}
@media only screen and (max-width:1000px) {
	
	#content .container_top > div:nth-child(2)
	{
		display: none;
	}
	#content
	{
		width: 58%;
	}
	.bloc.video
	{
		width: 95%;
	}
}
@media only screen and (max-width:900px) {
	.promoSlider {
		height: 450px!important;
	}
	.promoSlider > ul + a
	{
		top: 401px!important;
	}
	.promoSlider > ul > li 
	{
		width: 100%;
	}
	.promoSlider > ul > li > a
	{
		display: block;
		max-width: 290px;
		margin: 10px auto;
		width: 100%;
	}
	#menu > ul > li > a
	{
		font-size: 13px;
		padding: 0 8px 10px;
	}
	.menuMobile
	{
		display: none;
		position: absolute;
		right: 5%;
		cursor: pointer;
		top: 15px;
		font-size: 17px!important;
	}
	#content
	{
		width: 52%;
	}

}
@media only screen and (max-width:770px) {
	#aside
	{
		height: 880px;
	}
	#header
	{
		margin-top: 0;
	}
	#header + hr 
	{
		margin: 50px 0 15px;
		border: 0;
	}
	#logo
	{
		position: absolute; 
		top: 15px;
	}
	#logo > img
	{
		min-width: 140px
	}
	#content, #aside
	{
		display: block;
		width: 100%;
	}
	#aside
	{
		top: 0px!important;
		padding: 0;
		margin-top: 65px;
	}
	#asideHoraire > ul 
	{
		width: 260px;
		margin: 0 auto;
	}
	#slider_accueil,
	.container_top > div:nth-child(2),
	.social
	{
		/*display: none;*/
		margin-top: 65px;
	}
	.container_top > div > .menuMobile
	{
		display: block;
		color: #333;
	}
	#menu_1
	{
		position: fixed;
		right: 0;
		width: 200px;
		height: 100%;
		background-color: #333;
		color: #fff;
		z-index: -1;
		top: 0;
		padding-top: 40px!important;
		overflow: auto;
	}
	#menu > ul > li > a
	{
		padding: 0 20px 10px;
	}
	#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;
	}
	#menu > ul > li.select > a
	{
		color: #ababab!important;
		border-bottom: 1px solid #ababab;
	}
	#footer
	{
		margin-top: 70px;
	}
	#footer > b
	{
		bottom: 60px
	}
}
@media only screen and (max-width:500px) {
	.formContact > div > div
	{
		width: 100%;
		margin-top: 15px;
	}
	.container_top > div:nth-child(4)
	{
		display: none;
	}
	#footer > .container > div 
	{
		display: block!important;
		padding-left: 10px!important;
		text-align: left!important;
	}
	#footer > b
	{
		top: -50px;
	}
}