@charset "UTF-8";

/* Bouton  */
.buton {
	     width: 25px;
         height: 25px;
         left: 60px;
         bottom: 40px;
         transition: background 0.5s;
         position: fixed;
         background-color: #1DD83D;
         border: none;
         color: white;
         padding: 2px 10px 15px 10px;
         text-align: center;
	     text-shadow: 1px 1px 1px #000;
         text-decoration: none;
         display: inline-block;
         font-size: 24px;
         margin: 2px 2px;
         cursor: pointer;
         border: 1px transparent;
         border-radius: 15%;
	     box-shadow: 0px 5px 0px #006D11;
		 background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
         z-index: 999;
}

.buton:hover {
text-shadow: -5px -5px 20px #fff;
-webkit-transition: 0.5s linear 0s;
-moz-transition: 0.5s linear 0s;
-o-transition: 0.5s linear 0s;
transition: 0.5s linear 0s;
outline: thick double #00FF2C;
color: #006010;
box-shadow: 0px 5px 0px #006010;
   }

.buto {
	     width: 25px;
         height: 25px;
         left: 120px;
         bottom: 40px;
         transition: background 0.5s;
         position: fixed;
         background-color: #6048C0;
         border: none;
         color: white;
         padding: 2px 10px 15px 10px;
         text-align: center;
	     text-shadow: 1px 1px 1px #000;
         text-decoration: none;
         display: inline-block;
         font-size: 24px;
         margin: 2px 2px;
         cursor: pointer;
         border: 1px transparent;
         border-radius: 15%;
	     box-shadow: 0px 5px 0px #362384;
		 background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
         z-index: 999;
}

.buto:hover {
text-shadow: -5px -5px 20px #fff;
-webkit-transition: 0.5s linear 0s;
-moz-transition: 0.5s linear 0s;
-o-transition: 0.5s linear 0s;
transition: 0.5s linear 0s;
outline: 8px ridge rgba(255, 0, 87, .6);
outline: 0.1rem solid;
color: #4831A5;
box-shadow: 0px 5px 0px #4831A5;
}

/* 
.buta {
         width: 50px;
         height: 55px;
		 left: 110px;
         bottom: 40px;
         transition: background 0.5s;
         position: fixed;
         background-color: #629DE9;
         border: none;
         color: white;
         padding: 12px 10px 10px 10px;
         text-align: center;
	     text-shadow: 1px 1px 1px #000;
         text-decoration: none;
         display: inline-block;
         font-size: 24px;
         margin: 4px 2px;
         cursor: pointer;
         border: 1px transparent;
         border-radius: 15%;
	     box-shadow: 0px 5px 0px #2D68AE;
		 background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
         z-index: 999;
}

.buta:hover {
text-shadow: -5px -5px 20px #fff;
-webkit-transition: 0.5s linear 0s;
-moz-transition: 0.5s linear 0s;
-o-transition: 0.5s linear 0s;
transition: 0.5s linear 0s;
outline: 8px ridge rgba(255, 0, 87, .6);
outline: 0.1rem solid;
color: #004088;
box-shadow: 0px 5px 0px #004088;
}
 */
/* Bouton  */
.fb {
  background: #4057AB !important;
  border: none !important;
}
.fb a {
  text-decoration: none;
  color: white;
}
.barr {
  background: #5E4ABC;
  border-radius: 15px 15px 0px 0px;
  position: fixed;
  bottom: -50px;
  -webkit-animation: up 300ms 500ms forwards;
          animation: up 300ms 500ms forwards;
  width: 100%;
  height: 48px;
	left: 0px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  z-index: 10;
}
.barr_inner__left {
  float: left;
}
.barr_inner__left .brandd {
  background: #5E4ABC;
  border-radius: 15px 0px 0px 0px;
  position: relative;
  padding: 15px;
  display: inline-block;
  margin-right: -4px;
  transition: all 300ms;
}
.barr_inner__right {
  float: right;
  color: white;
}
.barr_inner__right i {
  margin-right: 10px;
}
.barr_inner__right .youtube {
  background: #e22424;
  border-radius: 0px 15px 0px 0px;
  display: inline-block;
  margin-left: -8px;
  padding: 16px 19px 17px 19px;
  transition: all 300ms;
  cursor: pointer;
  position: relative;
  height: 48px;
}
.barr_inner__right .youtube i.fa-chevron-right {
  margin-left: 10px;
  font-size: 10px;
  position: absolute;
  right: -100px;
  opacity: 0;
  transition: all 300ms;
  top: 20px;
}
.barr_inner__right .youtube i.fa-play {
  font-size: 12px;
}
.barr_inner__right .youtube .v_preview {
  background: #e22424;
  width: 100%;
  transition: all 300ms;
  position: absolute;
  height: 50px;
  left: 0px;
  top: 15px;
  z-index: -1;
}
.barr_inner__right .youtube:hover {
  background: #cc1b1b;
  padding: 16px 29px 17px 19px;
}
.barr_inner__right .youtube:hover i.fa-chevron-right {
  right: 0;
  opacity: 1;
}
.barr_inner__right .youtube:hover .v_preview {
  top: -150px;
}
.owl .left-eye,
.owl .right-eye {
  border-radius: 50%;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 71px;
  z-index: 2;
}

.owl .left-pupil,
.owl .right-pupil {
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  display: block;
  transform: translateY(0px);
  position: absolute;
  -webkit-animation: blink 3s infinite;
          animation: blink 3s infinite;
}
.owl {
  width: 100px;
  position: fixed;
  right: 90px;
  bottom: -10px;
  -webkit-animation: owl 1s 1s forwards, owl_bob 1.4s 2s infinite;
          animation: owl 1s 1s forwards, owl_bob 1.4s 2s infinite;
  transition: all 1s;
  z-index: 1;
}
.owl .left-eye {
  right: 63px;
}
.owl .right-eye {
  right: 23px;
}
.owl .love {
  opacity: 0;
  position: absolute;
  bottom: 50px;
  left: -100px;
  transition: all 0.2s 0.2s;
  width: 90px;
}
._video_id,
._pen_title {
  display: none;
}
   .barr_inner__right {
    width:45%;
  }

   .youtube, .barr_inner__right .youtube {
    width: 100%;
    left: 9px;
  }
  .span, .barr_inner__right .span {
    display: none;
  }
   .brandd {
    z-index: 1;
  }
 
@-webkit-keyframes up {
  0% {
    bottom: -50px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes up {
  0% {
    bottom: -50px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes owl {
  0% {
    bottom: -240px;
  }
  50% {
    bottom: 120px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes owll {
  0% {
    bottom: -240px;
  }
  50% {
    bottom: 120px;
  }
  100% {
    bottom: 10px;
  }
}
@-webkit-keyframes owl_bob {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 14px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes owl_bob {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 14px;
  }
  100% {
    bottom: 10px;
  }
}
@-webkit-keyframes blink {
  0% {
    height: 8px;
    transform: translateY(0px);
  }
  46% {
    height: 8px;
    transform: translateY(0px);
  }
  50% {
    height: 0px;
    transform: translateY(4px);
  }
  54% {
    height: 8px;
    transform: translateY(0px);
  }
  100% {
    height: 8px;
    transform: translateY(0px);
  }
}
@keyframes blink {
  0% {
    height: 8px;
    transform: translateY(0px);
  }
  46% {
    height: 8px;
    transform: translateY(0px);
  }
  50% {
    height: 0px;
    transform: translateY(4px);
  }
  54% {
    height: 8px;
    transform: translateY(0px);
  }
  100% {
    height: 8px;
    transform: translateY(0px);
  }
}