#bandeau-content {
    border-radius: 30px;
    background: rgba(74, 136, 196, 0.87);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid rgba(74, 136, 196, 0.11);
}


@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    #search {
        color: #0A246A;
    }
}

@media (max-width: 500px) {
                #shape-orange {
                    display: none;
                }
            }

[data-overlay="0.7"]::before {
    opacity: 0.3;
    background-color: #4682B4;
}

#ab[data-overlay="0.7"]::before{
    opacity: 0.3;
    background-color: #77944d;

}

.icon-box {
    height: 400px;
    width: 400px;
}
.icon-box img {
    height: 200px;
    object-fit: contain;
}
.nom-partenaire {
    margin-top: 50px;
}
@media (max-width: 1024px) {
    .icon-box {
        height: 320px;
        width: 300px;
    }
    .icon-box img {
        height: 150px;
        object-fit: contain;
    }
}
@media (max-width: 500px) {
    .icon-box {
        height: 200px;
        width: 250px;
    }
    .icon-box img {
        height: 100px;
        object-fit: contain;
    }
    .nom-partenaire {
        margin-top: 15px;
    }
}

.cat_container {
    width: max-content;
    height: 100%;
    margin-bottom: 50px;
}
.cat_item {
    background-color: #fbfbfb;
    color: #585858;
    border: 2px solid #fbfbfb;
    border-radius: 30px;
    padding: 5px;
    margin: 10px;
    height: max-content;
    width: max-content;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}
.cat_item:hover {
    border: 2px solid #578bbf; 
}
.cat_active {
    border: 2px solid #578bbf;
    color: #578bbf;
}

.work-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.work-btn > button {
    display: inline-block;
    height: max-content;
    white-space: normal;
}

.tag-container {
    width: max-content;
    height: 100%
}
.tag {
    background-color: #fbfbfb;
    color: #585858;
    border-radius: 30px;
    width: max-content;
    padding: 10px;
    margin: 10px;
}