﻿/*.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}*/


.btnDoc2 {
    font-size: 1.4rem;
}

.divHlFootMnu {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    .divHlFootMnu a:hover {
        text-decoration: none;
    }

    .divHlFootMnu span {
        color: rgba(255, 255, 255, 0.8);
    }

        .divHlFootMnu span:hover {
            filter: brightness(.7);
        }

.btnmb1 {
    margin-bottom: 10px;
}

#DivCc1 .ajax__fileupload_selectFileContainer {
    width: 200px !important;
}

#DivCc1 .ajax__fileupload_selectFileButton {
    color: white !important;
    background-color: #225692 !important;
    border-radius: 0.35rem !important;
    width: 200px !important;
}

#DivCc1 .ajax__fileupload_dropzone {
    line-height: 1.3rem;
    height: 1.5rem !important;
    border-style: inset !important;
    border-radius: 0.35rem !important;
}

#DivCc1 .ajax__fileupload_fileItemInfo .removeButton {
    background-color: #e02d1b !important;
    width: 100px !important;
    border-radius: 0.35rem !important;
}

#DivCc1 .ajax__fileupload_uploadbutton {
    background-color: #1cc88a !important;
    width: 100px !important;
    border-radius: 0.35rem !important;
}

.invalid-radiobutton {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e74a3b;
    padding-left: 0.75rem
}

.rounded-lg {
    border-radius: 1rem !important;
}

.text-small {
    font-size: 0.9rem !important;
}

.custom-separator {
    width: 5rem;
    height: 6px;
    border-radius: 1rem;
}

.text-uppercase {
    letter-spacing: 0.2em;
}

.boxes {
    z-index: 1;
    margin: 0 auto;
    max-width: 15rem;
    height: 160px;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    transition: transform 330ms;
    overflow: hidden;
}

    .boxes:hover .overlay {
        z-index: 10;
        left: 0px;
        transition: all 300ms ease-in-out;
        opacity: 1;
    }

.boxes-image {
    max-width: 15rem;
    height: 160px;
}

.overlay {
    overflow: hidden;
    text-align: center;
    transition: all 300ms ease-in-out;
    height: 100%;
    width: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    background: rgba(22, 56, 92, .7);
    color: white;
    z-index: -1;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divCtrAttest .selected {
    box-shadow: 0rem 0rem 0.8rem #173b64ab !important;
    font-style: italic;
    font-weight: bold;
    background-color: #add3ff;
    color: black;
}


.ulDevGHN {
    list-style: none;
    /*list-style-position: outside;*/
}

    .ulDevGHN li::before {
        content: "\2713";
        color: #1cc88a;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        /*margin-right: .8em;*/
    }

.lbOffreGHN {
    color: black;
    display: inline-block;
    flex: 1;
    border: 2px solid white;
}

.lbOffreGHN h5{
    font-weight:bold;
    font-style:italic;
    text-decoration:underline;
}

    .lbOffreGHN p {
        font-size:1.125rem;
    }

    .lbOffreGHN:hover {
        text-decoration: none !important;
        cursor: pointer;
        border: 2px solid #add3ff;
    }
    .lbOffreGHN.selected {
        border: 2px solid #add3ff;
    }



.lbFAQ:hover {
    text-decoration: none !important;
}

/*
$gray-100: #f8f9fc !default;
$gray-200: #eaecf4 !default;
$gray-300: #dddfeb !default;
$gray-400: #d1d3e2 !default;
$gray-500: #b7b9cc !default;
$gray-600: #858796 !default;
$gray-700: #6e707e !default;
$gray-800: #5a5c69 !default;
$gray-900: #3a3b45 !default;
*/

.iconFAQcollapsed{
    line-height:1.5rem;
}

.iconFAQNotcollapsed {
    line-height: 1.5rem;
}

.lbFAQ {
    background-color: #d1d3e2 !important;
    color:black;
    font-size:1.125rem;
}

.lbFAQ.collapsed {
    background-color: #eaecf4 !important;
}

    .lbFAQ.collapsed:hover {
        background-color: #d1d3e2 !important;
    }

.lbFAQ .iconFAQNotcollapsed {
    display: block;
}
.lbFAQ .iconFAQcollapsed {
    display: none;
}

.lbFAQ.collapsed .iconFAQNotcollapsed {
    display: none;
}

.lbFAQ.collapsed .iconFAQcollapsed {
    display: block;
}

.divFAQREP {
    border-bottom: 2px solid #d1d3e2;
    border-right: 2px solid #d1d3e2;
    border-left: 2px solid #d1d3e2;
    padding: 1rem;
    font-size: 1rem;
    text-align: justify;
}

.btnOffre {
    background-color: #d4e4f7;
}