body {
    font-size: 16px;
}

.header {
    /*background: url("../img/visuel-header-edition.png") right center no-repeat;*/
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.main-logo {
    max-height: 175px;
    display: block;
    margin: 10px auto;
    position: relative;
    width: auto;
}

#cookie-law-info-bar {
    z-index: 100000;
    color: black;
    background-color: white !important;
    display: block;
    font-family: inherit;
    position: fixed;
    bottom: 30px !important;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    padding: 4px;
    border: solid white !important;
    border-radius: 5px;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 13px;
}

    #cookie-law-info-bar a {
        color: #004a8f;
    }

#cookie_action_close_header {
    background-color: white !important;
    border: solid darkgrey 1px !important;
    border-radius: 3px;
    color: black !important;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 4px;
}

#cookie-law-info-bar, .icon, .pagination > li, .sociaux {
    vertical-align: middle;
}

#cookie-info-tableau {
    font-size: 10pt;
    text-align: center;
    width: 100%;
    z-index: 10000;
    max-width: 930px;
    margin: 0 auto;
    padding: 5px 0;
}

a:hover {
    text-decoration: none;
}

.popover-body{
    color: var(--gray-dark);
}
.popover-title {
    color: blue;
    font-size: 15px;
}
.popover-content {
    color: red;
    font-size: 10px;
}
h1,
.h1 {
    font-size: 2em;
    font-weight: 600;
}

.h1.font-handwrite {
    font-size: 4rem !important;
}

h2,
.h2 {
    font-size: 1.75rem;
    line-height: 1.3em;
    font-weight: 400;
}

h3,
.h3 {
    font-weight: 400;
    font-size: 1.75em;
    line-height: 1.2em;
}

h4,
.h4 {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2em;
}

.font-handwrite {
    font-family: "Aladin", sans-serif;
    font-weight: normal
}

.blink {
    animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.medium-title {
    text-align: center;
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
}

.section-header {
    position: relative;
    overflow: hidden;
    /*mandatory*/
}

.section-header h3 {
    padding: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 25px;
    font-family: "Circular Std Book", sans-serif;
    line-height: 0.8;
    margin: 0;
    font-weight: bold;
}

.section-header h3::after {
    left: calc(100% + 40px);
    /*40px offset from the title*/
}

.section-header h3::before {
    right: calc(100% + 40px);
}

.number-list {
    counter-reset: section;
}

.number-list li span:before {
    counter-increment: section;
    content: counter(section);
    color: var(--danger);
    font-weight: 600;
    font-style: normal;
    left: 0;
    font-size: 4em;
    padding: 10px;
    font-family: "Aladin", sans-serif;
    vertical-align: middle;
}

.square-list li,
.list-unstyled li {
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--dark);
}

.square-list li:before {
    content: '\25C6';
    font-size: 15px;
    padding-right: 10px;
    font-weight: 900;
    color: var(--danger);
    position: relative;
    display: inline-block;
    margin-left: -1.25rem;
    line-height: 24px;
}

.square-list-primary li:before {
    color: var(--primary);
}

.number-list li {
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 25px auto;
}

.social-icons img {
    height: 1.8em;
    color: white;
    transition: 0.5s all;
}

.social-icons img:hover {
    height: 2.2em;
    color: var(--bg-secondary);
}

.logo-footer {
    max-width: 142px;
    width: 100%;
    height: auto;
}

/*+ FORMULAIRES +*/
.btn-primary,
.btn-outline-primary,
.btn-secondary,
.btn-outline-secondary,
.btn-success,
.btn-info,
.btn-danger,
.btn-outline-danger,
.btn-outline-success
{
    height: 60px;
    padding-left: 57px;
    padding-right: 57px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1em;
    line-height: 1.25;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.btn-primary:hover,
.btn-outline-primary:hover,
.btn-secondary:hover,
.btn-outline-secondary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-outline-danger:hover,
.btn-outline-success:hover {
    padding-left: 27px;
    padding-right: 87px;
}

.btn-primary::after,
.btn-outline-primary::after,
.btn-secondary::after,
.btn-outline-secondary::after,
.btn-success::after,
.btn-info:after,
.btn-danger::after,
.btn-outline-danger::after,
.btn-outline-success::after {
    content: '\2192';
    font-weight: 100;
    font-size: 21px;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.btn-primary:hover::after,
.btn-outline-primary:hover::after,
.btn-secondary:hover::after,
.btn-outline-secondary:hover::after,
.btn-success:hover::after,
.btn-info:hover::after,
.btn-danger:hover::after,
.btn-outline-danger:hover::after,
.btn-outline-success:hover::after {
    opacity: 1;
    visibility: visible;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-dark);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--light);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: none;
}

.form-control:focus {
    color: var(--gray-dark);
    background-color: #fff;
    border-color: var(--secondary);
    outline: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: var(--gray-dark);
    opacity: 0.5;
}

.form-control::-moz-placeholder {
    color: var(--gray-dark);
    opacity: 0.5;
}

.form-control:-ms-input-placeholder {
    color: var(--gray-dark);
    opacity: 0.5;
}

.form-control::-ms-input-placeholder {
    color: var(--gray-dark);
    opacity: 0.5;
}

.form-control::placeholder {
    color: var(--gray-dark);
    opacity: 0.5;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--light);
    opacity: 0.5;
}

/*++++++++++++++*/
.block-presentation {
    border-left: 1px solid var(--primary);
    padding-left: 20px;
}

.border-top-light-blue {
    border-top: 4px solid var(--bg-secondary);
}

.border-right-light-blue {
    border-right: 4px solid var(--bg-secondary);
}

.bg-light-gold {
    background-color: var(--light-gold);
}

.text-light-gold {
    color: var(--light-gold);
}

.bg-green {
    background-color: var(--green);
}

.bg-orange {
    background-color: var(--orange);
}

.nav-item:hover,
.nav-item:not(.bg-secondary):hover a {
    background-color: var(--secondary);
    color: var(--light);
}

.custom-control-label::before,
.custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
    left: -1.85rem;
}

.choice-block:hover {
    transition: 0.5s all;
    background-color: var(--info);
    /*transform: scale(1.04);*/
    color: white;
}
.choice-block {
    min-height: 200px;
}

h1 span {
    font-size: 5.25rem !important;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: white;
    padding: 0.75vw 1.5vw;
    font-size: 15px;
    font-weight: 500;
    text-transform: initial;
    border: 1px solid var(--gray-light);
    border-radius: 4px;
}

.radio-toolbar label:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked+label,
.radio-toolbar input[type="radio"]:checked+label i {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: white;
}

.radio-toolbar label i {
    color: var(--primary);
}

.radio-toolbar label:hover i {
    color: white;
}

.form-icon {
    height: 20px;
}

/* POPUP */
.backgroundPopup {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 2;
}

.popup {
    display: none;
    position: fixed;
    background: rgba(245, 246, 250, 1) !important;
    z-index: 3;
    padding: 70px 60px 50px 70px;
    font-size: 13px;
    border-radius: 5px;
    max-height: 100vh;
	overflow-y: auto;
}

.popupTitle {
    text-align: center;
    color: var(--primary);
    font-size: 2rem !important;
    margin: 0px 0 20px;
}

.popupText {
    display: table;
    margin: 0 auto;
    font-size: 1.1rem;
}

.popupClose {
    font-size: 60px;
    line-height: 14px;
    right: 15px;
    top: 20px;
    position: absolute;
    color: var(--primary);
    font-weight: 700;
    display: block;
    cursor: pointer;
}
.popup .btn-secondary{
    font-size: 1.4em;
    padding: 0 5px;
}

.popup .btn-secondary:hover::after{
    display: none;
}
.confirm-btn {
    background-color: rgba(245, 246, 250, 1);
    border: 3px solid #c25959;
    border-radius: 5px;
    color: #36454f;
    display: table;
    margin: 10px auto;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    padding: 7px 20px;
    text-decoration: none;
    max-width: 140px;
}

.confirm-btn:hover {
    background-color: #c25959;
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 0px 0px #e66767;
}

.small-opaque-icon{
    height: 20px;
    opacity: 50%;
}

hr {
    width: 75%;
    border: 1px solid var(--primary);
}

.date-days,
.date-hours,
.date-minutes,
.date-seconds {
    font-size: 5em;
}

.prizes-img h4 {
    padding: 17px 20px;
    line-height: 1.25;
    position: absolute;
    bottom: 10px;
    left: -10px;
    z-index: 2;
    font-size: 0.8em;
    text-transform: uppercase;
}

.prizes-profile {
    position: absolute;
    top: -60px;
    right: 0;
    width: 92px;
    z-index: 10;
    border-radius: 100%;
}

.prizes-content:after {
    content: '\2192';
    font-weight: 100;
    color: var(--primary);
    font-size: 21px;
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.prizes-card:hover .prizes-content::after {
    opacity: 1;
    visibility: visible;
}

.border-navbar {
    border-bottom: 5px solid var(--info);
}

.progress {
    height: 1.5em;
}

.full-screen-last-phase {
    min-height: calc(100vh - 332px);
}

/*++++ MEDIAS QUERIES ++*/
@media only screen and (max-width:768px) {
    body {
        font-size: 15px;
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size: 14px;
    }
}


/*++++ Alex ++*/
.br-5{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}

.list-unstyled{
    list-style: none;
}
html, body{
    overflow-x: hidden;
}

/*++++ Connexion ++*/
html, body, .connexion-bo{
    height: 100%;
}

.container-connexion-bo{
    background: url(../img/visuel-header-edition.png) no-repeat right bottom;
    /* background: var(--dark) url(../img/visuel-header-full.png) no-repeat right bottom;*/
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: bottom;
    /* background-size: 50%; */
    background-size: cover;
}


.connexion-bo footer{
    bottom:0;
}




.w-80{
    width:80%!important;
}

.btn-no-focus:focus{
    color: var(--white)!important; 
    background-color: var(--primary)!important;
}
:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --normal-font-size: 1rem;
    --z-fixed: 100;
}

.main, #header{
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#nav-bar {
    /* animation: slideIn .8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards ; */
    /* -webkit-animation: slideIn .8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards ; */
}

@keyframes slideIn {
    0% {
        transform: translateX(-500px);
        -webkit-transform: translateX(-500px);
        -moz-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        -o-transform: translateX(-500px);
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}

#body-pd {
    margin-top: 0!important;
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--font-family-sans-serif);
    font-size: var(--normal-font-size);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.header-admin {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: var(--dark);
    /* z-index: var(--z-fixed); */
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.header_toggle {
    color: var(--secondary);
    font-size: 1.5rem;
    cursor: pointer;
    background: white;
    height: 36px;
    width: 36px;
    text-align: center;
}
.header_toggle p {
    margin-bottom:0;
    
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.header_img img {
    width: 40px;
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: white;
    border-right: 1px solid var(--secondary);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed);
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    overflow: hidden;
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem;
}

.nav_logo {
    margin-bottom: 2rem;
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--primary);
}

.nav_logo-name {
    color: var(--dark);
    font-size: 3em;
}
#navBrandLink{
    padding-left: 1.3rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
a#adminCollapse,
a#candidatCollapse,
a#sessionCollapse{
    position: relative;
}
a#adminCollapse::after, 
a#candidatCollapse::after, 
a#sessionCollapse::after {
    content: "+";
    font-weight: 700;
    position: absolute;
    top: 14px;
    font-size: 9px;
    right: 0;
    width: 4%;
}

.nav_logo-name img{
    width: 27px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.nav_logo-name .letter1{font-size: 1.5em;}
.nav_logo-name .letter2{
    font-size: .3em;
    font-family: var(--font-family-sans-serif);
}
.nav_link {
    position: relative;
    color: var(--secondary);
    margin-bottom: 1.5rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.nav_link:hover {
    color: var(--dark);
}
.nav_link:hover .active::before{
    background-color:var(--dark);
}
.nav_icon {
    font-size: 1.25rem;
}

.show-er {
    left: 0;
}

.body-pd {
    padding-left: calc(var(--nav-width) + 1rem);
}

.active {
    color: var(--primary);
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 32px;
    background-color: var(--primary);
}

.alert-0{
    color:var(--secondary);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.alert-1{
    color:var(--danger);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.nav_link:hover .alert-0,
.nav_link:hover .alert-1{
    color:var(--dark);
}

.collapse-nav-admin ul{
    padding-left:2.25rem;
}

.collapse-nav-admin ul li{
    margin-bottom: .5rem;
}
#body-pd {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 2rem);
}

.header-admin {
    height: calc(var(--header-height) + 1rem);
    padding: 0 ;
}
/*2rem 0 calc(var(--nav-width) + 2rem)*/

.header_img {
    width: 40px;
    height: 40px;
}

.header_img img {
    width: 45px;
}

.l-navbar {
    left: 0;
    padding: 1rem 1rem 0 0;
}

.show-er {
    width: calc(var(--nav-width) + 156px);
}

.body-pd {
    padding-left: calc(var(--nav-width) + 188px);
}

.file-upload{
    height: 150px;
    border: 2px dashed var(--primary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-upload i{
    color: var(--info);
}
.collapse-nav-admin{
    position: relative;
}

ul.dotted-list.list-unstyled::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: 22px;
    border-left: 2px dotted var(--secondary);
}
ul.dotted-list.list-unstyled li.li-active{
    position: relative;
}
ul.dotted-list.list-unstyled li.li-active::before {
    content: "";
    background-color: var(--secondary);
    height: 110%;
    width: 89%;
    position: absolute;
    opacity: .2;
    right: 28px;
    top: -1px;
    border-radius: 5px;
    z-index: -1;
}

input::placeholder,
input[type=date] {
    color:var(--gray-dark)!important
}
input{color: var(--gray-dark)!important;}
select option,
select option{
    color: var(--gray-dark)!important;
}

.desktop-d-none{
    display: none;
}

i.bx{
    display: flex;
}
.bx-menu{
    padding-left: .9rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.content{
    margin-top: 7rem;
}
.header-admin{
    position: absolute;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.desktop-d-none{
    display: block;
    color: var(--primary);
    font-family: var(--font-family-sans-serif);
    font-size:.5em!important;
}
.mobile-d-none{
    display: none;
}


.menu {
    opacity: .8;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}
.line {
    fill: none;
    stroke: var(--dark);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

button.menu:focus{
    outline: none;
}

.form-special input,
.form-special .input-group{
    width: 80%!important;
}


.row-with-del-mark .col-lg-1 a{
    width: 100%;
    border: 1px solid var(--danger);
    border-radius: 3px;
    height: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.row-with-del-mark .col-lg-1 a p {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.row-with-del-mark .col-lg-1 a:hover{
    background-color: var(--danger);
    
}

.row-with-del-mark .col-lg-1 a:hover p{
    color: white!important;
    
}

ul li.dashed-list .row:first-of-type,
.dashed-block{
    border: 1px var(--primary) dashed;
    padding: 9px;
    border-radius: 3px;
}


.delete{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid var(--danger);
    justify-content: center;
    border-radius: 3px;
    color: var(--danger);
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.delete:hover{
    background: #d96947;
    color: white;
}

.custom-checkbox-nolabel .custom-control-label::before,
.custom-checkbox-nolabel .custom-control-label::after{
    left:0;
    top: 0;
}


.vh-50{height: 50VH;}



.candidat-details p{
    
    border-radius: 5px;
    width: auto;
    justify-content: left;
    align-items: center;
}
.flex-d-row{
    flex-direction:row;
}

#block-recap-disabled p{
    border-color:black!important
}

#block-recap-disabled{
    background-color: var(--light)!important;
}
#block-recap-disabled, #block-recap-enabled{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#block-recap-disabled:hover, #block-recap-enabled:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}



.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: undefinedpx;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #D29E1B;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #D29E1B;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator {
    border-radius: 50%;
}

.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 250ms;
}
.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}.control-radio .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #D29E1B;
    border-radius: 3rem;
    opacity: 0.3;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0.01;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-radio input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-radio input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.apprentissage-div{
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.custom-file{
    overflow: hidden;
}
/* ++++Responsive +++++*/
@media (max-width : 1428px){
    .column-lg{
        flex-direction: column;
    }
}
@media (max-width : 1310px){
    .highlight{
        flex-direction: column;
    }
    .highlight .px-4{
        padding:0.5rem!important
    }

    .highlight .font-weight{
        margin-bottom: 0!important;
    }
}
@media (max-width : 1076px){
    .header-admin{
        padding-left: 4rem!important;
    }
}

@media (max-width : 878px){
    #body-pd{
        margin-top: 0;
        padding-left: var(--nav-width);
    }
    .content{
        margin-top: 7rem;
    }
    .header-admin{
        position: absolute;
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .desktop-d-none{
        display: block;
        color: var(--primary);
        font-family: var(--font-family-sans-serif);
        font-size:.5em!important;
    }
    .mobile-d-none{
        display: none;
    }
    
}
@media(max-width:425px) {
    .bg-light-gold.p-4{
        padding: 0.5rem !important;
    }
}

@media(max-width : 360px){
    .btn{
        width:80%
    }
    .btn-resp{
        justify-content: center;
        text-align: left;
    }
    .btn-wrapper{
        justify-content: center!important;
    }
}


@media (max-height : 761px){
    .nav_list i {font-size: 1em;}
    .nav_list .nav_name {font-size: 1em;}
    .nav_link{
        margin-bottom: .5rem;
    }
    .nav_list ul li a{
        font-size: .8em;
    }
}

@media (max-height : 665px) {
    .nav_list i {font-size: .8em;}
    .nav_list .nav_name {font-size: .8em;}
    .nav_link{
        margin-bottom: .2rem;
    }
    .nav_list ul li a{
        font-size: .7em;
    }
    
}

/* AJOUT 28/04/2022 */

.bg-table-transparent {
    background-color: rgba(0, 0, 0, 0.05);
}

/* AJOUT 28/07/2023*/


.map text {
    display: inline-block;
    text-shadow: 7px 0px 0px #f2ead6, 7px 7px 0px #f2ead6, 0px 7px 0px #f2ead6, -7px 7px 0px #f2ead6, -7px 0px 0px #f2ead6, -7px -7px 0px #f2ead6, 0px -7px 0px #f2ead6, 7px -7px 0px #f2ead6;
    font-weight: 800 !important;
    font-size: 1.2rem !important; /*fill: #000;*/
    transition: all 0.8s;
}

    .map text:hover { /*fill: #caab71;*/
        cursor: pointer;
    }

.agences-fiche table {
    position: relative;
    border: 1rem solid var(--light-gold);
    background: var(--light-gold);
}

.agences-fiche .table td, .finales .table td {
    vertical-align: middle;
}

.agences-fiche th strong, .finales th strong {
    font-weight: 900 !important;
    text-transform: uppercase;
    display: block;
}

.agences-fiche th, .finales th {
    font-weight: 500;
    text-align: left;
    width: 70% !important;
}

.finales table {
    background-color: rgba(0, 0, 0, 0.05);
}

.map text tspan::first-letter {
    font-size: 30px !important;
    color: #fff;
}

.blink-1 {
    -webkit-animation: blink-1 4s 0.9s infinite both;
    animation: blink-1 4s 0.9s infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-6-15 11:17:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes blink-1 {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}