div.introduction {
    margin-bottom:0px;
    margin-top:2vw;
    background-repeat: no-repeat;
    background-color: #FFF;
    margin-left:-30px;
    margin-right:-30px;
    margin-bottom:20px;
    padding:20px 60px 20px 60px;
}

div.introduction h2 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: bold;
    font-size: 3.8vw;
    position: absolute;
    margin-left:20px;
    color:#000;
    text-transform: uppercase;
    margin-top: -3.4vw;
}

div.introduction p {
    font-family: Roboto;
    font-size: 1vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2vw;
    letter-spacing: 0em;
    text-align: left;
    padding-top:2.8vw;
    margin-bottom:50px;

}

div.introduction p.sous-titre {
    font-size:20px;
    line-height:20px;
    font-weight: 700;
    padding-top:20px;
    margin-bottom:0px;
}

div.introduction p.petit {
    font-size:15px;
    line-height:15px;
    padding-top:0px;
}
div.introduction p.legende {
    font-size:17px;
    line-height:17px;
    text-align:center;
    width: 250px;
    padding-top: 10px;
    margin-bottom:0px;
    margin-right: auto;
    margin-left: auto;
}

div.card-bd {
    background: #FFFFFF;
    box-shadow: 0px 1.75px 34.97px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    height: 20vw;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
    width: 15vw;
}
div.card-bd p.titre {
    font-family: Roboto;
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 500;
    line-height: 0.9vw;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 14px;
    padding-top: 10px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

div.card-bd p {
    font-family: Roboto;
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 300;
    line-height: 0.9vw;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px 15px 0 15px;
    margin-bottom: 10px;
}
div.card-bd-img {
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: 88% auto;
    background-position: top center;
    margin-bottom: 10px;
}


