h1{
    text-align: center;
    color: wheat;
}
.mainSlide{
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}
.mainSlide img{
    width: 100%;
    object-fit: cover;
}
.message{
    height: auto;
    width: 100%;
    font-style: italic;
    margin: 30px 0;
}
.message h1{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    color: rgb(4, 110, 75);
    text-shadow: 0px 0px 2px rgba(0, 0, 0,1);
    font-weight: bold;
}
.message p{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    color: wheat;
    text-align: justify;
    text-indent: 20px;
}
.message .button{
    padding: 10px;
    margin: 10px;
    font-size: 14px;
    border: 0;
    border-radius: 20px;
    background-color: rgba(4, 110, 75, 0.2);
    border: 1px solid #fff;
    color: white;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
}
.blocs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.blocs .bloc{
    width: 300px;
    display: block;
    margin: 4px;
    padding: 10px;
    border-radius: 0 0 34% 34%;
    overflow: hidden;
}
.blocs .bloc h4{
    text-align: center;
    padding: 20px 4px;
    color: wheat;
}
.blocs .bloc img{
    width: 300px;
    height: 170px;
    border-radius: 10px;
    border: 1px solid #fff;
    object-fit: cover;
}
.blocs .bloc p{
    text-align: justify;
    text-indent: 10px;
    padding: 20px 4px;
    font-size: 14px;
    font-style: italic;
    color: wheat;
}
.blocs .bloc .command{
    text-decoration: none;
    padding: 10px;
    margin: 10px auto;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    background-color: rgb(0, 6, 53);
    color: #fff;
    display: block;
    border-radius: 10px;

}
@media (max-width: 690px) {
    .blocs .bloc{
        margin: 5px;
    }
}
