/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #ILD_react_app {
    margin-top: 30px;
 }

 .ILD_loader {
    position: absolute;
    margin-top: -100px;
 }

 .ild_container_association_filtre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ild_div_liste_associations {
    width: 60%;
    max-width: 60%;
    margin-right: 5%;
}

.ild_div_liste_associations > div {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    /*background-image: url("https://www.calvisson.app-gard.com/wp-content/uploads/2024/01/logo-mairie-100.png");
    background-position-x: calc(100% - 10px);
    background-position-y: calc(100% - 10px);
    background-size: 50px;
    background-repeat: no-repeat;*/
}

.ild_div_liste_associations > div > a > p:hover, .ild_div_liste_associations > div > a:hover {
    color: #fabf09 !important;
}

#ild_container_recherche_association {
    width: 35%;
    position: relative;
}

#ild_container_recherche_association.ild_container_recherche_association {
    width: calc(90vw*0.35);
    max-width: calc(90vw*0.35);
    /*min-width: calc(90vw*0.35);*/
    position: fixed;
    right: 5vw;
    top: 50px;
}

.ild_div_recherche_association {
    margin-bottom: 60px;
    padding: 20px;
    background-color: var(--var-orange);
}

.ild_container_titre_recherche {
    background-color: var(--var-orange);
    padding: 20px;
}

.ild_titre_filtre {
    /*text-align: center;*/
    font-size: 28px !important;
    margin-bottom: 50px;
    border-bottom: 2px solid #fabf09;
    color: #fff;
}
#ild_container_recherche_commerces .ild_titre_filtre {
    padding: 20px 20px 50px 20px !important;
    background-color: #fabf09;
    margin-bottom: 0 !important;
}
.ild_designation_type_categorie {
    background-color: #fabf09;
    padding: 20px;
    margin-bottom: 20px;
}
#ild_container_recherche_commerces .ild_div_type_categorie {
    padding: 0px 20px 20px 20px !important;
    background-color: #fabf09;
}
.ild_commerce_designation_type_categorie {
    background-color: #fabf09;
    padding: 20px;
    margin-bottom: 20px;
}

.ILD_select_list {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
}

.ild_commerces_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ild_commerce_presentation h2 {
    color: #333 !important;
}

#ILD_result_container {
    width: 60%;
    max-width: 60%;
    margin-right: 5%;
}

#ild_container_recherche_commerces {
    width: 35%;
    /*min-width: 35%;*/
    max-width: 35%;
    position: relative;
}

#ild_container_recherche_commerces.ild_container_recherche_commerces {
    position: fixed;
    width: calc(90vw * 0.35);
    /*min-width: calc(90vw * 0.35);*/
    max-width: 560px;
    top: 50px;
    right: 5vw;
}

.ild_commerce {
    /*background-color: #fff;*/
    background-color: #F5F5F5;
    margin-bottom: 20px;
    padding: 20px;
    /*border: 1px solid #333;*/
}

.ild_div_type_categorie {
    margin-bottom: 20px;
}

.ild_div_type_categorie h4 {
    /*text-align: center;*/
    color: #fff;
}

.ild_div_sous_categorie {
    -webkit-animation: ild_apparition 1s;
            animation: ild_apparition 1s;
}

@-webkit-keyframes ild_apparition {
    0% {
        opacity: 0;
    } 100% {
        opacity: 1;
    }
}

@keyframes ild_apparition {
    0% {
        opacity: 0;
    } 100% {
        opacity: 1;
    }
}

.ild_commerce_categorie {
    font-weight: 700;
    margin-bottom: 20px;
}

.ild_div_sous_categorie h4 {
    text-align: center;
}

.ild_commerce_informations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ild_commerce_image {
    width: 20%;
    max-width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ild_commerce_presentation {
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    padding: 0px 20px;
}

.ild_div_association_contenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ild_div_association_image {
    width: 20%;
    max-width: 20%;
}

.ild_div_association_image img {
    max-width: 100%;
}

.ild_div_association_description {
    width: 75%;
    max-width: 75%;
}

.ild_association_categorie {
    margin-bottom: 20px;
}

.ild_logo_calvisson_filtre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}

.ild_logo_calvisson_filtre img {
    max-width: 150px;
}

@media(min-width: 1760px) {
    #ild_container_recherche_association.ild_container_recherche_association {
        width: calc(1600px*0.35);
        max-width: calc(1600px*0.35);
        position: fixed;
        right: calc((100vw - 1600px)/2);
    }

    #ild_container_recherche_commerces.ild_container_recherche_commerces {
        width: calc(1600px*0.35);
        max-width: calc(1600px*0.35);
        position: fixed;
        right: calc((100vw - 1600px)/2);
    }
}

@media(max-width: 980px) {
    .ild_container_association_filtre {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .ild_div_liste_associations {
        width: 100%;
        max-width: 100%;
    }

    #ild_container_recherche_association {
        width: 100%;
        margin-bottom: 30px;
        background-color: #fff;
        padding: 20px;
    }

    #ild_container_recherche_association.ild_container_recherche_association {
        width: 90%;
        min-width: 90%;
        max-width: 90%;
        right: 5%;
        top: 0px;
    }

    .ild_div_liste_associations {
        margin-right: 0px;
    }

    .ild_commerces_div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    #ild_container_recherche_commerces {
        width: 100%;
        /*min-width: 100%;*/
        max-width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    
    #ild_container_recherche_commerces.ild_container_recherche_commerces {
        position: fixed;
        width: 90vw;
        /*min-width: 90%;*/
        max-width: 90vw;
        top: 10px;
        background-color: #fff;
        padding: 20px;
        left: 5vw;
        z-index: 3;
    }

    #ILD_result_container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-left: 0%;
    }
    .ild_logo_calvisson_filtre {
        display: none;
    }
}

@media(max-width: 760px) {
    .ild_commerce_informations {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .ild_commerce_image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .ild_commerce_presentation {
        width: 100%;
        max-width: 100%;
    }
}