#contact {
    min-height: calc(100vh - 69px);
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 35px;
}

#contact h2 {
    display: block;
    width: max-content;
    margin: 22px 0;
    font-size: 3em;
}

.bloc-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 35px;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
}

.info section {
    margin: 35px 0;
    display: flex;
    flex-direction: column;
}

#contactPlan {
    height: auto;
    width: 70%;
    min-width: 320px;
    object-fit: contain;
}

.info section p {
    margin-bottom: 8px;
}

.info h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.bloc-svg {
    height: 25px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.info section .bloc-svg p {
    line-height: 100%;
    margin: 0px;
}

.bloc-svg svg {
    height: 1.5em;
    margin-right: 12px; 
}