@font-face
{
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/avantgarde_bk_btbook.eot');
    src: url('../fonts/avantgarde_bk_btbook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgarde_bk_btbook.woff') format('woff'),
         url('../fonts/avantgarde_bk_btbook.ttf') format('truetype'),
         url('../fonts/avantgarde_bk_btbook.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}



html,body,#site
{
	height: 100%;
}

/*GENERAL*/
BODY
{
	margin: 0;
	font-family: arial;
	font-size: 16px;
	color: #666;
}
h1
{
	margin: 68px auto 0px auto;
	color: #fff;
	font-size: 19px;
	font-family: texgyreadventorregular;
	letter-spacing: 1px;
	font-weight: lighter;
	width: 88%;
}
h2
{
	margin: 5px 0;
	text-transform: uppercase;
	color: #3580cc;
	font-size: 17px;
	font-family: texgyreadventorregular;
	font-weight: 100;
}
h3
{
	margin: 5px 0;
	color: #3580cc;
	font-family: texgyreadventorregular;
	font-size: 11px;
}
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 #1dabd9;
}
a img
{
	border: 0;
}
a
{
	color: #1A5892;
}
a:active, 
a:focus
{
	color: #1A5892;
}
a:hover
{
	text-decoration: none;
}
.clear
{
	clear: both;
}
.g-recaptcha > div,
.g-recaptcha > div > div
{
	margin: 0 auto;
}

/*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: 5px auto;
}
#captchagc > img
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc > img + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid > img
{
	top: 18px!important;
	left: 197px!important;
}
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	padding: 4px 30px;
	color: #3580cc;
	background: transparent;
	border: 1px solid #3580cc;
	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,
select:focus
{
	outline: none;
	border: 1px solid #1dabd9!important;
}

/*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
{
	z-index:2;
	position: relative;
}

.container_top
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(29, 95, 156, 0.82);
	position: relative;
	/*position: fixed;*/
	/*box-shadow: 1px 1px 9px #aaa;*/
	/*overflow-x: hidden;*/
	/*background-image: url(../img/fond-menu.png);*/
}
#header
{
	overflow: hidden;
}
#header h1
{
	position: absolute;
	top: 120px;
	left: 6%;
}
#header > img
{
	position: relative;
	/*margin-top: -112px;*/
	z-index: -1;
}
#menuFixed
{
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.container_top > *
{
	display: inline-table;
	vertical-align: top;
}
.container_top > div > *
{
	line-height: 25px;
	color: #fff;
	padding-left: 5px;
}
.container_top > div > span
{
	font-size: 12px;
}
#rappel
{
	background: url(../img/fond-rappel.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	/*position: fixed;*/
	width: 550px;
	margin: 0 auto;
	padding: 3px 0px;
	color: #434343;
}
#rappel > *
{
	display: inline-block;
	vertical-align: middle;
}
#rappel > .tel
{
	font-size: 17px;
	padding-left: 5px;
}
#rappel > .tel > i
{
	font-size: 18px;
}
#rappel > input
{
	background-color: #e4e4e4;
}

.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
{
	position: absolute;
	left: 50%;
	height: 100%;
	display: inline-block;
	transition: height, transform ease-in-out 0.2s;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}
#logo > img
{
	max-width: 95px;
    margin: 0px 0px;
    padding: 5% 0px;
    width: inherit;
    height: 90%;
    width: inherit;
}
.container
{
	display:table;
	width: 90%;
	height: calc(100% - 479px);
	margin: 0 auto;
}

/*²*/
#content
{
	vertical-align: top;
	position: relative;
	min-width: 62%;
	padding: 0px 10px 1% 0px;
	display:table-cell;
}
#content > h2
{
	text-transform: initial;
	font-size: 23px;
}
/*#content > div
{
	text-align: justify;
	font-size: 16px;
}*/
#content a[href$='.pdf']
{
	color: #CA1919;
	text-decoration: underline;
	background-image: url(../img/icones/pdf_16.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	
}
#content a[href$='.ppsx']
{
	color: #CA1919;
	text-decoration: underline;
	background-image: url(../img/icones/diapo_16.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	
}
#content a[href$='.wmv']
{
	color: #CA1919;
	text-decoration: underline;
	background-image: url(../img/icones/video_16.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	
}
#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;
}
#content table
{
	border-spacing: 1px;
    background-color: #1D5F9C;
}
#content table th
{
	background-color: #1D5F9C;
	color: #FFF;
	padding: 5px;
}
#content table td
{
	background-color: #FFF;
	padding: 5px;
}
#content table.position
{
	width: 100%;
	background-color: #FFF;
}
#content table.position td
{
	vertical-align: top;
}

.sous_pages
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	clear: both;
}
.sous_pages > li
{
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 30%;
	margin: 1px;
}
.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: #1A5892;
}
#slider_accueil > ul
{
	width: 100%;
	height: 500px;
}
#slider_accueil > ul li
{
	background-position: 50% 0;
	height: 500px;
}
#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);
}

/*MENU*/
#menu
{
	width: 100%;
	vertical-align: middle;

	background-size: 100% 100%;
}
#menu > ul
{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	*float: left;/*IE7*/
}
#menu > ul > li:nth-child(4)
{
	margin-right: 75px;
}
/*#menu > ul > li:nth-child(5)
{
	margin-left: 75px;
}*/
#menu > ul > li:last-child
{
	margin-right: 95px;
}
#menu > ul > li > a
{
	display: block;
	padding: 23px 23px;
	margin: 0px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-family: texgyreadventorregular;
	border-bottom: 3px solid transparent;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	transition: padding ease-in-out 0.4s;
	-webkit-transition: padding ease-in-out 0.2s;
}
#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: 50%;
	transform: translateY(-50%);
    transition: top 0.3s;
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: 120%;
}
#menu > ul > li > a > .fa-angle-down.down2
{
	top: -50%;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: 50%;
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	border-bottom: 3px solid #ffffff;
	background-color: rgba(30, 84, 135, 0.48);
}

#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: #3580cc;
	/*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: 500px;
	z-index: 1;
}
#slider_accueil > ul > li
{
	width: 100%;
}
#slider_accueil > ul > li > div
{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	padding: 5px;
	width: 100%;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#slider_accueil .boutonPagination.select
{
	background: #1A5892!important;
}
.titreSlider
{
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	padding: 1%;
	color: #000;
	font-weight: 700;
}

#slider_galerie
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 100%;
	height: 215px;
}
#slider_galerie li
{
	margin: 0 2px;	
	display: table-cell;
}
#partenairesHome
{
	margin-top: 40px;
	position: relative;
}
#partenairesHome > span
{
	position: absolute;
}

/*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*/
/* PARTENAIRE */
#group-partenaires
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#group-partenaires > li
{
	margin: 0;
	padding: 10px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;

	border-bottom: 1px dotted #1B5A95;
}
#group-partenaires > li > div:first-child
{
	display: inline-block;
	width: 230px;
	text-align: center;
	vertical-align: middle;
}
#group-partenaires > li > div:first-child + div
{
	display: inline-block;
	width: calc(100% - 230px);
	vertical-align: middle;
}
#group-partenaires > li > div a
{
	display: inline-block;
	text-decoration: none;
	padding: 5px 0;
}

#nuage_liens
{
	text-align: center;
	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*/
#reseaux
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/fond-reseau.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 31px;
}
#reseaux > li
{
	display: inline-block;
	margin: 0;
	padding: 5px 5px 0 5px;
}
#footer
{
    position: relative;
    width: 100%;
    color: #575757;
    font-size: 12px;
}
#footer h3
{
	color: #575757;
	font-size: 24px;
}
#infos_complementaires
{
	background-color: #C5C5C5;
	padding: 6px 5%;
}
#infos_complementaires div 
{
	float: right;	
}
#contenuFooter
{
	background-color: #E2E2E2;
	display: table;
	width: 100%;
	padding: 10px 0px;
}
#contenuFooter > *
{
	/*display: inline-block;*/
	vertical-align: middle;
	display: table-cell;
	width: 33%;
	text-align: center;
}
#contenuFooter > div:first-child
{
	text-align: left;
	padding-left: 5%;
}
#contenuFooter ul
{
	margin: 0px;
	list-style: square;
	width: 315px;
	padding-left: 0px;
}
#contenuFooter ul > li
{
	display: inline-block;
	width: 150px;
	font-size: 15px;
}
#contenuFooter ul > li:before
{
	content: '■ ';
}
#footer a
{
	text-decoration: none;
	color: #575757;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_site
{
	padding: 10px;
}
#footer > .container
{
	width: 100%;
}



/*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;
	text-transform: uppercase;
	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: 480px;
	border-bottom: 1px dashed #666;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 100%;
	height: 390px;
}

#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 p
{
	margin-top: 0px;
}
#actualites h3
{
	font-size: 21px;
}
#actualites.bloc a,
#temoignages.bloc a
{
	font-size: 17px;
	text-decoration: none;
	color: #3580cc;
}
#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;
}
#actualites a img
{
	width: 100%;
	max-height: 180px;
}
#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: 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,
.formContact > div > div > label > select,
.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 > label > select,
#messageContact
{
	border: 1px solid #CCC;
	border-radius: 2px;
}
.formContact > div > div:nth-child(5) > label:nth-child(2),
.formContact > div > div:nth-child(6) > label:nth-child(2)
{
	width: 35%;
	min-width: 100px;
	display: inline-block;
	margin-right: 1%;
}
.formContact > div > div:nth-child(5) > label:last-child,
.formContact > div > div:nth-child(6) > label:last-child
{
	display: inline-block;
	width: 64%;
}
#content > form > div:nth-child(1) > div:nth-child(5) > label:nth-child(3) > i
{
	top: 1px;
}

#catAccueil
{
	font-size: 0px;
	list-style: none;
	padding-left: 0px;
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}
#catAccueil > li
{
	width: calc(25% - 20px);
	max-width: 350px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	height: 265px;
	background-size: cover;
	background-position: right;
	position: relative;
	box-sizing: border-box;
	background-image: url(../img/fond_produit.jpg);
	background-size: cover;
	background-position: -60px 50%;
	overflow: hidden;
	border: 1px solid #CCC;
}
#catAccueil > li > a
{
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#catAccueil > li > a img
{
	position: absolute;
	right: 12px;
	top: 12px;
	width: 165px;
	/*height: 150px;*/
}
#catAccueil > li > a > span
{
	font-size: 24px;
	display: block;
	position: absolute;
	top: 190px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 12px;
	font-family: texgyreadventorregular;
	text-align: left;
	line-height: 25px;
	background-color: rgba(255,255,255,0.5);
	min-height: 50px;
	-webkit-transition: ease-in-out 200ms top, ease-in-out 200ms background-color;
}
#catAccueil > li > a:hover > span
{
	top: 0;

	background-color: rgba(255,255,255,0.9);
}
#catAccueil > li > a > span > span
{
	opacity: 0;
	-webkit-transition: ease-in-out 200ms opacity;
	display: block;
	font-size: 15px;
	color: #000;
}
#catAccueil > li > a:hover > span > span
{
	opacity: 1;
}

#equipe
{
	padding-left: 0px;
	font-size: 0px;
	text-align: center;
}
#equipe > li
{
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 10px 1%;
	box-shadow: 1px 1px 9px #aaa;
	/*transition: width ease 0.5s;*/
	cursor: pointer;
	overflow: hidden;
	max-width: 192px;
}
#equipe > li .fa
{
	display: none;
}
#equipe > li > img
{
	max-width: 100%;
	margin: 0px;
}
#equipe > li > div > span
{
	display: block;
	width: 100%;
	padding: 10px 2px;
	max-width: 100%;
	font-size: 18px;
	text-align: center;
	font-family: texgyreadventorregular;
	font-weight: bold;
	text-transform: capitalize;
}
#equipe > li > div > span + span
{
	display: none;
}
#equipe > li > p
{
	text-align: justify;
	display: none;
	font-size: 0px;
	line-height: 25px;
}
#equipe > li.details
{
	width: 63%;
	text-align: left;
	box-sizing: border-box;
	padding: 2%;
	background-color: #f2f2f2;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9999;
	cursor: initial;
	display: block;
	margin: 0 auto;
	max-width: inherit;
}
#equipe > li.details > img,
#equipe > li.details > div
{
	display: inline-block;
	vertical-align: top;
}
#equipe > li.details > p
{
	display: block;
    background-color: #f2f2f2;
    font-size: 15px;
    margin: 5px 0 0 0;
}
#equipe > li.details > div > span
{
	text-align: left;
	width: initial;
	display: block;
	padding: 3px 8px;
}
#equipe > li.details .fa
{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #d81919;
	font-size: 22px;
	cursor: pointer;
}
#equipe > li.details .fa:hover
{
	color: #ff0707;
}
@media only screen and (max-width:1515px) {
	#menu > ul > li > a
	{
		margin: 0px;
	}
	#menu > ul > li > a > .fa-angle-down
	{
		right: 5px;
	}
}
@media only screen and (max-width:1200px) {
	.container_top > div#menu
	{
		padding: 0px;
	}
	#menuFixed
	{
		position: static;
	}
	#rappel
	{
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.container #content img
	{
		max-width: 100%;
		height: initial!important;
		margin: 0!important;
	}

	#header > img
	{
		z-index: 1;
	}
	#header h1
	{
		top: 30px;
		z-index: 9;
	}
	#rappel
	{
		z-index: 50;
		/*position: relative;*/
		float: right;
	}
	#logo
	{
		left: 6%;
		z-index: 3;
	}
	.formContact > div > div:nth-child(4) > label:nth-child(2),
	.formContact > div > div:nth-child(4) > label:last-child
	{
		width: 100%;
	}
	.menuMobile
	{
		display: none;
		position: absolute;
		right: 3%;
		cursor: pointer;
	    padding: 5px;
	    top: 55px;
	    background-color: #D8D4D4;
	    font-size: 17px!important;
	    border-radius: 4px;
	    box-shadow: inset 0px 1px 9px #8E8E8E;
	}
	.menuMobile > i
	{
		font-size: 35px;
	}
	#menu_1
	{
		position: fixed;
		right: -200px;
		width: 200px;
		height: 100%!important;
		background-color: #3580CC;
		color: #fff;
		z-index: 12;
		top: 0;
		padding-top: 120px!important;
		overflow: auto;
	}
	#menu > ul > li:nth-child(5), #menu > ul > li:nth-child(6)
	{
		margin: 0px;
	}
	#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;
		position: relative;
	}
	.container_top > div > .menuMobile
	{
		display: block;
		z-index: 19;
		color: #000;
	}
	#logo
	{
		margin: 10px 10px 10px 30px;
		height: 80px;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}
	#logo > img
	{
		max-width: inherit;
	}
	#catAccueil
	{
		width: 98%;
	}
	#catAccueil > li
	{
		width: calc(50% - 20px);
	}

}
@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) {
	.container
	{
		/*width: 99%;*/
	}
	#menu > ul > li > a
	{
		font-size: 16px;
		padding: 8px 0px;
	}

}
@media only screen and (max-width:770px) {
	#contenuFooter > *
	{
		display: block;
		width: 100%;
		padding-left: 0px!important;
	}
	#contenuFooter > :nth-child(2)
	{
		padding: 25px 0px;
	}
	#footer h3, #contenuFooter ul
	{
		padding-left: 4%;
	}
	.container_top
	{
		text-align: center;
	}
	#logo
	{
		/*display: block;*/
		text-align: center;
		margin: 5px 0px;
	}
/*	#logo > img
	{
		width: 98%;
	}*/
	html
	{
		height: inherit;
	}
	#content, #aside
	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0px;
	}
	#aside
	{

		padding: 0;
		margin-top: 65px;
	}
	#slider_accueil,
	.social
	{
		display: none;
	}
	.container
	{
		padding-top: 0!important;
	}

}
@media only screen and (max-width:610px) {
	h1
	{
		font-size: 17px;
	}
	#header > img
	{
		height: 390px;
		left: -50%;
	}
	#header h1
	{
		top: 50px;
	}
	#catAccueil > li
	{
		width: calc(100% - 20px);
	}
	#catAccueil > li > a > span
	{
		background-color: rgba(255, 255, 255, 0.74);
		background-image: none;
	}
	#rappel
	{
		float: none;
		width: 90%;
	}
	#rappel input, #rappel .fa-search
	{
		display: none;
	}
	#logo > img
	{
		margin-top: 30px;
	}
}
@media only screen and (max-width:480px) {
	#contenuFooter ul
	{
		width: 100%;
		box-sizing: border-box;
	}
	#contenuFooter ul > li
	{
		display: block;
	}
	#infos_complementaires a,
	#infos_complementaires div
	{
		float: 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%;*/
	}
	
	table
	{
		width: 100%!important;
	}
	tbody > tr > td,
	tbody > tr > th
	{
		width: inherit!important;
		padding: 5px!important; 
	}
	tbody > tr > th
	{
		font-size: 14px;
	}
	tbody > tr > td > div
	{
		padding: 0px; 
	}
	.sous_pages > li
	{
		width: 100%;
		margin: 5px 0;
	}
	.sous_pages > li a.select
	{
		background-color: #1A5892;
	}
	
	#equipe > li
	{
		width: 90%;
	}
	#equipe > li.details
	{
		transform: inherit;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
}
.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: avantgarde_bk_btbook;
	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;
	-moz-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	transition: ease-in-out 300ms;
}
.bouton_accueil:hover
{
	background-color: #1A5892;
	background-image: none;
	border-left: 4px solid #990000;
	text-decoration: none!important;
}
