/* css style for home toppage with product version 7000 of caen.youdge.com*/

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

.w-80 {
    width: 80%;
}

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


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

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

.home-product-offer {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
    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;
		background-color: white;
}

.home-product-offer:hover {
		cursor: pointer;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
		-o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
		background-color: #f6f6f6;
}

.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: #292929 !important;
}

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


/* Extra small devices */
@media (max-width: 575.98px) {
    .title-home {
      font-size: 1.7em;
      line-height: 30px;
    }
    .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;
    }
    
    .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) {
    .title-home{
        font-size: 45px;
    }
    .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;
    }
}
/* Large and up */
@media (min-width: 992px) {
    .home-product-offer{
        max-width: 330px;
        margin: auto;
    }
	.home-product-offer img {
			height: 190px;
	}
	.title-home{
			font-size: 50px;
	}
}

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