.bg-gray-white {
    background-color: #f6f6f6;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.inst-adr {
    color: #0000007a;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 17px;
}
.inst-adr:last-child {
    margin-bottom: 30px;
}
.infos{
    text-align: right;
}
.infos a{
    text-align: right;
    color:var(--bs-body-color);
    font-size: 16px;
    font-weight: 400;
}
.infos.link-web a {
    padding: 0px 0 0 20px;
}
.infos.tel a{
    background: url("../images/phone-a40fb5fa28152621fbaa90eab4911d04.png") no-repeat left center;
    padding: 0px 0 0 20px;

}
.contact-info {
    position: relative;
    margin-bottom: 30px;
}
.custom-line {
    position: absolute;
    content: '';
    height: 100%;
    width: 1.5px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #808080;
}
.custom-text-column {
    padding-left: 20px;
}
.custom-heading-info p, .custom-heading-info p a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.custom-heading-info p:first-child {
    font-weight: 700;
}
.activities-menu h3 a {
    color: var(--bs-heading-color);
}
.activities-menu h3 a:hover {
    text-decoration: underline;
}
ul.list-act {
    padding: 0;
    list-style-type: none;
}
.list-act li a {
    color:var(--bs-body-color);
}

.list-act li.title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.list-act ul.sub-list li , .list-act ul.sub-list li a{
    font-size: 14px;
    font-weight: 400;
    list-style-type: initial;
    color: #808080;
}
.list-act li.title a:hover{
    text-decoration: underline;
}
.list-act ul.sub-list li :hover{
    text-decoration: underline;
    font-weight: 600;
    color: var(--bs-body-color);
}
.txt-center{
    text-align: center;
}
.gap-50 {
    gap: 50px;
}

.align-items{
    align-items: center;
}

.he-50{
    height: 50px;
}

.company-sections {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.company-section {
    display: flex;
    flex-direction: column;
}

.company-section h6 {
    margin-bottom: 10px;
}

.company-section a {
    margin-bottom: 5px;
}

.btn-action {
    display: block;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    border: none;
}

.btn-b {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #0dcaf0;
    padding: 1px 20px;
    border-radius: 25px;
}

.btn-b:before {
    content: '';
    height: 1px;
    background-color: #0dcaf0;
    width: 1000px;
    position: absolute;
    left: -1000px;
    top: 12px;
}

.btn-b:after {
    content: '';
    height: 1px;
    background-color: #0dcaf0;
    width: 1000px;
    position: absolute;
    right: -1000px;
    top: 12px;
}

.border {
    border: none !important;
    position: relative;
    width: 100%;
}

.letter:hover {
    font-weight: bold !important;
}

.company-section ul{
    list-style-position: inside !important;
}

/*** responsive ***/

@media screen and (max-width: 768px) {
    .company-sections {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .gap-50 {
        gap: 20px;
        flex-direction: column;
    }

    .infos a {
        font-size: 14px;
    }

    .infos {
        text-align: left !important;
    }

    .company-sections {
        grid-template-columns: repeat(1, 1fr);
    }
}
