/* css style for home version 7000 of cp.youdge.com*/
/* css style for home version 6000 , 6004, 6005 of lecreditfacile.fr */
/* css style for home version 6000 to 6017 and 6100 of lecreditmain.fr*/
/* css style for home version 100 of moncreditperso.fr */
/* css style for home version 6000, 6001, 6004 of lecreditrapide.net */

body,
html {
    margin: 0px;
    padding: 0px;
    font-family: roc-grotesk, Arial, Helvetica, sans-serif !important;
    color: #34314c;
}

.title-home {
    font-size: 2.3em;
    margin-bottom: 0;
    line-height: 43px;
}

ul {
    margin: 0px;
    padding: 0px;
}

.w-80 {
    width: 80%;
}

.w-50 {
    width: 50% !important;
    height: auto;
}

#home-version {
    background-color: #F6F6F6;
}

.header-logo {
    padding-top: 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
}

.header-logo img {
    max-width: 290px;
}
.container-titles {
    margin-top: 2%;
}

.container-products {
    margin-bottom: 30px;
}

.home-product-offer {
    -webkit-box-shadow: -10px -10px 20px 0 #FFFFFF, 10px 10px 20px 0 #DCDCDC;
            box-shadow: -10px -10px 20px 0 #FFFFFF, 10px 10px 20px 0 #DCDCDC;
    border-radius: 30px !important;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.home-product-offer:hover {
    -webkit-box-shadow: inset 10px 10px 15px 0 #DBDBDB, inset -10px -10px 15px 0 #FFFFFF;
            box-shadow: inset 10px 10px 15px 0 #DBDBDB, inset -10px -10px 15px 0 #FFFFFF;
}

.home-product-offer img {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    height: 120px;
    object-fit: cover;
}

.home-product-offer a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

.product-content p {
    margin-bottom: 0 !important;
    line-height: 1.1;
}

/* ----------------------- */
/* ------- FOOTER -------- */
/* ----------------------- */
footer a {
    cursor:pointer;
}
.footer-top {
    background-color: #fff;
    border-bottom: 1px solid #F6F6F6;
    color: #000;
    padding: 10px 20px;
}

.footer-bottom {
    background-color: #333333;
    color: #fff;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: underline !important;
}

.footer-trustpilot {
    background-color: #F6F6F6;
}

.trustpilot-mentions {
    font-size: 11px;
    text-align: center;
    padding-bottom: 20px;
}

footer p {
    font-size: 15px;
    margin-bottom: 0;
}
#facebook-mentions{
    padding:0 20px;
    margin:20px 0;
    color: #000 !important;
}
#facebook-mentions .offer-title {
    font-size:13px;
    font-weight: 500;
    padding-top: 15px;
}
#facebook-mentions .legal-offer {
    font-size:12px;
    margin: 5px 0;
}

/* Extra small devices */
@media (max-width: 575.98px) {
    .title-home {
      font-size: 1.7em;
      line-height: 30px;
    }
    .header-logo img {
        max-width: 220px;
    }
    .product-content {
        height: 43px;
    }
    .product-content p {
        top: 50%;
        position: relative;
        -webkit-transform: perspective(1px) translateY(-50%);
                transform: perspective(1px) translateY(-50%);
    }
    .product-content p a{
        font-size: 16px;
    }
        .footer-top{
        text-align:center;
    }
    .mentions{
        font-size: 1.1rem;
    }
}

/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
    .title-home {
      font-size: 1.9em;
      line-height: 37px;
    }
    .product-content {
        height: 50px;
    }

    .product-content p {
        top: 50%;
        padding: 10px;
        position: relative;
        -webkit-transform: perspective(1px) translateY(-50%);
                transform: perspective(1px) translateY(-50%);
    }
}

/* Medium and up */
@media (min-width: 768px) {
    .h2-home {
        font-size: 2.7em;
        font-weight: 400;
    }
    .home-product-offer img {
        height: auto;
    }
    .product-content p {
        top: 50%;
        padding: 10px;
        position: relative;
        -webkit-transform: perspective(1px) translateY(-50%);
                transform: perspective(1px) translateY(-50%);
    }
     .product-content {
        height: 55px;
    }
}

@media (min-width: 1400px) {
    .container-products{
        max-width: 1140px;
    }
}
