/* Custom.css */

/*
 * Base
 */

html {
	font-size: 13px;
}

@media ( min-width: 640px) {
	html {
		font-size: 14px;
	}
}

@media ( min-width: 960px) {
	html {
		font-size: 15px;
	}
}

@media ( min-width: 1200px) {
	html {
		font-size: 16px;
	}
}

a,
.uk-link {
	font-weight: 600;
}


/*
 * Navigation
 */

/* Floating & scrolling side navigation menu */

.side-nav {
	display: none;
	position: fixed;
	top: 50%;
	right: -220px;
	transform: translateY(-50%);
	transition: all .5s;
	z-index: 10;
}

.side-nav ul {
	margin: 0 20px 0 0;
	list-style: none;
}

.side-nav ul li {
	position: relative;
	margin: 3px 2px 3px 0;
	overflow: hidden;
	white-space: nowrap;
	line-height: 100%;
	cursor: pointer;
	transition: all .2s ease-in;
	text-align: right;
	pointer-events: all;
}

.side-nav ul li a {
	display: inline-flex;
	background-color: #ea148c;
	min-height: 22px;
	padding: 5px 32px 5px 14px;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0;
	text-transform: capitalize;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	visibility: hidden;
	align-items: center;
}

.side-nav ul li a::after,
.side-nav ul li:hover a,
.side-nav ul li.uk-active a {
	visibility: visible;
}

.side-nav ul li a::after {
	content: "";
	position: absolute;
	background-color: #fff;
	right: 12px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 2px solid #222;
	transform: translateY(-50%);
	pointer-events: none;
}


/*
 * Accordion
 */

.uk-accordion-title {
	border-radius: 5px;
}


/*
 * Customs blocks
 */


/* Gallery */

#galerie-photos .el-item .el-content {
	color: #fff;
	text-shadow: 2px 2px 4px #6b7c93;
}

.uk-lightbox-caption .lightbox-hidden {
	display: none;
}

/* Section custom background */

.gradient-background {
	background-image: linear-gradient(45deg, #a1cb46 0, #f6faec 100%);
}


/* Table & badge custom background */

.reserve {
	background: #9edecc !important;
}

.vendu {
	background: #f594ca !important;
}


/*
 * Miscellaneous
 */

/* Custom content styles */

.highlight {
    padding-left: 8px;
    padding-right: 8px;
	background-color: #ea148c;
	color: #fff;
}


/* Custom animations */

@-moz-keyframes move-down-bounce {
	0%, 100%, 20%, 50%, 80% {
		-moz-transform:translateY(0);
		transform:translateY(0)
	}
	40% {
		-moz-transform:translateY(-20px);
		transform:translateY(-20px)
	}
	60% {
		-moz-transform:translateY(-10px);
		transform:translateY(-10px)
	}
}

@-webkit-keyframes move-down-bounce {
	0%, 100%, 20%, 50%, 80% {
		-moz-transform:translateY(0);
		transform:translateY(0)
	}
	40% {
		-moz-transform:translateY(-20px);
		transform:translateY(-20px)
	}
	60% {
		-moz-transform:translateY(-10px);
		transform:translateY(-10px)
	}
}

@keyframes move-down-bounce {
	0%, 100%, 20%, 50%, 80% {
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	40% {
		-moz-transform:translateY(-20px);
		-ms-transform:translateY(-20px);
		-webkit-transform:translateY(-20px);
		transform:translateY(-20px)
	}
	60% {
		-moz-transform:translateY(-10px);
		-ms-transform:translateY(-10px);
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
}

.move-down-bounce {
	-moz-animation: move-down-bounce 2s infinite;
	-webkit-animation: move-down-bounce 2s infinite;
	animation: move-down-bounce 2s infinite
}


/*
 * WP Plugins
 */

/* Gravity forms */

.gform_wrapper *:focus {
    outline: none !important;
}

.gform_wrapper .field_sublabel_below.hidden_label .ginput_complex.ginput_container label {
	display: none !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]),
.gform_wrapper select,
.gform_wrapper textarea {
	max-width: 100%;
	width: 100%;
	border: 2px solid #f6faec !important;
	padding: 5px 8px !important;
	background: #f6faec;
	background-color: rgb(246, 250, 236);
	background-clip: border-box;
	color: #003c42;
	box-sizing: border-box;
	margin: 0;
	margin-top: 0px;
	border-radius: 5px;
	-webkit-appearance: none;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]) {
	overflow: visible;
}

.uk-section-secondary:not(.uk-preserve-color) .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]),
.uk-section-secondary:not(.uk-preserve-color) .gform_wrapper select,
.uk-section-secondary:not(.uk-preserve-color) .gform_wrapper textarea,
.uk-section-secondary:not(.uk-preserve-color) .gform_wrapper ::placeholder {
	background: #f6faec !important;
	color: #003c42 !important;
	background-clip: padding-box !important;
	border: 2px solid #f6faec !important;
}

.uk-section-secondary:not(.uk-preserve-color) .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):focus,
.uk-section-secondary:not(.uk-preserve-color) .gform_wrapper select:focus,
.uk-section-secondary:not(.uk-preserve-color) .gform_wrapper textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .gform_wrapper ::placeholder:focus {
	color: #5b3a54 !important;
	border-color: #ea148c !important;
}

.gform_wrapper div.validation_error
{
	border: none !important;
	padding: 15px 0 !important;
	color: #ea148c !important;
	text-align: left !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{
	padding-left: 8px !important;
	padding-right: 8px !important;
	border: none !important;
}

.gform_wrapper .gfield_error .gfield_label
{
	color: #ea148c !important;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #ea148c !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
	color: #ea148c !important;
}

.gform_wrapper .validation_message {
	color: #ea148c !important;
}

.gform_wrapper .gform_footer {
	text-align: center;
}

