﻿/* ==========================================================================
   Variables couleurs et polices
   ========================================================================== */
.bouton {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #f04d3e;
  display: inline-block;
  padding: 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 1.1;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 188px;
}
.bouton:hover,
.bouton:active {
  text-decoration: none;
  background-color: #ee3726;
}
.bouton:active {
  background-color: #f15e51;
}
.bouton.secondaire {
  background-color: #363434;
}
.bouton.secondaire:hover,
.bouton.secondaire:active {
  background-color: #8d8d8d;
}
.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
.OpenSansCondensed {
  font-family: 'Open Sans Condensed', sans-serif;
}
.BarlowCondensed {
  font-family: 'Barlow Condensed', sans-serif;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Shared styles */
.drop-shadow-styled {
  position: relative;
}
.drop-shadow-styled:before,
.drop-shadow-styled:after {
  content: "";
  position: absolute;
  z-index: -2;
}
/* Lifted corners */
.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lifted:before,
.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(128, 128, 128, 0.4);
  -moz-box-shadow: 0 15px 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 15px 10px rgba(128, 128, 128, 0.4);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* Curled corners */
.curled {
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px Infinitypx 0 6px 6px;
  border-radius: 0 0 120px Infinitypx 0 6px 6px;
}
.curled:before,
.curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-8deg) rotate(-3deg);
  -moz-transform: skew(-8deg) rotate(-3deg);
  -ms-transform: skew(-8deg) rotate(-3deg);
  -o-transform: skew(-8deg) rotate(-3deg);
  transform: skew(-8deg) rotate(-3deg);
}
.curled:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* Perspective */
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  max-height: 50px;
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.perspective:after {
  display: none;
}
/* Raised shadow - no pseudo-elements needed */
.raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* Curved shadows */
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 0.1px;
  border-radius: 0.1px;
}
.curved-vt-2:before {
  right: 0;
}
.curved-hz-1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.curved-hz-2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* Rotated box */
.rotated {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.rotated > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ====================
    MOBILE (320px or more)
   ==================== */
.cb {
  clear: both;
}
.sMission #main #contentContainer .boiteBlanche {
  background-color: #fff;
  width: 100%;
  float: left;
}
.sMission #main #contentContainer .boiteBlanche h2 {
  margin: 25px 20px 10px 25px;
}
.sMission #main #contentContainer .boiteBlanche p {
  margin: 0 25px 25px;
}
.sMission #main #contentContainer .boiteBlanche img {
  display: none;
}
.sMission #main #contentContainer .textDefaultLargeur {
  padding-left: 1em;
  float: left;
  margin-top: -14px;
  width: 90%;
}
/* ====================
    INTERMEDIATE (756px (738 + scrollbar))
   ==================== */
@media only screen and (min-width: 738px) {
  .sMission #main #contentContainer .boiteBlanche {
    width: 309px;
  }
  .sMission #main #contentContainer .boiteBlanche img {
    display: block;
  }
  .sMission #main #contentContainer .textDefaultLargeur {
    width: 54%;
  }
}
/* ====================
    STANDARD (978px (960 + scrollbar))
   ==================== */
@media only screen and (min-width: 978px) {
  .sMission #main #contentContainer .boiteBlanche {
    width: 309px;
  }
  .sMission #main #contentContainer .textDefaultLargeur {
    padding-left: 2em;
    width: 60%;
  }
}
/* ====================
    WIDE (1146px (1128 + scrollbar))
   ==================== */
/* ====================
	MAXIMUM (1330px (1312 + scrollbar))
   ==================== */