#section-contact .section-inner {
    padding: 80px 0 20px 0;
}

#section-contact .section-title{
    position: relative;
}
#section-contact .section-title::before{
    content: '';
    position: absolute;
    top: 25px;
    right: 260px;
    width: 90px;
    height: 1px;
    background-color: var(--bordeaux-color);
}
#section-contact .bg-element.top-contact {
    top: 30px;
    left: 120px;
}
#section-contact .section-title {
    text-align: end;
    font-size: 52px;
    color: var(--bordeaux-color);
}
#section-contact .texte-intro-contacts {
    position: relative;
    text-align: end;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}
#section-contact .texte-intro-contacts:before{
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 4px;
    height: 50px;
    background-color: var(--green-color);
}
#section-contact .texte-intro-contacts:after{
    content: '';
    position: absolute;
    top: 60px;
    right: -21px;
    width: 1px;
    height: 25px;
    border-left: 5px dotted var(--green-color);
}
#section-contact .texte-intro-contacts span {
    max-width: 320px;
    font-size: 16px;
}

#section-contact .contacts {
    display:flex;
    column-gap:40px;
    margin:40px 0;
    padding:40px;
    background:#f7f2ee;
}
#section-contact .contacts .contact {
    flex-grow:1;
}
#section-contact .contacts-footer {
    display:flex;
    column-gap:40px;
    margin:40px 0;
}
#section-contact .contacts-footer h3 {
    position: relative;
    margin-left: 50px;
    color: var(--bordeaux-color);
}
#section-contact .contacts-footer h3:before{
    content: '';
    position: absolute;
    top: 10px;
    left: -50px;
    width: 40px;
    height: 1px;
    background-color: var(--bordeaux-color);
}
#section-contact .contacts-footer > * {
    flex-grow:1;
}

#section-contact .demande-tarif {
    width: 50%;
}
#section-contact .demande-tarif > p {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}
#section-contact .demande-tarif > p:nth-of-type(2){
    margin-top: 0;
}
#section-contact .demande-tarif .wpcf7-form {
    display: flex;
    column-gap: 10px;
}
#section-contact .demande-tarif input {
    background-color: #f7f2ee;
    border: 0;
    padding: 5px 20px 2px 20px;
    color: var(--bordeaux-color);
    margin-top: 5px;
}
#section-contact .demande-tarif input:focus{
    outline: 0;
}
#section-contact .demande-tarif a {
    text-decoration: underline;
    display: flex;
    align-items: center;
}
#section-contact .demande-tarif a span {
    display: flex;
    margin-right: 5px;
    margin-top: -1px;
}

#section-contact .nous-suivre {
    display: flex;
    flex-direction: column;
    width: 30%;
}

#section-contact .nous-suivre .lien-facebook,
#section-contact .nous-suivre .lien-instagram {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
#section-contact .nous-suivre a span{
    display: flex;
    margin-right: 10px;
    margin-top: -2px;
}