/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/build/images/ui-icons_444444_256x240.a4c733ec.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/build/images/ui-icons_444444_256x240.a4c733ec.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/build/images/ui-icons_555555_256x240.97136473.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/build/images/ui-icons_ffffff_256x240.bf27228a.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/build/images/ui-icons_777620_256x240.208a2901.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/build/images/ui-icons_cc0000_256x240.0de3b517.png);
}
.ui-button .ui-icon {
	background-image: url(/build/images/ui-icons_777777_256x240.73a1fd05.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/build/images/owl.video.play.4a37f800.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.icon {
  font-style: normal;
  font-weight: 400; }
  .icon.icon-arrow-bottom:before {
    font-family: "icon";
    content: "Ó®Å"; }
  .icon.icon-arrow-left:before {
    font-family: "icon";
    content: "Ó®Ç"; }
  .icon.icon-arrow-light-left:before {
    font-family: "icon";
    content: "Ó®É"; }
  .icon.icon-arrow-light-right:before {
    font-family: "icon";
    content: "Ó®Ñ"; }
  .icon.icon-arrow-right:before {
    font-family: "icon";
    content: "Ó®Ö"; }
  .icon.icon-arrow-top:before {
    font-family: "icon";
    content: "Ó®Ü"; }
  .icon.icon-badge:before {
    font-family: "icon";
    content: "Ó®á"; }
  .icon.icon-brochure:before {
    font-family: "icon";
    content: "Ó®à"; }
  .icon.icon-bto:before {
    font-family: "icon";
    content: "Ó®â"; }
  .icon.icon-calendar:before {
    font-family: "icon";
    content: "Ó®ä"; }
  .icon.icon-capacity:before {
    font-family: "icon";
    content: "Ó®ã"; }
  .icon.icon-chef:before {
    font-family: "icon";
    content: "Ó®å"; }
  .icon.icon-circle-cross:before {
    font-family: "icon";
    content: "Ó®ç"; }
  .icon.icon-circle-exclamation-mark:before {
    font-family: "icon";
    content: "Ó®é"; }
  .icon.icon-circle-tick:before {
    font-family: "icon";
    content: "Ó®è"; }
  .icon.icon-cross:before {
    font-family: "icon";
    content: "Ó®ê"; }
  .icon.icon-disabled:before {
    font-family: "icon";
    content: "Ó®ë"; }
  .icon.icon-facebook:before {
    font-family: "icon";
    content: "Ó®í"; }
  .icon.icon-family:before {
    font-family: "icon";
    content: "Ó®ì"; }
  .icon.icon-file:before {
    font-family: "icon";
    content: "Ó®î"; }
  .icon.icon-flickr:before {
    font-family: "icon";
    content: "Ó®ï"; }
  .icon.icon-gr34:before {
    font-family: "icon";
    content: "Ó®ñ"; }
  .icon.icon-heart:before {
    font-family: "icon";
    content: "Ó®ó"; }
  .icon.icon-instagram:before {
    font-family: "icon";
    content: "Ó®ò"; }
  .icon.icon-laptop:before {
    font-family: "icon";
    content: "Ó®ô"; }
  .icon.icon-lighthouse:before {
    font-family: "icon";
    content: "Ó®ö"; }
  .icon.icon-link:before {
    font-family: "icon";
    content: "Ó®õ"; }
  .icon.icon-list:before {
    font-family: "icon";
    content: "Ó®ú"; }
  .icon.icon-magnifier:before {
    font-family: "icon";
    content: "Ó®ù"; }
  .icon.icon-mail-outline:before {
    font-family: "icon";
    content: "Ó®û"; }
  .icon.icon-mail:before {
    font-family: "icon";
    content: "Ó®ü"; }
  .icon.icon-marker:before {
    font-family: "icon";
    content: "Ó®†"; }
  .icon.icon-menu:before {
    font-family: "icon";
    content: "Ó®°"; }
  .icon.icon-pager-left:before {
    font-family: "icon";
    content: "Ó®¢"; }
  .icon.icon-pager-right:before {
    font-family: "icon";
    content: "Ó®£"; }
  .icon.icon-parking:before {
    font-family: "icon";
    content: "Ó®§"; }
  .icon.icon-paw:before {
    font-family: "icon";
    content: "Ó®•"; }
  .icon.icon-pdf:before {
    font-family: "icon";
    content: "Ó®¶"; }
  .icon.icon-phone:before {
    font-family: "icon";
    content: "Ó®ß"; }
  .icon.icon-pinterest:before {
    font-family: "icon";
    content: "Ó®®"; }
  .icon.icon-plus-sign:before {
    font-family: "icon";
    content: "Ó®©"; }
  .icon.icon-pool:before {
    font-family: "icon";
    content: "Ó®™"; }
  .icon.icon-sport:before {
    font-family: "icon";
    content: "Ó®´"; }
  .icon.icon-travel:before {
    font-family: "icon";
    content: "Ó®¨"; }
  .icon.icon-tripadvisor:before {
    font-family: "icon";
    content: "Ó®≠"; }
  .icon.icon-twitter:before {
    font-family: "icon";
    content: "Ó®Æ"; }
  .icon.icon-umbrella:before {
    font-family: "icon";
    content: "Ó®Ø"; }
  .icon.icon-waves:before {
    font-family: "icon";
    content: "Ó®∞"; }
  .icon.icon-weather:before {
    font-family: "icon";
    content: "Ó®±"; }
  .icon.icon-webcam:before {
    font-family: "icon";
    content: "Ó®≤"; }
  .icon.icon-whois:before {
    font-family: "icon";
    content: "Ó®≥"; }
  .icon.icon-wifi:before {
    font-family: "icon";
    content: "Ó®¥"; }
  .icon.icon-youtube:before {
    font-family: "icon";
    content: "Ó®µ"; }

@charset "UTF-8";
.color-primary-landerneau {
  color: #319ba3 !important; }

.color-after-primary-landerneau:after {
  color: #319ba3 !important; }

.color-hover-primary-landerneau:hover {
  color: #319ba3 !important; }

.color-active-primary-landerneau.active {
  color: #319ba3 !important; }

.background-color-primary-landerneau {
  background-color: #319ba3 !important; }

.background-color-after-primary-landerneau:after {
  background-color: #319ba3 !important; }

.background-color-hover-primary-landerneau:hover {
  background-color: #319ba3 !important; }

.background-color-active-primary-landerneau.active {
  background-color: #319ba3 !important; }

.border-color-primary-landerneau {
  border-color: #319ba3 !important; }

.border-color-after-primary-landerneau:after {
  border-color: #319ba3 !important; }

.border-color-hover-primary-landerneau:hover {
  border-color: #319ba3 !important; }

.border-color-active-primary-landerneau.active {
  border-color: #319ba3 !important; }

.border-left-color-primary-landerneau {
  border-left-color: #319ba3 !important; }

.border-left-color-after-primary-landerneau:after {
  border-left-color: #319ba3 !important; }

.border-left-color-hover-primary-landerneau:hover {
  border-left-color: #319ba3 !important; }

.border-left-color-active-primary-landerneau.active {
  border-left-color: #319ba3 !important; }

.border-top-color-primary-landerneau {
  border-top-color: #319ba3 !important; }

.border-top-color-after-primary-landerneau:after {
  border-top-color: #319ba3 !important; }

.border-top-color-hover-primary-landerneau:hover {
  border-top-color: #319ba3 !important; }

.border-top-color-active-primary-landerneau.active {
  border-top-color: #319ba3 !important; }

.color-secondary-landerneau {
  color: #ffb30d !important; }

.color-after-secondary-landerneau:after {
  color: #ffb30d !important; }

.color-hover-secondary-landerneau:hover {
  color: #ffb30d !important; }

.color-active-secondary-landerneau.active {
  color: #ffb30d !important; }

.background-color-secondary-landerneau {
  background-color: #ffb30d !important; }

.background-color-after-secondary-landerneau:after {
  background-color: #ffb30d !important; }

.background-color-hover-secondary-landerneau:hover {
  background-color: #ffb30d !important; }

.background-color-active-secondary-landerneau.active {
  background-color: #ffb30d !important; }

.border-color-secondary-landerneau {
  border-color: #ffb30d !important; }

.border-color-after-secondary-landerneau:after {
  border-color: #ffb30d !important; }

.border-color-hover-secondary-landerneau:hover {
  border-color: #ffb30d !important; }

.border-color-active-secondary-landerneau.active {
  border-color: #ffb30d !important; }

.border-left-color-secondary-landerneau {
  border-left-color: #ffb30d !important; }

.border-left-color-after-secondary-landerneau:after {
  border-left-color: #ffb30d !important; }

.border-left-color-hover-secondary-landerneau:hover {
  border-left-color: #ffb30d !important; }

.border-left-color-active-secondary-landerneau.active {
  border-left-color: #ffb30d !important; }

.border-top-color-secondary-landerneau {
  border-top-color: #ffb30d !important; }

.border-top-color-after-secondary-landerneau:after {
  border-top-color: #ffb30d !important; }

.border-top-color-hover-secondary-landerneau:hover {
  border-top-color: #ffb30d !important; }

.border-top-color-active-secondary-landerneau.active {
  border-top-color: #ffb30d !important; }

.color-primary-abers {
  color: #17b9dc !important; }

.color-after-primary-abers:after {
  color: #17b9dc !important; }

.color-hover-primary-abers:hover {
  color: #17b9dc !important; }

.color-active-primary-abers.active {
  color: #17b9dc !important; }

.background-color-primary-abers {
  background-color: #17b9dc !important; }

.background-color-after-primary-abers:after {
  background-color: #17b9dc !important; }

.background-color-hover-primary-abers:hover {
  background-color: #17b9dc !important; }

.background-color-active-primary-abers.active {
  background-color: #17b9dc !important; }

.border-color-primary-abers {
  border-color: #17b9dc !important; }

.border-color-after-primary-abers:after {
  border-color: #17b9dc !important; }

.border-color-hover-primary-abers:hover {
  border-color: #17b9dc !important; }

.border-color-active-primary-abers.active {
  border-color: #17b9dc !important; }

.border-left-color-primary-abers {
  border-left-color: #17b9dc !important; }

.border-left-color-after-primary-abers:after {
  border-left-color: #17b9dc !important; }

.border-left-color-hover-primary-abers:hover {
  border-left-color: #17b9dc !important; }

.border-left-color-active-primary-abers.active {
  border-left-color: #17b9dc !important; }

.border-top-color-primary-abers {
  border-top-color: #17b9dc !important; }

.border-top-color-after-primary-abers:after {
  border-top-color: #17b9dc !important; }

.border-top-color-hover-primary-abers:hover {
  border-top-color: #17b9dc !important; }

.border-top-color-active-primary-abers.active {
  border-top-color: #17b9dc !important; }

.color-secondary-abers {
  color: #86bf00 !important; }

.color-after-secondary-abers:after {
  color: #86bf00 !important; }

.color-hover-secondary-abers:hover {
  color: #86bf00 !important; }

.color-active-secondary-abers.active {
  color: #86bf00 !important; }

.background-color-secondary-abers {
  background-color: #86bf00 !important; }

.background-color-after-secondary-abers:after {
  background-color: #86bf00 !important; }

.background-color-hover-secondary-abers:hover {
  background-color: #86bf00 !important; }

.background-color-active-secondary-abers.active {
  background-color: #86bf00 !important; }

.border-color-secondary-abers {
  border-color: #86bf00 !important; }

.border-color-after-secondary-abers:after {
  border-color: #86bf00 !important; }

.border-color-hover-secondary-abers:hover {
  border-color: #86bf00 !important; }

.border-color-active-secondary-abers.active {
  border-color: #86bf00 !important; }

.border-left-color-secondary-abers {
  border-left-color: #86bf00 !important; }

.border-left-color-after-secondary-abers:after {
  border-left-color: #86bf00 !important; }

.border-left-color-hover-secondary-abers:hover {
  border-left-color: #86bf00 !important; }

.border-left-color-active-secondary-abers.active {
  border-left-color: #86bf00 !important; }

.border-top-color-secondary-abers {
  border-top-color: #86bf00 !important; }

.border-top-color-after-secondary-abers:after {
  border-top-color: #86bf00 !important; }

.border-top-color-hover-secondary-abers:hover {
  border-top-color: #86bf00 !important; }

.border-top-color-active-secondary-abers.active {
  border-top-color: #86bf00 !important; }

.color-primary-lesneven {
  color: #1b4a68 !important; }

.color-after-primary-lesneven:after {
  color: #1b4a68 !important; }

.color-hover-primary-lesneven:hover {
  color: #1b4a68 !important; }

.color-active-primary-lesneven.active {
  color: #1b4a68 !important; }

.background-color-primary-lesneven {
  background-color: #1b4a68 !important; }

.background-color-after-primary-lesneven:after {
  background-color: #1b4a68 !important; }

.background-color-hover-primary-lesneven:hover {
  background-color: #1b4a68 !important; }

.background-color-active-primary-lesneven.active {
  background-color: #1b4a68 !important; }

.border-color-primary-lesneven {
  border-color: #1b4a68 !important; }

.border-color-after-primary-lesneven:after {
  border-color: #1b4a68 !important; }

.border-color-hover-primary-lesneven:hover {
  border-color: #1b4a68 !important; }

.border-color-active-primary-lesneven.active {
  border-color: #1b4a68 !important; }

.border-left-color-primary-lesneven {
  border-left-color: #1b4a68 !important; }

.border-left-color-after-primary-lesneven:after {
  border-left-color: #1b4a68 !important; }

.border-left-color-hover-primary-lesneven:hover {
  border-left-color: #1b4a68 !important; }

.border-left-color-active-primary-lesneven.active {
  border-left-color: #1b4a68 !important; }

.border-top-color-primary-lesneven {
  border-top-color: #1b4a68 !important; }

.border-top-color-after-primary-lesneven:after {
  border-top-color: #1b4a68 !important; }

.border-top-color-hover-primary-lesneven:hover {
  border-top-color: #1b4a68 !important; }

.border-top-color-active-primary-lesneven.active {
  border-top-color: #1b4a68 !important; }

.color-secondary-lesneven {
  color: #766273 !important; }

.color-after-secondary-lesneven:after {
  color: #766273 !important; }

.color-hover-secondary-lesneven:hover {
  color: #766273 !important; }

.color-active-secondary-lesneven.active {
  color: #766273 !important; }

.background-color-secondary-lesneven {
  background-color: #766273 !important; }

.background-color-after-secondary-lesneven:after {
  background-color: #766273 !important; }

.background-color-hover-secondary-lesneven:hover {
  background-color: #766273 !important; }

.background-color-active-secondary-lesneven.active {
  background-color: #766273 !important; }

.border-color-secondary-lesneven {
  border-color: #766273 !important; }

.border-color-after-secondary-lesneven:after {
  border-color: #766273 !important; }

.border-color-hover-secondary-lesneven:hover {
  border-color: #766273 !important; }

.border-color-active-secondary-lesneven.active {
  border-color: #766273 !important; }

.border-left-color-secondary-lesneven {
  border-left-color: #766273 !important; }

.border-left-color-after-secondary-lesneven:after {
  border-left-color: #766273 !important; }

.border-left-color-hover-secondary-lesneven:hover {
  border-left-color: #766273 !important; }

.border-left-color-active-secondary-lesneven.active {
  border-left-color: #766273 !important; }

.border-top-color-secondary-lesneven {
  border-top-color: #766273 !important; }

.border-top-color-after-secondary-lesneven:after {
  border-top-color: #766273 !important; }

.border-top-color-hover-secondary-lesneven:hover {
  border-top-color: #766273 !important; }

.border-top-color-active-secondary-lesneven.active {
  border-top-color: #766273 !important; }

.color-primary-iroise {
  color: #519ACC !important; }

.color-after-primary-iroise:after {
  color: #519ACC !important; }

.color-hover-primary-iroise:hover {
  color: #519ACC !important; }

.color-active-primary-iroise.active {
  color: #519ACC !important; }

.background-color-primary-iroise {
  background-color: #519ACC !important; }

.background-color-after-primary-iroise:after {
  background-color: #519ACC !important; }

.background-color-hover-primary-iroise:hover {
  background-color: #519ACC !important; }

.background-color-active-primary-iroise.active {
  background-color: #519ACC !important; }

.border-color-primary-iroise {
  border-color: #519ACC !important; }

.border-color-after-primary-iroise:after {
  border-color: #519ACC !important; }

.border-color-hover-primary-iroise:hover {
  border-color: #519ACC !important; }

.border-color-active-primary-iroise.active {
  border-color: #519ACC !important; }

.border-left-color-primary-iroise {
  border-left-color: #519ACC !important; }

.border-left-color-after-primary-iroise:after {
  border-left-color: #519ACC !important; }

.border-left-color-hover-primary-iroise:hover {
  border-left-color: #519ACC !important; }

.border-left-color-active-primary-iroise.active {
  border-left-color: #519ACC !important; }

.border-top-color-primary-iroise {
  border-top-color: #519ACC !important; }

.border-top-color-after-primary-iroise:after {
  border-top-color: #519ACC !important; }

.border-top-color-hover-primary-iroise:hover {
  border-top-color: #519ACC !important; }

.border-top-color-active-primary-iroise.active {
  border-top-color: #519ACC !important; }

.color-secondary-iroise {
  color: #69B33A !important; }

.color-after-secondary-iroise:after {
  color: #69B33A !important; }

.color-hover-secondary-iroise:hover {
  color: #69B33A !important; }

.color-active-secondary-iroise.active {
  color: #69B33A !important; }

.background-color-secondary-iroise {
  background-color: #69B33A !important; }

.background-color-after-secondary-iroise:after {
  background-color: #69B33A !important; }

.background-color-hover-secondary-iroise:hover {
  background-color: #69B33A !important; }

.background-color-active-secondary-iroise.active {
  background-color: #69B33A !important; }

.border-color-secondary-iroise {
  border-color: #69B33A !important; }

.border-color-after-secondary-iroise:after {
  border-color: #69B33A !important; }

.border-color-hover-secondary-iroise:hover {
  border-color: #69B33A !important; }

.border-color-active-secondary-iroise.active {
  border-color: #69B33A !important; }

.border-left-color-secondary-iroise {
  border-left-color: #69B33A !important; }

.border-left-color-after-secondary-iroise:after {
  border-left-color: #69B33A !important; }

.border-left-color-hover-secondary-iroise:hover {
  border-left-color: #69B33A !important; }

.border-left-color-active-secondary-iroise.active {
  border-left-color: #69B33A !important; }

.border-top-color-secondary-iroise {
  border-top-color: #69B33A !important; }

.border-top-color-after-secondary-iroise:after {
  border-top-color: #69B33A !important; }

.border-top-color-hover-secondary-iroise:hover {
  border-top-color: #69B33A !important; }

.border-top-color-active-secondary-iroise.active {
  border-top-color: #69B33A !important; }

.color-primary-crozon {
  color: #00618e !important; }

.color-after-primary-crozon:after {
  color: #00618e !important; }

.color-hover-primary-crozon:hover {
  color: #00618e !important; }

.color-active-primary-crozon.active {
  color: #00618e !important; }

.background-color-primary-crozon {
  background-color: #00618e !important; }

.background-color-after-primary-crozon:after {
  background-color: #00618e !important; }

.background-color-hover-primary-crozon:hover {
  background-color: #00618e !important; }

.background-color-active-primary-crozon.active {
  background-color: #00618e !important; }

.border-color-primary-crozon {
  border-color: #00618e !important; }

.border-color-after-primary-crozon:after {
  border-color: #00618e !important; }

.border-color-hover-primary-crozon:hover {
  border-color: #00618e !important; }

.border-color-active-primary-crozon.active {
  border-color: #00618e !important; }

.border-left-color-primary-crozon {
  border-left-color: #00618e !important; }

.border-left-color-after-primary-crozon:after {
  border-left-color: #00618e !important; }

.border-left-color-hover-primary-crozon:hover {
  border-left-color: #00618e !important; }

.border-left-color-active-primary-crozon.active {
  border-left-color: #00618e !important; }

.border-top-color-primary-crozon {
  border-top-color: #00618e !important; }

.border-top-color-after-primary-crozon:after {
  border-top-color: #00618e !important; }

.border-top-color-hover-primary-crozon:hover {
  border-top-color: #00618e !important; }

.border-top-color-active-primary-crozon.active {
  border-top-color: #00618e !important; }

.color-secondary-crozon {
  color: #c7d42f !important; }

.color-after-secondary-crozon:after {
  color: #c7d42f !important; }

.color-hover-secondary-crozon:hover {
  color: #c7d42f !important; }

.color-active-secondary-crozon.active {
  color: #c7d42f !important; }

.background-color-secondary-crozon {
  background-color: #c7d42f !important; }

.background-color-after-secondary-crozon:after {
  background-color: #c7d42f !important; }

.background-color-hover-secondary-crozon:hover {
  background-color: #c7d42f !important; }

.background-color-active-secondary-crozon.active {
  background-color: #c7d42f !important; }

.border-color-secondary-crozon {
  border-color: #c7d42f !important; }

.border-color-after-secondary-crozon:after {
  border-color: #c7d42f !important; }

.border-color-hover-secondary-crozon:hover {
  border-color: #c7d42f !important; }

.border-color-active-secondary-crozon.active {
  border-color: #c7d42f !important; }

.border-left-color-secondary-crozon {
  border-left-color: #c7d42f !important; }

.border-left-color-after-secondary-crozon:after {
  border-left-color: #c7d42f !important; }

.border-left-color-hover-secondary-crozon:hover {
  border-left-color: #c7d42f !important; }

.border-left-color-active-secondary-crozon.active {
  border-left-color: #c7d42f !important; }

.border-top-color-secondary-crozon {
  border-top-color: #c7d42f !important; }

.border-top-color-after-secondary-crozon:after {
  border-top-color: #c7d42f !important; }

.border-top-color-hover-secondary-crozon:hover {
  border-top-color: #c7d42f !important; }

.border-top-color-active-secondary-crozon.active {
  border-top-color: #c7d42f !important; }

.color-primary-brest {
  color: #000000 !important; }

.color-after-primary-brest:after {
  color: #000000 !important; }

.color-hover-primary-brest:hover {
  color: #000000 !important; }

.color-active-primary-brest.active {
  color: #000000 !important; }

.background-color-primary-brest {
  background-color: #000000 !important; }

.background-color-after-primary-brest:after {
  background-color: #000000 !important; }

.background-color-hover-primary-brest:hover {
  background-color: #000000 !important; }

.background-color-active-primary-brest.active {
  background-color: #000000 !important; }

.border-color-primary-brest {
  border-color: #000000 !important; }

.border-color-after-primary-brest:after {
  border-color: #000000 !important; }

.border-color-hover-primary-brest:hover {
  border-color: #000000 !important; }

.border-color-active-primary-brest.active {
  border-color: #000000 !important; }

.border-left-color-primary-brest {
  border-left-color: #000000 !important; }

.border-left-color-after-primary-brest:after {
  border-left-color: #000000 !important; }

.border-left-color-hover-primary-brest:hover {
  border-left-color: #000000 !important; }

.border-left-color-active-primary-brest.active {
  border-left-color: #000000 !important; }

.border-top-color-primary-brest {
  border-top-color: #000000 !important; }

.border-top-color-after-primary-brest:after {
  border-top-color: #000000 !important; }

.border-top-color-hover-primary-brest:hover {
  border-top-color: #000000 !important; }

.border-top-color-active-primary-brest.active {
  border-top-color: #000000 !important; }

.color-secondary-brest {
  color: #00a7c9 !important; }

.color-after-secondary-brest:after {
  color: #00a7c9 !important; }

.color-hover-secondary-brest:hover {
  color: #00a7c9 !important; }

.color-active-secondary-brest.active {
  color: #00a7c9 !important; }

.background-color-secondary-brest {
  background-color: #00a7c9 !important; }

.background-color-after-secondary-brest:after {
  background-color: #00a7c9 !important; }

.background-color-hover-secondary-brest:hover {
  background-color: #00a7c9 !important; }

.background-color-active-secondary-brest.active {
  background-color: #00a7c9 !important; }

.border-color-secondary-brest {
  border-color: #00a7c9 !important; }

.border-color-after-secondary-brest:after {
  border-color: #00a7c9 !important; }

.border-color-hover-secondary-brest:hover {
  border-color: #00a7c9 !important; }

.border-color-active-secondary-brest.active {
  border-color: #00a7c9 !important; }

.border-left-color-secondary-brest {
  border-left-color: #00a7c9 !important; }

.border-left-color-after-secondary-brest:after {
  border-left-color: #00a7c9 !important; }

.border-left-color-hover-secondary-brest:hover {
  border-left-color: #00a7c9 !important; }

.border-left-color-active-secondary-brest.active {
  border-left-color: #00a7c9 !important; }

.border-top-color-secondary-brest {
  border-top-color: #00a7c9 !important; }

.border-top-color-after-secondary-brest:after {
  border-top-color: #00a7c9 !important; }

.border-top-color-hover-secondary-brest:hover {
  border-top-color: #00a7c9 !important; }

.border-top-color-active-secondary-brest.active {
  border-top-color: #00a7c9 !important; }

.color-primary-pleyben {
  color: #00aab8 !important; }

.color-after-primary-pleyben:after {
  color: #00aab8 !important; }

.color-hover-primary-pleyben:hover {
  color: #00aab8 !important; }

.color-active-primary-pleyben.active {
  color: #00aab8 !important; }

.background-color-primary-pleyben {
  background-color: #00aab8 !important; }

.background-color-after-primary-pleyben:after {
  background-color: #00aab8 !important; }

.background-color-hover-primary-pleyben:hover {
  background-color: #00aab8 !important; }

.background-color-active-primary-pleyben.active {
  background-color: #00aab8 !important; }

.border-color-primary-pleyben {
  border-color: #00aab8 !important; }

.border-color-after-primary-pleyben:after {
  border-color: #00aab8 !important; }

.border-color-hover-primary-pleyben:hover {
  border-color: #00aab8 !important; }

.border-color-active-primary-pleyben.active {
  border-color: #00aab8 !important; }

.border-left-color-primary-pleyben {
  border-left-color: #00aab8 !important; }

.border-left-color-after-primary-pleyben:after {
  border-left-color: #00aab8 !important; }

.border-left-color-hover-primary-pleyben:hover {
  border-left-color: #00aab8 !important; }

.border-left-color-active-primary-pleyben.active {
  border-left-color: #00aab8 !important; }

.border-top-color-primary-pleyben {
  border-top-color: #00aab8 !important; }

.border-top-color-after-primary-pleyben:after {
  border-top-color: #00aab8 !important; }

.border-top-color-hover-primary-pleyben:hover {
  border-top-color: #00aab8 !important; }

.border-top-color-active-primary-pleyben.active {
  border-top-color: #00aab8 !important; }

.color-secondary-pleyben {
  color: #144f65 !important; }

.color-after-secondary-pleyben:after {
  color: #144f65 !important; }

.color-hover-secondary-pleyben:hover {
  color: #144f65 !important; }

.color-active-secondary-pleyben.active {
  color: #144f65 !important; }

.background-color-secondary-pleyben {
  background-color: #144f65 !important; }

.background-color-after-secondary-pleyben:after {
  background-color: #144f65 !important; }

.background-color-hover-secondary-pleyben:hover {
  background-color: #144f65 !important; }

.background-color-active-secondary-pleyben.active {
  background-color: #144f65 !important; }

.border-color-secondary-pleyben {
  border-color: #144f65 !important; }

.border-color-after-secondary-pleyben:after {
  border-color: #144f65 !important; }

.border-color-hover-secondary-pleyben:hover {
  border-color: #144f65 !important; }

.border-color-active-secondary-pleyben.active {
  border-color: #144f65 !important; }

.border-left-color-secondary-pleyben {
  border-left-color: #144f65 !important; }

.border-left-color-after-secondary-pleyben:after {
  border-left-color: #144f65 !important; }

.border-left-color-hover-secondary-pleyben:hover {
  border-left-color: #144f65 !important; }

.border-left-color-active-secondary-pleyben.active {
  border-left-color: #144f65 !important; }

.border-top-color-secondary-pleyben {
  border-top-color: #144f65 !important; }

.border-top-color-after-secondary-pleyben:after {
  border-top-color: #144f65 !important; }

.border-top-color-hover-secondary-pleyben:hover {
  border-top-color: #144f65 !important; }

.border-top-color-active-secondary-pleyben.active {
  border-top-color: #144f65 !important; }

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.align-left {
  float: left; }

.align-right {
  float: right; }

.clear-both, h2, h3, h4, .form-item.form-inline-checkboxes > label,
.form-item.form-inline-radios > label, .search-submit {
  clear: both; }

.clearfix, .item-list, .block .title, form, form .form-item {
  *zoom: 1; }
  .clearfix:before, .item-list:before, .block .title:before, form:before, form .form-item:before, .clearfix:after, .item-list:after, .block .title:after, form:after, form .form-item:after {
    content: "";
    display: table; }
  .clearfix:after, .item-list:after, .block .title:after, form:after, form .form-item:after {
    clear: both; }

.element-invisible {
  display: none !important; }

.hide-text {
  overflow: hidden;
  text-align: left;
  text-indent: -119988px; }

.hidden {
  display: none !important; }

.highlighted {
  color: !important; }

.item-list {
  clear: both; }

.overflow-hidden {
  overflow: hidden; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-underline {
  text-decoration: underline; }

.visually-hidden {
  visibility: hidden !important; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset {
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  -webkit-margin-top-collapse: separate; }

legend {
  -webkit-padding-start: 0;
  -webkit-padding-end: 0; }

.pager > span, .pager a, #block-info-left h2 {
  font-family: 'Conduit ITC W01 Light', Arial, sans-serif; }

#header-phone .headline {
  font-family: 'Conduit ITC W01 Regular', Arial, sans-serif; }

#header-search form input[type=text], #main-menu .container > ul.menu > li > a,
#main-menu .container > ul.menu > li > span, .block-list .sup-title span, .block-list .city, .block-list .bottom span, .block-list .bottom a, .block-list .bottom p, .block-expert-tip h2 span, .search-checkboxes .checkboxes label,
.search-checkboxes .radios label,
.search-radios .checkboxes label,
.search-radios .radios label, .results-infowindow h3, .results-infowindow p {
  font-family: 'Conduit ITC W01 Medium', Arial, sans-serif; }

table thead th {
  font-family: 'Conduit ITC W01 Bold', Arial, sans-serif; }

h1, h2, h3, h4, blockquote p, #main-menu .container > ul.menu > li ul.menu_level_1 li a .description, .block-title .title, .block .title h2, .block-inescapable .text p, .form-item.form-inline-checkboxes > label,
.form-item.form-inline-radios > label, #home-slider .item .title, #widgets .widget-weather ul li, #widgets .widget-tides .datas p, #alert .alert .title, #block-events .owl-carousel .event .text .date, #block-events .owl-carousel .event .text h3, #block-events .owl-carousel .event .text .description, #block-events .owl-carousel .event .text .city, #block-events aside ul li a, #block-info-right aside .wrapper p, #block-info-right .description .text p, .search-tab .text {
  font-family: 'Flux W00 Regular', Arial, sans-serif; }

p.introduction, h2.pink,
h2 > span.pink, #header-codeplussearch .header-search--form .label, #header-codeplussearch .header-search--links a, #banner h1, #banner-without-image h1, #sitemap li, #footer-newsletter .title, .button, .block-title .description, .block-title .description p, .block .title .subtitle, .block-list h2,
.block-list h3, .block-list .body, .block-inescapable .text h2,
.block-inescapable .text h3, .block-expert-tip .text, .search-checkboxes > label,
.search-radios > label, .search-select > label, .search-date > label, input[type=checkbox][class=custom-checkbox] + label, .breadcrumb, #block-info-right .description > a, #block-info-right .description .title,
#block-info-right .description h2, .results-length, .search-communes p {
  font-family: 'Flux W00 Bold', Arial, sans-serif; }



html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 13px;
  font-size:  1.3rem;
  font-family: Verdana, sans-serif; }

p {
  font-size: 13px;
  font-size:  1.3rem;
  line-height: 16px;
  line-height:  1.6rem;
  color: #8a8a8a;
  font-family: Verdana, sans-serif;
  margin-bottom: 20px; }

p.summary {
  font-size: 13px;
  font-size:  1.3rem;
  font-weight: bold;
  color: #4e5b70; }

b, strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

u {
  text-decoration: underline; }

a {
  color: #cf0162; }

p.introduction {
  font-size: 18px;
  font-size:  1.8rem;
  line-height: 24px;
  line-height:  2.4rem; }

h1 {
  font-size: 36px;
  font-size:  3.6rem;
  line-height: 36px;
  line-height:  3.6rem;
  color: #4e5b70;
  margin-bottom: 20px; }

h2 {
  font-size: 30px;
  font-size:  3rem;
  line-height: 36px;
  line-height:  3.6rem;
  border-bottom: 1px solid #bccdd2;
  color: #4e5b70;
  margin: 20px 0 10px; }
  h2.pink,
  h2 > span.pink {
    color: #cf0162; }
  h2.blue,
  h2 > span.blue {
    color: #00a29b; }

h3 {
  font-size: 24px;
  font-size:  2.4rem;
  line-height: 28px;
  line-height:  2.8rem;
  background-color: #f7f7f7;
  color: #8a8a8a;
  margin: 15px 0 10px;
  padding: 5px 10px; }

h4 {
  font-size: 18px;
  font-size:  1.8rem;
  line-height: 30px;
  line-height:  3rem;
  color: #8a8a8a;
  display: inline-block;
  margin: 10px;
  padding-left: 40px; }

img {
  height: auto;
  max-width: 100%; }
  img.align-left {
    margin: 0 20px 10px 0; }
  img.align-right {
    margin: 0 0 10px 20px; }
  img.align-center {
    margin-bottom: 10px; }
  img.image-left {
    /*background: url('../../images/img-shadow.png') no-repeat 0 0*/
    background-size: 100% 100%;
    float: left;
    margin: 0;
    padding: 8px 8px 8px 0; }
  img.image-right {
    /*background: url('../../images/img-shadow.png') no-repeat 0 0*/
    background-size: 100% 100%;
    float: right;
    margin: 0;
    padding: 8px 8px 8px 0; }

blockquote {
  background: #f7f7f7;
  border-bottom: 2px solid #ededed;
  margin: 0 0 20px;
  padding: 35px 60px; }
  blockquote p {
    font-size: 22px;
    font-style: italic;
    line-height: 24px;
    margin: 0; }
  blockquote:before {
    background: url(/build/images/ico-quote-open.459ab783.png) no-repeat 0 0;
    content: '';
    float: left;
    height: 18px;
    margin: -20px 0 0 -45px;
    width: 21px; }
  blockquote:after {
    background: url(/build/images/ico-quote-close.072083b0.png) no-repeat 0 0;
    content: '';
    float: right;
    height: 18px;
    margin: 0 -45px -20px 0;
    width: 21px; }

#body.container:not(.home):not(.page-sitemap) .body-content ul,
.details-body ul,
#inescapable-details ul,
.block-expert-tip .text ul,
.accordeon-child-text ul {
  margin-bottom: 20px; }
  #body.container:not(.home):not(.page-sitemap) .body-content ul li,
  .details-body ul li,
  #inescapable-details ul li,
  .block-expert-tip .text ul li,
  .accordeon-child-text ul li {
    padding: 0 0 0 60px;
    background: url(/build/images/bullet-wave.98f4a27d.png) no-repeat 30px 0;
    font-size: 13px;
    line-height: 18px;
    color: #8a8a8a; }

ul.bto,
ul.dots {
  margin-bottom: 20px;
  margin-left: 40px; }
  ul.bto li,
  ul.dots li {
    line-height: 16px;
    line-height:  1.6rem;
    background-image: url(/build/images/list-style-image.552a40b4.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin: 7px 0; }
    ul.bto li ul,
    ul.dots li ul {
      margin-bottom: 0;
      margin-left: 10px; }

ol {
  counter-reset: number;
  margin-bottom: 20px;
  margin-left: 40px; }
  ol li {
    line-height: 16px;
    line-height:  1.6rem;
    counter-increment: number;
    margin: 7px 0; }
    ol li:before {
      content: counter(number);
      margin-right: 10px;
      vertical-align: top; }
    ol li ol {
      margin-bottom: 0;
      margin-left: 30px; }

table {
  display: table !important;
  margin: 30px 0;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  table.no-border thead th {
    border: 0; }
  table.no-border tbody td {
    border: 0; }
  table.no-striped thead th {
    background-color: transparent; }
  table.no-striped tbody tr.odd td, table.no-striped tbody tr:nth-child(odd) td {
    background-color: transparent; }
  table.no-striped tbody tr.even td, table.no-striped tbody tr:nth-child(even) td {
    background-color: transparent; }
  table thead th {
    font-size: 14px;
    font-size:  1.4rem;
    background-color: #fff;
    border: 1px solid #ededed;
    color: #a1a1a1;
    font-weight: bold;
    padding: 25px 20px;
    text-transform: uppercase; }
  table tbody tr.odd td, table tbody tr:nth-child(odd) td {
    background-color: #fdfdfd; }
  table tbody tr.even td, table tbody tr:nth-child(even) td {
    background-color: #fafafa; }
  table tbody tr td {
    background-color: #fdfdfd;
    border: 1px solid #ededed;
    color: #555454;
    padding: 25px 20px; }
    table tbody tr td.white {
      background-color: #fff; }

.pink {
  font-weight: bold;
  color: #cf0162; }

.blue {
  font-weight: bold;
  color: #00a29b; }

/*
 * CITYBREAK
 */
.font-citybreak:before {
  font-family: "citybreak" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-visite-guidee:before {
  content: "\61"; }

.icon-valise:before {
  content: "\62"; }

.icon-panier:before {
  content: "\63"; }

.icon-kayak:before {
  content: "\64"; }

.icon-cadeau:before {
  content: "\65"; }

.icon-bateau:before {
  content: "\66"; }

#home-slider .item .container .slider-text {
  width: 620px;
  float: left;
  margin-left: 170px;
  margin-right: -100%; }

.flash-notice {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.body-content {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.pager {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.block-title .block-title-container {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#banner p {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#alert .alert {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#block-inescapables .title {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#block-events {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#block-favorites {
  width: 620px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#block-affinities {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#block-info-left {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#block-info-right {
  width: 620px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#landing .block-list {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#news .block-news {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.block-inescapable {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#outstanding-areas .block-list {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#affinities .block-affinities {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.accordeon-child-list .block-infos {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#search-results .block-search {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#search-moving .block-list {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#search-moving .block-intermediate {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#advanced-search .block-advanced-search {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#events .block-events {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.details-main {
  width: 940px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }
  .details-main.details-main--with-sidebar {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }

.details-sidebar {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#footer-social-networks {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#footer-menu {
  width: 620px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#footer-tourist-offices-menu {
  width: 620px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

#footer-newsletter {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

*,
*:after,
*:before {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  background-color: #fff;
  -ms-content-zooming: none;
  height: 100%; }
  html.csstransforms3d body.snapjs-left,
  html.csstransforms3d body.snapjs-right {
    overflow-y: hidden;
    overflow-x: hidden; }

#page {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 5px;
  position: relative;
  z-index: 2; }

#wrapper {
  margin-bottom: -40px;
  min-height: 100%;
  position: relative;
  z-index: 1; }
  #wrapper:after {
    content: "";
    display: block;
    height: 40px; }

#body:not(.home) {
  margin-top: 40px;
  margin-bottom: 80px; }

#header-toggle-menu {
  display: none; }

#offcanvas {
  display: none; }
  body.snapjs-left #offcanvas {
    display: block; }
  #offcanvas .panel {
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    z-index: 1; }
  #offcanvas .panel-left {
    background-color: #fff;
    height: 100%;
    left: 0;
    width: 265px; }

#header {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0; }
  #header .container {
    position: relative; }

#header-toggle-menu .icon {
  font-size: 20px;
  font-size:  2rem;
  cursor: pointer; }

#header-logo {
  border-right: 1px solid #e6e6e6;
  width: 120px; }
  #header-logo a {
    display: block;
    height: 100%;
    width: 100%; }
  #header-logo img {
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100px;
    vertical-align: middle;
    width: auto; }

#header-phone {
  border-right: 1px solid #e6e6e6;
  width: 240px; }
  #header-phone .headline {
    font-size: 13px;
    font-size:  1.3rem;
    line-height: 1;
    margin: 0;
    padding: 4px 0;
    text-transform: uppercase; }
  #header-phone .toggle-number {
    cursor: pointer; }
  #header-phone .number,
  #header-phone .toggle-number {
    font-size: 24px;
    font-size:  2.4rem;
    line-height: 34px;
    line-height:  3.4rem;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-family: "triplexbold";
    margin: 0;
    min-width: 180px;
    padding: 0 10px;
    vertical-align: top; }
    #header-phone .number.small,
    #header-phone .toggle-number.small {
      font-size: 16px;
      font-size:  1.6rem; }
    #header-phone .number .icon,
    #header-phone .toggle-number .icon {
      line-height: 34px;
      line-height:  3.4rem;
      float: left;
      height: 34px;
      margin-right: 10px; }

#header-social-networks {
  width: 145px; }
  #header-social-networks ul {
    line-height: 60px;
    line-height:  6rem;
    display: inline-block;
    height: 60px;
    vertical-align: middle; }
    #header-social-networks ul.two-lines {
      line-height: 30px;
      line-height:  3rem; }
    #header-social-networks ul li {
      font-size: 16px;
      font-size:  1.6rem;
      line-height: 20px;
      line-height:  2rem;
      display: inline-block;
      padding: 0 5px;
      vertical-align: middle; }
      #header-social-networks ul li:not(:last-of-type) {
        border-right-style: solid;
        border-right-width: 1px; }
      #header-social-networks ul li a {
        text-decoration: none;
        transition: all 250ms ease; }
        #header-social-networks ul li a:hover {
          color: #cf0162; }

#header-search {
  position: relative;
  width: 200px;
  z-index: 1; }
  #header-search form {
    line-height: 1;
    line-height:  1;
    background: #fff;
    border-radius: 17px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 34px;
    padding: 0 15px;
    position: relative;
    transition: all 250ms ease;
    vertical-align: middle; }
    #header-search form .toggle-search {
      cursor: pointer;
      display: none;
      font-size: 14px;
      left: 10px;
      line-height: 34px;
      position: absolute;
      top: 0; }
    #header-search form > div {
      float: left; }
      #header-search form > div > ul {
        background: #e91d38;
        border-radius: 3px;
        color: white;
        font-size: 10px;
        left: 0;
        padding: 3px;
        position: absolute;
        top: 36px;
        width: 100%; }
    #header-search form input[type=text] {
      font-size: 16px;
      font-size:  1.6rem;
      line-height: 32px;
      line-height:  3.2rem;
      background: none;
      border: 0;
      margin: 0 20px 0 0;
      outline: none;
      padding: 0;
      width: 100px; }
    #header-search form button[type=submit] {
      font-size: 16px;
      font-size:  1.6rem;
      line-height: 32px;
      line-height:  3.2rem;
      background: none;
      border: 0;
      cursor: pointer;
      padding: 0;
      position: absolute;
      right: 5px;
      top: 0; }

#header-logo-bto {
  opacity: 1;
  position: relative;
  transition: all 250ms ease;
  width: 200px;
  z-index: 0; }
  #header-logo-bto img {
    display: inline-block;
    height: auto;
    max-width: 130px;
    vertical-align: middle; }

#header-logo-brittany {
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 3; }

#main-menu .container {
  position: relative; }
  #main-menu .container > ul.menu {
    line-height: 34px;
    line-height:  3.4rem;
    align-items: center;
    height: 34px;
    position: relative; }
    #main-menu .container > ul.menu:not(.with-languages) {
      display: flex;
      justify-content: space-between; }
    #main-menu .container > ul.menu > li {
      display: inline-block;
      margin-right: 70px;
      position: static !important; }
      #main-menu .container > ul.menu > li > a,
      #main-menu .container > ul.menu > li > span {
        font-size: 20px;
        font-size:  2rem;
        line-height: 20px;
        line-height:  2rem;
        color: #cf0162;
        display: block;
        text-decoration: none;
        text-transform: uppercase; }
        #main-menu .container > ul.menu > li > a:after,
        #main-menu .container > ul.menu > li > span:after {
          line-height: 14px;
          line-height:  1.4rem;
          border-bottom: 6px solid transparent;
          border-left: 8px solid #cf0162;
          border-top: 6px solid transparent;
          content: "";
          display: inline-block;
          height: 0;
          margin-left: 10px;
          width: 0; }
      #main-menu .container > ul.menu > li ul.menu_level_1 {
        background: #fff;
        display: none;
        left: 0;
        position: absolute;
        top: 30px;
        width: 100%; }
        #main-menu .container > ul.menu > li ul.menu_level_1 li {
          background: #fff;
          float: left;
          padding: 1.66666%;
          transition: all 250ms ease;
          width: 33.3333%; }
          #main-menu .container > ul.menu > li ul.menu_level_1 li:hover {
            background: #eee; }
          #main-menu .container > ul.menu > li ul.menu_level_1 li[data-news=data-news] {
            border-left: 1px solid #eee;
            float: right;
            margin: 1.66666% 3.333%;
            padding-left: 3.333%;
            width: 60%; }
            #main-menu .container > ul.menu > li ul.menu_level_1 li[data-news=data-news]:hover {
              background: #fff; }
            #main-menu .container > ul.menu > li ul.menu_level_1 li[data-news=data-news] > .button {
              text-align: center; }
          #main-menu .container > ul.menu > li ul.menu_level_1 li[data-size=large] a .menu-title {
            height: auto;
            margin-bottom: 10px; }
          #main-menu .container > ul.menu > li ul.menu_level_1 li[data-size=large] a .description {
            height: auto; }
          #main-menu .container > ul.menu > li ul.menu_level_1 li[data-size=large] a .picture {
            height: 142px; }
          #main-menu .container > ul.menu > li ul.menu_level_1 li:nth-of-type(3n+1) {
            clear: left; }
          #main-menu .container > ul.menu > li ul.menu_level_1 li a {
            display: block;
            text-decoration: none; }
            #main-menu .container > ul.menu > li ul.menu_level_1 li a .picture {
              display: inline-block;
              height: 78px;
              overflow: hidden;
              position: relative;
              vertical-align: top;
              width: 100px; }
              #main-menu .container > ul.menu > li ul.menu_level_1 li a .picture img {
                left: 50%;
                max-width: none;
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%); }
            #main-menu .container > ul.menu > li ul.menu_level_1 li a .text {
              display: inline-block;
              margin-left: 10px;
              vertical-align: top;
              width: 170px; }
            #main-menu .container > ul.menu > li ul.menu_level_1 li a .menu-title {
              font-size: 18px;
              font-size:  1.8rem;
              line-height: 15px;
              line-height:  1.5rem;
              color: #4e4d4d;
              display: block;
              font-family: 'triplexextrabold';
              height: 36px; }
            #main-menu .container > ul.menu > li ul.menu_level_1 li a .description {
              font-size: 14px;
              font-size:  1.4rem;
              line-height: 14px;
              line-height:  1.4rem;
              color: #4e4d4d;
              display: block;
              height: 42px; }
  #main-menu .container > ul.menu-brest > li {
    margin-right: 30px; }
  #main-menu .container > ul.menu-abers > li {
    margin-right: 20px; }

#languages {
  margin-top: 9px;
  position: absolute;
  top: 0;
  right: 70px; }
  #languages li {
    display: inline-block;
    vertical-align: middle; }
    #languages li:not(:last-of-type) {
      margin-right: 5px; }
    #languages li a img {
      height: 16px;
      opacity: 1;
      transition: all 250ms ease;
      width: auto; }
      #languages li a img:hover {
        opacity: .5; }

#google-languages {
  position: absolute;
  top: 7px;
  right: 60px; }

#header-codeplussearch {
  background-color: #519ACC;
  height: 40px; }
  #header-codeplussearch ~ #breadcrumb {
    margin-top: 10px; }
  #header-codeplussearch .container {
    height: 100%;
    overflow: hidden; }
  #header-codeplussearch .header-search--form {
    line-height: 40px;
    line-height:  4rem;
    float: left;
    height: 100%; }
    #header-codeplussearch .header-search--form .label {
      font-size: 18px;
      font-size:  1.8rem;
      line-height: 24px;
      line-height:  2.4rem;
      color: #fff;
      display: inline-block;
      margin-right: 10px;
      text-transform: uppercase;
      vertical-align: middle; }
    #header-codeplussearch .header-search--form .icon {
      font-size: 18px;
      font-size:  1.8rem;
      line-height: 24px;
      line-height:  2.4rem;
      color: #fff;
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
    #header-codeplussearch .header-search--form form {
      line-height: 1;
      line-height:  1;
      display: inline-block;
      margin-top: -1px;
      vertical-align: middle; }
      #header-codeplussearch .header-search--form form input[type=search],
      #header-codeplussearch .header-search--form form input[type=text] {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        outline: none;
        padding: 4px 10px;
        width: 150px; }
        #header-codeplussearch .header-search--form form input[type=search]::placeholder,
        #header-codeplussearch .header-search--form form input[type=text]::placeholder {
          color: #fff;
          opacity: 1; }
        #header-codeplussearch .header-search--form form input[type=search]:-ms-input-placeholder,
        #header-codeplussearch .header-search--form form input[type=text]:-ms-input-placeholder {
          color: #fff; }
        #header-codeplussearch .header-search--form form input[type=search]::-ms-input-placeholder,
        #header-codeplussearch .header-search--form form input[type=text]::-ms-input-placeholder {
          color: #fff; }
      #header-codeplussearch .header-search--form form input[type=submit],
      #header-codeplussearch .header-search--form form button[type=submit] {
        font-size: 16px;
        font-size:  1.6rem;
        line-height: 17px;
        line-height:  1.7rem;
        background-color: transparent;
        border-left: 0;
        border: 1px solid #fff;
        display: inline-block;
        float: none;
        margin-left: -5px;
        padding: 3px;
        vertical-align: middle; }
  #header-codeplussearch .header-search--links {
    line-height: 24px;
    line-height:  2.4rem;
    border-left: 1px solid #fff;
    float: right;
    height: 24px;
    margin: 8px 0;
    padding-left: 20px; }
    #header-codeplussearch .header-search--links a {
      font-size: 18px;
      font-size:  1.8rem;
      line-height: 24px;
      line-height:  2.4rem;
      color: #fff;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      vertical-align: middle; }
      #header-codeplussearch .header-search--links a:hover {
        text-decoration: underline; }
      #header-codeplussearch .header-search--links a:not(:last-child) {
        margin-right: 20px; }
      #header-codeplussearch .header-search--links a .icon {
        display: none; }

#error {
  padding: 100px 0;
  text-align: center; }

#breadcrumb {
  margin-bottom: 10px; }

#banner {
  min-height: 220px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2; }
  #banner .picture {
    display: block;
    height: 220px;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1920px; }
    #banner .picture img {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
    #banner .picture .icon {
      color: #fff;
      font-size: 530px;
      left: 50%;
      margin-left: -380px;
      margin-top: -340px;
      opacity: 0.3;
      position: absolute;
      top: 50%;
      transform: rotate(270deg); }
    #banner .picture:after, #banner .picture:before {
      content: "";
      height: 0;
      left: 50%;
      margin-left: -960px;
      position: absolute;
      width: 0; }
    #banner .picture:after {
      border-right: 1920px solid transparent;
      border-top-style: solid;
      border-top-width: 20px;
      bottom: -1px; }
    #banner .picture:before {
      border-left: 1920px solid transparent;
      border-bottom: 20px solid #fff;
      bottom: 0; }
  #banner h1 {
    font-size: 30px;
    font-size:  3rem;
    line-height: 30px;
    line-height:  3rem;
    color: #fff;
    display: inline-block;
    margin: 185px 0 0;
    padding: 10px 50px;
    position: relative; }

#banner-without-image {
  position: relative; }
  #banner-without-image:after, #banner-without-image:before {
    bottom: 30px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    width: 0;
    z-index: 1; }
  #banner-without-image:after {
    border-right: 1920px solid transparent;
    border-top-style: solid;
    border-top-width: 20px; }
  #banner-without-image:before {
    border-left: 1920px solid transparent;
    border-bottom: 20px solid #fff; }
  #banner-without-image h1 {
    font-size: 30px;
    font-size:  3rem;
    line-height: 30px;
    line-height:  3rem;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    position: relative;
    z-index: 2; }

#sitemap li {
  font-size: 18px;
  font-size:  1.8rem;
  line-height: 24px;
  line-height:  2.4rem;
  margin-bottom: 30px;
  text-transform: uppercase; }
  #sitemap li[data-sitemap="false"] ul {
    display: none; }
  #sitemap li a {
    color: #4e4d4d;
    display: inline-block;
    text-decoration: none; }
    #sitemap li a:hover {
      text-decoration: underline; }
  #sitemap li ul.menu_level_1 li {
    margin-bottom: 0;
    margin-left: 40px;
    text-transform: none; }

#footer {
  min-height: 40px;
  overflow: hidden;
  z-index: 2;
  position: relative; }

#footer-top {
  background: #bababa;
  height: 40px;
  overflow: hidden; }

#footer-bottom {
  background: #dddddd;
  height: 260px;
  overflow: hidden; }

#footer-social-networks ul li {
  display: inline-block;
  text-align: center; }
  #footer-social-networks ul li:not(:last-of-type) {
    margin-right: 5px; }
  #footer-social-networks ul li a {
    font-size: 20px;
    font-size:  2rem;
    line-height: 38px;
    line-height:  3.8rem;
    background: #969696;
    color: #fff;
    display: block;
    height: 40px;
    text-decoration: none;
    transition: all 250ms ease;
    width: 40px; }
    #footer-social-networks ul li a:hover {
      background: #cf0162; }

#footer-menu ul {
  line-height: 40px;
  line-height:  4rem;
  margin-top: 6px; }
  #footer-menu ul li {
    font-size: 11px;
    font-size:  1.1rem;
    line-height: 14px;
    line-height:  1.4rem;
    color: #fff;
    float: left;
    margin-right: 4px; }
    #footer-menu ul li:not(:last-of-type):after {
      content: "|";
      margin-left: 4px; }
    #footer-menu ul li a {
      border-bottom: 1px solid transparent;
      color: #fff;
      text-decoration: none;
      transition: all 250ms ease; }
      #footer-menu ul li a:hover {
        border-color: #fff; }

#footer-tourist-offices-menu {
  line-height: 210px;
  line-height:  21rem;
  margin: 25px 10px;
  position: relative; }
  #footer-tourist-offices-menu .svg-maps svg {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-52%);
    transition: all 250ms ease;
    width: 320px;
    z-index: 2; }
    #footer-tourist-offices-menu .svg-maps svg polygon,
    #footer-tourist-offices-menu .svg-maps svg path {
      transition: all 250ms ease; }
  #footer-tourist-offices-menu ul {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    #footer-tourist-offices-menu ul li {
      line-height: 34px;
      line-height:  3.4rem;
      float: left;
      margin: 2px 20px 2px 0;
      width: 160px; }
      #footer-tourist-offices-menu ul li:nth-of-type(2n + 1) {
        clear: left; }
      #footer-tourist-offices-menu ul li:last-of-type {
        margin-right: 0;
        width: 100%; }
      #footer-tourist-offices-menu ul li a {
        font-size: 12px;
        font-size:  1.2rem;
        line-height: 12px;
        line-height:  1.2rem;
        color: #969696;
        display: inline-block;
        text-decoration: none;
        transition: all 250ms ease;
        vertical-align: middle; }
        #footer-tourist-offices-menu ul li a.active {
          text-decoration: underline; }

#footer-newsletter {
  background: #c9c9c9;
  position: relative;
  z-index: 3; }
  #footer-newsletter .title {
    font-size: 18px;
    font-size:  1.8rem;
    line-height: 18px;
    line-height:  1.8rem;
    border: none;
    margin: 0;
    padding: 10px 20px 5px;
    text-transform: uppercase; }
  #footer-newsletter form {
    padding: 0 20px 5px;
    position: relative; }
    #footer-newsletter form input[type=email] {
      font-size: 13px;
      font-size:  1.3rem;
      line-height: 34px;
      line-height:  3.4rem;
      border: 1px solid #858585;
      height: 34px;
      padding: 0 10px;
      width: 220px; }
    #footer-newsletter form button[type=submit] {
      background: #858585;
      border: none;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      line-height: 34px;
      padding: 0;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 0;
      width: 40px; }
    #footer-newsletter form .form-item-optin {
      font-size: 9px;
      font-size:  0.9rem;
      line-height: 11px;
      line-height:  1.1rem;
      color: #666666;
      margin: 5px 0; }
  #footer-newsletter .logo-tout-commence-en-finistere {
    background: #868686;
    text-align: center;
    line-height: 90px;
    line-height:  9rem; }
    #footer-newsletter .logo-tout-commence-en-finistere img {
      display: inline-block;
      height: 70px;
      vertical-align: middle;
      width: auto; }

.citybreak-footer,
.citybreak-container {
  -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
  overflow: hidden;
  font-family: 'Flux W00 Bold',Arial,sans-serif; }

.citybreak-footer {
  position: fixed;
  right: 60px;
  bottom: 0px;
  width: 250px;
  height: 50px;
  z-index: 9999999;
  padding: 0px;
  background: none; }
  .citybreak-footer .citybreak-footer-container {
    background: #EFEFEF;
    width: 230px;
    margin: 10px 10px 0 10px;
    height: 250px; }
    .citybreak-footer .citybreak-footer-container:after {
      background-color: rgba(0, 0, 0, 0.3);
      content: "";
      height: 100%;
      left: 7px;
      position: absolute;
      top: 7px;
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      transition: all 250ms ease;
      width: 90%;
      z-index: -1; }
    .citybreak-footer .citybreak-footer-container > div {
      cursor: pointer;
      line-height: 25px;
      padding: 10px;
      width: 100%;
      height: 40px;
      color: #FFF;
      font-size: 20px; }
      .citybreak-footer .citybreak-footer-container > div > i {
        margin-top: 13px; }
      .citybreak-footer .citybreak-footer-container > div > i.icon-panier {
        font-size: 28px;
        margin-right: 5px;
        border: 0 !important;
        float: left;
        margin-top: 0; }
  .citybreak-footer .citybreak-footer-menu {
    width: 100%;
    position: relative; }
  .citybreak-footer .citybreak-footer-basket {
    height: 26px;
    line-height: 20px;
    background: #FFF;
    border: 0;
    font-size: 13px;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 9px;
    top: 165px; }
    .citybreak-footer .citybreak-footer-basket a {
      text-decoration: none; }
      .citybreak-footer .citybreak-footer-basket a span {
        padding-left: 3px;
        color: #FFF; }
      .citybreak-footer .citybreak-footer-basket a span:after {
        line-height: 1.4rem;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #fff;
        border-top: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        margin-left: 10px;
        width: 0; }
  .citybreak-footer .triangle {
    top: 18px;
    margin-left: 20px; }
  .citybreak-footer .triangle-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #FFF; }
  .citybreak-footer .triangle-up {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #FFF; }

.citybreak-container {
  color: #FFF;
  font-size: 34px;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-align: center; }
  .citybreak-container > span {
    cursor: pointer;
    line-height: 80px; }
  .citybreak-container .triangle {
    top: 37px;
    margin-left: 20px; }
  .citybreak-container .triangle-down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #FFF; }
  .citybreak-container .triangle-up {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #FFF; }
  .citybreak-container .citybreak-container-menu > hr {
    width: 300px;
    margin: 0 auto 30px auto;
    height: 1px;
    background: none;
    border: 0;
    border-top: 1px solid #FFF; }
  .citybreak-container .citybreak-container-menu div {
    margin: 0 5px 20px 5px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    border: 0;
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
    .citybreak-container .citybreak-container-menu div a {
      text-align: left;
      padding: 10px;
      text-decoration: none;
      font-size: 16px;
      position: relative;
      padding-left: 34px; }
      .citybreak-container .citybreak-container-menu div a i {
        font-size: 28px;
        color: inherit;
        position: absolute;
        top: 3px;
        left: 0px; }

/*
 * picto triangle
 */
.citybreak-container .triangle,
.citybreak-footer .triangle {
  width: 0;
  height: 0;
  position: absolute; }

.button {
  font-size: 18px;
  font-size:  1.8rem;
  line-height: 18px;
  line-height:  1.8rem;
  appearance: none;
  background-clip: padding-box;
  background-color: #cf0162;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms ease; }
  .button:hover {
    background-color: #fe057a;
    border-color: rgba(255, 255, 255, 0.4); }
  .button .icon {
    font-size: 12px;
    font-size:  1.2rem;
    line-height: 18px;
    line-height:  1.8rem;
    float: right;
    margin-left: 10px; }

.button.large {
  font-size: 24px;
  font-size:  2.4rem;
  line-height: 24px;
  line-height:  2.4rem;
  padding: 15px 25px; }

.form-message {
  background: #e57f06;
  padding: 10px; }
  .form-message.success {
    background: #60aa00; }
  .form-message .icon {
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 2px 10px 0 5px; }
  .form-message p {
    color: #fff;
    display: block;
    margin: 5px 0 5px 35px; }

.form-item .form-message {
  background: none;
  padding: 0;
  vertical-align: middle; }
  .form-item .form-message .icon {
    font-size: 14px;
    font-size:  1.4rem;
    color: #e57f06;
    display: inline-block;
    float: none;
    margin: 0 10px;
    vertical-align: middle; }
  .form-item .form-message p {
    font-size: 10px;
    font-size:  1rem;
    line-height: 12px;
    line-height:  1.2rem;
    color: #e57f06;
    display: inline-block;
    margin: 0;
    vertical-align: middle; }

.form-item.form-text .form-message, .form-item.form-email .form-message {
  display: inline-block;
  max-width: 300px; }
  .form-item.form-text .form-message p, .form-item.form-email .form-message p {
    max-width: 250px; }

.form-item.form-textarea .form-message {
  display: block;
  margin-top: 10px; }

#footer-newsletter .form-message {
  padding: 5px; }
  #footer-newsletter .form-message .icon {
    font-size: 12px;
    line-height: 24px;
    margin-right: 5px; }
  #footer-newsletter .form-message p {
    font-size: 11px;
    margin-left: 25px; }

.block-header {
  line-height: 60px;
  line-height:  6rem;
  float: left;
  height: 60px;
  margin: 0;
  padding: 0 10px;
  text-align: center; }

.block-title {
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 25px 0; }
  .block-title .block-title-container {
    position: relative; }
  .block-title .svg-map {
    left: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    width: 860px; }
    body[data-current-office="pleyben"] .block-title .svg-map {
      transform: translateY(-61%); }
  .block-title .title {
    font-size: 36px;
    font-size:  3.6rem;
    line-height: 36px;
    line-height:  3.6rem;
    color: #4e5b70;
    margin-bottom: 20px;
    max-width: 670px; }
  .block-title .description {
    font-size: 16px;
    font-size:  1.6rem;
    line-height: 24px;
    line-height:  2.4rem;
    color: #4e4d4d;
    max-width: 670px; }
    .block-title .description p {
      font-size: 16px;
      font-size:  1.6rem;
      line-height: 24px;
      line-height:  2.4rem;
      color: #4e4d4d; }

.block {
  padding: 25px 0; }
  .block .title {
    padding-bottom: 20px; }
    .block .title .icon {
      font-size: 34px;
      font-size:  3.4rem;
      line-height: 60px;
      line-height:  6rem;
      background-clip: padding-box;
      border-radius: 50%;
      border: 5px solid #fff;
      color: #fff;
      display: inline-block;
      height: 70px;
      margin-right: 20px;
      text-align: center;
      vertical-align: middle;
      width: 70px; }
    .block .title h2 {
      font-size: 36px;
      font-size:  3.6rem;
      line-height: 36px;
      line-height:  3.6rem;
      border: none;
      color: #4e5b70;
      display: inline-block;
      margin: 0;
      vertical-align: middle; }
    .block .title .subtitle {
      font-size: 16px;
      font-size:  1.6rem;
      line-height: 20px;
      line-height:  2rem;
      color: #cf0162;
      float: right;
      padding-top: 30px; }
      .block .title .subtitle a {
        color: #cf0162; }

.block-favorites {
  line-height: 200px;
  line-height:  20rem;
  display: block;
  float: left;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  .block-favorites:hover img {
    transform: translate(-50%, -50%) scale(1.2); }
  .block-favorites:hover:after {
    opacity: 0; }
  .block-favorites:after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    transition: all 250ms ease;
    width: 100%;
    z-index: 2; }
  .block-favorites:first-of-type {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 66%; }
  .block-favorites:nth-of-type(2) {
    margin-bottom: 1%;
    width: 33%; }
    .block-favorites:nth-of-type(2) img {
      height: 100%;
      width: auto; }
  .block-favorites img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 250ms ease;
    width: 100%;
    z-index: 0; }
  .block-favorites h3 {
    font-size: 24px;
    font-size:  2.4rem;
    line-height: 28px;
    line-height:  2.8rem;
    background: none;
    color: #fff;
    display: inline-block;
    font-family: "triplexbold";
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 80%;
    z-index: 3; }

.block-list {
  background: #f0f0f0;
  display: block;
  margin-bottom: 30px;
  position: relative;
  text-decoration: none; }
  .block-list.block-search:after,
  .block-list.block-search .sup-title {
    background-color: #cf0162; }
  .block-list:hover:after {
    top: 0;
    transform: rotate(0deg); }
  .block-list:after {
    background-color: #00a29b;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-3deg);
    transition: all 250ms ease;
    width: 90%;
    z-index: -1; }
  .block-list .picture {
    display: block;
    height: 155px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .block-list .picture > img {
      height: auto;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
    .block-list .picture .labels {
      position: absolute;
      top: 0;
      right: 0; }
      .block-list .picture .labels img {
        float: left;
        margin-right: 5px; }
  .block-list .sup-title {
    background-color: #00a29b;
    display: inline-block;
    left: 20px;
    margin: -70px 0 0 0;
    padding: 5px 10px;
    position: relative;
    top: -10px; }
    .block-list .sup-title span {
      font-size: 14px;
      font-size:  1.4rem;
      line-height: 18px;
      line-height:  1.8rem;
      color: #fff;
      display: block;
      text-transform: uppercase; }
  .block-list h2,
  .block-list h3 {
    font-size: 20px;
    font-size:  2rem;
    line-height: 18px;
    line-height:  1.8rem;
    background: none;
    border: none;
    height: 66px;
    margin: 0;
    padding: 15px 10px; }
    .block-list h2 a,
    .block-list h3 a {
      color: #4e4d4d;
      text-decoration: none; }
  .block-list .body {
    font-size: 14px;
    font-size:  1.4rem;
    line-height: 17px;
    line-height:  1.7rem;
    color: #4e4d4d;
    height: 68px;
    padding: 0 10px;
    text-align: justify; }
  .block-list .city {
    font-size: 16px;
    font-size:  1.6rem;
    line-height: 20px;
    line-height:  2rem;
    color: #adadad;
    padding: 0 10px; }
    .block-list .city .icon {
      font-size: 20px;
      font-size:  2rem;
      line-height: 20px;
      line-height:  2rem;
      color: #c7ddde;
      float: left;
      height: 20px;
      margin-right: 10px; }
  .block-list .bottom {
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: right; }
    .block-list .bottom span, .block-list .bottom a, .block-list .bottom p {
      font-size: 12px;
      font-size:  1.2rem;
      line-height: 12px;
      line-height:  1.2rem;
      color: #cf0162;
      cursor: pointer;
      margin-bottom: 0;
      text-decoration: underline; }
      .block-list .bottom span.toggle-infowindow, .block-list .bottom a.toggle-infowindow, .block-list .bottom p.toggle-infowindow {
        margin-right: 10px; }
      .block-list .bottom span:hover, .block-list .bottom a:hover, .block-list .bottom p:hover {
        text-decoration: underline; }

.block-intermediate {
  line-height: 270px;
  line-height:  27rem;
  background: #000;
  display: block;
  height: 270px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .block-intermediate:hover > img {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1); }
  .block-intermediate > img {
    left: 50%;
    max-height: 100%;
    max-width: none;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 250ms ease;
    width: auto; }
  .block-intermediate h2, .block-intermediate h3 {
    font-size: 24px;
    font-size:  2.4rem;
    line-height: 28px;
    line-height:  2.8rem;
    background: none;
    color: #fff;
    display: inline-block;
    font-family: 'triplexbold';
    padding: 0 40px;
    position: relative;
    vertical-align: middle;
    z-index: 1; }

.block-news-menu {
  display: block;
  height: 60px;
  overflow: hidden;
  position: relative;
  text-decoration: none; }
  .block-news-menu:not(:last-of-type) {
    margin-bottom: 20px; }
  .block-news-menu img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; }
  .block-news-menu .title {
    font-size: 18px;
    font-size:  1.8rem;
    line-height: 15px;
    line-height:  1.5rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-family: "triplexextrabold";
    margin: 5px;
    max-width: 380px;
    padding: 10px;
    position: relative;
    z-index: 1; }
  .block-news-menu .button {
    font-size: 14px;
    font-size:  1.4rem;
    display: inline-block;
    float: right;
    margin: 20px 5px 5px;
    padding: 5px;
    position: relative;
    z-index: 1; }

.block-inescapable {
  background: #ccc;
  display: block;
  height: 280px;
  margin-bottom: 30px;
  position: relative;
  text-decoration: none; }
  .block-inescapable:last-of-type {
    margin-bottom: 50px; }
  .block-inescapable:hover:after {
    top: 0;
    transform: rotate(0deg); }
  .block-inescapable:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-3deg);
    transition: all 250ms ease;
    width: 90%;
    z-index: -1; }
  .block-inescapable .picture {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .block-inescapable .picture img {
      left: 50%;
      height: 100%;
      max-width: none;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto; }
  .block-inescapable .text {
    background: rgba(0, 0, 0, 0.8);
    bottom: 30px;
    height: auto;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .block-inescapable .text h2,
    .block-inescapable .text h3 {
      font-size: 18px;
      font-size:  1.8rem;
      line-height: 18px;
      line-height:  1.8rem;
      background: none;
      border: none;
      color: #fff;
      margin: 0;
      padding: 0; }
    .block-inescapable .text p {
      font-size: 14px;
      font-size:  1.4rem;
      line-height: 17px;
      line-height:  1.7rem;
      color: #fff;
      padding: 0;
      margin: 15px 0 0;
      text-align: justify; }

.block-expert-tip {
  background: #f0f0f0;
  display: block;
  margin-bottom: 30px;
  position: relative;
  text-decoration: none;
  max-width: 300px; }
  .block-expert-tip .picture {
    height: 155px;
    overflow: hidden;
    position: relative; }
    .block-expert-tip .picture img {
      height: auto;
      left: 50%;
      max-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
  .block-expert-tip h2 {
    display: inline-block;
    left: 20px;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 130px; }
    .block-expert-tip h2 span {
      font-size: 18px;
      font-size:  1.8rem;
      line-height: 22px;
      line-height:  2.2rem;
      color: #fff;
      display: block;
      text-transform: uppercase; }
  .block-expert-tip .text {
    font-size: 14px;
    font-size:  1.4rem;
    line-height: 17px;
    line-height:  1.7rem;
    height: auto;
    overflow: hidden;
    padding: 35px 10px 0; }

.block-instagram {
  float: left;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 300px; }
  .block-instagram:not(:nth-of-type(3n)) {
    margin-right: 20px; }
  .block-instagram img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
  .block-instagram a {
    height: 100%;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1; }

form {
  position: relative; }
  form .form-item {
    margin: 15px 30px; }
    form .form-item label {
      display: inline-block;
      margin-right: 15px;
      text-align: right;
      vertical-align: middle;
      width: 180px; }
      form .form-item label.required:after {
        content: " *"; }
    form .form-item.form-textarea label {
      display: block;
      margin-bottom: 10px;
      text-align: left;
      width: auto; }
    form .form-item label[for^=contact_newsletter_]::after,
    form .form-item label[for^=contact_newsletterCourrier_]::after,
    form .form-item label[for^=contact_newsletterMail_]::after {
      content: ''; }

input[type=text],
input[type=email] {
  font-size: 12px;
  font-size:  1.2rem;
  appearance: none;
  background-color: #EFEFEF;
  border: 1px solid #DFDFDF;
  border-radius: 0;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  width: 300px; }
  input[type=text][readonly="readonly"],
  input[type=email][readonly="readonly"] {
    background-color: #eee; }

textarea {
  font-size: 12px;
  font-size:  1.2rem;
  appearance: none;
  background-color: #EFEFEF;
  border: 1px solid #DFDFDF;
  border-radius: 0;
  display: inline-block;
  min-height: 200px;
  padding: 10px;
  resize: none;
  vertical-align: middle;
  width: 100%; }

.form-item.form-inline-checkboxes > label,
.form-item.form-inline-radios > label {
  font-size: 20px;
  font-size:  2rem;
  line-height: 26px;
  line-height:  2.6rem;
  color: #4e4d4d;
  display: block;
  margin: 30px 0 20px;
  padding-left: 30px;
  padding: 0;
  text-align: left;
  width: auto; }

.form-item.form-inline-checkboxes > div input[type=checkbox],
.form-item.form-inline-checkboxes > div input[type=radio],
.form-item.form-inline-radios > div input[type=checkbox],
.form-item.form-inline-radios > div input[type=radio] {
  clear: both;
  display: inline-block; }

.form-item.form-inline-checkboxes > div label,
.form-item.form-inline-radios > div label {
  margin: 0 30px 0 10px;
  text-align: left;
  vertical-align: middle;
  width: auto; }

.form-recaptcha {
  margin-top: 40px; }
  .form-recaptcha > div {
    float: right; }

.form-actions {
  clear: left;
  overflow: hidden; }

input[type=submit],
button[type=submit] {
  float: right;
  outline: none; }

.search-checkboxes.search-offset-1,
.search-radios.search-offset-1,
.search-select.search-offset-1,
.search-date.search-offset-1 {
  margin-left: 35%; }

.search-checkboxes.search-offset-2,
.search-radios.search-offset-2,
.search-select.search-offset-2,
.search-date.search-offset-2 {
  margin-left: 68.333334%; }

.search-checkboxes,
.search-radios {
  background: #fff;
  border: 1px solid #eee;
  margin: 20px 1.666666%;
  position: relative;
  float: left;
  width: 30%; }
  .search-checkboxes > label,
  .search-radios > label {
    font-size: 25px;
    font-size:  2.5rem;
    line-height: 28px;
    line-height:  2.8rem;
    color: #4e4d4d;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    position: relative; }
    .search-checkboxes > label.active::after,
    .search-radios > label.active::after {
      transform: rotate(90deg); }
    .search-checkboxes > label::after,
    .search-radios > label::after {
      border-bottom: 8px solid transparent;
      border-left: 10px solid #4e4d4d;
      border-radius: 5px;
      border-top: 8px solid transparent;
      content: "";
      height: 0;
      margin-top: -8px;
      position: absolute;
      right: 15px;
      top: 50%;
      transition: all 250ms ease;
      width: 0; }
  .search-checkboxes .checkboxes,
  .search-checkboxes .radios,
  .search-radios .checkboxes,
  .search-radios .radios {
    display: none;
    overflow: hidden;
    padding: 10px 15px 20px; }
    .search-checkboxes .checkboxes input[type=checkbox],
    .search-checkboxes .checkboxes input[type=radio],
    .search-checkboxes .radios input[type=checkbox],
    .search-checkboxes .radios input[type=radio],
    .search-radios .checkboxes input[type=checkbox],
    .search-radios .checkboxes input[type=radio],
    .search-radios .radios input[type=checkbox],
    .search-radios .radios input[type=radio] {
      clear: left;
      float: left;
      margin-right: 8px;
      position: relative;
      z-index: 1; }
    .search-checkboxes .checkboxes label,
    .search-checkboxes .radios label,
    .search-radios .checkboxes label,
    .search-radios .radios label {
      font-size: 15px;
      font-size:  1.5rem;
      line-height: 20px;
      line-height:  2rem;
      color: #4e4d4d;
      cursor: pointer;
      display: block;
      position: relative; }
      .search-checkboxes .checkboxes label:not(:last-of-type),
      .search-checkboxes .radios label:not(:last-of-type),
      .search-radios .checkboxes label:not(:last-of-type),
      .search-radios .radios label:not(:last-of-type) {
        margin-bottom: 6px; }
      .search-checkboxes .checkboxes label[for^="parent-"].active::after,
      .search-checkboxes .radios label[for^="parent-"].active::after,
      .search-radios .checkboxes label[for^="parent-"].active::after,
      .search-radios .radios label[for^="parent-"].active::after {
        transform: rotate(90deg); }
      .search-checkboxes .checkboxes label[for^="parent-"]::after,
      .search-checkboxes .radios label[for^="parent-"]::after,
      .search-radios .checkboxes label[for^="parent-"]::after,
      .search-radios .radios label[for^="parent-"]::after {
        border-bottom: 5px solid transparent;
        border-left: 6px solid #4e4d4d;
        border-radius: 3px;
        border-top: 5px solid transparent;
        content: "";
        height: 0;
        margin-top: -5px;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all 250ms ease;
        width: 0; }
  .search-checkboxes .checkboxes label::before,
  .search-radios .checkboxes label::before {
    font-size: 12px;
    font-size:  1.2rem;
    border-radius: 3px; }
  .search-checkboxes .radios label::before,
  .search-radios .radios label::before {
    font-size: 30px;
    font-size:  3rem;
    line-height: 20px;
    line-height:  2rem;
    border-radius: 50%; }

.search-select {
  margin: 20px 1.666666%;
  position: relative;
  float: left;
  width: 30%; }
  .search-select > label {
    font-size: 25px;
    font-size:  2.5rem;
    line-height: 28px;
    line-height:  2.8rem;
    color: #4e4d4d;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle; }
  .search-select select {
    max-width: 100%; }
    .search-select select:not(:last-of-type) {
      margin-right: 10px;
      margin-bottom: 10px; }

.search-date {
  margin: 20px 1.666666%;
  position: relative;
  float: left;
  width: 30%; }
  .search-date > label {
    font-size: 25px;
    font-size:  2.5rem;
    line-height: 40px;
    line-height:  4rem;
    color: #4e4d4d;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle; }
  .search-date input[type=text] {
    line-height: 18px;
    line-height:  1.8rem;
    float: right;
    max-width: 180px;
    padding: 15px 10px; }

.search-submit {
  margin: 30px 0;
  text-align: center; }
  .search-submit button[type=submit],
  .search-submit input[type=submit] {
    float: none;
    display: inline-block;
    margin: 0 20px; }

input[type=checkbox][class=custom-checkbox] {
  position: absolute;
  left: -9999px; }
  input[type=checkbox][class=custom-checkbox]:checked + label::before {
    background: #cf0162;
    border-color: #cf0162; }
  input[type=checkbox][class=custom-checkbox]:checked + label::after {
    opacity: 1; }
  input[type=checkbox][class=custom-checkbox] + label {
    font-size: 18px;
    font-size:  1.8rem;
    cursor: pointer;
    padding-left: 25px;
    position: relative; }
    input[type=checkbox][class=custom-checkbox] + label .icon {
      font-size: 22px;
      font-size:  2.2rem;
      line-height: 22px;
      line-height:  2.2rem;
      display: inline-block;
      height: 22px;
      text-align: center;
      vertical-align: middle;
      width: 30px; }
    input[type=checkbox][class=custom-checkbox] + label .text {
      font-size: 17px;
      font-size:  1.7rem;
      line-height: 20px;
      line-height:  2rem;
      display: inline-block;
      vertical-align: middle; }
    input[type=checkbox][class=custom-checkbox] + label::before {
      background: none;
      border: 2px solid #4e4d4d;
      content: "";
      height: 20px;
      left: 0;
      position: absolute;
      top: 2px;
      transition: all 250ms ease;
      width: 20px; }
    input[type=checkbox][class=custom-checkbox] + label::after {
      color: #fff;
      content: "‚úì";
      left: 3px;
      opacity: 0;
      position: absolute;
      top: 5px;
      transition: all 250ms ease; }

.breadcrumb {
  font-size: 12px;
  font-size:  1.2rem;
  line-height: 12px;
  line-height:  1.2rem;
  color: #7f7f7f;
  padding: 4px 0; }
  .breadcrumb a {
    color: #7f7f7f;
    text-decoration: none; }

.flash-notice {
  background: #60aa00;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px; }
  .flash-notice .icon {
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 2px 10px 0 5px; }
  .flash-notice p {
    color: #fff;
    display: block;
    margin: 5px 0 5px 35px; }

.flash-error {
  background: #e91d38; }

.pager {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center; }
  .pager > span {
    font-size: 25px;
    font-size:  2.5rem;
    line-height: 30px;
    line-height:  3rem;
    color: #4e4d4d; }
    .pager > span.next, .pager > span.previous {
      margin-left: 10px;
      margin-right: 10px; }
      .pager > span.next a, .pager > span.previous a {
        color: #cf0162; }
    .pager > span.current .active {
      border-bottom: 2px solid #cf0162; }
    .pager > span .icon {
      font-size: 20px;
      font-size:  2rem;
      line-height: 30px;
      line-height:  3rem; }
  .pager a {
    font-size: 25px;
    font-size:  2.5rem;
    line-height: 30px;
    line-height:  3rem;
    color: #4e4d4d;
    text-decoration: none;
    transition: all 250ms ease; }
    .pager a:hover {
      color: #fe057a; }

.weather-day {
  display: flex;
  align-content: center;
  justify-content: center; }
  .weather-day .weather-moment {
    flex: 1; }
    .weather-day .weather-moment table {
      margin-top: 0; }
      .weather-day .weather-moment table thead tr th,
      .weather-day .weather-moment table tbody tr td {
        padding: 20px; }
        .weather-day .weather-moment table thead tr th .weather-icon,
        .weather-day .weather-moment table tbody tr td .weather-icon {
          height: 60px;
          line-height: 60px;
          margin-bottom: 20px;
          text-align: center; }
        .weather-day .weather-moment table thead tr th .weather-temp,
        .weather-day .weather-moment table tbody tr td .weather-temp {
          font-size: 16px;
          font-weight: bold;
          line-height: 20px; }

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: initial; }

.tab-manager {
  margin-bottom: 20px;
  overflow: hidden; }
  .tab-manager.tab-manager--large {
    margin-bottom: 40px; }

.tab {
  border: none;
  clear: none;
  cursor: pointer;
  display: block;
  font-size: 12px;
  float: left;
  margin: 0 0 10px;
  opacity: 1;
  text-decoration: none;
  transition: all 250ms ease; }
  .tab:not(:last-of-type) {
    border-right: 1px solid #989898;
    margin-right: 15px;
    padding-right: 15px; }
  .tab.active {
    color: #989898 !important;
    text-decoration: underline; }
  .tab-manager--large .tab {
    background: #eee7e1;
    font-size: 30px;
    line-height: 50px;
    margin: 25px 0 15px;
    padding: 0 20px; }
    .tab-manager--large .tab:not(:last-of-type) {
      border-right: none;
      margin-right: 15px;
      padding-right: 20px; }
    .tab-manager--large .tab:hover {
      opacity: 0.7; }
    .tab-manager--large .tab.active {
      color: #eee7e1 !important;
      text-decoration: none; }

.tab-child {
  display: none; }
  .tab-child.active {
    display: block; }

.accordeon {
  background-color: #eee7e1;
  border-bottom: 0 none;
  cursor: pointer;
  display: block;
  font-size: 22px;
  line-height: 22px;
  margin: 15px 0 0;
  opacity: 1;
  padding: 10px 15px;
  position: relative;
  transition: all 250ms ease;
  width: 100%; }
  .accordeon:after {
    border-bottom: 10px solid transparent;
    border-left: 14px solid;
    border-radius: 5px;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: all 250ms ease;
    width: 0; }
  .accordeon.active {
    color: #eee7e1 !important; }
    .accordeon.active:after {
      border-left-color: #eee7e1 !important;
      transform: rotate(90deg); }
  .accordeon:hover {
    opacity: 0.7; }

.accordeon-child {
  display: none;
  margin: 0;
  overflow: hidden; }
  .accordeon-child.active {
    display: block; }

.accordeon-child-text {
  margin-bottom: 20px; }

.accordeon-child-list {
  margin: 20px 0;
  overflow: hidden; }

#home-slider {
  height: 600px;
  overflow: hidden;
  width: 100%; }
  #home-slider .item {
    height: 600px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%; }
    #home-slider .item .slider-picture div {
      position: absolute;
      height: 600px;
      background-position: center;
      background-size: cover;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: -1;
      display: block; }
    #home-slider .item .slider-picture img {
      display: block;
      left: 50%;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1920px;
      z-index: -1; }
    #home-slider .item .slider-video iframe {
      display: block;
      left: 50%;
      height: 1080px;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1920px;
      z-index: 8; }
    #home-slider .item .slider-video-picture img {
      cursor: pointer;
      height: 80px;
      width: 80px;
      display: block;
      left: 50%;
      margin: 0 auto;
      position: absolute;
      top: 50%; }
    #home-slider .item .title {
      font-size: 68px;
      font-size:  6.8rem;
      line-height: 68px;
      line-height:  6.8rem;
      background-color: rgba(78, 77, 77, 0.6);
      color: #fff;
      margin: 80px 0 30px;
      padding: 10px 20px;
      text-align: left;
      width: 100%; }
    #home-slider .item .description {
      font-size: 20px;
      font-size:  2rem;
      line-height: 20px;
      line-height:  2rem;
      background-color: rgba(78, 77, 77, 0.6);
      color: #fff;
      font-family: 'triplexlight';
      margin: 0 0 30px;
      padding: 10px 20px;
      text-align: left;
      width: 280px; }
  #home-slider .owl-prev,
  #home-slider .owl-next {
    background-clip: padding-box;
    background-color: rgba(78, 77, 77, 0.6);
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 3px;
    height: 90px;
    margin-top: -45px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 250ms ease;
    width: 60px; }
    #home-slider .owl-prev:hover,
    #home-slider .owl-next:hover {
      background-color: rgba(78, 77, 77, 0.4);
      border-color: rgba(255, 255, 255, 0.4); }
    #home-slider .owl-prev .icon,
    #home-slider .owl-next .icon {
      font-size: 50px;
      font-size:  5rem;
      line-height: 84px;
      line-height:  8.4rem;
      color: #fff;
      display: block; }
  #home-slider .owl-prev {
    left: 50%;
    margin-left: -480px; }
  #home-slider .owl-next {
    right: 50%;
    margin-right: -480px; }

#widgets {
  background: #000; }
  #widgets .widget {
    background: #000;
    display: block;
    float: left;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 250ms ease; }
    #widgets .widget:hover {
      background: #333333; }
    #widgets .widget:not(:last-of-type) {
      border-right: 1px solid #333; }
  #widgets .widget-weather img {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle; }
  #widgets .widget-weather ul {
    display: inline-block;
    vertical-align: middle; }
    #widgets .widget-weather ul li {
      font-size: 20px;
      font-size:  2rem;
      line-height: 25px;
      line-height:  2.5rem;
      color: #fff; }
  #widgets .widget-tides .icon {
    font-size: 30px;
    font-size:  3rem;
    line-height: 50px;
    line-height:  5rem;
    color: #fff;
    display: inline-block; }
  #widgets .widget-tides .datas {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top; }
    #widgets .widget-tides .datas p {
      font-size: 20px;
      font-size:  2rem;
      line-height: 25px;
      line-height:  2.5rem;
      color: #fff;
      margin: 0; }
      #widgets .widget-tides .datas p .item:not(:last-of-type) {
        margin-right: 10px; }
  #widgets .widget-webcam .icon {
    font-size: 30px;
    font-size:  3rem;
    line-height: 55px;
    line-height:  5.5rem;
    color: #fff; }

#alert {
  background: #fafafa;
  padding: 25px 0; }
  #alert .alert {
    line-height: 50px;
    line-height:  5rem;
    margin: 0; }
    #alert .alert .title {
      font-size: 26px;
      font-size:  2.6rem;
      line-height: 40px;
      line-height:  4rem;
      color: #00a29b;
      display: block;
      margin: 0; }
      #alert .alert .title .icon {
        font-size: 40px;
        font-size:  4rem;
        line-height: 40px;
        line-height:  4rem;
        color: #af232c;
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle; }
    #alert .alert .description {
      font-size: 14px;
      font-size:  1.4rem;
      line-height: 18px;
      line-height:  1.8rem;
      color: #4e5b70;
      display: block;
      margin: 0 0 0 60px; }

#block-events {
  position: relative;
  z-index: 0;
  background-color: #f0f0f0; }
  #block-events:before {
    background: #f0f0f0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1; }
    @media (min-width: 960px) {
      #block-events:before {
        left: calc(-50vw + (940px / 2)); } }
    @media (min-width: 640px) and (max-width: 959px) {
      #block-events:before {
        left: calc(-50vw + (620px / 2)); } }
    @media (min-width: 320px) and (max-width: 639px) {
      #block-events:before {
        left: calc(-50vw + (300px / 2)); } }
  #block-events .owl-carousel {
    float: left;
    height: 310px;
    overflow: hidden;
    position: relative;
    width: 700px; }
    #block-events .owl-carousel .owl-item {
      height: 310px;
      overflow: hidden; }
    #block-events .owl-carousel .event {
      background: #fff;
      height: 310px; }
      #block-events .owl-carousel .event .picture {
        background: #fafafa;
        float: left;
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 35%; }
        #block-events .owl-carousel .event .picture img {
          height: 100%;
          left: 50%;
          max-width: none;
          position: absolute;
          top: 0;
          transform: translateX(-50%);
          width: auto; }
      #block-events .owl-carousel .event .text {
        float: left;
        padding: 30px 80px 0 30px;
        width: 65%; }
        #block-events .owl-carousel .event .text .date {
          font-size: 16px;
          font-size:  1.6rem;
          line-height: 18px;
          line-height:  1.8rem;
          margin-bottom: 20px;
          text-transform: uppercase; }
        #block-events .owl-carousel .event .text h3 {
          font-size: 20px;
          font-size:  2rem;
          line-height: 30px;
          line-height:  3rem;
          background: none;
          color: #4e4d4d;
          margin-bottom: 0 0 20px 0;
          padding: 0; }
          #block-events .owl-carousel .event .text h3 a {
            color: #4e4d4d;
            text-decoration: none; }
        #block-events .owl-carousel .event .text .description {
          font-size: 14px;
          font-size:  1.4rem;
          line-height: 21px;
          line-height:  2.1rem;
          color: #4e4d4d;
          margin-bottom: 20px; }
        #block-events .owl-carousel .event .text .city {
          font-size: 14px;
          font-size:  1.4rem;
          line-height: 21px;
          line-height:  2.1rem;
          color: #4e4d4d;
          text-transform: uppercase; }
          #block-events .owl-carousel .event .text .city .icon {
            font-size: 21px;
            font-size:  2.1rem;
            line-height: 21px;
            line-height:  2.1rem;
            float: left;
            margin-right: 10px; }
    #block-events .owl-carousel .owl-prev,
    #block-events .owl-carousel .owl-next {
      height: 100px;
      margin-top: -50px;
      opacity: 0.6;
      position: absolute;
      text-align: center;
      top: 50%;
      transition: all 250ms ease;
      width: 50px; }
      #block-events .owl-carousel .owl-prev:hover,
      #block-events .owl-carousel .owl-next:hover {
        opacity: 1; }
      #block-events .owl-carousel .owl-prev .icon,
      #block-events .owl-carousel .owl-next .icon {
        font-size: 50px;
        font-size:  5rem;
        line-height: 100px;
        line-height:  10rem;
        color: #fff;
        display: block; }
    #block-events .owl-carousel .owl-prev {
      left: 0; }
    #block-events .owl-carousel .owl-next {
      right: 0; }
  #block-events aside {
    float: right;
    width: 200px; }
    #block-events aside ul li {
      background-color: #cf0162;
      text-align: center;
      transition: all 250ms ease; }
      #block-events aside ul li:hover {
        background-color: #fe057a; }
      #block-events aside ul li:not(:last-of-type) {
        margin-bottom: 36px; }
      #block-events aside ul li a {
        font-size: 24px;
        font-size:  2.4rem;
        line-height: 24px;
        line-height:  2.4rem;
        color: #fff;
        display: block;
        padding: 13px 10px;
        text-decoration: none; }
        #block-events aside ul li a:after {
          border-bottom: 8px solid transparent;
          border-left: 10px solid #fff;
          border-top: 8px solid transparent;
          content: "";
          display: inline-block;
          height: 0;
          margin-left: 10px;
          width: 0; }

#block-affinities .content .affinities li {
  background-color: #cf0162;
  transition: all 250ms ease; }
  #block-affinities .content .affinities li:hover {
    background-color: #fe057a; }
  #block-affinities .content .affinities li:not(:last-of-type) {
    margin-bottom: 10px; }
  #block-affinities .content .affinities li h3 {
    background: none;
    margin: 0;
    padding: 0; }
  #block-affinities .content .affinities li a {
    font-size: 24px;
    font-size:  2.4rem;
    line-height: 24px;
    line-height:  2.4rem;
    font-family: 'triplexbold';
    color: #fff;
    display: block;
    padding: 35px 20px;
    text-decoration: none; }
    #block-affinities .content .affinities li a:after {
      border-bottom: 10px solid transparent;
      border-left: 12px solid #fff;
      border-top: 10px solid transparent;
      content: "";
      display: block;
      float: right;
      height: 0;
      margin-left: 10px;
      width: 0; }
    #block-affinities .content .affinities li a .icon {
      font-size: 36px;
      font-size:  3.6rem;
      line-height: 24px;
      line-height:  2.4rem;
      float: left;
      margin-right: 20px; }

#block-infos {
  position: relative;
  z-index: 0;
  background-color: #f0f0f0;
  clear: both;
  padding: 25px 0 25px; }
  #block-infos:before {
    background: #f0f0f0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1; }
    @media (min-width: 960px) {
      #block-infos:before {
        left: calc(-50vw + (940px / 2)); } }
    @media (min-width: 640px) and (max-width: 959px) {
      #block-infos:before {
        left: calc(-50vw + (620px / 2)); } }
    @media (min-width: 320px) and (max-width: 639px) {
      #block-infos:before {
        left: calc(-50vw + (300px / 2)); } }
  #block-infos:before {
    left: calc(-50vw + (960px / 2)); }
  #block-infos:after {
    clear: both;
    content: "";
    display: table; }

#block-info-left {
  display: block;
  height: 300px;
  padding: 30px;
  position: relative;
  transition: all 250ms ease; }
  #block-info-left:hover {
    opacity: 0.7; }
  #block-info-left div {
    height: 100%; }
  #block-info-left a {
    height: 100%;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%; }
    #block-info-left a.text {
      background-color: #4e5b70;
      padding: 30px; }
  #block-info-left h2 {
    font-size: 24px;
    font-size:  2.4rem;
    line-height: 24px;
    line-height:  2.4rem;
    border: none;
    color: #fff;
    margin: 0 0 20px; }
  #block-info-left p {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #fff;
    display: block;
    padding-bottom: 20px;
    text-align: center; }
    #block-info-left p .extralarge {
      font-size: 120px;
      font-size:  12rem;
      line-height: 100px;
      line-height:  10rem;
      display: inline-block;
      font-family: "triplexextrabold";
      height: 120px;
      text-align: center;
      vertical-align: top;
      width: 30%; }
    #block-info-left p .large {
      font-size: 45px;
      font-size:  4.5rem;
      line-height: 45px;
      line-height:  4.5rem;
      display: inline-block;
      font-family: "triplexextrabold";
      height: 120px;
      padding-top: 20px;
      text-align: left;
      vertical-align: top;
      width: 60%; }
    #block-info-left p .normal {
      font-size: 30px;
      font-size:  3rem;
      display: block;
      font-family: "triplexbold"; }

#block-info-right {
  display: block;
  height: 300px;
  position: relative; }
  #block-info-right aside {
    line-height: 300px;
    line-height:  30rem;
    background: #c8d843;
    float: left;
    height: 300px;
    text-align: center;
    width: 210px; }
    #block-info-right aside .wrapper {
      line-height: 1;
      line-height:  1;
      display: inline-block;
      vertical-align: middle;
      width: 80%; }
      #block-info-right aside .wrapper img {
        height: auto;
        margin: 20px 0;
        max-height: 150px;
        max-width: 150px;
        width: auto; }
      #block-info-right aside .wrapper p {
        font-size: 16px;
        font-size:  1.6rem;
        line-height: 20px;
        line-height:  2rem;
        color: #fff; }
        #block-info-right aside .wrapper p span {
          display: block; }
      #block-info-right aside .wrapper .toggle-number {
        cursor: pointer; }
  #block-info-right .description {
    background: #aab839;
    display: flex;
    flex-direction: column;
    float: left;
    height: 100%;
    justify-content: space-around;
    width: 410px; }
    #block-info-right .description .description-opening {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      padding: 20px; }
    #block-info-right .description > a {
      font-size: 20px;
      font-size:  2rem;
      line-height: 20px;
      line-height:  2rem;
      background: #aab839;
      border: none;
      padding: 20px;
      text-align: center; }
      #block-info-right .description > a:after {
        border-bottom: 10px solid transparent;
        border-left: 12px solid #fff;
        border-top: 10px solid transparent;
        content: "";
        display: block;
        float: right;
        height: 0;
        margin-left: 10px;
        width: 0; }
      #block-info-right .description > a:hover {
        background: #bfcb59; }
    #block-info-right .description .title,
    #block-info-right .description h2 {
      font-size: 20px;
      font-size:  2rem;
      line-height: 20px;
      line-height:  2rem;
      border: none;
      color: #fff;
      margin: 0 0 15px;
      text-align: center;
      text-transform: uppercase; }
    #block-info-right .description .text {
      color: #fff;
      padding: 0 20px;
      text-align: center; }
      #block-info-right .description .text p {
        font-size: 16px;
        font-size:  1.6rem;
        line-height: 20px;
        line-height:  2rem;
        color: #fff; }

#search-title {
  position: relative;
  z-index: 0;
  background: #cf0162;
  margin-top: 60px;
  position: relative;
  z-index: 1; }
  #search-title:before {
    background: #cf0162;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1; }
    @media (min-width: 960px) {
      #search-title:before {
        left: calc(-50vw + (940px / 2)); } }
    @media (min-width: 640px) and (max-width: 959px) {
      #search-title:before {
        left: calc(-50vw + (620px / 2)); } }
    @media (min-width: 320px) and (max-width: 639px) {
      #search-title:before {
        left: calc(-50vw + (300px / 2)); } }
  #search-title:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #cf0162;
    height: 0;
    bottom: -30px;
    content: "";
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 0;
    z-index: 1; }
  #search-title h2 {
    font-size: 40px;
    font-size:  4rem;
    line-height: 50px;
    line-height:  5rem;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    text-align: center; }

#search-tabs {
  margin-bottom: 15px;
  margin-top: 15px; }

.search-tab {
  font-size: 24px;
  font-size:  2.4rem;
  line-height: 30px;
  line-height:  3rem;
  background: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  transition: all 250ms ease; }
  .search-tab:not(:last-of-type) {
    margin-right: 10px; }
  .search-tab.active {
    background: #cf0162;
    color: #fff; }
  .search-tab .icon {
    font-size: 24px;
    font-size:  2.4rem;
    line-height: 30px;
    line-height:  3rem;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle; }
  .search-tab .text {
    display: inline-block;
    vertical-align: middle; }

#search {
  position: relative;
  z-index: 0;
  background: #f0f0f0;
  margin-bottom: 40px; }
  #search:before {
    background: #f0f0f0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1; }
    @media (min-width: 960px) {
      #search:before {
        left: calc(-50vw + (940px / 2)); } }
    @media (min-width: 640px) and (max-width: 959px) {
      #search:before {
        left: calc(-50vw + (620px / 2)); } }
    @media (min-width: 320px) and (max-width: 639px) {
      #search:before {
        left: calc(-50vw + (300px / 2)); } }
  #search #custom-field--dispo {
    border: 0;
    display: inline-block;
    float: none;
    width: 190px;
    margin: 0;
    background: #ffffff; }
  #search .search-checkboxes {
    border: 0;
    display: inline-block;
    float: none;
    margin: 30px 0;
    min-height: 60px;
    vertical-align: top;
    width: 300px; }
    #search .search-checkboxes > label {
      font-size: 16px;
      font-size:  1.6rem;
      padding: 16px 10px; }
  #search.search-simpl .search-custom-fields {
    display: inline-block;
    margin: 30px 0 30px 70px;
    vertical-align: top;
    width: 500px; }
    #search.search-simpl .search-custom-fields > div {
      float: left;
      margin-bottom: 20px;
      width: 50%; }
  #search.search-advanced .search-custom-field--dispo {
    border: 0;
    display: inline-block;
    float: none;
    margin: 30px 0;
    margin-left: 6px;
    min-height: 60px;
    vertical-align: top;
    width: 190px;
    height: 40px; }
    #search.search-advanced .search-custom-field--dispo > input {
      font-size: 16px;
      font-size:  1.6rem;
      color: #4e4d4d;
      font-family: 'Flux W00 Bold',Arial,sans-serif;
      padding: 21px 10px;
      text-align: center; }
  #search.search-advanced .search-checkboxes-capacity,
  #search.search-advanced .search-checkboxes-proximity {
    margin-left: 6px;
    padding-left: 45px;
    position: relative;
    width: 185px; }
    #search.search-advanced .search-checkboxes-capacity .checkboxes,
    #search.search-advanced .search-checkboxes-proximity .checkboxes {
      padding: 10px 5px 20px; }
      #search.search-advanced .search-checkboxes-capacity .checkboxes .search-custom-field,
      #search.search-advanced .search-checkboxes-proximity .checkboxes .search-custom-field {
        margin-bottom: 5px; }
    #search.search-advanced .search-checkboxes-capacity .icon,
    #search.search-advanced .search-checkboxes-proximity .icon {
      font-size: 35px;
      font-size:  3.5rem;
      left: 10px;
      position: absolute;
      top: 12px; }
  #search.search-advanced .search-checkboxes-capacity {
    padding-left: 35px;
    width: 170px; }
    #search.search-advanced .search-checkboxes-capacity .icon {
      font-size: 30px;
      font-size:  3rem;
      top: 15px; }
  #search.search-advanced .search-custom-fields {
    display: inline-block;
    margin: 0 0 30px 0px;
    vertical-align: top;
    width: 100%; }
    #search.search-advanced .search-custom-fields > div {
      float: left; }
      #search.search-advanced .search-custom-fields > div:not(:last-child) {
        margin-right: 60px; }
  #search .search-submit {
    display: inline-block;
    margin-left: -4px;
    position: relative;
    vertical-align: middle; }
    #search .search-submit::before {
      font-size: 20px;
      font-size:  2rem;
      color: #fff;
      left: 50%;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
    #search .search-submit button {
      border-radius: 0;
      border: none;
      height: 60px;
      margin: 0;
      text-indent: -9999px;
      width: 60px; }

#search-filters {
  margin-bottom: 40px; }
  #search-filters form > div:nth-of-type(3n + 1) {
    clear: left; }

#search-map {
  height: 600px;
  width: 100%; }

#search-results {
  display: none; }
  #search-results.active {
    display: block; }

#search-results-map {
  display: none; }
  #search-results-map.active {
    display: block; }

.results-length {
  font-size: 30px;
  font-size:  3rem;
  line-height: 36px;
  line-height:  3.6rem;
  color: #4e4d4d;
  margin-bottom: 20px; }
  .results-length.no-result {
    font-size: 20px;
    font-size:  2rem;
    line-height: 26px;
    line-height:  2.6rem;
    margin-bottom: 30px;
    text-align: center; }

.search-communes {
  margin-top: 40px; }
  .search-communes p {
    font-size: 18px;
    font-size:  1.8rem;
    color: #4e4d4d;
    margin-bottom: 10px; }
    .search-communes p a {
      color: #4e4d4d;
      text-decoration: none;
      transition: all 250ms ease; }
      .search-communes p a:hover {
        color: #cf0162; }
        .search-communes p a:hover::after {
          color: #4e4d4d; }
      .search-communes p a:not(:last-of-type) {
        margin-right: 10px; }
        .search-communes p a:not(:last-of-type)::after {
          content: "-";
          margin-left: 10px; }

.gm-style .gm-style-iw-c {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border-radius: 4px;
  padding-left: 0;
  padding-top: 0; }

.results-infowindow > img {
  background: #eee;
  min-height: 50px;
  position: relative;
  width: 100%; }

.results-infowindow .labels {
  position: absolute;
  top: 0;
  right: 20px; }
  .results-infowindow .labels img {
    float: left;
    margin-right: 5px; }

.results-infowindow .infos {
  padding: 10px;
  width: 100%; }

.results-infowindow h3 {
  font-size: 20px;
  font-size:  2rem;
  line-height: 26px;
  line-height:  2.6rem;
  background: none;
  color: #575757;
  margin: 0 0 10px;
  padding: 0; }

.results-infowindow a {
  color: #575757;
  text-decoration: none; }
  .results-infowindow a:hover {
    text-decoration: underline; }
  .results-infowindow a img {
    max-width: 100% !important; }

.results-infowindow p {
  font-size: 16px;
  font-size:  1.6rem;
  line-height: 20px;
  line-height:  2rem;
  color: #adadad;
  margin: 0;
  padding: 0; }
  .results-infowindow p .icon {
    font-size: 20px;
    font-size:  2rem;
    line-height: 20px;
    line-height:  2rem;
    color: #c7ddde;
    float: left;
    margin-right: 10px; }

.search-results-bottom {
  display: none;
  margin-top: 40px; }

.search-with-load-more {
  overflow: hidden; }
  .search-with-load-more .block-list {
    display: none; }

#events-filters {
  margin-bottom: 40px; }
  #events-filters form > div:nth-of-type(3n + 1) {
    clear: left; }

#advanced-search-filters {
  margin-bottom: 40px; }
  #advanced-search-filters form {
    text-align: center; }
    #advanced-search-filters form > div {
      display: inline-block;
      vertical-align: middle; }

.details-introduction img {
  max-width: 300px;
  margin: 0 20px 20px 0; }

.details-picture {
  margin-bottom: 40px; }
  .details-picture img {
    max-height: 50vh;
    width: auto; }

.details-carousel {
  margin-bottom: 40px; }

.details-carousel--item {
  height: 340px;
  position: relative; }
  .details-carousel--item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.details-carousel-thumbs {
  margin-bottom: 40px;
  margin-top: -40px;
  position: relative; }
  .details-carousel-thumbs .owl-prev,
  .details-carousel-thumbs .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    width: 50px; }
    .details-carousel-thumbs .owl-prev .icon,
    .details-carousel-thumbs .owl-next .icon {
      color: #4e4d4d;
      font-size: 50px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
  .details-carousel-thumbs .owl-prev {
    left: 0; }
  .details-carousel-thumbs .owl-next {
    right: 0; }
  .details-carousel-thumbs .owl-item {
    opacity: 0.5;
    transition: opacity 250ms ease; }
    .details-carousel-thumbs .owl-item.focus {
      opacity: 1; }

.details-carousel-thumbs--item {
  cursor: pointer;
  height: 85px;
  position: relative; }
  .details-carousel-thumbs--item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.details-tabs {
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-top: 30px; }
  .details-tabs .tab-child li {
    color: #8a8a8a;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    vertical-align: top;
    width: 25%; }
    .details-tabs .tab-child li:not(:nth-of-type(3n)) {
      margin-right: 10%; }
    .details-tabs .tab-child li::before {
      color: #bad457;
      left: 0;
      position: absolute;
      top: 0; }

.details-dispos {
  margin-bottom: 20px; }
  .details-dispos .button {
    border: 0;
    text-align: center;
    width: 100%; }
  .details-dispos .jsCalendar table {
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
    .details-dispos .jsCalendar table * {
      box-sizing: content-box; }
    .details-dispos .jsCalendar table tbody td.jsCalendar-next:hover,
    .details-dispos .jsCalendar table tbody td.jsCalendar-previous:hover {
      color: #cacaca; }
    .details-dispos .jsCalendar table tbody td.jsCalendar-current {
      color: #555454;
      font-weight: bold; }
    .details-dispos .jsCalendar table tbody td[data-color=green] {
      background-color: #2ecc71;
      border-color: #2ecc71;
      color: #fff; }
    .details-dispos .jsCalendar table tbody td[data-color=orange] {
      background-color: #f39c12;
      border-color: #f39c12;
      color: #fff; }
    .details-dispos .jsCalendar table tbody td[data-color=red] {
      background-color: #e74c3c;
      border-color: #e74c3c;
      color: #fff; }
    .details-dispos .jsCalendar table tbody tr td {
      background: none; }

.details-dispos--wrapper {
  display: none; }

.details-dispos--caption {
  overflow: hidden; }
  .details-dispos--caption li {
    font-size: 12px;
    font-size:  1.2rem;
    float: left;
    margin-top: 8px;
    padding: 0 6px;
    text-align: center;
    width: 50%; }
    .details-dispos--caption li.green {
      color: #2ecc71; }
    .details-dispos--caption li.orange {
      color: #f39c12; }
    .details-dispos--caption li.red {
      color: #e74c3c; }

.details-button {
  margin-bottom: 20px; }
  .details-button .button {
    border: 0;
    text-align: center;
    width: 100%; }

.details-document {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 10px; }
  .details-document .details-document--title {
    margin-bottom: 10px; }
  .details-document .details-document--doc {
    text-decoration: none; }
    .details-document .details-document--doc .icon {
      font-size: 30px;
      font-size:  3rem;
      line-height: 30px;
      line-height:  3rem;
      color: #fff;
      display: inline-block;
      height: 30px;
      margin-right: 10px;
      vertical-align: middle; }
    .details-document .details-document--doc .text {
      color: #4e5b70;
      display: inline-block;
      max-width: 230px;
      vertical-align: middle;
      word-wrap: break-word; }

.details-map,
.details-video {
  margin-bottom: 30px; }

.details-list {
  border-top: 1px solid #eee;
  padding: 20px 0; }
  .details-list li {
    line-height: 16px;
    line-height:  1.6rem;
    color: #8a8a8a; }
    .details-list li:not(:last-of-type) {
      margin-bottom: 15px; }

.details-infos {
  border-top: 1px solid #eee;
  padding: 20px 0; }
  .details-infos li {
    line-height: 16px;
    line-height:  1.6rem;
    color: #8a8a8a;
    position: relative; }
    .details-infos li:not(:last-of-type) {
      margin-bottom: 15px; }
  .details-infos .icon {
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .details-infos .text {
    display: block;
    padding-left: 35px; }

#alert-details img {
  max-width: 300px;
  margin: 0 20px 20px 0; }

#inescapable-details > img {
  height: auto;
  max-width: 340px; }

@media (min-width: 960px) {
  .container {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: " ";
      display: block;
      clear: both; } }

@media (min-width: 640px) and (max-width: 959px) {
  .container {
    width: 640px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: " ";
      display: block;
      clear: both; }
  #header-phone {
    width: 190px; }
    #header-phone .headline {
      font-size: 9px;
      font-size:  0.9rem; }
    #header-phone .number,
    #header-phone .toggle-number {
      font-size: 14px;
      font-size:  1.4rem;
      min-width: 150px; }
  #header-social-networks {
    width: 125px; }
    #header-social-networks ul li {
      padding: 0 5px 0 0; }
  #header-search {
    width: 60px; }
    #header-search.active ~ #header-logo-bto {
      opacity: 0; }
    #header-search.active form {
      max-width: 170px; }
      #header-search.active form input[type=text] {
        display: block; }
      #header-search.active form button[type=submit] {
        display: block; }
    #header-search form {
      max-width: 34px; }
      #header-search form .toggle-search {
        display: block; }
      #header-search form input[type=text] {
        display: none;
        margin: 0 20px 0 20px; }
      #header-search form button[type=submit] {
        display: none; }
  #header-logo-bto {
    width: 140px; }
    #header-logo-bto img {
      max-width: 120px; }
  #header-logo-brittany {
    right: -50px; }
  .search-date input[type=text] {
    max-width: 90px; }
  .form-item.form-text .form-errors, .form-item.form-email .form-errors {
    display: block;
    margin: 10px 0 0 200px; }
  #header-codeplussearch {
    height: 80px; }
    #header-codeplussearch .header-search--form {
      float: none;
      height: 50%; }
    #header-codeplussearch .header-search--links {
      border-left: 0;
      border-top: 1px solid #fff;
      float: none;
      margin-top: 2px;
      padding-left: 0;
      padding-top: 6px; }
  #main-menu .container > ul.menu.with-google-languages > li {
    margin-right: 40px; }
  #main-menu .container > ul.menu > li {
    margin-right: 50px; }
    #main-menu .container > ul.menu > li ul.menu_level_1 li a .picture {
      display: none; }
    #main-menu .container > ul.menu > li a {
      font-size: 1.7rem; }
    #main-menu .container > ul.menu > li a:after {
      margin-left: 0; }
    #main-menu .container > ul.menu > li span:after {
      margin-left: 0; }
  #main-menu .container > ul.menu-brest > li {
    margin-right: 10px !important; }
  #main-menu .container > ul.menu-abers > li {
    margin-right: 8px !important; }
  #languages {
    right: 0; }
  #google-languages {
    right: 0; }
  .body-content {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .pager {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .block-title .block-title-container {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .block-title .svg-map {
    display: none; }
  .flash-notice {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  #banner h1 {
    font-size: 24px;
    font-size:  2.4rem;
    padding: 10px; }
  #alert .alert {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  #home-slider {
    height: 500px; }
    #home-slider .item {
      height: 500px; }
      #home-slider .item .container .slider-text {
        width: 460px;
        float: left;
        margin-left: 90px;
        margin-right: -100%; }
        #home-slider .item .container .slider-text .title {
          font-size: 46px;
          font-size:  4.6rem;
          line-height: 46px;
          line-height:  4.6rem; }
      #home-slider .item .slider-picture div {
        height: 500px; }
      #home-slider .item .slider-video iframe {
        height: 600px;
        width: 1060px; }
    #home-slider .owl-prev {
      left: 50%;
      margin-left: -320px; }
    #home-slider .owl-next {
      right: 50%;
      margin-right: -320px; }
  #widgets .widget {
    padding: 10px; }
  #block-inescapables .title {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  #block-events {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    #block-events .owl-carousel {
      float: none;
      width: 100%; }
    #block-events aside {
      float: none;
      margin-top: 10px;
      text-align: center;
      width: 100%; }
      #block-events aside ul li {
        display: inline-block; }
        #block-events aside ul li:not(:last-of-type) {
          margin-bottom: 0;
          margin-right: 10px; }
        #block-events aside ul li a {
          font-size: 22px;
          font-size:  2.2rem; }
  #block-affinities {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    #block-affinities .content .affinities li {
      float: left;
      width: 49%; }
      #block-affinities .content .affinities li:nth-of-type(odd) {
        margin-right: 2%; }
  #block-infos:before {
    left: calc(-50vw + (640px / 2)); }
  #block-info-left {
    width: 300px;
    float: left;
    margin-left: 170px;
    margin-right: -100%;
    margin-bottom: 40px; }
  #block-info-right {
    clear: left; }
  .details-main {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .details-sidebar {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .block-instagram:not(:nth-of-type(3n)) {
    margin-right: 0; }
  .block-instagram:not(:nth-of-type(2n)) {
    margin-right: 20px; }
  #search.search-simpl .search-custom-fields {
    margin: 0 0 30px 0; }
  #search.search-advanced .search-submit {
    margin-right: 70px; }
  #search.search-advanced .search-custom-field--dispo {
    margin-top: 0;
    margin-left: 0; }
    #search.search-advanced .search-custom-field--dispo > input {
      font-size: 16px;
      font-size:  1.6rem;
      color: #4e4d4d;
      font-family: 'Flux W00 Bold',Arial,sans-serif;
      padding: 21px 10px;
      text-align: center; }
  #search.search-advanced .search-checkboxes-capacity,
  #search.search-advanced .search-checkboxes-proximity {
    margin-top: 0; }
  #search.search-advanced .search-custom-fields {
    width: 500px; }
    #search.search-advanced .search-custom-fields > div {
      margin-bottom: 20px;
      width: 50%; }
      #search.search-advanced .search-custom-fields > div:not(:last-child) {
        margin-right: 0; }
  #footer-top {
    height: 80px; }
  #footer-social-networks {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  #footer-menu {
    width: 620px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  #footer-tourist-offices-menu {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    #footer-tourist-offices-menu .svg-maps {
      opacity: 0.1; }
    #footer-tourist-offices-menu ul li {
      width: 130px; }
  #footer-newsletter {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 320px) and (max-width: 639px) {
  .container {
    width: 320px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: " ";
      display: block;
      clear: both; }
  #header-phone {
    width: 170px; }
    #header-phone .headline {
      font-size: 10px;
      font-size:  1rem; }
    #header-phone .number,
    #header-phone .toggle-number {
      font-size: 16px;
      font-size:  1.6rem;
      min-width: 140px; }
  #offcanvas .block-header {
    border: none;
    width: 265px; }
  .flash-notice {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  h1 {
    font-size: 32px;
    font-size:  3.2rem;
    line-height: 32px;
    line-height:  3.2rem; }
  h2 {
    font-size: 22px;
    font-size:  2.2rem;
    line-height: 22px;
    line-height:  2.2rem; }
  h3 {
    font-size: 22px;
    font-size:  2.2rem;
    line-height: 22px;
    line-height:  2.2rem; }
  h4 {
    font-size: 22px;
    font-size:  2.2rem;
    line-height: 22px;
    line-height:  2.2rem;
    padding-left: 0;
    margin: 10px 0; }
  ul.bto,
  ul.dots,
  .details-body ul,
  .block-expert-tip .text ul,
  .accordeon-child-text ul {
    margin-left: 10px; }
    ul.bto li,
    ul.dots li,
    .details-body ul li,
    .block-expert-tip .text ul li,
    .accordeon-child-text ul li {
      background-position: 0 0;
      padding-left: 25px; }
  form .form-item {
    margin: 15px 0; }
    form .form-item label {
      display: block;
      margin-right: 0;
      margin-bottom: 10px;
      text-align: left;
      width: auto; }
  input[type=text],
  input[type=email] {
    width: 100%; }
  .form-item.form-inline-checkboxes > div input[type=checkbox],
  .form-item.form-inline-checkboxes > div input[type=radio],
  .form-item.form-inline-radios > div input[type=checkbox],
  .form-item.form-inline-radios > div input[type=radio] {
    vertical-align: middle; }
  .form-item.form-inline-checkboxes > div label,
  .form-item.form-inline-radios > div label {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    vertical-align: middle;
    width: 250px; }
  .search-checkboxes,
  .search-radios,
  .search-select,
  .search-date {
    float: none;
    width: 100%; }
  .form-item.form-text .form-errors, .form-item.form-email .form-errors {
    display: block;
    margin-top: 10px; }
  .tab-manager--large .tab {
    float: none;
    font-size: 26px;
    margin: 0 0 10px 0; }
  .weather-day {
    flex-wrap: wrap; }
  #header-toggle-menu {
    display: block;
    padding-left: 0; }
  #header-logo {
    border: none; }
  #header-search {
    width: 160px; }
    #header-search form input[type=text] {
      width: 87px; }
  #header-logo-bto {
    margin-bottom: 40px; }
  #header-logo-brittany {
    max-width: 35px;
    right: -21px; }
  #header-codeplussearch {
    height: auto; }
    #header-codeplussearch .header-search--form {
      float: none;
      height: 40px; }
      #header-codeplussearch .header-search--form .label {
        margin-right: 3px; }
      #header-codeplussearch .header-search--form .icon {
        margin-right: 3px; }
      #header-codeplussearch .header-search--form form input[type=search],
      #header-codeplussearch .header-search--form form input[type=text] {
        width: 100px; }
    #header-codeplussearch .header-search--links {
      border-left: 0;
      border-top: 1px solid #fff;
      float: none;
      height: auto;
      margin: 0;
      padding: 10px 0;
      text-align: center; }
      #header-codeplussearch .header-search--links a {
        font-size: 30px;
        font-size:  3rem;
        line-height: 36px;
        line-height:  3.6rem; }
        #header-codeplussearch .header-search--links a:hover {
          text-decoration: none; }
        #header-codeplussearch .header-search--links a:not(:last-child) {
          margin-right: 40px; }
        #header-codeplussearch .header-search--links a .text {
          display: none; }
        #header-codeplussearch .header-search--links a .icon {
          display: block; }
  #main-menu {
    margin-bottom: 40px; }
    #main-menu .container {
      width: 265px; }
      #main-menu .container > ul.menu,
      #main-menu .container > ul.menu:not(.with-languages) {
        display: block;
        width: 265px;
        height: auto; }
        #main-menu .container > ul.menu > li,
        #main-menu .container > ul.menu:not(.with-languages) > li {
          display: block;
          padding: 10px; }
          #main-menu .container > ul.menu > li:not(:last-of-type),
          #main-menu .container > ul.menu:not(.with-languages) > li:not(:last-of-type) {
            margin-right: 0; }
          #main-menu .container > ul.menu > li ul.menu_level_1,
          #main-menu .container > ul.menu:not(.with-languages) > li ul.menu_level_1 {
            left: 0;
            position: relative;
            top: 0; }
            #main-menu .container > ul.menu > li ul.menu_level_1 li,
            #main-menu .container > ul.menu:not(.with-languages) > li ul.menu_level_1 li {
              float: none;
              padding: 10px;
              width: 100% !important; }
              #main-menu .container > ul.menu > li ul.menu_level_1 li[news=news],
              #main-menu .container > ul.menu:not(.with-languages) > li ul.menu_level_1 li[news=news] {
                border: none;
                margin: 0;
                padding: 0;
                width: 100%; }
                #main-menu .container > ul.menu > li ul.menu_level_1 li[news=news] > .button,
                #main-menu .container > ul.menu:not(.with-languages) > li ul.menu_level_1 li[news=news] > .button {
                  font-size: 14px;
                  font-size:  1.4rem; }
              #main-menu .container > ul.menu > li ul.menu_level_1 li a .picture,
              #main-menu .container > ul.menu:not(.with-languages) > li ul.menu_level_1 li a .picture {
                display: none; }
              #main-menu .container > ul.menu > li ul.menu_level_1 li a .menu-title,
              #main-menu .container > ul.menu > li ul.menu_level_1 li a .description,
              #main-menu .container > ul.menu:not(.with-languages) > li ul.menu_level_1 li a .menu-title,
              #main-menu .container > ul.menu:not(.with-languages) > li ul.menu_level_1 li a .description {
                height: auto; }
  #languages {
    bottom: -30px;
    top: inherit;
    left: 10px;
    right: inherit; }
  #google-languages {
    bottom: -30px;
    top: inherit;
    left: 10px;
    right: inherit; }
  .body-content {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .pager {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  #alert .alert {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .block-title .block-title-container {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .block-title .svg-map {
    display: none; }
  #breadcrumb {
    margin-bottom: 0;
    margin-top: 10px; }
  #banner {
    min-height: 160px; }
    #banner .picture {
      height: 160px;
      margin-left: -480px;
      width: 960px; }
      #banner .picture .icon {
        font-size: 400px;
        margin-left: -220px;
        margin-top: -220px; }
      #banner .picture:after {
        bottom: 10px; }
    #banner h1 {
      font-size: 20px;
      font-size:  2rem;
      line-height: 20px;
      line-height:  2rem;
      padding: 10px;
      margin-top: 115px; }
  #banner-without-image::after, #banner-without-image::before {
    display: none; }
  #banner-without-image h1 {
    font-size: 20px;
    font-size:  2rem;
    line-height: 20px;
    line-height:  2rem;
    padding: 10px;
    margin: 15px 0; }
  .block-news-menu {
    height: auto; }
    .block-news-menu:not(:last-of-type) {
      margin-bottom: 10px; }
    .block-news-menu h3 {
      font-size: 16px;
      font-size:  1.6rem; }
    .block-news-menu .button {
      display: none; }
  .block .title .icon {
    font-size: 24px;
    font-size:  2.4rem;
    line-height: 40px;
    line-height:  4rem;
    height: 50px;
    margin-right: 10px;
    width: 50px; }
  .block .title h2 {
    font-size: 28px;
    font-size:  2.8rem; }
  .block .title .subtitle {
    padding-top: 0; }
  .block-favorites {
    line-height: 100px;
    line-height:  10rem;
    height: 100px; }
    .block-favorites:first-of-type, .block-favorites:nth-of-type(2) {
      margin-right: 0;
      width: 100%; }
      .block-favorites:first-of-type img, .block-favorites:nth-of-type(2) img {
        height: auto;
        width: 100%; }
  .block-instagram:not(:nth-of-type(3n)) {
    margin-right: 0; }
  #block-infos:before {
    left: calc(-50vw + (320px / 2)); }
  #block-info-left {
    margin-bottom: 40px; }
  #block-info-right {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    height: auto; }
    #block-info-right aside {
      float: none;
      width: 100%; }
    #block-info-right .description {
      float: none;
      padding-top: 20px;
      width: 100%; }
  #home-slider {
    height: 300px; }
    #home-slider .item {
      height: 300px; }
      #home-slider .item .container .slider-text {
        width: 300px;
        float: left;
        margin-left: 10px;
        margin-right: 10px; }
        #home-slider .item .container .slider-text .title {
          font-size: 28px;
          font-size:  2.8rem;
          line-height: 28px;
          line-height:  2.8rem;
          margin: 30px 0 20px; }
        #home-slider .item .container .slider-text .description {
          display: none; }
      #home-slider .item .slider-picture div {
        height: 300px; }
      #home-slider .item .slider-video iframe {
        height: 405px;
        width: 720px; }
    #home-slider .owl-nav {
      display: none; }
  #widgets .widget {
    float: none;
    padding: 0;
    text-align: center; }
    #widgets .widget:first-of-type {
      padding-top: 10px; }
    #widgets .widget:last-of-type {
      padding-bottom: 10px; }
    #widgets .widget:not(:last-of-type) {
      border-right: none; }
  #widgets .widget-tides .datas {
    margin-left: 10px; }
    #widgets .widget-tides .datas p {
      font-size: 16px;
      font-size:  1.6rem; }
  #block-inescapables .title {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  #block-events {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    #block-events .owl-carousel {
      float: none;
      overflow: initial;
      width: 100%; }
      #block-events .owl-carousel .event .picture {
        display: none; }
      #block-events .owl-carousel .event .text {
        float: none;
        padding: 30px 30px 0 30px;
        width: 100%; }
      #block-events .owl-carousel .owl-prev,
      #block-events .owl-carousel .owl-next {
        height: 80px;
        margin-top: -40px;
        width: 40px;
        z-index: 1; }
        #block-events .owl-carousel .owl-prev .icon,
        #block-events .owl-carousel .owl-next .icon {
          font-size: 40px;
          font-size:  4rem;
          line-height: 80px;
          line-height:  8rem; }
      #block-events .owl-carousel .owl-prev {
        left: -25px; }
      #block-events .owl-carousel .owl-next {
        right: -25px; }
    #block-events aside {
      float: none;
      margin-top: 10px;
      text-align: center;
      width: 100%; }
      #block-events aside ul li:not(:last-of-type) {
        margin-bottom: 5px; }
  #block-favorites {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .details-main {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    .details-main.details-main--with-sidebar {
      width: 300px;
      float: left;
      margin-left: 10px;
      margin-right: 10px; }
  .details-sidebar {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .details-carousel--item {
    height: 164px; }
  .details-carousel-thumbs .owl-prev,
  .details-carousel-thumbs .owl-next {
    width: 30px; }
    .details-carousel-thumbs .owl-prev .icon,
    .details-carousel-thumbs .owl-next .icon {
      font-size: 24px; }
  .details-carousel-thumbs--item {
    height: 42px; }
  .details-tabs .tab-child li {
    width: 40%; }
    .details-tabs .tab-child li:not(:nth-of-type(3n)) {
      margin-right: 0; }
    .details-tabs .tab-child li:not(:nth-of-type(2n)) {
      margin-right: 12%; }
  #search .search-checkboxes {
    float: left;
    margin-bottom: 20px;
    width: 240px; }
    #search .search-checkboxes > label {
      line-height: 21px;
      line-height:  2.1rem;
      padding-right: 40px; }
  #search .search-submit {
    margin-bottom: 20px;
    margin-left: 0; }
    #search .search-submit button {
      height: 74px; }
  #search.search-simpl .search-custom-fields, #search.search-advanced .search-custom-fields {
    margin-left: 0;
    margin-top: 0;
    width: 100%; }
    #search.search-simpl .search-custom-fields > div, #search.search-advanced .search-custom-fields > div {
      float: none;
      margin-bottom: 20px;
      width: 100%; }
      #search.search-simpl .search-custom-fields > div:last-of-type, #search.search-advanced .search-custom-fields > div:last-of-type {
        margin-bottom: 0; }
  #search.search-advanced .search-custom-field--dispo,
  #search.search-advanced .search-checkboxes-capacity,
  #search.search-advanced .search-checkboxes-proximity {
    margin: 0;
    margin-bottom: 20px; }
    #search.search-advanced .search-custom-field--dispo > label,
    #search.search-advanced .search-checkboxes-capacity > label,
    #search.search-advanced .search-checkboxes-proximity > label {
      line-height: 28px;
      line-height:  2.8rem;
      padding-right: 10px; }
  #search-map {
    height: 400px; }
  #footer {
    height: auto; }
  #footer-top {
    height: auto; }
  #footer-bottom {
    height: auto; }
  #footer-social-networks {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    #footer-social-networks ul li:not(:last-of-type) {
      float: left;
      margin-right: 2px; }
  #footer-menu {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    #footer-menu ul {
      margin: 6px 0;
      overflow: hidden; }
      #footer-menu ul li {
        line-height: 14px;
        line-height:  1.4rem; }
  #footer-tourist-offices-menu {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 120px;
    line-height:  12rem; }
    #footer-tourist-offices-menu .svg-maps {
      display: none; }
    #footer-tourist-offices-menu ul li {
      width: 130px; }
  #footer-newsletter {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
  .citybreak-container {
    font-size: 26px; }
    .citybreak-container .triangle {
      top: 39px;
      margin-left: 20px; }
    .citybreak-container .triangle-down {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 7px solid #FFF; }
    .citybreak-container .triangle-up {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid #FFF; } }

section.body-content img {
  height: auto !important; }

section.body-content p img {
  height: auto !important; }

div.details-body img {
  height: auto !important; }

div.details-body p img {
  height: auto !important; }

