/*@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);*/
*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit;}
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,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}

body {
	background:#eeeeee url(images/main-bg.jpg);
}

.flex{display:flex;flex-wrap:wrap;}
.flexjcsb{justify-content:space-between;}
.flexaic{align-items:center;}
  .flex30{flex:0 1 30%;}
  .flex50{flex:0 1 50%;}
  .flex100{flex:0 1 100%;}
  .flexauto{flex:0 1 auto;}
  .flexfull{flex:1 1 0%;}


.loader {
position: relative;
border: 24px solid #33a4fd;
border-radius: 50%;
box-sizing: border-box;
animation: eat 1s linear infinite;
display:block;width:48px;height:48px;margin:0 auto;
}
.loader::after , .loader::before {
content: '';
position: absolute;
left: 50px;
top: 50%;
transform: translateY(-50%);
background: #33a4fd;
width: 15px;
height: 15px;
border-radius: 50%;
box-sizing: border-box;
opacity: 0;
animation: move 2s linear infinite;
}

.loader::before {
animation-delay: 1s;
}

@keyframes eat {
0% , 49% { border-right-color: #33a4fd }
50% , 100% { border-right-color: #0000 }
}
@keyframes move {
0% { left: 75px ; opacity: 1}
50% { left: 0px; opacity: 1 }
52%, 100% { left: -5px; opacity: 0; }
}


.divider {
  flex:0 1 100%;
  width:100%;
  height:1px;
  background:#e3e3e3;
  clear:both;
  display:block;
  overflow:hidden;
  margin-top:30px;
  margin-bottom:50px;
}

.bouton{cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:1rem;max-width:100%;height:100%;margin:0 5px;background:#33a4fd;padding:10px 20px;color:#fff;text-transform:uppercase;text-align:center;border:none;}
.error{color:#e2513f;}
.success{color:#2fa94f;}



.wrapper {
    margin-left:auto;
    margin-right:auto;
    width:960px;
}


@media screen and (max-width:960px) {
	.wrapper {width:100%;}
	#nav,#nav-wrapper,#logo{float:none !important;margin:10px auto !important;text-align:center !important;}
	#nav,#header,#top{height:auto !important;}
	#nav p{padding:0;}
}


/* --------------------------- */
/*       	TYPOGRAPHY         
/* --------------------------- */

/*input, textarea {
	font-family:'Droid Sans', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, #nav, ul.tabs li a, .widget ul.tabs li a, .services ul.tabs li a {
	font-family:'Yanone Kaffeesatz', sans-serif;
}*/

h1, h2, h3, h4 {
	margin-bottom:0.8em;
	text-shadow:0 1px 1px rgba(0,0,0,0.2);
}

h5, h6 {
	margin-bottom:0.8em;
	text-shadow:0 1px 1px rgba(0,0,0,0.1);
}

h1 {
	font-size:28px;

}

h2 {
	font-weight:normal;
	font-size:24px;
}

h3 {
	font-size:20px;	
	font-weight:normal;
  margin-top:0.8em;
}

h4 {
	font-size:16px;	
	font-weight:normal;
}

h5 {
	font-size:14px;	
	font-weight:normal;
}

h6 {
	font-size:12px;	
	font-weight:normal;
}

h1.section-header,
h2.section-header,
h3.section-header,
h4.section-header,
h5.section-header,
h6.section-header {
	background:url(images/headers-bg.jpg);
	margin-bottom:1.2em;
}

h1.section-header span,
h2.section-header span,
h3.section-header span,
h4.section-header span,
h5.section-header span,
h6.section-header span {
	background:url(images/main-bg.jpg);
	padding:0.1em 0.5em;
}

a {
	text-decoration:none;
	color:#eb1212;
	-webkit-transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	transition:color .2s ease-in;
}

a:hover {
	color:#000;
}

p {
	line-height:1.5em;	
	padding-bottom:1em;
}

ul {
	margin-bottom:30px;
	margin-top:5px;
	list-style:none;
}

ul ul {
	margin-bottom:10px;
}

ul li {
	padding:5px 0;	
}

code, pre {
	background:#fcfcfc;
	color:#777;
	padding:15px;
	border-left:3px solid #bbb;
	border-top:1px dotted #bbb;
	border-right:1px dotted #bbb;
	border-bottom:1px dotted #bbb;
	margin-bottom:15px;
}

code {
	display:inline-block;
}

:focus {-moz-outline-style:none; outline:none;}
a:focus {outline:none;}
a:active {outline:none;}

::-moz-selection {background-color:#eb1212;}
::-webkit-selection {background-color:#eb1212;}
::selection {background-color:#eb1212;}
::-moz-selection {color:#fff;}
::-webkit-selection {color:#fff;}
::selection {color:#fff;}

/* --------------------------- */
/*        HEADER SECTION       
/* --------------------------- */

#header-wrapper {
	background:#02104f;
}

.header-bg {
	background:url(images/carbon-bg.png);
}

.glow {
	background:url(images/glow1.png) top center no-repeat;
}

#header {
	height:200px;
}


/* --------------------------- */
/*        TOP SECTION       
/* --------------------------- */

#top {
	height:100px;
}

#top-inner {
	margin:0 auto;
	/*width:920px;*/
}

/* --------------------------- */
/*        LOGO AND NAV       
/* --------------------------- */

#logo {
	margin-top:42px;
	float:left;
}

#nav-wrapper {
	float:right;
	margin-top:20px;
}

#nav {
	float:right;
	margin-top:50px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.1);
    display:block;
	height:50px;
    padding:10px 18px;
    color:#fff;
    text-decoration:none;
	border-bottom:none;
	font-size:36px;
	text-shadow:0px 1px 0 rgba(0,0,0,1);
	text-transform:uppercase;
	background:url(images/subnav-bg.png);
}

/* --------------------------- */
/*        CONTENT SECTION       
/* --------------------------- */


.lines-bg {
	background:url(images/bg-lines.png) top center;
  padding:50px calc( (100% - 1200px) / 2);
}

/* --------------------------- */
/*       FOOTER SECTION       
/* --------------------------- */

#footer-wrapper {
	background:#02104f;
}

#footer-bg {
	background:url(images/carbon-bg.png);
}

.footer-glow {
	background:url(images/footer-glow.png) no-repeat center center;
}

#footer, #footer-bottom {
	color:#fff;
	font-size:12px;
	text-align:center;
}

#footer a, #footer-bottom a {
	color:#bbb;
}

#footer a:hover, #footer-bottom a:hover {
	color:#fff;
	text-decoration:none;
}

#footer-bottom-wrapper {
	padding:20px 0 10px;
	background:url(images/top-bg.png);
}

#footer-bottom {
	width:100%;
	/*max-width:960px;*/
	margin:0 auto;
}

.sprite {background-image:url(images/sprite.png);background-repeat:no-repeat;display:inline-block;width:81px;height:70px;margin:10px 20px;}
  .sprite-picto1 {background-position:-5px -5px;}
    .sprite-picto1:hover {background-position:-96px -5px;}
  .sprite-picto2 {background-position:-5px -85px;}
    .sprite-picto2:hover {background-position:-96px -85px;}
  .sprite-picto3 {background-position:-187px -5px;}
    .sprite-picto3:hover {background-position:-187px -85px;}

.copyright p {
	padding-bottom:10px;
}




/*
 * Vanilla Form v. 2.0.0
 * Author:Michal Szepielak
 *
 * Product info and license terms:
 * http://codecanyon.net/item/vanilla-form-modern-responsive-contact-form/10447733
 */

/* BEGIN Vanilla form styling */
/* Styling for form fields container structure */
.flexform-container {
  display:block;
  max-width:1200px;
  width:100%;
  margin:30px auto;
}
.flexform-container .wrapped-label {
  display:inline-block;
  white-space:normal;
  max-width:90%;
}
.flexform-container .radio-set {
  margin-bottom:1em;
}
.flexform-container .radio-set label {
  display:inline-block;
  white-space:nowrap;
  margin:0 1em 0.75em 0;
}
.flexform-container .radio-set label:first-of-type {
  margin-left:1em;
}
.flexform-container .left {
  text-align:left;
}
.flexform-container .right {
  text-align:right;
}
.flexform-container .center {
  text-align:center;
}

.flexform{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;}
  .flexform .column-10{flex:0 1 10%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-20{flex:0 1 20%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-30{flex:0 1 30%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-40{flex:0 1 40%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-50{flex:0 1 50%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-60{flex:0 1 60%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-70{flex:0 1 70%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-75{flex:0 1 75%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-80{flex:0 1 80%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-90{flex:0 1 90%;box-sizing:border-box;padding:.5rem;}
  .flexform .column-100,.section-header,.pages{flex:0 1 100%;box-sizing:border-box;padding:.5rem;}

.form-container {
  display:block;
  max-width:1200px;
  width:100%;
  margin:30px auto;
}

.form-container .column-10,
.form-container .column-20,
.form-container .column-25,
.form-container .column-30,
.form-container .column-40,
.form-container .column-50,
.form-container .column-60,
.form-container .column-70,
.form-container .column-75,
.form-container .column-80,
.form-container .column-90,
.form-container .column-100 {
  display:inline-block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  padding:0 1rem 1rem 1rem;
}
.form-container .column-100 {
  width:100%;
}
.form-container .column-90 {
  vertical-align:top;
  width:90%;
}
.form-container .column-80 {
  vertical-align:top;
  width:80%;
}
.form-container .column-75 {
  vertical-align:top;
  width:75%;
}
.form-container .column-70 {
  vertical-align:top;
  width:70%;
}
.form-container .column-60 {
  vertical-align:top;
  width:60%;
}
.form-container .column-50 {
  vertical-align:top;
  width:50%;
}
.form-container .column-40 {
  vertical-align:top;
  width:40%;
}
.form-container .column-30 {
  vertical-align:top;
  width:30%;
}
.form-container .column-25 {
  vertical-align:top;
  width:25%;
}
.form-container .column-20 {
  vertical-align:top;
  width:20%;
}
.form-container .column-10 {
  vertical-align:top;
  width:10%;
}
.form-container .wrapped-label {
  display:inline-block;
  white-space:normal;
  max-width:90%;
}
.form-container .radio-set {
  margin-bottom:1em;
}
.form-container .radio-set label {
  display:inline-block;
  white-space:nowrap;
  margin:0 1em 0.75em 0;
}
.form-container .radio-set label:first-of-type {
  margin-left:1em;
}
.form-container .left {
  text-align:left;
}
.form-container .right {
  text-align:right;
}
.form-container .center {
  text-align:center;
}
@media screen and (max-width:960px) {
  .form-container .column-10,
  .form-container .column-20,
  .form-container .column-25,
  .form-container .column-30,
  .form-container .column-40,
  .form-container .column-50  {
    width:100%;
  }
  .form-container label {
    white-space:nowrap;
  }
}
/* Styling form input elements and selects */
.vanilla-form {
  -webkit-text-size-adjust:100%;
  /* Prevent font scaling in landscape while allowing user zoom */

}
.vanilla-form a {
  text-decoration:none;
  color:#33a4fd;
}
.vanilla-form input,
.vanilla-form textarea,
.vanilla-form select {
  font-size:1em;
  display:block;
  width:100%;
  height:auto;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  color:inherit;
  margin-bottom:1em;
  padding:1em;
  background-color:#ffffff;
  border:1px solid #cecece;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -moz-box-shadow:0 0 5px #dddddd;
  -webkit-box-shadow:0 0 5px #dddddd;
  box-shadow:0 0 5px #dddddd;
  -webkit-font-smoothing:antialiased !important;
}
.vanilla-form input:focus,
.vanilla-form textarea:focus,
.vanilla-form select:focus,
.vanilla-form input:active,
.vanilla-form textarea:active,
.vanilla-form select:active,
.vanilla-form input.focus-state,
.vanilla-form textarea.focus-state,
.vanilla-form select.focus-state {
  outline:none;
  background-color:#ffffff;
  border-color:#33a4fd;
  -moz-box-shadow:0 0 5px #66bbfd;
  -webkit-box-shadow:0 0 5px #66bbfd;
  box-shadow:0 0 5px #66bbfd;
}
.vanilla-form input:disabled,
.vanilla-form textarea:disabled,
.vanilla-form select:disabled {
  opacity:0.8;
  background-color:#fafafa;
}
.vanilla-form input:last-child,
.vanilla-form textarea:last-child,
.vanilla-form select:last-child {
  margin-bottom:0;
}
.vanilla-form input.error,
.vanilla-form textarea.error,
.vanilla-form select.error {
  border-color:#e2513f;
  border-width:2px;
}
.vanilla-form input[type="checkbox"],
.vanilla-form input[type="radio"],
.vanilla-form input[type="button"],
.vanilla-form input[type="submit"],
.vanilla-form input[type="reset"],
.vanilla-form button {
  display:inline-block;
  width:auto;
}
.vanilla-form input[type="button"],
.vanilla-form input[type="submit"],
.vanilla-form input[type="reset"],
.vanilla-form button {
  color:#ffffff;
  background-color:#33a4fd;
  border-color:#33a4fd;
}
.vanilla-form input[type="button"]:focus,
.vanilla-form input[type="submit"]:focus,
.vanilla-form input[type="reset"]:focus,
.vanilla-form button:focus,
.vanilla-form input[type="button"]:active,
.vanilla-form input[type="submit"]:active,
.vanilla-form input[type="reset"]:active,
.vanilla-form button:active,
.vanilla-form input[type="button"].focus-state,
.vanilla-form input[type="submit"].focus-state,
.vanilla-form input[type="reset"].focus-state,
.vanilla-form button.focus-state {
  background-color:#66bbfd;
  border-color:#66bbfd;
}
.vanilla-form input[type="submit"] {
  -webkit-transition:all 500ms;
  -moz-transition:all 500ms;
  -ms-transition:all 500ms;
  -o-transition:all 500ms;
  transition:all 500ms;
}
.vanilla-form input[type="submit"].state-success {
  background-color:#2fa94f;
  border-color:#2fa94f;
  width:130px;
}
.vanilla-form input[type="submit"].state-error {
  background-color:#e2513f;
  border-color:#e2513f;
  width:180px;
}
.vanilla-form input[type="submit"].state-initial {
  width:150px;
}
.vanilla-form textarea {
  height:140px;
  resize:vertical;
}
.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
  position:absolute;
  pointer-events:none;
  opacity:0;
  margin:0;
  padding:0;
  height:10px;
}
.vanilla-form input[type="radio"] + span,
.vanilla-form input[type="checkbox"] + span {
  display:inline-block;
  width:1.3em;
  height:1.3em;
  background-color:#ffffff;
  border:1px solid #cecece;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
.vanilla-form input[type="radio"] + span::after,
.vanilla-form input[type="checkbox"] + span::after {
  content:"";
  display:inline-block;
  opacity:0;
  width:100%;
  height:100%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span,
.vanilla-form input[type="radio"].focus-state + span,
.vanilla-form input[type="checkbox"].focus-state + span {
  border-color:#33a4fd;
}
.vanilla-form input[type="radio"]:checked + span::after,
.vanilla-form input[type="checkbox"]:checked + span::after {
  opacity:1;
}
.vanilla-form input[type="radio"]:disabled + span,
.vanilla-form input[type="checkbox"]:disabled + span {
  opacity:0.8;
  background-color:#fafafa;
  border-color:#e8e8e8;
}
.vanilla-form input[type="radio"].error + span,
.vanilla-form input[type="checkbox"].error + span {
  border-color:#e2513f;
  border-width:2px;
}
.vanilla-form input[type="radio"] + span {
  -webkit-border-radius:2em;
  -moz-border-radius:2em;
  border-radius:2em;
  -moz-box-shadow:0 0 5px #dddddd;
  -webkit-box-shadow:0 0 5px #dddddd;
  box-shadow:0 0 5px #dddddd;
}
.vanilla-form input[type="radio"] + span::after {
  -webkit-border-radius:1em;
  -moz-border-radius:1em;
  border-radius:1em;
  background-color:#33a4fd;
}
.vanilla-form input[type="radio"]:checked + span::after {
  border:0.2em solid #ffffff;
}
.vanilla-form input[type="radio"]:disabled + span::after {
  background-color:#cecece;
}
.vanilla-form input[type="checkbox"] + span {
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -moz-box-shadow:0 0 5px #dddddd;
  -webkit-box-shadow:0 0 5px #dddddd;
  box-shadow:0 0 5px #dddddd;
}
.vanilla-form input[type="checkbox"] + span::after {
  height:0.5em;
  width:0.85em;
  background-color:transparent;
  border:0 solid #33a4fd;
  vertical-align:bottom;
  -webkit-transform:rotate(-45deg) translate(40%, -55%);
  -moz-transform:rotate(-45deg) translate(40%, -55%);
  -ms-transform:rotate(-45deg) translate(40%, -55%);
  -o-transform:rotate(-45deg) translate(40%, -55%);
  transform:rotate(-45deg) translate(40%, -55%);
}
.vanilla-form input[type="checkbox"]:checked + span::after {
  border-left-width:0.2em;
  border-bottom-width:0.2em;
}
.vanilla-form input[type="checkbox"]:disabled + span::after {
  border-color:#cecece;
}
.vanilla-form label span.upper-label {
  margin:0.5em 0;
  display:block;
}
.vanilla-form label.custom-select {
  position:relative;
  display:block;
  font-size:1em;
}
.vanilla-form label.custom-select span {
  position:absolute;
  display:inline-block;
  text-align:center;
  right:0;
  top:0;
  height:100%;
  width:3.5em;
  pointer-events:none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  background-color:#e8e8e8;
  border:1px solid #cecece;
}
.vanilla-form label.custom-select span::after {
  content:"";
  display:inline-block;
  width:20%;
  height:20%;
  -webkit-transform:rotate(-45deg) translate(-80%, 80%);
  -moz-transform:rotate(-45deg) translate(-80%, 80%);
  -ms-transform:rotate(-45deg) translate(-80%, 80%);
  -o-transform:rotate(-45deg) translate(-80%, 80%);
  transform:rotate(-45deg) translate(-80%, 80%);
  border:0 solid #ffffff;
  border-left-width:0.25em;
  border-bottom-width:0.25em;
}
.vanilla-form label.custom-select select:active + span,
.vanilla-form label.custom-select select:focus + span,
.vanilla-form label.custom-select select.focus-state + span {
  background-color:#66bbfd;
  border:1px solid #33a4fd;
}
.vanilla-form label.custom-select select.error + span,
.vanilla-form label.custom-select select.error:active + span,
.vanilla-form label.custom-select select.error:focus + span,
.vanilla-form label.custom-select select.error.focus-state + span {
  background-color:#e9796b;
  border:1px solid #e2513f;
}
.vanilla-form label.custom-select select:disabled + span {
  background-color:#e8e8e8;
}
.vanilla-form .notification-box {
  display:block;
  padding:1em;
  margin:0 1em 1em 1em;
  max-height:0;
  overflow:hidden;
  opacity:0;
  color:#ffffff;
  text-align:center;
  -webkit-transition:all 600ms;
  -moz-transition:all 600ms;
  -ms-transition:all 600ms;
  -o-transition:all 600ms;
  transition:all 600ms;
}
.vanilla-form .notification-box.show-error,
.vanilla-form .notification-box.show-success {
  border:1px solid #e2513f;
  background-color:#e9796b;
  max-height:50vh;
  overflow:auto;
  opacity:1;
}
.vanilla-form .notification-box.show-error {
  border-color:#e2513f;
  background-color:#e9796b;
}
.vanilla-form .notification-box.show-success {
  border-color:#2fa94f;
  background-color:#41ca65;
}
/* END Vanilla form styling */