#migraine,
#douleurs-circulatoires,
#irritations-gorge,
#douleurs-musculaires,
#douleurs-articulaires {
	margin-bottom: 1px;
	padding: 62px 0;
}

#douleurs-musculaires,
#douleurs-articulaires {
	background-color: var(--custom-color-gel-transparent);
}

#douleurs-circulatoires {
	background-color: var(--custom-color-jambes-transparent);
}

#migraine,
#irritations-gorge {
	background-color: var(--custom-color-orl-transparent);
}

.links-douleurs .wpb_wrapper p a.js-douleurs {
	font-size: 1.2em !important;
	color: #fff !important;
	display: block !important;
	margin-bottom: 10px !important;
	text-decoration: none !important;
	padding: 15px;
	transition: all 250ms ease;
	border-radius: 5px;
}

.links-douleurs .wpb_wrapper p:nth-child(1) a.js-douleurs,
.links-douleurs .wpb_wrapper p:nth-child(2) a.js-douleurs,
.links-douleurs .wpb_wrapper p:nth-child(3) a.js-douleurs,
.links-douleurs .wpb_wrapper p:nth-child(4) a.js-douleurs,
.links-douleurs .wpb_wrapper p:nth-child(5) a.js-douleurs {
	background-color: var(--custom-color-default) !important;
	transition: all 660ms ease;
}

.links-douleurs .wpb_wrapper p:nth-child(1) a.js-douleurs:hover,
.links-douleurs .wpb_wrapper p:nth-child(2) a.js-douleurs:hover,
.links-douleurs .wpb_wrapper p:nth-child(3) a.js-douleurs:hover,
.links-douleurs .wpb_wrapper p:nth-child(4) a.js-douleurs:hover,
.links-douleurs .wpb_wrapper p:nth-child(5) a.js-douleurs:hover {
	background-color: transparent !important;
	font-size: 1.62rem !important;
}


#ou-vous-avez-mal{
	background:linear-gradient(159deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 30%) 100%);
	background-color: #ffecec;
	transition:background-color 660ms ease-in-out !important;
}
#ou-vous-avez-mal h2{
	font-size: 2.7rem;
	text-transform: uppercase;
	transition:color 253ms ease-in-out !important;
	line-height: 1.16em;
}


#custom-section-gel-anti-douleur {
    background-size: contain;
    background-position: 5% 50% !important;
}


@media (max-width: 991px) {
	#custom-section-gel-anti-douleur {
		background-image: none !important;
	}
}