﻿.iti__flag {
    background-image: url("/images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/images/flags@2x.png");
    }
}

.iti {
    display: block;
}
    .iti input {
        padding-bottom: 5px !important;
    }
#conteneur_identification label {
    margin-bottom: 0rem;
    font-weight: bold;
}

#tabs {
    margin-top: 3rem;
}

#lblOrganisme {
    background-color: #EBF5FB;
    text-align: center;
}

#lblOrganismeOPQ {
    background-color: #EBF5FB;
    text-align: center;
}

fieldset {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    position: relative;
    margin-top: 30px;
    padding: 1.5rem;
    border-width: .1rem;
}

h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
    text-align: center;
    background: #eff4f7;
    border-bottom: 1px solid #dde0e7;
    box-shadow: 0 -1px 0 #fff inset;
    border-radius: 5px 5px 0 0; /* otherwise we get some uncut corners with container div */
    text-shadow: 1px 1px 0 #fff;
}

#form_modif legend {
    position: absolute;
    top: -30px;
    left: 0;
    color: #095797;
    font-weight: 400;
    width: auto;
    font-size: 1.4rem;
}

#inscr, #leResult, #permisT {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.form-stats {
    display: none;
}

.stats-container {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 1rem;
}

/* Section pour les tabs */
@media (max-width: 768px) {
    .ui-tabs-anchor span {
        display: none !important;
    }

    .d-none d-md-block d-lg-block d-xl-block {
        display: none !important;
    }

    #tabs .fc-timegrid-cols col {
        width: 60px;
    }

    #tabs .fc-event-time {
        font-size: 11px;
    }

    #tabs .fc-event-title {
        font-size: 9px;
    }

    #tabs .fc {
        min-height: 500px;
    }

    html #tabs .ui-tabs-nav .fi {
        position: initial;
        top: initial;
    }

        html #tabs .ui-tabs-nav .fi::before {
            padding: 0;
            width: initial;
            height: initial;
            border: none;
        }

    .fc-toolbar {
        flex-direction: column-reverse;
    }

    .fc-center {
        margin: 10px 0;
    }
}

/*****************************
    Page : AUTHENTIFICATION
*****************************/
#form-authentification-courriel {
    border: 1px solid rgb(226, 226, 226);
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    word-break: break-word;
    border-radius: 0.375rem
}

#form-authentification-courriel-conteneur {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    text-align: center;
    padding: 16px;
    width: 100%;
}

#form-authentification-courriel-cache {
    font-size: 24px;
    font-weight: 600;
}

#btnRenvoyerCode {
    color: #095797;
    text-decoration: none;
}

    #btnRenvoyerCode:hover {
        color: #3374cc;
        text-decoration: underline;
        cursor: pointer;
    }

/***************************************
    Page : REINITIALISATION / REINIMDP / RENVOIINSCRIPTION
****************************************/
.confirmation-conteneur {
    display: none;
    text-align: center;
}

.confirmation-conteneur-boutons .btn {
    width: 50%;
}

/*****************************
    Page : RENVOIREINIMDP
*****************************/
#renvoiReiniMDP-boutons {
    display: flex;
    flex-direction: column;
}

    #renvoiReiniMDP-boutons .btn {
        white-space: nowrap;
    }

    #renvoiReiniMDP-boutons > .btn-primary {
        order: 1;
    }

    #renvoiReiniMDP-boutons > .btn-secondary {
        order: 2;
        width: 100%
    }

@media (min-width: 768px) {

    #renvoiReiniMDP-boutons {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

        #renvoiReiniMDP-boutons > .btn-primary {
            order: 2;
        }

        #renvoiReiniMDP-boutons > .btn-secondary {
            order: 1;
            width: 60%
        }
}

/*****************************
    Page : REINIMDP
*****************************/

@media (min-width: 768px) {
    #pswd_info_reini {
        display: none;
        position: absolute;
        left: 102%;
        top: 55px;
        width: 300px;
        padding: 15px;
        background: #fefefe;
        font-size: .8em;
        border-radius: 5px;
        box-shadow: 0 1px 3px #ccc;
        border: 1px solid #ddd;
        z-index: 100;
    }
}

/*****************************
    Page : LIENINVALIDE
*****************************/
#contenur-lienInvalide {
    text-align: center;
}

#boutons-lienInvalide {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}


