body {
    font-size: 16px;
}
section {
    padding:50px 0;
}
p {
    font-size:1.1rem;
}
#divicons h1 {
    font-family: 'BradleyHandITCStd', cursive;
    font-size:4rem;
    line-height:4rem;
}

#divicons h2 {
    font-size:2rem;
    line-height: 2rem;
    margin-top:-10px;
}
h2 {
    font-size:2.2rem;
}
h3 {
    font-size:2em;
}
.bgimage {
    height:200px;
    background-size:cover;

}
.team {
    text-align: center;
}
.team > div {
    border:4px solid #029801;
    outline:1px solid #666666;
    outline-offset: 1px;
    padding:20px;
    margin:0px;

}
.team img {
    object-fit: cover;
    object-position: 50% 50%;
    margin: auto;
    max-height:226px;
    width:auto;
    height:226px;
    min-height: 226px;
}
.team .descri {
    height : 350px;
}
.team .btn {
    width:100%
}
#separator1 {
    background-image: url(../img/produit5.jpg);
    background-size: cover;
    background-position: center;
    height:300px;
}
@media (max-width: 768px) {
    #divicons h1 {
        font-size: 1rem;
        line-height: 1rem;
        text-align: right !important;
    }
    #divicons h2 {
        display:none;
    }
}