@charset "utf-8";
.M {
  text-transform: uppercase;
}
.FL {
  float: left;
}
.DB {
  display: block;
}
.LN {
  list-style: none;
}
.TL {
  text-align: left;
}
.TC {
  text-align: center;
}
.I {
  font-style: italic;
}
.FR {
  float: right;
}
.DIB {
  display: inline-block;
}
.DI {
  display: inline;
}
.TR {
  text-align: right;
}
.TJ {
  text-align: justify;
}
#preload {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background: url("../cube/img/preloader.gif") no-repeat center center #fff;
  transform: translateX(0%);
  -moz-box-shadow: 0 -3px 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 -3px 6px rgba(0,0,0,0.2);
  box-shadow: 0 -3px 6px rgba(0,0,0,0.2);
  display: none;
}
@keyframes chargePage {
  0% {
    transform: skewX(0deg) translateX(0%);
  }
  50% {
    transform: skewX(-30deg) translateX(70%);
    width: 150%;
  }
  100% {
    transform: skewX(0deg) translateX(100%);
    width: 100%;
  }
}
@keyframes quittePage {
  0% {
    transform: skewX(0deg) translateX(100%);
  }
  50% {
    transform: skewX(30deg) translateX(30%);
    width: 150%;
  }
  100% {
    transform: skewX(0deg) translateX(0%);
    width: 100%;
  }
}
body.page-is-changing #preload {
  display: block;
  animation-name: quittePage;
  animation-timing-function: ease-out;
  animation-duration: .5s;
  transform: translateX(0%);
}
body {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
h1.titreCouleur,
h2.titreCouleur,
h3.titreCouleur,
h4.titreCouleur,
h5.titreCouleur {
  padding: 0 .2em;
}
h1,
h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 0.99em;
  margin: 0 0 .69em 0;
}
h1 strong,
h2 strong {
  display: block;
  font-weight: 500;
}
h3,
h4 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1em;
}
h4 {
  font-weight: 300;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
p {
  line-height: 1.4em;
}
strong {
  font-weight: 500;
}
.img-center {
  margin: 0 auto;
}
.btn {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn.btn-default {
  background: #e1e1e1;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background: #c8c8c8;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
form {
  padding: 0 0 0 15px;
}
form .form-group label {
  font-weight: 300;
}
form .form-group input,
form .form-group textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: #eee;
}
form .form-group input:focus,
form .form-group input:active,
form .form-group textarea:focus,
form .form-group textarea:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 2px solid #eee;
}
form .form-group textarea {
  height: 150px;
  resize: vertical;
}
form .form-group small {
  color: #636566;
  display: inline-block;
  padding: 5px 0;
}
form .form-group p {
  line-height: 1em;
  padding: 0;
  margin: 0;
}
form .form-group .form-control {
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
form #btenvoyer {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -55px;
  left: 0;
  width: 100%;
  background: #009ee0;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  padding: 0.6em 0;
  border: 0;
}
.modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  z-index: 1100;
}
.modal-content th {
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
}
.modal-content .modal-body-accueil {
  padding: 0;
}
.modal-content .close {
  position: absolute;
  z-index: 2;
  float: none;
  top: 10px;
  right: 15px;
}
#site .panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
#site .panel .panel-heading {
  color: #797979;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#site .panel .panel-heading a {
  display: block;
}
#site .panel .panel-heading .pull-right i {
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#site .panel .panel-heading.clique .pull-right i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#site .panel .panel-body {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
}
#site .panel.panel-default > .panel-heading {
  background: #eee;
}
.zoom-effet {
  overflow: hidden;
}
.zoom-effet img {
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.zoom-effet:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0 0 0;
  background: #fff;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#header.stick {
  background: #fff;
}
#header .container {
  position: relative;
  background: url("../cube/img/separateur-sousbandeau.png") no-repeat center bottom;
  height: 80px;
}
#header #logo {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 6px;
  display: block;
  width: 245px;
  height: 66px;
  background: url("../cube/img/logo-CUBE.png") no-repeat;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#header #menu {
  height: 38px;
  margin: 40px 15px 0 0;
  padding: 0 10px;
  float: right;
  display: inline;
}
#header #menu li {
  float: left;
  display: inline;
  padding: 0;
  position: relative;
}
#header #menu li a {
  color: #4a4b4c;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  border-right: 1px solid #4a4b4c;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#header #menu li a:hover,
#header #menu li a:active,
#header #menu li a:focus,
#header #menu li a.actif {
  color: #009ee0;
}
#header #menu li.encours > a {
  color: #009ee0;
}
#header #menu li:last-child a {
  border: 0;
}
#header #menu .alphasousmenu {
  position: absolute;
  z-index: 97;
  top: 38px;
  left: 0;
  font-size: 11px;
  padding: 0 10px;
}
#header #menu .alphasousmenu:before {
  position: absolute;
  z-index: 98;
  display: block;
  content: "";
  top: -6px;
  left: 30px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 10px 10px 10px;
}
#header #menu .alphasousmenu li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}
#header #menu .alphasousmenu li a {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  height: 28px;
  line-height: 28px;
  padding: 0;
  color: #fff;
  min-width: 150px;
}
#header #menu .alphasousmenu li a:hover,
#header #menu .alphasousmenu li a:active,
#header #menu .alphasousmenu li a:focus {
  padding-left: 5px;
}
#header #menu .alphasousmenu li:last-child a {
  border: 0;
}
#header #connexion {
  float: right;
  display: inline;
  text-align: right;
  width: 170px;
  margin: 40px 0 0 0;
}
#header #connexion a {
  color: #4a4b4c;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  height: 20px;
  line-height: 20px;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#header #connexion a:hover,
#header #connexion a:active,
#header #connexion a:focus,
#header #connexion a.actif {
  color: #009ee0;
}
#header #langue {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 14px;
  font-size: 12px;
}
#header #langue a {
  color: #000;
  display: block;
  padding: 0 0 0 20px;
}
#header #langue li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  display: inline;
  float: left;
}
#header #navMobile {
  float: right;
  display: inline;
}
#header #btMenuMobile {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 1em;
  height: 38px;
  line-height: 38px;
  color: #fff;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#header #btMenuMobile svg {
  fill: #fff;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes anim-effect-tamara {
  0% {
    box-shadow: 0 0 0 3px rgba(111,148,182,0.3);
    opacity: 1;
    -webkit-transform: scale3d(0.6,0.6,1);
    transform: scale3d(0.6,0.6,1);
  }
  100% {
    box-shadow: 0 0 0 100px rgba(111,148,182,0);
    opacity: 0;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes anim-effect-tamara {
  0% {
    box-shadow: 0 0 0 3px rgba(111,148,182,0.3);
    opacity: 1;
    -webkit-transform: scale3d(0.6,0.6,1);
    transform: scale3d(0.6,0.6,1);
  }
  100% {
    box-shadow: 0 0 0 100px rgba(111,148,182,0);
    opacity: 0;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
#site {
  background: #fff;
  color: #4a4b4c;
  padding-top: 90px;
}
#site ul {
  list-style: none;
  padding-left: 2.2em;
}
#site ul li {
  margin: 0 0 .3em 0;
  position: relative;
}
#site ul li:before {
  content: "\2022\ ";
  position: absolute;
  z-index: 1;
  left: -1.1em;
  top: 0;
}
#site .container {
  position: relative;
}
#site .section {
  padding: 40px 0;
}
#site .section.liste-haut {
  padding-top: 0;
}
#site .section.liste-haut .illu {
  min-height: 300px;
  line-height: 300px;
  margin-bottom: 25px;
  text-align: center;
  padding-top: 40px;
}
#site .section.liste-haut .illu .img-responsive {
  display: inline-block;
}
#site .section.liste-haut .cellule {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}
#site .section0 {
  z-index: 998;
  background-color: #efefef;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#efefef));
  background-image: -webkit-linear-gradient(top,#fff,#efefef);
  background-image: -moz-linear-gradient(top,#fff,#efefef);
  background-image: -ms-linear-gradient(top,#fff,#efefef);
  background-image: -o-linear-gradient(top,#fff,#efefef);
  background-image: linear-gradient(top,#fff,#efefef);
}
#site .section0 .cellule {
  padding-top: 30px;
}
#site .section0 .cellule h3 {
  font-size: 20px;
  text-transform: uppercase;
}
#site .section0 .cellule .btFleche {
  bottom: 0;
  right: 0;
}
#site .section0 .cellule.onestla {
  background: #e0e0e0;
}
#site .section0 .cellule.onestla h3 {
  color: #000;
}
#site .section0 .cellule.onestla .btFleche {
  background-image: url("../cube/svg/fleche-noire-bas.svg");
}
#site .choixAncre {
  padding: 20px 0;
}
#site .choixAncre select {
  width: 100%;
  border: 1px solid rgba(74,75,76,0.3);
  padding: 1%;
  background: #fff;
}
#site .btFlecheZone {
  height: 34px;
}
#site .btFleche {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  right: 15px;
  display: block;
  width: 34px;
  height: 34px;
  background: url("../cube/svg/fleche-blanche.svg") no-repeat center center;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#site .btFleche.btFleche-onestla {
  background-image: url("../cube/svg/fleche-noire-bas.svg");
}
#site .btFleche.visible-xs {
  float: right;
}
#site .btFleche.visible-xs.btFleche-onestla {
  float: none;
}
#site .btFleche:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  background: #009ee0;
  box-shadow: 0 0 0 3px rgba(111,148,182,0.05);
}
#site .btFleche:focus:after {
  -webkit-animation: anim-effect-tamara 0.5s ease-out forwards;
  animation: anim-effect-tamara 0.5s ease-out forwards;
}
#site .degradeBleu {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#ccecf9 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(50%,#fff),color-stop(100%,#ccecf9));
  background: -webkit-linear-gradient(top,#fff 0%,#fff 50%,#ccecf9 100%);
  background: -o-linear-gradient(top,#fff 0%,#fff 50%,#ccecf9 100%);
  background: -ms-linear-gradient(top,#fff 0%,#fff 50%,#ccecf9 100%);
  background: linear-gradient(to bottom,#fff 0%,#fff 50%,#ccecf9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorHaut',endColorstr='@colorBas',GradientType=0);
}
#site .degradeGris {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(50%,#fff),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#fff 0%,#fff 50%,#efefef 100%);
  background: -o-linear-gradient(top,#fff 0%,#fff 50%,#efefef 100%);
  background: -ms-linear-gradient(top,#fff 0%,#fff 50%,#efefef 100%);
  background: linear-gradient(to bottom,#fff 0%,#fff 50%,#efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorHaut',endColorstr='@colorBas',GradientType=0);
}
#site .fondGris {
  background: #e1e1e1;
}
#site .col-fx-row {
  display: table;
  table-layout: fixed;
}
#site #col-fx-7,
#site #col-fx-5 {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
#site #col-fx-7 {
  width: 765px;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#site #col-fx-7 .container-fx {
  padding: 40px 0 40px 15px;
  position: relative;
}
#site #col-fx-7 .container-fx.no-marge {
  padding-top: 0;
  padding-bottom: 0;
}
#site #col-fx-7 .btFleche {
  bottom: 0;
  right: 0;
}
#site #col-fx-5 {
  color: #fff;
}
#site #col-fx-5 .container-fx {
  width: 375px;
  float: right;
  display: inline;
  padding: 40px 15px 40px 0;
}
#site #col-fx-5 .container-fx h1,
#site #col-fx-5 .container-fx h2 {
  text-align: right;
}
#site #col-fx-5 .btFleche {
  bottom: 0;
  right: 15px;
}
#site section {
  position: relative;
}
#site .parallaxe {
  overflow: hidden;
}
#site .parallaxe-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#site .doubleParallaxe {
  position: relative;
  height: 180px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
#site .doubleParallaxe .btFleche {
  bottom: 0;
  right: 0;
}
#site .spritespin-instance {
  width: 100% !important;
  height: auto !important;
  text-align: center;
}
#site .spritespin-instance img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}
#footer {
  padding: 50px 0;
}
#footer ul {
  text-align: center;
}
#footer li {
  margin: 0 -4px 0 0;
  padding: 0;
}
#footer li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#footer li a svg {
  fill: #fff;
  vertical-align: middle;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#footer li a:hover,
#footer li a:active,
#footer li a:focus {
  color: #000;
}
#footer li a:hover svg,
#footer li a:active svg,
#footer li a:focus svg {
  fill: #000;
}
#btRemonte {
  position: fixed;
  z-index: 9999;
  display: block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  text-align: center;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#btRemonte svg {
  fill: #fff;
  vertical-align: middle;
}
body.jesuissurlahome #header {
  background: rgba(255,255,255,0.7);
}
body.jesuissurlahome #header.stick {
  background: #fff;
}
body.jesuissurlahome #site {
  padding-top: 0;
}
#fondHome {
  min-height: 625px;
  height: auto !important;
  height: 625px;
  position: relative;
}
#fondHome h1 {
  margin-top: 200px;
  font-size: 43px;
  color: #000;
}
#fondHome #edito {
  background: rgba(1,13,29,0.8);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}
#fondHome #edito .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
#fondHome #edito blockquote {
  border: 0;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #fff;
}
#fondHome #editoLien {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 620px;
  color: #009ee0;
  font-size: 43px;
  text-transform: uppercase;
  line-height: 0.95em;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#fondHome #editoLien.editoOuvert {
  left: 15px;
}
#fondHome .btFleche {
  bottom: 15px;
  right: 15px;
}
#fondHome #btNews {
  position: absolute;
  z-index: 2;
  top: 200px;
  right: 15px;
  display: block;
  background: #e6792e;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}
#fondHome #btNews svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
#fondHome #btNews:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../cube/svg/fleche-blanche.svg") no-repeat center center #e6792e;
}
#site .chemin {
  list-style: none;
  position: fixed;
  top: 45%;
  right: 50%;
  z-index: 5;
  width: 30px;
  margin: 0 -640px 0 0;
  padding: 0;
}
#site .chemin li {
  margin: 0;
  padding: 0;
  position: relative;
}
#site .chemin li:before {
  content: "";
}
#site .chemin li a {
  position: relative;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #4a4b4c;
  font-size: 10px;
  height: 34px;
  width: 30px;
  display: block;
}
#site .chemin li a .cube {
  display: block;
  height: 34px;
  width: 30px;
  background: url("../cube/svg/cube-gris.svg") no-repeat center center;
  background-size: 18px 18px;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#site .chemin li a:before {
  content: "";
  width: 1px;
  background: #4a4b4c;
  height: 8px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 15px;
}
#site .chemin li a:after {
  content: "";
  width: 1px;
  background: #4a4b4c;
  height: 8px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 15px;
}
#site .chemin li .etiquette {
  position: absolute;
  z-index: 4;
  display: block;
  text-align: right;
  top: 4px;
  right: 44px;
  background: #4a4b4c;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 8px;
  opacity: 0;
  min-width: 140px;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 10px;
}
#site .chemin li:hover a.cube,
#site .chemin li:active a.cube,
#site .chemin li:focus a.cube {
  background-image: url("../cube/svg/cube-bleu.svg");
  color: #009ee0;
}
#site .chemin li:hover .etiquette,
#site .chemin li:active .etiquette,
#site .chemin li:focus .etiquette {
  opacity: 1;
  right: 30px;
}
#site .chemin li.active a:before,
#site .chemin li.active a:after {
  height: 2px;
}
#site .chemin li.active a .cube {
  background-image: url("../cube/svg/cube-bleu.svg");
  color: #009ee0;
  background-size: 30px 30px;
}
#site .chemin li.active:hover .etiquette,
#site .chemin li.active:active .etiquette,
#site .chemin li.active:focus .etiquette {
  right: 34px;
  background: #009ee0;
}
#site .chemin li:first-child a:before,
#site .chemin li:last-child a:after {
  display: none;
}
.ancre {
  position: absolute;
  z-index: 1;
  top: -15vh;
  visibility: hidden;
}
.ancrepage {
  position: absolute;
  z-index: 1;
  top: 0;
  visibility: hidden;
}
.news-bloc {
  position: relative;
  padding: 45px 30px 45px 100px;
}
.news-bloc h3 {
  text-transform: uppercase;
  font-size: 24px;
}
.news-bloc .macaron {
  display: block;
  position: absolute;
  z-index: 2;
  left: -50px;
  top: 45px;
  width: 124px;
  height: 135px;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 15px 0 0;
  color: #009ee0;
}
.news-bloc.news-actus {
  background: url("../cube/img/separateur-sousbandeau.png") no-repeat center bottom;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.news-bloc.news-actus:first-child {
  background-image: none;
}
.news-bloc.news-actus .macaron {
  background-image: url("../cube/img/news-macaron-actu.png");
}
.news-bloc.news-actus h3 {
  color: #e6792e;
}
.news-bloc.news-actus a {
  color: #e6792e;
}
.news-bloc.news-tribune {
  background: url("../cube/img/separateur-sousbandeau.png") no-repeat center bottom #009ee0;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  color: #fff;
}
.news-bloc.news-tribune:first-child {
  background-image: none;
}
.news-bloc.news-tribune .macaron {
  background-image: url("../cube/img/news-macaron-tribune.png");
}
.news-bloc.news-tribune a {
  color: #eee;
}
.news-bloc.news-events {
  background: url("../cube/img/separateur-sousbandeau.png") no-repeat center bottom #797979;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  color: #fff;
}
.news-bloc.news-events:first-child {
  background-image: none;
}
.news-bloc.news-events .macaron {
  background-image: url("../cube/img/news-macaron-events.png");
}
.news-bloc.news-events a {
  color: #eee;
}
.col-infobulle .infobulle {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 320px;
  margin: 0 0 0 -160px;
  opacity: 0;
  backface-visibility: hidden;
  transform: translateY(-50%);
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.col-infobulle .infobulle .infobulle-contenu {
  padding: 25px 25px 20px 25px;
  background: rgba(0,158,224,0.98);
  color: #fff;
  -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  -webkit-transform-style: preserve-3d;
  position: relative;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.col-infobulle .infobulle .infobulle-contenu:before {
  content: "!";
  display: block;
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: -30px;
  left: 50%;
  margin: 0 0 0 -20px;
  background: #fff;
  -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  text-align: center;
  font-weight: 900;
  color: #009ee0;
  line-height: 40px;
  font-size: 32px;
}
.col-infobulle .infobulle .infobulle-contenu:after {
  content: "x";
  display: block;
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  color: rgba(255,255,255,0.5);
  top: 5px;
  right: 0px;
  cursor: pointer;
}
.col-infobulle .infobulle p:last-child {
  margin-bottom: 0;
}
.col-infobulle.infohover .infobulle {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.col-infobulle.infohover .infobulle .infobulle-contenu {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.col-infobulle.infoout .infobulle {
  opacity: 0;
}
.col-infobulle.infoout .infobulle .infobulle-contenu {
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  opacity: 0;
}
#site .overview {
  background: #010d1d;
}
#site .overview .btOverview {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 28px;
}
#site .overview .btFleche {
  bottom: 0;
}
#navFiche {
  margin-top: 30px;
}
#navFiche a svg {
  fill: #fff;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#navFiche a:hover svg,
#navFiche a:active svg,
#navFiche a:focus svg {
  fill: #000;
}
#site .listeHistoire {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site .listeHistoire li {
  text-align: right;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  font-size: 12px;
}
#site .listeHistoire li:before {
  content: "";
}
#site .listeHistoire li a {
  display: block;
  padding: 8px 30px .5em 0;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  background: url("../cube/svg/cube-gris.svg") no-repeat right 10px;
  background-size: 18px 18px;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #4a4b4c;
}
#site .listeHistoire li a:before {
  content: "";
  width: 1px;
  background: #4a4b4c;
  height: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 8px;
}
#site .listeHistoire li a:after {
  content: "";
  width: 1px;
  background: #4a4b4c;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 8px;
}
#site .listeHistoire li a time {
  display: block;
  font-weight: 300;
}
#site .listeHistoire li a:hover,
#site .listeHistoire li a:focus,
#site .listeHistoire li a:active,
#site .listeHistoire li a.onestla {
  background-image: url("../cube/svg/cube-bleu.svg");
  color: #009ee0;
}
#site .listeHistoire li:first-child a:before,
#site .listeHistoire li:last-child a:after {
  display: none;
}
#site .trombi {
  background: rgba(255,255,255,0.7);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#site .trombi p {
  text-align: right;
  font-size: 12px;
  line-height: 1.1em;
  padding: 10px 25px 0 0;
  margin: 0 5px 30px 0;
  background: url("../cube/svg/cube-bleu.svg") no-repeat right 15px;
  background-size: 18px 18px;
  position: relative;
}
#site .trombi p:before {
  content: "";
  width: 1px;
  background: #009ee0;
  height: 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 8px;
}
#site .trombi p strong {
  display: block;
}
#site .trombi .row:last-child p {
  margin-bottom: 0;
}
#site .nav-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #009ee0;
  color: #fff;
}
#site .nav-list li {
  margin: 0;
  padding: 0;
}
#site .nav-list li a {
  color: #fff;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#site .nav-list li a:hover,
#site .nav-list li a:active,
#site .nav-list li a:focus {
  background: #007aad;
  color: #fff;
  padding-left: 20px;
}
#site .nav-list li:before {
  display: none;
}
#site .zend_form {
  padding: 0;
  margin: 0;
}
#site .zend_form dt {
  font-weight: 300;
}
#site .zend_form input,
#site .zend_form textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #eee;
  background: #eee;
  padding: 5px 10px;
}
#site .zend_form input:focus,
#site .zend_form input:active,
#site .zend_form textarea:focus,
#site .zend_form textarea:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 2px solid #ddd;
}
body {
  background: #009ee0;
}
body .btn.btn-primary {
  background: #009ee0;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body .btn.btn-primary:hover,
body .btn.btn-primary:focus,
body .btn.btn-primary:active {
  background: #007aad;
}
body .modal-content .glyphicon {
  color: #009ee0;
}
body #header #menu .alphasousmenu {
  background: #007aad;
}
body #header #menu .alphasousmenu:before {
  border-color: transparent transparent #007aad transparent;
}
body #header #connexion a:hover svg,
body #header #connexion a:focus svg,
body #header #connexion a:active svg {
  fill: #009ee0;
}
body #header #langue li.choix a {
  color: #009ee0;
}
body #header #btMenuMobile {
  background: #009ee0;
}
body #header #btMenuMobile:hover,
body #header #btMenuMobile:focus,
body #header #btMenuMobile:active {
  background: #000;
}
body #header #btMenuMobile:hover svg,
body #header #btMenuMobile:focus svg,
body #header #btMenuMobile:active svg {
  fill: #009ee0;
}
body #site #col-fx-5 {
  background: #009ee0;
}
body #site #col-fx-5 .container-fx {
  background: #009ee0;
}
body #site .btFleche {
  background-color: #009ee0;
}
body #site .overview  .btOverview {
  color: #009ee0;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body #site .overview  .btOverview:hover,
body #site .overview  .btOverview:active,
body #site .overview  .btOverview:focus {
  color: #fff;
}
body #btRemonte {
  background: #007aad;
}
body.zoneViolet #header #logo {
  background-image: url("../cube/img/logo-CUBE-violet.png");
}
body.zoneVert #header #logo {
  background-image: url("../cube/img/logo-CUBE-vert.png");
}
body.zoneOrange #header #logo {
  background-image: url("../cube/img/logo-CUBE-orange.png");
}
body.zoneNeutre #header #logo {
  background-image: url("../cube/img/logo-CUBE-neutre.png");
}
body.zoneMulti #header #logo {
  background-image: url("../cube/img/logo-CUBE-multi.png");
}
@media (max-width: 1380px) {
  body #site .chemin {
    right: 10px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  body h1,
  body h2 {
    font-size: 28px;
  }
  body #header #logo {
    width: 220px;
  }
  body #header #menu {
    padding: 0 10px;
  }
  body #header #menu li a {
    font-size: 12px;
  }
  body #header #connexion {
    width: 110px;
  }
  body #header #connexion a {
    font-size: 12px;
  }
  body #footer li a {
    padding: 0 12px;
    font-size: 12px;
  }
  body #footer li a svg {
    width: 20px;
    height: 20px;
  }
  body #site .section.liste-haut .illu {
    min-height: 250px;
    line-height: 250px;
  }
  body #site .section.liste-haut .cellule {
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body #site .section0 .cellule h3 {
    font-size: 16px;
  }
  body #site #col-fx-7 {
    width: 632px;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
  body #site #col-fx-5 .container-fx {
    width: 307px;
  }
  body #navFiche {
    padding: 0 5px 0 0;
  }
  body #navFiche a svg {
    height: 28px;
  }
  body #fondHome {
    min-height: 500px;
    height: auto !important;
    height: 500px;
  }
  body #fondHome #edito .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body #fondHome #edito blockquote {
    font-size: 14px;
  }
  body #fondHome #editoLien {
    left: 420px;
  }
  body #site .chemin {
    margin-right: -2000px;
  }
}
@media (max-width: 992px) {
  body,
  html,
  p,
  div,
  table,
  td,
  tr,
  form {
    font-size: 12px;
  }
  body h1,
  body h2 {
    font-size: 22px;
  }
  body h3,
  body h4 {
    font-size: 16px;
  }
  body #header .container {
    height: 64px;
  }
  body #header #logo {
    width: 160px;
  }
  body #header #menu {
    padding: 0 5px;
    margin-top: 26px;
  }
  body #header #menu li a {
    font-size: 10px;
    padding: 0 8px;
  }
  body #header #connexion {
    width: 80px;
    margin-top: 26px;
  }
  body #header #connexion a {
    font-size: 10px;
  }
  body #header #langue {
    font-size: 11px;
    top: 8px;
  }
  body #footer li a {
    padding: 0 8px;
    font-size: 10px;
  }
  body #site {
    padding-top: 70px;
  }
  body #site .section {
    padding: 20px 0;
  }
  body #site .section.liste-haut .illu {
    min-height: 220px;
    line-height: 220px;
    margin-bottom: 15px;
    padding-top: 20px;
  }
  body #site .section0 .cellule h3 {
    font-size: 12px;
  }
  body #site .btFleche {
    bottom: -20px;
  }
  body #site #col-fx-7 {
    width: 485px;
  }
  body #site #col-fx-7 .container-fx {
    padding: 20px 0 20px 15px;
  }
  body #site #col-fx-5 .container-fx {
    width: 235px;
    padding: 20px 15px 20px 0;
  }
  body #site .trombi p {
    font-size: 11px;
  }
  body #navFiche {
    margin-top: 15px;
    padding: 0 15px 0 0;
  }
  body #navFiche a svg {
    height: 20px;
  }
  body #fondHome {
    min-height: 350px;
    height: auto !important;
    height: 350px;
  }
  body #fondHome h1 {
    font-size: 28px;
    margin-top: 150px;
  }
  body #fondHome #edito .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body #fondHome #edito blockquote {
    font-size: 12px;
  }
  body #fondHome #editoLien {
    font-size: 32px;
    left: 324px;
  }
  body #fondHome #btNews {
    top: 150px;
    font-size: 18px;
  }
  body #fondHome #btNews svg {
    width: 20px;
    height: 20px;
  }
  body #fondHome #btNews:after {
    bottom: -20px;
    width: 20px;
    height: 20px;
    background-size: 15px 15px;
  }
  body #fondHome .btFleche {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  body,
  html,
  p,
  div,
  table,
  td,
  tr,
  form {
    font-size: 11px;
  }
  body h1,
  body h2 {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  body h2 strong {
    font-size: 22px;
  }
  body h3,
  body h4 {
    font-size: 14px;
  }
  body p {
    text-align: left;
  }
  body form {
    padding: 15px 0;
  }
  body #preload {
    display: none;
  }
  body #header {
    padding: 10px 0 0 0;
  }
  body #header .container {
    height: 74px;
  }
  body #header #logo {
    width: 220px;
  }
  body #header #connexion {
    display: none;
  }
  body #header #langue {
    right: 15px;
    position: relative;
    display: inline;
    float: right;
    top: 0;
    margin: 5px 0 0 0;
  }
  body #header #langue a {
    padding: 0;
  }
  body #header #langue li {
    display: block;
    float: none;
    margin: 0;
  }
  body #footer {
    padding: 25px 0;
  }
  body #site {
    padding-top: 84px;
  }
  body #site .section.liste-haut .illu {
    min-height: 180px;
    line-height: 180px;
  }
  body #site .degradeBleu {
    background: #fff;
    padding: 0;
  }
  body #site .degradeBleu .col-sm-2,
  body #site .degradeBleu .col-sm-3,
  body #site .degradeBleu .col-sm-4,
  body #site .degradeBleu .col-sm-5,
  body #site .degradeBleu .col-sm-6,
  body #site .degradeBleu .col-sm-7,
  body #site .degradeBleu .col-sm-8,
  body #site .degradeBleu .col-sm-9,
  body #site .degradeBleu .col-sm-10 {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#ccecf9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(50%,#fff),color-stop(100%,#ccecf9));
    background: -webkit-linear-gradient(top,#fff 0%,#fff 50%,#ccecf9 100%);
    background: -o-linear-gradient(top,#fff 0%,#fff 50%,#ccecf9 100%);
    background: -ms-linear-gradient(top,#fff 0%,#fff 50%,#ccecf9 100%);
    background: linear-gradient(to bottom,#fff 0%,#fff 50%,#ccecf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorHaut',endColorstr='@colorBas',GradientType=0);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body #site .degradeGris {
    background: #fff;
    padding: 0;
  }
  body #site .degradeGris .col-sm-2,
  body #site .degradeGris .col-sm-3,
  body #site .degradeGris .col-sm-4,
  body #site .degradeGris .col-sm-5,
  body #site .degradeGris .col-sm-6,
  body #site .degradeGris .col-sm-7,
  body #site .degradeGris .col-sm-8,
  body #site .degradeGris .col-sm-9,
  body #site .degradeGris .col-sm-10 {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#efefef 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(50%,#fff),color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,#fff 0%,#fff 50%,#efefef 100%);
    background: -o-linear-gradient(top,#fff 0%,#fff 50%,#efefef 100%);
    background: -ms-linear-gradient(top,#fff 0%,#fff 50%,#efefef 100%);
    background: linear-gradient(to bottom,#fff 0%,#fff 50%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorHaut',endColorstr='@colorBas',GradientType=0);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body #site .btFleche {
    bottom: -20px;
    right: 0;
  }
  body #site .btFleche.visible-xs {
    position: relative;
    margin: 0;
    bottom: 0;
  }
  body #site .sectionEntete {
    display: block;
  }
  body #site .section0 {
    background: #e1e1e1;
  }
  body #site #col-fx-7 {
    display: block;
    clear: both;
    width: 100%;
    min-height: 150px;
    height: auto !important;
    height: 150px;
  }
  body #site #col-fx-7 .container-fx {
    padding-left: 15px;
    padding-right: 15px;
  }
  body #site #col-fx-5 {
    display: block;
    clear: both;
    width: 100%;
  }
  body #site #col-fx-5 .container-fx {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    position: relative;
  }
  body #site #col-fx-5 .container-fx h1,
  body #site #col-fx-5 .container-fx h2 {
    text-align: center;
  }
  body #site #col-fx-5 .btFleche {
    bottom: 0;
    right: 0;
  }
  body #site .listeHistoire {
    margin-right: 49%;
    margin-bottom: 30px;
  }
  body #site .listeHistoire li {
    font-size: 11px;
  }
  body #site .parallaxe {
    overflow: visible;
  }
  body #site .parallaxe-layer {
    position: relative;
  }
  body #navFiche a svg {
    height: 24px;
  }
  body #fondHome {
    min-height: 300px;
    height: auto !important;
    height: 300px;
  }
  body #fondHome h1 {
    font-size: 28px;
    margin-top: 100px;
    text-align: left;
  }
  body #fondHome #btNews {
    top: 100px;
  }
  body #fondHome .btFleche {
    bottom: 10px;
  }
  body #fondHome #edito .container {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  body #fondHome #edito blockquote {
    font-size: 11px;
    padding-bottom: 15px;
  }
  body #fondHome #editoLien {
    font-size: 28px;
    left: 15px;
  }
}
@media (max-width: 560px) {
  body h1,
  body h2 {
    font-size: 16px;
    line-height: 1.2;
  }
  body h2 strong {
    font-size: 24px;
  }
  body h3,
  body h4 {
    font-size: 13px;
  }
  body p {
    text-align: left;
  }
  body #header {
    padding-top: 5px;
  }
  body #header .container {
    height: 64px;
  }
  body #header #logo {
    width: 160px;
    margin-top: 5px;
  }
  body #site {
    padding-top: 69px;
  }
  body #site .section.liste-haut .illu {
    min-height: 140px;
    line-height: 140px;
  }
  body #site #col-fx-5 .container-fx h1,
  body #site #col-fx-5 .container-fx h2 {
    text-align: center;
  }
  body #site .trombi p {
    text-align: center;
    font-size: 10px;
    background: none;
    padding: 5px 0 0 0;
    margin: 0 0 15px 0;
  }
  body #site .trombi p:before {
    display: none;
  }
  body #fondHome h1 {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  body #header #logo {
    width: 140px;
  }
  body #site .section.liste-haut .illu {
    min-height: 80px;
    line-height: 80px;
  }
  body #fondHome #editoLien {
    font-size: 20px;
  }
}
