/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: PlayfairDisplay-BlackItalic;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf'); 
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Sunday-Regular;
  src: url('../fonts/Sunday/Sunday-Regular.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 0px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 82px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 88px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Simple slide100 ]*/
.simpleslide100-parent {
  position: relative;
  z-index: 1;
}

.simpleslide100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}
.cl1 {color: #333;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/

/*---------------------------------------------*/
.s2-txt1 {
  font-family: Poppins-Medium;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
}



/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/

/*---------------------------------------------*/
.m2-txt1 {
  font-family: Poppins-Regular;
  font-size: 24px;
  color: #999;
  line-height: 1.2;
}



/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: PlayfairDisplay-BlackItalic;
  font-size: 50px;
  color: #333;
  line-height: 1.1;
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 90px;
  height: 80px;
}

.size3 {
  width: 36px;
  height: 36px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  width: 60%;
}

.respon2 {
    width: 40%;
}

.wsize2 {
  max-width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {
  background-color: #fff;
}


.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*//////////////////////////////////////////////////////////////////
[ Border ]*/





/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/




/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}

body{
  font-family: 'Roboto', sans-serif;
}

/*---------------------------------------------*/
.overlay1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}

/*---------------------------------------------*/
.how-btn1 {
  padding: 0 15px;
  background-color: #fff;
  border-radius: 25px;
}

.how-btn1:hover {
  background-color: #555555;
  color: #fff;
}

/*---------------------------------------------*/
.how-social {
  color: #fff;
  font-size: 22px;
  background-color: #ccc;
  border-radius: 50%;
}

.how-social:hover {
  background-color: #333;
  color: #fff;
}


/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/
.hov1:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.content{
  width:99%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: -webkit-calc(100vh - 10px);
  height: -moz-calc(100vh - 10px);
  height: calc(100vh - 10px);
  margin: 5px;
  padding: 0 5px 30px 5px;
  font-size:18px;
}

.content h1{
  display: block;
  margin: 2.5rem 2.5rem 0 2.5rem;
  padding: 2rem 2rem 0 0;
  font-size: 2rem;
  text-align: left;
  font-family: Sunday-Regular;
  color: #000000;
}

.content h1 i{
  font-size: 2rem;
  vertical-align: bottom;
}

.content div.texte{
  font-family: 'Roboto', sans-serif;
  margin: 2.5rem;
  padding: 2rem;
  background-color: #f6f6f6;
  font-size: 1.2rem;
}

.content div.texte p{
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: justify;
  color:#000000;
}

.content div.texte.success{
  font-size: 1.5rem;
}

.content div.texte.success p{
  color:#2f9358;
}

.content div.texte.success p i{
  padding-right: 10px;
  color:#2f9358;
  font-size: inherit;
}

.content div.texte h2{
  width: fit-content;
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem 0;
  font-size: 1.8rem;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  color: #cf302a;
  font-weight: 700;
  border-bottom: solid 4px #cf302a;
}

.content div.texte h3{
  width: fit-content;
  margin: 1rem 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: 500;
}

.content div.texte ul{
  width: fit-content;
  margin: 0 0 1rem 3rem;
  padding: 0.5rem 0;
  font-size: inherit;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}

.content div.texte ul li{
  width: fit-content;
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  list-style: disc;
}

.content .schema{
  margin: 2.5rem;
  padding: 2rem;
  background-color: #f6f6f6;
  font-size: 1.2rem;
}

.content .schema img{
  width:100%;
  height:auto;
}

header{
  width:100%;
  max-width:600px;
  margin:auto;
  text-align:center;
}

header .logo{
  display:block;
  width:100%;
  margin:0;
  padding:0;
}

header .logo img{
  width:100%;
  margin:0;
  padding:0;
}

header .logo img:nth-child(2){
  width: 255px;
  margin: 10px auto 0 auto;
}

header ul{
  display: table;
  flex-direction: row;
  justify-content: space-between;
  width:100%;
  max-width: 570px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  font-family: Sunday-Regular;
}

header ul li{
  display: table-cell;
  margin: 0;
  height: auto;
  text-align: center;
  background-color: transparent;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
}

header ul li:first-child {
  border-left: none;
}

header ul li:last-child {
  border-right: none;
}

header ul li a{
  padding: 5px 8px 7px 8px;
  background-color: #cf302a;
  color: inherit;
  font-size:inherit;
  display: block;
  vertical-align: middle;
  color: #FFFFFF;
}

header ul li img{
  width: 1.9em;
  vertical-align: middle;
}

header ul li a:hover{
  background-color: transparent;
  color: #000000;
}

header ul li a span{
  background-color: transparent;
  color: inherit;
  font-size:0.8em;
  vertical-align: middle;
}

header ul li a i.fas, header ul li a i.far{
  margin-right:6px;
  background-color: transparent;
  color: inherit;
  font-size:1.2em;
  vertical-align: middle;
}

footer{
  display: block;
  width: fit-content;
  margin: auto;
  padding: 0;
  bottom: 10px;
  left: 30%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  /*background-color: rgba(207,48,42,0.3);*/
  position: fixed;
  color: #cf302a;
  /*
  border: solid 3px #cf302a;
  background-color:#ffffff;
  */
  background-color: transparent;
}

footer ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width:auto;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color:inherit;
}

footer ul li{
  display: inline-block;
  margin: 0;
  height: auto;
  text-align: center;
  background-color: transparent;
  color:inherit;
}

footer ul li a{
  margin:0 5px;
  padding: 5px 8px;
  color: inherit;
  font-size:inherit;
  display: block;
  vertical-align: middle;
  color:inherit;
  /*
  background-color: transparent;
  */
  background-color: #ffffff;
  -webkit-box-shadow: -2px 2px 2px 0px rgba(207,48,42,0.15);
  -moz-box-shadow: -2px 2px 2px 0px rgba(207,48,42,0.15);
  box-shadow: -2px 2px 2px 0px rgba(207,48,42,0.15);
}

footer ul li a:hover{
  color: #FFFFFF;
  background-color: #cf302a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

footer ul li a span{
  background-color: transparent;
  color: inherit;
  font-size:0.95em;
  vertical-align: middle;
}

footer ul li a i.fas, footer ul li a i.far{
  margin-right:10px;
  background-color: transparent;
  color: inherit;
  font-size:1.3em;
  vertical-align: middle;
}

footer a.mentions{
  display: block;
}

#artistes{
  margin: 2.5rem;
  display: inline-table;
  text-align: center;
}

#artistes a {
  display: inline-block;
  width: 23%;
  width: -webkit-calc(25% - 20px);
  width: -moz-calc(25% - 20px);
  height: auto;
  max-width: 260px;
  min-width: 160px;
  margin: 10px;
}

#artistes .vignette {
  /* Voici le overflow:hidden qui permet de cacher les triangles et de ne les voir apparaitre que lorsqu'ils sont dedans la div */
    overflow: hidden;
    width: 100%;
    height: auto;
    border: 6px solid #cf302a;
    padding:0;
    cursor: pointer;
    position: relative;
    -moz-transition: all .6s; 
    -webkit-transition: all .5s; 
    -o-transition: all .6s; 
    transition: all .6s;
    float: left;
}

#artistes .vignette img{
  width:100%;
}

#artistes .vignette:hover {
    border: 6px solid #000000;
}

#artistes .vignette .triangle-droite {
    width:101%;
    height: 101%;
    position: absolute;
    /* Voici le décalage du triangle à droite lorsqu'on n'est pas en :hover */
    right: -100%;
    bottom: -100%;
    background-color: rgba(207,48,42,0.6);
    -moz-transition: all .4s; 
    -webkit-transition: all .4s; 
    -o-transition: all .4s; 
    transition: all .4s;
}

#artistes .vignette:hover .triangle-droite {
  /* Voici la position du triangle à droite lorsqu'on est en :hover */
    right: 0;
    bottom: 0;
}

#artistes .vignette .triangle-gauche {
    width:101%;
    height: 101%;
    position: absolute;
    /* Voici le décalage du triangle à gauche lorsqu'on n'est pas en :hover */
    left: -100%;
    top: -100%;
    background-color: rgba(207,48,42,0.6);
    -moz-transition: all .6s; 
    -webkit-transition: all .6s; 
    -o-transition: all .6s; 
    transition: all .6s;
}

#artistes .vignette:hover .triangle-gauche {
  /* Voici la position du triangle à gauche lorsqu'on est en :hover */
    left: -1px;
    top: -1px;
}

#artistes .vignette span {
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: -100%;
    font-family: Sunday-Regular;
    background: #000000;
    padding: 6px 0;
    -moz-transition: all .5s; 
    -webkit-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
}

#artistes .vignette:hover span {
  /* Voici la position du span lorsqu'on est en :hover */
    left: 0%;
}

/*//////////////////////////////////////////////////////////////////
[ Scrollbar ]*/

.scrollbar-primary::-webkit-scrollbar {
width: 10px;
background-color: #FFFFFF; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #cf302a; }





/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1220px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    width: 60%;
  }

  /*---------------------------------------------*/
  .respon2 {
    width: 40%;
  }

  footer {
    left: 30%;
  }
}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .dis-none-lg {display: none;}
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon2 {
    width: 100%;
    height: 500px;
  }
  
  .overlay1 {
    overflow: auto;
  }

  .content {
    overflow-y: unset;
    overflow-x: unset;
    width: auto;
    height: auto;
    min-height: auto;
    margin: 0;
    padding-top: 105px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content p{
    margin: 1em 0;
  }

  header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0px;
    background-color: #cf302a;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(207,48,42,0.15);
    -moz-box-shadow: 0px 3px 2px 0px rgba(207,48,42,0.15);
    box-shadow: 0px 3px 2px 0px rgba(207,48,42,0.15);
  }

  header ul {
    margin: 3px auto 10px auto;
    justify-content: space-around;
  }

  header ul li{
    display: inline-block;
  }

  header ul li a{
    width: 45px;
    height: 42px;
    padding: 6px;
    color:#cf302a;
    background-color:#ffffff;
  }

  header ul li a:hover{
    color:#cf302a;
    background-color:#ffffff;
  }

  header ul li a span{
    display:none;
  }

  header ul li a i.fas, header ul li a i.far{
    margin-right: 0;
    font-size: 1.5em;
  }

  header ul li{
    background-color: transparent;
    border-top: solid 2px #cf302a;
    border-left: solid 2px #cf302a;
    border-right: solid 2px #cf302a;
    border-bottom: solid 2px #cf302a;
  }

  .content h1 {
    margin: 0;
  }

  .content div.texte {
    margin: 2.5rem 0;
  }

  .content .schema {
    width: 100%;
    margin: 0;
    padding: 2%;
  }

  footer {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 5px;
    bottom: unset;
    left: unset;
    transform: none;
    text-align: center;
    background-color: transparent;
    position: static;
    border: solid 2px #cf302a;
   }

  footer ul li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  footer a.mentions {
    background-color: transparent;
    color: #cf302a;
  }

  #artistes {
    margin: 2rem 0;
  }

  #artistes a {
	width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    height: auto;
    min-width: 100px;
    margin: 5px;
  }

  #artistes a .vignette{
    padding: 0 0 15px 0;
    border: 6px solid #000000;
  }

  #artistes a .vignette span {
    left: 0%;
    bottom: 0;
    font-size: 0.8rem;
  }
}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .dis-none-sm {display: none;}
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon3 {
    font-size: 7vw;
  }

  
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ SLIDER ]*/
.slider {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #000000;
  outline: none;
}

.slider-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 20;
  opacity:0;
  -webkit-transition: 0.8s opacity linear;
  -moz-transition: 0.8s opacity linear;
  -o-transition: 0.8s opacity linear;
  transition: 0.8s opacity linear;
  outline: none;
}

.slider-panel {
  position: absolute;
  bottom: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: rgba(246,246,246,0.7);
  z-index: 20;
  outline: none;
}

.slider-panel__navigation {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  text-align: center;
  outline: none;
}

.slider-panel__navigation i {
  margin: 0 2%;
  font-size: 15px;
  outline: none;
}

.slider-panel__navigation i.fas {
  color: rgba(246,246,246,1);
}

.slider-panel__navigation i:hover, .slider-panel__navigation i:active {
  color: rgba(246,246,246,1);
  cursor: pointer;
}

.slider-panel__controls {
  margin: 0 auto;
  padding: 10px;
  width: 70%;
  text-align: center;
  outline: none;
}

.slider-panel__controls i {
  margin: 0 4%;
  font-size: 40px;
  outline: none;
}

.slider-panel__controls i:hover, .slider-panel__controls i:active {
  color: rgba(246,246,246,1);
  cursor: pointer;
}

.active {
  z-index: 20;
  opacity:1;
}

