
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    text-align: center;
    scroll-behavior: smooth;
}

html#htmlIndex {
    overflow: hidden;
}

body {
    background-color: #cecece;
}

#bgIariss {
    position: absolute;
    bottom: 80px;
    right: 80px;
    width: 200px;
    z-index: 2;
}

#bgEnsisa {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 600px;
    border-radius: 10px;
    z-index: 2;
}

#notActive {
    position: absolute;
    top: 10%;
    width: 50em;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-size: 18px;
    color: #004c99;
    font-weight: 550;
    left: 0;
    right: 0;
    margin: 0 auto;
}

html #not_logged_in {
    height: 100%;
    background-image: url("/Static/Images/bat-i.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}


body#not_logged_in {
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

.login {
    border: 3px solid #5c87ee;
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15vh auto auto;
    z-index: 3;
    position: relative;
}

.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #5c87ee;
    color: #ffffff;
}

.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.login form input[type="submit"] {
    width: 90%;
    padding: 15px;
    margin-top: 20px;
    background-color: #5c87ee;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    border-radius: 10px;
}

.login form input[type="submit"]:hover {
    background-color: #2868c7;
    transition: background-color 0.4s;
}

#oublieMDP {
    background-color: inherit;
    border: none;
    font-size: 14px;
    color: #2868c7;
    margin: 10px auto;
}

#oublieMDP:hover {
    color: #082867;
    transition: color 0.4s;
}

#instructions {
    padding: 5px;
    background-color: #f3f4f7;
    font-weight: 100;
    border-radius: 0 0 10px 10px;
}

#instructions li {
    margin-top: 2px;
    width: 30%;
    margin-left: -5px;
    margin-right: 8px;
}

#instructions li a, #instructions li {
    background-color: inherit;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: #2868c7;
}

#instructions li * {
    width: max-content;
    text-align: center;
    margin: auto;
}

.navtop {
    background-color: #8ca7ee;
    height: 60px;
    width: 100%;
    border: 0;
}

.navtop div {
    display: flex;
    margin: 0 auto;
}

.navtop div h1, .navtop div a {
    display: inline-flex;
    align-items: center;
}

.navtop div h1 {
    flex: 1;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #f3f4f7;
    font-weight: normal;
}

.navtop div a {
    padding: 0 20px;
    text-decoration: none;
    color: #f3f4f7;
    font-weight: bold;
}

.navtop div a i {
    padding: 2px 8px 0 0;
}

body.logged_in {
    background-color: #f3f4f7;
}

.content {
    width: 60%;
    margin: 0 auto;
}

.content h2 {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 25px 0;
    font-size: 22px;
    border-top: 3px double #e0e0e3;
    /*border-bottom: 1px solid #e0e0e3;*/
    color: #4a536e;
}

.content > p, .content > div {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    padding: 25px;
    border-radius: 5px;
    background-color: #fff;
}

.content > p table td, .content > div table td {
    padding: 8px;
}

.content > p table td:first-child, .content > div table td:first-child, .content > div table th {
    font-weight: bold;
    color: #4a536e;
    padding-right: 15px;
}

.content > div p, .content > div label {
    padding: 5px;
    margin: 0 0 10px 0;
}


header {
    background-color: #8ca7ee; /*0c0882 8ca7ee*/
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 1;
}

footer {
    margin: auto;
    margin-top: 50px;
    border-top: 2px solid #8ca7ee;
    width: 80%;
    padding: 20px;
}

.noborder td {
    border: none;
}

.menu {
    width: 100%;
}

#loginButton a {
    text-decoration: none;
    color: white;
}

#loginButton a:hover {
    color: blue;
}

#loginButton a * {
    vertical-align: middle;
}


#loginButton {
    width: 90%;
    padding: 15px;
    margin-top: 20px;
    background-color: #5c87ee;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    border-radius: 10px;
}

#loginButton:hover {
    background-color: #2868c7;
    transition: background-color 0.4s;
}


td, th {
    padding: 8px 8px;
    border: 2px solid #0c0882;
    width: 200px;
}

li {
    list-style-type: none;
    display: inline-block;
    width: 20%;
    margin-left: -3px;
    margin-right: -3px;
    padding: 0;

}

li a {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    width: 100%;
    color: #f3f4f7;
    text-decoration: none;
    line-height: 40px;
}

li a, nav a:not(.noTransition) {
    font-weight: bold;
    background-color: #8ca7ee;
    -o-transition: background-color 0.5s linear 0s, color 0.5s linear 0s;;
    -moz-transition: background-color 0.5s linear 0s, color 0.5s linear 0s;;
    -webkit-transition: background-color 0.5s linear 0s, color 0.5s linear 0s;;
    -ms-transition: background-color 0.5s linear 0s, color 0.5s linear 0s;;
    transition: background-color 0.5s linear 0s, color 0.5s linear 0s;;
}

li a:hover, nav a:not(.noTransition):hover, .current {
    background-color: #f3f4f7 !important;
    color: #8ca7ee !important;
}

#h1 {
    font-size: 40px;
    font-family: bahnschrift;
    color: #fff;
    font-weight: normal;
}

.navButton {
    margin-bottom: -11px;
}

#logo {
    margin-top: 3px;
    margin-bottom: -8px;
    border-radius: 5px;
}

.clickable, input {
    cursor: pointer;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.infobulle {
    display: inline-block;
    position: relative;
}

.infobulle:hover:after {
    color: #005daa;
    font-weight: bold;
    content: attr(aria-label);
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap;
    background-color: white;
    border-radius: 10px;
    padding: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#copyright {
    margin-top: 20px;
    position: absolute;
    right: 100px;
    font-style: italic;
    font-size: 12px;

}

.hidden {
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    height: 0.1px;
    width: 0.1px;
    position: absolute;
}

.visible {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    height: auto;

}

.button {
    color: black;
    text-decoration: none;
    width: 12%;
    height: 50px;
    background-color: white;
    padding: 10px;
    font-weight: bold;
    border: 3px solid #0c0882;
    border-radius: 15px;
    margin: 20px 30px 20px 30px;
}

.buttonClicked {
    background-color: white;
    padding: 10px;
    font-weight: bold;
    border-radius: 15px;
    margin: 10px 5px 10px 5px;
}

.button:hover, .buttonLarge:hover, .buttonClicked:hover{
    color: #005daa;
    border-color: #005daa;
}


/*.button, .buttonLarge {
    -o-transition: width 0.2s linear 0s, height 0.2s linear 0s;
    -moz-transition: width 0.2s linear 0s, height 0.2s linear 0s;
    -webkit-transition: width 0.2s linear 0s, height 0.2s linear 0s;
    -ms-transition: width 0.2s linear 0s, height 0.2s linear 0s;
    transition: width 0.2s linear 0s, height 0.5s linear 0s;
}

.button:hover, .button:focus, .buttonClicked {
    width: 15%;
    height: 55px;
    color: #005daa;
    border: 3px solid #005daa;
}*/

.buttonLarge {
    display: block;
    margin: 10px auto;
    width: 18em;
    height: 50px;
    background-color: white;
    padding: 10px;
    font-weight: bold;
    border: 3px solid #0c0882;
    border-radius: 15px;
}

/*.buttonLarge:hover, .buttonLarge:focus {
    width: 19em;
    height: 55px;
    color: #005daa;
    border: 3px solid #005daa;
}*/

table {
    margin: auto;
    border-collapse: collapse;
}

td input {
    border: none !important;
    cursor: pointer;
}

.visible input:not(table input), select {
    border: 3px solid #0c0882;
    border-radius: 15px;
    margin-bottom: 5px;
}

.divSelect {
    display: inline-block;
}

.divSelect select {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    padding: 8px 30px 8px 0;
    font-weight: bold;
}

.divSelect::after {
    content: "▼";
    position: relative;
    top: 0.1em;
    right: 1.7em;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    color: #0c0882;
}

.divSelect:hover::after {
    color: #005daa;
}

select:hover, .visible input:hover {
    border-color: #005daa;
    color: #005daa;
}

.divSelect select option {
    padding: 30px;
    font-weight: normal;
    color: black;
}

.minusButton {
    border: none !important;
    width: 32px;
    height: 32px;
    background-image: url("/Static/Images/minus.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;

}

.plusButton {
    margin-top: 5px;
    border: none !important;
    width: 32px;
    height: 32px;
    background-image: url("/Static/Images/plus.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;

}

.crossButton {
    border: none !important;
    width: 32px;
    height: 32px;
    background-image: url("/Static/Images/cross.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;

}

.penButton {
    border: none !important;
    width: 32px;
    height: 32px;
    background-image: url("/Static/Images/pen.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;

}

.eyeButton {
    border: none !important;
    width: 32px;
    height: 32px;
    background-image: url("/Static/Images/eye.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;

}

.calendarButton {
    border: none !important;
    background-color: inherit;
    color: black;
}

.calendarButton:hover {
    color: #334;
}

.themeButton {
    border: none;
    background-color: inherit;
    margin-right: 10px;
    color: #f3f4f7;
}

.themeButton:hover:after {
    top: 0.8em;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"] + label {
    position: relative;
    padding-right: 75px;
    cursor: pointer;
}

input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
}

input[type="checkbox"] + label:before {
    right: 0;
    top: -3px;
    width: 65px;
    height: 30px;
    background: #f3f4f7;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

input[type="checkbox"] + label:after {
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #808080;
    top: 2px;
    right: 5px;
}

input[type="checkbox"]:checked + label:before {
    background: #f3f4f7;
}

input[type="checkbox"]:checked + label:after {
    background: #005daa;
    top: 2px;
    right: 40px;
}

input[type="checkbox"]:checked + label .ui,
input[type="checkbox"]:not(:checked) + label .ui:before,
input[type="checkbox"]:checked + label .ui:after {
    position: absolute;
    right: -8px;
    width: 65px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

input[type="checkbox"]:not(:checked) + label .ui:before {
    content: "Non";
    color: #808080;
    right: 12px;
}

input[type="checkbox"]:checked + label .ui:after {
    content: "Oui";
    color: #005daa;
    left: 2px;
}

input[type="checkbox"]:hover + label:before {
    border: 3px solid #005daa;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #005daa;
}


#loading, #popup, #popupOne {
    border: none !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: fixed;
    display: none;
    margin: 0 !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#loading {
    z-index: -1;
}

#loading:hover, #popup:hover, #popupOne:hover {
    cursor: default;
}

#loading img {
    margin-top: 10%;
    animation: rotation 2s linear infinite;
    height: 150px;
    width: 150px;
}

#estimatedTimer {
    margin: 80px auto;
    font-size: 22px;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bar {
    width: 30em;
    height: 1em;
    margin: 40px auto;
    border-radius: 0.5em;
    position: relative;
    background: #e0e0e3;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.bar .percentage {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    background: #8ba5d6;
    height: 1em;
    border-radius: 0.5em;
    -o-transition: width 100ms linear;
    -moz-transition: width 100ms linear;
    -webkit-transition: width 100ms linear;
    -ms-transition: width 100ms linear;
    transition: width 100ms linear;
}

.percentage:before {
    position: absolute;
    bottom: -10px;
    right: -5px;
    border: 5px solid;
    border-color: transparent transparent #8ba5d6 transparent;

}

.percentage:after {
    content: attr(data-perc);
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    padding: 0.6em 1em;
    border-radius: 2em;
    line-height: 1;
    color: #e0e0e3;
    background: #8ba5d6;
    transform: translateX(50%) translateY(100%) translateY(10px);
}

.error {
    color: #B80101;
    text-decoration: none;
    background-color: white;
    padding: 10px;
    font-weight: bold;
    border: 3px solid #B80101;
    border-radius: 15px;
    margin: 20px 30px 20px 30px;
    position: relative;
    z-index: 5;
}

.error .fas {
    padding-right: 2em !important;
}


.no_error {
    color: #0c0882;
    text-decoration: none;
    background-color: white;
    padding: 10px;
    font-weight: bold;
    border: 3px solid #0c0882;
    border-radius: 15px !important;
    margin: 20px 30px 20px 30px;
    position: relative;
    z-index: 5;
}

.no_error .fas {
    padding-right: 2em !important;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2em;
}

.no_error p {
    padding-left: 7.5em !important;
    margin: 0 !important;
}

#canlendar {
    padding: 20px;
    text-align: center;
}

@media (max-width: 700px) {
    #bgIariss {
        display: none;
    }

    #bgEnsisa {
        width: 96% !important;
        left: 2% !important;
    }

    #concoursActif {
        position: sticky !important;
        top: 100px !important;
        width: 60% !important;
        margin: auto !important;
    }

    #logo {
        display: none;
    }

    .content {
        width: auto;
    }

    #linkLogo {
        padding: 0;
    }

    .navtop > div > a {
        padding: 10px;
    }

    li, h2 {
        display: inline-flex;
    }

    .content h2:not(:first-of-type) {
        border: 3px solid #0c0882;
        padding: 5px;
        display: block;
        margin-top: 50px;
    }

    .content h2:first-of-type {
        border: none;
        border-bottom: 1px solid #e0e0e3;
        color: #4a536e;
        cursor: default;
        background-color: inherit;
        border-radius: 0;
    }

    .content h2:first-of-type:hover {
        border: none;
        border-bottom: 1px solid #e0e0e3;
        color: #4a536e;
        cursor: default;
        background-color: inherit;
        border-radius: 0;
    }

    .content > button {

        width: 8em;
        display: block;
        margin: 20px auto;
    }

    .infobulle:hover:after {
        z-index: -1;
    }

    .button {
        transition: none;
        width: 8em;
    }

    .button:hover, .button:focus, .buttonClicked {
        width: 9em;
    }

    #secondary {
        display: none !important;
    }

    #logoFooter {
        width: 60% !important;
    }

    #oralTaken {
        display: block !important;
    }

    #canlendar {
        display: none !important;
    }

    i:not(header i, label i) {
        display: none !important;
    }

    .no_error > p {
        padding-left: 0 !important;
    }

    .login input {
        width: 75% !important;
    }

    .login {
        width: 90% !important;
    }

    #not_logged_in {
        background-size: auto !important;
    }

    #wrongCred {
        width: 90% !important;
    }

    body#not_logged_in {
        background-image: url("/Static/Images/Bat-I-700.png") !important;
    }
}


.secondary, .secondaryHidden {
    z-index: 5;
    top: 20%;
    right: 50px;
    width: 20%;
    padding: 1rem;
    margin: 15px;
    position: fixed;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
    background-color: #fefefe;
    border-radius: 0.5rem;
    border-left: 0 solid #8ca7ee;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.secondary:hover, .secondaryHidden:hover {
    padding-left: 0.5rem;
    border-left: 0.5rem solid #8ca7ee;
}

.secondary a {
    display: block;
    width: 100%;
    color: black;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

.secondary a:hover {
    color: #f3f4f7;
    background-color: #8ca7ee;
    font-weight: bold;
}

.secondaryHidden div {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.secondaryHidden {
    width: 5%;
    padding: 0.8rem 1rem;
}

.secondaryHidden #summary {
    border-radius: 0.3em;
}

#summary .fa-2x {
    font-size: 1.5em;
}

#summary {
    display: block;
    position: relative;
    color: #f3f4f7;
    background-color: #8ca7ee;
    padding: 3px;
    font-size: 1.2em;
    transition: font-size 0.2s;
}

#summary:hover {
    font-size: 1.3em;
}

.anchor {
    border: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
    height: 1px !important;
    margin: -60px 0 0 0 !important;
    padding: 60px 0 0 0 !important;
}

#sectorTable input {
    width: 7em;
}


#popup-in {
    position: relative;
    background-color: white;
    margin: 15% 35% auto 35%;
    border-radius: 20px;
}

#popup-in .crossButton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
}

#popup-in li {
    width: 40%;
    margin-top: 40px;
}

#popup #popup-in li:first-child a {
    background-color: #B80101;
}

#popup #popup-in li:first-child a:hover {
    color: #B80101 !important;
}

#sentencePopUp, #sentencePopUpOne {
    margin: 30px;
    line-height: 160%;
}

@-webkit-keyframes in {
    0% {
        -webkit-transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
    100% {
        -webkit-transform: translateY(0%);
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }
}

@keyframes in {
    0% {
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }
}

@-webkit-keyframes out {
    0% {
        -webkit-transform: translateY(0%);
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }
    100% {
        -webkit-transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
}

@keyframes out {
    0% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }
    100% {
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
}

#popup.show, #popupOne.show {
    -webkit-animation: in 700ms ease both;
    animation: in 700ms ease both;
    display: block;
    z-index: 999;
}

#popup.hide, #popupOne.hide {
    -webkit-animation: out 700ms ease both;
    animation: out 700ms ease both;
}

#popup li a, #popupOne li a {
    border-radius: 15px;
}

#popup li, #popupOne li {
    margin: 10px;
}

#select-candidate-form form {
    display: inline-block;
    vertical-align: top;
    margin: 15px;
}

.redButton {
    border-color: #B80101;
}

.redButton:hover {
    border-color: #B80101;
    color: #B80101;
}

#oralTaken .spanDivOral {
    font-size: 21px;
}

h3 {
    margin-top: 22px;
    margin-bottom: 18px;
    font-size: 21px;
}

h3 + table {
    margin-bottom: 45px;
}

.divSelect + br + input {
    margin-left: 36%;
}

.content div .buttonLarge {
    width: auto;
    margin-top: 30px;
}

h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 19px;
}

#container-linked-spec td, #container-link td {
    color: #4a536e;
}

h2 .concours-title {
    font-size: 24px;
}

#concoursActif {
    position: fixed;
    text-decoration: none;
    width: 12%;
    top: 150px;
    left: 50px;
    height: auto;
    background-color: white;
    padding: 15px;
    padding-top: 5px;
    font-weight: bold;
    border: 3px solid #B80101;
    border-radius: 15px;
    color: #4a536e;
    line-height: 200%;
    font-size: 15px;
    z-index: 50;
}

#concoursName, #stageName {
    font-size: 18px;
}

#concoursName {
    margin-bottom: 15px;
    width: max-content;
    margin: auto;
}

#container-populate-sessions label {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

#container-populate-sessions input {
    padding-left: 8px;
}

#ArrayParameterDiv button {
    font-size: 0.9vw;
}

#downloadSession {
    width: auto;
}

.contentEnlarged {
    width: 80% !important;
}

#container-import-candidate-classement .no_error {
    margin: 50px auto;
}

#contest-selected-export {
    margin-top: 15px;
    margin-bottom: -10px;
}

body#not_logged_in #concoursActif {
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 400px;
    border-color: #5c87ee;
}

body#not_logged_in #concoursName {
    margin: 0;
}

#container-modify-password label {
    font-weight: bold;
}

#container-modify-password p:first-child {
    margin-bottom: 30px;
}

.button-icon{
    background: none;
    border: none;
}
.button-icon:hover{
    cursor: pointer;
}

input.customcheckbox {
    position: relative;
    left:0;
}

input.customcheckbox:checked{
    position: relative;
    left:0;
}

input[type="text"]:hover, input[type="password"]:hover{
    cursor: text;
}

.contact-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 16px 20px;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
}

.contact-item i {
    margin-right: 10px;
    color: #333;
}

.contact-item a {
    color: #0066cc;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.mr-3 {
    margin-right: 0.5rem;
}