﻿.header {
    color: #2F4077;
    text-align: center;
}

    .header h1 {
        font-size: 2.9rem;
    }

    .header h4 {
        font-size: 1rem;
    }

body {
    font-weight: bold;
}
.textarea-blue {
    border: #EEEEEE solid 1px;
    box-shadow: 1px 1px 0 #DDDDDD;
    display: block;
    font-size: 18px;
    line-height: 50px;
    margin: 2% auto;
    background-size: 100% 50px;
    border-radius: 10px;
}
.icon-faq {
    width: 52% !important
} 
.title-activite-ressources{
    padding-bottom: 0.5%;

}
.fix-design-Img {
    padding-bottom: 3%;
}

.fix-design-choix-parcours {
    padding-left: 7%;
}

.fix-size {
    width: 85%;
    height: 100%
}
.fix-menu {
    padding-left: 24%;
}

.icon-menu {
    color: #82ee2b;
    font-size: 110%;
}

.fa-2x {
    font-size: 2em;
}
.choix-parcours-text {
    margin-bottom: 2.5%
}
.fa-menu {
    position: relative;
/*    display: table-cell;*/
    width: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: white;
}

/* Sur les écrans, quand la largeur de la fenêtre fait au maximum 1280px */
@media screen and (max-width: 991px) {
    .main-menu {
        background: #000091;
        border-right: 1px solid #e5e5e5;
        position: fixed !important;
        top: 0;
        right: 0;
        left: 0;
        overflow: hidden;
        transition: width 0.05s linear;
        z-index: 9999;
    }

    .main-menu a, .main-menu button {
        color: white !important;
    }

    .main-menu a:hover, .main-menu button:hover, .fr-sidemenu__btn[aria-expanded="true"], .btn-open-mobile[aria-expanded="false"] {
        color: #161616 !important;
    }

    .btn-open-mobile {
        color: #161616 !important;
        background-color: #e3e3fd;
    }

    #open-menu-mobile {
        color: white;
        text-align: right;
    }

    #open-menu-mobile svg {
        cursor: pointer;
    }

    .bi-x-lg {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .main-menu {
        background: #000091;
        color: white !important;
        position: fixed !important;
        top: 0;
        bottom: 0;
        left: 0;
        transition: width 0.05s linear;
        z-index: 9999;
        width: auto;
    }

    .main-menu a, .main-menu button {
        color: white !important;
    }

    .main-menu a:hover, .main-menu button:hover, .fr-sidemenu__btn[aria-expanded="true"] {
        color: #161616 !important;
    }

    .fix_main-menu {
        padding-top: 15%;
    }

    #open-menu-mobile {
        display: none;
    }
}



    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        position: relative;
        display: block;
    }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        color: white;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 250px;
        font-family: 'Titillium Web', sans-serif;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

nav {
    user-select: none;
    padding: 0 !important;
}

.fr-sidemenu__inner {
    padding: 0 !important;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
        color: #fff;
        background-color: #CC0000;
        text-decoration: underline;
    }

.area {
    float: left;
    background: red;
    width: 100%;
    height: 100%;
}

.col-ressources {
    height: 70px;
    color: #2F4077;
    font-size: 15px;
}
.col-activity {
    height: 90px;
    color: #2F4077;
}

h1, h2, h3, h4 {
    color: #2F4077;
}

.pdfSignature {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
}

.design-btn-prev {
    color: #2F4077;
}

.dropzone {
    background: white;
    border-radius: 10px;
    border: rgb(0, 135, 247) dashed 2px;
    border-image: none;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
}

.dropgo {
    text-align: center;
    background: white;
    border-radius: 10px;
    border: rgb(0, 135, 247) dashed 2px;
    border-image: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.btn-continuer {
    background-color: #2F4077;
    color: white;
}

.btn-continuer:hover {
    background-color: #2F4077 !important;
    color: white !important;
}

.btn-continuer-pdf {
    color: #ffff;
    background-color: #2F4077;
    width: 233px;
}

.table-parcours {
    border: grey solid 1px;
    border-collapse: revert;
    border-radius: 1em;
}

.top-title-contact-details {
    color: #2F4077;
}

.design-input-N-Logement-Social {
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: #ced4da solid 1px;
    letter-spacing: 1.5ch;
}

.background-Color-Input {
}
.form-select, .form-control {
    border: 1px solid #747779;
    background-color: rgb(134, 158, 206, 0.25);
}
.generic-Input-Address-Part {
    border-radius: 0.25rem;
    width: 64%;
    border: #ced4da solid 1px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
}

.generic-Design-Input-Motivation {
    margin-left: 7%;
    width: 50%;
}

.design-input-Date {
    width: 191px;
    padding: 3px 8px 3px 18px;
    border: #ced4da solid 1px;
    border-radius: 0.25rem;
}

.design-container {
    padding-left: 5%;
    padding-top: 2%;
}

#accueil {
    width: 85%;
    height: 100%;
}


#electronique .progress-step {
    font-size: 0.682rem;
    width: 20%;
    text-align: center;
    flex-wrap: wrap-reverse;
}

.numeroDemandeLogementSocial {
    border: dimgrey solid 1px;
    width: 363px;
    background: repeating-linear-gradient(90deg, #ffffff 0, #ffffff 19px, #000000 20px);
    color: #2F4077;
    font-family: monospace;
    letter-spacing: 1.75ch;
}

    .numeroDemandeLogementSocial:focus {
        outline: none;
        color: dodgerblue;
    }

.form {
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: #ccc solid 1px;
    border-radius: 0.35rem;
    padding: 1.5rem;
}

.form-group {
    margin-block: 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
}

.form-step-active {
    display: block;
}

input[type=radio] {
    background-color: rgba(196.00000351667404, 196.00000351667404, 196.00000351667404, 1);
}

.input-group {
    margin: 1.5rem 0;
}

table > thead > tr > th {
    text-align: center;
    flex-wrap: wrap-reverse;
    border: #000 solid 1px;
    border-radius: 1px;
}

.progressbar li {
    color: #2F4077;
    justify-content: center;
    counter-reset: step;
}

.progress-step {
    background-color: #fff;
    border: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.actif {
    border: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: #2F4077;
}

    .actif button {
        color: #f3f3f3;
        text-decoration: none;
        font-size: 0.8rem;
    }

.progress-step button {
    font-size: 0.8rem;
    text-decoration: none;
    color: #2F4077;
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 0.85rem;
    color: #666;
}

.progress-step-active {
    background-color: #2F4077;
    color: #f3f3f3;
}

.paragraphe-pj {
    margin-top: 1rem;
    margin-bottom: 0;
}

.dotted-pj {
    border-style: dotted;
    border-radius: 22px;
    border-color: gray;
    padding: 1rem;
}

.modal {
    background-color: rgba(0, 0, 0, 0.50);
}

@media screen and (min-width: 992px) {
    nav.main-menu.expanded, .menu-open {
        width: fit-content;
    }

    .title-menu, .fr-collapse {
        display: none;
    }

    .menu-open .title-menu, .menu-open .fr-sidemenu__list .fr-collapse {
        display: block !important;
    }
}

.fr-sidemenu__list {
    width: 100%;
}

.fr-sidemenu__list .fr-sidemenu__list {
    margin: 0 !important;
}

.fr-sidemenu__list .fr-sidemenu__list .fr-sidemenu__item a {
    padding: 0.75rem 3.5rem;
}

.evitment-link span {
    color: #2F4077 !important;
}

.evitment-link:focus > span {
    color: #FFFFFF !important;
}

.evitment-link:hover {
    background-color: #2F4077 !important;
    text-decoration: none !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    cursor: not-allowed;
    pointer-events: auto;
}

.btn.disabled:hover, .btn:disabled:hover, fieldset:disabled .btn:hover {
    transform: scale(1);
}



.progressbar-espace {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
}

    .progressbar-espace::before, .progress-espace {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        background-color: #2F4077;
        z-index: -1;
    }

.progress-step-espace {
    width: 3.1875rem;
    height: 3.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    li.progress-step-espace::after {
        content: attr(data-title);
        position: absolute;
        top: calc(100% + 0.5rem);
        font-size: 0.70rem;
        color: #dcdcdc;
    }
    
    li.progress-step-espace.progress-step-active-espace::after {
        content: attr(data-title);
        position: absolute;
        top: calc(100% + 0.5rem);
        font-size: 0.8rem;
        color: #666;
    }

.progress-step-active-espace {
    background-color: #2F4077;
    color: #f3f3f3;
}

input.input-validation-error {
    box-shadow: inset 0 -2px 0 0 #ce0500;
}