#header__background {
    background-image: url('../IMG/online-marketing-hIgeoQjS_iE-unsplash.png');
}

.block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.firstBlock__left {
    height: 400px;
    width: 100%;
    background-image: url('../IMG/santé/Consultation.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 840px) {
    .firstBlock__left {
        height: 700px;
    }
}

.firstBlock__right {
    width: 40%;
    text-align: center;
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    
}

.secundBlock__right {
    height: 500px;
    width: 100%;
    background-image: url('../IMG/santé/EQUIPEMENT.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 840px) {
    .secundBlock__right {
        height: 700px;
    }
}

.secundBlock__left {
    width: 40%;
    text-align: center;
}

.logoTitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #26789F;
    width: 150px;
    font-weight: 200;
}
@media (min-width: 840px) {
    .logoTitle {
        font-size: 1.5rem;
        width: 250px;
    }
}

.logoTitle--left {
    text-align: end;
}

.logoTitle--right {
    text-align: start;
}

.logoBar {
    width: 150px;
    border-bottom: 3px solid #26789F;
    margin-bottom: 10px;
}

.group__item {
    width: 110px;
}
.logo--3x3 .group__item {
    width: 60px;
}
@media (min-width: 840px) {
    .group__item, .logo--3x3 .group__item {
        width: 250px;
    }
}

.logo--3x3 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33% 33% 33%;
}


.container__image {
    height: 400px;
    width: 50%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 840px) {
    .container__image {
        height: 700px;
    }
}

.container__image--left {
    align-items: flex-end;
}
.container__image--right {
    align-items: flex-start;
}