/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2024 | 08:48:36 */
.opacite1 img {
	opacity: 1 !important;
}
li.av-menu-button > a {
	background: none !important;
}
#top #wrap_all .bouton-blog a {
	font-size: 15px;
	font-weight: 900;
	color: #ffffff;
    background-color: #82c073;
    border-color: #82c073;
	padding: 15px 30px;
    min-width: 200px;
    transition: all 0.4s ease-in-out;
}
#top #wrap_all .bouton-blog a:hover {
	text-decoration: none;
    transition: all 0.5s ease 0s;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.video-demo {
	min-height: 333px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
#top .avia-video .mejs-container, #top .avia-video .mejs-container video {
	background: transparent;
	object-fit: cover;
}