/* Desktop */
/* Petit Desktop */
/* Tablet */
/* mobile */
html,
body {
  margin: 0;
  padding: 0;
}

body:before {
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  color: #138cc3;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.site-content {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 2rem;
}

.video-ratio {
  position: relative;
}
.video-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc(56.0606060606% - 3rem);
}
.video-ratio > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30rem;
      flex-basis: 30rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-transition: height 0.2s ease, width 0.2s ease, display 0.2s ease;
  transition: height 0.2s ease, width 0.2s ease, display 0.2s ease;
}
.sidebar > * + * {
  margin-top: 1rem;
}
.sidebar .banner-poster .card-navigation {
  width: 100%;
  margin: auto;
  margin-top: 1.5rem;
}

.video-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 3rem 0 3rem;
}

.banner-poster .alert {
  margin-bottom: 0;
}
.banner-poster .alert a {
  color: white;
  text-decoration: underline;
}

.video {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 2rem;
  padding: 0 0 0 0;
  position: relative;
  width: calc(100vw - 3rem - 3rem - 3rem - 36vw);
  -webkit-transition: height 0.2s ease, width 0.2s ease;
  transition: height 0.2s ease, width 0.2s ease;
}

.integration-video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}

.integration-chat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -ms-flex-preferred-size: 16rem;
      flex-basis: 16rem;
  border: 1px solid #e3e8e9;
  position: relative;
}

.video-outils {
  height: 4rem;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

/*img {
  max-height: 55px;
}
*/
.btn-plein-ecran:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../images/svg/plein-ecran.svg");
}
.btn-plein-ecran {
  margin: 11px;
  text-transform: none;
}

.live-partner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.live-partner .partner-caption {
  color: #1c1751;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0 0.5em;
  text-align: right;
  font-size: 0.875em;
}
.live-partner .partner-logo {
  height: 32px;
  width: auto;
}
.live-partner .partner-logo::before {
  text-align: center;
  line-height: 2;
}

@media (max-width: 1200px) {
  .video-chat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
  .video {
    width: 100% !important;
    margin-bottom: 2rem !important;
  }
  .sidebar {
    width: 100%;
    margin-bottom: 3rem;
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
  }
  .integration-chat {
    width: 100%;
    height: 400px;
    -ms-flex-preferred-size: 36rem;
        flex-basis: 36rem;
  }
  .btn-plein-ecran {
    display: none;
  }
  .integration-video iframe {
    top: 0 !important;
  }
  .live-partner .partner-caption {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .video-chat {
    margin-bottom: 0;
  }
  .sidebar {
    -ms-flex-preferred-size: 20rem;
        flex-basis: 20rem;
  }
  .integration-chat,
  .sidebar {
    width: 100%;
  }
  .integration-chat {
    -ms-flex-preferred-size: 26rem;
        flex-basis: 26rem;
  }
}
@media (max-width: 450px) {
  .video-chat {
    padding: 0;
    width: 100%;
  }
  .video {
    width: 100%;
  }
}
/* Plein ecran JS*/
.invisible {
  display: none;
}

.fullscreen {
  width: calc(100vw - 3rem - 3rem);
  max-width: 1280px;
  margin: 0 0 4rem 0;
}

.chat:before {
  background-image: url("../../images/svg/chat.svg");
}

/* Page formulaire */
.site-content-form {
  min-height: 350px;
}

form .phrase_difficulte {
  color: #252525;
  font-size: 0.8rem;
}

form .info-replay {
  color: #252525;
}

.message-info {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-info:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='32px' width='32px' fill='%23ff6903' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450 450' x='0px' y='0px'%3E%3Ctitle%3EFichier 2locate%3C/title%3E%3Cg data-name='Calque 2'%3E%3Cg data-name='Calque 2'%3E%3Ccircle cx='225' cy='133.5' r='31.25'%3E%3C/circle%3E%3Cpath d='M251,219.12v103a26,26,0,0,1-52,0v-103a26,26,0,0,1,52,0Z'%3E%3C/path%3E%3Cpath d='M225,0C100.74,0,0,100.74,0,225S100.74,450,225,450,450,349.26,450,225,349.26,0,225,0ZM355.81,355.81A185,185,0,1,1,94.19,94.19,185,185,0,1,1,355.81,355.81Z'%3E%3C/path%3E%3Cpath d='M225,0C100.74,0,0,100.74,0,225S100.74,450,225,450,450,349.26,450,225,349.26,0,225,0ZM355.81,355.81A185,185,0,1,1,94.19,94.19,185,185,0,1,1,355.81,355.81Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 16px;
}