
*, *:before, *:after {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  border: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

.muted {
  color: #999999; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
  text-rendering: optimizelegibility; }


ul, ol {
  padding: 0;
  margin: 0 0 1.5em 1.5em; }

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0; }

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none; }

html {
  -webkit-font-smoothing: antialiased;
  /* Antialiased font for great smoothing */
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* Optimise legibility for some CSS3 kerning */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }


.img-rounded {
  border-radius: 6px; }

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  border-radius: 500px; }

.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

  
/*grid*/
.clear {
  clear: both; }

.group:before, .group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }


  .btn, input[type="submit"], button {
  text-align:center;
  background: #000000;
  color: #ffff00;
  text-transform:uppercase;
  text-decoration:underline;
  font-weight: bold;
  font-size: 1.6em;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  font-family: "Open Sans", arial;
  display: inline-block;
  margin: 20px 0; }

.btn:hover, input[type="submit"]:hover, button:hover {
  background: #000000;
  transition: all 0.5s ease;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(188, 37, 49, 0.6); }

  .bouton1 {
  size:320px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #4267B2;
  font-family: "Open Sans", arial;
display: inline-block;}
.bouton2 {
text-align:center;
  background: #4267B2;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #4267B2;
  font-family: "Open Sans", arial;
display: inline-block;}

/* =============================================================================  */

body {
  font-family: "open sans", Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  margin: 0;
  padding: 0; 
  background: #ffffff;
  }

h1 {font-size: 2.0em; letter-spacing:0px; color:#000000; letter-spacing:-2px;}
h2 {font-size: 1.4em; letter-spacing:0px; color:#000000; padding:0 0 0 0;}
h3 {font-size: 1.0em; letter-spacing:0px; color:#000000; padding:0px 0 0 0;}
h4 {font-size: 1.1em; letter-spacing:0px; color:#000000;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

#slogan {text-decoration:underline; letter-spacing:-2px; text-transform:none; color:#cc0000; font-weight:bold; font-size:1.8em; text-align:center; margin:auto; padding:15px 0;}

.rouge {text-align:center; color: #cc0000; font-weight:bold; text-transform:none; }
.bold {text-align:center; color: #cc0000; font-weight:bold; text-decoration:underline; text-transform:none; display: inline-block;}

#zoom {background:#FEFFC7; border:1px #c0c0c0; font-style:normal; padding:15px; margin:0px;}

a {color: #0000ff;transition: all 0.3s ease;text-decoration: underline; font-weight:bold;}
a:focus {outline: thin dotted; }
a:hover, a:active {outline: 0; }
  
#content {padding:0px; margin:0px;}

#page {padding:20px; margin:0px;}


.centered {margin: 0 auto; }

.container {width: 600px; padding:0px; margin: 0 auto; background:#ffffff; border-radius: 20px;}

.header {margin:auto; text-align:center; padding:10px 20px 0px 20px;}
.header img {margin:auto; border:0px;}

.footer {padding:50px 0 0 0; font-size: 0.7em; text-align:center;}

.box {padding:0px 30px; margin:auto;}
.box img {margin:auto; border:0px;}


.image {float: right; border:0; padding:0 10px 10px 0; width:100px; display: inline-block;}
.image1 {float: left; border:0; padding:0 20px 10px 0; width: 100%; max-width:320px; display: inline-block;}
.image2 {float: right; border:0; padding:0 0 10px 20px; width: 100%; max-width:200px; display: inline-block;}

#sidebar {padding:10px;}
#sidebar .box h4 {background: #24325B; border-radius:10px; padding: 10px;color: #ffffff;text-align: center; text-transform:uppercase; font-size: 1.6em;}
#sidebar .box h4 a {color: #ffff00;}
#sidebar .box ul {list-style: none; padding: 0; margin: 0; }
#sidebar .box ul > li {background: #f4f4f4; text-align: center; border: 1px dashed #cdcdce; margin-bottom:15px; padding:8px; }

#lien {text-align:center; margin:auto; padding:15px 10px;}
#lien a {background:#000000; text-decoration:underline; color:#ffff00; font-weight:bold; font-size:1.3em; text-transform:uppercase; padding:10px;}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	margin:20px 0;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#chrono {margin:20px 0; padding:0;}
#chrono .bouton1 {
text-align:center;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #B42A2E;
  font-family: "Open Sans", arial;
display: inline-block;}
#chrono .bouton2 {
text-align:center;
  background: #B42A2E;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #B42A2E;
  font-family: "Open Sans", arial;
display: inline-block;}



.bouton2:hover, input:hover, button:hover {
  
  transition: all 0.5s ease;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(188, 37, 49, 0.6); }

  
#mc-embedded-subscribe-form input {
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #4267B2;
  font-family: "Open Sans", arial;
display: inline-block;}
  
  

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #000000;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 320px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 



/*RESPONSIVE*/
/*  regles communes en dessous de 1200px */
@media only screen and (max-width: 1200px) {
  .container {
    width: 98%;
    margin: 0 auto; } }


.row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .colle {
    margin-bottom: 20px;
    padding: 0 10px; }
  .row .bolle {
    margin-bottom: 20px;
    padding: 0 10px; }
  @media only screen and (min-width: 960px) {
    .row .colle {float: left;width: 60%; }
    .row .bolle {width: 40%;float: right; } }

