@charset "utf-8";
/* CSS Document */

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

}

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

}
	
body
{
margin:0px auto;
padding:0px;
background-color: #FFF;
/*
background-image: url(../images/background.jpg);
width: 960px;
*/

}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:100%;
height:auto;
float:left;
text-align:center;
}
#body-main
{
width:100%;
height:auto;
float:left;
text-align:center;
}
.body-top
{
width:100%;
height:auto;
float:left;
text-align:center;
background: url(../images/body-top-bg.jpg) left top repeat-x #FFF;
}
.body-container
{
	width:960px;
	height:auto;
	margin:0px auto;
	text-align:center;
}
.body-top-box { width:960px; height:600px; float:left; text-align:left;}
.body-top-left{ width:660px; height:auto; float:left; text-align:left; background:url(../images/body-left-bg.jpg) left top no-repeat;}
.logo-box { 
	width:660px; 
	height:100px; 
	float:left; 
	text-align:left;
}
.logo-box .logo-title {
	background-color: #158EE1;
	color: white;
	font-family: 'font_244', sans-serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 72px;
	height: 100px;
	width: 420px;
	text-align: center;
}
.logo-box .logo-title .logo-sub {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.welcome-middle{ 
	width:420px; 
	height:390px; 
	float:left; 
	text-align:left; 
	padding:50px 240px 0px 0px; 
	font-size:18px; 
	line-height:24px; 
	color: #000000; 
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
} 
.welcome-middle p { 
	margin:12px 0px 7px 0px; 
	text-align:justify;
	width:350px; 
}
.subnav { width:420px; height:auto; float:left; text-align:left; padding-top:6px;} .subnav ul { margin:0px; padding:0px; list-style-type:none;}
.subnav ul li { 
	width:420px; 
	height:auto; 
	float:left; 
	text-align:left; 
	display:block; 
	font-size:19px; 
	line-height:32px; 
	color: #000000; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
}

.button {
	background: #148ee1;
	color: #FFF;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height:30px;
	padding:15px 0px;
	text-align:center;
	text-transform:uppercase;
	width:320px;   
}


.body-top-right{ width:300px; height:auto; float:right; text-align:left;}

.right-top-box { 
	width:300px; 
	height:72px; 
	float:right; 
	text-align:right; 
	padding-top:8px; 
	font-size:14px; 
	line-height:18px; 
	font-weight:bold; 
	text-transform:uppercase;
}
.right-top-box h3 {
	font-size: 30px;
	float: right;
	width: 400px;
}


.form-box { width:300px; height:400px; float:left; text-align:left; background:url(../images/form-bg.jpg) left top no-repeat; padding-top:60px;}
.form-title{ width:300px; height:65px; float:left; text-align:center; padding-top:22px;}
.form-inside{ width:240px; height:auto; float:left; text-align:left; padding:25px 30px 0px 30px; font-size:16px; line-height:32px; color: #FFF; font-weight:normal;
font-family:Arial, Helvetica, sans-serif;}
.input-box
{
width:230px;
height:24px;
font-size:14px;
line-height:24px;
color: #333333;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
padding-top:6px;
padding-bottom:4px;
background-color: #FFF;
border:none;
}
input:focus
{
	outline:none;
}
.button2 {
	background: #000000;
	border: none;
	text-align:center;
	float:left;
	width:240px;
	padding:12px 0px;
	-webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   -ms-border-radius: 50px;
   border-radius: 50px;
   font-size:30px;
   line-height:36px;
   font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
   color: #FFF;
   text-transform:uppercase;
   margin-top:15px;
}
.button2:hover {
	background: #151515;
	text-align:center;
	float:left;
	width:240px;
	padding:12px 0px;
	-webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   font-size:30px;
   line-height:36px;
   font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
   color: #FFF;
   text-transform:uppercase;
   margin-top:15px;
}
.content-box { width:960px; height:auto; float:left; text-align:left; padding:50px 0px 46px 0px; border-bottom:1px solid #d0d0d0;}
.content-title{ width:960px; height:auto; float:left; text-align:center;}
.content-inside{ width:960px; height:auto; float:left; text-align:left; padding-top:8px;}
.report-bg { padding:9px; border:1px solid #d0d0d0; float:left; margin-right:30px; margin-top:6px;}
.features-box { width:960px; height:auto; float:left; text-align:left; padding:50px 0px 42px 0px;}
.features-inside{ width:960px; height:auto; float:left; text-align:left; padding-top:15px;} .features-inside ul { margin:0px; padding:0px; list-style-type:none;}
.features-inside ul li { width:250px; height:auto; float:left; text-align:left; display:block; margin-right:30px;}
.features-inside ul li.big { width:400px;}
.feature-bg { padding:9px; border:1px solid #d0d0d0; margin-top:6px;}
.feature { width:250px; height:auto; float:left; text-align:left;} .feature ul { margin:0px; padding:0px; list-style-type:none;}
.feature ul li { width:250px; height:auto; float:left; text-align:left; display:block; padding-bottom:22px; margin-right:0px;}
.feature-left{ width:26px; height:auto; float:left; text-align:left;}
.feature-right{ width:210px; height:auto; float:right; text-align:left;}
.testimonial-box { width:100%; height:auto; float:left; text-align:center; padding:50px 0px 54px 0px; background-color: #def1fd;}
.testimonial { width:960px; height:auto; float:left; text-align:left; padding-top:10px;} .testimonial ul { margin:0px; padding:0px; list-style-type:none;}
.testimonial ul li { width:450px; height:auto; float:left; text-align:left; display:block; margin-right:60px;}
.testimonial-bg { border:10px solid #FFF; float:left; margin-right:30px;}
#footer { width:100%; height:auto; float:left; text-align:center; padding:15px 0px; background-color: #148ee1;}
.footer-main { width:960px; height:auto; text-align:center; margin:0px auto;}
.footer-container { width:960px; height:auto; float:left; text-align:center;}
.footer-left { width:640px; height:auto; float:left; text-align:left; padding-top:20px; font-size:16px; line-height:24px; color: #FFF; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
.footer-left a {  font-size:16px; line-height:24px; color: #FFF; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.footer-left a:hover {  font-size:16px; line-height:24px; color: #deff00; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.footer-right{ 
	background-color: #158EE1;
	color: white;
	font-size: 40px;
	line-height: 45px;
	font-family: 'font_244', sans-serif;
	width:290px; 
	height:auto; 
	float:right; 
	text-align:center;
}

.footer-right .footer-sub {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
body a
{
	color: #1884ce;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}
body a:hover
{
	color: #ff9900;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}

h1.styleFontface
{
	font-family: bebasneue;
	font-size:48px;
	line-height:52px;
	color: #000000;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
	text-transform:uppercase;
}

h2.styleFontface
{
	font-family:bebasneue;
	font-size:44px;
	line-height:48px;
	color: #000000;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
	text-transform:uppercase;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:42px;
	line-height:44px;
	color: #148ee1;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
	text-transform:uppercase;
}
h4.styleFontface
{
	font-family: bebasneue;
	font-size:28px;
	line-height:42px;
	color: #FFF;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
	text-transform:uppercase;
}
.red { color: #fe0202;}


.form_champ {
    margin-bottom: 8px;
}
.form_champ_left {margin-right: 20px;}
.form_champ label {
    font-size: 14px;
    line-height: 16px;
}
.form_champ select {
    border: 1px solid #CCC;
    height: 18px;
    margin: 0px;
    padding-left: 2px;
}
.form_champ select option{
    padding-left: 6px;
}

.form_champ input {
	border: 1px solid #CCC;
	height: 24px;
	padding-left: 2px;
	width: 100%;

}

.form_champ span.input {
    display: block;
}

.form_champ span.libelle {
	margin-bottom: 4px;
    display: block;
    font-weight: bold;
}

.row:after {
	clear:both;
	float: none;
	display: table;
	content: " ";
}
input[name=actions] {
	position: absolute;
	top:-2000px;
	right:-2000px;
}

#alert {
	font-family: 'bebasneue';
	background-color: #4149FF;
	color: white;
	font-size: 24px;
	padding: 20px;
}

#modal_background {
    background-color: black;
    display: none;
    opacity: 0.5;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.modal_box {
    
    background-color: white;
    border-radius: 4px;
    display: none;
    height: 306px;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 20px;
    transform: translateX(-300px);
    width: 600px;   
    z-index: 100;
}

.modal_box .modal_content h3 {
    font-size: 16px;
    text-align: center;
}

.modal_box .modal_content h4 {
    font-size: 14px;
    text-align: center;
}

.modal_box .modal_content .form-item input {
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
    padding: 10px 5px;
    width: 100%;
}

.modal_box .modal_content .form-button button {
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
    padding: 10px 5px;
    width: 100%;
}
.modal_box .modal_content .form-button button:hover {
    background-color: #61FAFF;
}
.modal_box .modal_content .row {
    padding-top: 50px;
}

.modal_box .modal_content .row .receive {
    text-align: center;
}

.modal_box .modal_content .row img {
    width:280px;
}

.modal_box .modal_close {
    background-color: black;
    border: 3px solid white;
    border-radius: 15px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -10px;
    text-align: center;
    top:-10px;
    width: 20px;
}

.modal_box .modal_close a,
.modal_box .modal_close a:hover
{
    color: white;
}

.w50 {float:left; width: 50%;}
.cb {
    clear: both;
    float:none;
}

#optico_call_me_back_button {

	margin: 30px 0 0 0;
}