﻿/* ==========================================================================
   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)
   ==================== */
#main .wrapContainer {
  padding-bottom: 0;
}
#pageHeader {
  background-color: transparent;
}
#backHeader {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 67px;
  width: 100%;
  z-index: 898;
}
#accueilHeader {
  position: relative;
  top: 0;
  z-index: 899;
  width: 100%;
}
#accueilHeader #videoBackgroundContainer {
  display: none;
}
#slogan {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/img/layout/slogan-petit.png) center top no-repeat;
  width: 288px;
  height: 68px;
  margin: 20px auto 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
}
#accueilSections {
  background-color: #fff;
}
#accueilSections h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1em;
  margin: 10px 0 5px;
}
#accueilSections .bloc {
  margin-bottom: 30px;
  position: relative;
}
#accueilSections .bouton {
  font-size: 1.5em;
}
#accueilSections .bouton:hover,
#accueilSections .bouton:active {
  text-decoration: none;
}
#accueilSections #accueilEmbarque {
  background-color: #fff;
  color: #fff;
  text-align: center;
  padding: 2em;
  vertical-align: top;
}
#accueilSections #accueilEmbarque h2 {
  margin-bottom: 38px;
  font-size: 30px;
}
#accueilSections #accueilEmbarque .grosBouton {
  margin: 0 0 10px;
}
#accueilSections #accueilEmbarque .grosBouton .bouton {
  background-color: #f04d3e;
  width: 91%;
}
#accueilSections #accueilEmbarque .grosBouton .bouton:hover {
  background-color: #ee3726;
}
#accueilSections #accueilEmbarque .grosBouton .bouton:active {
  background-color: #f15e51;
}
#accueilSections #accueilEmbarque .grosBouton .bouton span {
  font-size: 30px;
  padding: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
}
#accueilSections #accueilReseau {
  background: #fff url(/img/layout/accueil/carte-accueil.gif) left top no-repeat;
  overflow: auto;
  height: 340px;
  position: relative;
}
#accueilSections #accueilReseau .container {
  background-color: rgba(233, 63, 48, 0.9);
  color: #fff;
  width: 40%;
  min-width: 138px;
  right: 0;
  top: 0;
  position: absolute;
  height: 300px;
  padding: 20px;
}
#accueilSections #accueilReseau .container h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-weight: bold;
}
#accueilSections #accueilReseau .container h3 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  border-bottom: 2px solid #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#accueilSections #accueilReseau .container p {
  font-weight: bold;
  font-size: 16px;
}
#accueilSections #accueilReseau .container .boutonContainer {
  bottom: 20px;
  width: 100%;
  left: 0;
}
#accueilSections #accueilReseau .container .boutonContainer .bouton {
  margin: 0 auto;
  display: inline-block;
  border: 3px solid #fff;
}
#accueilSections #accueilReseau .bouton {
  background-color: transparent;
  border-color: #fff;
}
#accueilSections #accueilReseau .bouton:hover {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.3);
}
#accueilSections #accueilReseau .bouton:active {
  background-color: #666;
  background-color: rgba(255, 255, 255, 0.6);
}
#main #content #map-canvas {
  margin-bottom: 0;
}
#accueil3BoiteInfo {
  overflow: auto;
  text-align: center;
  margin: 20px 0;
}
#accueil3BoiteInfo h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.1;
  margin: 5px 0 10px;
}
#accueil3BoiteInfo h3 a {
  color: #f04d3e;
}
#accueil3BoiteInfo #accueilNouvelles {
  background-color: #fff;
  margin: 30px 0;
  position: relative;
}
#accueil3BoiteInfo #accueilNouvelles .boutonContainer {
  display: none;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer {
  padding: 20px;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle {
  display: none;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle .date {
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  background: url(/img/layout/nouvelles-date-background.png) no-repeat top left;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 0 10px;
  width: 130px;
  text-align: left;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle h3 {
  font-size: 1.8em;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage {
  position: relative;
  overflow: auto;
  display: block;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage:before {
  content: "Lire la suite";
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 200;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 110px;
  margin-left: -70px;
  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;
  background-color: #ee3726;
  border-color: #fff;
  font-size: 1.5em;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage:before:hover,
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage:before:active {
  text-decoration: none;
  background-color: #ee3726;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage:before:active {
  background-color: #f15e51;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage:before.secondaire {
  background-color: #363434;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage:before.secondaire:hover,
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage:before.secondaire:active {
  background-color: #8d8d8d;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage img {
  max-width: 100%;
  height: auto;
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle a.lienImage:hover:before {
  text-decoration: none;
  color: #f04d3e;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
#accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle:first-child {
  display: block;
}
#accueil3BoiteInfo #accueilNouvelles .boutonContainer {
  text-align: right;
  padding-right: 20px;
}
#accueil3BoiteInfo #accueilNouvelles .boutonContainer #lienAccueilNouvelles {
  display: inline-block;
  text-align: right;
  margin-bottom: 30px;
}
#accueil3BoiteInfo #accueilVideoContainer {
  background-color: #fff;
}
#accueil3BoiteInfo #accueilVideoContainer #accueilVideo {
  padding: 20px;
}
#accueil3BoiteInfo #accueilVideoContainer #accueilVideo h3 {
  font-size: 1.8em;
  margin-bottom: 20px;
}
#accueil3BoiteInfo #accueilVideoContainer #accueilVideo a.youtube {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 268px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
#accueil3BoiteInfo #accueilVideoContainer #accueilVideo a.youtube img {
  width: 100%;
  height: auto;
  display: block;
}
#accueil3BoiteInfo #accueilVideoContainer #accueilVideo #accueilSocial {
  text-align: center;
  margin: 20px 0 0;
}
#accueil3BoiteInfo #accueilVideoContainer #accueilVideo #accueilSocial img {
  width: 100%;
  max-width: 65px;
  margin: 0 4px;
}
#accueil3BoiteInfo #accueilVideoContainer #accueilVideo #accueilSocial #fbLinkVideo img {
  margin-left: 0;
}
#accueil3BoiteInfo #accueilVideoContainer #accueilVideo #accueilSocial #pinLinkVideo img {
  margin-right: 0;
}
#accueil3BoiteInfo #accueilConcoursContainer {
  padding: 30px 0px;
}
#accueil3BoiteInfo #accueilConcoursContainer .accueilConcours img {
  width: 100%;
  max-width: 308px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#accueilHenryville {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
#accueilHenryville .supTitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.5em;
  background: url(/img/henryville/separateur-titre.png) no-repeat center 33px;
}
#accueilHenryville h2 {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  margin: 10px 0 35px;
}
#accueilHenryville #accueilHenryvilleContent .video {
  width: 172px;
  height: 148px;
  position: relative;
  display: inline-block;
  margin: 0 10px 20px;
  vertical-align: top;
}
#accueilHenryville #accueilHenryvilleContent .video h3,
#accueilHenryville #accueilHenryvilleContent .video h4 {
  color: #ffffff;
  z-index: 1;
  position: relative;
  line-height: 1;
}
#accueilHenryville #accueilHenryvilleContent .video h3 {
  margin: 0;
  font-size: 1.7em;
  text-transform: uppercase;
  padding-top: 65px;
  background: url(/img/henryville/overlay-youtube-61.png) no-repeat center 20px;
}
#accueilHenryville #accueilHenryvilleContent .video h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 1em;
}
#accueilHenryville #accueilHenryvilleContent .video img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}
#accueilHenryville #accueilHenryvilleContent .video a:hover {
  text-decoration: none;
}
#accueilHenryville #accueilHenryvilleContent .video a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* ====================
    INTERMEDIATE (756px (738 + scrollbar))
   ==================== */
@media only screen and (min-width: 738px) {
  #main {
    padding-top: 0;
  }
  #accueilHeader {
    height: 520px;
  }
  #accueilHeader #videoBackgroundContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
  }
  #accueilHeader #videoBackgroundContainer #bgvid {
    width: 1312px;
    height: 520px;
    left: 50%;
    margin-left: -656px;
    position: absolute;
    z-index: 2;
  }
  #backHeader {
    height: 78px;
  }
  #slogan {
    background-image: url(/img/layout/slogan-grand.png);
    width: 100%;
    height: 118px;
    position: absolute;
    top: 382px;
    left: 0;
    z-index: 20;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  #accueilSections {
    display: table;
    margin: 40px 0 0;
    border-spacing: 20px;
    border-collapse: separate;
  }
  #accueilSections h2 {
    font-size: 2.5em;
  }
  #accueilSections .bloc {
    display: table-cell;
    margin-bottom: 0;
  }
  #accueilSections #accueilEmbarque {
    width: 39%;
    padding: 0;
  }
  #mmsTrousse {
    width: 120px;
  }
  #accueil3BoiteInfo {
    margin-left: 23%;
  }
  #accueil3BoiteInfo .bloc {
    margin-left: 20px;
  }
  #accueil3BoiteInfo h3 {
    margin: 5px 0 17px;
  }
  #accueil3BoiteInfo #accueilNouvelles {
    width: 30%;
    float: left;
  }
  #accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer {
    overflow: auto;
    margin: 0 -20px;
  }
  #accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle {
    border-left: 1px solid #d5d5d5;
    padding: 0 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle h3 {
    margin: 5px 0 4px;
    font-size: 1.5em;
  }
  #accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle img {
    display: block;
    width: 100%;
  }
  #accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle:first-child {
    border-left: none;
    display: inline-block;
  }
  #accueil3BoiteInfo #accueilVideoContainer {
    width: 30%;
    float: left;
    margin-top: 30px;
  }
  #accueil3BoiteInfo #accueilVideoContainer #accueilVideo h3 {
    font-size: 1.5em;
  }
  #accueil3BoiteInfo #accueilVideoContainer #accueilVideo #accueilSocial img {
    max-width: 56px;
    width: 29%;
    margin: 0 2%;
  }
  #accueil3BoiteInfo #accueilConcoursContainer {
    width: 30%;
    float: left;
  }
  #accueilHenryville {
    overflow: auto;
    display: table;
    margin: 40px 0 0;
    border-spacing: 20px;
    border-collapse: separate;
  }
  #accueilHenryville h2 {
    margin: 17px 0 30px;
  }
}
/* ====================
    STANDARD (978px (960 + scrollbar))
   ==================== */
@media only screen and (min-width: 978px) {
  #mmsTrousse {
    width: auto;
  }
  #accueilEmbarque .container {
    margin: 2em 3em 0 3em;
  }
  #accueil3BoiteInfo #accueilVideoContainer #accueilVideo #accueilSocial img {
    max-width: 65px;
  }
  #accueil3BoiteInfo #accueilNouvelles,
  #accueil3BoiteInfo #accueilVideoContainer,
  #accueil3BoiteInfo #accueilConcoursContainer {
    width: 31%;
  }
  #accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle {
    padding: 0 25px;
  }
  #accueil3BoiteInfo #accueilNouvelles #accueilNouvellesContainer .nouvelle img {
    width: 100%;
  }
}