.main-product--content__right.loading, .otp-js__reference--block.loading {
    position: relative;
    opacity: 0.5;
}

.otp-loading {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100px;
}

.btn-outline-secondary.enable {
    color: #fff;
    background-color: #254a5d;
    border-color: #254a5d;
}

.mc4wp-form {
    width: 100%;
}

.contact-title {
    color: #254a5d;
}

/* 15 july 2019 update : Vidéo integration for discover sections of homepage */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 992px)
{
	 .main-discover .discover__content .discover__content--img-left.Vidéo
	{
		top:140px;
	}
}
/* end 15 july 2019 update */ 

/* 12 july 2019 update : cookie bar button design */
#cn-accept-cookie {
	background-color:#50bb10 !important;
}

.cn-set-cookie {
	padding:5px;
	color:white;
}

.cookie-notice-container a:hover {
	color:#ddd;
}
/* end 12 july 2019 update */ 