/*

Custom grids go here

*/
/*

You can add a grid with the following properties :

-min : min-width
-max : min-width (use -1 for infinite)
-grid : the susy grid to use
-cols : the grid column count
-name : the name of the grid

*/
/*

Set width with the number of column passed as argument

-list : a list of width values for each grid
        Example : ("tablet":4, "hd":6, ...)
-wide : indicate if the last column gutter is included

*/
/*

Set left margin with the number of column passed as argument

-list : a list of margin values for each grid
        Example : ("tablet":4, "hd":6, ...)
-wide : indicate if the last column gutter is included

*/
/*

Set the element as container for each defined grid

*/
@keyframes slide-right {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes slide-right {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@-ms-keyframes slide-right {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@-moz-keyframes slide-right {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@-o-keyframes slide-right {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes slide-left {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes slide-left {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-ms-keyframes slide-left {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-o-keyframes slide-left {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes slide-left {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/*.overlay{
  background-color:#231F10;
  height:100%;
  width:100%;
  position: absolute;
  top:0;
  left:0;
  opacity: 0.3;
  transition: 0.3s;
}*/
/* line 104, ../sass/bobspeech.scss */
.end-popup {
  opacity: 1 !important;
  left: auto !important;
  height: auto !important;
  top: 50% !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
}

/* line 114, ../sass/bobspeech.scss */
.popup-context {
  /*@include span(4 of 6);*/
  /*margin-left: span(1 of 6 wide);*/
  max-height: calc(100% - 140px);
  min-height: 100px;
  position: fixed;
  display: flex;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 100%;
  font-family: DINPro-Regular;
  font-size: 1.4rem;
  color: #929497;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -moz-box-shadow: -5px 15px 35px 15px rgba(101, 101, 101, 0.2);
  -webkit-box-shadow: -5px 15px 35px 15px rgba(101, 101, 101, 0.2);
  -o-box-shadow: -5px 15px 35px 15px rgba(101, 101, 101, 0.2);
  box-shadow: -5px 15px 35px 15px rgba(101, 101, 101, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 114, ../sass/bobspeech.scss */
  .popup-context {
    width: 66%;
    float: left;
    margin-right: 2.85714%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 114, ../sass/bobspeech.scss */
  .popup-context {
    width: 49%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 114, ../sass/bobspeech.scss */
  .popup-context {
    width: 49%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 114, ../sass/bobspeech.scss */
  .popup-context {
    width: 49%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 114, ../sass/bobspeech.scss */
  .popup-context {
    margin-left: 17%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 114, ../sass/bobspeech.scss */
  .popup-context {
    margin-left: 25%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 114, ../sass/bobspeech.scss */
  .popup-context {
    margin-left: 25%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 114, ../sass/bobspeech.scss */
  .popup-context {
    margin-left: 25%;
  }
}
/* line 155, ../sass/bobspeech.scss */
.popup-context .column {
  display: flex;
  flex: 1;
  -ms-flex: 1;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
/* line 164, ../sass/bobspeech.scss */
.popup-context .scroll-bar {
  display: none;
  background-color: #6E6E6E;
  flex: 0 0 15px;
  position: relative;
  order: 2;
}
/* line 171, ../sass/bobspeech.scss */
.popup-context .scroll-bar .bar {
  background-color: white;
  height: 100px;
  border-radius: 100px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 5px;
  position: absolute;
}
/* line 186, ../sass/bobspeech.scss */
.popup-context .content-wrap {
  box-sizing: border-box;
  flex: 1;
  -ms-flex: 1;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  /*min-height: 100px;*/
  /**
  * Disallow text selection by user
  * It is not a recommended CSS rule and it does not
  * properly work in all browsers.
  */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
}
/* line 208, ../sass/bobspeech.scss */
.popup-context .content-wrap .top,
.popup-context .content-wrap .bottom {
  width: 100%;
  flex: 0 0 20px;
}
/* line 214, ../sass/bobspeech.scss */
.popup-context .content-wrap .text {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  word-break: keep-all;
  /*overflow:hidden;*/
  overflow-y: auto;
  font-size: 1.6rem;
  font-family: DINPro-Regular;
}
/* line 227, ../sass/bobspeech.scss */
.popup-context .bobspeech-img {
  background-color: #e1dfe1;
  background-size: contain;
  flex: 1;
  display: flex;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  align-content: center;
  justify-content: center;
}
/* line 240, ../sass/bobspeech.scss */
.popup-context .bobspeech-img img {
  opacity: 0 !important;
  max-width: 100%;
}
/* line 246, ../sass/bobspeech.scss */
.popup-context .button {
  background-color: #5DA2D4;
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 100px;
}
/* line 256, ../sass/bobspeech.scss */
.popup-context .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background-size: 100% 100%;
}
/* line 264, ../sass/bobspeech.scss */
.popup-context .icon.next {
  background-image: url("../../assets/images/suivant.svg");
}
/* line 268, ../sass/bobspeech.scss */
.popup-context .row-wrap {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%;
  /*height:100%;*/
}
/* line 276, ../sass/bobspeech.scss */
.popup-context .audio-player {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%;
  background-color: #fffeff;
  border-bottom: 1px solid #E2E0E2;
}
/* line 284, ../sass/bobspeech.scss */
.popup-context .audio-player .bar-wrap {
  flex: 1;
  position: relative;
}
/* line 288, ../sass/bobspeech.scss */
.popup-context .audio-player .bar-wrap .bar-back,
.popup-context .audio-player .bar-wrap .bar {
  height: 4px;
  width: 100%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 301, ../sass/bobspeech.scss */
.popup-context .audio-player .bar-wrap .bar {
  width: 0%;
  background-color: #5DA2D4;
}
/* line 305, ../sass/bobspeech.scss */
.popup-context .audio-player .bar-wrap .bar .cursor {
  height: 15px;
  width: 15px;
  right: -7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #5DA2D4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 323, ../sass/bobspeech.scss */
.popup-context .audio-player .bar-wrap .bar-back {
  background-color: #E2E0E2;
}
/* line 331, ../sass/bobspeech.scss */
.popup-context .audio-player .bar-wrap:hover .cursor {
  width: 20px;
  height: 20px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* line 345, ../sass/bobspeech.scss */
.audio-player .play,
.audio-player .pause,
.audio-player .rewind {
  flex: 0 65px;
  background-color: #696969;
}

/* line 352, ../sass/bobspeech.scss */
.audio-player .play {
  background: url("../../assets/images/play-audio.svg") no-repeat center center;
  background-size: 35px 35px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 362, ../sass/bobspeech.scss */
.audio-player .pause {
  background: url("../../assets/images/pause-audio.svg") no-repeat center center;
  background-size: 35px 35px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 372, ../sass/bobspeech.scss */
.audio-player .rewind {
  background: url("../../assets/images/replay-audio.svg") no-repeat center center;
  background-size: 35px 35px;
}

/* line 378, ../sass/bobspeech.scss */
.slide-left {
  animation-name: slide-left;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: slide-left;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slide-left;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 0.3s;
  -moz-animation-fill-mode: forwards;
  opacity: 0 !important;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 411, ../sass/bobspeech.scss */
.slide-right {
  animation-name: slide-right;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: slide-right;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slide-right;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.3s;
  -moz-animation-fill-mode: forwards;
  opacity: 1 !important;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
