#medInterest {
	text-align:center
}

#medInterest .btn {
	white-space:normal;
	padding-left:1em;
	padding-right:1em
}

#frontInterestedForm figure img {
	margin:auto
}

#frontInterestedForm,.hidden {
	display:none;
	overflow: hidden
}

#frontInterestedForm .form-control {
	font-size: 16px;
}

.med-pull-right {
	float:right
}

.med-small-font {
	font-size:small
}

.tooltip-green {
	--balloon-color:green
}

.tooltip-red {
	--balloon-color:red
}

div.custom_gdpr_consent div:nth-child(1) {
	float:left
}

#display_captcha {
	width:3.5em;
	margin-left:.5em
}

/* Modal native - remplacement fancybox */
.med-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999;
	opacity: 0;
	transition: opacity 0.3s ease;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.med-modal-overlay.med-modal-visible {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	box-sizing: border-box
}

.med-modal-overlay.med-modal-active {
	opacity: 1
}

.med-modal-container {
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
	max-width: 900px;
	width: 100%;
	max-height: none;
	margin: auto;
	transform: scale(0.9);
	transition: transform 0.3s ease;
	box-sizing: border-box
}

.med-modal-overlay.med-modal-active .med-modal-container {
	transform: scale(1)
}

.med-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: #333;
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s ease
}

.med-modal-close:hover {
	background: #555
}

.med-modal-content {
	padding: 20px;
	overflow: visible
}

.med-modal-content #frontInterestedForm {
	display: block !important
}

body.med-modal-open {
	overflow: hidden
}

@media (max-width: 767px) {
	.med-modal-overlay.med-modal-visible {
		padding: 10px
	}
	.med-modal-container {
		max-height: none
	}
	.med-modal-content {
		padding: 15px
	}
}