.logo-header {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 150px;
}
.title {
    color: white;
    font-family: 'Cormorant', serif;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 700;
}
.banner-header p {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.3em;
}
hr {
    color: white !important;
    opacity: 1 !important;
    margin-left: 70px !important;
    margin-right: 70px !important;
}
p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: white;
}
.subtitle {
    color: white;
    font-weight: 300;
    margin-bottom: 20px;
}
.succursale-box a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: white;
}
.succursale-box a:hover {
    color: #C6020E;
}
hr {
    color: white !important;
    opacity: 1 !important;
}
.banner-header {
    background-image: url('assets/banner_jac.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:top;
    padding-top: 100px;
    padding-bottom: 100px;
}
.red-bg {
    background-color: rgba(192, 2, 14, 0.8);
    padding: 30px;
    margin-bottom: 100px;
}
.succursale-box {
    background-color:black;
    padding: 30px;
}
.picto {
    margin-right: 10px;
    width:15px;
}
.column-layout {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
  }
  .column-layout > div {
    display: table-cell;
    width: 25%; /* 100%/3 = 3 colonnes */
    padding: 30px;
    margin: 30px !important;
    background: black;
  }
.succursale-section {
    padding-bottom: 30px;
    margin-top: -100px;
}
.succursale-section a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: white;
}
.succursale-section a:hover {
    color: #C6020E;
}
.succursale-section p {
    font-weight: 700;
}
.succursale-section-mobile p {
    font-weight: 700;
}
