@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Thin'), local('GTWalsheimPro-Thin'), url('fonts/GTWalsheimPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Thin Oblique'), local('GTWalsheimPro-ThinOblique'), url('fonts/GTWalsheimPro-ThinOblique.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Ultra Light'), local('GTWalsheimPro-UltraLight'), url('fonts/GTWalsheimPro-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Ultra Light Oblique'), local('GTWalsheimPro-UltraLightOblique'), url('fonts/GTWalsheimPro-UltraLightOblique.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Light'), local('GTWalsheimPro-Light'), url('fonts/GTWalsheimPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Light Oblique'), local('GTWalsheimPro-LightOblique'), url('fonts/GTWalsheimPro-LightOblique.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Regular'), local('GTWalsheimPro-Regular'), url('fonts/GTWalsheimPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Regular Oblique'), local('GTWalsheimPro-RegularOblique'), url('fonts/GTWalsheimPro-RegularOblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Medium'), local('GTWalsheimPro-Medium'), url('fonts/GTWalsheimPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Medium Oblique'), local('GTWalsheimPro-MediumOblique'), url('fonts/GTWalsheimPro-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Bold'), local('GTWalsheimPro-Bold'), url('fonts/GTWalsheimPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Bold Oblique'), local('GTWalsheimPro-BoldOblique'), url('fonts/GTWalsheimPro-BoldOblique.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Ultra Bold'), local('GTWalsheimPro-UltraBold'), url('fonts/GTWalsheimPro-UltraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Ultra Bold Oblique'), local('GTWalsheimPro-UltraBoldOblique'), url('fonts/GTWalsheimPro-UltraBoldOblique.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Black'), local('GTWalsheimPro-Black'), url('fonts/GTWalsheimPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: local('GT Walsheim Pro Black Oblique'), local('GTWalsheimPro-BlackOblique'), url('fonts/GTWalsheimPro-BlackOblique.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* =====[ RESET ]======================================================================== */
body,
h1,
h2,
h3,
h4,
p,
quote,
small,
form,
input,
ul,
li,
ol,
label {
    /* Page reset */
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/* =====[ GLOBAL STYLES ]======================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:not(.icon) {
    font-family: "GT Walsheim Pro", Arial, Helvetica, sans-serif;
}

a,
button,
input {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

body {
    font-size: 16px;
    color: #000;
    z-index: 0;
    background: #fff;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin: 25px 0;
    max-width: 25ch;
}

h2 {
    color: #454545;
    font-size: 24px;
    font-weight: 300;
}

h3 {
    color: #000;
    font-size: 1.5rem;
    padding: 15px 0;
    font-weight: 700;
}

h4 {
    color: #033346;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 700;
}

p {
    padding: 10px 0;
    text-align: justify;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

hr {
    background: #fff;
    border: none;
    border-bottom: 1px solid #d4d4d5;
    margin: 5% 0 0 0;
}

.page {
    margin: 0 auto;
    width: 85%;
    position: relative;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.right input[type="submit"] {
    margin: 0;
}

.icon {
    font-size: 20px;
    vertical-align: middle;
}

/* =====[ VARIABLES CSS / COULEURS ]=============================================================== */

:root {
    --iq_bleu: #293377;
    --iq_rouge: #ee3042;
    --iq_gris: #e6e6e6;
}

/* =====\[ 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(--iq_bleu);
        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 .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 25px;
}

.header img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

header .icon {
    font-size: 1.5rem;
    color: var(--iq_bleu) !important;
}

header .icon:hover {
    color: var(--iq_rouge) !important;
}

.icon::before {
    color: unset !important;
}

header ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    z-index: 2;
    padding: 10px 0;
    list-style: none;
    gap: 15px;
}

header ul li a svg {
    color: var(--iq_bleu);
    height: 24px;
    width: 25px;
    vertical-align: middle;
}

header ul li a svg:hover {
    color: var(--iq_rouge);
}

.bouton-logout {
    fill: var(--iq_bleu);
}

.bouton-logout:hover {
    fill: var(--iq_rouge);
}

.langue {
    background: none;
    color: var(--iq_bleu);
    font-size: 1rem;
}

.accueil {
    background: url(bg_iq_v2.jpg) no-repeat right;
    background-size: cover;
    padding: 50px 0;
}

.accueil .page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.tag_redif {
    display: block;
    max-width: fit-content;
    padding: 0 10px;
    background: #fff;
    color: var(--iq_bleu);
    font-weight: 700;
    margin-bottom: 25px;
}

.titre-accueil {
    color: #fff;
    font-size: 1.5rem;
}

.titre_quick h2 {
    color: #fff;
    font-size: 30px;
}

.titre {
    padding: 50px 0;
    background: url(bg_iq_v1.jpg) no-repeat right;
    background-size: cover;
    color: #fff;
}

.titre h1 {
    max-width: none;
    font-size: 28px;
    margin: 15px 0 0 0;
    font-weight: 700;
}

.titre h2 {
    color: #fff;
}

.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;
    display: -webkit-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: 13px;
    font-weight: 300;
    text-align: center;
    padding: 0 20px;
    background: url(/client/fmsq/images/2019_v1/point.png) right 22px 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: 15px;
    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: 10px 0 0 0;
    width: 100%;
    border-left: none;
    height: auto;
}

/* Style the tab */
.tab {
    display: flex;
    flex-wrap: wrap;
    border: none;
    background: none;
    width: 100%;
    height: auto;
}

/* Style the buttons inside the tab */
.tab button {
    font-weight: 700;
    margin-right: -1px;
    padding: 10px;
    flex: 1;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1rem;
    border: 2px solid var(--iq_bleu);
    background-color: #fff;
    color: var(--iq_bleu);
}

.tab button:first-child {
    border-top-left-radius: 10px;
}

.tab button:last-child {
    border-top-right-radius: 10px;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: var(--iq_bleu);
    color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: var(--iq_rouge);
    border-color: var(--iq_rouge);
    color: #fff;
}

/* Style the tab page accueil */

.tab2 {
    display: flex;
    border: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    /*
    Quand tu ajoutes transform: translateZ(0);, voici ce qu'il se passe :
     ✅ L’élément passe sur un calque GPU distinct → Il est isolé des autres éléments.
     ✅ Le navigateur applique le clipping différemment → Moins d'erreurs d' anti-aliasing.
     ✅ Le rendu devient plus net → Car l’élément est dessiné séparément puis superposé aux autres.

    PRÉVIENT LE BLEEDING DES COULEURS, suite au border-radius et overflow: hidden dans .inscription
    */
    transform: translateZ(0);
}

/* Style the buttons inside the tab */

.tab2 button {
    background: var(--iq_bleu);
    color: #fff;
    padding: 15px 20px;
    flex: 1;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}

.tab2 button.active2 {
    background: #fff;
    color: var(--iq_bleu);
}

.tab2 button:first-child:not(.active2) {
    border-bottom-right-radius: 10px;
}

.tab2 button:last-child:not(.active2) {
    border-bottom-left-radius: 10px;
}


/* Style the tab content */

.tabcontent2 {
    width: 100%;
    border-left: none;
    height: auto;
}

/* =====[ INSCRIPTION ]======================================================================== */

.inscription {
    width: 100%;
    max-width: 450px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}

.inscription input:disabled {
    opacity: .65;
    pointer-events: none;
}


.inscription form,
.inscription .message,
.inscription .decompte2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 10%;
    text-align: center;
    min-height: 650px;
}

.inscription h2 {
    font-size: 1.5rem;
    text-align: center;
    color: var(--iq_bleu);
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 400;
}

.inscription h2 strong {
    font-size: 50px;
    display: block;
}

.inscription p {
    font-size: 13px;
    text-align: center;
    color: var(--iq_bleu);
}

.click {
    color: var(--iq_rouge);
    text-decoration: underline;
}

.click:hover {
    color: var(--iq_rouge);
}

.inscription input,
.inscription select,
.inscription textarea {
    background: var(--iq_gris);
    border: none;
    border-radius: 5px;
}

.inscription input[type="Submit"] {
    background: var(--iq_bleu);
    color: #fff;
    border: 2px solid transparent;
    border-radius: 25px;
}

.inscription input[type="Submit"]:hover {
    background: var(--iq_rouge);
    border: 2px solid var(--iq_rouge);
    color: #fff;
}

.inscription textarea {
    border-radius: 5px;
    min-height: 100px;
    max-height: 200px;
}

.consens {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 13px;
    gap: 5px;
    color: var(--iq_bleu);
}

.consens label {
    text-align: left;
    flex: 1;
    display: block;
}

.consens input[type="checkbox"] {
    padding: 0 10px 0 0;
    min-width: 14px;
    height: 14px;
    margin: 0;
}

.consens a {
    background: none;
    padding: 0;
    color: #fff;
    display: inline;
    width: auto;
    text-align: left;
    text-decoration: underline;
}

.consens a:hover {
    text-decoration: none;
    background: none;
}


.add-calendar {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: var(--iq_bleu);
    padding: 15px;
    border-top: 1px solid var(--iq_bleu);
}

.add-calendar .icon {
    color: var(--iq_bleu);
    font-size: 1.25rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.add-calendar .icon:hover {
    color: var(--iq_rouge);
}

.message h2.icon,
.decompte2 h2.icon {
    font-size: 60px;
    padding: 0;
}

.message p {
    font-size: 19px;
    padding: 25px 0 15px 0;
}

.message p span {
    font-size: 22px;
}

.message img {
    width: 50px;
    height: auto;
    padding-bottom: 25px;
}

/* =====[ FORMULAIRE ]======================================================================== */
::placeholder {
    color: var(--iq_bleu);
    opacity: 1 !important;
    font-weight: 300;
}

form em {
    font-size: 13px;
    color: var(--iq_bleu);
    display: block;
    text-align: center;
    margin: 50px 0 0 0;
}

form p {
    padding: 10px 0 25px 0;
}

input:first-child {
    margin-top: 15px;
}

select {
    border-radius: 0;
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input,
select,
textarea {
    background: #f1f1f1;
    padding: 10px;
    border: none;
    font-size: 13px;
    color: var(--iq_bleu);
    border-radius: 0;
    margin-bottom: 10px;
}

.custom-select {
    position: relative;
    width: 100%;
}

.custom-select select {
    -webkit-appearance: none;
    appearance: none;
    font-weight: 300;
    cursor: pointer;
}

.custom-select::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: var(--iq_bleu);
    padding: 2.3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) scale(0.9);
    right: 10px;
    top: 13.7px;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    width: 100%;
}

textarea {
    resize: vertical;
}

input[type="Submit"],
.btn-main {
    background: var(--iq_bleu);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    border: 2px solid transparent;
    border-radius: 25px;
    padding: 8px 50px;
    cursor: pointer;
}

input[type="Submit"]:hover,
.btn-main:hover {
    background: var(--iq_rouge);
    border: 2px solid var(--iq_rouge);
    color: #fff;
}


/* =====[ ERROR message ]======================================================================== */

span.error {
    color: #f00;
    text-transform: none;
    font-size: 15px;
    padding-bottom: 5px;
}

select.error {
    color: #f00;
}

select[data-gtm-form-interact-field-id],
select.error option {
    color: var(--iq_bleu);
}

.error::placeholder {
    color: #f00 !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: #f00;
}

.generic_error {
    color: #f00;
}

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

.jw-aspect.jw-reset {
    background-color: #fff;
}

#div_questionnaire textarea {
    border-radius: 0 0 10px 10px;
    font-size: 1rem;
    padding: 20px;
}

.sondage {
    text-align: center;
    margin: 5% 0;
}

.succes {
    text-align: center;
}

.succes .icon {
    font-size: 50px;
    padding: 25px 0 0 0;
    color: var(--iq_bleu);
}

.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 h2 {
    color: var(--iq_bleu);
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
}

.conf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.conf ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.conf ul li {
    list-style: none;
    margin: 0;
}

.conf ul li img {
    min-width: 200px;
    border-radius: 10px;
    margin-bottom: -5px;
}

.conf h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 0;
    color: var(--iq_bleu);
}

.info {
    margin: 5% 0;
}

.info h3 {
    text-align: center;
    color: var(--iq_bleu);
    padding-top: 0;
    margin-bottom: 25px;
}

.info p {
    padding: 0 0 20px 0;
}

.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: var(--iq_bleu);
}

.info ul.load li:hover a {
    color: var(--iq_rouge);
}

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: #000;
    fill: #000;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.iconsupport figure:hover .icon,
.iconsupport figure:hover figcaption {
    color: var(--iq_rouge);
    fill: var(--iq_rouge);
}

/* =====[ BAS DE PAGE ]======================================================================== */
.bg-soutien {
    background: var(--iq_gris);
}

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: #7e7d7b;
    fill: #7e7d7b;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

ul.soutien li:hover .icon,
ul.soutien li:hover figcaption {
    color: var(--iq_rouge);
    fill: var(--iq_rouge);
}

.copyright {
    padding: 25px 0;
    text-align: center;
    font-size: 13px;
    background: var(--iq_bleu);
    color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}

/* :::::[ IPAD HORIZONTAL ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1300px) {
    .connexion input[type="submit"] {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .bg_player {
        flex-direction: column;
    }

    .onglet {
        padding-left: 0;
        width: 100%;
    }

    .contenu-player {
        width: 100%;
    }

    .tabcontent iframe {
        height: 400px;
    }
}

/* :::::[ GENERALE plus petit qu'un ipad vertical' ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1008px) {
    .accueil .page {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .connexion form,
    .connexion div {
        flex-wrap: wrap;
    }

    .connexion input[type="email"],
    .connexion input[type="password"] {
        margin: 0 0 5px 0;
    }

    .inscription {
        margin-top: 5%;
    }

    .inscription form,
    .inscription .message {
        min-height: 200px;
    }
}

/* :::::[ 752 PIXELS LAYOUT (IPHONE HORIZONTALE)]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 752px) {
    h1 {
        font-size: 2.5rem;
    }

    .header .page {
        flex-direction: column;
        gap: 0;
    }

    .header .outil .page {
        width: 100%;
    }


    .titre-accueil,
    .inscription {
        width: 100%;
    }

    .titre span > span {
        padding-left: 0;
        display: block;
    }

    .connexion {
        width: 100%;
    }

    .connexion h2 {
        text-align: center;
        margin: 15px 0;
    }

    .sondage a {
        display: inline-block;
        margin-bottom: 10px;
    }

    .conf {
        flex-direction: column;
    }

    .question input[type="text"],
    .question input[type="email"],
    .question input[type="password"],
    .question select {
        width: 100%;
    }
}

/* :::::[ 464 PIXELS LAYOUT (iphone vertical) ]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 464px) {
    h1 {
        font-size: 2rem;
    }

    .accueil strong {
        font-size: 18px;
    }

    .header img {
        margin: 0 auto;
    }

    .header ul {
        text-align: center;
    }

    .inscription .message {
        min-height: 0;
    }

    .connexion {
        width: 100%;
    }

    .connexion h2 {
        text-align: center;
    }

    .connexion ul li {
        font-size: 10px;
        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%;
        font-size: 20px;
    }

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

    .conf ul {
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .iconsupport {
        flex-direction: column;
        align-items: flex-start;
    }

    .bg-info h2 {
        text-align: center;
    }
}

/* :::::[ 330 PIXELS LAYOUT (iphone vertical) ]::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 330px) {

    .tab,
    .tab2 {
        flex-direction: column;
    }

    .tab button,
    .tab2 button {
        border-radius: 0 !important;
    }

    .inscription h2 strong {
        font-size: 2.85rem;
    }

    .inscription h2 {
        font-size: 1.85rem
    }
}

@media screen and (max-width: 1020px) {
    #launcher {
        bottom: 32px !important;
    }
}
