#location-espace-container{
    color: #141F5D;
}

/* Blocs nos espaces */
.bloc-espaces{
    background-color: #ef7d00;
    color: #141F5D;
    width: 70%;
    border-radius: 30px;
    text-align: center;
}

.bloc-espaces hr{
    border: 2px #141F5D solid;
    opacity: 1;
}

.bloc-espaces h4{
    font-weight: 700;
    font-size: 1.6em !important;
}

.bloc-espaces h4,
.bloc-espaces p{
    margin: 0;
    text-align: center;
    padding: 15px 0;
}

ul {
    list-style-type: disclosure-closed;
    font-size: 1.2em;
    width: 70%;
}

/* list bloc contact */

.outsideUl{
    list-style-type: disc;
    font-size: 1.2em;
    width: 70%;
}

.insideUl {
    list-style-type: circle;
    font-size: 1.2em;
    width: 70%;
}

/* images */
img{
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    img{
        width: 60%;
        height: auto;
    }
}

/* Textes */
#location-espace-container h1{
    text-align: center;
    font-weight: 600;
    font-size: 3em;
}

#location-espace-container h2{
    font-weight: 700;
    font-size: 2.7em;
}

#location-espace-container h2 span{
    border-bottom: solid 5px #ef7d00;
}

#location-espace-container .subtitle{
    text-align: center;
    font-weight: 400;
    font-size: 2em;
}

#location-espace-container h3{
    font-weight: 700;
    font-size: 1.6em;
}

#location-espace-container h4{
    font-weight: 700;
    font-size: 1.5em !important;
}

#location-espace-container p{
    font-size: 1.4em;
}