
/* @group POPUP violet*/

.popup.fancybox-content {
	border-radius: 6px;
	background-color: #a9336e;
	background: -webkit-linear-gradient(135deg, #8d2fc6 0%, #b93836 100%) #f67878;
	background: -moz-linear-gradient(135deg, #8d2fc6 0%, #b93836 100%) #f67878;
	background: -ms-linear-gradient(135deg, #8d2fc6 0%, #b93836 100%) #f67878;
	background: linear-gradient(-45deg, #8d2fc6 0%, #b93836 100%) #f67878;


	/*background: -webkit-linear-gradient(135deg, #84ad1d 0%, #b93836 100%) #f67878;
	background: -moz-linear-gradient(135deg, #84ad1d 0%, #b93836 100%) #f67878;
	background: -ms-linear-gradient(135deg, #84ad1d 0%, #b93836 100%) #f67878;
	background: linear-gradient(-45deg, #84ad1d 0%, #b93836 100%) #f67878;*/
	color: white;
}

.popup h2 {
	margin-bottom: 0.7em;
	text-shadow: 0 0 4px #3f0202;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0.7em;
}
.popup h3 {
	margin-bottom: 0.4em;
}
.popup p {
	margin-bottom: 0.5em;
}
.popup p .btn {
	margin-top: 30px;
	font-size: 1.3em;
	font-family: inherit;
	text-decoration: none;
	background: white;
	border-style: none;
	border-radius: 20px;
	padding: 7px 20px 8px;
	box-shadow: 0 1px 7px rgba(66, 66, 66, 0.52);
	transition: transform .1s ease 0s;
	display: inline-block;
}
.popup p:last-of-type {
	margin-bottom: 0;
}
.popup p .btn:hover {
	cursor: pointer;
	box-shadow: 0 1px 20px rgba(66, 66, 66, 0.82);
}
.popup p .btn:active {
	color: #000;
	transform: scale(0.9);
}
/* @end */


/* @group POPUP vert dégradé*/

.popup.vert.fancybox-content {
	background-color: #f67878;
	background: -webkit-linear-gradient(135deg, #84ad1d 0%, #b93836 100%) #a2742d;
	background: -moz-linear-gradient(135deg, #84ad1d 0%, #b93836 100%) #a2742d;
	background: -ms-linear-gradient(135deg, #84ad1d 0%, #b93836 100%) #a2742d;
	background: linear-gradient(-45deg, #84ad1d 0%, #b93836 100%) #a2742d;
	color: white;
}
/* @end */


/* @group POPUP St Valentin */

.popup.valentin.fancybox-content {
	background: url(images/coeur-2.png) 0 bottom no-repeat, -webkit-linear-gradient(135deg, #ef49b7 0%, #ae0a07 100%) 0 bottom no-repeat #a9336e;
	background: url(images/coeur-2.png) 0 bottom no-repeat, -moz-linear-gradient(135deg, #ef49b7 0%, #ae0a07 100%) 0 bottom no-repeat #a9336e;
	background: url(images/coeur-2.png) 0 bottom no-repeat, -ms-linear-gradient(135deg, #ef49b7 0%, #ae0a07 100%) 0 bottom no-repeat #a9336e;
	background: url(images/coeur-2.png) 0 bottom no-repeat, linear-gradient(-45deg, #ef49b7 0%, #ae0a07 100%) 0 bottom no-repeat #a9336e;
	color: white;
	
}
.popup.valentin p .btn {
	color: #cc0217;
}
/* @end */


/* @group FANCYBOX 3 MODAL 1 */

.popup.modal.fancybox-content {
	color: #5e5e5e;
	background-image: none;
	background-color: white;
	padding: 40px 40px!important;
}
.popup.modal p {
	margin-bottom: 5px;
	line-height: 1.4em;
}
.popup.modal h2 {
	text-shadow: none;
}
.popup.modal h3 {
	margin-bottom: 5px;
}
.popup.modal hr {
	margin: 15px 0;
	height: 2px;
	background-color: #e3e3e3;
	border-style: none;
}
.popup .red {
	color: #ed475c;
}
.popup.modal .btn {
	font-size: 16px;
	background-color: #ed475c;
	border-radius: 20px;
	border-style: none;
	color: white;
	padding: 6px 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 600;
}
.popup.modal .btn.btn_gris {
	background-color: #a3a3a3;
}
.popup.modal a {
	color: #ed475c;
	text-decoration: none;
}



/* Start state */

.animated-modal {
	max-width: 550px!important;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

/* Final state */

.fancybox-slide--current .animated-modal {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* @end */
