body {
    background-color:#FACAB2;
    margin: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: 'Source Sans Pro';
}

.mainPage {
    margin-left: 13%;
    margin-right: 13%;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 74%;
}

.logo {
    text-align: center;
}

.article {
    font-style: normal;
    letter-spacing: 0.38px;
    color: #2D2D2D;
}

.article>.titre {
    font-weight: 900;
    font-size: 64px;
    line-height: 42px;
}


.article>p {
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.article>p>.titre-choix {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

div>.choix {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    height: 70px;
    text-align: center;
    align-items: center;
}

div>.choix-bouton {
    text-decoration: none;
    color: #2D2D2D;
    border: 1px #2D2D2D solid;
    background-color: lightyellow;
    height: 100%;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

div>.choix-bouton:hover {
    background-color: darksalmon;
}

div>.choix-bouton:active {
    background-color: salmon;
}

.deja-co-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.url-link {
    text-decoration: underline;
    color: #2D2D2D;
    font-weight: 600;
}

#carrousel {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.imageCar {
    width: 95%;
    box-shadow: -10px 10px 5px #D08B68;
}


/* background */

.bgTopLeftEllipse {
    /* Ellipse 1 (Stroke) */
    
    position: fixed;
    width: 181px;
    height: 182px;
    left: 5%;
    top: -35px;
    z-index: -1;
}

.bgTopRightLine {
    /* Vector 2 (Stroke) */

    position: fixed;
    width: 157px;
    height: 124px;
    right: 5%;
    top: -23px;
    z-index: -1;
}

.bgBottomRightLine {
    /* Vector 1 (Stroke) */

    position: fixed;
    width: 234px;
    height: 83px;
    right: -20px;
    bottom: 5%;
    z-index: -1;
}

.bgBottomLeftHalfEllipse {
    /* Vector 3 (Stroke) */

    position: fixed;
    width: 154px;
    height: 77px;
    left: -20px;
    bottom: 5%;
    z-index: -1;
}


