.text-center{
    text-align: center;
}
.banner-small-title {
    color: white;
    font-size: 4.8rem;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}
.header-container {
    position: relative;
    text-align: center;
    color: white;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-header-img {
    max-height: 400px;
    overflow: hidden;
}

.img-below {
    position: relative;
}

.contact-section {
    max-width: 1400px;
    margin: auto;
}

.col-address {
    max-width: 260px;
    margin-bottom: 70px;
}

.city {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 6px solid black;
}

.coordonnees {
    padding-top: 30px;
    border-top: 1px solid black;
    opacity: 0.2;
}

.txt {
    margin-bottom: 25px;
    font-style: italic;
    font-weight: 300;
}

.link-mail {
    color: black;
}

.city {
    font-size: 1.7rem;
}

.text-below-picture {
    padding-top: 10px;
}

.section-padding {
    padding-bottom: 20px;
}

a.text-center {
  text-align: center;
}

.section-margin-top {
    margin-top: 50px;
}

.main-text-color {
    color: #253028;
}

.contain-align-top {
    align: top;
}

.responsive {
    width: 100%;
    height: auto;
}