/* Desktop */
/* Petit Desktop */
/* Tablet */
/* mobile */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  /*background-image: url(/images/background-pictos.png);
  background-repeat: repeat-x;
  background-position: center bottom;*/
}
body::before {
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
}

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

.site-content {
  width: 100%;
  height: 100%;
}

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

.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;
}

.video-outils {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5rem;
  width: 100%;
}
.video-outils .btn-plein-ecran {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00378a;
  color: #fafafa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-transform: none;
  padding: 0.5em;
}
.video-outils .btn-plein-ecran::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../images/svg/fullscreen-white.svg");
}

.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 {
  -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;
}

.video .banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fafafa;
  color: #13293d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-family: "Roboto condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  padding: 1em;
  width: 100%;
}
.video .banner > * + * {
  margin-left: 1em;
}
.video .banner .text {
  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;
}
.video .banner .text > * + * {
  margin-left: 1em;
}
.video .banner .icon-info-solid {
  color: #57a8f1;
  height: 2rem;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.video .banner small {
  font-size: 0.75em;
}

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

.video-ratio {
  position: relative;
}
.video-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.0606060606%;
}
.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;
}

.question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0.5rem 1rem 1rem 1rem;
  background-color: #00378a;
}
.question > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.question-title {
  color: #fafafa;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question-title .caption {
  margin-left: 0.5em;
}
.question-title img {
  margin: 0 6px 6px auto;
}

.question-form {
  display: block;
  width: 100%;
}

.question-fieldset {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-fieldset > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.question-fieldset textarea {
  background-color: #fafafa;
  border-radius: 3px 3px 0 0;
  border: none;
  color: #13293d;
  font: inherit;
  height: 5.5rem;
  line-height: 1.25;
  padding: 0.5rem;
  width: 100%;
}
.question-fieldset button {
  background-color: #ef8900;
  color: #371b01;
  border-radius: 0 0 3px 3px;
  border: none;
  font: inherit;
  margin-top: -1px;
  padding: 0.5rem;
  text-transform: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question-fieldset button .icon + .caption {
  margin-left: 0.5rem;
}

.integration-chat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 16rem;
      flex-basis: 16rem;
  border: 1px solid #e3e8e9;
  position: relative;
}
.integration-chat iframe {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .video-outils .btn-plein-ecran {
    display: none;
  }

  .live-partner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0.5em;
  }
  .live-partner .partner-caption {
    text-align: center;
  }

  .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%;
    margin: 0 0 2rem 0;
  }

  .sidebar {
    width: 100%;
  }

  .integration-chat {
    width: 100%;
    -ms-flex-preferred-size: 26rem;
        flex-basis: 26rem;
  }
}
@media (max-width: 760px) {
  .video .banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video .banner .button--cta {
    margin: 0.5rem;
  }
}
@media (max-width: 768px) {
  .video-chat {
    margin-bottom: 0;
  }

  .video {
    margin: 0 0 2rem 0;
  }

  .sidebar {
    -ms-flex-preferred-size: 50rem;
        flex-basis: 50rem;
  }

  .integration-chat,
.sidebar {
    width: 100%;
  }

  .integration-chat {
    -ms-flex-preferred-size: 26rem;
        flex-basis: 26rem;
  }
}
@media (max-width: 450px) {
  .video-chat {
    padding: 1rem;
    width: 100%;
  }

  .video {
    width: 100%;
  }
}
/* Plein ecran JS*/
.invisible {
  display: none;
}

.fullscreen {
  width: calc(100vw - 3rem - 3rem);
  height: calc(calc(100vw - 3rem - 3rem) / 1.7777777777778);
  margin: 0 0 4rem 0;
}

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

/* Page formulaire */
.site-content-form {
  height: calc((100vh - 104px) / 2);
  min-height: 450px;
}

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