.conteneur-joindre {
    height: auto;
    width: 100%;
    background-color: rgba(42, 42, 42, .9);
    position: relative;
}

.gauche {
    float: left;
    width: 50%;
    max-width: 500px;
    padding-right: 400px;
    padding-left: 100px;
}

.droite {
    display: flex;
}

.ligne-titre {
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.texte p {
    font-family: stencil;
    color: #FFFFFF;
    font-size: 72px;
    padding-top: 150px;
    padding-left: 500px;
}

.texte {
    position: relative;
    padding-left: 200px;
}

.reservation {
    color: #FFFFFF;
    font-family: MS PGothic;
    font-size: 30px;
    padding-bottom: 100px;
    padding-top: 120px;
    display: flex;
    text-align: center;
    margin-left: 220px
}

.horaire,
.numero,
.adresse-titre {
    color: #FFFFFF;
    font-family: MS PGothic;
    font-size: 36px;
    font-weight: bold;
    display: flex;
}

.adresse-titre {
    margin-top: 65px;
}

.horaire {
    margin-bottom: 20px;
}

.heure,
.numero-texte,
.adresse-texte {
    color: #FFFFFF;
    font-family: "MS PGothic";
    font-size: 24px;
    margin-bottom: 40px;
}

.numero-texte,
.adresse-texte {
    float: right;
}

.numero-texte {
    margin-top: 10px;
    margin-left: 50px;
}

.adresse-texte {
    margin-top: 75px;
    margin-left: 62px;
}

.adresse-container {
    display: flex;
}

.grosse-carte {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}