/*
https://ianlunn.github.io/Hover/
/******************************************************************/
.hvr-buzz:hover img,
.hvr-buzz:focus img,
.hvr-buzz:active img {
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.hvr-buzz img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

@keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}
/******************************************************************/
/******************************************************************/
.hvr-pulse-shrink img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

.hvr-pulse-shrink:hover img,
.hvr-pulse-shrink:focus img,
.hvr-pulse-shrink:active img {
	-webkit-animation-name: hvr-pulse-shrink;
	animation-name: hvr-pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

@keyframes hvr-pulse-shrink {
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
/******************************************************************/
/******************************************************************/
.hvr-wobble-horizontal img {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

.hvr-wobble-horizontal:hover img,
.hvr-wobble-horizontal:focus img,
.hvr-wobble-horizontal:active img {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}

	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
/******************************************************************/
/* Wobble Vertical */
.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/*********************************************************************/
/*********************************************************************/

/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/* BOUTON NECTAR *****************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
.nectar-button::before,
.nectar-button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/

/* .nectar-button:before {
    content: '';
    background: #000;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0,68%,0) scale3d(0,0,0);
}

.nectar-button:hover span {
    animation: MoveScaleUpInitial 0.1s forwards, MoveScaleUpEnd 0.1s forwards 0.1s;
}

@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-100%,0);
		opacity: 0;
	}
}

@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,100%,0);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
} */

/*********************************************************************/
/* PAN ***************************************************************/
/*********************************************************************/
/* .nectar-button {
	border: 2px solid #000;
	border-radius: 3rem;
	overflow: hidden;
	color: #fff;
}

.nectar-button span {
	position: relative;
}

.nectar-button::before {
	content: '';
	background: #000;
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.nectar-button:hover::before {
	transform: translate3d(0,-100%,0);
} */


/*********************************************************************/
/* MIMAS *************************************************************/
/*********************************************************************/
/* .nectar-button {
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-weight: 700;
	font-size: 0.85rem;
	border-radius: 0.5rem;
	overflow: hidden;
	color: #fff;
	background: #e7e7e7;
}

.nectar-button span {
	position: relative;
}

.nectar-button::before {
	content: '';
	background: #000;
	width: 120%;
	left: -10%;
	transform: skew(30deg);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.nectar-button:hover::before {
	transform: translate3d(100%,0,0);
} */


/*********************************************************************/
/* PANDORA ***********************************************************/
/*********************************************************************/
/* .nectar-button {
	padding: 0 !important;
}

.nectar-button span {
	display: block;
	background: #121212;
	padding: 15px 30px;
	border: 1px solid #000;
	border-radius: 50px;
	transform: translate3d(-4px, -4px, 0);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.nectar-button:hover span {
	transform: translate3d(-8px, -8px, 0);
} */

/*********************************************************************/
/* CALYPSO ***********************************************************/
/*********************************************************************/
/* .nectar-button {
	overflow: hidden;
}

.nectar-button span {
	display: block;
	position: relative;
	z-index: 10;
}

.nectar-button:hover span {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-105%,0) scale3d(1,2,1);
		opacity: 0;
	}
}

@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,100%,0) scale3d(1,2,1);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.nectar-button::before {
	content: '';
	background: #000;
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0,68%,0) scale3d(0,0,0);
}

.nectar-button:hover::before {
	transform: translate3d(0,0,0) scale3d(1,1,1);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.nectar-button::after {
	content: '';
	background: #000;
	transform: translate3d(0,-100%,0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.nectar-button:hover::after {
	transform: translate3d(0,0,0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
} */

/*********************************************************************/
/* DIONE *************************************************************/
/*********************************************************************/
/* a.nectar-button[data-color-override="false"].regular-button {
	background-color: transparent !important;
}

.nectar-button span {
	display: inline-block;
	position: relative;
	color: #fff;
}

.nectar-button::before {
	content: '';
	background: #000;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}

.nectar-button:hover::before {
	transform: scale3d(0.9, 0.8, 1);
}

.nectar-button::after {
	content: '';
	border: 1px solid #000;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
	border-radius: 0px;
	transform: scale3d(0.85, 0.65, 1);
}

.nectar-button:hover::after {
	transform: scale3d(1,1.1,1);
} */