/* ------ MAIN - FILTRE ------ */

.width-constraint {
    display: inline !important;
}

.los-main-filtre {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    flex: 1 0 4em;
    padding: 10px;
    justify-content: center;
}

#top .los-filtre-profil div {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: 10px;
    flex-grow: 1;
}


.los-main-filtre .los-filtre {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#top .los-filtre-profil {
    margin: 0;
    min-width: 70%;
}

#top .los-filtre-profil h2 {
    margin: 0;
}

#top .los-main-filtre .los-filtre-titre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: inherit;
    white-space: nowrap;
    margin: 0;
}

.los-filtre-profil {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}

.los-filtre-profil div {
    display: flex;
    flex-grow: 1;
}

#top select {
    margin: 0;
}


#top .los-main-filtre select {
    width: 100%;
    padding-right: 35px;
}

/* 
  fermeture correcte du theme 
  ref : grand magicien Nicolas
  */
.template-page.av-content-full {
    display: none;
}

#top .los-bouton:not(.los-bouton-filtre):hover {
    background-color: var(--alternate_color_secondary);
    color: var(--enfold-socket-color-primary);
    border-color: var(--alternate_color_secondary);
}

#top #wrap_all #main .los-bouton:not(.los-bouton-filtre) {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: bold;
}

#top #wrap_all #main .los-bouton:not(.los-bouton-filtre):hover {
    font-weight: bold;
}

#top #wrap_all #main .los-bouton:not(.los-bouton-filtre):hover::before {
    background-color: var(--enfold-socket-color-primary);
}

#top .los-bouton {
    padding: 0.75rem;
}


/* FIN ------ MAIN - FILTRE ------ */


.los-filtre-liste-element.disabled {
    font-style: italic;
}

.los-filtre-liste-element.disabled .los-filtre-correspondance {
    display: none;
}

#top #wrap_all .los-filtre-liste-element.disabled *,
#top #wrap_all .los-filtre-liste-element.default-check *:hover {
    cursor: not-allowed;
}

#top #wrap_all .los-filtre-liste-element.disabled *:hover,
#top #wrap_all .los-filtre-liste-element.default-check *:hover {
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    .los-main-filtre {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}