body {
  display: flex;
  justify-content: center;
  height: 100%;
  background-color: rgba(0,59,42,1);
}

.sSlide {
  background-color: rgba(0,59,42,1);
  max-width: 640px;
  border-radius: 15px;
}

.sTop {
  position: relative;
  display: flex;
  justify-content: center;
}

.sImg {
  width: 90%;
  height: auto;
}
.sImg img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill, contain, cover, scale-down */
}

.sTop .sLeft, .sTop .sRight {
  position: fixed;
  top: 45%;
  z-index: 9;
  height: 25%;
  box-sizing: border-box;
  padding: 0px 20px 0px 16px;
  color: #fff;
  font-size: 2em;
  visibility: visible;
  opacity: 0.3;
  transition: all 0.3s;
  cursor: pointer;
}
.sTop .sRight {
background:url('../img/tuto/arrowright.svg') no-repeat;
}
.sTop .sLeft {
background:url('../img/tuto/arrowleft.svg') no-repeat;
}
.sTop .sLeft { left: 15px; }
.sTop .sRight { right: 15px; }
.sTop:hover .sLeft, .sTop:hover .sRight {
  visibility: visible;
  opacity: 1;
}

.sBottom {
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  margin-top: -43px;
  z-index: 0;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  border-radius: 0px 0px 14.5px 14.5px;
  background-color: rgba(0,59,42,0.5);
}
.float-button {
 position:fixed;
 bottom:15px;
 vertical-align:middle;
 display:flex;
 z-index:15;
 right:15px;
 border-radius:50%;
 background:rgba(242,242,242, 1);
 border:0px solid;
 box-shadow:0px 2px 5px 0px rgb(0,50,35)
}
.float-buttont {
 position:fixed;
 top:15px;
 vertical-align:middle;
 display:flex;
 z-index:15;
 right:15px;
 border-radius:50%;
 background:rgba(242,242,242, 1);
 border:0px solid;
 box-shadow:0px 2px 5px 0px rgb(0,50,35)
}
.btn {
 margin:3px
}
.btnt {
 margin:10px
}
i.icon {
 display:inline-block;
 vertical-align:middle;
 background-size:100% auto;
 background-position:center;
 background-repeat:no-repeat;
 font-style:normal;
 position:relative
}
.simbicon-telegram {
 background:url('../img/tuto/telegram.svg') center no-repeat;
 background-position:18px;
 bottom:0;
 width:46px;
 height:46px
}
.simbicon-next {
 background:url('../img/tuto/next.svg') center no-repeat;
 background-position:18px;
 bottom:0;
 width:32px;
 height:32px
}
