/* =====[ RESET ]==================================== */
body,
h1,
h2,
h3,
h4,
p,
quote,
small,
form,
input,
ul,
li,
ol,
label {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* =====[ FONT FACE ]==================================== */

@font-face {
    font-family: "Open Sans";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Light.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Light.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Regular.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Regular.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Bold.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Bold.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/********** Hydro-Québec ************/
@font-face {
    font-family: "Hydro-Quebec Demi";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Maigre.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Maigre.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Maigre.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hydro-Quebec Demi";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-MaigreItalique.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-MaigreItalique.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-MaigreItalique.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Hydro-Quebec Demi";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Normal.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Normal.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Normal.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hydro-Quebec Demi";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Italique.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Italique.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Italique.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Hydro-Quebec Demi";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Demi.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Demi.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Demi.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hydro-Quebec Demi";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-DemiItalique.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-DemiItalique.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-DemiItalique.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Hydro-Quebec Demi";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Gras.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Gras.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-Gras.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hydro-Quebec Demi";
    src: url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-GrasItalique.woff2") format("woff2"), url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-GrasItalique.woff") format("woff"),
        url("https://assets.studiocast.ca/assets_ui/fonts/Hydro-Quebec-GrasItalique.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* =====[ GLOBAL STYLES ]========================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:not(.icon) {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

a,
button,
input {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

body {
    font-size: 16px;
    color: #000;
    z-index: 0;
    background: #fff;
}

h1 {
    font-family: "Hydro-Quebec Demi", Arial, Helvetica, sans-serif !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    margin: 25px 0;
}

h2 {
    font-family: "Hydro-Quebec Demi", Arial, Helvetica, sans-serif !important;
    color: #000;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}

h3 {
    font-family: "Hydro-Quebec Demi", Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    padding: 15px 0;
    font-weight: 700;
}

h4 {
    font-family: "Hydro-Quebec Demi", Arial, Helvetica, sans-serif !important;
    color: #033346;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    font-weight: 700;
}

strong {
    font-weight: 600;
}

p {
    padding: 10px 0;
    text-align: justify;
    line-height: 24px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

hr {
    height: 1;
    background: #fff;
    border: none;
    border-bottom: 2px solid var(--hq_bleu-80);
    margin: 5% 0 10px 0;
}

.page {
    width: 85%;
    position: relative;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.right input[type="submit"] {
    margin: 0;
}

.icon {
    font-size: 20px;
}

/* =====[ VARIABLES CSS / COULEURS ]========================================== */

:root {
    --hq_bleu-60: #1224b8;
    --hq_bleu-80: #0f096c;
    --hq_orange-70: #ff9b00;
    --hq_orange-90: #ef5500;

    --hq_icones: #0f096c;
    --hq_icones_hover: #ff9b00;
    --hq_bouton_jaune: #ff9b00;
    --hq_fond_support: #e7f1fc;
    --hq_icones_support: #817d7a;
    --hq_icones_support_hover: #bebab7;
}

/* =====\[ SCROLL WATCHER ]================================== */

@supports (animation-timeline: scroll()) {
    .scroll_watcher {
        position: fixed;
        z-index: 1000;
        height: 6px;
        inset: 0 0 auto;
        scale: 0 1;
        background-color: var(--hq_icones);
        transform-origin: left;
        -webkit-animation: scroll_watcher linear;
        animation: scroll_watcher linear;
        animation-timeline: scroll();
    }

    @keyframes scroll_watcher {
        to {
            scale: 1 1;
        }
    }
}

/* =====[ Header ]================================================= */

/* CSS ANNULATION - DÃ‰BUT */

.toast__container {
    background: #332701;
    width: 100%;
}

.toast {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #ffc007;
    gap: 10px;
}

.toast__icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
}

.icon_alert {
    display: block;
    width: 2em;
    height: 2em;
    fill: #ffc007;
    border: none;
    animation: myAnim 2s ease-in-out 0s infinite normal none;
}

@keyframes myAnim {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

.toast__type {
    color: #ffc007;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.toast__message {
    font-size: 1rem;
    text-align: center;
    color: #ffc007;
}

.toast p {
    margin: 0;
    padding: 0;
}

.toast__close {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor: pointer;
    height: 14px;
    fill: #878787;
    transform: translateY(-50%);
}

.toast--yellow .toast__icon {
    background-color: #ffc007;
}

.toast--yellow:before {
    background-color: #ffc007;
}

/* CSS ANNULATION - FIN */

header,
.header,
.accueil,
.titre,
.bg-info {
    display: flex;
    justify-content: center;
}

.header .page {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 55px 0;
}

.header img {
    width: 100%;
    max-width: 254px;
    height: auto;
}

header .icon {
    font-size: 24px;
}

header ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    z-index: 2;
    padding: 10px 0 0 0;
    list-style: none;
    gap: 15px;
}

header ul li a {
    color: var(--hq_bleu-80);
}

header ul li a:hover {
    color: var(--hq_bleu-60);
}

header ul li a:active {
    color: var(--hq_bleu-80);
}

header ul li a svg {
    color: var(--hq_bleu-80);
    fill: var(--hq_bleu-80);
    width: 32px;
    height: 32px;
}

header ul li a svg:hover {
    color: var(--hq_bleu-60);
    fill: var(--hq_bleu-60);
}

header ul li a svg:active {
    color: var(--hq_bleu-80);
    fill: var(--hq_bleu-80);
}

.deconnexion a {
    vertical-align: super;
}

.langue {
    background: none;
    color: var(--hq_icones);
    font-size: 1rem;
}

.accueil {
    background: url(https://assets.studiocast.ca/lobbies/flandry/2025_api_hq/bg_v2.svg) no-repeat center left;
    background-size: cover;
    padding: 50px 0;
}

.accueil .page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.container_titre {
    width: 540px;
}

.titre-accueil {
    color: #fff;
    font-size: 22px;
    max-width: 500px;
}

.titre-accueil h1 {
    margin-top: 0;
}

.titre_quick {
    /* font-size: 16px; */
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-top: 30px;
}

.titre_quick_video {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-top: 30px;
}

.titre {
    padding: 50px 0;
    background: url(https://assets.studiocast.ca/lobbies/flandry/2025_api_hq/image_bgvideo_hydro-quebec.svg) no-repeat center var(--hq_icones);
    background-size: cover;
    color: #fff;
}

.titre h1 {
    /* margin: 15px 0 0 0; */
    margin: 0;
    font-weight: 700;
}

.titre span > span {
    padding-left: 35px;
}

.head {
    padding: 50px 0 0 0;
}

/* Connexion en haut */
.connexion {
    width: 55%;
    z-index: 1;
}

.connexion h2 {
    font-size: 24px;
    text-align: left;
}

.connexion form,
.connexion div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.connexion input {
    height: 40px;
}

.connexion input[type="submit"] {
    padding: 0 20px;
    width: 60%;
}

.connexion input[type="email"],
.connexion input[type="password"] {
    margin: 0 5px 0 0;
}

.connexion ul {
    width: 100%;
}

.connexion ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 0 20px;
    background: url(https://assets.studiocast.ca/assets_ui/icons/point.png) right 25px no-repeat;
    width: 25%;
}

.connexion ul li:first-child {
    padding: 0 20px 0 0;
}

.connexion ul li:last-child {
    background: none;
    padding: 0 0 0 15px;
}

.connexion ul li span {
    display: block;
    font-size: 24px;
    background: #efefef;
    font-weight: 700;
    padding: 4px 0;
    width: 100%;
}

.decompte2 ul {
    width: 100%;
}

.decompte2 ul li {
    list-style: none;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 0;
    width: 85%;
    color: #fff;
    margin: 0 auto 10px auto;
}

.decompte2 ul li span {
    display: block;
    font-size: 24px;
    background: #5295b9;
    padding: 4px 0;
    width: 100%;
    color: #fff;
}

/* =====[ onglet ]================================================= */

/* Style the tab content */
.tabcontent {
    padding: 2px 0 0 0;
    width: 100%;
    border-left: none;
    height: auto;
}

.tabcontent iframe {
    border: none;
    border-radius: 0 0 10px 10px;
}

/* Style the tab */
.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    border: none;
    background: none;
    width: 100%;
    height: auto;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: var(--hq_bleu-60);
    color: #fff;
    font-weight: 700;
    padding: 10px;
    flex: 1;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1rem;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: var(--hq_icones);
    color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: var(--hq_icones);
    color: #fff;
}

/* Onglets JN */

.tab button:first-child {
    border-radius: 10px 0 0 0;
}

.tab button:last-child {
    border-radius: 0 10px 0 0;
}

.tab button:only-child {
    border-radius: 10px 10px 0 0;
}

/* Style the tab page accueil */

.tab2 {
    display: flex;
    border: none;
    width: 100%;
    height: auto;
    background: var(--hq_icones);
}

/* Style the buttons inside the tab */

.tab2 button {
    background: var(--hq_bleu-60);
    color: #fff;
    padding: 15px 20px;
    flex: 1;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

/* Create an active/current "tab button" class */

.tab2 button.active2 {
    background: var(--hq_icones);
    color: #fff;
}

.tab2 button:nth-child(1):not(.active2) {
    border-bottom-right-radius: 10px;
}

.tab2 button:nth-child(2):not(.active2) {
    border-bottom-left-radius: 10px;
}

/* Style the tab content */

.tabcontent2 {
    width: 100%;
    border-left: none;
    height: auto;
}

/* =====[ INSCRIPTION ]===================================================== */

.inscription {
    width: 450px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.inscription input:disabled {
    opacity: 0.65;
    pointer-events: none;
}

.inscription input[type="Submit"]:disabled {
    background: #27227b;
    color: #726fa9;
    border: 2px solid #726fa9;
}

.inscription form,
.inscription .message,
.inscription .decompte2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--hq_icones);
    padding: 10%;
    text-align: center;
    min-height: 550px;
}

.add-calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    background: #fff;
    width: 100%;
    font-size: 14px;
    color: var(--hq_bleu-80);
    padding: 15px;
}

.add-calendar .icon {
    color: var(--hq_icones);
    font-size: 28px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.add-calendar .icon:hover {
    color: var(--hq_icones_hover);
}

.inscription h2 {
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 400;
}

.inscription h2 strong {
    font-size: 48px;
    display: block;
}

.inscription p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.inscription input,
.inscription select {
    background: #fff;
    border: none;
    border-radius: 5px;
}

.inscription input[type="Submit"] {
    background: var(--hq_orange-70);
    color: var(--hq_bleu-80);
    border: 2px solid transparent;
    border-radius: 25px;
}

.inscription input[type="Submit"]:hover {
    background: var(--hq_orange-70);
    border: 2px solid #fff;
    color: #000;
}

.onglet input[type="Submit"] {
    background: var(--hq_bleu-60);
    border: 2px solid var(--hq_bleu-60);
    color: #fff;
}

.onglet input[type="Submit"]:hover,
.onglet .btn-main:hover {
    background: var(--hq_bleu-80);
    border: 2px solid var(--hq_bleu-80);
    color: #fff;
    box-shadow: 0 0 0.5rem rgba(15, 9, 108, 0.6);
}

.onglet input[type="Submit"]:active {
    background: var(--hq_bleu-60);
    border: 2px solid var(--hq_bleu-60);
    color: #fff;
}

.click,
.click:hover {
    position: relative;
    text-decoration: none;
    color: var(--hq_orange-70);
}

.click::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    /* Distance du soulignement par rapport au texte */
    width: 0%;
    height: 2px;
    /* Épaisseur du soulignement */
    background-color: var(--hq_orange-70);
    /* Couleur du soulignement */
    transition: width 0.3s ease-in-out;
    /* Animation fluide */
}

.click:hover::after {
    width: 100%;
    /* Étend le soulignement de gauche Ã  droite */
}

.click2,
.click2:hover {
    position: relative;
    text-decoration: none;
    color: var(--hq_bleu-80);
    font-weight: 700;
}

.click2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    /* Distance du soulignement par rapport au texte */
    width: 0%;
    height: 2px;
    /* Épaisseur du soulignement */
    background-color: var(--hq_bleu-80);
    /* Couleur du soulignement */
    transition: width 0.3s ease-in-out;
    /* Animation fluide */
}

.click2:hover::after {
    width: 100%;
    /* Étend le soulignement de gauche à droite */
}

.message h2.icon,
.decompte2 h2.icon {
    font-size: 64px;
    padding: 0;
}

.message p {
    font-size: 1rem;
}

.message p:last-child {
    margin-top: 50px;
}

.message p span {
    font-size: 22px;
}

.message img {
    width: 50px;
    height: auto;
    padding-bottom: 25px;
}

.bg_player {
    margin: 0 auto;
}

/* =====[ FORMULAIRE ]======================================================= */
::placeholder {
    color: #454545;
    opacity: 1 !important;
    font-weight: 300;
}

form em {
    font-size: 13px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 15px 0 15px 0;
}

form p {
    padding: 10px 0 25px 0;
}

input:first-child {
    margin-top: 15px;
}

label {
    display: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input,
textarea,
select {
    background: #f1f1f1;
    padding: 10px;
    border: none;
    font-size: 14px;
    color: #454545;
    border-radius: 0;
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
}

textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
}

select {
    width: 100%;
    height: 38px;
}

input[type="Submit"],
.btn-main {
    background: var(--hq_bleu-60);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid var(--hq_bleu-60);
    border-radius: 25px;
    padding: 5px 50px;
    cursor: pointer;
}

.btn-sec {
    background: var(--hq_bleu-60);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid var(--hq_bleu-60);
    border-radius: 25px;
    padding: 5px 50px;
    cursor: pointer;
}

input[type="Submit"]:hover,
.btn-main:hover {
    background: none;
    border: 2px solid var(--hq_orange-70);
    color: var(--hq_orange-70);
}

input[type="Submit"]:active {
    background: var(--hq_orange-90);
    border: 2px solid #fff;
    color: #000;
}

.btn-sec:hover {
    background: var(--hq_bleu-80);
    border: 2px solid var(--hq_bleu-80);
    color: #fff;
    box-shadow: 0 0 0.5rem rgba(15, 9, 108, 0.6);
}

.onglet .btn-main:active {
    background: var(--hq_bleu-60);
    border: 2px solid var(--hq_bleu-60);
    color: #fff;
}

.btn-sec:active {
    background: var(--hq_bleu-60);
    border: 2px solid var(--hq_bleu-60);
    color: #fff;
}

/* =====[ ERROR message ]============================================= */

span.error {
    color: #ff0000;
    text-transform: none;
    font-size: 16px;
    padding-bottom: 5px;
}

.error {
    color: #ff0000;
}

.error::placeholder {
    color: #ff0000 !important;
    opacity: 1 !important;
}

.message_archive_inscription {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    color: red;
}

.message_archive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    color: red;
}

.generic_error {
    color: red;
}

.message_champs_requis {
    text-align: right;
}

/* =====[ PLAYER - conférence ]=============================================== */

.bg_player {
    padding: 5% 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.player {
    max-width: 960px;
    width: 100%;
    z-index: 5;
    position: relative;
    border: 1px solid #d4d4d5;
}

/* Section bouton mute/unmute */

.invisible {
    transition: 0.5s;
    opacity: 0 !important;
}

.invisible:after {
    display: none;
}

.imagenonactif {
    background-image: url(https://assets.studiocast.ca/assets_ui/icons/icone_unmute.png) !important;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.imagenonactif:hover {
    opacity: 1;
}

.play-button {
    position: absolute;
    z-index: 5000;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

.jw-flag-ads-vpaid:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar,
.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar,
.jw-flag-user-inactive.jw-state-buffering:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .jw-controlbar,
.jw-flag-ads-vpaid:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .play-button,
.jw-flag-user-inactive.jw-state-playing:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .play-button,
.jw-flag-user-inactive.jw-state-buffering:not(.jw-flag-media-audio):not(.jw-flag-audio-player):not(.jw-flag-ads-vpaid-controls):not(.jw-flag-casting) .play-button {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 250ms !important;
    transition-delay: 4000ms !important;
}

.bouton-video {
    max-width: 960px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    text-align: center;
    justify-content: flex-end;
    align-items: flex-start;
}

.bouton-video p {
    padding: 0 5% 0 0;
    font-size: 14px;
    text-align: left;
}

.onglet {
    padding-left: 5%;
    width: 40%;
}

.contenu-player {
    width: 60%;
}

.contenu-player > :first-child {
    border-radius: 10px;
}

#studiocastCommentForm textarea {
    border-radius: 0 0 10px 10px;
    height: 200px;
}

#studiocastButtonSubmitComment {
    margin-top: 15px;
}

.sondage {
    text-align: center;
    margin: 5% 0;
}

.succes {
    text-align: center;
}

.succes .icon {
    font-size: 48px;
    padding: 25px 0 0 0;
    color: var(--hq_bleu-60);
}

.succes img {
    padding: 10px;
}

.succes p {
    text-align: center;
    margin-bottom: 20px;
}

.qr_slido {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5%;
}

.qr_slido > p {
    text-align: left;
    padding: 0;
}

.qr_slido > img {
    max-width: 100%;
    width: 120px;
    margin: 0;
}

/* =====[ CONTENU ]======================================================================== */
.bg-info {
    padding: 50px 0;
    background: #fff;
}

.bg-info .page {
    width: 100%;
    margin: 0 10px;
    max-width: 1620px;
}

.bg-info h2 {
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}

.conf {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.conf ul {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
    gap: 15px;
}

.conf ul li {
    list-style: none;
    margin: 0;
    font-size: 14px;
}

.conf ul li img {
    width: 150px;
    height: auto;
    border-radius: 10px;
    margin-bottom: -5px;
}

.conf ul li.info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.conf h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--hq_bleu-80);
    padding: 0;
}

.conf .icon {
    font-size: 18px;
    color: #355c76;
    padding: 0 10px;
}

.conf .petit {
    font-size: 14px;
}

.conf .icon:hover {
    color: #65c8c6;
}

.info {
    margin: 5% 0;
}

.paragraphs {
    display: flex;
    gap: 50px;
    /* Espace entre les paragraphes */
}

.info p {
    padding: 0 0 20px 0;
    flex: 1;
    /* Chaque paragraphe prend une largeur égale */
}

.info ul li,
.info ul.load {
    list-style: none;
}

.info ul li:before {
    content: "â†’ ";
}

.info ul.load li:before {
    content: none;
}

.info ul.load li {
    margin: 10px 0;
    padding: 0;
    max-width: fit-content;
}

.info ul.load li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.info ul.load li:hover a {
    color: var(--hq_icones_hover);
}

a.show {
    font-size: 18px;
    color: #033346;
}

a.show > p {
    margin-top: 5px;
    padding: 0;
    font-weight: 700;
    color: #f3951f;
}

a.show:hover {
    color: #58585a;
}

.showBio {
    margin: 20px 0 0 0;
}

.showBio > div {
    margin: 0 0 25px 0;
}

a.show.minus,
a.linkToggle.minus {
    background: url("/client/fmsq/images/2019_v1/haut.png") no-repeat 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 23px 20px;
    padding: 0 0 0 35px;
    display: inline-block;
    height: 28px;
    text-decoration: none;
}

a.show,
a.linkToggle {
    background: url("/client/fmsq/images/2019_v1/bas.png") no-repeat 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 23px 20px;
    padding: 0 0 0 35px;
    display: inline-block;
    height: 28px;
    text-decoration: none;
}

.iconsupport {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

.iconsupport figure {
    display: inline-flex;
    align-items: center;
    margin: 0;
    gap: 10px;
}

.iconsupport figcaption {
    font-size: 1rem;
}

.iconsupport .icon {
    height: 35px;
    width: 35px;
}

.iconsupport .icon,
.iconsupport figcaption {
    color: var(--hq_bleu-60);
    fill: var(--hq_bleu-60);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.iconsupport figure:hover .icon,
.iconsupport figure:hover figcaption {
    color: var(--hq_bleu-80);
    fill: var(--hq_bleu-80);
}

.iconsupport figure:active .icon,
.iconsupport figure:active figcaption {
    color: var(--hq_bleu-60);
    fill: var(--hq_bleu-60);
}

/* pont audio */

.infos_pont {
    position: sticky;
    top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
    background: var(--hq_orange-70);
    color: #fff;
    z-index: 9999;
}

.infos_pont p {
    text-align: center;
    padding: 0;
}

.infos_pont > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.infos_pont img {
    width: 50px;
    height: 50px;
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

/* =====[ BAS DE PAGE ]========================================== */
.bg-soutien {
    background: var(--hq_fond_support);
}

ul.soutien {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    list-style: none;
    text-align: center;
    padding: 50px;
    margin: 0 auto;
    gap: 10vw;
}

ul.soutien figure {
    margin: 0;
    padding: 0;
}

ul.soutien figcaption {
    font-size: 1rem;
    margin-top: 15px;
}

ul.soutien .icon {
    height: 50px;
    width: 50px;
    padding: 0;
}

ul.soutien li .icon,
ul.soutien li figcaption {
    color: var(--hq_icones_support);
    fill: var(--hq_icones_support);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul.soutien li:hover .icon,
ul.soutien li:hover figcaption {
    color: var(--hq_bleu-60);
    fill: var(--hq_bleu-60);
}

.copyright {
    padding: 25px 0;
    text-align: center;
    font-size: 13px;
    background: var(--hq_bleu-80);
    color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

/* :::::[ IPAD HORIZONTAL ]::::::::::::::::::::::::::: */
@media screen and (max-width: 1380px) {
    .bg-info .page {
        width: 85%;
    }

    .conf {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1300px) {
    .connexion input[type="submit"] {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .paragraphs {
        flex-direction: column;
        /* Affiche les paragraphes l'un sous l'autre */
        gap: 0;
    }

    .info p {
        width: 100%;
        /* Chaque paragraphe prend toute la largeur */
    }

    .bg_player {
        flex-direction: column;
    }

    .onglet {
        padding-left: 0;
        width: 100%;
    }

    .contenu-player {
        width: 100%;
    }

    .tabcontent iframe {
        height: 400px;
    }

    .center_container {
        margin-bottom: 20px;
    }
}

/* :::::[ GENERALE plus petit qu'un ipad vertical' ]:::::::::::::::::::: */

@media screen and (max-width: 1060px) {
    .header ul li img {
        width: 25px;
    }

    .accueil .page {
        flex-direction: column;
        align-items: center;
    }

    .container_titre {
        width: 100%;
    }

    .titre-accueil {
        width: 100%;
    }

    .connexion form,
    .connexion div {
        flex-wrap: wrap;
    }

    .connexion input[type="email"],
    .connexion input[type="password"] {
        margin: 0 0 5px 0;
    }

    .inscription form,
    .inscription .message {
        min-height: 200px;
    }

    .bg-info .page {
        width: unset;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .conf {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* :::::[ 752 PIXELS LAYOUT (IPHONE HORIZONTALE)]:::::::::::::::::::::::::::::: */

@media screen and (max-width:
    /*752*/
    1060px) {
    header .page {
        width: 100%;
    }

    header ul {
        justify-content: center;
    }

    .header .page {
        align-items: center;
        flex-direction: column;
    }

    .header .outil .page {
        width: 100%;
    }

    .titre-accueil {
        text-align: center;
    }

    .titre span > span {
        padding-left: 0;
        display: block;
    }

    .bg_player {
        padding: 10% 0;
    }

    .connexion {
        width: 100%;
    }

    .connexion h2 {
        text-align: center;
        margin: 15px 0;
    }

    .sondage a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .question input[type="text"],
    .question input[type="email"],
    .question input[type="password"],
    .question select {
        width: 100%;
    }

    .question input:nth-child(2n + 2) {
        float: none;
    }
}

/* :::::[ 464 PIXELS LAYOUT (iphone vertical) ]::::::::::::::::::::::::::: */

@media screen and (max-width: 464px) {
    .accueil .page {
        width: 100%;
    }

    .header img {
        margin: 0 auto;
    }

    .header ul {
        text-align: center;
    }

    .titre-accueil {
        width: 90%;
    }

    .inscription {
        width: 100%;
        border-radius: unset;
    }

    .inscription .message {
        min-height: 0;
    }

    .connexion {
        width: 100%;
    }

    .connexion h2 {
        text-align: center;
    }

    .connexion ul li {
        background: none;
        padding: 0 10px;
    }

    .connexion ul li span {
        background: none;
    }

    .connexion input[type="email"],
    .connexion input[type="password"] {
        margin: 0 0 5px 0;
        width: 100%;
    }

    .connexion input[type="submit"] {
        width: 100%;
    }

    .btn-main {
        display: block;
    }

    a.btn-main span {
        display: block;
        padding: 0 0 10px 0;
        margin: 0 auto;
    }

    .question input[type="submit"] {
        width: 100%;
    }

    .question input {
        width: 100%;
    }

    .question input:nth-child(2n + 2) {
        float: none;
    }

    .iconsupport {
        flex-direction: column;
        align-items: flex-start;
    }

    .bg-info h2 {
        text-align: center;
    }

    .qr_slido {
        flex-direction: column;
    }
}

/* :::::[ 330 PIXELS LAYOUT (iphone vertical) ]:::::::::::::: */

@media screen and (max-width: 330px) {

    .tab,
    .tab2 {
        flex-direction: column;
    }

    .tab button:first-child {
        border-radius: unset;
    }

    .tab button:last-child {
        border-radius: unset;
    }

    #studiocastCommentForm textarea {
        border-radius: unset;
    }
}

/* :::::[ Typographie Hydro-Québec ]:::::::::::::: */

@media screen and (max-width: 1287px) {

    body,
    .titre_quick,
    .tab button,
    .message p,
    input[type="Submit"],
    .decompte2 ul li,
    .btn-main,
    .btn-sec,
    .iconsupport figcaption,
    ul.soutien figcaption {
        font-size: 15px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2,
    .add-calendar .icon {
        font-size: 26px;
        line-height: 32px;
    }

    h3,
    .titre-accueil,
    .message p span,
    .conf h3 {
        font-size: 21px;
        line-height: 26px;
    }

    .connexion h2,
    .connexion ul li span,
    .decompte2 ul li span {
        font-size: 22px;
        line-height: 28px;
    }

    .inscription h2 strong,
    .succes .icon {
        font-size: 40px;
        line-height: 48px;
    }

    .message h2.icon,
    .decompte2 h2.icon {
        font-size: 48px;
        line-height: 56px;
    }

    input,
    textarea,
    select {
        font-size: 13px;
    }

    form em {
        font-size: 12px;
    }

    header ul li a svg {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 639px) {

    body,
    .titre_quick,
    .tab button,
    .message p,
    input[type="Submit"],
    .decompte2 ul li,
    .btn-main,
    .btn-sec,
    .iconsupport figcaption,
    ul.soutien figcaption {
        font-size: 14px;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    h2,
    .add-calendar .icon {
        font-size: 24px;
        line-height: 28px;
    }

    .connexion h2,
    .connexion ul li span,
    .decompte2 ul li span {
        font-size: 21px;
        line-height: 26px;
    }

    .inscription h2 strong,
    .succes .icon {
        font-size: 32px;
        line-height: 40px;
    }

    .message h2.icon,
    .decompte2 h2.icon {
        font-size: 40px;
        line-height: 48px;
    }

    header ul li a svg {
        width: 26px;
        height: 26px;
    }
}
