/* import */
@import "tinymce.css";

/*
Theme Name: Eurabis
Theme URI: 
Author: Torogori
Author URI: 
Description: Custom Theme
Version: 1.0
License: -
License URI: -
Tags: 
Text Domain: Noname
*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Fonts
-------------------------------------------------------------- */

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

}

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

}

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

}

/* =Layout
-------------------------------------------------------------- */

html {
	overflow-y: auto;
	border: 0;
	margin : 0;
	padding : 0;
}


body{
	-webkit-font-smoothing: antialiased;
	/*background: #0F1929;*/
	background: #FFFFFF;
}



body.popin {
	background: #FFFFFF;
}

body.popin a {
	color: #000000;
	text-decoration: underline;
}

body.popin a:hover {
	color: #000000;
	text-decoration: none;
}


:focus {
	outline: 0;
} 


/* =Common
-------------------------------------------------------------- */
#wrapper {
	padding: 169px 0 0 0;
	margin: -25px 0 0 0;
	position: relative;
	z-index: 2;
}

#top {
	margin-top: -155px;
	position: absolute;
}

.clear {
	clear: both;
}

a {
	color: #1e2d42;
	text-decoration: underline;
}

a:hover {
	color: #1e2d42;
	text-decoration: none;
}

/* =Header
-------------------------------------------------------------- */


/* =Login
-------------------------------------------------------------- */
#login_button {
	position: absolute;
	font-family: 'oswald_regularregular', 'Arial';
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	width: 80px;
	color: #FFFFFF;
	text-align: center;
	margin: 34px 0 0 1303px;
}

#login_button a {
	color: #FFFFFF;
	text-decoration: none;
}

#login_button a:hover {
	color: #ffcb04;
	text-decoration: none;
}

#mobile_menu_button {
	display: none;
}
#mobile_menu {
	display: none;
}

#login_box {
	position: fixed;
	z-index: 100;
	background: #f7f7f7;
	left: 50%;
	width: 335px;
	height: auto;
	margin: -200px 0 0 340px;
	padding: 15px;
	-moz-box-shadow: 0px 0px 10px 0px #555555;
	-webkit-box-shadow: 0px 0px 10px 0px #555555;
	-o-box-shadow: 0px 0px 10px 0px #555555;
	box-shadow: 0px 0px 10px 0px #555555;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#555555, Direction=NaN, Strength=10);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#login_arrow {
	margin: -28px 0 0 255px;
	position: absolute;
}

#login_title {
	font-family: 'oswaldlight', 'Arial';
	font-size: 30px;
	height: 40px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url('images/login_cadenas.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.login_input_text {
	text-align: left;
	font-family: 'oswaldlight', 'Arial';
	font-size: 19px;
	width: 175px;
	height: 22px;
	padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #aaadb2;
	background: #c9d0d6;
	margin: 0 0 0 0;
}

.login_input_button_blue {
	color: #FFFFFF;
	background-image: url('images/login_button_connexion_bg.png');
	text-shadow: 1px 1px 1px rgba(155, 155, 155, 1);
}

.login_input_button_grey {
	color: #171d26;
	background-image: url('images/login_button_cancel_bg.png');
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.login_input_button {
	text-align: center;
	font-family: 'oswaldlight', 'Arial';
	font-size: 19px;
	height: 28px;
	padding: 2px;
	background-repeat: repeat-x;
	background-position: center top;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	margin-left: 5px;
}

#login_forgot {
	clear: both;
	text-align: right;
	margin: 10px 0 0 0;
	font-family: 'oswaldlight', 'Arial';
	font-size: 15px;
}

#login_forgot a {
	color: #767a81;
	text-decoration: underline;
}

#login_forgot a:hover {
	color: #767a81;
	text-decoration: none;
}

.login_error {
	text-align: left;
	font-family: 'oswaldlight', 'Arial';
	font-size: 15px;
	margin: 10px 0 10px 0;
	color: #EE0000;
}


/**/

.login_form {
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	height: 100%;
	font-family: 'Arial', 'Helvetica', courrier;
}

.login_form {
	text-align: left;
	font-family: 'oswaldlight', 'Arial';
}

.login_form h1 {
	font-family: 'oswaldbold', 'Arial';
	font-size: 20px;
	padding: 50px 50px 10px 50px;
}

.login_content {
	font-family: 'oswaldlight', 'Arial';
	width: auto;
	margin: 0 auto;
	padding: 10px 50px;	
	font-size: 15px;
}

.login_excerpt {
	font-family: 'oswaldlight', 'Arial';
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 10px 50px;	
	font-size: 15px;
	background-image: url('images/footer_line_h_bg.png');
	background-repeat: no-repeat;
	background-position: center top;	
}

.login_form #your_email{
	border: 1px solid #aaadb2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: #c9d0d6;
	height: 22px;
	padding: 2px;
	text-align: left;
	font-family: 'oswaldlight', 'Arial';
	font-size: 19px;
	width: 175px;
	background: #c9d0d6;
	margin: 0 0 0 0;
	margin-left: 5px;
}

.login_form .form_submit input {
	color: #FFFFFF;
	background-image: url('images/login_button_connexion_bg.png');
	text-shadow: 1px 1px 1px rgba(155, 155, 155, 1);
	text-align: center;
	font-family: 'oswaldlight', 'Arial';
	font-size: 19px;
	height: 28px;
	padding: 2px;
	background-repeat: repeat-x;
	background-position: center top;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: lowercase;
}

.login_form .form_submit  {
	text-align: left;
	clear: both;
}

div.wpcf7-mail-sent-ok {
	border: 0px;
}


/* =Menu
-------------------------------------------------------------- */
#menu {
	width: 1440px; 
	height: 169px;
	background-repeat: no-repeat;
	background-position: center top;
	left: 50%;
	margin-left: -720px;
	position: fixed;
	z-index: 90;
}

.menu_classic {
	background-image: url('images/menu_background.png');
}

.menu_private {
	background-image: url('images/menu_private_background.png');
}

#home_button  {
	position: absolute;
}

#menu ul {
	margin-left: 230px;
}

#menu ul li {
	float: left;
	font-family: 'oswald_regularregular', 'Arial';
	font-size: 20px;
	line-height: 120px;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 9px 0 0 0;
	height: 99px;
	color: #1E2D42;
}
#menu ul li a {
}

#menu ul li ul  {
	display: none;
	margin: -21px 0 0 -15px;
	position: absolute;
	background: #f5f5f5;
}
#menu ul li ul li.separator {
	display: none;
}
#menu ul li ul li {
	margin: 9px 0 0 0;
	float: none;
	display: block;
	font-size: 20px;
	line-height: 30px;
	height: auto;
}

/*
#menu ul li.menu_over, #menu ul li:hover {
	background-image: url('images/menu_over.png');
	background-repeat: repeat-x;
	background-position: center bottom;
}
*/
/*
#menu ul li.menu_active {
	background-image: url('images/menu_over.png');
	background-repeat: repeat-x;
	background-position: center bottom;
}
*/

.menu_1 {
	background-image: url('images/menu_over_1.png');
	background-repeat: repeat-x;
	background-position: 500px 500px;
} 
.menu_2 {
	background-image: url('images/menu_over_2.png');
	background-repeat: repeat-x;
	background-position: 500px 500px;
} 
.menu_3 {
	background-image: url('images/menu_over_3.png');
	background-repeat: repeat-x;
	background-position: 500px 500px;
} 
.menu_4 {
	background-image: url('images/menu_over_4.png');
	background-repeat: repeat-x;
	background-position: 500px 500px;
} 
.menu_5 {
	background-image: url('images/menu_over_5.png');
	background-repeat: repeat-x;
	background-position: 500px 500px;
} 

#menu ul li.menu_over, #menu ul li:hover {
	background-repeat: repeat;
	background-position: center bottom;
}
#menu ul li.menu_active {
	background-repeat: repeat;
	background-position: center bottom;
}

#menu ul li a {
	color: #1E2D42;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#menu ul li.separator {
	height: 98px;
	width: 1px;
	margin: 9px 0 0 0;
	padding: 0 0px;
	background-image: url('images/menu_separator.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.menu_hpepp {
	background-repeat: repeat;
	background-position: center middle;
	color: #FFFFFF!important;
}
.menu_hpepp a {
	color: #FFFFFF!important;
}

/* =Intro
-------------------------------------------------------------- */
#intro {
	font-family: 'Oswald', sans-serif;	
	width: 1440px;
	height: 260px;
	margin: 0 auto 0 auto;
	background-image: url('images/actu_background.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

sup {
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}


#intro_left {
	width: 35%;
	float: left;
	color: #0070b8;
	text-shadow: 1px 1px 1px #666666;
}

#intro_left h1 span {
	display: block;
}

#intro_left h1 span:first-child {
	font-weight: 500;
	font-size: 55px;
	margin: 0 0 5px 40px;
}
#intro_left h1 span:nth-child(2n) {
	font-weight: 300;
	font-size: 55px;
	margin: 0 0 0 20px;
}
#intro_left h1 span:nth-child(3n) {
	font-weight: 500;
	font-size: 45px;
	margin: 10px 0 0 70px;
}


#intro_right {
	width: 65%;
	float: right;
}

#intro_right_title {
	text-align: center;
	font-weight: 300;
	font-size: 25px;
	margin: 20px 0;
	color: #0070b8;
	text-shadow: 1px 1px 1px #666666;
}

#intro_items {
	text-align: center;
}

#intro_items div {
	width: 180px;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	display: inline-block;
	height: 70px;
	vertical-align: top;
	margin: 5px;
}
.intro_big_text {
	font-size: 35px;
}

#intro_items div span {
	display: block;
}

/* =Actu
-------------------------------------------------------------- */
#actu {
	width: 1440px;
	height: 264px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	z-index: 80;
}


#actu_container {
	width: 1440px;
	height: 228px;
	overflow: hidden;
}

#actu_slider {
	white-space: nowrap;
	overflow: hidden;
}

#actu_slider div {
	white-space: normal;
	overflow: hidden;
	margin: 0;
	border-right: 3px solid #FFFFFF;
}

#actu img {
	margin: 0 0 0 0;
	height: 228px;
	width: auto;
	overflow: hidden;
}

.actu_image {
	display: inline-block;
	vertical-align: top;
	/*border-right: 1px solid #FFFFFF;*/
	width: auto;
}

.actu_text {
	display: inline-block;
	/*border-right: 1px solid #FFFFFF;*/
	color: #000000;
	width: 505px;
	height: 230px;
}

.actu_text_thumb {
	float: left;
	width: 210px;
	height: 228px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}

.actu_title {
	width: auto;
	padding: 25px 20px 0 10px;
	font-family: 'oswaldbold', 'Arial';
	font-size: 20px;
	text-transform: uppercase;
}
.actu_excerpt {
	font-family: 'oswald_regularregular', 'Arial';
	font-family: 'oswaldlight', 'Arial';
	font-size: 17px;
	line-height: 20px;
    text-align: justify;
	width: auto;
	padding: 10px 20px 0 10px;
}



#actu_right {
	float: right;
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	margin: 9px 30px 0 0;
	text-transform: uppercase;
}

#actu_right a {
	text-decoration: underline;
	color: #1e2d42;
}

#actu_right a:hover {
	text-decoration: none;
	color: #1e2d42;
}

.actu_savoir {
	font-family: 'oswaldlight', 'Arial';
	font-size: 17px;
	text-transform: uppercase;
	line-height: 20px;
	width: auto;
	padding: 10px 20px 0 10px;
}


.actu_savoir a {
	color: #000000;
	text-decoration: underline;
}

.actu_savoir a:hover {
	color: #000000;
	text-decoration: none;
}



/* =Animation
-------------------------------------------------------------- */
#accueil {
	margin-top: -124px;
	position: absolute;
}

#anim_mobile {
	display: none;
}

#anim {
	width: 1440px;
	height: 475px;
	overflow: hidden;
	background-image: url('images/anim/bg_1.jpg');
	background-repeat: no-repeat;
	margin: -30px auto 0 auto;
	position: relative;
	z-index: 70;	
}

#anim div { 
	background-repeat: no-repeat;
	position: absolute;
}

#carte {
	width: 306px;
	height: 299px;
	margin: 27px 0 0 1122px;
	z-index: 110;	
}


#baseline_1 {
	display: block;
	width: 525px;
	height: 336px;
	margin: 54px 0 0 444px;
	z-index: 111;
}

#text_1 {
	font-family: 'oswaldlight', 'Arial';
	font-size: 30px;
	color: #1e2d42;
	display: none;
	width: 100%;
	margin-left: 20px;
	/*
	display: none;
	width: 525px;
	height: 336px;
	margin: 74px 0 0 1008px;
	*/
	z-index: 121;
	
}

#text_2 {
	font-family: 'oswaldlight', 'Arial';
	font-size: 30px;
	color: #1e2d42;
	display: none;
	width: 100%;
	margin-left: 20px;
	/*
	display: none;
	width: 525px;
	height: 336px;
	margin: 114px 0 0 1008px;
	*/
	z-index: 123;	
}

#sub_text {
	font-family: 'oswaldlight', 'Arial';
	font-size: 30px;
	text-align: center;
	color: #1e2d42;
}

#text_3 {
	display: none;
	font-family: 'oswaldlight', 'Arial';
	font-size: 36px;
	color: #1e2d42;
	width: 525px;
	height: 336px;
	margin: 203px 0 0 528px;
	z-index: 123;
	
}


#baseline_2 {
	display: none;
	width: 429px;
	height: 61px;
	margin: 185px 0 0 690px;
	z-index: 112;
}

#baseline_3 {
	display: none;
	width: 157px;
	height: 157px;
	margin: 260px 0 0 340px;
	z-index: 113;
}

#baseline_4 {
	display: none;
	width: 154px;
	height: 154px;
	margin: 330px 0 0 875px;
	z-index: 114;
}

#baseline_5 {
	display: none;
	width: 124px;
	height: 124px;
	margin: 450px 0 0 780px;
	z-index: 115;
}

#baseline_6 {
	display: none;
	width: 128px;
	height: 128px;
	margin: 530px 0 0 875px;
	z-index: 116;
}


#bg_4 {
	width: 1440px;
	height: 950px;
	margin: -51px 0 0 -45px;
	background-image: url('images/anim/bg_4.png');
	z-index: 101;
}

#bg_3 {
	width: 625px;
	height: 541px;
	margin: 116px 0 0 370px;
	background-image: url('images/anim/bg_3.png');
	z-index: 102;
}

#man {
	width: 730px;
	height: 928px;
	background-image: url('images/anim/man.png');
	z-index: 103;
}

#hand {
	width: 716px;
	height: 776px;
	margin: 116px 0 0 174px;
	background-image: url('images/anim/hand.png');
	z-index: 104;
}

#bg_2 {
	width: 428px;
	height: 465px;
	margin: 63px 0 0 275px;
	background-image: url('images/anim/bg_2.png');
	z-index: 105;
}

/* =Qui
-------------------------------------------------------------- */
#qui-sommes-nous {
	margin-top: -130px;
	position: absolute;
}

#qui {
	width: 1440px;
	height: 784px;
	background-image: url('images/qui_background.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: -85px auto 0 auto;
	overflow:auto;
	position: relative;
	z-index: 75;	
}

#qui_title {
	margin: 106px 0 0 50px;
	font-family: 'oswald_regularregular', 'Arial';
	font-size: 35px;
	color: #1E2D42;
	text-transform: uppercase;	
}

.qui_square {
	background-image: url('images/qui_square.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 29px;
	height: 30px;
	margin: 0 7px 0 0;
	display: inline-block;
}

#qui_content {
	margin: 35px 0 0 0;
}

#qui_content div {
	float: left;
	margin-left: 50px;
	width: 615px;
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 24px;
    text-align: justify;
    text-justify: inter-word;
}

#qui_content div:last-child {
	float: right;
	margin-right: 50px;

}

#qui_content div p {
	margin: 0 0 12px 0;
}


/* =Reseau
-------------------------------------------------------------- */
#le-reseau-eurabis {
	margin-top: -200px;
	position: absolute;	
}

#reseau {
	width: 1440px;
	height: 1050px;
	background-image: url('images/reseau_background.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: -102px auto 0 auto;
	overflow: hidden;
	top: 0px;
	position: relative;
	z-index: 50;	
}

#reseau_title {
	margin: 106px 0 0 50px;
	font-family: 'oswald_regularregular', 'Arial';
	background-image: url('images/reseau_underline.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 35px;
	height: 60px;
	line-height: 40px;
	display: inline-block;
	color: #0f1929;
	text-transform: uppercase;	
}

.reseau_square {
	background-image: url('images/reseau_square.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 29px;
	height: 30px;
	margin: 0 7px 0 0;
	display: inline-block;
}

#reseau_content {
	margin: 15px 0 0 50px;
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 24px;
	color: #0f1929;
	width: 500px;
}

#reseau_excerpt {
	margin: 15px 0 0 50px;
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 24px;
	color: #0f1929;
	width: 500px;
	display: none;
}


#reseau_carte_80 {
	position: absolute;
	width: 1096px;
	/*height: 1056px;*/
	/*
	float: right;
	*/
	margin: -80px 0 0 110px;
	-moz-transform: scale(0.80);
	-moz-transform-origin: right top;
	-webkit-transform: scale(0.80);
	-webkit-transform-origin: right top;
	transform: scale(0.80);
	transform-origin: right top;
	z-index: 500;
}

#reseau_carte {
	margin: 45px 0 0 170px;
	position: absolute;
	width: 1096px;
	height: 1056px;
	z-index: 5;
}

#reseau_carte_zone {
	margin: 45px 0 0 170px;
	position: absolute;
	width: 1096px;
	height: 1056px;
	z-index: 4;
}

#reseau_carte_active {
	margin: 45px 0 0 170px;
	position: absolute;
	width: 1096px;
	height: 1056px;
	z-index: 4;
}


#reseau_carte_background {
	margin: 40px 0 0 170px;
	position: absolute;
	width: 1096px;
	height: 1056px;
	z-index: 3;
}

#select_map {
	display: none;
}

#select_map_adherents {
	display: none;
}

#map_over {
	width: 410px;
	font-family: 'oswaldlight', 'Arial';
	font-size: 18px;
	line-height: 21px;
	position: absolute;
	background: #FFFFFF;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px 0px #555555;
	-webkit-box-shadow: 0px 0px 10px 0px #555555;
	-o-box-shadow: 0px 0px 10px 0px #555555;
	box-shadow: 0px 0px 10px 0px #555555;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#555555, Direction=NaN, Strength=10);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	z-index: 70;
	display: none;
}

.map_over_close_button {
	text-align: right;
	margin: 0px -10px 0 0;
}

.reseau_liste {
	display: none;
	margin-bottom: 10px;
}

#list_0 {
	text-align: left;
	margin: -35px 40px 25px 0;
}

.reseau_liste hr {
	clear: both;
	margin: 15px 0 15px 0;
	height: 2px;
	color: #000000;
	background-color: #000000;
	border: 0;	
}

.reseau_detail {
	margin: 0 0 0 50px;
}

.reseau_excerpt {
	width: 200px;
	margin: 0 100px 0 100px;
	padding: 0 5px;
}

.reseau_thumb {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	float: left;
}

.reseau_thumb p {
	text-align: center;
	line-height: 100px;
}

.reseau_thumb img {
	max-width: 100px;
	max-height: 100px;
	vertical-align: middle;
}

.reseau_en_savoir {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float: right;
}

.reseau_en_savoir_mobile {
	display: none;
}

.reseau_popin {
	width: auto;
	padding: 40px 10px 10px 10px;

	display: block;
	position: absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0; 
}

#reseau_iframe {
	width: 100%;
	/* height: 385px; */
	height: 100%;
	
}

.reseau_popin_content {
	line-height: 24px;
	float: right;
	width: 750px;
	background-image: url('images/fournisseurs_popin_separator.png');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 0 0 30px;
	margin: -20px 0 10px 0;
	min-height: 100px;
}

#near {
	display: none;
}

#results {
	display: none;
}

#noresults {
	display: none;
}

/* =Catalogue
-------------------------------------------------------------- */
#catalogue-en-ligne {
	margin-top: -290px;
	position: absolute;
}

#catalogue {
	height: 240px;
	width: 1440px;
	background-image: url('images/catalogue_background.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: -75px auto 0 auto;
	overflow: auto;
	position: relative;
	z-index: 55;	
	border: none;
}


#catalogue_title {
	margin: 90px 0 0 1170px;
	font-family: 'oswald_regularregular', 'Arial';
	font-size: 25px; 
	color: #0F1929;
	text-transform: uppercase;
	width: 130px;
	text-align: center;
}

#catalogue_title a {
	color: #0F1929;
	text-decoration: none;
}

#catalogue_title a:hover {
	color: #000000;
	text-decoration: none;
}

#catalogue_content {
	margin: -50px 0 0 380px;
	font-family: 'oswaldlight', 'Arial';
	font-size: 65px;
	color: #FFFFFF;
}

#ligne_1 {
	display: block;
	position: absolute;
}

#ligne_2 {
	display: block;
	position: absolute;
	margin: 70px 0 0 90px;
}


/* =Contact
-------------------------------------------------------------- */
#contact {
	margin-top: -65px;
	position: absolute;
}
#ctc {
	width: 1440px;
	height: 1006px;
	background-image: url('images/contact_background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto 0 auto;
	overflow: auto;
	position: relative;
	z-index: 40;	
	text-align: center;
}

#ctc_title {
	margin: 120px 0 0 50px;
	float: left;
	/*text-align: center; */
	font-family: 'oswald_regularregular', 'Arial';
	background-image: url('images/contact_underline.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size: 35px;
	height: 60px;
	width: auto;
	display: inline-block;
	color: #0f1929;
	text-transform: uppercase;	
	
}

.contact_square {
	background-image: url('images/contact_square.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 29px;
	height: 30px;
	margin: 0 7px 0 0;
	display: inline-block;
}

#ctc_content {
	text-align: left;
	margin: 260px 0 0 240px;
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 24px;
	color: #0f1929;
	width: 960px;
}

/**/

.form_center {
	width: 50%;
	margin: 50px auto 0 auto;
}


.form_left {
	float: left;
	width: 50%;
	margin: 50px 0 0 0;
}

.form_right {
	float: right;
	text-align: left;
	width: 50%;
	margin: 50px 0 0 0;
}

.form_line {
	clear: both;
	margin: 0 0 5px 0;
}

.form_submit  {
	text-align: right;
	clear: both;
	margin: 0 25px 0 0;
}

.form_submit  input{
	text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-family: 'oswaldlight', 'Arial';
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 5px 10px 2px 10px;
	border: none;
}

.form_center .form_label, .form_left .form_label {
	float: left;
	display: block;
	text-align: left;
	padding: 6px 0 5px 0;
}

.form_center .form_input, .form_left .form_input {
	float: right;
	text-align: left;
	width: 300px;
	margin: 0 50px 0 0;
	padding: 6px 0 5px 0;
}

.form_right .form_label {
	float: left;
	display: block;
	text-align: left;
	padding: 6px 0 5px 0;
}

.form_right .form_input {
	float: right;
	text-align: left;
	width: 300px;
	margin: 0 50px 0 0;
	padding: 6px 0 5px 0;
}

.form_input input[type=text], .form_input input[type=email]{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #f2f2f2;
	width: 300px;	
}

.form_right textarea {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	border: 1px solid #f2f2f2;
	width: 300px;
	height: 160px;
	margin: 1px 0 0 0;
}

.wpcf7-validation-errors {
	color: #FF0000;
	margin: -90px 0 0 0;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	width: 1440px; 
	height: 82px;
	background-image: url('images/footer_background.png');
	background-repeat: no-repeat;
	background-position: center top;
	left: 50%;
	margin-left: -720px;
	position: fixed;
	bottom: 0;
	z-index: 85;
}

#footer ul li {
	float: right;
	font-family: 'oswaldlight', 'Arial';
	font-size: 15px;
	line-height: 55px;
	padding: 0 10px;
	margin: 25px 0 0 0;
	height: 55px;
	color: #1E2D42;
}

#footer ul li a {
	color: #1E2D42;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#footer ul li.separator {
}

/* Private
*/
.private_search {
	text-align: left;
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	width: 270px;
	height: 27px;
	padding: 2px 5px;
	color: #293645;
    -moz-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
   	border-top-left-radius: 5px;
   	border-bottom-left-radius: 5px;
	border: 0px;
	background: #f6f6f6;
	margin: 0 0 0 0;
}

.private_button_search {
	background: url('images/private_button_search.png') no-repeat scroll 0 2px #f6f6f6;
	border: 1px solid #1e2d42;
	height: 31px;
	width: 45px;
   	border-top-right-radius: 5px;
   	border-bottom-right-radius: 5px;
	border: 0px;
}

.searchform td{
	vertical-align: top;
}

#footer #mentions-legales {
	/* display: none; */
}
#footer #declaration-de-confidentialite {
	display: none;
}

#EAAA, #EBAA, #ECAA, #EDAA, #EEAA, #EFAA, #EGAA, #EHAA, #EIAA, #EJAA, #EKAA {
	margin-top: -160px;
	position: absolute;	
}



/* =Fournisseurs
-------------------------------------------------------------- */

#private_background {
	background-image: url('images/reseau_background.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	width: 1440px;
	height: 100%;
	left: 50%;
	margin: 0px 0 0 -720px;
	position: fixed;
	z-index: 1;
}

#fournisseurs {
	width: 1000px;
	margin: -102px auto 100px auto;
	padding: 100px 140px 150px 300px;
	color: #1e2d42;
	position: relative;
	z-index: 50;
}

#fournisseur_title {
	float: left;
	font-family: 'oswaldlight', 'Arial';
	font-size: 30px;
	margin: 0 0 0 40px;
	text-transform: uppercase;
}

#fournisseurs_search {
	float: right;
	margin: 0 30px 0 0;
}

#fournisseurs hr {
	margin: 15px 0 35px 0;
	height: 2px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 0;	
}

.fournisseurs_detail {
	margin: 0 0 0 20px;
}


.fournisseurs_thumb {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.fournisseurs_thumb img {
	max-width: 100px;
	max-height: 100px;
}

.fournisseurs_logo {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.fournisseurs_logo img {
	max-width: 100px;
	max-height: 100px;
}

.fournisseurs_content {
	line-height: 24px;
	float: right;
	width: 830px;
	background-image: url('images/fournisseurs_separator.png');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 0 0 30px;
	min-height: 100px;
}

.fournisseurs_detail_title {
	font-family: 'oswaldbold', 'Arial';
	font-size: 21px;
	margin-bottom: 20px;
}


.fournisseurs_detail_content {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 24px;
}

.fournisseurs_detail_content hr {
	height: 2px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 0;	
}

.fournisseurs_detail_content p {
	margin-bottom: 10px;
}

.fournisseurs_detail_content h1 {
	margin: 20px 0 15px 0;
}

.fournisseurs_detail_content h2 {
	margin: 20px 0 15px 0;
}

.fournisseurs_detail_savoir {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
}

.fournisseurs_detail_savoir a {
	color: #1e2d42;
	text-decoration: underline;
}

.fournisseurs_detail_savoir a:hover {
	color: #1e2d42;
	text-decoration: none;
}

.fournisseur_popin {
	width: auto;
	padding: 40px 10px 10px 10px;

	display: block;
	position: absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;  
}

#fournisseur_iframe {
	width: 100%;
	/*height: 385px;*/
	height: 100%;
}


.fournisseurs_popin_content {
	line-height: 24px;
	float: right;
	width: 770px;
	background-image: url('images/fournisseurs_popin_separator.png');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 10px 0 30px;
	margin: 10px 0 10px 0;
	min-height: 100px;
}

.fournisseurs_search_title {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	margin: 0 0 30px 40px;
	text-transform: uppercase;
}

/* =Infos Disponibles
-------------------------------------------------------------- */

.infos {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 26px;
	margin: 0 30px 30px 40px;
}

.infos h1 {
	font-family: 'oswaldbold', 'Arial';
	font-size: 30px;	
	line-height: 34px;
	text-transform: uppercase;
	margin: 10px 0;
}

.infos h2 {
	font-family: 'oswaldbold', 'Arial';
	font-size: 26px;	
	line-height: 30px;
	text-transform: uppercase;
	margin: 20px 0;
}

.infos h3 {
	font-family: 'oswaldbold', 'Arial';
	font-size: 22px;
	line-height: 26px;
	text-transform: none;
	margin: 10px 0;
}

.infos p {
	margin: 10px 0 20px 0;
}

.infos ul {
	list-style: square;
	margin: 10px 0 20px 20px;
}

.infos_date {
	font-size: 15px;	
	margin: 10px 0 10px 0;
}

.infos_thumb img, .infos img {
	max-width: 100%;
	height: auto;
	margin: 5px 0 10px 0;
}

.infos_content {
	margin: 0 0 10px 0;
}


.infos_savoir {
	font-size: 21px;
	text-transform: uppercase;
}

.infos_savoir a {
	color: #1e2d42;
	text-decoration: underline;
}

.infos_savoir a:hover {
	color: #1e2d42;
	text-decoration: none;
}


/* =Competences
-------------------------------------------------------------- */

#competences {
	width: 1015px;
	margin: -102px auto 0 auto;
	padding: 100px 175px 150px 250px;
	color: #1e2d42;
	position: relative;
	z-index: 50;
}

#hpepp {
	font-family: 'oswaldlight', 'Arial';
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	text-align: left;
}

#competences table {
	width: 1015px;
}

#competences table tr th {
	border-right: 1px solid #1e2d42;
	font-family: 'oswald_regularregular', 'Arial';
	padding: 10px;
	font-weight: normal;
	text-align: left;
	height: 40px;
}

#competences table tr td {
	border-right: 1px solid #1e2d42;
	padding: 10px;
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 22px;
}

#competences table tr th:first-child {
	width: 225px;
}
#competences table tr th:first-child + td{
	width: 300px;
}
#competences table tr th:last-child {
	width: 400px;
	border-right: none;
}


#competences table tr td:last-child {
	width: 400px;
	border-right: none;
}

#competences_content {
	background-image: url('images/competences_header.png');
	background-repeat: repeat-x;
	background-position: left 40px;
}

#competences_content table tr td {
	border-bottom: 1px dashed #1e2d42;
}

/* =Adherents
-------------------------------------------------------------- */

#adherents_carte_container {
	margin: -36px auto 0 auto;
	width: 1440px;
	z-index: 50;
}

#adherents_carte_50 {
	width: 1096px;
	/*height: 1056px;*/
	position: relative;
	float: right;
	margin: 30px 170px 0 0;
	-moz-transform: scale(0.48);
	-moz-transform-origin: right top;
	-webkit-transform: scale(0.48);
	-webkit-transform-origin: right top;
	transform: scale(0.48);
	transform-origin: right top;
}

#adherents_carte {
	margin: 5px 0 0 0;
	position: absolute;
	width: 1096px;
	height: 1056px;
	z-index: 5;
}

#adherents_carte_zone {
	margin: 5px 0 0 0;
	position: absolute;
	width: 1096px;
	height: 1056px;
	z-index: 4;
}

#adherents_carte_active {
	margin: 5px 0 0 0;
	position: absolute;
	width: 1096px;
	height: 1056px;
	z-index: 4;
}

#adherents_carte_background {
	position: absolute;
	width: 1096px;
	height: 1056px;
	z-index: 3;
}

#adherents {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 24px;
	color: #1e2d42;	
	position: absolute;
	left: 50%;
	margin: 60px 0 0 -720px;
	padding: 0 0 100px 310px;
	width: 1130px;
}

#adherents_search {
	margin: 20px 0;
}

#adherents hr {
	width: 520px;
	float: left;
	height: 2px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 0;	
}

/* */
.adherents_detail {
	margin: 0 0 0 20px;
}


.adherents_thumb {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.adherents_thumb img {
	max-width: 100px;
	max-height: 100px;
}

.adherents_logo {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.adherents_logo img {
	max-width: 100px;
	max-height: 100px;
}

.adherents_content {
	line-height: 24px;
	float: right;
	width: 370px;
	margin-right: 600px;
	background-image: url('images/fournisseurs_separator.png');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 0 0 30px;
	min-height: 100px;
}

.adherents_detail_title {
	font-family: 'oswaldbold', 'Arial';
	font-size: 21px;
}


.adherents_detail_content {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
}

.adherents_detail_savoir {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
}

.adherents_detail_savoir a {
	color: #1e2d42;
	text-decoration: underline;
}

.adherents_detail_savoir a:hover {
	color: #1e2d42;
	text-decoration: none;
}

.adherents_popin {
	width: auto;
	padding: 40px 10px 10px 10px;

	display: block;
	position: absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0; 	
}

#adherents_iframe {
	width: 100%;
	/* height: 385px; */
	height: 100%;

}

.adherents_popin_content {
	line-height: 24px;
	float: right;
	width: 750px;
	background-image: url('images/fournisseurs_popin_separator.png');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 0 0 30px;
	margin: -20px 0 10px 0;
	min-height: 100px;
}

.adherents_search_title {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	margin: 15px 0 15px 0;
	text-transform: uppercase;
}

/* =HP
-------------------------------------------------------------- */

#showcase_hp {
	width: 1440px;
	margin: -102px auto 0 auto;
	padding: 100px 0 150px 0;
	color: #1e2d42;
	position: relative;
	z-index: 50;
}


.hp_contact {
	text-align: center;
}	
.gform_button, .hp_link {
	font-family: 'oswald_regularregular', 'Arial';
	border: 2px solid #ffc400;
	padding: 5px 10px;
	border-radius: 5px;
	background:  linear-gradient(#f6e4a7, #ef9a1d);
	display: inline-block;
	color: #000000;
	text-decoration: none;
	font-size: 24px;
}

.gform_title, .gform_description {
	display: none!important;
}

/* =Default
-------------------------------------------------------------- */


#default {
	width: 1000px;
	margin: -102px auto 0 auto;
	padding: 100px 140px 150px 300px;
	color: #1e2d42;
	position: relative;
	z-index: 50;
}

#default_title {
	float: left;
	font-family: 'oswaldlight', 'Arial';
	font-size: 30px;
	margin: 0 0 0 40px;
	text-transform: uppercase;
}

#default hr {
	margin: 15px 0 35px 0;
	height: 2px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 0;	
}


.default_detail {
	font-family: 'oswaldlight', 'Arial';
	font-size: 21px;
	line-height: 26px;
	margin: 0 30px 30px 40px;
}

.default_detail h1 {
	font-family: 'oswaldbold', 'Arial';
	font-size: 30px;	
	line-height: 34px;
	text-transform: uppercase;
	margin: 10px 0;
}

.default_detail h2 {
	font-family: 'oswaldbold', 'Arial';
	font-size: 26px;	
	line-height: 30px;
	text-transform: uppercase;
	margin: 20px 0;
}

.default_detail h3 {
	font-family: 'oswaldbold', 'Arial';
	font-size: 22px;
	line-height: 26px;
	text-transform: none;
	margin: 10px 0;
}

.default_detail p {
	margin: 10px 0 20px 0;
}

.default_detail ul {
	list-style: square;
	margin: 10px 0 20px 20px;
}


