/* css style for home version 7006 of iframe.youdge.com*/

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

h1 {
    font-size: 2.3rem;
}

ul {
    margin: 0px;
    padding: 0px;
}
.charte-mentions img{
    width:70px;
    text-align: center;
}
.charte-mentions div{
    text-align: center;
}
.w-50 {
    width: 50% !important;
    height: auto;
}
.h1-home {
    padding-top:20px;
    font-size: 1.6em;
    font-weight: 400;
}

#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;
}

.container-titles {
    margin-top: 2%;
}

.container-products {
    margin-bottom: 4%;
}

.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;
}

.home-product-offer a {
    text-decoration: none;
    font-size: 17px;
    color: #000;
    line-height: 1;
}

.product-content {
        height: 55px;
    }
.product-content p {
    margin-bottom: 0 !important;
}

/* ----------------------- */
/* ------- FOOTER -------- */
/* ----------------------- */
.charte-mentions{
    background-color: white;
    padding: 10px 0;    
}

/* Extra small devices */
@media (max-width: 575.98px) {   
    .home-product-offer p {
        line-height: 1.2;
    }
    
    .product-content p {
        top: 50%;
        padding: 10px;
        position: relative;
        -webkit-transform: perspective(1px) translateY(-50%);
                transform: perspective(1px) translateY(-50%);
    }
    
}

/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
    .charte-mentions img{
        width:100px;
    }
    .h1-home {
        font-size: 1.9em;
    }

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

/* Medium and up */
@media (min-width: 768px) {

    .h1-home {
        font-size: 2.5em;
    }
    .h2-home {
        font-size: 2.7em;
        font-weight: 400;
    }
    .home-product-offer a {
        font-size: 18px;
    }
    .charte-mentions img{
        width:100px;
    }
    .container {
        max-width: 820px !important;
    }
}
/* Large and up */
@media (min-width: 992px) {
   .charte-mentions img{
        width:110px;
    }
  .container {
        max-width: 960px !important;
    }
}

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