.Head {
    display: flex;
    justify-content: space-between;
    width: 82%;
}

#Head {
    display: flex;
    justify-content: space-between;
    width: 82%;
    margin: auto;
}

div#CadreBody {
    zoom: 0.7;
}

#MenuHorizontal {
    background-color: #8F1014;
    width: 100%;
    height: 72px;
    text-align: center;
}

#MenuHorizontal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

#MenuHorizontal li {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: normal !important;
    margin-top: 11px;
}

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

#CadreHead {
    height: 90px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #04344D;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#CadreHead h1 {
    font-size: 35px;
    text-align: center;
}

h3 {
    font-size: 38px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

h4 {
    font-size: 30px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

#Foot {
    position: relative;
    top: 50px;
    background-color: #4F4F4F;
    color: #fff;
    text-align: center;
    padding-top: 85px;
    width: 100%;
    height: 190px;
    font-size: 14pt;
}

.divColumn {
    width: 100%;
    margin: auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    column-gap: 15px;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
}

.cnt {
    display: grid;
    width: 100%;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    column-gap: 30px;
    padding: 10px;
    margin-top: 20px;
}

#Onglet2Button0 {
    background-color: #8F1014;
    color: #fff;
    cursor: pointer;
}

div.Contenu {
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#txtPresentation {
    width: 80%;
    margin-right: 10px;
    margin: auto;
}

#div-button a {
    text-decoration: none;
    list-style: none;
    padding: 20px;
}

#BarreDeclaration {
    text-align: center;
}

.FloatLeft label {
    font-weight: 600;
    font-size: 19px;
}

#Slide {
    background-color: #fff;
    width: 80%;
}

.slide {
    width: 100%;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
    height: 0;
    width: 0;
}

#divFields {
    transition: transform 0.3s ease;
    margin-top: 18px;
}

#divCriteres,
#divResultat {
    transition: transform 0.3s ease;
}

.Clickable {
    height: 50px;
    cursor: pointer;
}

select {
    height: 30px;
}

fieldset h4 {
    margin: 0;
}

.Item {
    cursor: pointer;
    border: solid 1px #000;
    padding: 10px;
}

.Item:hover {
    font-weight: bolder;
}

.Autocomplete,
.AutocompleteSmall {
    border: solid 1px #000;
    background-color: White;
    padding: 8px 8px 6px 8px;
}

#hidder,
#hidderiframe,
.Autocomplete,
iframe.Autocomplete,
.AutocompleteSmall,
iframe.AutocompleteSmall {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    display: none;
}

.step-selected {
    background-color: #8F1014;
    color: #fff;
    cursor: pointer;
}

.Table {
    border-spacing: 0;
    border: 2px solid #04344D;
}

.ItemPage {
    text-decoration: none;
}

.Pagination a {
    color: #4F4F4F;
}

.Pagination a.Suivant {
    padding-left: 10px;
}

.Pagination a.Precedent {
    padding-right: 10px;
}

.no-transformation {
    transition: initial;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.button-cnt1-rqt2 {
    max-width: calc(100% / 10 - 28px) !important;
    width: 100%;
}

.TableAbsolute {
    width: 100vw;
    height: 100%;
}

.container-table {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 600px;
}

.slide-top {
    padding-top: 90px;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.col-2- {
    width: 49%;
    max-width: 49%;
    flex-basis: calc(49%- 20px);
}

.gap {
    gap: 5px;
}

.field-set {
    margin: 10px 0px 10px 0px;
    width: 90%;
}

.button-r {
    width: calc(100% / 4 - 28px) !important;
}

#divCritereChapitreSH {
    width: calc(100%/2);
}

#divCritereProduitSH {
    width: calc(100%/2);
}

#divCritereContinents {
    width: calc(100%/2);
}

#divCriterePays {
    width: calc(100%/2);
}

.chosen-container {
    width: 300px !important;
}

#output {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.btnActionResultat img{
    height: 40px !important ;
}
.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 3px;
    z-index: 1000;
    min-width: 150px;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
    color: #333;
    height: 20px;
    font-weight: normal; /* Default weight */
    border-bottom: 1px solid #ddd; /* Separator line */
}

.dropdown-menu a:last-child {
    border-bottom: none; /* Remove separator for the last item */
}

.dropdown-menu a:hover {
    font-weight: bold; /* Make text bold on hover */
    background-color: #f0f0f0; /* Optional: Add a hover background color */
    color: #000; /* Optional: Change text color on hover */
}

#img-ico-save{
    height: 37px !important ;
}
@media (max-width: 1600px) {
    #Slide {
        width: 97%;
    }
}

@media (max-width: 1500px) {
    .button-cnt1-rqt2 {
        max-width: calc(100% / 10 - 28px) !important;
        font-size: 18px;
        margin-bottom: 8px;
    }

    #Slide {
        width: 97%;
    }

    .requetes h2 {
        font-size: 26px;
    }

    .requetes h3 {
        font-size: 23px;
    }

    .lbl {
        font-size: 21px;
    }

    .FloatLeft label {
        font-size: 18.5px;
    }

    .button-rd,
    .button-r {
        font-size: 18px;
    }

    .button-r {
        width: calc(100% / 3 - 11px) !important;
    }
}

@media (max-width: 1112px) {
    .button-cnt1-rqt2 {
        max-width: calc(100% / 7 - 11px) !important;
    }

    .button-rd,
    .button-r {
        font-size: 18px;
    }

    .button-r {
        width: calc(100% / 3 - 11px) !important;
    }

    .col-2- {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1032px) {
    button-r {
        max-width: calc(100% / 4 - 81px) !important;
    }
}

@media (max-width: 991px) {
    .btnActionResultat img{
        height: 28px !important ;
    }
    #img-ico-save{
        height: 27px !important ;
    }
    
    .requetes h2 {
        font-size: 18px !important;
    }
    .col-2 {
        width: calc(100% - 28px);
    }
    .requetes h3 {
        font-size: 19px !important ;
    }
    body {
        width: 100%;
        height: 100vh;
        font-size: 15px;
    }

    .button-r {
        float: left;
        margin: 0 5px 0 0;
        height: 12px;
        position: relative;
        padding: 20px;
        background-color: white;
        color: #04344D;
        border: 3px solid #04344D;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    .button-rd {
        font-size: 16px;
        height: 12px;
    }

    .button-r {
        width: calc(100% / 3 - 11px) !important;
    }
}

@media (max-width: 800px) {
    #divCritereChapitreSH {
        width: calc(100%);
    }

    #divCritereProduitSH {
        width: calc(100%);
    }
}

@media (max-width: 670px) {

    #cadre-head h1,
    #txt-presentation h1 {
        font-size: 13px;
    }

    .button-r {
        max-width: calc(100% / 2 - 81px) !important;
        width: calc(100%) !important;
    }

    .button-rd {
        max-width: calc(100%) !important;
    }

    .button-cnt1-rqt2 {
        max-width: calc(100% / 5 - 11px) !important;
    }

    select {
        max-width: 80vw !important;
        width: 100% !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    #divCritereContinents {
        width: calc(100%);
    }

    #divCriterePays {
        width: calc(100%);
    }
}