/* CSS CMIDF BY KEOPZ V1.0 */

body {
	font-size:12px;
	font-family: 'Oxygen', sans-serif;
	font-weight:400;
	color:#222;
	text-align:left;
	padding:0px;
	margin:0px;
	background-color:#FFF;
}

html {
	overflow-y: scroll;
}

td {
	font-size:13px;
	text-align:left;
}

img {
	vertical-align:middle;
	border:0px;
}

p {
	padding:0; margin:0;
	line-height:16px;
	text-align:justify;
	margin-bottom:10px;
}
p.plus { font-size:14px; }

strong { font-weight:700; }

ul {
	line-height:20px;
	text-align:left;
	margin:0; padding:0;
	margin-bottom:10px;
}

li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:13px;
	margin-left:-20px;
	margin-bottom:10px;
}

.rouge { color:#e62631; }
.gris { color:#888; }
.grisclair { color:#CCC; }
.separateur { color:#e6edf6; padding:0 5px; font-size:10px; }

a {
	text-decoration:none;
	color:#e62631;
	cursor:pointer;
	transition: all 0.5s ease;
}

a:hover {
	color:#888;
}

h1 {
	margin:0px;
	padding:0;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:400;
	color:#009ddc;
}

h2 {
	margin:0px;
	padding:0px;
	margin-top:25px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
	padding-bottom:3px;
	color:#e62631;
}

h3 {
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	color:#888;
}

table { width:100%; border-collapse:collapse; border:0; }
table td { vertical-align:top; border:0; }

strong { font-weight:700; }

.cmidf_clear { clear:both; }
.cmidf_droite { text-align:right; }
.cmidf_flottant { float:right; }

.cmidf_main { position:relative; width:990px; margin:0px auto; }

.cmidf_top { min-height:497px; padding-top:27px; background-image:url(../img/cmidf/header2.jpg); background-position:center top; background-repeat:no-repeat; }
.cmidf_top.cmidf_petit { min-height:347px; background-position:center -138px; }
.cmidf_logo { float:left; }

.cmidf_menu { float:right; padding-top:65px; width:700px; text-transform:uppercase; font-size:14px; }
.cmidf_menu ul { padding:0; margin:0; }
.cmidf_menu ul li { padding:0; margin:0; float:left; text-align:center; padding-bottom:5px; margin-left:50px; }
.cmidf_menu ul li a { color:#FFF; transition: all 0.5s ease; }
.cmidf_menu ul li.active { border-bottom:2px solid #e62631; }
.cmidf_menu ul li a:hover { color:#009ddc; }

.cmidf_ariane { display:none; }

.cmidf_slider { position:relative; width:100%; height:400px; border:1px solid #AAA; margin-top:35px; }
.cmidf_slider_item { position:absolute; z-index:50; width:100%; height:400px; background-position:center; background-size:cover; }
.cmidf_suivant { position:absolute; z-index:52; right:0; top:50%; margin-top:-35px; cursor:pointer; transition: all 0.5s ease; }
.cmidf_precedent { position:absolute; z-index:52; left:0; top:50%; margin-top:-35px; cursor:pointer; transition: all 0.5s ease; }
.cmidf_suivant:hover, .cmidf_precedent:hover { opacity:0.7; }
.cmidf_slider_titre{ position:absolute; z-index:52; right:0; top:80%; padding:10px; background-image:url(../img/cmidf/bgblack75.png); color:#EEE; cursor:pointer; }

.cmidf_slider.cmidf_petit { height:250px; border:1px solid #AAA; margin-top:35px; }
.cmidf_slider.cmidf_petit .cmidf_slider_item { height:250px; }
.cmidf_slider.cmidf_petit .cmidf_slider_titre{ top:70%; }

.cmidf_ombre { width:1000px; height:25px; margin-top:10px; margin-bottom:20px; background-image:url(../img/cmidf/ombre.jpg); background-position:center; background-repeat:no-repeat; }

.cmidf_content { margin:0; }
.cmidf_content_illustration { position:relative; float:right; border:1px solid #CCC; width:250px; height:250px; text-align:center; background-image:url(../img/cmidf/cmidf2.jpg); }
.cmidf_content_illustration img { position:absolute; }
.cmidf_content_contact { position:absolute; top:10px; left:10px; width:230px; height:230px; text-align:center; background-image:url(../img/cmidf/bgwhite75.png); font-weight:bold; }
.cmidf_content_contact h3 { color:#e62631; margin-top:50px; }
.cmidf_content_contact a { color:#009ddc; }
.cmidf_content_texte { float:left; width:700px; }

.service_item { float:left; width:100px; height:100px; overflow:hidden; border:1px solid #CCC; margin-right:10px; }
.service_item img { min-width:100px; min-height:100px; }

.cmidf_bouton { background-color:#FFF; color:#e62631; font-weight:600; text-transform:uppercase; font-size:10px; padding:5px 10px; padding-left:24px; border-radius:2px; background-image:url(../img/cmidf/fleche.png); background-size:6px; background-repeat:no-repeat; background-position:10px center; cursor:pointer; transition: all 0.5s ease; }
.cmidf_bouton:hover { opacity:0.7; }

.input_contact_container { float:left; width:32%; margin-right:2%; margin-bottom:10px; }
.input_contact_container.last { margin-right:0; }
.input_contact_label { position:absolute; margin-left:15px; color:#888; font-size:14px; margin-top:5px; }
input.input_contact { padding:5px; padding-left:80px; margin:0; width:100%; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; border:0; background-color:#FFF; border:1px solid #CCC; color:#333; font-size:14px; border-radius:2px; }
textarea.textarea_contact { margin:0; width:66%; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; height:120px; border:0; background-color:#FFF; border:1px solid #CCC; color:#333; border-radius:2px; font-size:14px; margin-top:5px; margin-bottom:5px; padding:15px; resize:none; }
input.button_contact { margin-left:388px; border:0; background-color:#0090d2; color:#F2F2F2; text-align:center; padding:8px 8px; font-size:12px; text-transform:uppercase; border-radius:2px; }

.cmidf_contact { margin-top:30px; padding-bottom:30px; background-color:#2c5281; color:#DDD; }
.cmidf_contact_colonne { position:relative; box-sizing:border-box; -moz-box-sizing:border-box; margin-left:5%; width:28.33%; padding:15px; padding-top:40px; float:left; background-color:#57759b; }
.cmidf_contact_colonne.last { }
.cmidf_contact_img { float:left; margin-left:-50px; border:1px solid #CCC; height:130px; width:90px; background-color:#888; transition: all 0.5s ease; }
.cmidf_contact_img:hover { opacity:0.7; }
.cmidf_contact_texte { float:right; width:190px; }
.cmidf_contact_texte .cmidf_bouton { position:absolute; right:15px; bottom:15px; }
.cmidf_contact_texte p { text-align:left; }
.cmidf_contact_texte p strong { text-transform:uppercase; }

.cmidf_footer { padding:15px 0; background-color:#97a9c1; color:#2c5281; border-top:0px solid #CCC; }
.cmidf_footer a { color:#2c5281; transition: all 0.5s ease; }
.cmidf_footer a:hover { color:#EEE; }
.cmidf_footer .cmidf_flottant a { color:#e6edf6; }
.cmidf_footer .cmidf_flottant a:hover { color:#FFF; }

.cmidf_colonne5 { float:left; width:5%; }
.cmidf_colonne20 { float:left; width:20%; }
.cmidf_colonne30 { float:left; width:30%; }
.cmidf_colonne40 { float:left; width:40%; }
.cmidf_colonne70 { float:left; width:70%; }