@import url(https://fonts.googleapis.com/css?family=Marvel:400,700);
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
html {
    height: 100%;
}
body {
    background:  url(../images/bg-A.png) #ededed none repeat scroll 0 0;
    height: 100%;
    margin: 0;
    padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: relative;
}
.site-container,
.site-pusher,
.site-content,
.zoneBD,
.bandeA,
.owl-stage-outer,
.owl-stage {
  height:100%;
  }

.visually-hidden{position:absolute!important;border:0!important;height:1px!important;width:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}


.case {
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center / cover ;
    height: 0;
    position: relative;
}
.box {
    background-repeat: no-repeat;
  background-attachment: scroll;
    background-size: auto;
    float: left;
    margin-right: 8px; /* 8 dans para de owl */
    min-height: 1px;
    position: relative;
}
.step {
    position: relative;
}
.sidebar {
    display: none;
}
.owl-stage, .owl-stage section {
    align-items: center;
    display: flex;
    height: 100%;
}
.owl-nav {
    display: block;
    width: 100%;
}

.shadow {
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3)); /* Same syntax as box-shadow */
}
/* taille des boutons*/
.owl-prev {
    -moz-box-sizing: border-box;
       box-sizing: border-box;
    bottom: 44%;
    box-sizing: border-box;
    height: 70px;
  padding: 5px; /* pour plus de surface de touche */
    left: 3px;
    position: fixed;
    width: 40px;
}
.owl-next {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
    bottom: 44%;
    box-sizing: border-box;
    height: 70px;
  padding: 5px; /* pour plus de surface de touche */
    right: 3px;
    position: fixed;
    width: 40px;
}
.owl-next img {
  transform: rotate(180deg);
}

        @keyframes monanimation {
  0% {

        top:0;
        left:0;
        width: 50px;
        height: 50px;
        opacity: 0.8;
  }
  60%{

        top:-50px;
        left:-50px;
        width: 150px;
        height: 150px;
        opacity: 0.4;
  }
  100%{

        top:-50px;
        left:-50px;
        width: 150px;
        height: 150px;
        opacity: 0;
  }
}
            .btnFx  {
        background:#f8e61a;
        border-radius:50%;
        width:50px;
        height:50px;
        position: absolute;
        top:-2px;
        left:-9px;
        border: none;
        opacity: 0;
            }

      .btnFx.mov  {
        animation: monanimation 0.4s ease;
            }
.XL {
  -webkit-background-size: cover;
  background-size: cover;
}
/*.owl-carousel .box .owl-item {
    transform: scale(0.5);
}
.owl-carousel .box .owl-item.center {
    transform: scale(1);
}
.owl-carousel .box {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
        -webkit-transition: all 1s ease-in;
          transition: all 1s ease-in;
}
.owl-carousel .box.center {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
        -webkit-transition: all 1s ease-in;
          transition: all 1s ease-in;
}*/

/* BOX case    */

.calque {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


/* BUBBLE        */

.row {
  margin: 0;
}
.zoneTexte {
    display: table-cell;
    font-family: "Gloria Hallelujah","Comic Sans MS";
  font-size: 16px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
  opacity: 1;
  /*.bulle*/
  position:  relative;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}


.fade {
    opacity: 0;
    transition: opacity 0.5s linear 0s;
}
.fade.in{opacity:1}


.dirT {
  top: -20px;
  left: 0;
}
.dirTR {
  top: -20px;
  left: 20;
}
.dirR {
  top: 0;
  left: 20;
}
.dirBR {
  top: 20px;
  left: 20;
}
.dirB {
  top: 20px;
  left: 0;
}
.dirBL {
  top: 20px;
  left: -20px;
}
.dirL {
  top: 0;
  left: -20px;
}
.dirTL {
  top: -20px;
  left: -20px;
}
.dirT.in,
.dirTR.in,
.dirR.in,
.dirBR.in,
.dirB.in,
.dirBL.in,
.dirL.in,
.dirTL.in {
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
/*  ARBO          */

.bubble {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 2;
  position: relative;
  border: none;
  display: table;
}

/* INTERFACE
/* ---> cache  */

#cacheLoader  { /* Lire La Suite */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  z-index: 1000;

  }
.loading {
  color: #fff;
  }
.modernLoader {
      -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 0.75s linear 0s normal none infinite running rotate;
    background: transparent none repeat scroll 0 0;
    border-color: #f8e61a #5a5b5c #5a5b5c;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    margin: 0 auto;
    height: 40px;
    width: 40px;
}

@keyframes rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.turnDevice {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
}

/* ---> boutons  */
.centrage { /* Lire La Suite */
  display: flex;
  align-items: center;
  justify-content: center;
  }
.boutonLLS { /* Lire La Suite */
  margin: 0 auto;
  border-radius: 50%;
  display: table;
  padding: 15px;
  position: relative;
  height: 122px;
  width: 122px;
  background: #f8e61a;
  cursor: pointer;
  }
.encardFin { /* retour home */
  margin: 0 auto;
  border-radius: 6px;
  display: table;
  padding: 40px 25px;
  position: relative;
  background: #23262b;
  font-size: 16px;
  }
.encardFin div { /* retour home */
  margin-bottom: 10px;
  }
.logoHome {
  display: block;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../images/template/home.svg);
  background-size: 25px 25px;
  float: left;
  margin-right: 10px;
  margin-top: -5px;
  }
.retourHome { /* retour home */
  text-align:left;
  margin-bottom: 15px;
  border-radius: 6px;
  background: #000;
  padding: 15px 10px;
  }
.encardFin,
.encardFin a {
  color: #FFFFFF;
  }
.encardFin a:hover {
  text-decoration:none;
  }
.box.noBorder {
  box-shadow: none;
}
.texteLLS { /* Lire La Suite */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  font-family: 'Marvel', sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding-top: 6px;
  color: #4f5125;
  text-shadow: 1px 1px 2px #948b21;
  }
.texteFin { /* Lire La Suite */
  font-family: 'Marvel', sans-serif;
  font-weight: 700;
  font-size: 52px;
  padding-top: 6px;
  color: #fff;
  text-shadow: 1px 1px 2px #948b21;
  }
/* ---> Menu / Sommaire  */
.header__icon {
    position: absolute;
    display: block;
    width: 50px;
    height: 66px;
  top: 5px;
  padding: 5px; /* pour plus de surface de touche */
    cursor: pointer;
  z-index: 900;
  }
.menu {
  position: absolute;
  top: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  z-index: 50;
  background: #23262b;
  padding: 10px;
  width: 250px;
  color: white;
    height: 100%;
  }
.with--sidebar  .menu {
  position: absolute;
  top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
.header {
  position: relative;
  height: 45px;
  }
.backhome {
  position:absolute;
  left:0;
  padding: 10px;
  }
.backhome a {
  padding: 5px 15px 5px 0;
  }

.btn_close{
  position:absolute;
  right:0;
  border-radius: 50%;
  background: #f8e61a;
  padding: 10px;
    cursor: pointer;
  }
h1 {
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 1px #74777c dotted;
  }
ul {
  padding: 0;
  }
li {
  font-size: 22px;
  border-bottom: 1px #1f2227 solid;
  list-style: none;
  padding-bottom: 10px;
  margin: 20px 0;
  cursor: pointer;
  }
li:before {
  content: "#";
  color: yellow;
  padding-right: 5px;
  }
/* SECTION  */


.grandCalque {
  position:  fixed;
  width: 100%;
  height: 100%;
}
.bodyBlack .grandCalque.back {
  opacity: 1;
  background: rgba(0, 0, 0, 1);
}
.bodyBlack .bandeB {
  background: rgba(0, 0, 0, 1);
}
.grandCalque.back {
  opacity: 0;
  background: rgba(0, 0, 0, 1);
  transition: all 2s;
}

// .bodyInit,
// section,
// #B-Se2,
// #D-Se2 {
//  background: #ededed url(../images/bg-A.png);
//   background: rgba(0, 0, 0, 0);
//   transition: all 2s;
// }
.bodyInit {
  background: #1c110f url(../images/template/bg-habillage.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.lang__icon {
  position: absolute;
  top: 0px;
  right: 0px;
    display: block;
    width: 50px;
    height: 50px;
  padding: 5px; /* pour plus de surface de touche */
    cursor: pointer;
  z-index: 900;
}
@media screen and (max-height: 501px) {
  .lang__icon {
    display: none;
  }
}
