﻿:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
    --main-bg-btn-blue-color: #095797;
    --main-bg-btn-blue-color-opacity: #095797CC;
    --main-bg-btn-blue-light-color: #007bff;
    --main-border-color: #e2e2e2;
    --main-error-color: #eb483c;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ui-widget * {
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

#tabs {
    font-family: 'Open Sans', sans-serif;
    font-size: .95rem;
}

.liens-externes {
    background: url(/images/icone-lien-externe.gif) no-repeat 100% 20%;
    padding-right: 15px;
}
/*************************** Balises de bases **************************/
html, body {
    -webkit-overflow-scrolling: touch;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #095797;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #3374cc;
        text-decoration: underline;
    }

    a[href^=tel] {
        pointer-events: none;
        text-decoration: none;
        color: #223654;
    }

.btn-primary,
.btn-primary a {
    background-color: var(--main-bg-btn-blue-color);
    border-color: var(--main-bg-btn-blue-color);
}
    .btn:hover,
    .btn a:hover,
    .btn:focus,
    .btn a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--main-bg-btn-blue-color);
    font-weight: 600;
}

p {
    margin-bottom: 1.5rem;
    margin-top: 0;
    line-height: 1.6rem;
}

label {
    margin-bottom: .5rem;
}

ul {
    padding-left: 40px;
}
.visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.mobile {
    display: block;
}


#masterContent.container {
    margin-top: 20px;
       
}

.desktop {
    display: none;
}
@media (max-width: 768px) {
  
    #masterContent.container {
        padding-right: 0px;
        padding-left: 0px;
       
}
}
@media screen and (min-width: 769px) {
    #masterContent.container {
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media screen and (min-width: 992px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    #masterContent.container {
        max-width : 1350px;
        margin-top: 50px;
    }
}

.adroite {
    margin-right: 5px;
    text-align: right;
}

.agauche {
    margin-left: 5px;
    text-align: left;
}

.aucentre {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cacher {
    display: none;
}

.infoResultat label {
    font-weight: 600;
    margin-top: 0.5rem;
}

.infoResultat_titre {
    text-align: center;
    border-bottom: 1px solid #111;
}

.infoResultat_haut {
    width: 50%;
    float: left;
    text-align: center;
}

.infoResultat_bas {
    width: 100%;
    float: left;
    border-top: 1px solid #111;
}

/***********************
     Spécificité Header
***********************/
header {
    background: var(--main-bg-btn-blue-color);
    color: #fff;
    font-size: 1em;
    font-size: .8rem;
}

    header .btn-link, .navbar-light .navbar-nav .nav-link {
        color: #223654;
    }

.navbar-toggler {
    border: none;
}

header .navbar-brand::first-letter {
    text-transform: capitalize;
}

header .navbar-brand {
    font-size: 1.05rem;
    padding: 0;
}

.logo-header .navbar-expand-lg .navbar-nav {
    flex-direction: column;
}

.logo-header .nav-link {
    padding: 0;
    margin: 0;
}

.logo-header a {
    color: #fff;
}

    .logo-header a:hover,
    .logo-header a:focus {
        text-decoration: underline;
        color: #fff;
    }

.navbar-holder {
    background-color: #f2f1f1;
}

    .navbar-holder .navbar {
        padding: 0 15px;
    }

.navbar {
    padding: 0;
}

.navbar-nav .active {
    background-color: #e6e7e8;
    font-weight: 700;
}

.navbar-holder .nav-item {
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
}

#pivImage {
    max-height: 5rem;
    max-width: 10.175rem;
    padding-bottom: 5px;
}

.logo-et-ministere {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.navbar-site-slogan {
    margin-left: 3rem;
}

#divNonConnecte, #divConnecte {
    margin: 0 0 15px 0;
    float: right;
    display: flex;
}

a#nomPrenom {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 220px;
    text-align: right;
}

@media (min-width: 992px) {
    #divNonConnecte, #divConnecte {
        margin: 0;
        float: right;
    }
}

.dropdown-menu {
    background-color: #f2f1f1;
    width: 100%;
    text-align: right;
    box-shadow: 2px 3px 4px -5px;
    border: none;
}


.version {
    float: right;
    padding-right: 20px;
    color: #ccc;
}

/* Pied de page */
/* Début Liens rapides */

.liens-rapides h2 {
    background-color: transparent;
    color: #FFF;
    border: none;
    padding: 0px;
    margin: 0px 0px 23px 0px;
    font-size: 1.5em;
    font-weight: bold;
}

.liens-rapides h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 12px;
}

.colonne-liens {
    width: 291px;
    margin-right: 63px;
    float: left;
}

    .colonne-liens a:link {
        color: #FFF;
        text-decoration: none;
    }

    .colonne-liens a:visited {
        color: #FFF;
        text-decoration: none;
    }

    .colonne-liens a:hover {
        text-decoration: underline;
    }


    .colonne-liens ul {
        list-style-type: none;
        padding: 0px;
        margin-bottom: 40px;
    }

        .colonne-liens ul li {
            margin-bottom: 7px;
        }

/* Fin Liens rapides */


/* Début Pied de page */

#pied-page {
    margin-top: 30px;
    text-align: center;
    font-size: 0.92em;
}

    #pied-page a:link {
        color: #006FA9;
        text-decoration: none;
        font-size: 1.15em;
    }

    #pied-page a:hover {
        color: #006FA9;
        text-decoration: underline;
    }

ul#menu-pied {
    display: block;
    list-style-type: none;
    margin-bottom: 35px;
    padding: 0;
}

    ul#menu-pied li {
        display: inline-block;
        margin: 0px 35px;
    }



#logo {
}

#credits {
    margin: 25px 0px;
}


/* Master header */
#masterHeader {
}

    #masterHeader h1 {
        padding: 10px 0;
        text-align: inherit;
        background: inherit;
        border-bottom: inherit;
        box-shadow: inherit;
        border-radius: inherit;
        text-shadow: inherit;
    }




.label_ic {
    font-size: 0.7rem;
}


/********************************** 
    Section : FORMULAIRE  
**********************************/

.formulaire .btn-primary {
    border: 0;
}

    .formulaire .btn-primary:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.formulaire .btn {
    margin-top: 20px;
    width: 100%;
    position: relative;
}

.formulaire fieldset {
    margin-top: 0;
    padding: 1.5rem;
    border-width: .1rem;
    border-radius: 5px;
}

.formulaire legend {
    color: #095797;
    font-weight: 400;
    display: block;
    padding: 0 20px;
    width: auto !important;
    text-align: center;
    margin: 0;
    font-size: 1.4rem;
    float: none !important;
}

.form-encadrement {
    position: relative;
    padding: 1rem;
    margin: 1rem auto;
    border: .1rem solid var(--main-border-color);
    width: 80%;
}

.form-group {
    margin-bottom: 1rem;
}

    .form-group.required > label::after, .form-check.required > label::after {
        content: "*";
        color: #ff0000;
    }

.form-conteneur-boutons {
    display: flex;
    flex-direction: column;
}

    .form-conteneur-boutons > .btn-primary {
        order: 1;
    }

    .form-conteneur-boutons > .btn-secondary {
        order: 2;
    }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {


    .form-encadrement {
        width: 80%;
    }

    .ui-dialog {
        width: 70% !important;
    }

    .form-conteneur-boutons {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

        .form-conteneur-boutons > .btn-primary {
            order: 2;
        }

        .form-conteneur-boutons > .btn-secondary {
            order: 1;
        }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .form-encadrement {
        width: 80%;
    }

    .ui-dialog {
        width: 70% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .form-encadrement {
        width: 45%;
    }

    .ui-dialog {
        width: 50% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .form-encadrement {
        width: 40%;
    }

    .ui-dialog {
        width: 50% !important;
    }
}

/********************************** 
    Sous-section : MOT DE PASSE 
**********************************/
#champ-motDePasse {
    position: relative;
}

.form-motDePasse-group .form-control {
    border-inline-end-width: 0;
}

.form-motDePasse-group .input-group-text {
    border-inline-start-width: 0;
    background-color: white;
}


.form-motDePasse-group .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.form-motDePasse-group:focus-within {
    border-radius: 0.375rem;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    border-color: #86b7fe;
    transition: box-shadow 0.2s, border-color 0.2s;
}

    .form-motDePasse-group:focus-within .form-control,
    .form-motDePasse-group:focus-within .input-group-text {
        border-color: #86b7fe;
    }


.form-motDePasse-group .form-control.is-invalid {
    border-color: #dc3545;
    border-right: none;
}

    .form-motDePasse-group .form-control.is-invalid + .input-group-text {
        border-color: #dc3545;
    }


.form-motDePasse-group:focus-within:has(.is-invalid) {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
    border-color: #dc3545 !important;
}

    .form-motDePasse-group:focus-within:has(.is-invalid) .form-control,
    .form-motDePasse-group:focus-within:has(.is-invalid) .input-group-text {
        border-color: #dc3545 !important;
    }

.oeil {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

.form-motDePasse-group:hover .oeil {
    opacity: 1;
}

.oeil.is-active {
    opacity: 1 !important;
}




button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
    cursor: not-allowed;
}

.form-group.required > label::after, .form-check.required > label::after {
    content: "*";
    color: #ff0000;
}

label::first-letter {
    text-transform: capitalize;
}

.info-error-list {
    margin: 0;
    padding: 0;
    font-size: 0.944rem;
    list-style-type: none;
    color: var(--main-error-color);
}

    .info-error-list > .form_error {
        display: block;
    }


.pswd_info {
    font-size: .8em;
    margin: 0.5rem 0 1rem;
}

.pswd_info h6 {
    margin: 10px 0 4px;
    padding: 0;
    font-weight: 700;
    font-size: 0.8rem;
}

.pswd_info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

        .pswd_info ul li {
            display: flex;
            align-items: center;
            gap: 6px;
            padding-left: 0;
            background: none !important;
        }

        .pswd_info ul li .material-symbols-outlined {
            font-size: 18px;
            flex-shrink: 0;
            line-height: 1.4;
            margin-top: 1px; 
        }

        .pswd_info ul li.pwdElemTexte {
            flex: 1;
            line-height: 1.4;
        }

        .pswd_info .pwdElemNeutre {
            color: #6c757d;
        }

                .pswd_info .pwdElemNeutre .material-symbols-outlined {
                    color: #6c757d;
                }

        .pswd_info ul li.pwdElemValid {
            color: #3a7d34;
        }

            .pswd_info ul li.pwdElemValid .material-symbols-outlined {
                color: #3a7d34;
            }

/*** DIALOG BOX ***/
.ui-dialog a {
    color: var(--main-bg-btn-blue-color);
}

    /*.ui-dialog .ui-dialog-buttonpane {
    border: none;
}

    .ui-dialog .ui-dialog-buttonpane button {
        background-color: var(--main-bg-btn-blue-color);
        border: none;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
    }

        .ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-titlebar-close:hover {
            color: #fff;
            background-color: #0069d9;
            border-color: #0062cc;
        }*/

.ui-dialog .ui-dialog-titlebar {
    border: none;
    border-bottom: 1px solid #dddddd;
    background: #fff;
}

.ui-dialog .ui-dialog-title {
    color: var(--main-bg-btn-blue-color);
}

.ui-dialog .ui-dialog-titlebar-close {
    background-color: var(--main-bg-btn-blue-color);
    border: none;
    border-radius: 0.25rem;
}

    .ui-dialog .ui-dialog-titlebar-close::after {
        font-family: 'Open Sans', sans-serif;
        content: "X";
        font-weight: 700;
        font-size: 0.8rem;
        position: absolute;
        top: 1px;
        left: 26%;
        color: #fff;
    }

#candidat {
    display: flex;
}


.badge {
    font-size: 100%;
}

.bg-warning {
    color: #212529;
}

.note-text {
    bottom: -25px;
    left: 0;
    position: absolute;
    font-size: 1rem;
}

/* Calendar */
#tabs .fc-button-primary {
    background-color: var(--main-bg-btn-blue-color);
}

    #tabs .fc-button-primary:hover {
        background-color: var(--main-bg-btn-blue-color-opacity);
    }

#tabs .fc-button-active {
    background-color: var(--main-bg-btn-blue-color-opacity);
}

#tabs .fc-list-empty-wrap2 {
    position: initial;
}

#tabs .fc-toolbar h2 {
    font-size: 1.25rem;
}

#tabs .fc-daygrid-event, #tabs .fc-timegrid-event {
    background-color: var(--main-bg-btn-blue-color);
    color: #fff;
}

    #tabs .fc-daygrid-event:hover, #tabs .fc-event-main:hover {
        color: var(--main-border-color);
    }

    #tabs .fc-daygrid-event .fc-event-time {
        font-weight: bold;
    }

    #tabs .fc-daygrid-event .fc-event-title {
        font-weight: 400;
    }

#tabs .fc-list-day-text:hover, #tabs .fc-list-day-side-text:hover {
    text-decoration: none
}

#tabs .fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(9, 87, 151, 0.10);
}

#tabs .fc-dayGridMonth-view .fc-event-title {
    display: block;
}

#tabs .fc-day-today .fc-daygrid-day-number {
    color: var(--main-bg-btn-blue-color);
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: underline;
}

#tabs .fc-list-day-text, #tabs .fc-list-day-side-text {
    color: #095797;
    text-decoration: none;
}

#tabs .fc-day-today {
    background: #fff;
}

#tabs .fc-daygrid-day-events {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 2px;
}

#tabs .fc-event-main {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 2px;
}

#tabs .fc-daygrid-event {
    display: block;
}

#tabs .fc-daygrid-event-dot {
    display: none;
}

#div_cal a:not(.fc-daygrid-event):not(.fc-timegrid-event):hover {
    text-decoration: none;
    cursor: default;
}


/* Loading spin */
.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 2s linear infinite;
    margin: 0 8px 0;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#loadingOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: block;
    background: rgba(255, 255, 255, 0.50);
    display: flex;
}

    #loadingOverlay span {
        margin: auto;
    }

        #loadingOverlay span .loader {
            border: 2px solid #3498db; /* Light grey */
            border-top: 2px solid #f3f3f3; /* Blue */
        }

/* SELECT2 */
html .select2 {
    width: 100% !important;
}

html .select2-container .select2-selection--single {
    height: unset;
}

.div_popinfo_politique_plagiat img {
    width: 100%;
}

#lbl_politique_plagiat a {
    color: var(--main-bg-btn-blue-color);
    font-weight: 600;
}

.contact-page-content-container {
    max-width: 1000px; /* Limite la largeur du conteneur */
    margin: 0 auto; /* Centre le conteneur */
    padding: 20px; /* Ajoute un peu d'espace autour du texte */
}

.listOrdre {
    display: none;
}

.alertDuPortail {
    position: absolute;
    left: 59px;
    top: -34px;
    display: block;
    background: red;
    border-radius: 10px;
    width: 20px;
    text-align: center;
    padding: 0px 0;
    color: white;
    z-index: 1;
    cursor: help;
}

#lblRaisonRevision {
    font-size: 0.8rem;
}

/******************
    ICONES
******************/
.iconeAuCoin {
    position: absolute;
    top: -18px;
    left: -12px;
    font-size: 1.5rem;
}

.iconeAuCoinPT {
    position: absolute;
    top: -18px;
    left: -6px;
    font-size: 1.5rem;
}

.icone-personne {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: bottom;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}


.txt_res_infos {
    margin-bottom: 0rem;
}

.infoSurActivite {
    position: absolute;
    top: -14px;
    left: -13px;
    font-size: 2rem;
}

.warningIconPosition {
    position: absolute;
    top: -25px;
    left: -16px;
    font-size: 2rem;
}

/* SECTION MODAL VIDEO YOUTUBE */
/* --------------------------- */
.lien-video-yt {
    margin: 0px 2px 0px 2px;
    cursor: pointer;
}

/* Transparent modal */
.modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.modal-body {
    position: relative;
    padding: 48px;
}

/* Responsive 16:9 container */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    top: 0;
    left: 0;
}

/* Floating circular close button */
.modal-close-btn {
    position: absolute;
    top: 50px;
    right: 5px;
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    border: none;
    color: white;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
}

.modal-close-btn:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.08);
}

/* Responsive modal sizing */
.modal-dialog {
    max-width: 80%;
}

@media (max-width: 768px) {
    .modal-dialog {
        max-width: 95%;
    }
}


.alert p {
    margin: 1rem 0 0;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    text-transform: uppercase;
    color: #856404;
}

.helpInput {
    font-size: 0.7rem;
}

#commentaire {
  height: 150px;
  margin-bottom: 20px;
}

.evaluation-r label {
  display: block;
  margin-bottom: 0.5rem;
}

.evaluation-r p {
  font-size: 70%;
  margin-bottom: 0.5rem;
  margin-top: 5px;
  line-height: 0.6rem;
  padding: 0;
}


.button-spacing{
    margin-right : 10px;
}


.navbar-nav {
    margin-right: auto !important;
}
.btn-link {
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

#s_fichier {
    width: auto !important;
    display: inline-block;
}

#s_ButtonSupp {
    display: inline-block;
    vertical-align: middle;
}

/* Section pour les cards */
.card-header {
    font-weight: bold;
    color: white;
    background: var(--main-bg-btn-blue-color);
    display: flex;
    align-items: center;
    padding: 0 0 0 0.5rem;
}

.card legend {
    font-size: 1rem;
}

.card .fi {
    font-size: 2rem;
    padding-right: 0.5rem;
}

.card {
    border: 1px solid var(--main-border-color);
}

/* Section pour les tabs */
.ui-tabs-anchor {
    width: 100%;
}

.ui-widget-header .ui-state-active {
    background: #fff;
    color: var(--main-bg-btn-blue-color);
    font-weight: 600;
}

    .ui-widget-header .ui-state-active a {
        color: var(--main-bg-btn-blue-color);
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: 1px solid var(--main-bg-btn-blue-color);
    border-bottom: none;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    #tabs .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
        /*border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;*/
        border-bottom: 1px solid var(--main-bg-btn-blue-color);
    }

    #tabs .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
        border-radius: initial;
    }

    #tabs .ui-tabs-tab {
        border-radius: unset;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #tabs .ui-tabs-nav .fi {
        position: absolute;
        top: -30px;
        font-size: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    #tabs .ui-tabs-nav li:not(.ui-tabs-active):hover a, #tabs .ui-tabs-nav li:not(.ui-tabs-active):hover *:before {
        background-color: #ededed;
    }

    #tabs .ui-tabs-nav .fi::before {
        background: #f6f6f6;
        padding: 11px;
        font-weight: lighter;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border: 1px solid #c5c5c5;
        border-bottom: 0;
        width: 3rem;
        height: 1.88rem;
    }

    #tabs .ui-state-active .fi::before {
        background-color: #fff;
        font-weight: lighter;
        border: 1px solid var(--main-bg-btn-blue-color);
        border-bottom: none;
    }

    #tabs .ui-tabs-nav span {
        margin-top: 5px;
        display: block;
    }

    #tabs .ui-tabs-nav .ui-state-active span {
        margin-top: 5px;
        display: block;
    }

    #tabs .div_ic_contenu {
        margin-top: 10px;
    }

.ui-tabs-nav.ui-widget-header {
    border: none;
    /*border-bottom: 1px solid #dddddd;*/
    background: #fff;
}

.ui-tabs .ui-tabs-panel {
    border: 1px solid #e2e2e2;
    border-top: none;
}

#tabs_reinitialisation ul li {
    margin: 0;
    list-style-type: none;
}

#tabs_inscription, #tabs {
    border: none;
}

/* Section pour la banière*/
.jumbotron {
    padding: 0;
    margin-bottom: 2rem;
    border-radius: 0.3rem;
    min-height: 130px;
    background-image: url("/Images/Portail_DEF_V1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /*.jumbotron {
        min-height: 126px;
    }*/
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .jumbotron {
        min-height: 172px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .jumbotron {
        min-height: 230px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .jumbotron {
        min-height: 277px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /*.jumbotron {
        min-height: 126px;
    }*/
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .jumbotron {
        min-height: 230px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .jumbotron {
        min-height: 342px;
    }
}

