/*
The style of the main structure of the expert page
*/

section.interventions,
section.expert {
    max-width: 1400px;
}
.expert_ct {
    width: 100%;
}
.expert_ct,
.expert_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.expert_box {
    width: 65%;
}
/* RESPONSIVE */
@media (max-width: 1300px) {
    .interventions .expert_box,
    .expert_box {
        width: 70%;
    }
}
@media (max-width: 1000px) {
    .interventions .expert_box,
    .expert_box {
        width: 75%;
    }
}
@media (max-width: 950px) {
    .interventions .expert_box,
    .expert_box {
        width: 85%;
    }
}
@media (max-width: 850px) {
    .expert_ct {
        justify-content: center;
    }
    .interventions .expert_box,
    .expert_box {
        width: 95%;
    }
}
@media (max-width: 768px) {
    .interventions .expert_box,
    .expert_box {
        width: 75%;
    }
}
@media (max-width: 650px) {
    .interventions .expert_box,
    .expert_box {
        width: 85%;
    }
}
@media (max-width: 650px) {
    .interventions .expert_box,
    .expert_box {
        width: 95%;
    }
}