/*
bleu clair: #43ace3;
bleu foncé: #005fa3;
*/

html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	/*background-image: url(../img/bkg.png);*/
	background-repeat: repeat;
}

::selection
{
	background: #005fa3; color: #ffffff;
}
::-moz-selection
{
	background: #005fa3; color: #ffffff;
}
::-webkit-selection
{
	background: #005fa3; color: #ffffff;
}

@font-face {
    font-family: "Lobster";
    src: url('fnt/Lobster.otf');
}

/*---------------------------------------- SCROLLBARS ----------------------------------------*/
/*
dégradé arrondi gris
::-webkit-scrollbar {    width: 12px;}::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     border-radius: 10px;}::-webkit-scrollbar-thumb {    border-radius: 10px;    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
*/

.scroll_bar::-webkit-scrollbar
{
	width: 15px;
}

.scroll_bar::-webkit-scrollbar-track
{
	width: 15px;
	background-color: #f0f0f0; /*#C4E197;*/
	/*border: 1px solid #f0f0f0;
	border-radius: 3px;*/
}
.scroll_bar::-webkit-scrollbar-thumb
{
	width: 15px;
	background-color: #e5e7e5; /*#92c83f;*/
	border-radius: 3px;
}
.scroll_bar::-webkit-scrollbar-thumb:hover
{
	width: 15px;
	background-color: #C4E197;
}
.scroll_bar::-webkit-scrollbar-button
{
	width: 15px;
	background-color: #dddddd; /*#92c83f;*/
}
.scroll_bar::-webkit-scrollbar-button:hover
{
	background-color: #C4E197;
}
.scroll_bar::-webkit-scrollbar-button:vertical:decrement
{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-image: url(../img/up.png);
}
.scroll_bar::-webkit-scrollbar-button:vertical:increment
{
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-image: url(../img/down.png);
}
/*---------------------------------------- SCROLLBARS ----------------------------------------*/

table
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

tr
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

td, th
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

th
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

label
{
	cursor: pointer;
}

ul
{
	line-height: 1.5em;
	/*list-style-image: url(../img/puce.png);*/
	padding-left: 10px;
}

h2
{
	font-family: Arial;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	line-height: 30px;
	color: #5f5f5f;
	letter-spacing: -2px;
	/*color: #005fa3;*/
}
h3
{
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	color: #005fa3;
	margin: 0;
}

h4
{
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	margin: 0;
	color: #005fa3;
}

h5
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	color: #005fa3;
}

h6
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #005fa3;
}

div#page
{
	position: relative;
		/* permet au bloc de servir de référent pour
		   ses descendants positionnés en absolu */
	/*background-color:#ffffff;*/
	background-image: url(../img/metibg.png);
	background-repeat: no-repeat;
	background-attachment:fixed;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}

#filter
{
	display: none;
	position: absolute;
	top: 0%; left: 0%;
	width: 100%; height: 100%;
	background-color: #000000;
	z-index: 10;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

input[type=text], input[type=password]
{
	padding-left: 3px;
	font-size: 12px;
	outline: 0px;
}

.image_hidden
{
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/*****************************************************************************/
.header_container
{
	position: relative;
	background-color: #43ace3;
	width: 100%;
	height: 150px;
	overflow: hidden;
	/*box-shadow: 0px 0px 20px -1px #000000;*/
	border-bottom: 1px solid #005FA3;
	overflow: visible;
}
.header
{
	color: #005fa3;
	font-family: Arial;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}
.container_logo
{
	position: relative;
	top: 10px;
}
.logo
{
	width: 230px;
}
.container_slog
{
	position: relative;
	top: 10px;
	left: 150px;
}
.header_language
{
	position: absolute;
	right: 150px;
	top: 5px;
}
.header_language_flag
{
	position: relative;
	display: inline-block;
	top: 0px;
	vertical-align: middle;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.header_language_select
{
	position: relative;
	display: inline-block;
	padding-top: 0px;
	vertical-align: middle;
}
.header_language a:link, .header_language a:visited
{
	color: #005fa3;
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header_language a:hover, .header_language a:active, .header_language a:focus
{
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: pointer;
}
.header_language_sel
{
	color: #005fa3;
	font-weight: bold;
	border: 1px solid #005fa3;
	outline: auto 0px;
}

.header_menu
{
	position: relative;
	top: 10px;
	left: 250px;
	width: 650px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 28px;
	padding-right: 28px;
	background-color: #005fa3;
	border-radius: 10px;
}
.header_menu a:link, .header_menu a:visited
{
	color: #ffffff;
	font-size: 16px;
	white-space: nowrap;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header_menu a:hover, .header_menu a:active, .header_menu a:focus
{
	/*color: #43ace3;*/
	color: #ff84bf;
}
.header_menu_sep
{
	width: 28px;
	text-align: center;
}
.header_achieved
{
	position: absolute;
	right: 150px;
	top: 60px;
	text-align: right;
}
.header_count_client
{
	font-weight: bold;
}
/****************************** header ******************************/

/****************************** footer ******************************/
.footer
{
	position: relative;
	height: 77px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	/*position: relative;*/
	color: #005fa3;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	/*clear: left;*/
	border-top: 1px solid #005fa3;
	background-color: #43ace3;
	text-align: center;
	/*box-shadow: 0px 0px 20px -1px #000000;*/
}

.footer a:link, .footer a:visited
{
	color: #005fa3;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer a:hover, .footer a:active, .footer a:focus
{
	color: #ffffff;
}
.footer_container
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/* INDEX ------------------------------------------------------------------------------- */
.logo_index
{
	position: absolute;
	top: 150px;
	left: 150px;
}
.div_content
{
	/*position: relative;
	min-height: 500px;*/
	width: 980px;
	/*margin-top: 30px;*/
	margin-right: auto;
	margin-left: auto;
	/*padding-bottom: 15px;
	background-color: #ffffff; /*#775694; lavande: eee0fa - violet foncé: beb3c8*/
	/*color: #000000;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	/*box-shadow: 0px 0px 20px -1px #000000;*/
}

.index_white_container
{
	position: relative;
	width: 100%;
	height: 280px;
	margin-top: 90px;
	color: #000000;
	/*background-color: #f3f3f3;*/
}
.index_text_intro
{
	width: 450px;
	text-align: justify;
}
.index_image_intro
{
	text-align: center;
}
.index_blue_container
{
	position: relative;
	width: 100%;
	/*height: 300px;*/
	color: #ffffff;
	background-color: #43ace3;
}
.index_logo_defil_container
{
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
}
.index_logo_defil
{
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}
.index_logo_defil_img
{
	width: 150px;
}
.index_meti_solutions
{
	width: 150px;
}
.index_meti_solutions_container
{
	position: relative;
	height: 350px;
	width: 980px;
}
.index_meti_solutions_text
{
	position: absolute;
	top: 180px;
	left: 250px;
	right: 250px;
	text-align: center;
	font-size: 16px;
}
.index_meti_solutions_block_1
{
	position: absolute;
	top: 200px;
	left: 50px;
	cursor: pointer;
}
.index_meti_solutions_block_2
{
	position: absolute;
	top: 100px;
	left: 155px;
	cursor: pointer;
}
.index_meti_solutions_block_3
{
	position: absolute;
	top: 50px;
	left: 328px;
	cursor: pointer;
}
.index_meti_solutions_block_4
{
	position: absolute;
	top: 50px;
	right: 328px;
	cursor: pointer;
}
.index_meti_solutions_block_5
{
	position: absolute;
	top: 100px;
	right: 155px;
	cursor: pointer;
}
.index_meti_solutions_block_6
{
	position: absolute;
	top: 200px;
	right: 50px;
	cursor: pointer;
}