#adress,
#email {
    font-size: 17px;
}
#description-p {
    font-size: 16px;
}
.custom-title {
    font-weight: bold;
    font-size: 1.1rem;
}
.best-list-item li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.banner {
    border-radius: 20px;
    background: url(../images/home/1.jpg) no-repeat center center;
    background-size: cover;
    background-color: linear-gradient(135deg, #0671e3);
    height: 360px;
    width: 100%;
    padding-top: 7em;
    padding-left: 2em;
    padding-right: 2em;
}

#paragraphe {
    text-shadow: 1px 1px 2px #7c7c7c;
    color: white;
}
#head {
    text-shadow: 1px 1px 2px #7c7c7c;
    color: white;
}
.btn {
    padding: 0.5em 1.5em;
    border-radius: 2em;
}
