:root {
    --coral-color: #F75E52;
    --coral-light-10p: #FFA1981A;
    --yellow-color: #FCCD03;
    --main-blue-color: #000096;
    --wcaw-blue: #1E00C8;
    --light-grey: #F5F5F5;
    --medium-grey: #E4E4E4;
    --grey: #707070;
    --coral-light : #FFA198;
    --blue-light: #56BBF9;
    --green-light : #1AC3A7;
    --yellow-light: #FCCD03;
  }
#body {
    /* font-family: 'Open Sans', sans-serif ; */
    font-family: 'Noto Sans', sans-serif;
    background-color: var(--light-grey);
}
.banner {
 height: 12vh;
}
.main-view {
    height: 65vh;
}


.bg-coral {
    background-color: var(--coral-color);
}
.bg-blue {
    background-color: var(--main-blue-color);
}
.bg-wcaw-blue {
    background-color: var(--wcaw-blue);
}
.bg-m-grey {
    background-color: var(--medium-grey);
}
.bg-coral-light-10p {
    background-color: var(--coral-light-10p);
}

/*colors temps de la maladie */
.bg-coral-light {
    background-color: var(--coral-light) ;
}
.bg-blue-light {
    background-color: var(--blue-light);
}
.bg-green-light {
    background-color: var(--green-light);
}
.bg-yellow-light {
    background-color: var(--yellow-light);
}
.border-coral {
    border-color: var(--coral-color);
}
.hover\:border-coral:hover {
    border-color: var(--coral-color);
}
.hover\:border:hover {
    border-width: 1px;
}

.text-blue {
    color: var(--main-blue-color);
}
.text-coral {
    color: var(--coral-color);
}
.hover\:text-coral:hover {
    color: var(--coral-color);
}
.text-grey {
    color: var(--grey);
}

.text-xxs {
    font-size: 0.625rem;
}

.slider-tps {
    /* min-height: 50vh; */
    /* max-height: 70vh; */
    height: clamp((50vh, 70vh, 80vh));
}
.maxHeight-70vh 
.scale-x--1 {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.w-72 {
    width: 18rem; 
}
.w-21rem {
    width: 21rem;
}
.h-1\/2 {
    height: 50%;
}
.max-w-40rem {
    max-width: 40rem;
}
.gutter {
    width: 90%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.pan-shadow {
    box-shadow: 0 0 6px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
}
.mix-multiply {
    mix-blend-mode: multiply;
}
   
.text-size-4vw {
        font-size: clamp(2rem, 4vw, 4rem);
    }

#front-head {
    background: url(/assets/images/svg/bg-bubbles/main-view.svg) no-repeat center;
}
#transition-bloc {
    background-image: url(/assets/images/svg/bg-bubbles/half-bottom-transition.svg), url(/assets/images/svg/bg-bubbles/half-top-transition.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 20rem) 0, calc(50% + 20rem) 100%;
}

#Alex-image::before {
    content: url(/assets/images/svg/bg-bubbles/bulles-concilier.svg);
    margin-bottom: -240px;
    display: block;
    position: relative;
    top: 0px;
    left: -130px;
}


@media (min-width: 769px) {
    #night-bubble::before {
        content: '';
        background: url(/assets/images/svg/bg-bubbles/bulles-behind-big.svg) no-repeat;
        background-size: contain;
        max-width: 395px;
        width: 20vw;
        display: block;
        position: relative;
        height: 339px;
        margin-bottom: -339px;
        top: -4rem;
        right: -20rem;
    }    
}

#vous-pourrez {
    background-image: url(/assets/images/svg/bg-bubbles/vous-pourrez-top.svg);
    background-repeat: no-repeat;
    background-position: calc(50% + 9rem) 0;
}

#alex-by-side-pannel::before {
    content: url(/assets/images/svg/bg-bubbles/vous-pourrez-bottom.svg);
    display: block;
    position: relative;
    margin-bottom: -230px;
    top: -11rem;
    right: 23rem;
}

.alex-text-logo-full {
    background: url(/assets/images/logo-alex.svg) 0 0 no-repeat;
    display: inline-block;
    height: 4.25rem; 
    width: 7rem;
    text-indent: -99999em;
    margin-bottom: 0.25rem;
}

.swiper {
    width: 100%;
    height: 700px;
}

.logo-onco .logo-onco-circle {
    width: clamp(3.5rem, 3.5rem, 3.5rem);
    height: clamp(3.5rem, 3.5rem, 3.5rem);
}

.logo-onco img {
    /* min-width: 60px;
    max-width: 140px; */
    width: clamp(60px, 86px, 140px);
    margin: 0 5px 0 0;
}
.logo-onco strong {
    margin: 0 5px 0 0;
}

.video-responsive-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio*/ 

}
.video-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 640px) {
    .logo-onco img {
        width: clamp(60px, 128px, 140px);
    }

    .logo-onco img, .logo-onco strong {
    margin-right: 20px;
    }
    .logo-onco .logo-onco-circle {
        min-height: 5rem;
        min-width: 5rem;
        max-height: 5rem;
        max-width: 5rem;
    }
    .banner {
        height: 15vh;
    }
}


/* styling for transcription button */

.transcript-content {
      margin-top: 1rem;
      max-height: 0;
      padding: 0 1em;
      opacity: 0;
      color: #fff ;
      transition: all .35s;
    }
    
    input#chk-transcript {
        position: absolute;
        opacity: 0;
        z-index: -1;
      }

/* // :checked */
input:checked 
  ~ .transcript-content {
    max-height: unset;
    /* font-size: 1rem; */
    opacity: 100%;
    padding: 1em;
    border: solid 1px #F5F5F5;
    border-radius: 2rem;
  }

