:root{
    --color-blue: #2B66E7;
    --color-blue2:#1B478B;
    --color-red: #E30427;
}

@font-face {
    font-family: 'Gotham';
    font-weight: normal;
    font-style: normal;
    src: url("../includes/font/gothamFont/Gotham Medium.otf") format('opentype');
}

@font-face {
    font-family: 'Gotham Light';
    font-weight: normal;
    font-style: normal;
    src: url("../includes/font/gothamFont/Gotham Light.otf") format('opentype');
}

@font-face {
    font-family: "Koulen", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    max-width: 1280px;
    margin: 0 auto;
    font-family: 'Gotham', sans-serif;
    color: var(--color-blue);
    background-image: url('../images/2024/footer_home.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

/********** BACKGROUND - TOP ***********/
.background_default{
    background-image: url("../images/2024/header_default.svg");
    background-repeat: no-repeat;
}

.background_home{
    background-image: url("../images/2024/header_home.svg");
    background-repeat: no-repeat;
}

/********** HEADER ***********/
.header_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo{
    padding: 20px 0 0 70px;
}

.logo_header_img{
    width: 200px;
}

nav {
    display: flex;
    gap:15px;
    padding: 70px 40px 0 0 ;
}

.home{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 35px;
    padding: 118px 80px;
    width: auto;
}

.header_img_index{
    width: 400px
}

.bouton_home{
    background-color: #FF008C;
    color: white;
    border:2px solid transparent;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 18px;
}

.bouton_home img{
    margin-right: 8px;
}

.bouton_home:hover{
    background-color: #d20076;
}

/********** NAVIGATION ***********/
.button_nav {
    text-align: center;
}

.button_ep {
max-width: 200px;
color: #FF008C;
}

.button_ep .my_link {
    color: #FF008C;
    border: 2px solid #FF008C;
}

.my_link {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 50px;
    border: 2px solid #3548D5;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    max-width: 100%;
    color: var(--color-blue);
    height: 30px;
    background-color: #FFF;
}

.button_nav:hover .my_link, .active .my_link {
    background: #FF008C;
    color: white;
    border:2px solid transparent;
}

.icon_nav {
    margin-right: 10px;
}

.button_nav:hover .icon_nav, .active .icon_nav {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(358deg) brightness(103%) contrast(101%);
}

.comment {
    padding: 0 10px;
    font-size: 9px;
    font-style: italic;
    margin-top: 6px;
    white-space: normal;
}

.button_nav:hover .comment, .active .comment {
    color: #FF008C;
}

/********** FOOTER ***********/
    footer{
        margin-top: 130px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 80px 0;
        color: var(--color-blue2);
    }

    .info_lead{
        padding-bottom: 30px;
        font-size: 14px;
        line-height: 15px;
    }

    .info_logo{
        width: 167px;
    }

    .info_coordonnees{
        display: flex;
        gap: 15px;
    }

    .info_coordonnees a{
        color: var(--color-blue2);
    }

    .info_reseaux{
        padding-top: 16px;
    }

    .logo_reseaux{
        padding: 13px 0;
        display: flex;
        gap: 14px;
    }

    .logo_partenaires{
        padding-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
    }

    .logo_partenaires img{
        height: 100%;
    }

    .mentions_footer{
        align-self: end;
        margin: 0 0 20px 120px;
    }

    /********** MAIN - COMMUNS ***********/
    .main_title{
        padding-top: 163px;
        text-align: center;
        font-family: "Koulen", sans-serif;
        font-size: 50px;
        background: linear-gradient(215deg, #3548D5 10.58%, #1C8DFE 92.16%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .main_title img{
        padding-top: 25px;
    }

    .link{
        text-decoration: none;
        color: #1B478B;
    }

    /********** MAIN - HOME ***********/
    main{
        padding: 0 80px 30px;
        color: #1B478B;
        font-size: 22px;
        display: flex;
        flex-direction: column;
        gap : 70px;
    }

    .lien_video {
        color: #FF008C;
        font-weight: bold;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap : 38px;
        padding: 0 90px;
    }

    .image_separation_video{
        width : 35px;
    }

    .intro p{
        margin: 20px 0;
        line-height: 30px;
    }

    .intro_bold{
        font-weight: 600
    }

    .intro_italic{
        font-style: italic;
    }

    .color_pink{
        color: #FF008C;
    }

    .informations{
        font-size: 20px;
    }

    .informations h2{
        display: inline-block;
        border-radius: 10px;
        background: var(--color-blue);
        color: white;
        padding: 5px 7px;
        margin-bottom: 10px;
    }

    .informations p {
        margin-bottom: 5px;
    }

    .informations span{
        color: var(--color-blue2);
        font-weight: 600;
    }

    .color_blue{
        color: var(--color-blue);
    }

    .color-red{
        color: var(--color-red);
    }

    /********** FORM - COMMUNS ***********/
    /* Champ input text*/
    .input_text {
        border-radius: 6px;
        border: 2px solid #1B478B;
        height: 30px;
        background: #EDF4FF;
        margin: 0 8px;
    }

    /* champ select */
    .select_form{
        border-radius: 6px;
        border: 2px solid #1B478B;
        height: 30px;
        background: #EDF4FF;
    }

    /* champ radio */
    .radio_form {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .fonction_input {
        position: relative;
        cursor: pointer;
        user-select: none;
        padding-left: 28px;
    }

    .fonction_input input:checked + label::before {
        border-color: #1B478B;
        background-color: #1B478B;
        box-shadow: inset 0 0 0 4px #EDF4FF; /* Ajoute un espace entre le cercle et la bordure */
    }

    .fonction_input label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 2px solid #1B478B;
        border-radius: 50%;
        background-color: #EDF4FF;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .fonction_input label {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px; /* Espacement entre le bouton radio et le texte */
    }

/* Checkbox */
.checkbox-input {
    position: relative;
    padding-left: 25px; /* Espace pour le bouton de la case à cocher */
    cursor: pointer;
    user-select: none;
}

.checkbox-input{
    margin-bottom: 15px;
    color: #1B478B;
    font-size: 18px;
}

.checkbox_form {
    position: absolute;
    opacity: 0;
    pointer-events: none; /* Ignore les événements de la souris pour les cases à cocher invisibles */
}

.checkbox-input input:checked + label::before {
    border-color: #1B478B;
    background-color: #1B478B;
    box-shadow: inset 0 0 0 4px #EDF4FF;
}

.checkbox-input label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #1B478B;
    border-radius: 4px; /* Bordures légèrement arrondies pour une case à cocher */
    background-color: #EDF4FF;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-input input:checked + label::before {
    background-color: #1B478B;
    border-color: #1B478B;
}

.checkbox-input label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px; /* Espacement entre la case à cocher et le texte */
}

    .exercice_table {
        display: flex;
        flex-direction: column;
        gap:10px;
    }

    /* Bouton */
    .button {
        background: linear-gradient(white, white) padding-box,
        linear-gradient(140deg, #3548D5 16.04%, #1C8DFE 87.5%) border-box;
        border-radius: 53px;
        border: 3px solid transparent;
        padding: 8px 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: transparent;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        font-family: 'Gotham', sans-serif;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    .button span {
        position: relative;
        z-index: 2;
    }

    .button::before {
        content: attr(data-text);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(140deg, #3548D5 16.04%, #1C8DFE 87.5%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        z-index: 1;
    }

    /* Style au survol */
    .button:hover {
        background: #FF008C;
    }

    .button:hover span {
        color: #fff;
    }

    .button:hover::before {
        background: none;
        color: white;
    }

    .btn_second_style {
        background: linear-gradient(90deg, #CB0572 0%, #FF008C 100%);
        color: #fff;
        padding: 8px 18px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 53px;
        cursor: pointer;
        border: none;
        font-family: 'Gotham', sans-serif;
    }

    .btn_second_style:hover {
        background: linear-gradient(90deg, #c4006b 0%, #e3007d 100%);
    }

    .btn_not_allowed{
        cursor: not-allowed;
    }

    .btn_pointer{
        cursor: pointer;
    }

    .button_inscription{
        border: #FF008C 3px solid;
        color: #FF008C;
        background-color: white;
        border-radius: 53px;
        padding: 8px 18px;
        font-family: 'Gotham', sans-serif;
        font-size: 16px;
        font-weight: 800;
        cursor: pointer;
    }

    .button_inscription:hover{
        background-color: #FF008C;
        color: #fff;
    }

    /********** MAIN - INSCRIPTION ***********/

    #main-inscription{
        padding: 0 163px;
    }

    #TUC_contener{
        padding:0 140px;
        color: #1B478B;
        font-size: 18px;
    }

    #formtuc{
        margin-top: 90px;
    }

    .hide{
        display: none
    }

    .mentions_legales{
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        color: #1B478B;
    }

    .form_inscription{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        gap:32px;
        padding-bottom: 80px;
    }

    .form_cas{
        width: 155px;
        text-align: right;
        font-size: 40px;
        font-weight: 600;
    }

    .form_cas span{
        display: inline-block;
        font-size: 22px;
        transform: translateY(-30%);
        font-weight: 350;
    }
    .form_image img{
        height: 87px;

    }
    .form_infos{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 760px;
        font-size: 16px;
        font-weight: 300;
    }

    .form_input{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 620px;
        margin-top: 20px;
    }

    .form_input .input_text {
        width : 444px;
    }

    .mentions_legales .link_underline{
        color: #1B478B;
        text-decoration: underline;
        text-decoration-color: #1B478B;
    }

    .separator-middle{
        text-align: center;
        padding-top: 70px;
    }

    /********** MAIN - ESPACE PERSO ***********/
    #menu_onglet{
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        gap: 10px;
        font-size: 18px;
        font-weight: 550;
        margin: 88px 0 64px 0;
    }

    .onglets, .onglets_pre_active label{
        margin: 0 10px;
        opacity: 0.7;
        background: linear-gradient(140deg, #3548D5 16.04%, #1C8DFE 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .onglets label {
        cursor: not-allowed;
    }

    .onglets_selected label, .onglets label, .onglets_active label, .onglets_pre_active label{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .onglets_selected label, .onglets_active label, .onglets_pre_active label {
        cursor:pointer;
    }

    .onglets_selected, .onglets_active {
        border-radius: 33px !important;
        position: relative !important;
        color: #FFF !important;
        padding: 12px 17px !important;
        cursor: pointer;

    }

    .onglets_selected{
        background: linear-gradient(140deg, #3548D5 16.04%, #1C8DFE 87.5%) !important;
    }

    .onglets_active{
        background: linear-gradient(140deg, #7986fc 16.04%, #2791ff 87.5%) !important;
    }

    .onglets_active img, .onglets_selected img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(358deg) brightness(103%) contrast(101%);
    }

    #input_ident{
        font-family: 'Gotham Light', sans-serif;
        color: #1B478B;
    }

    /********** FORM - COORDONNES (inscription) ***********/
    .typo_titre_data{
        display: flex;
        font-size: 22px;
        padding: 50px 0;
        font-weight: 600;
    }

    #input_ident {
        font-weight: 325;
        border: none;
        padding-left: 16px;
        font-size: 22px;
    }

    .typo_titre {
        color: #1B478B;
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 22px;
    }

    .typo_data_titre{
        font-weight: 600;
    }

    .info_1{
        display: flex;
        gap: 50px;
    }

    .typo_data_titre select, .typo_data_titre input {
        width: 157px;
    }

    hr{
        margin: 40px 0 !important;
        border: none;
        height: 2.5px;
        background-color: #D3E3FB;
    }

    .tableau_coordonnees {
        display: flex;
        align-items: flex-start; /* Aligne les éléments au début verticalement */
        width: 100%; /* Prend toute la largeur disponible */
        max-width: 100%; /* Empêche de dépasser la largeur de l'écran */
        box-sizing: border-box; /* Inclus padding et bordure dans la largeur */
    }

    .tableau_coordonnees span {
        min-width: 178px; /* Largeur minimale pour éviter que le texte ne soit trop compressé */
        box-sizing: border-box; /* Assure que les bordures/padding sont comptabilisés */
    }

    .tableau_input {
        width: 80%; /* Le conteneur des radios prend 80% de la largeur */
        max-width: 100%; /* Empêche de dépasser la largeur disponible */
        box-sizing: border-box; /* Prend en compte les bordures et padding */
    }

    #fonction_table {
        display: grid;
        grid-template-columns: 420px 1fr; /* 50px pour la colonne des radios, et le reste pour les labels */
        gap: 11px 60px; /* Espace entre les lignes et colonnes */
        width: 100%;
        box-sizing: border-box;
    }

    .fonction_input {
        display: flex;
        align-items: center; /* Aligne l'input radio et le label verticalement */
    }

    .fonction_input label {
        margin-left: 8px; /* Espace entre l'input radio et le label */
        white-space: nowrap; /* Empêche le texte de passer à la ligne */
    }

    #btn_coordonnees{
        margin-top: 30px;
    }

    .title_adr{
        display: flex;
        align-items: center;
        gap:20px;
        margin: 20px 0;
    }

    .form_adr{
        width: 525px;
    }

    .adr_input{
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 25px;
    }

    .form_adr2{
        display: flex;
        gap: 40px;
    }

    .adr_input2{
        display: flex;
        align-items: center;
        gap:16px;
        margin-bottom: 32px;
    }

    .adr_input2 .input_text{
        max-width: 261px;
    }

    .erreur_input{
        color: red;
        font-size: 12px;
    }

    .adr_radio{
        display: flex;
        gap:40px;
        padding: 16px 0;
        text-transform: uppercase;
    }

    .adr_principale{
        margin-top: 16px;
    }

    .adr_principale .adr_radio{
        text-transform: none;
    }

    .form_email{
        margin-bottom: 16px;
    }

    .form_email .input_text{
        width: 520px;
        margin-right: 30px;
    }

    .information_email{
        font-style: italic;
        margin-bottom: 18px;
    }

    .tel_fixe_mobile{
        display: flex;
        align-items: center;
        gap: 40px;
        margin: 24px 0;
    }

    .information_email span{
        color: #FF008C ;
        font-weight: 600;
    }

    .info_perso .typo_titre{
        margin-bottom: 30px;
    }

    .form_validation{
        margin: 40px 0;
    }

    .required_field{
        margin:60px 0 40px;
        font-style: italic;
    }

    /********** FORM - COORDONNES (fixe) ***********/
    .fixe_civil{
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .fixe_info .typo_data{
        font-family: 'Gotham Light', sans-serif;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .fixe_info{
        margin-bottom: 16px;
    }

    .fixe_rpps{
        font-style: italic;
        font-weight: 800;
    }

    .btn_right{
        text-align: right;
    }

    .adresse{
        margin-bottom: 70px;
    }

    .list_adresse{
        display: flex;
        padding: 16px 24px;
        gap: 140px;
    }

    .pave_adresse{
        border-left: 3px solid #2280F7;
        padding-left: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .bold{
        font-weight: 600;
    }

    .email{
        margin: 28px 0;
    }

    .list_email{
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 8px;
    }

    .pave_email{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .list_tel{
        display: flex;
        gap: 60px;
        margin-top: 8px;
    }

    .list_tel p span{
        font-style: italic;
    }

    #sel_histo{
        font-family: 'Gotham', sans-serif;
        font-size: 18px;
        border-radius: 5px;
        border: 2px solid #1B478B;
        padding: 5px 8px;
        color: #1B478B;
    }

    /********** FORM - INSCRIPTION INTERMEDIAIRE ***********/
    .list_inscription{
        display: flex;
        gap:30px;
        min-height: 322px;
        text-align: center;
    }

    .list_inscription > .inscription_Medtech:nth-child(1) {
        flex: 0 0 34%;
    }

    .inscription_Medtech{
        border: 2px solid #1B478B;
        border-radius: 8px;
        padding: 32px 27px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .title_inscription{
        font-size: 22px;
        font-weight: 600;
        color: #1B478B;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    .info_inscription {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0 24px;
        text-align: left;
    }

    #img_warning {
        flex-shrink: 0;
        width: auto;
        height: auto;
    }

    #inscription_medtech{
        margin: 24px 0;
    }

    .warning{
        color: red;
        text-align: center;
        margin-bottom: 8px;
    }

    .info_medtech{
        font-style: italic;
        font-size: 16px;
    }

    .list_tarifs{
        margin-top: 40px;
    }

    .tarif{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 24px 0;
    }

    .tarif h3{
        font-weight: 600;
    }

    .tarif_standard {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap:80px;
    }

    .item_tarif{
        width: 90%;
        text-align: right;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .tarif_standard .info_medtech{
        margin-top: 20px;
    }

/********** FORMULAIRE - INSCRIPTION (form non medtech) ***********/
#bloc_offre_classique{
    display: flex;
    flex-direction: column;
    gap: 29px;
    padding: 30px 0 0 30px;
}

.input_message{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input_invit{
    display: flex;
    align-items: center;
    gap: 8px;
}

.typo_data_message{
    font-style: italic;
    font-weight: 600;
}

.typo_data_required{
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin-top: 28px;
}

#btn_inscription{
    margin-top: 50px;
}

#tab_offre {
    display: flex;
    flex-direction: column;
    gap: 29px;
    padding: 30px 0 0 30px;
}

.table_formulaire{
    margin-top: 30px;
}

.list_regle{
    margin-top: 16px;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.list_regle li {
    margin-left: 24px;
}

.typo_underline{
    text-decoration: underline;
}

.annulation{
    margin-top: 10px;
}

.annulation a{
    color: #1B478B;
    text-decoration: #1B478B;
}

.annulation span{
    font-weight: 600;
}

/********** REGLEMENT MEDTECH ***********/
.main_reglement{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.main_reglement h2{
    margin-bottom: 0;
}

.reglement{
    margin: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.typo_titre_regle{
    font-size: 22px;
    font-weight: 600;
    color: #E30427;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blue {
    background: linear-gradient(140deg, #3548D5 0%, #1C8DFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reglement ul, .conditions ul{
    list-style-type: disc;
}

.reglement li, .conditions li {
    margin-left: 28px;
    line-height: 22px;
}

.list_reglement{
    display: flex;
    flex-direction: column;
    gap:22px;
}

.reglement p span {
    font-weight: 600;
}

.checkbox_reglement{
    margin: 0 40px;
}

.main_reglement .checkbox-input label::before {
    border-radius: 50%;
}

.button_reglement{
    display: flex;
    align-items: center;
    gap: 40px;
}

#btn_regle_suivant{
    cursor: not-allowed;
}

/********** FORMULAIRE MEDTECH ***********/
.conditions{
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.input_transport{
    margin: 0 65px;
    display: flex;
    align-items: center;
    gap: 118px;
}

.input_transport .fonction_input{
    display: flex;
    align-items: center;
}

.hebergement, .hebergement_offre{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hebergement{
    margin-bottom: 40px;
}

.hebergement_offre h3{
    font-weight: 600;
}

.offre{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-left: 30px;
}

.validation{
    display: flex;
    flex-direction: column;
    gap:24px;
}

#TUC_inscription .typo_data_required{
    margin-bottom: 40px;
}

.label_transport{
    display: flex !important;
    align-items: center;
    gap: 8px;
}

#table_transport_hidden{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top:25px;
}

.message_transport{
    font-size: 16px;
    margin-left: 16px;
    font-style: italic;
}

/********** CONFIRMATION  ***********/
#confirmation{
    display: flex;
    flex-direction: column;
    gap:9px;
}

.paiement_title{
    margin-bottom: 40px !important;
}

#paiement{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#paiement .typo_libelle_data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#submitpaiement{
    margin-top: 10px;
}

.typo_light{
    font-family: 'Gotham Light', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

.typo_light a {
    text-decoration: none;
    color: #1B478B;
    cursor: pointer;
}

/********** INFOS - PRATIQUES ***********/
#TUC_infos{
    padding: 0 138px;
}

.main_detail{
    margin: 80px 0 60px;
    font-size: 18px;
}

.bloc_adresse{
    display: flex;
    border-radius: 20px;
    border: 5px solid #1B478B;
    background: #FFF;
}

.bloc_adresse .adresse{
    padding: 37px 23px 37px 36px ;
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 483px;
    margin: 0;
}

.adresse h3{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1B478B;
}

.titre_rose{
    color: #FF008C !important;
}

.typo_bold{
    font-weight: 600;
}

.image_adresse img{
    width: 450px;
    padding: 12px;
}

.list_transport{
    line-height: 20px;
}

.list_transport li span{
    color: #FF008C;
    font-weight: 600;
}

.list_transport li a {
    color: #1B478B;
}

.logo_air_klm{
    margin-top: 48px;
    display: flex;
}

.img_position{
    margin-top: 22px;
}

.bloc_informations{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.typo_titre_info{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.typo_titre_background {
    background-color: #1B478B;
    color: #FFF;
    text-transform: uppercase;
    padding: 9px 10px;
    align-self: flex-start;
    border-radius: 7px;
    font-weight: 600;
}

.detail_bloc{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail_bloc p{
    color: #1B478B;
    font-size: 18px;
}

/************* BANNIERE COOKIES ***********/
#info-banner {
    background-image: url('./../images/2024/left_cookies.svg'), url('./../images/2024/right_cookies.svg');
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    height: 100px;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1280px;
    background-color: #EDF4FF;
    color: #000;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-family: 'Gotham Light';
    font-size: 18px;
    font-weight: bold;
}

.img_cookie{
    height: 50px;
}

#close-banner {
    margin-left: 16px;
    padding: 13px 77px;
    color: #EDF4FF;
    background-color: #1E1E1E;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

#close-banner:hover {
    background-color: #0056b3;
}
.blink_me { animation: blinker 2s linear infinite; }
.blink_me label{ cursor: pointer; }
@keyframes blinker { 50% { opacity: 0; }}
