/* Hugo: Couleur MENU ET FOOTER */

.nav-box,
.bg-light-color {
  background-color: mediumturquoise;
}
.back-footer {
  border-top-color: mediumturquoise;
}



@font-face
{
    font-family: '5th_agent';
    src: url('../fonts/5th_agent/5th_agent.eot');
    src: url('../fonts/5th_agent/5th_agent.eot?#iefix') format('embedded-opentype'),
         url('../fonts/5th_agent/5th_agent.woff') format('woff'),
         url('../fonts/5th_agent/5th_agent.ttf') format('truetype'),
         url('../fonts/5th_agent/5th_agent.svg#5th_agent') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'Museo_900';
    src: url('../fonts/Museo_900/museo_900.eot');
    src: url('../fonts/Museo_900/museo_900.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Museo_900/museo_900.woff') format('woff'),
         url('../fonts/Museo_900/museo_900.ttf') format('truetype'),
         url('../fonts/Museo_900/museo_900.svg#museo_900') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face
{
    font-family: 'museoslab500';
    /* Correction hugo : URL */
    src: url('../fonts/museoslab500/museoslab500.eot');
    src: url('../fonts/museoslab500/museoslab500.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museoslab500/museoslab500.woff') format('woff'),
         url('../fonts/museoslab500/museoslab500.ttf') format('truetype'),
         url('../fonts/museoslab500/museoslab500.svg#museoslab500') format('svg');
    font-weight: normal;
    font-style: normal;
}

#rekt-head{
  font-family: 'Museo_900';
  width: 85%;
  padding: 2% 5%;
}
#rekt-head a, #rekt-head span{
}
#rekt-head a{
  text-decoration: none;
}

#rekt-head span:last-child{
  font-family: 'museoslab500';
}

/* #rekt-background{ */
.node-type-statique #main {
  position: relative;
  width: 100%;
  font-size: 100%;
  padding-top: 57.65%;
  padding-bottom: 7.5%;
  background: url('../img/rekt-background.jpg') no-repeat, url('../img/rekt-background2.jpg') repeat;
  background-size: 100%, 100%;
  background-color: #08586e;
}

#rekt-content{
  position: relative;
  text-align: center;
  font-size: 1em;
  width: 95%;
  margin: 0 2.5%;
  background-color: rgba(19, 34, 48, 0.75);
  border: 2px solid #ffffff;
}

#rekt-logo{
  position: absolute;
  left: 50%;
  width: 25%;
  background-color: #ffffff;
  transform: translateX(-50%) translateY(-80%);
}
#rekt-logo img{
  width: 100%;
}

#rekt-content section{
  position: relative;
  width: 100%;
  text-align: left;
  padding-bottom: 5%;
}

#rekt-content section header{
  position: relative;
  width: 100%;
  margin-top: 5.5%;
  margin-bottom: 2.5%;
  text-align: center;
}
#rekt-content section header h1{
 display: inline-block;
 vertical-align: middle;
 font-family: '5th_agent';
 font-size: 1.5em;
 line-height: 1em;
 color: #ffffff;
 max-width: 78%;
 padding: 0 0 1.6em 0;
 margin: 0 0 0 0;
 background: url('../img/rekt-line1.png') no-repeat;
 background-position: bottom;
 background-size: auto;
}

.rekt-left{
  float: left;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 6.5% !important;
  margin: 0 0 0 2.5% !important;
}
.rekt-right{
  float: right;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 6.5% !important;
  margin: 0 2.5% 0 0 !important;
}
.rekt-left:hover{
  width: 7% !important;
  margin: -0.5% -0.25% 0 2.25% !important;
}
.rekt-right:hover{
  width: 7% !important;
  margin: -0.5% 2.25% 0 -0.25% !important;
}

#rekt-article-agent{
  font-family: 'museoslab500';
  text-align: center;
  width: 100%;
  color: #ffffff;
}

#rekt-article-left, #rekt-article-right{
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#rekt-article-left{
  position: relative;
  text-align: center;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 5%;
}

#rekt-article-left-top{
  position: relative;
  width: 100%;
}

#rekt-article-left-top-div{
  width: 100%;
  padding: 11.5%;
}

#rekt-affiche{
  width: 100%;
  border: 2px solid #ffffff;
  visibility:visible;
}

#rekt-bottom-left, #rekt-top-right{
  width: 50px;
}
#rekt-bottom-left2, #rekt-top-right2{
  width: 40px;
}

#rekt-bottom-left, #rekt-bottom-left2{
  position: absolute;
  bottom: 0;
  left: 0;
}
#rekt-top-right, #rekt-top-right2{
  position: absolute;
  top: 0;
  right: 0;
}

#rekt-home-img p{
  /* display: none; */
  position: absolute;
  bottom: 0;
  right: 5%;
  font-family: 'museoslab500';
  font-size: 0.8em;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

#rekt-article-left-bottom{
  display: none;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 7.5%;
  margin-top: 0%;
  background-color: rgb(19, 34, 48);
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

#rekt-article-right-onglet2{
  display: none;
  position: relative;
  width: 100%;
  height: calc(1em + 20px);
  margin-top: 7.5%;
  text-align: left;
}

#rekt-article-right-onglet2 div{
  position: absolute;
  bottom: 0%;
  left: 0;
  font-family: 'Museo_900';
  font-size: 1em;
  line-height: 1em;
  color: #000000;
  padding: 10px 4%;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
}

#rekt-article-left-bottom-border-left{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  border-bottom: 2px solid #ffffff;
  z-index: 2;
}

#rekt-article-left-bottom-border-right{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  border-bottom: 2px solid #ffffff;
  z-index: 2;
}

#rekt-article-left-bottom-border-left2{
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  border-top: 2px solid #ffffff;
  z-index: 2;
}

#rekt-article-left-bottom-border-right2{
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  border-top: 2px solid #ffffff;
  z-index: 2;
}

.rekt-ul-span-margin{
  margin-left: 2%;
}

#rekt-article-left-bottom ul{
  width: 100%;
  width: calc(100% - 20px);
  text-align: left;
  list-style: circle;
  margin-left: 20px;
  margin-top: 0.2em;
}

#rekt-article-left-bottom ul li{
  font-family: 'museoslab500';
  width: 100%;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 2.5%;
}

#rekt-article-left-bottom ul li span{
  font-family: 'Museo_900';
  font-size: 1.5em;
  margin-right: 2%;
}

#rekt-article-left-bottom2{
  position: relative;
  text-align: left;
  width: 90%;
  padding: 7.5%;
  margin-top: 0%;
  margin-left: 5%;
  background-color: rgb(19, 34, 48);
  border: 2px solid #ffffff;
}

#rekt-article-left-bottom2 ul{
  width: 100%;
  text-align: left;
}

#rekt-article-left-bottom2 ul li{
  font-family: 'museoslab500';
  font-size: 1em;
  width: 100%;
}

#rekt-article-left-bottom2 ul li span{
  font-family: 'Museo_900';
  font-size: 1.5em;
  margin-right: 2%;
}

#rekt-article-right-onglet3{
  position: relative;
  width: 100%;
  height: calc(1em + 20px);
  text-align: left;
}

#rekt-article-right-onglet3 div{
  position: absolute;
  bottom: 0%;
  left: 5%;
  font-family: 'Museo_900';
  font-size: 1em;
  line-height: 1em;
  color: #000000;
  padding: 10px 4%;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
}

#rekt-article-right{
  position: relative;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  /* text-align: justify; */
  text-align: left;
}

#rekt-article-right-top{
  position: relative;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 5%;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

#rekt-article-right-top-border-left{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  border-bottom: 2px solid #ffffff;
  z-index: 2;
}

#rekt-article-right-top-border-right{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  border-bottom: 2px solid #ffffff;
  z-index: 2;
}

#rekt-article-right-top-border-left2{
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  border-top: 2px solid #ffffff;
  z-index: 2;
}

#rekt-article-right-top-border-right2{
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  border-top: 2px solid #ffffff;
  z-index: 2;
}


#rekt-article-right-top-div{
  position: relative;
  width: 100%;
  padding: 4%;
  background-color: rgb(19, 34, 48);
  z-index: 1;
}

#rekt-article-right-onglet{
  position: absolute;
  top: calc(-1em + -6%);
  left: -2px;
  font-family: 'Museo_900';
  color: #000000;
  padding: 1.5% 4%;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
}

#rekt-article-right-top h2{
  font-family: 'Museo_900';
  font-size: 1.5em;
  line-height: 1em;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
#rekt-article-right-top h2 span{
  display: block;
  color: #ffffff;
}
#rekt-article-right-top h2 span{
  width: auto;
}

#rekt-article-right-top span span{
  display: block;
  color: #ffffff;
  font-family: 'Museo_900';
  font-size: 1em;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

#rekt-article-right-top strong span{
  display: block;
  color: #ffffff;
  font-family: 'Museo_900';
  font-size: 1.1em;
  line-height: 1em;
  width: 100%;
  margin: 2% 0;
  text-align: left;
  text-transform: uppercase;
}

#rekt-article-right-top p span{
  display: block;
  color: #ffffff;
  font-family: 'museo_900';
  font-size: 1em;
  line-height: 1em;
  width: 100%;
}

#rekt-article-right-top blockquote{
  display: inline-block;
  width: 100%;
  padding: 0 0 1.5% 0;
  margin: 0;
}
#rekt-article-right-top blockquote span{
  display: block;
  color: #ffffff;
  font-family: 'museoslab500';
  line-height: 1.1em;
  font-size: 1em;
}

#rekt-article-right-bottom{
  margin-bottom: 5%;
  padding: 0 4%;
  padding: 0 calc(4% + 4px);
}

#rekt-article-right-bottom strong{
  display: inline-block;
  text-align: left;
  font-family: 'Museo_900';
  font-size: 1.1em;
  width: 100%;
}

#rekt-article-right-bottom p{
  display: inline-block;
  width: 100%;
  font-size: 1em;
  margin: 2% 0 4% 0;
}

#rekt-article-photos4{
  position: relative;
  text-align: left;
  width: 100%;
  margin-top: 0%;
  padding: 5% 5% 5% 5%;
}

#rekt-article-photos4 img{
  cursor: zoom-in;
  border: 2px solid #ffffff;
}

#rekt-article-photos4 #rekt-img1{
  width: 100%;
  margin-bottom: 2%;
  margin-right: 0%;
}
#rekt-article-photos4 #rekt-img2{
  width: 100%;
  margin-bottom: 2%;
  margin-right: 0%;
}
#rekt-article-photos4 #rekt-img3{
  width: 100%;
  margin-bottom: 2%;
  margin-right: 0%;

}
#rekt-article-photos4 #rekt-img4{
  width: 100%;
  margin-bottom: 0%;
}

#rekt-article-photos3{
  position: relative;
  text-align: left;
  width: 100%;
  margin-top: 0%;
  padding: 5% 5% 5% 5%;
}

#rekt-article-photos3 img{
  cursor: zoom-in;
  border: 2px solid #ffffff;
}

#rekt-article-photos3 #rekt-img1{
  width: 100%;
  margin-bottom: 2%;
  margin-right: 0%;
}
#rekt-article-photos3 #rekt-img2{
  width: 100%;
  margin-bottom: 2%;
  margin-right: 0%;
}
#rekt-article-photos3 #rekt-img3{
  width: 100%;
  margin-bottom: 2%;
  margin-right: 0%;

}

#rekt-home-img{
  position: relative;
  width: 100%;
  padding: 5%;
  margin: 0 3% 0 3%;
  overflow: hidden;
}

#rekt-ggg-content{
  position: relative;
  width: 100%;
  padding: 0%;
}

:fullscreen{
  width: 100%;
  height: 100%;
  background-color: #000000;
}

:full-screen{
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#rekt-video-container{
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
}

#rekt-video-iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 100;
  border: none;
}

#rekt-video-controls{
  display: none;
  position: absolute;
    bottom: 3%;
    left: 1.5%;
    text-align: center;
    width: 97%;
    height: 30px;
    padding: 0;
    margin: 0;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    z-index: 1002;
}

#rekt-video-controls input[type=range] {
    -webkit-appearance: none;
    margin: 4.8px 0;
}
#rekt-video-controls input[type=range]:focus {
  outline: none;
}
#rekt-video-controls input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
    height: 4.4px;
    cursor: pointer;
    box-shadow: 0px 0px 1.5px #000000, 0px 0px 0px #0d0d0d;
    background: rgba(48, 113, 169, 0.27);
    border-radius: 0.3px;
    border: 0.1px solid #010101;
}
#rekt-video-controls input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 1.1px #000000, 0px 0px 0px #0d0d0d;
    border: 0.7px solid #000000;
    height: 14px;
    width: 15px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4.9px;
}
#rekt-video-controls input[type=range]:focus::-webkit-slider-runnable-track {
    background: #d5e5f3;
}
#rekt-video-controls input[type=range]::-moz-range-track {
    width: 100%;
    height: 4.4px;
    cursor: pointer;
    box-shadow: 0px 0px 1.5px #000000, 0px 0px 0px #0d0d0d;
    background: #3071a9;
    border-radius: 0.3px;
    border: 0.1px solid #010101;
}
#rekt-video-controls input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1.1px #000000, 0px 0px 0px #0d0d0d;
    border: 0.7px solid #000000;
    height: 14px;
    width: 15px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
}
#rekt-video-controls input[type=range]::-ms-track {
    width: 100%;
    height: 4.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
#rekt-video-controls input[type=range]::-ms-fill-lower {
    background: #000000;
    border: 0.1px solid #010101;
    border-radius: 0.6px;
    box-shadow: 0px 0px 1.5px #000000, 0px 0px 0px #0d0d0d;
}
#rekt-video-controls input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.1px solid #010101;
    border-radius: 0.6px;
    box-shadow: 0px 0px 1.5px #000000, 0px 0px 0px #0d0d0d;
}
#rekt-video-controls input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 1.1px #000000, 0px 0px 0px #0d0d0d;
    border: 0.7px solid #000000;
    height: 14px;
    width: 15px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    height: 4.4px;
}
#rekt-video-controls input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
#rekt-video-controls input[type=range]:focus::-ms-fill-upper {
    background: #d5e5f3;
}

#rekt-play-pause{
    position: relative;
    top: 4px;
    left: 18px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    border: 0;
    padding: 0;
    margin: 0 14px 0 0;
    background: none;
    cursor: pointer;
}
#rekt-play-pause:focus{
  outline: none;
}
#rekt-play-pause img{
  height: 100%;
  padding: 0;
  margin: 0;
}

#rekt-seek-bar{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 299px);
  padding: 0;
  margin: 0;
}

#rekt-sound-img{
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  border: 0;
  padding: 0;
  margin: -8px 0 0 14px;
  background: none;
  cursor: pointer;
}
#rekt-sound-img:focus{
  outline: none;
}
#rekt-sound-img img{
  height: 100%;
  padding: 0;
  margin: 0;
}

#rekt-volume-bar{
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  padding: 0;
  margin: 0;
}

#rekt-full-screen{
  position: relative;
  top: 4px;
  right: 18px;
  float: right;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  border: 0;
  padding: 0;
  margin: 0 0 0 14px;
  background: none;
  cursor: pointer;
}
#rekt-full-screen:focus{
  outline: none;
}
#rekt-full-screen img{
  height: 100%;
  padding: 0;
  margin: 0;
}

#rekt-video-controls div{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
  width: 105px;
  padding: 0;
  margin: 0 0 0 7px;
  font-family: 'museoslab500';
}

#rekt-video-controls div span{
  padding: 0;
  margin: 0;
}

#rekt-capture-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1001;
  border: none;
}

#rekt-capture-play{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#rekt-capture-1{
  display: none;
  position: absolute;
  bottom: 11.5%;
  left: 5%;
  width: 41%;
  height: 28%;
  /* border: 1px solid red; */
}

#rekt-capture-2{
  display: none;
  position: absolute;
  bottom: 41%;
  left: 5%;
  width: 41%;
  height: 28%;
  /* border: 1px solid red; */
}

#rekt-play{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 100px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1002;
  cursor: pointer;
}
#rekt-play:focus{
  outline: none;
}
#rekt-play img{
  width: 100%;
  border-radius: 100px;
}

#rekt-home-text{
  color: #ffffff;
  font-family: 'museoslab500';
  /* text-align: justify; */
  text-align: left;
  margin: 8% 3% 0 9.5%;
}
#rekt-home-text h2{
  line-height: 1.2em;
  text-align: left;
  font-family: 'Museo_900';
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}
#rekt-home-text p{
  font-size: 1em;
  padding: 2% 0 4% 0;
  margin: 0;
}

#rekt-article-home{
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 95%;
}

#rekt-content section aside{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  margin-left: 0%;
}
#rekt-content section aside h2{
  display: inline-block;
 font-family: '5th_agent';
 font-size: 1.8em;
 line-height: 1em;
 color: #ffffff;
 padding: 0 0 1.5em 0;
 margin: 0px 0 0 0;
 background: url('../img/rekt-line2.png') no-repeat;
 background-position: bottom;
 background-size: auto;
}

#rekt-content section footer{
  width: 100%;
}
#rekt-footer-head{
  width: 100%;
  text-align: center;
}
#rekt-content section footer h2{
  display: inline-block;
  font-family: '5th_agent';
  font-size: 2em;
  line-height: 1em;
  color: #ffffff;
  padding: 0 0 1.3em 0;
  margin: 0px 0 5% 0%;
  background: url('../img/rekt-line2.png') no-repeat;
  background-position: bottom;
  background-size: auto;
}

#rekt-cache{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

#rekt-cache-close{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-out;
}

#rekt-cache-img{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  max-height: 80%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid #ffffff;
  cursor: pointer;
}
#rekt-cache-left{
  position: absolute;
  top: 50%;
  left: 5%;
  width: 5%;
  background-color: #ffffff;
  transform: translateX(0) translateY(-50%);
  border-radius: 200px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
#rekt-cache-right{
  position: absolute;
  top: 50%;
  right: 5%;
  width: 5%;
  background-color: #ffffff;
  border-radius: 200px;
  border: 2px solid #ffffff;
  transform: translateX(0%) translateY(-50%);
  cursor: pointer;
}



/* BACKGROUNDS */
.rekt-adou .rekt-hexagon-2{
  background: url('../img/hexagon/adou.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-alexis .rekt-hexagon-2{
  background: url('../img/hexagon/alexis.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-alexandre .rekt-hexagon-2{
  background: url('../img/hexagon/alexandre.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-brice .rekt-hexagon-2{
  background: url('../img/hexagon/brice.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-dominique .rekt-hexagon-2{
  background: url('../img/hexagon/dominique.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-damien .rekt-hexagon-2{
  background: url('../img/hexagon/damien.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-emelie .rekt-hexagon-2{
  background: url('../img/hexagon/emelie.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-eric .rekt-hexagon-2{
  background: url('../img/hexagon/eric.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-eugenie .rekt-hexagon-2{
  background: url('../img/hexagon/eugenie.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-francois1 .rekt-hexagon-2{
  background: url('../img/hexagon/francois1.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-francois2 .rekt-hexagon-2{
  background: url('../img/hexagon/francois2.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-frederic .rekt-hexagon-2{
  background: url('../img/hexagon/frederic.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-herveline .rekt-hexagon-2{
  background: url('../img/hexagon/herveline.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-jean-philippe .rekt-hexagon-2{
  background: url('../img/hexagon/jean-philippe.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-joseph .rekt-hexagon-2{
  background: url('../img/hexagon/joseph.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-julia .rekt-hexagon-2{
  background: url('../img/hexagon/julia.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-laure .rekt-hexagon-2{
  background: url('../img/hexagon/laure.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-laurent .rekt-hexagon-2{
  background: url('../img/hexagon/laurent.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-marc .rekt-hexagon-2{
  background: url('../img/hexagon/marc.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-patrice .rekt-hexagon-2{
  background: url('../img/hexagon/patrice.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-marie .rekt-hexagon-2{
  background: url('../img/hexagon/marie.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-marjorie .rekt-hexagon-2{
  background: url('../img/hexagon/marjorie.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-olivier .rekt-hexagon-2{
  background: url('../img/hexagon/olivier.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-pierre-arnaud .rekt-hexagon-2{
  background: url('../img/hexagon/pierre-arnaud.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-stephane .rekt-hexagon-2{
  background: url('../img/hexagon/stephane.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-sylvain .rekt-hexagon-2{
  background: url('../img/hexagon/sylvain.jpg');
  background-size: 110%;
  background-position: center center;
}
.rekt-tony .rekt-hexagon-2{
  background: url('../img/hexagon/tony.jpg');
  background-size: 110%;
  background-position: center center;
}



.rekt-hexagon{
  display: inline-block;
  overflow: hidden;
  visibility: hidden;
  transform: rotate(120deg);
  cursor: pointer;
}
.rekt-hexagon-1{
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  transform: rotate(-60deg);
}
.rekt-hexagon-2{
  visibility: visible;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  transform: rotate(-60deg);
  opacity: 0.9;
}
.rekt-hexagon-2:hover{
  opacity: 1;
}
.rekt-hexagon:hover .rekt-hexagon-2{
  background-size: 120%;
}

.rekt-hexagon-border1, .rekt-hexagon-border2, .rekt-hexagon-border3{
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 3px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 3px #ffffff;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}
.rekt-hexagon-border1{
  transform: rotate(120deg);
}
.rekt-hexagon-border2{
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: rotate(-60deg);
  -webkit-box-shadow: inset 0px 0px 0px 3px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 3px #ffffff;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}
.rekt-hexagon-border3{
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: rotate(120deg);
  -webkit-box-shadow: inset 0px 0px 0px 3px #ffffff;
  -moz-box-shadow: inset 0px 0px 0px 3px #ffffff;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}

.rekt-hexagon-container, .rekt-hexagon-container2, .rekt-hexagon-container3{
  text-align :center;
}


.rekt-hexagon-type1{
  display: inline-block;
  vertical-align: middle;
}

.rekt-hexagon-type2{
  display: inline-block;
  vertical-align: middle;
}

.rekt-hexagon-logo{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.rekt-hexagon-logo img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translateX(-50%) translateY(-50%);
}

/* PERCENT VALUES */
@media (min-width: 576px){
  #rekt-head{
    padding: 2% 5%;
  }
  #rekt-head a, #rekt-head span{
  }

  /* #rekt-background{ */
  .node-type-statique #main {
    padding-top: 52.6%;
  }

  #rekt-content{
    width: 90%;
    margin: 0 5%;
  }

  #rekt-logo{
    width: 18.4%;
  }

  #rekt-content section header{
    margin-top: 5.5%;
    margin-bottom: 2.5%;
  }
  #rekt-content section header h1{
   background-size: auto;
  }

  #rekt-content section header h1{
    font-size: 1.8em;
  }

  #rekt-article-right{
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  #rekt-article-left{
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
  }

  #rekt-bottom-left, #rekt-top-right{
    width: 75px;
  }
  #rekt-bottom-left2, #rekt-top-right2{
    width: 75px;
  }

  #rekt-content section footer h2{
    margin: 0px 0 5% 0%;
    font-size: 1.8em;
  }
  #rekt-article-right-top h2{
    font-size: 1.8em;
  }
}
@media (min-width: 768px){
  #rekt-head{
    padding: 2% 7.5%;
  }
  #rekt-head a, #rekt-head span{
  }

  /* #rekt-background{ */
  .node-type-statique #main {
    padding-top: 50.8%;
  }

  #rekt-content{
    width: 85%;
    margin: 0 7.5%;
  }

  #rekt-logo{
    width: 16.4%;
    max-width: 190px;
  }

  #rekt-content section header{
    margin-top: 5.5%;
    margin-bottom: 2.5%;
  }
  #rekt-content section header h1{
   background-size: auto;
  }

  #rekt-content section header h1{
    font-size: 2em;
  }

  #rekt-article-right{
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  #rekt-article-left{
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
  }

  #rekt-bottom-left, #rekt-top-right{
    width: 100px;
  }
  #rekt-bottom-left2, #rekt-top-right2{
    width: 80px;
  }

  #rekt-article-right-bottom p{
    margin: 1.5% 0;
  }

  #rekt-content section footer h2{
    margin: 0px 0 5% 0%;
    font-size: 2em;
  }
  #rekt-article-right-top h2{
    font-size: 2em;
  }

  #rekt-article-photos4{
    padding: 5% 5% 5% 5%;
  }

  #rekt-article-photos4 #rekt-img1{
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  #rekt-article-photos4 #rekt-img2{
    width: 49%;
    margin-bottom: 2%;
    margin-right: 0%;
  }
  #rekt-article-photos4 #rekt-img3{
    width: 49%;
    margin-bottom: 0%;
    margin-right: 2%;

  }
  #rekt-article-photos4 #rekt-img4{
    width: 49%;
    margin-bottom: 0%;
    margin-right: 0%;
  }

  #rekt-article-photos3{
    padding: 5% 5% 5% 5%;
  }

  #rekt-article-photos3 #rekt-img1{
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  #rekt-article-photos3 #rekt-img2{
    width: 49%;
    margin-bottom: 2%;
    margin-right: 0%;
  }
  #rekt-article-photos3 #rekt-img3{
    width: 49%;
    margin-bottom: 0%;
    margin-left: 25.5%;
  }
}
@media (min-width: 992px){
  #rekt-head a, #rekt-head span{
  }

  #rekt-content{
  }

  #rekt-logo{
    width: 16.4%;
  }

  #rekt-content section header{
    margin-top: 5.5%;
    margin-bottom: 2.5%;
  }
  #rekt-content section header h1{
   background-size: auto;
  }

  #rekt-content section header h1{

  }
  #rekt-article-right-top h2{
    font-size: 2.3em;
  }

  #rekt-article-right{
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
  }
  #rekt-article-left{
    width: 42.5%;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 0%;
  }

  #rekt-bottom-left, #rekt-top-right{
    width: 75px;
  }
  #rekt-bottom-left2, #rekt-top-right2{
    width: 75px;
  }

  #rekt-content section footer {
    margin: 0px 0 5% 0%;
  }

  #rekt-article-home{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 60.8%;
  }

  #rekt-content section aside{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 37.2%;
    margin-left: 2%;
  }

  #rekt-article-left-bottom{
    display: block;
  }
  #rekt-article-left-bottom2{
    display: none;
  }

  #rekt-article-right-onglet2{
    display: block;
  }
  #rekt-article-right-onglet3{
    display: none;
  }

  #rekt-article-photos4{
    padding: 3% 2.5% 5% 2.5%;
  }

  #rekt-article-photos4 #rekt-img1{
    width: 24%;
    margin-bottom: 0%;
    margin-right: 1.33%;
  }
  #rekt-article-photos4 #rekt-img2{
    width: 24%;
    margin-bottom: 0%;
    margin-right: 1.33%;
  }
  #rekt-article-photos4 #rekt-img3{
    width: 24%;
    margin-bottom: 0%;
    margin-right: 1.33%;
  }
  #rekt-article-photos4 #rekt-img4{
    width: 24%;
    margin-bottom: 0%;
    margin-right: 0%;
  }

  #rekt-article-photos3{
    padding: 3% 2.5% 5% 2.5%;
  }

  #rekt-article-photos3 #rekt-img1{
    width: 32%;
    margin-bottom: 0%;
    margin-right: 1.8%;
  }
  #rekt-article-photos3 #rekt-img2{
    width: 32%;
    margin-bottom: 0%;
    margin-right: 1.8%;
  }
  #rekt-article-photos3 #rekt-img3{
    width: 32%;
    margin-bottom: 0%;
    margin-left: 0%;
  }

  # p{
    display: inline-block;
  }
}
@media (min-width: 1200px){
  #rekt-content{
    margin: 0 7.5%;
  }

  #rekt-content section header{
    margin-top: 5.5%;
    margin-bottom: 2.5%;
  }
  #rekt-content section header h1{
   background-size: 35%;
  }

  #rekt-article-right{
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
  }
  #rekt-article-left{
    width: 42.5%;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 0%;
  }

  #rekt-bottom-left, #rekt-top-right{
    width: 110px;
  }
  #rekt-bottom-left2, #rekt-top-right2{
    width: 80px;
  }

  #rekt-content #rekt-footer-line{
   width: 30%;
   margin: 0 0 5% 3%;
  }
}

/* AJOUT HUGO : */
/* @media (min-width: 1400px){
  .node-type-statique #main {
    padding-top: 500px;
  }
} */

/* PIXEL VALUES */
.rekt-hexagon-container{
  display: inline-block;
  width: 270px;
  margin: 0;
}
.rekt-hexagon-container .rekt-hexagon-type1{
  width: 56.25px;
  height: 112.5px;
  margin: -22.5px 1.96875px -22.5px 1.96875px;
}
.rekt-hexagon-container .rekt-hexagon-type1:hover{
  width: 60.1875px;
  height: 120.375px;
  margin: -26.4375px 0px -26.4375px 0px;
}
.rekt-hexagon-container .rekt-hexagon-type2{
  width: 56.25px;
  height: 112.5px;
  margin: -36.5625px 1.96875px -36.5625px 1.96875px;
}
.rekt-hexagon-container .rekt-hexagon-type2:hover{
  width: 60.1875px;
  height: 120.375px;
  margin: -40.5px 0px -40.5px 0px;
}
.rekt-hexagon-container .rekt-hexagon-logo{
  width: 61.875px;
  height: 61.875px;
  margin: -11.25px 0;
}


.rekt-hexagon-container3{
  display: block;
  width: 270px;
  margin: 0 auto;
}
.rekt-hexagon-container3 .rekt-hexagon-type1{
  width: 56.25px;
  height: 112.5px;
  margin: -22.5px 1.96875px -22.5px 1.96875px;
}
.rekt-hexagon-container3 .rekt-hexagon-type1:hover{
  width: 60.1875px;
  height: 120.375px;
  margin: -26.4375px 0px -26.4375px 0px;
}
.rekt-hexagon-container3 .rekt-hexagon-type2{
  width: 56.25px;
  height: 112.5px;
  margin: -36.5625px 1.96875px -36.5625px 1.96875px;
}
.rekt-hexagon-container3 .rekt-hexagon-type2:hover{
  width: 60.1875px;
  height: 120.375px;
  margin: -40.5px 0px -40.5px 0px;
}
.rekt-hexagon-container3 .rekt-hexagon-logo{
  width: 61.875px;
  height: 61.875px;
  margin: -11.25px 0;
}


.rekt-hexagon-container2{
  display: none;
  width: 270px;
  margin: 0 auto;
}
.rekt-hexagon-container2 .rekt-hexagon-type1{
  width: 33.3882934869px;
  height: 66.7765869739px;
  margin: -13.3553173948px 1.16859027204px -13.3553173948px 1.16859027204px;
}
.rekt-hexagon-container2 .rekt-hexagon-type1:hover{
  width: 35.725474031px;
  height: 71.450948062px;
  margin: -15.6924979389px 0px -15.6924979389px 0px;
}
.rekt-hexagon-container2 .rekt-hexagon-type2{
  width: 33.3882934869px;
  height: 66.7765869739px;
  margin: -21.7023907665px 1.16859027204px -21.7023907665px 1.16859027204px;
}
.rekt-hexagon-container2 .rekt-hexagon-type2:hover{
  width: 35.725474031px;
  height: 71.450948062px;
  margin: -24.0395713106px 0px -24.0395713106px 0px;
}
.rekt-hexagon-container2 .rekt-hexagon-logo{
  width: 36.7271228356px;
  height: 36.7271228356px;
  margin: -6.67765869739px 0;
}

@media (min-width: 576px){
  .rekt-hexagon-container{
    display: inline-block;
    width: 413.1px;
    margin: 0;
  }
  .rekt-hexagon-container .rekt-hexagon-type1{
    width: 86.0625px;
    height: 172.125px;
    margin: -34.425px 3.0121875px -34.425px 3.0121875px;
  }
  .rekt-hexagon-container .rekt-hexagon-type1:hover{
    width: 92.086875px;
    height: 184.17375px;
    margin: -40.449375px 0px -40.449375px 0px;
  }
  .rekt-hexagon-container .rekt-hexagon-type2{
    width: 86.0625px;
    height: 172.125px;
    margin: -55.940625px 3.0121875px -55.940625px 3.0121875px;
  }
  .rekt-hexagon-container .rekt-hexagon-type2:hover{
    width: 92.086875px;
    height: 184.17375px;
    margin: -61.965px 0px -61.965px 0px;
  }
  .rekt-hexagon-container .rekt-hexagon-logo{
    width: 94.66875px;
    height: 94.66875px;
    margin: -17.2125px 0;
  }



  .rekt-hexagon-container3{
    display: none;
  }



  .rekt-hexagon-container2{
    display: block;
    width: 454.875px;
    margin: 0 auto;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type1{
    width: 56.25px;
    height: 112.5px;
    margin: -22.5px 1.96875px -22.5px 1.96875px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type1:hover{
    width: 60.1875px;
    height: 120.375px;
    margin: -26.4375px 0px -26.4375px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type2{
    width: 56.25px;
    height: 112.5px;
    margin: -36.5625px 1.96875px -36.5625px 1.96875px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type2:hover{
    width: 60.1875px;
    height: 120.375px;
    margin: -40.5px 0px -40.5px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-logo{
    width: 61.875px;
    height: 61.875px;
    margin: -11.25px 0;
  }
}
@media (min-width: 768px){


  .rekt-hexagon-container2{
    width: 607.5px;
    margin: 0 auto;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type1{
    width: 75px;
    height: 150px;
    margin: -30px 2.625px -30px 2.625px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type1:hover{
    width: 80.25px;
    height: 160.5px;
    margin: -35.25px 0px -35.25px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type2{
    width: 75px;
    height: 150px;
    margin: -48.75px 2.625px -48.75px 2.625px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type2:hover{
    width: 80.25px;
    height: 160.5px;
    margin: -54px 0px -54px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-logo{
    width: 82.5px;
    height: 82.5px;
    margin: -15px 0;
  }
}
@media (min-width: 992px){
  .rekt-hexagon-container{
    display: block;
    width: 312px;
    margin: 0 auto;
  }

  .rekt-hexagon-container .rekt-hexagon-type1{
    width: 67.5px;
    height: 135px;
    margin: -27px 2.3625px -27px 2.3625px;
  }
  .rekt-hexagon-container .rekt-hexagon-type1:hover{
    width: 72.225px;
    height: 144.45px;
    margin: -31.725px 0px -31.725px 0px;
  }

  .rekt-hexagon-container .rekt-hexagon-type2{
    width: 67.5px;
    height: 135px;
    margin: -43.875px 2.3625px -43.875px 2.3625px;
  }
  .rekt-hexagon-container .rekt-hexagon-type2:hover{
    width: 72.225px;
    height: 144.45px;
    margin: -48.6px 0px -48.6px 0px;
  }

  .rekt-hexagon-container .rekt-hexagon-logo{
    width: 74.25px;
    height: 74.25px;
    margin: -13.5px 0;
  }


  .rekt-hexagon-container2{
    width: 607.5px;
    margin: 0 auto;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type1{
    width: 75px;
    height: 150px;
    margin: -30px 2.625px -30px 2.625px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type1:hover{
    width: 80.25px;
    height: 160.5px;
    margin: -35.25px 0px -35.25px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type2{
    width: 75px;
    height: 150px;
    margin: -48.75px 2.625px -48.75px 2.625px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type2:hover{
    width: 80.25px;
    height: 160.5px;
    margin: -54px 0px -54px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-logo{
    width: 82.5px;
    height: 82.5px;
    margin: -15px 0;
  }
}
@media (min-width: 1200px){
  .rekt-hexagon-container{
    display: inline-block;
    width: 370px;
    margin: 0 ;
  }

  .rekt-hexagon-container .rekt-hexagon-type1{
    width: 75px;
    height: 150px;
    margin: -30px 2.625px -30px 2.625px;
  }
  .rekt-hexagon-container .rekt-hexagon-type1:hover{
    width: 80.25px;
    height: 160.5px;
    margin: -35.25px 0px -35.25px 0px;
  }

  .rekt-hexagon-container .rekt-hexagon-type2{
    width: 75px;
    height: 150px;
    margin: -48.75px 2.625px -48.75px 2.625px;
  }
  .rekt-hexagon-container .rekt-hexagon-type2:hover{
    width: 80.25px;
    height: 160.5px;
    margin: -54px 0px -54px 0px;
  }

  .rekt-hexagon-container .rekt-hexagon-logo{
    width: 82.5px;
    height: 82.5px;
    margin: -15px 0;
  }



  .rekt-hexagon-container2{
    width: 810px;
    margin: 0 auto;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type1{
    width: 101px;
    height: 200px;
    margin: -40px 3.5px -40px 3.5px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type1:hover{
    width: 108px;
    height: 214px;
    margin: -47px 0px -47px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type2{
    width: 101px;
    height: 200px;
    margin: -65px 3.5px -65px 3.5px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type2:hover{
    width: 108px;
    height: 214px;
    margin: -72px 0px -72px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-logo{
    width: 110px;
    height: 110px;
    margin: -20px 0;
  }
}
@media (min-width: 1920px){
  .rekt-hexagon-container{
    display: inline-block;
    width: 592px;
    margin: 0 ;
  }

  .rekt-hexagon-container .rekt-hexagon-type1{
    width: 120px;
    height: 240px;
    margin: -48px 4.2px -48px 4.2px;
  }
  .rekt-hexagon-container .rekt-hexagon-type1:hover{
    width: 128.4px;
    height: 256.8px;
    margin: -56.4px 0px -56.4px 0px;
  }

  .rekt-hexagon-container .rekt-hexagon-type2{
    width: 120px;
    height: 240px;
    margin: -78px 4.2px -78px 4.2px;
  }
  .rekt-hexagon-container .rekt-hexagon-type2:hover{
    width: 128.4px;
    height: 256.8px;
    margin: -86.4px 0px -86.4px 0px;
  }

  .rekt-hexagon-container .rekt-hexagon-logo{
    width: 132px;
    height: 132px;
    margin: -24px 0;
  }





  .rekt-hexagon-container2{
    width: 1215px;
    margin: 0 auto;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type1{
    width: 151.5px;
    height: 300px;
    margin: -60px 5.25px -60px 5.25px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type1:hover{
    width: 162px;
    height: 321px;
    margin: -70.5px 0px -70.5px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-type2{
    width: 151.5px;
    height: 300px;
    margin: -97.5px 5.25px -97.5px 5.25px;
  }
  .rekt-hexagon-container2 .rekt-hexagon-type2:hover{
    width: 162px;
    height: 321px;
    margin: -108px 0px -108px 0px;
  }

  .rekt-hexagon-container2 .rekt-hexagon-logo{
    width: 165px;
    height: 165px;
    margin: -30px 0;
  }
}


/* baniere */

#rekt-baniere{
  visibility: hidden;
  position: absolute;
  right: -2px;
  top: 0%;
  width: 0;
  height: 0;
  margin-top: 33.5%;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: translateY(-50%);
  overflow: hidden;
  box-shadow: 1px -1px 10px rgba(0,0,0,0.7);
  z-index: 2;
}
#rekt-baniere2{
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 0%;
  width: 80%;
  margin-top: 25%;
  border: 2px solid #ffffff;
  transform: translateX(-50%);
  overflow: hidden;
  box-shadow: 1px -1px 10px rgba(0,0,0,0.7);
  z-index: 3;
}
#rekt-baniere-img1{
  width: 100%;
}
#rekt-baniere-img2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#rekt-baniere-img3{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#rekt-baniere-img12{
  width: 100%;
}
#rekt-baniere-img22{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rekt-baniere-img32{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rekt-content-mobile-set{
  margin-top: 45% !important;
}
@media (min-width: 768px){
  #rekt-baniere{
    visibility: visible;
  }
  #rekt-baniere2{
    visibility: hidden;
  }
  .rekt-content-mobile-set{
    margin-top: 0 !important;
  }
}
.rekt-opac-img2{
  -webkit-animation: rektanim 1s infinite; /* Safari 4+ */
  -moz-animation:    rektanim 1s infinite; /* Fx 5+ */
  -o-animation:      rektanim 1s infinite; /* Opera 12+ */
  animation:         rektanim 1s infinite;
}
@-webkit-keyframes rektanim {
  0%   { opacity: 0.95; }
  50% { opacity: 0.2; }
  100%   { opacity: 0.95; }
}
@-moz-keyframes rektanim {
  0%   { opacity: 0.95; }
  50% { opacity: 0.2; }
  100%   { opacity: 0.95; }
}
@-o-keyframes rektanim {
  0%   { opacity: 0.95; }
  50% { opacity: 0.2; }
  100%   { opacity: 0.95; }
}
@keyframes rektanim {
  0%   { opacity: 0.95; }
  50% { opacity: 0.2; }
  100%   { opacity: 0.95; }
}
