
.item1 {
    min-height: 350px;
}

.interprivacy-description-container {
    display: flex;
    justify-content: center;
}

.interprivacy-block-h2 {
    font-size: 22px;
}

.font-weight-500 {
    font-weight: 500;
}

.interprivacy-ul {
    list-style: "- ";
}

.interprivacy-picto {
    width: 60px;
    height: 60px;
}

.aia-picto-advantages {
    width: 80px;
    height: 80px;
}

.interoperable-p {
    line-height: 24px;
}

.benefits-item-h2 {
    font-weight: 600;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    font-family: "Nunito",sans-serif;
    color: #244697;
    text-align: center;
}

.major-benefits-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.benefits-items-bloc {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    justify-content: space-between;

}

.benefits-item-bloc {
    display: flex;
    margin-bottom: 2em;
}

.benefits-item-picto {
    padding-right: 1em;
    display: flex;
}


.benefits-item-text-bloc {
    margin-bottom: 0.1em;
    color: #244697;
    font-weight: 700;
    font-size: 24px;
    font-family:"Nunito", sans-serif;
    word-wrap: break-word;
    align-self: center;
}

.card.interoperability-image {
    justify-content: center;
    border: none;
}
.card.interoperability-image img {
    align-self: center;
}

.section6.more-about-privacy {
    font-size: 25px;
    margin-bottom: 1em;
    color: white;
}

.section6.more-about-privacy h2 {
    color: white;
}

.reliable_certification_scheme.section7bis {
    margin-bottom: 100px;
}

.card-body.learn-more-bloc {
    display: flex;
    flex-direction: column;
}
.section8.learn-more .btn-primary {
    width: 100px;
    margin-bottom: 4%;
    margin-right: 2%;
    align-self: flex-end;
}

.navbar-brand {
    height: 90px;
}




@media (max-width: 400px) {
    .navbar-brand{
        padding: 0;
    }

    .interprivacy-block-h2 {
        font-size: 18px;
    }

    li.interprivacy-li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .interoperable-p {
        font-size: 16px;
    }

    .benefits-items-bloc {
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .major-benefits-container {
        margin-bottom: 120px;
        margin-top: 80px;
    }

    .header-wrapper .grid-container-header .item1 {
        padding-left: 25px;
    }
}

@media (min-width: 1367px) {
    .int-p-2 {
        margin-top: 50px;
    }

    #aia-cert-advantages {
        margin-bottom: 100px;
    }
}


/* ********************************* */
/*  LANGUAGE SELECTOR */
/* ********************************* */

.btn:hover#dropdownMenuButton1, .btn:focus#dropdownMenuButton1 {
    color: #000;
}

#dropdownMenuButton1.dropdown-toggle::after {
    border-top: none;
}
