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

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'), url('fonts/Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'), url('fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'), url('fonts/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'), url('fonts/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'), url('fonts/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'), url('fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'), url('fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'), url('fonts/Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'), url('fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'), url('fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'), url('fonts/Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'), url('fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'), url('fonts/Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 1000;
    font-style: italic;
    font-display: swap;
}

/* =====[ VARIABLES CSS / COULEURS ]======================================================================== */
:root {
    --bni-nbi_dark_blue: #003350;
    --bni-nbi_red: #f90008;
    --bni-nbi_lightBlue: #f1f5f6;
    --bni-nbi_lightGray: #f7f7f7;
    --bni-nbi_mediumGray: #cccccc;
    --bni-nbi_darkGray: #414141;
}

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

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

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

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

body {
    font-size: 15px;
    color: #414141;
    margin: 0;
    padding: 0;
    z-index: 0;
    background: #fff;
}

body,
::placeholder,
textarea {
    font-family: "Gilroy", Arial, sans-serif;
}

h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

p {
    padding: 10px 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

a:hover {
    color: #000;
}

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

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

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.icon {
    font-family: unset;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 10px;
}

/* 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 */

/* =====[ 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(--bni-nbi_red);
        transform-origin: left;
        -webkit-animation: scroll_watcher linear;
        animation: scroll_watcher linear;
        animation-timeline: scroll();
    }

    @keyframes scroll_watcher {
        to {
            scale: 1 1;
        }
    }
}

/* =====[ Header ]======================================================================== */

.header {
    padding: 20px 0;
}

.header .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

header {
    background: #444444;
}

header .icon {
    font-size: 18px;
}

header .petit {
    font-size: 14px;
}

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

header ul li {
    padding: 10px;
    color: #fff;
}

header ul li a {
    color: #fff;
}

header ul li a:hover {
    color: #e7131f;
}

.deconnexion {
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 15px;
}

.langue {
    background: #444;
    color: #fff;
    font-size: 13px !important;
    margin-left: 10px;
}

.langue a,
.langue a:hover {
    color: #fff;
}

.langue:hover {
    background: #e7131f;
}

.langue .icon {
    padding-left: 0;
}

.accueil {
    background: url(bg.jpg) no-repeat left center;
    background-size: cover;
    padding: 3% 0;
}

.accueil .page {
    max-width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}

.titre-accueil {
    width: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.container_pastille {
    width: max(95%, 690px);
    max-width: 100%;
}

.pastille {
    display: grid;
    justify-content: center;
    margin-top: 25px;
}

.pastille img {
    margin: 0;
    width: 300px;
}

.titre-accueil img {
    display: block;
    max-width: 100%;
    width: 150px;
    height: auto;
}

.titre-accueil h1 {
    margin: 0;
    width: max(90%, 650px);
    max-width: 100%;
    text-wrap: pretty;
}

.titre-accueil h2 {
    font-size: 1.65rem;
    font-weight: 700;
    margin: 0;
}

.titre-accueil span {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.accueil .info h3 {
    color: #fff;
}

.accueil .info h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.titre {
    padding: 25px 0;
    background: #00324d;
    color: #fff;
}

.accueil .info {
    color: #fff;
    margin: 0;
}

.accueil .info p {
    padding-top: 15px;
}

.titre_quick {
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    font-size: 16px;
}

.titre_quick *:not(.lien_ancre) {
    align-items: center;
}

.titre_quick a,
.titre_quick a svg {
    color: inherit;
    transition: all 0.25s ease-in-out;
}

.titre_quick a:hover,
.titre_quick a:hover svg {
    color: var(--bni-nbi_red);
    fill: var(--bni-nbi_red);
}

.titre_quick > div + div:not(.lien_ancre) {
    margin-top: 5%;
}

.titre_quick svg {
    height: 32px;
    width: 32px;
    fill: #fff;
}

.titre_quick ul {
    padding-left: 25px;
}

.lien_ancre {
    margin-top: 15%;
    flex-direction: column;
    align-self: flex-start;
}

.lien_ancre a {
    text-decoration: underline;
    font-size: x-large;
}

.head {
    padding: 50px 0 0 0;
}

.connexion {
    width: 65%;
    z-index: 1;
}

.connexion h2 {
    font-size: 24px;
    text-align: left;
}

.connexion h2 strong {
    color: #00324d;
}

.connexion form,
.connexion div {
    display: flex;
    flex-wrap: nowrap;
    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;
    text-align: center;
    padding: 0 20px;
    background: url(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: 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 ]======================================================================== */

.tab {
    border: none;
    background: #fff;
    width: 100%;
    height: auto;
    display: flex;
}

.tab button {
    background: inherit;
    color: var(--bni-nbi_dark_blue);
    padding: 15px 20px;
    width: 100%;
    border: 1px solid var(--bni-nbi_dark_blue);
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background: var(--bni-nbi_red);
    color: #fff;
}

.tab button.active {
    background: var(--bni-nbi_dark_blue);
    color: #fff;
}

.tabcontent {
    padding: 15px 0 0 0;
    width: 100%;
    border-left: none;
    height: auto;
}

.tab2 {
    display: flex;
    flex-wrap: wrap;
    border: none;
    background: #fff;
    width: 100%;
    height: auto;
    transform: translateZ(0);
}

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

.tab2 button:hover {
    background: #00314f;
    color: #fff;
}

.tab2 button.active2 {
    background: #fff;
    color: #9a9a9a;
    cursor: default;
}

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

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

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

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

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

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

.inscription em a {
    color: #e7131f;
    font-weight: 700;
}

.add-calendar {
    background: var(--bni-nbi_dark_blue);
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 0 0 10px 10px;
}

.add-calendar a {
    color: #fff;
}

.add-calendar a:hover {
    color: #e7131f;
}

.add-calendar .icon {
    font-size: 26px;
}

.inscription h2 {
    font-size: 26px;
    text-align: center;
    color: #00324d;
    line-height: 1;
    margin-bottom: 20px;
}

.inscription h2 strong {
    font-size: 50px;
    display: block;
    color: var(--bni-nbi_red);
    font-weight: 700;
}

.inscription p {
    font-size: 13px;
    text-align: center;
    color: #00324d;
}

.inscription input {
    background: #efefef;
    border: none;
}

.inscription input[type="Submit"] {
    background: var(--bni-nbi_red);
    color: #fff;
}

.inscription input[type="Submit"]:hover {
    background: var(--bni-nbi_dark_blue);
    color: #fff;
}

.inscription .message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
    min-height: 600px;
}

.message h2.icon,
.decompte2 h2.icon {
    font-size: 50px;
    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;
}

.inscription .large {
    padding: 20% 35px;
    min-height: 250px;
}

.biography {
    background: #00324d !important;
    color: #fff;
}

.biography h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.biography p:first-of-type {
    padding-top: 15px;
}

.consens {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.consens label {
    flex: 1;
    text-align: justify;
    display: block;
    color: #000;
    font-size: 12px;
}

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

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

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

.consens p {
    text-align: left;
}

/* =====[ SECTION NOTE ]======================================================================== */

#note {
    background: var(--bni-nbi_lightGray);
    color: var(--bni-nbi_dark_blue);
}

.note_container {
    padding: 5% 0;
    max-width: 85%;
    margin: auto;
}

.note_container strong {
    font-size: 0.8rem;
}

/* =====[ SECTION HORAIRE ]======================================================================== */

#horaire {
    margin-top: 5%;
}

.horaire_titre_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1%;
}

.horaire_titre_container p {
    padding: 0;
    text-align: center;
}

.horaire_infos_container {
    margin-top: 50px;
}

.horaire_bloc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bni-nbi_lightGray);
    padding: 2rem;
    color: var(--bni-nbi_dark_blue);
}

.horaire_bloc + .horaire_bloc {
    margin-top: 15px;
}

.horaire_infos p {
    padding: 0;
    font-size: 0.85rem;
}

.heure {
    display: block;
}

.horaire_titre {
    font-size: 1.15rem;
    color: var(--bni-nbi_red);
    margin: 0;
}

.horaire_infos {
    max-width: 85%;
}

.horaire_precision {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.horaire_precision > span {
    font-style: italic;
}

.role {
    margin-top: 15px;
}

.webdiffusion_icon {
    height: 25px;
    width: 25px;
    fill: var(--bni-nbi_red);
}

.horaire_bloc .webdiffusion_icon {
    height: 32px;
    width: 32px;
}

/* =====[ ARCHIVE ]======================================================================== */

.btn-archive a {
    display: inline-block;
    background: #e7131f;
    border: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin-top: 5%;
    padding: 5px;
    border-radius: 25px;
    min-width: 150px;
}

/* =====[ FORMULAIRE ]======================================================================== */
::placeholder {
    color: var(--bni-nbi_dark_blue);
    opacity: 1 !important;
}

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

form p {
    padding: 10px 0;
}

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

label {
    display: none;
}

select {
    border-radius: 0;
}

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: 13px;
    color: #000;
    border-radius: 0;
    margin-bottom: 10px;
}

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

textarea {
    width: 100%;
    padding: 20px;
}

select {
    width: 100%;
    height: 38px;
}

.sondage .btn-main {
    display: block;
    background: none;
    color: var(--bni-nbi_red);
    border: 2px solid var(--bni-nbi_red);
    font-weight: 700;
}

.sondage .btn-main:hover {
    background: var(--bni-nbi_red);
    color: #fff;
}

input[type="Submit"] {
    background: #e7131f;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    min-width: 200px;
    margin-bottom: 0;
    font-weight: 700;
    border-radius: 25px;
}

input[type="Submit"]:hover,
a.btn-main:hover,
a.btn-sec:hover {
    background: #00324d;
    color: #fff;
}

a.btn-sec:hover {
    border: 1px solid #5295b9;
}

a.btn-main {
    display: inline-block;
    background: #e7131f;
    border: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 25px;
}

a.btn-main span,
a.btn-sec span {
    font-size: 25px;
    padding-right: 15px;
    vertical-align: middle;
}

a.btn-sec {
    border: #015a84 1px solid;
    background: #fff;
    font-size: 20px;
    color: #015a84;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 40px;
    display: block;
}

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

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

.error {
    color: #f00;
}

.error::placeholder {
    color: #f00;
}

.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 ]======================================================================== */
.titre {
    font-weight: 700;
}

.titre h1 {
    font-size: 28px;
    margin: 15px 0 0 0;
    color: #fff;
}

.titre span > span {
    padding-left: 35px;
}

.titre_page_video {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 10px;
}

.titre_page_video h2 {
    font-size: 1.25rem;
}

.titre_page_video span {
    font-size: 1rem;
}

.bg_player {
    padding: 5% 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.player {
    max-width: 960px;
    width: 100%;
    margin: 0 0 0 0;
    z-index: 5;
    position: relative;
}

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

.question {
    max-width: 960px;
    width: 100%;
}

.question input[type="Submit"] {
    margin-top: 25px;
}

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

.question input:nth-child(2n + 2) {
    float: right;
}

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

.succes {
    text-align: center;
}

.succes .icon {
    font-size: 40px;
    padding: 25px 0 0 0;
}

.succes img {
    padding: 10px;
}

.succes p {
    text-align: center;
    margin-bottom: 20px;
}

.question,
.bouton-lang {
    width: 100%;
    margin: 0;
}

.bouton-lang {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 0;
    align-items: center;
    gap: 10px;
}

.bouton-lang a {
    margin: 1px 0 0 2px;
    font-size: 14px;
    font-weight: 700;
}

.bouton-lang span {
    padding: 0 15px 0 0;
}

.bouton-lang span {
    padding: 0 15px 0 0;
}

.iconsupport {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
}

.iconsupport .icon {
    font-size: 25px;
    padding: 0;
}

.iconsupport .petit {
    font-size: 20px;
}

.iconsupport a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.iconsupport a,
.iconsupport a span {
    color: var(--bni-nbi_dark_blue);
    transition: all 0.25s ease-in-out;
}

.iconsupport a:hover,
.iconsupport a:hover span {
    color: var(--bni-nbi_red);
}

#conferenciers {
    margin: 5% 0;
}

#conferenciers .conferencier_card_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    margin-top: 25px;
}

#conferenciers .conferencier_name_container {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 5px;
}

#conferenciers .conferencier_name_container span {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

#conferenciers .conferenciers_container p {
    font-size: 16px;
}

#conferenciers .conferencier_card_img_container img {
    width: 80px;
}

#conferenciers .conferencier_card_img_info a {
    font-size: 1rem;
}

#conferenciers .conferencier_card_img_info h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.iconsupportarchive div {
    margin: 0.5em;
}

/* =====[ CONTENU ]======================================================================== */
.bg-info {
    /*padding: 0 0 50px 0;*/
    background: #fff;
}

.bg-info h2 {
    text-transform: uppercase;
    color: var(--bni-nbi_dark_blue);
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
}

.info_name {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.info_description {
    padding: 0;
    font-size: 0.85rem;
}

.info_description a {
    color: #fff;
}

.info_description_page_video a {
    color: var(--bni-nbi_dark_blue);
}

.info {
    margin: 5% 0;
}

.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-left: 0;
    padding: 5px 0;
}

/*pour une liste de téléchargement*/
.info ul.load a {
    display: inline-flex;
    gap: 5px;
    color: var(--bni-nbi_dark_blue);
}

.info ul.load a:hover {
    color: var(--bni-nbi_red);
}

a.show {
    font-size: 18px;
    color: #015a84;
}

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/bni-nbi/images/2020_v2/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/bni-nbi/images/2020_v2/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;
}

.icones_accueil {
    display: grid;
    gap: 25px;
    margin: 5% 0;
}

.icones_accueil p {
    font-size: 1.5rem;
    font-weight: 300;
    padding: 0;
}

.titre-accueil .conferencier_name_container {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 5px;
}

.titre-accueil .conferencier_name_container span {
    margin: 0;
    padding: 0;
}

.titre-accueil .conferenciers_container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    width: max(75%, 550px);
    max-width: 100%;
    text-wrap: pretty;
}

.titre-accueil .conferenciers_container p {
    font-size: 16px;
}

.titre-accueil .conferencier_card_container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.titre-accueil .conferencier_card_img_container img {
    width: 80px;
}

.titre-accueil .conferencier_card_img_info a {
    font-size: 1rem;
}

.titre-accueil .conferencier_card_img_info h3 {
    font-size: 1rem;
    font-weight: 700;
}

.date_accueil,
.confs_accueil {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.soutien .icon {
    font-size: 50px;
    padding: 0 0 10px 0;
}

.soutien .petit {
    font-size: 40px;
    padding: 0 0 20px 0;
}

ul.soutien {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
}

ul.soutien li {
    display: inline-block;
    margin: 0 5%;
    padding: 25px;
    vertical-align: top;
    font-size: 13px;
}

ul.soutien li img {
    vertical-align: middle;
    padding-bottom: 15px;
}

ul.soutien li a,
ul.soutien li a h2 {
    color: var(--bni-nbi_mediumGray);
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

ul.soutien li a:hover,
ul.soutien li a:hover h2 {
    color: #e7131f;
}

.notes-legale {
    margin-top: 5%;
    margin-bottom: 5%;
}

.notes-legale h4 {
    font-weight: 700;
    padding: 0;
}

.notes-legale p {
    padding: 0;
    color: var(--bni-nbi_dark_blue);
    font-size: 14px;
    font-style: italic;
}

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

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

.confidentialite {
    padding: 25px 0;
    text-align: center;
    font-size: 13px;
    background: var(--bni-nbi_lightBlue);
    color: #015a84;
    font-weight: 700;
}

.confidentialite a {
    color: #015a84;
    font-weight: 700;
    text-decoration: none;
}

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

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

    .titre_quick {
        font-size: 16px;
    }
}

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

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

    .contenu-player {
        width: 100%;
    }

    .tabcontent iframe {
        height: 400px;
    }
}

/* :::::[ Fix footer avec media sociaux ]:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1020px) {
    .copyright {
        margin-bottom: 36px;
    }
}

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

@media screen and (max-width: 1008px) {
    .accueil {
        padding: 5% 0;
    }

    .accueil .page {
        flex-direction: column;
    }

    .titre-accueil > div:first-of-type {
        max-width: none;
    }

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

    .header ul li img {
        width: 25px;
    }

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

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

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

    .inscription {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .img-accueil {
        display: none;
    }

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

    .inscription h2 {
        font-size: 24px;
    }

    .inscription h2 strong {
        font-size: 35px;
    }

    .conf {
        flex-direction: column;
    }

    .conf ul,
    .titre-accueil,
    .titre-accueil h1,
    .container_pastille,
    .titre-accueil .conferenciers_container,
    .inscription .message,
    .connexion {
        width: 100%;
    }
}

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

@media screen and (max-width: 752px) {
    .header img {
        max-width: 180px;
    }

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

    .logo {
        width: 40%;
    }

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

    .bg_player {
        padding: 10% 0;
    }

    .conf ul {
        flex-wrap: wrap;
    }

    .conf ul li {
        width: 100%;
    }

    .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) {
    h1 {
        font-size: 2rem;
    }

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

    .header img {
        margin: 0 auto;
    }

    .header ul {
        text-align: center;
    }

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

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

    .connexion ul li {
        font-size: 10px;
        background: none;
        padding: 0 10px;
    }

    .connexion ul li span {
        background: #fff;
    }

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

    .connexion input[type="submit"] {
        width: 100%;
        font-size: 20px;
    }

    .connexion ul li span {
        border: none;
    }

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

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

    .horaire_infos {
        max-width: none;
    }

    .tab {
        flex-direction: column;
    }

    .titre-accueil .conferencier_card_container {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .conferencier_name_container {
        justify-content: center;
    }
}

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