/*!
 * 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 Autocomplete 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/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Menu 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/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * 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("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* 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}*/;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: "\f115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button:before {
    content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

@charset "UTF-8";
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform,-webkit-transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform,-webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  -webkit-transition-property: -webkit-transform,height,-webkit-transform;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s -webkit-transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s -webkit-transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s -webkit-transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.display-tablet {
  display: none; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .display-tablet {
      display: block; } }

.display-mobile {
  display: none; }
  @media (max-width: 767px) {
    .display-mobile {
      display: block; } }

.display-desktop {
  display: none; }
  @media (min-width: 1024px) {
    .display-desktop {
      display: block; } }

@font-face {
  font-family: 'gotham';
  src: url("../../fonts/gotham-bold-webfont.eot");
  src: url("../../fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/gotham-bold-webfont.woff2") format("woff2"), url("../../fonts/gotham-bold-webfont.woff") format("woff"), url("../../fonts/gotham-bold-webfont.ttf") format("truetype"), url("../../fonts/gotham-bold-webfont.svg#gotham_boldregular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'gotham';
  src: url("../../fonts/gotham-medium-webfont.eot");
  src: url("../../fonts/gotham-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/gotham-medium-webfont.woff") format("woff"), url("../../fonts/gotham-medium-webfont.ttf") format("truetype"), url("../../fonts/gotham-medium-webfont.svg#gotham_boldregular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'gothamLight';
  src: url("../../fonts/gotham-light-webfont.eot");
  src: url("../../fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/gotham-light-webfont.woff") format("woff"), url("../../fonts/gotham-light-webfont.ttf") format("truetype"), url("../../fonts/gotham-light-webfont.svg#gotham_boldregular") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'gothamBook';
  src: url("../../fonts/gotham-book-webfont.eot");
  src: url("../../fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/gotham-book-webfont.woff") format("woff"), url("../../fonts/gotham-book-webfont.ttf") format("truetype"), url("../../fonts/gotham-book-webfont.svg#gotham_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'merriweather';
  src: url("../../fonts/merriweather-bold-webfont.eot");
  src: url("../../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../../fonts/merriweather-bold-webfont.woff") format("woff"), url("../../fonts/merriweather-bold-webfont.ttf") format("truetype"), url("../../fonts/merriweather-bold-webfont.svg#merriweather_boldregular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'merriweather';
  src: url("../../fonts/merriweather-ultrabold-webfont.eot");
  src: url("../../fonts/merriweather-ultrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/merriweather-ultrabold-webfont.woff2") format("woff2"), url("../../fonts/merriweather-ultrabold-webfont.woff") format("woff"), url("../../fonts/merriweather-ultrabold-webfont.ttf") format("truetype"), url("../../fonts/merriweather-ultrabold-webfont.svg#merriweather_boldregular") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'sourceSansPro';
  src: url("../../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'sourceSansPro';
  src: url("../../fonts/sourcesanspro-bold-webfont.eot");
  src: url("../../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../../fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'fontello';
  src: url("../../fonts/fontello.eot?16628773");
  src: url("../../fonts/fontello.eot?16628773#iefix") format("embedded-opentype"), url("../../fonts/fontello.woff?16628773") format("woff"), url("../../fonts/fontello.ttf?16628773") format("truetype"), url("../../fonts/fontello.svg?16628773#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: '\e800'; }

/* '' */
.icon-circled-arrow-left:before {
  content: '\e801'; }

/* '' */
.icon-facebook:before {
  content: '\e802'; }

/* '' */
.icon-twitter:before {
  content: '\e803'; }

/* '' */
.icon-profile:before {
  content: '\e804'; }

/* '' */
.icon-print:before {
  content: '\e805'; }

/* '' */
.icon-star:before {
  content: '\e806'; }

/* '' */
.icon-article:before {
  content: '\e807'; }

/* '' */
.icon-bottle-milk:before {
  content: '\e808'; }

/* '' */
.icon-bread:before {
  content: '\e809'; }

/* '' */
.icon-cheese:before {
  content: '\e80a'; }

/* '' */
.icon-glass:before {
  content: '\e80b'; }

/* '' */
.icon-intensity:before {
  content: '\e80c'; }

/* '' */
.icon-map-france:before {
  content: '\e80d'; }

/* '' */
.icon-printer:before {
  content: '\e80e'; }

/* '' */
.icon-angle-down:before {
  content: '\e80f'; }

/* '' */
.icon-promotion:before {
  content: '\e810'; }

/* '' */
.icon-ico_arrow:before {
  content: '\e811'; }

/* '' */
.icon-users:before {
  content: '\e812'; }

/* '' */
.icon-camera:before {
  content: '\e813'; }

/* '' */
.icon-basket:before {
  content: '\e814'; }

/* '' */
.icon-email:before {
  content: '\e815'; }

/* '' */
.icon-eco:before {
  content: '\e816'; }

/* '' */
.icon-videoplay:before {
  content: '\e817'; }

/* '' */
.icon-search:before {
  content: '\e818'; }

/* '' */
.icon-close-search:before {
  content: '\e819'; }

/* '' */
.icon-pin:before {
  content: '\e81a'; }

/* '' */
.icon-incorrect:before {
  content: '\e81b'; }

/* '' */
.icon-correct:before {
  content: '\e81d'; }

/* '' */
.icon-balance:before {
  content: '\e81e'; }

/* '' */
.icon-budget:before {
  content: '\e81f'; }

/* '' */
.icon-cook:before {
  content: '\e820'; }

/* '' */
.icon-knife:before {
  content: '\e821'; }

/* '' */
.icon-fruits:before {
  content: '\e823'; }

/* '' */
.icon-right-dir:before {
  content: '\e827'; }

/* '' */
.icon-handshake-o:before {
  content: '\f2b5'; }

/* '' */
.icon-circled-arrow-right:before {
  content: '\e801';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* '' */
.icon-knife:before {
  content: '\e821';
  -webkit-transform: rotate(-58deg);
  -ms-transform: rotate(-58deg);
  transform: rotate(-58deg); }

/* '' */
.icon-angle-right:before {
  content: '\e80f';
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* '' */
.icon-angle-left:before {
  content: '\e80f';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* '' */
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, 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;
  padding-top: 45px; }
  @media (min-width: 768px) {
    body {
      padding-top: 70px; } }
  @media (min-width: 1024px) {
    body {
      padding-top: 90px;
      /*&.home
    {
      padding-top: 236px;
      &.mobile-device
      {
        padding-top: 70px;
      }
    }*/ }
      body.mobile-device {
        padding-top: 70px; } }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup {
  font-size: .5em; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.cover-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.absolute-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

.relative-box {
  height: 100%;
  position: relative; }

.table-holder {
  width: 100%;
  height: 100%;
  display: table; }

.table-row {
  display: table-row; }

.table-celler {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.row {
  box-sizing: border-box; }
  .row:before {
    content: " ";
    display: table; }
  .row:after {
    content: " ";
    display: table;
    clear: both; }

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .container {
      margin-left: 3.125%;
      margin-right: 3.125%; } }
  @media (min-width: 768px) {
    .container {
      margin-left: 4.5572916667%;
      margin-right: 4.5572916667%; } }
  @media (min-width: 1024px) {
    .container {
      margin-left: 6.9444444444%;
      margin-right: 6.9444444444%; } }
  @media (min-width: 1439px) {
    .container {
      margin-left: auto;
      margin-right: auto; } }

.squishy-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  .squishy-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .squishy-container {
      margin-left: 3.125%;
      margin-right: 3.125%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .squishy-container {
      margin-left: auto;
      margin-right: auto;
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1024px) {
    .squishy-container {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1024px) and (max-width: 1320px) {
    .squishy-container .stack-container {
      margin-left: auto;
      margin-right: auto; } }
  .squishy-container.pad-off {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .squishy-container.pad-off {
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .squishy-container.pad-off {
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1024px) {
      .squishy-container.pad-off {
        margin-left: auto;
        margin-right: auto; } }

.stack-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  .stack-container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .stack-container {
      margin-left: auto;
      margin-right: auto;
      width: 300px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .stack-container {
      width: 698px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1024px) {
    .stack-container {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1024px) and (max-width: 1320px) {
    .stack-container {
      margin-left: 20px;
      margin-right: 20px; } }

.container-fluid {
  height: 100%; }

@media (max-width: 767px) {
  .phone-asset-inline {
    display: inline-block; } }

@media (min-width: 768px) {
  .phone-asset-inline {
    display: none !important; } }

@media (max-width: 767px) {
  .tablet-asset-inline {
    display: none !important; } }

@media (min-width: 768px) {
  .tablet-asset-inline {
    display: inline-block !important; } }

@media (min-width: 1024px) {
  .tablet-asset-inline {
    display: none !important; } }

@media (max-width: 767px) {
  .desktop-asset-inline {
    display: none !important; } }

@media (min-width: 768px) {
  .desktop-asset-inline {
    display: none !important; } }

@media (min-width: 1024px) {
  .desktop-asset-inline {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .phone-asset {
    display: block; } }

@media (min-width: 768px) {
  .phone-asset {
    display: none !important; } }

@media (max-width: 767px) {
  .tablet-asset {
    display: none !important; } }

@media (min-width: 768px) {
  .tablet-asset {
    display: block !important; } }

@media (min-width: 1024px) {
  .tablet-asset {
    display: none !important; } }

@media (max-width: 767px) {
  .desktop-asset {
    display: none !important; } }

@media (min-width: 768px) {
  .desktop-asset {
    display: none !important; } }

@media (min-width: 1024px) {
  .desktop-asset {
    display: block !important; } }

@media (max-width: 767px) {
  .not-phone-asset {
    display: none !important; } }

@media (min-width: 768px) {
  .not-phone-asset {
    display: block !important; } }

@media (min-width: 1024px) {
  .not-phone-asset {
    display: block !important; } }

.introduction:after {
  content: " ";
  display: table;
  clear: both; }

.full-size-asset {
  width: 100%;
  display: block;
  height: auto; }

[v-cloak] {
  display: none; }

.edito-paragraph {
  font-family: "sourceSansPro";
  font-size: 18px;
  line-height: 20px;
  color: #324c5c;
  margin-bottom: 20px;
  word-break: break-word;
  text-align: justify; }
  .edito-paragraph a {
    text-decoration: underline; }

.edito-title,
[class*=" edito-title-"],
[class^=edito-title-] {
  font-family: "merriweather";
  font-size: 18px;
  margin-bottom: 16px; }

.edito-letrine > p:nth-of-type(1)::first-letter {
  font-size: 85px;
  color: #e25944;
  font-family: "merriweather";
  padding-right: 5px;
  position: relative;
  vertical-align: middle;
  float: left;
  display: inline-block;
  height: 1em;
  line-height: .5em; }

.edito-title-big {
  font-size: 20px; }

.edito-title-biggy {
  font-size: 22px; }

.edito-title-bigger {
  font-size: 26px; }

.edito-title-biggest {
  line-height: 1.1;
  font-size: 30px; }

.edito-recipe-title {
  font-family: "merriweather";
  font-size: 35px;
  margin-bottom: 16px; }
  @media (min-width: 1024px) and (max-width: 1283px) {
    .edito-recipe-title.smaller {
      font-size: 29px; } }

.red {
  color: #e25944 !important; }

.blue {
  color: #243a48 !important; }

.grey {
  color: #b9b9b9; }

.yellow {
  color: #f0ca3e !important; }

.turquoise {
  color: #3fb39d !important; }

.white {
  color: white; }

.header-title {
  font-family: "gotham";
  font-size: 30px;
  color: white;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .header-title {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .header-title {
      font-size: 50px; } }

.header-sub-title {
  font-family: "sourceSansPro";
  font-size: 15px;
  color: white; }
  @media (min-width: 768px) {
    .header-sub-title {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .header-sub-title {
      font-size: 25px; } }

.header-title-medium {
  font-family: "gotham";
  font-size: 25px;
  color: white;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .header-title-medium {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    .header-title-medium {
      font-size: 40px; } }

.header-subtitle {
  font-family: "gotham";
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .header-subtitle {
      font-size: 25px; } }
  @media (min-width: 1024px) {
    .header-subtitle {
      font-size: 30px; } }

.short {
  margin-bottom: 0px; }

strong {
  font-weight: bold; }

.tall-header {
  height: auto; }
  @media (min-width: 768px) {
    .tall-header {
      height: 300px; } }
  @media (min-width: 1024px) {
    .tall-header {
      height: 400px; } }

.small-header {
  height: auto; }
  @media (min-width: 768px) {
    .small-header {
      height: 150px; } }
  @media (min-width: 1024px) {
    .small-header {
      height: 200px; } }

section.more-cheese-section, section.more-pasta-section, section.more-recipe-section {
  background: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0px !important; }
  section.more-cheese-section .tag-list .tag, section.more-pasta-section .tag-list .tag, section.more-recipe-section .tag-list .tag {
    margin-bottom: 10px; }

.info-block-focus {
  border: none;
  background-color: #2fb9c7;
  padding: 42px 15px 42px 15px;
  position: relative;
  color: #ffffff; }
  .info-block-focus .icon {
    color: #ffffff;
    font-size: 6em;
    display: inline-block;
    width: 18%; }
    @media (max-width: 767px) {
      .info-block-focus .icon {
        display: block;
        width: auto;
        margin: auto;
        text-align: center; } }
  .info-block-focus .content-holder-focus {
    display: inline-block;
    width: 80%; }
    @media (max-width: 767px) {
      .info-block-focus .content-holder-focus {
        display: block;
        width: auto;
        margin: auto;
        text-align: center; } }
  @media (min-width: 768px) {
    .info-block-focus {
      padding: 20px 30px 20px 45px; } }
  @media (min-width: 1024px) {
    .info-block-focus {
      padding: 20px 30px 20px 45px; } }
  @media (max-width: 767px) {
    .info-block-focus .icon-info-bloc-focus {
      position: absolute;
      left: 0;
      top: 10px;
      right: 0;
      text-align: center;
      width: 60px;
      display: block;
      margin: auto; } }
  @media (min-width: 768px) {
    .info-block-focus .icon-info-bloc-focus {
      left: 30px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (min-width: 1024px) {
    .info-block-focus .icon-info-bloc-focus {
      left: 60px; } }
  .info-block-focus b {
    font-family: "gotham";
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block; }
    @media (min-width: 768px) {
      .info-block-focus b {
        font-size: 20px; } }
  .info-block-focus i {
    font-style: italic;
    display: block; }
  .info-block-focus .legend {
    font-family: "sourceSansPro";
    font-size: 12px; }
    @media (min-width: 768px) {
      .info-block-focus .legend {
        font-size: 15px; } }

.quad-list-item {
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .quad-list-item {
      width: 250px;
      display: inline-block;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .quad-list-item {
      position: relative;
      min-height: 1px;
      margin-bottom: 15px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .quad-list-item {
      width: 33.3333333333%;
      margin-bottom: 20px; }
      .quad-list-item:nth-child(3n+1) {
        padding-right: 10px; }
      .quad-list-item:nth-child(3n+2) {
        padding-left: 5px;
        padding-right: 5px; }
      .quad-list-item:nth-child(3n+3) {
        padding-left: 10px; } }
  @media (min-width: 1024px) {
    .quad-list-item {
      width: 25%;
      margin-bottom: 3.2766990291%;
      display: inline-block; }
      .quad-list-item:nth-child(4n+1) {
        padding-left: 0%;
        padding-right: 6px;
        clear: left; }
      .quad-list-item:nth-child(4n+2) {
        padding-left: 2px;
        padding-right: 4px; }
      .quad-list-item:nth-child(4n+3) {
        padding-left: 4px;
        padding-right: 2px; }
      .quad-list-item:nth-child(4n+4) {
        padding-left: 6px;
        padding-right: 0%;
        clear: right; } }
  .quad-list-item .list-item-sizer {
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .quad-list-item .list-item-sizer .thumb-asset {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .list-box--flex .quad-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.cursor-pointer {
  cursor: pointer !important; }

.background-holder {
  overflow: hidden;
  height: 100%;
  position: relative; }
  .background-holder img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .background-holder img.taller-box {
      width: auto;
      top: auto;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }

.anchor:target {
  display: block;
  position: relative;
  visibility: hidden; }
  @media (max-width: 767px) {
    .anchor:target {
      top: -45px; } }
  @media (min-width: 768px) {
    .anchor:target {
      top: -70px; } }
  @media (min-width: 1024px) {
    .anchor:target {
      top: -90px; } }

.mb30 {
  margin-bottom: 30px !important; }

.mt20 {
  margin-top: 20px !important; }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 200px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  position: relative;
  min-width: 120px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  font-size: 0px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.parentFormcheeseletterFooterForm.formError {
  opacity: 1 !important; }

.formErrorContent {
  font-family: sourceSansPro;
  font-size: 12px;
  color: white;
  background-color: #e25944;
  padding: .75em;
  white-space: nowrap; }

.formError .formErrorArrow {
  width: 0;
  height: 0;
  margin-top: 0;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #e25944; }
  .formError .formErrorArrow > div {
    opacity: 0; }

select:focus,
textarea:focus,
input:not([type="checkbox"]):focus,
input:not([type="radio"]):focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(50, 76, 92, 0.5) !important; }

select:invalid,
textarea:invalid,
input:not([type="checkbox"]):invalid,
input:not([type="radio"]):invalid {
  box-shadow: none; }

label[for] {
  cursor: pointer; }

.has-loading > input,
input:not([type=radio]).ui-autocomplete-loading-stop,
input:not([type=checkbox]).ui-autocomplete-loading-stop {
  background-image: none;
  background-color: #fff;
  background-size: 20px; }

.has-loading > input,
input:not([type=radio]).ui-autocomplete-loading,
input:not([type=checkbox]).ui-autocomplete-loading {
  background: #fff url(../../images/spinner.gif) no-repeat -webkit-calc(100% - 5px) center;
  background: #fff url(../../images/spinner.gif) no-repeat calc(100% - 5px) center;
  background-size: 20px; }

.o-checkbox {
  position: relative; }
  .o-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .o-checkbox__label {
    display: block;
    min-height: 24px;
    padding-left: 34px; }
    .o-checkbox__label::before {
      content: "";
      position: absolute;
      left: 0;
      top: -1px;
      display: block;
      width: 24px;
      height: 24px;
      border: 1px solid #d8d8d8;
      outline: 0;
      background-color: #fff; }
    .o-checkbox__label::after {
      content: "";
      position: absolute;
      left: 7px;
      top: 0;
      width: 6px;
      height: 14px;
      display: block;
      border: solid #e25944;
      border-width: 0 4px 4px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      box-sizing: content-box;
      opacity: 0; }
    .o-checkbox__label.is-before {
      padding-left: 0;
      padding-right: 34px; }
      .o-checkbox__label.is-before::before {
        left: auto;
        right: 0; }
      .o-checkbox__label.is-before::after {
        left: auto;
        right: 7px; }
  .o-checkbox input:checked ~ .o-checkbox__label::after {
    opacity: 1; }
  .o-checkbox input:focus ~ .o-checkbox__label::before {
    border-color: rgba(50, 76, 92, 0.5) !important; }
  .o-checkbox.is-color--accent input:checked ~ .o-checkbox__label::before {
    background-color: #e25944; }
  .o-checkbox.is-color--accent input:checked ~ .o-checkbox__label::after {
    border-color: #fff; }

.o-form__section + .o-form__section {
  margin-top: 50px; }

.o-form__section + .o-form__actions {
  margin-top: 40px; }

.o-form.is-withmorespacing .o-form__section + .o-form__section {
  margin-top: 80px; }

.o-form__title {
  color: #324C5C;
  margin-bottom: 30px; }
  .o-form__title:not(:first-child) {
    margin-top: 30px; }
  .o-form__title.is-red, .o-form__title.is-accent {
    color: #e25944; }

.o-form__subtitle {
  margin-bottom: 15px;
  font-family: 'gotham';
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #666666; }
  .o-form__subtitle:not(:first-child) {
    margin-top: 25px; }

.o-form__grid.is-smallandleft {
  max-width: 860px; }

.o-form__grid.is-smallandcentered {
  max-width: 390px; }

.o-form__grid + .o-form__grid,
.o-form__grid > * + * {
  margin-top: 20px; }

.o-form__column > * + * {
  margin-top: 20px; }

.o-form__column > .o-form__label + * {
  margin-top: 7px; }

.o-form__column > input[type=hidden] + * {
  margin-top: 0; }

.o-form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .o-form__actions > *, .o-form__actions > .big-cta {
    margin: 0; }
  .o-form__actions > * + * {
    margin-left: 20px; }

.o-form .error,
.o-form .alert,
.o-form .success {
  margin-top: 40px;
  text-align: center;
  font-family: "gotham";
  font-weight: 100;
  font-size: 15px !important;
  line-height: 1.5;
  color: #666666; }

.o-form .error,
.o-form .alert-danger {
  color: #e25944; }

.o-form__group > .error,
.o-form__group > .alert
.o-form__group > .succes {
  margin-top: 7px;
  text-align: left;
  font-size: 12px !important; }

.o-form .success {
  color: green; }

.o-form__feedback {
  font-family: "merriweather";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #324C5C; }
  .o-form__feedback .error,
  .o-form__feedback .alert,
  .o-form__feedback .success {
    margin-top: 0;
    font-family: "gotham";
    font-weight: 100;
    font-size: 15px !important; }
  .o-form__feedback .error,
  .o-form__feedback .alert-danger {
    color: #e25944; }
  .o-form__feedback .success {
    color: green; }
  .o-form__feedback > * .error,
  .o-form__feedback > * .alert,
  .o-form__feedback > * .success {
    margin-top: 10px; }

.o-form__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .o-form__line > * + * {
    margin-left: 20px; }
  .o-form__line.is-filled > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .o-form__line.is-filled > .is-width--zipcode {
    max-width: 130px; }
  .o-form__line.is-filled > .is-width--number {
    max-width: 95px; }

.o-form__group.is-disabled {
  opacity: 0.9; }

.o-form__label {
  display: block;
  font-family: "gotham";
  font-weight: 100;
  font-size: 12px;
  line-height: 1.4;
  color: #324c5c; }
  .is-disabled > .o-form__label, .o-form__label.is-disabled {
    color: #939393;
    cursor: default; }
  .o-checkbox .o-form__label {
    font-family: "gothamBook", sans-serif;
    font-weight: normal; }

.o-form__select {
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 5px;
  font-family: "sourceSansPro";
  font-weight: 300;
  font-size: 14px;
  color: #4e515e;
  background: #ffffff url(../../images/icons/arrow-dropdown.png) no-repeat center right 10px; }
  .is-disabled > .o-form__select, .o-form__select.is-disabled {
    background-color: #f9f9f9;
    cursor: not-allowed; }

.o-form__input {
  display: block;
  width: 100%;
  height: 35px;
  border: 1px solid #d8d8d8;
  text-indent: 5px;
  font-family: "sourceSansPro";
  font-weight: 300;
  font-size: 14px;
  color: #4e515e; }
  .o-form__input::-webkit-input-placeholder {
    color: #666666; }
  .o-form__input:-ms-input-placeholder {
    color: #666666; }
  .o-form__input::placeholder {
    color: #666666; }
  .is-disabled > .o-form__input, .o-form__input.is-disabled {
    background-color: #f9f9f9;
    cursor: not-allowed; }

.o-form__note {
  display: block;
  font-family: "gothamBook", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #666666; }

.o-form__instructions {
  min-height: 24px;
  padding-top: 2px;
  font-family: "gothamBook", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #666666; }

.o-form__label + .o-form__input,
.o-form__label + .o-form__select,
.o-form__input + .o-form__note,
.o-form__label + .o-form__instructions,
.o-form__label + .formError + .o-form__input,
.o-form__label + .formError + .o-form__select {
  margin-top: 7px; }

.o-form .o-checkbox__label {
  padding-top: 2px; }

.o-form__text {
  font-family: "gothamBook", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #666666; }
  .o-form__text > * {
    margin: 0; }
  .o-form__text > * + * {
    margin-top: 30px; }
  .o-form__text a {
    color: #e25944;
    text-decoration: none; }
    .o-form__text a:hover {
      text-decoration: underline; }
  .o-form__text .o-checkbox__label {
    color: #324C5C; }

@media (min-width: 1024px) {
  .o-form__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-left: -40px;
    margin-right: -40px; }
    .o-form__grid > * {
      width: -webkit-calc(50% - 80px);
      width: calc(50% - 80px);
      margin-left: 40px;
      margin-right: 40px; }
    .o-form__grid > * + * {
      margin-top: 0; } }

.o-form .ui-widget.ui-widget-content {
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #d8d8d8;
  border-top: 0 none;
  font-family: "sourceSansPro";
  font-weight: 300;
  font-size: 14px;
  color: rgba(78, 81, 94, 0.5); }

.o-form .ui-menu .ui-menu-item {
  list-style: none;
  color: rgba(78, 81, 94, 0.8); }
  .o-form .ui-menu .ui-menu-item:hover {
    color: #4e515e; }

.o-form .ui-menu .ui-menu-item-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px; }

.o-form .formError {
  -webkit-transform: translateX(-webkit-calc(0px - 100% + 30px));
  -ms-transform: translateX(calc(0px - 100% + 30px));
  transform: translateX(calc(0px - 100% + 30px)); }
  .o-form .formError .formErrorArrow {
    margin-left: auto;
    margin-right: 13px; }

.o-form .o-checkbox .formError {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .o-form .o-checkbox .formError .formErrorArrow {
    margin-left: 13px;
    margin-right: auto; }

.o-wizard {
  overflow: hidden; }
  .o-wizard svg {
    display: block;
    width: 100%;
    height: 100%; }
  .o-wizard__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .o-wizard__step {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 14px;
    color: #ebebeb;
    background: #fff; }
    .o-wizard__step.is-done {
      color: #e25944; }
    .o-wizard__step.is-active {
      width: 80px;
      height: 80px;
      padding: 25px;
      color: #e25944; }
    .o-wizard__step + .o-wizard__step {
      margin-left: 30px; }
      .o-wizard__step + .o-wizard__step::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        height: 3px;
        width: 30px;
        margin-right: 0;
        background: #ebebeb;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .o-wizard__step + .o-wizard__step.is-active::before, .o-wizard__step + .o-wizard__step.is-done::before {
        background: #e25944; }
    .o-wizard__step.is-active + .o-wizard__step::before {
      width: 33px; }
  .o-wizard__icon {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
    stroke: transparent; }
    .o-wizard__icon.is-stroke {
      fill: transparent;
      stroke: #fff; }
  .o-wizard__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: currentColor; }

.o-wizard--numbered {
  overflow: hidden; }
  .o-wizard--numbered svg {
    display: block;
    width: 100%;
    height: 100%; }
  .o-wizard--numbered__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .o-wizard--numbered__step {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .o-wizard--numbered__step + .o-wizard--numbered__step::before {
      content: "";
      position: absolute;
      top: 50%;
      right: -webkit-calc(50% + 30px);
      right: calc(50% + 30px);
      height: 3px;
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px);
      background: #EBEBEB;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .o-wizard--numbered__circle {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #939393;
    background: #EBEBEB; }
    .o-wizard--numbered__step.is-done .o-wizard--numbered__circle {
      color: #fff;
      background: #e25944; }
    .o-wizard--numbered__step.is-active .o-wizard--numbered__circle {
      color: #fff;
      background: #324C5C; }
  .o-wizard--numbered__number {
    font-family: "gotham", sans-serif;
    font-size: 15px;
    opacity: 1; }
    .o-wizard--numbered__step.is-done .o-wizard--numbered__number {
      opacity: 0; }
  .o-wizard--numbered__check {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: currentColor;
    opacity: 0; }
    .o-wizard--numbered__step.is-done .o-wizard--numbered__check {
      opacity: 1; }
    .o-wizard--numbered__check .is-stroke {
      fill: transparent;
      stroke: currentColor; }

.o-filterable {
  overflow: auto hidden;
  font-family: "gotham", sans-serif; }
  .o-filterable table {
    min-width: 100%;
    border-collapse: separate; }
  .o-filterable thead th {
    padding: 0;
    line-height: 0;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 1px solid #ebebeb; }
    .o-filterable thead th > div {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%; }
  .o-filterable__colheader {
    position: relative;
    z-index: 3;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 30px;
    line-height: 1.2;
    white-space: nowrap;
    font-size: 14px;
    font-family: "merriweather", serif;
    color: #324c5c;
    background: #fff;
    -webkit-transition: color 300ms ease-in;
    transition: color 300ms ease-in; }
    .o-filterable__colheader.js-filtertrigger {
      cursor: pointer; }
    .o-filterable__colheader.is-withouticon {
      padding-left: 20px; }
    .o-filterable__colheader i {
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
      line-height: 0;
      color: #d5d5d5;
      -webkit-transition: color 300ms ease-in;
      transition: color 300ms ease-in; }
    .o-filterable__colheader.is-open,
    .o-filterable__colheader.is-open i, .o-filterable__colheader.js-filtertrigger:hover,
    .o-filterable__colheader.js-filtertrigger:hover i {
      color: #e25944; }
  .o-filterable__colicon {
    position: absolute;
    top: 50%;
    left: 7px;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .o-filterable__filters {
    position: absolute;
    top: 100%;
    left: 5px;
    right: 5px;
    z-index: 2;
    margin: 1px 0 0;
    overflow: hidden;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none; }
    .o-filterable__filters .o-checkbox {
      font-size: 12px;
      color: #324c5c;
      line-height: 1.2; }
      .o-filterable__filters .o-checkbox:hover {
        color: #e25944; }
    .o-filterable__filters .o-checkbox__label {
      padding-top: 3px; }
  .o-filterable__truefilters {
    margin-top: 15px; }
  .o-filterable__filters > * + *, .o-filterable__truefilters > * + * {
    margin-top: 10px; }
  .o-filterable__colheader.is-open + .o-filterable__filters {
    opacity: 1;
    pointer-events: all; }
  .o-filterable tbody td,
  .o-filterable tbody th {
    padding: 10px 30px;
    text-align: left;
    font-size: 12px;
    color: #666666; }
    .o-filterable tbody td.is-color--accent,
    .o-filterable tbody th.is-color--accent {
      color: #e25944; }
    .o-filterable tbody td.is-withouticon,
    .o-filterable tbody th.is-withouticon {
      padding-left: 20px; }
  .o-filterable tbody > tr:first-child > * {
    padding-top: 30px; }
  .o-filterable tbody a {
    color: #e25944; }
  @media (min-width: 768px) {
    .o-filterable {
      overflow: visible; }
      .o-filterable__colheader.is-main {
        min-width: 320px; }
      .o-filterable tbody td.is-main {
        min-width: 320px; } }

#toast-container > div {
  width: auto;
  max-width: 300px;
  padding: 20px 20px 30px 40px;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
  opacity: 0.98;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
  #toast-container > div:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25); }
  #toast-container > div:last-child {
    border-radius: 0 0 10px 10px; }
  @media (min-width: 768px) {
    #toast-container > div {
      max-width: 390px;
      padding: 20px 50px 30px 80px; } }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: auto;
  max-width: 300px; }
  @media (min-width: 768px) {
    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
      max-width: 390px; } }

.toast-title {
  font-family: 'merriweather';
  font-size: 16px;
  line-height: 1.2; }

.toast-message {
  font-family: "gothamBook", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4; }

.toast-title + .toast-message {
  margin-top: 10px; }

.toast-info,
.toast-success {
  background-color: #243a48; }

.toast-warning,
.toast-error {
  background-color: #e25944; }

.toast-close-button {
  position: absolute; }

#toast-container > .toast-success,
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAASCAYAAACw50UTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACLSURBVHgBxZLRCYAwDAXfSB3FDXQER8iGjtARMkJNMR9aWg1NwIOASHL3UyCQUsoqwzK5fiMKFd9hRNARVzK8DMSVDR7+EBM8mMXyI5Xr6RwyS5hYl3OzlF7EySzWA24WuRdQMZvFerR3Dh6BKfHtmEYBl9gQ8Ik/An6xMUDwMggQomgChGg0QJjkBNDWNxxAkeGpAAAAAElFTkSuQmCC") !important;
  background-size: 15px auto;
  background-position: 10px center; }
  @media (min-width: 768px) {
    #toast-container > .toast-success,
    #toast-container > .toast-info {
      background-size: 23px auto;
      background-position: 26px center; } }

#toast-container > .toast-warning,
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAiCAYAAAAtZZsLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGySURBVHgBzVaBcYMwDFQ7QUZgBLoBI3SDeAQ2CBs0G7gbdARGyAiMQDf4mqvbyMYYAQb8d84lkUQUWS89UUIAUOZUlCtMcp09F8oNJqkbnmgoJ5iECnN6luDwvqBcYJLRGENTDjCJlJhGRWfDkuK/aubc2eeWzoQdK3/obC9evH6s6QzYZHj1FLPVcAlz/NiBS4wuYH8w+wcdCVs9jjLgU+EswnjV0RG/LxxNGI8Y0YGM8QBXtCcsQzv2g40gpuG9uith4O7bzrNpZqvZ94v/1NrkfGIoz95N9Rtcwuyzp70K6YCdE+IesLdTfyBFcsqrXhHw+YxdY+AGKkoFSQ/BJYMS+AzP3E4YeMSYeqhX5WrCx9/TDW1MTjzHjO2d+ZURP/EclSSo2cMeM75cF15mfFvmu07YYixEC0GMgmBbIMWehidEKTGwRdgiIEQFMVfbU4P/VeC/TtgiIkRn4nhML4xZLmwxI0Qjcf3KOLmwhUCIRmKVrWKPBbIKSwgDoRBNDUiELVIO0OUJxhcCjtJs8SQb3sPghIG7b3NBM+T2gt+rFLPuQHyb8/ZqXm6UJ4Yr1j/BMCKRYRJ4FAAAAABJRU5ErkJggg==") !important;
  background-size: 15px auto;
  background-position: 10px center; }
  @media (min-width: 768px) {
    #toast-container > .toast-warning,
    #toast-container > .toast-error {
      background-size: 40px auto;
      background-position: 20px center; } }

#toast-container .toast-close-button {
  top: 10px;
  right: 5px;
  font-weight: lighter;
  line-height: 0;
  font-size: 30px;
  text-shadow: 0 none !important;
  color: #fff !important; }
  @media (min-width: 768px) {
    #toast-container .toast-close-button {
      top: 15px;
      right: 15px; } }

.toast-close-button:hover,
.toast-close-button:focus {
  opacity: 1;
  text-shadow: 0 none; }

.toast-message > * {
  margin: 0; }

.toast-message > * + * {
  margin-top: 15px; }

.toast-message .o-toast--actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .toast-message .o-toast--actions > * {
    margin: 0; }
  .toast-message .o-toast--actions > * + * {
    margin-left: 10px; }

.asterisk {
  max-width: 1240px;
  margin: 0 auto;
  text-align: right;
  font-family: 'sourceSansPro';
  font-size: 15px;
  line-height: 19px;
  color: #666666; }

.content-column {
  padding-top: 30px; }
  .content-column .custom-triman {
    text-align: center; }
    @media (min-width: 1024px) {
      .content-column .custom-triman {
        text-align: left; } }
  .content-column .push-eco {
    margin-bottom: 50px;
    display: inline-block;
    width: auto; }
    @media (min-width: 1280px) {
      .content-column .push-eco {
        margin-top: -20px;
        margin-left: initial;
        display: inline-block;
        width: auto; } }
  @media (min-width: 768px) {
    .content-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1024px) {
    .content-column {
      padding-right: 60px; } }

@media (min-width: 1024px) {
  .header-icons ~ .container .push-column,
  .header-icons ~ .stack-container .push-column,
  .header-baseline ~ .container .push-column,
  .header-baseline ~ .stack-container .push-column {
    margin-top: -75px; } }

.push-column {
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
  position: relative; }
  .push-column .abs-children-wrapper {
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .push-column .abs-children-wrapper {
        display: inline-block; }
        .push-column .abs-children-wrapper > div {
          display: inline-block;
          vertical-align: top;
          margin-left: 15px;
          margin-right: 15px;
          margin-top: 0; } }
    @media (max-width: 767px) {
      .push-column .abs-children-wrapper {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .push-column .abs-children-wrapper {
        position: absolute;
        bottom: 0;
        right: auto;
        left: auto;
        width: 28.7903225806%;
        padding-bottom: 2.3%; }
        .push-column .abs-children-wrapper.static-box {
          position: static;
          width: auto;
          padding-bottom: 0;
          bottom: auto;
          right: auto; } }

@media (min-width: 1024px) {
  .content-column {
    width: 71.2096774194%;
    float: left;
    clear: none; }
  .push-column {
    width: 28.7903225806%;
    float: left;
    position: relative;
    z-index: 1;
    clear: none;
    display: block; } }

@media (min-width: 1024px) {
  .push-column {
    text-align: center; }
    .push-column .fix-children-wrapper > div:nth-child(n+2) {
      margin-top: 15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .push-column {
    text-align: center; }
    .push-column .fix-children-wrapper > div {
      float: none;
      display: inline-block;
      margin-top: 0;
      vertical-align: top;
      margin-left: 15px;
      margin-right: 15px; } }

@media (max-width: 767px) {
  .push-column {
    text-align: center; }
    .push-column .fix-children-wrapper:after {
      content: ' ';
      display: table;
      clear: both; }
    .push-column .fix-children-wrapper > div:nth-child(n+2) {
      margin-top: 30px; } }

.switch-box {
  border: 1px solid #e25944;
  display: inline-block; }
  .switch-box .answer-box {
    font-size: 16px;
    line-height: 28px;
    color: #e25944;
    display: inline-block;
    font-family: 'sourceSansPro';
    cursor: pointer;
    padding: 0 1em;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease; }
    .switch-box .answer-box.active {
      background-color: #e25944;
      color: white; }

.video-holder {
  width: 100%; }
  .video-holder .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 83px;
    width: 83px;
    line-height: 1em;
    background-color: transparent;
    border: none;
    font-size: 83px;
    text-shadow: 0 0 10px black; }
    @media (max-width: 767px) {
      .video-holder .video-js .vjs-big-play-button {
        height: 50px;
        width: 50px;
        font-size: 50px;
        text-shadow: 0 0 10px black; } }
    .video-holder .video-js .vjs-big-play-button:before {
      font-family: "fontello";
      content: '\e817'; }
  .video-holder .video-js .vjs-play-progress {
    background-color: #f6262d; }
  .video-holder .video-js .vjs-current-time,
  .video-holder .video-js .vjs-time-divider,
  .video-holder .video-js .vjs-duration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.red-cta {
  cursor: pointer;
  background-color: #e25944;
  color: white;
  font-family: gotham;
  font-size: 11px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 126px;
  padding: 0.75em 0em;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #e25944;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px; }
  @media (max-width: 767px) {
    .red-cta {
      font-size: 12px;
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  @media (min-width: 768px) {
    .red-cta {
      font-size: 12px;
      min-width: 158px;
      padding: 1.25em 1em; } }
  @media (min-width: 1024px) {
    .red-cta {
      font-size: 12px;
      min-width: 172px;
      padding: 1.5em 1em; } }
  .red-cta:hover {
    background-color: white;
    color: #e25944; }
  .red-cta:focus {
    background-color: white;
    color: #e25944; }

.red-cta__icon {
  display: inline-block;
  height: 0;
  overflow: visible; }
  .red-cta__icon:first-child {
    margin-right: 10px; }
  .red-cta__icon img,
  .red-cta__icon svg {
    display: block;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%); }

.red-cta-arrow .red-cta {
  padding-left: 3em;
  padding-right: 3em; }

.blue-cta {
  cursor: pointer;
  background-color: #324c5c;
  color: white;
  font-family: gotham;
  font-size: 11px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 126px;
  padding: .75em 0em;
  text-decoration: none;
  text-transform: uppercase;
  border-color: #324c5c;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px; }
  @media (max-width: 767px) {
    .blue-cta {
      font-size: 12px;
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  @media (min-width: 768px) {
    .blue-cta {
      font-size: 12px;
      min-width: 158px;
      padding: 1.25em 1em; } }
  @media (min-width: 1024px) {
    .blue-cta {
      font-size: 12px;
      min-width: 172px;
      padding: 1.5em 1em; } }
  .blue-cta:hover {
    background-color: white;
    color: #324c5c; }
  #raas-container-password .blue-cta {
    padding: .75em 0em !important;
    margin-top: 15px; }
    @media (min-width: 768px) {
      #raas-container-password .blue-cta {
        padding: 1.25em 1em !important; } }
    @media (min-width: 1024px) {
      #raas-container-password .blue-cta {
        padding: 1.5em 1em !important; } }

.blue-cta-arrow .blue-cta {
  padding-left: 3em;
  padding-right: 3em; }

.white-cta {
  cursor: pointer;
  background-color: white;
  color: #e25944;
  font-family: gotham;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 182px;
  padding: 1.5em 0em;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid white;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  @media (max-width: 767px) {
    .white-cta {
      font-size: 12px;
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  .white-cta span.label {
    display: inline-block;
    position: relative;
    color: inherit; }
  .white-cta:hover {
    background-color: #e25944;
    color: white; }

.gold-cta {
  cursor: pointer;
  background-color: #f0ca3e;
  color: white;
  font-family: gotham;
  font-size: 11px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 126px;
  padding: .75em 0em;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #f0ca3e;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  text-align: center; }
  @media (max-width: 767px) {
    .gold-cta {
      font-size: 12px;
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  @media (min-width: 768px) {
    .gold-cta {
      font-size: 12px;
      min-width: 158px;
      padding: 1.25em 1em; } }
  @media (min-width: 1024px) {
    .gold-cta {
      font-size: 12px;
      min-width: 172px;
      padding: 1.5em 1em; } }
  .gold-cta:hover {
    background-color: white;
    color: #f0ca3e; }

.gold-cta-arrow a, .gold-cta-arrow span {
  position: relative; }

@media (max-width: 767px) {
  .gold-cta-arrow {
    padding-left: inherit;
    padding-right: inherit;
    width: 100%; } }

.gold-cta-arrow a::before, .gold-cta-arrow span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 9px;
  z-index: 1;
  background: url(../../images/icons/arrow-white.png) repeat center center; }

.gold-cta-arrow:hover a::before, .gold-cta-arrow:hover span::before {
  background: url(../../images/icons/arrow-gold.png) repeat center center; }

.gold-cta-arrow .gold-cta {
  padding-left: 3em;
  padding-right: 3em; }

.big-cta {
  background: #324c5c;
  color: white;
  text-transform: uppercase;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px solid #324c5c;
  cursor: pointer;
  min-height: 50px;
  padding: 10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "gotham", sans-serif;
  font-size: 15px; }
  .big-cta:hover {
    background-color: #fff;
    color: #324c5c; }
  .big-cta.is-red, .big-cta.is-accent {
    background: #e25944;
    border-color: #e25944; }
    .big-cta.is-red:hover, .big-cta.is-accent:hover {
      background-color: #fff;
      color: #e25944; }
  .big-cta[disabled],
  .big-cta[disabled][class^=is-] .big-cta[disabled][class*=is-] {
    background: #EBEBEB;
    border-color: #EBEBEB;
    cursor: not-allowed; }
    .big-cta[disabled]:hover,
    .big-cta[disabled][class^=is-] .big-cta[disabled][class*=is-]:hover {
      background: #EBEBEB;
      border-color: #EBEBEB;
      color: #fff; }

.small-cta {
  background: #324c5c;
  color: white;
  text-transform: uppercase;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px solid #324c5c;
  cursor: pointer;
  min-height: 25px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "gotham", sans-serif;
  font-size: 11px; }
  .small-cta:hover {
    background-color: #fff;
    color: #324c5c; }
  .small-cta.is-red, .small-cta.is-accent {
    background: #e25944;
    border-color: #e25944; }
    .small-cta.is-red:hover, .small-cta.is-accent:hover {
      background-color: #fff;
      color: #e25944; }
  .small-cta.is-whiteonred, .small-cta.is-whiteonblue {
    background: #fff;
    border-color: #fff; }
    .small-cta.is-whiteonred:hover, .small-cta.is-whiteonblue:hover {
      background-color: #fff;
      color: #e25944; }
  .small-cta.is-whiteonred {
    color: #e25944; }
  .small-cta.is-whiteonred:hover {
    color: #fff;
    background-color: #e25944; }
  .small-cta.is-whiteonblue {
    color: #243a48; }
  .small-cta.is-whiteonblue:hover {
    color: #fff;
    background-color: #324c5c; }
  .small-cta[disabled],
  .small-cta[disabled][class^=is-] .small-cta[disabled][class*=is-] {
    background: #EBEBEB;
    border-color: #EBEBEB;
    cursor: not-allowed; }
    .small-cta[disabled]:hover,
    .small-cta[disabled][class^=is-] .small-cta[disabled][class*=is-]:hover {
      background: #EBEBEB;
      border-color: #EBEBEB;
      color: #fff; }

.pagination {
  text-align: center;
  margin: auto;
  height: 30px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .pagination {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .pagination {
      margin-top: 30px; } }
  .pagination .pagination-wrapper {
    display: inline-block;
    position: relative; }
  .pagination ul {
    font-size: 0;
    display: inline-block;
    min-width: 400px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .pagination ul {
        max-width: 310px;
        min-width: initial; } }
    .pagination ul li {
      display: inline-block;
      font-family: 'sourceSansPro';
      color: #bfbfbf;
      font-size: 20px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .pagination ul li {
          font-size: 12px; } }
      .pagination ul li span {
        color: #bfbfbf;
        padding: 0px 9px;
        display: block; }
        @media (max-width: 767px) {
          .pagination ul li span {
            padding: 0px 5px; } }
        .pagination ul li span.current {
          background-color: #324c5c;
          color: #ffffff; }
      .pagination ul li a {
        padding: 0px 9px;
        color: #bfbfbf; }
        @media (max-width: 767px) {
          .pagination ul li a {
            padding: 0px 5px; } }
  .pagination .page-cta-container {
    width: 30px;
    height: 30px;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #bfbfbf; }
    .pagination .page-cta-container a {
      line-height: 28px;
      width: 28px;
      display: inline-block;
      text-align: center; }
      .pagination .page-cta-container a:before {
        content: '\e80f';
        font-family: fontello;
        color: #bfbfbf; }
    .pagination .page-cta-container.previous-part {
      top: 0;
      left: 0; }
      .pagination .page-cta-container.previous-part a {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .pagination .page-cta-container.next-part {
      right: 0;
      top: 0; }
      .pagination .page-cta-container.next-part a {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }

.quizz-box {
  margin-top: 1.15em;
  margin-bottom: 2.5em; }
  .quizz-box .question-count {
    color: #e65330;
    font-family: 'sourceSansPro';
    font-size: 20px; }
    @media (max-width: 767px) {
      .quizz-box .question-count {
        font-size: 18px; } }
  .quizz-box h3 {
    font-family: "merriweather";
    font-weight: 500;
    color: #294658;
    font-size: 26px;
    margin-top: 1.2em;
    margin-bottom: 1.2em; }
    @media (max-width: 767px) {
      .quizz-box h3 {
        font-size: 20px; } }
  .quizz-box img {
    display: block;
    width: 100%;
    height: auto; }
  .quizz-box .choice-container {
    margin-top: 32px;
    margin-bottom: 32px; }
    .quizz-box .choice-container .choice-box {
      position: relative;
      min-height: 30px;
      cursor: pointer;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .quizz-box .choice-container .choice-box {
          min-height: 20px;
          margin-bottom: 20px; } }
    .quizz-box .choice-container .check-holder {
      display: inline-block;
      width: 30px;
      height: 30px;
      box-sizing: border-box;
      border: 1px solid #707070;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 767px) {
        .quizz-box .choice-container .check-holder {
          width: 20px;
          height: 20px; } }
      .quizz-box .choice-container .check-holder.checked {
        background-color: #00a453; }
        .quizz-box .choice-container .check-holder.checked.is-danger {
          background-color: #e25944; }
    .quizz-box .choice-container .label-question {
      color: #707070;
      font-size: 18px;
      font-family: 'sourceSansPro';
      padding-left: 55px;
      line-height: 1.2em;
      padding-top: 0.2em; }
      @media (max-width: 767px) {
        .quizz-box .choice-container .label-question {
          font-size: 12px;
          padding-left: 35px; } }
  .quizz-box .answer-container .title {
    font-family: "merriweather";
    font-size: 26px;
    margin-bottom: .75em;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      .quizz-box .answer-container .title {
        font-size: 20px; } }
  .quizz-box .answer-container .valid-box .title {
    color: #00a453; }
    .quizz-box .answer-container .valid-box .title:before {
      content: '\e81d';
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      margin-right: .3em;
      font-size: .8em;
      vertical-align: bottom;
      position: relative;
      display: inline-block;
      top: -.1em; }
  .quizz-box .answer-container .invalid-box .title {
    color: #e25944; }
    .quizz-box .answer-container .invalid-box .title:before {
      content: '\e81b';
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      margin-right: .3em;
      font-size: .8em;
      vertical-align: bottom;
      position: relative;
      display: inline-block;
      top: -.1em; }
  .quizz-box .answer-container .description {
    font-family: "merriweather";
    font-size: 22px;
    color: #666666;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      .quizz-box .answer-container .description {
        font-size: 18spx; } }
  .quizz-box .cta-container {
    text-align: center;
    margin-top: 2.5em; }
  .quizz-box .results-box .final-score {
    font-family: 'sourceSansPro';
    font-size: 30px;
    color: #e25944;
    display: inline-block;
    position: relative; }
    .quizz-box .results-box .final-score .svg-container {
      width: 100%;
      height: 100%;
      position: absolute; }
    .quizz-box .results-box .final-score .text-holder {
      text-align: center;
      display: block;
      vertical-align: middle;
      color: white;
      padding: 1em;
      position: relative;
      z-index: 1; }
    @media (max-width: 767px) {
      .quizz-box .results-box .final-score {
        font-size: 20px; } }
  .quizz-box .results-box .conclusion-text {
    color: #666666;
    font-family: "merriweather";
    font-size: 22px;
    line-height: 1.2em;
    margin-top: 32px;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .quizz-box .results-box .conclusion-text {
        font-size: 18px; } }
  .quizz-box .results-box .sharing-box:after {
    content: "";
    clear: both;
    display: table; }
  .quizz-box .results-box .sharing-box .sharing-cta {
    color: white;
    font-family: 'sourceSansPro';
    font-weight: 700;
    font-size: 20px;
    box-sizing: border-box;
    padding-left: 75px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    margin: auto;
    position: relative; }
    @media (min-width: 768px) {
      .quizz-box .results-box .sharing-box .sharing-cta {
        width: 345px;
        max-width: 50%; } }
    @media (min-width: 1280px) {
      .quizz-box .results-box .sharing-box .sharing-cta {
        font-size: 20px; } }
    .quizz-box .results-box .sharing-box .sharing-cta.facebook-cta {
      background-color: #39579b; }
      @media (min-width: 768px) {
        .quizz-box .results-box .sharing-box .sharing-cta.facebook-cta {
          float: left; } }
      .quizz-box .results-box .sharing-box .sharing-cta.facebook-cta:before {
        content: '\e802';
        font-family: fontello;
        color: #FFF;
        position: absolute;
        left: 37px;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .quizz-box .results-box .sharing-box .sharing-cta.twitter-cta {
      background-color: #1da8e3; }
      @media (min-width: 768px) {
        .quizz-box .results-box .sharing-box .sharing-cta.twitter-cta {
          float: right; } }
      .quizz-box .results-box .sharing-box .sharing-cta.twitter-cta:before {
        content: '\e803';
        font-family: fontello;
        color: #FFF;
        position: absolute;
        left: 37px;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }

.home-slider {
  position: relative;
  text-align: center; }
  .home-slider .swiper-container {
    position: relative;
    width: 100%; }
    .home-slider .swiper-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 482px; }
    .home-slider .swiper-container > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 767px) {
      .home-slider .swiper-container {
        position: relative; }
        .home-slider .swiper-container:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 360px; }
        .home-slider .swiper-container > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .home-slider .swiper-container {
        position: relative; }
        .home-slider .swiper-container:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 400px; }
        .home-slider .swiper-container > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .home-slider .swiper-container .swiper-wrapper {
      position: absolute;
      top: 0;
      left: 0; }
      .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide {
        height: 100%;
        width: 100%;
        position: relative; }
        .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide .slide-overlay {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.17); }
        .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide .slide-content {
          position: absolute;
          z-index: 3;
          top: 50%;
          left: 0;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          text-align: center; }
          .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide .slide-content .title {
            color: #fff;
            font-size: 50px;
            font-family: 'merriweather';
            line-height: 60px;
            max-width: 90%;
            margin: 0 auto;
            margin-bottom: 20px;
            text-shadow: 2px 2px 10px #606060; }
            @media (max-width: 767px) {
              .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide .slide-content .title {
                font-size: 23px;
                line-height: 30px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide .slide-content .title {
                font-size: 30px; } }
          .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide .slide-content .tracked {
            display: inline-block; }
        .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide .slide-background {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          z-index: 1;
          background-position: 50% 50%; }
          @media (max-width: 767px) {
            .home-slider .swiper-container .swiper-wrapper .swiper-slide .home-slider-slide .slide-background .background-holder {
              background-size: cover;
              background-position: 50% 50%; } }
    .home-slider .swiper-container .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: #fff;
      border: 1px solid #F9D643;
      opacity: 1; }
      .home-slider .swiper-container .swiper-pagination-bullet-active {
        background-color: #F9D643; }
    .home-slider .swiper-container .swiper-arrow {
      position: absolute;
      z-index: 2;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 25px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .home-slider .swiper-container .swiper-arrow {
          display: none; } }
      .home-slider .swiper-container .swiper-arrow img {
        width: 13px; }
      .home-slider .swiper-container .swiper-arrow.swiper-arrow-right {
        left: inherit;
        right: 25px; }

.push-generic-offer {
  width: 300px;
  max-width: 100%;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-align: center; }
  @media (min-width: 768px) {
    .push-generic-offer {
      width: 320px;
      height: 440px; } }
  @media (min-width: 1024px) {
    .push-generic-offer {
      width: 295px;
      height: 440px; } }
  .push-generic-offer .push-panel-sizer {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    background-image: url("/assets/frontend/images/push-offer/cheeseletter-background.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .push-generic-offer .detail-box {
    min-height: 250px;
    text-align: center; }
    .push-generic-offer .detail-box .promo-macaron {
      background-image: url(/assets/frontend/images/push-offer/blue-hexa.png);
      height: 250px;
      width: 250px;
      margin-top: 70px;
      margin-bottom: 20px;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      color: white;
      padding-bottom: 20px; }
      .push-generic-offer .detail-box .promo-macaron.table-holder {
        display: inline-block; }
      .push-generic-offer .detail-box .promo-macaron p {
        font-family: "sourceSansPro";
        font-size: 18px;
        line-height: 23px; }
        .push-generic-offer .detail-box .promo-macaron p strong {
          font-size: 23px; }
      .push-generic-offer .detail-box .promo-macaron .amount {
        font-size: 60px;
        font-family: 'merriweather'; }
        .push-generic-offer .detail-box .promo-macaron .amount sup {
          font-size: .4em;
          position: relative;
          top: .05em;
          left: 0em; }
    .push-generic-offer .detail-box .baseline {
      font-family: gotham;
      text-align: center;
      color: white;
      font-size: 24px;
      margin-bottom: 8px; }

.push-generic-offer-noel .push-panel-sizer {
  background-image: url("/assets/frontend/images/push-offer/BR-generique-noel.jpg"); }
  .push-generic-offer-noel .push-panel-sizer .detail-box .promo-macaron {
    background-image: url(/assets/frontend/images/push-offer/red-hexa.png);
    height: 190px;
    margin-bottom: 60px; }
  .push-generic-offer-noel .push-panel-sizer .detail-box p {
    font-family: 'sourceSansPro';
    font-size: 1.375em;
    font-weight: 300; }
  .push-generic-offer-noel .push-panel-sizer .detail-box .amount {
    font-size: 60px;
    font-family: 'gotham';
    font-weight: 600; }
    .push-generic-offer-noel .push-panel-sizer .detail-box .amount .currency {
      font-weight: 100; }
  .push-generic-offer-noel .push-panel-sizer .detail-box a i {
    padding-right: 16px; }

.push-special-offer {
  border: 1px solid #e6e6e6;
  width: 300px;
  max-width: 100%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  visibility: hidden; }
  .push-special-offer + .generic-fallback {
    display: none; }
  @media (min-width: 768px) {
    .push-special-offer {
      width: 320px;
      min-height: 440px; } }
  @media (min-width: 1024px) {
    .push-special-offer {
      width: 295px;
      min-height: 440px; } }
  .push-special-offer .push-panel-sizer {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff; }
  .push-special-offer .photo {
    height: 200px;
    width: 200px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      .push-special-offer .photo {
        background-size: contain; } }
  .push-special-offer .detail-box {
    background-image: url(/assets/frontend/images/push-offer/red-pattern.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    min-height: 250px;
    text-align: center; }
    @media (max-width: 767px) {
      .push-special-offer .detail-box .cta-container {
        padding-bottom: 12px; } }
    .push-special-offer .detail-box .promo-macaron {
      background-image: url(/assets/frontend/images/push-offer/blue-hexa.png);
      height: 145px;
      width: 145px;
      margin-top: 5px;
      margin-bottom: 8px;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      color: white; }
      .push-special-offer .detail-box .promo-macaron.table-holder {
        display: inline-block; }
      .push-special-offer .detail-box .promo-macaron .amount {
        font-size: 41px;
        font-family: 'merriweather';
        margin-bottom: .25em; }
        .push-special-offer .detail-box .promo-macaron .amount sup {
          font-size: .4em;
          position: relative;
          top: -.3em;
          left: .2em; }
      .push-special-offer .detail-box .promo-macaron .brand {
        font-family: 'sourceSansPro';
        font-weight: 600;
        font-size: 13px; }
      .push-special-offer .detail-box .promo-macaron .weight {
        font-family: 'sourceSansPro';
        font-weight: 600;
        font-size: 13px;
        line-height: 1.2em; }
    .push-special-offer .detail-box .baseline {
      font-family: gotham;
      text-align: center;
      color: white;
      font-size: 24px;
      margin-bottom: 8px;
      min-height: 24px; }

.push-subscribe-container {
  display: none; }
  .push-subscribe-container.visible-inline {
    display: block; }

.push-subscribe {
  width: 300px;
  max-width: 100%;
  height: 505px;
  background-color: rgba(255, 215, 122, 0.3);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-top: 72px; }
  .push-subscribe .background-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  @media (min-width: 768px) {
    .push-subscribe {
      padding-top: 79px;
      width: 320px;
      height: 540px; } }
  @media (min-width: 1024px) {
    .push-subscribe {
      width: 295px;
      height: 498px;
      padding-top: 71px; } }
  @media (min-width: 768px) {
    .list-item .push-subscribe {
      padding-top: 20px;
      width: auto;
      height: 385px; } }
  @media (min-width: 1024px) {
    .list-item .push-subscribe {
      width: auto;
      height: 442px;
      padding-top: 40px; } }
  .push-subscribe .hexa-box {
    background-image: url(/assets/frontend/images/push-offer/hexa-white.png);
    width: 232px;
    height: 265px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 67px; }
    @media (min-width: 768px) {
      .push-subscribe .hexa-box {
        margin-bottom: 72px; } }
    @media (min-width: 1024px) {
      .push-subscribe .hexa-box {
        margin-bottom: 70px; } }
    @media (min-width: 768px) {
      .list-item .push-subscribe .hexa-box {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .list-item .push-subscribe .hexa-box {
        margin-bottom: 35px; } }
    .push-subscribe .hexa-box:before {
      content: '\e80a';
      color: #324c5c;
      font-family: 'fontello';
      font-weight: 600;
      display: block;
      padding-top: 45px;
      font-size: 1.4em;
      margin-bottom: 29px; }
    .push-subscribe .hexa-box p {
      font-family: gotham;
      color: #324c5c;
      font-size: 20px;
      line-height: 1.5em; }
  .push-subscribe .cover-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .push-subscribe .content-box {
    position: relative;
    z-index: 1; }

.push-brand {
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .push-brand {
      max-width: 320px;
      min-height: 440px; } }
  @media (min-width: 1024px) {
    .push-brand {
      max-width: 295px;
      min-height: 440px; } }
  @media (min-width: 1024px) {
    .push-brand {
      max-width: 295px;
      min-height: 440px; } }
  .push-brand .introline {
    display: inline-block;
    color: white;
    background-color: #324c5c;
    font-size: 16px;
    font-family: merriweather;
    padding: .4em .75em;
    margin-top: 1.75em;
    font-weight: 600; }
  .push-brand .hexa-box {
    background-image: url(/assets/frontend/images/push-brand/hexa.png);
    width: 239px;
    height: 256px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    margin-top: 0;
    position: relative; }
    .push-brand .hexa-box .sizer-box {
      width: 52%;
      height: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      position: absolute; }
  .push-brand .cover-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .push-brand .content-box {
    position: relative;
    z-index: 1; }
  @media (min-width: 1024px) {
    .push-brand + .push-panel,
    .push-brand + .generic-fallback {
      margin-top: 20px; } }

.push-eco {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  margin-top: 60px; }
  .push-eco + .push-eco {
    margin-top: 0px; }
  @media (min-width: 1024px) {
    .push-eco {
      width: 295px; } }
  .push-eco .gabarit {
    font-size: 20px;
    font-family: 'sourceSansPro';
    font-weight: 600;
    color: #324c5c;
    display: block;
    box-sizing: border-box;
    padding: 40px 20px 30px 30px;
    border: 2px solid #324c5c;
    border-radius: 25px;
    line-height: 1.2em;
    position: relative; }
    @media (min-width: 1024px) {
      .push-eco .gabarit {
        margin-left: 20px; } }
    .push-eco .gabarit .flex-box {
      position: relative;
      z-index: 1; }
    .push-eco .gabarit .label {
      text-transform: uppercase;
      display: block; }
      .push-eco .gabarit .label:nth-of-type(1) {
        margin-top: 1.5em; }
      .push-eco .gabarit .label:last-of-type {
        margin-bottom: .5em; }
      .push-eco .gabarit .label + .label:before {
        content: "+";
        display: block;
        margin-top: -.2em;
        margin-bottom: -.2em;
        color: #324c5c; }
      .push-eco .gabarit .label.color-forest-green {
        color: #039816; }
      .push-eco .gabarit .label.color-green-yellow {
        color: #e2e300; }
    .push-eco .gabarit:after {
      content: '\e816';
      font-family: 'fontello';
      color: inherit;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: white;
      font-size: 85px;
      width: 100px;
      height: 100px;
      line-height: 100px;
      font-weight: 300;
      margin-left: -36px;
      margin-top: -30px;
      z-index: 0; }

.brand-footer {
  background-color: #f2f2f2;
  padding-bottom: 70px;
  padding-top: 80px; }
  .brand-footer .sections-holder {
    position: relative; }
  @media (min-width: 1024px) {
    .brand-footer .stack-container {
      padding-left: 50px; } }
  .brand-footer .separator-title {
    height: auto !important;
    padding-bottom: 0 !important; }
    .brand-footer .separator-title hr {
      position: static;
      margin-top: 15px;
      margin-bottom: 35px; }
  @media (max-width: 767px) {
    .brand-footer .section-block {
      margin-top: 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .brand-footer .section-block {
      width: 50%; }
      .brand-footer .section-block:nth-child(2) {
        margin-top: 30px; }
      .brand-footer .section-block:nth-child(3) {
        position: absolute;
        right: 0;
        top: 0; } }
  @media (min-width: 1024px) {
    .brand-footer .section-block {
      width: 33.3333333333%;
      float: left; } }
  .brand-footer .section-block.phone-section .common-text {
    margin-bottom: 25px; }
  .brand-footer .section-sizer {
    padding-left: 10px;
    position: relative; }
    .brand-footer .section-sizer:before {
      width: 4px;
      height: 4px;
      display: block;
      content: '';
      border-radius: 4px;
      background-color: #324c5c;
      position: absolute;
      left: 0;
      top: .5em; }
  .brand-footer .label,
  .brand-footer .common-text {
    font-family: 'sourceSansPro';
    color: #324c5c;
    line-height: 1.2em;
    font-size: 18px; }
    @media (max-width: 767px) {
      .brand-footer .label,
      .brand-footer .common-text {
        font-size: 12.5px; } }
    .brand-footer .label small,
    .brand-footer .common-text small {
      font-size: 15px; }
      @media (max-width: 767px) {
        .brand-footer .label small,
        .brand-footer .common-text small {
          font-size: 12.5px; } }
  .brand-footer a {
    font-family: 'sourceSansPro';
    color: #324c5c;
    text-decoration: underline;
    font-size: 18px; }
    @media (max-width: 767px) {
      .brand-footer a {
        font-size: 12.5px; } }
  .brand-footer .number-block {
    font-size: 0;
    white-space: nowrap;
    margin-top: 16px; }
    .brand-footer .number-block a {
      font-size: 22.4px;
      background-color: white;
      color: rgba(0, 0, 0, 0.1);
      text-decoration: none;
      padding: 0px 10px;
      display: inline-block;
      line-height: 30px;
      vertical-align: top;
      width: 7em; }
      @media (max-width: 767px) {
        .brand-footer .number-block a {
          font-size: 21.5px; } }
    .brand-footer .number-block .label-box {
      height: 30px;
      display: inline-block;
      width: 135px;
      background-color: rgba(0, 0, 0, 0.1);
      position: relative;
      vertical-align: top; }
      .brand-footer .number-block .label-box:before {
        content: '\e827';
        font-family: fontello;
        display: block;
        position: absolute;
        left: -1px;
        top: 50%;
        font-family: fontello;
        color: white;
        font-size: 30px;
        margin-top: -15px;
        line-height: 30px; }
    .brand-footer .number-block .label {
      display: block;
      font-size: 13px;
      color: white;
      line-height: .9em;
      margin-top: .2em;
      margin-left: 20px;
      padding-right: 0; }
      @media (max-width: 767px) {
        .brand-footer .number-block .label {
          margin-top: .45em;
          font-size: 10.605px; } }

.star-bar li {
  display: inline-block; }
  .star-bar li.off {
    color: #bfbfc0; }

.share-count {
  position: absolute;
  color: #e15844;
  z-index: 1;
  right: .75em;
  bottom: .75em;
  background-color: white;
  font-size: 14px;
  font-family: 'merriweather';
  padding: .25em .3em .25em .5em;
  border-radius: .75em; }
  .share-count .icon:before {
    content: '\e807';
    font-family: "fontello";
    color: #324c5c; }

.label-logo {
  float: right;
  height: 75px;
  width: 75px;
  margin-top: 10px;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .label-logo {
      height: 60px;
      width: 60px; } }
  .label-logo img {
    height: 100%;
    width: auto;
    float: right; }

.recipe-list .list-block-recipe .list-item-description-box {
  padding-right: 20px; }
  .recipe-list .list-block-recipe .list-item-description-box .date {
    font-family: "sourceSansPro";
    font-size: 13px;
    color: #b0b0b0;
    padding-top: 10px;
    margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .recipe-list .list-block-recipe .list-item-description-box {
      padding-right: 25px; } }
  .recipe-list .list-block-recipe .list-item-description-box h3 {
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis; }
  .recipe-list .list-block-recipe .list-item-description-box .description {
    margin-top: 2px; }
  .recipe-list .list-block-recipe .list-item-description-box .star-bar {
    position: absolute;
    bottom: 1.5em; }
    .grid-slider .recipe-list .list-block-recipe .list-item-description-box .star-bar {
      position: static;
      bottom: initial; }

.grid-slider .recipe-list .list-block-recipe .tag-list {
  display: none; }

.list-block-recipe .list-item-description-box .star-bar {
  position: absolute;
  bottom: 1.5em; }

.list-item-click {
  cursor: pointer; }

@media (min-width: 768px) and (max-width: 1023px) {
  .more-cheese > li:nth-child(n+3) {
    display: none; } }

.more-cheese .list-block-article .list-item-description-box {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .more-cheese .list-block-article .list-item-description-box {
      padding-left: 10px;
      padding-right: 10px; }
      .more-cheese .list-block-article .list-item-description-box .label-logo {
        height: 55px;
        margin-right: -10px; } }
  .more-cheese .list-block-article .list-item-description-box .date {
    font-family: "sourceSansPro";
    font-size: 13px;
    color: #b0b0b0;
    padding-top: 10px;
    margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .more-cheese .list-block-article .list-item-description-box {
      padding-right: 25px; } }
  .more-cheese .list-block-article .list-item-description-box h3 {
    max-height: 2em;
    overflow: hidden; }
  .more-cheese .list-block-article .list-item-description-box .description {
    margin-top: 2px;
    max-height: 1em;
    overflow: hidden; }
  .more-cheese .list-block-article .list-item-description-box .star-bar {
    position: absolute;
    bottom: 1.5em; }

@media (max-width: 767px) {
  .list-block-planche .list-item-description-box {
    padding-top: 20px; } }

@media (min-width: 768px) {
  .list-block-planche .list-item-description-box {
    padding-right: 20px;
    padding-top: 18px; } }

@media (min-width: 1024px) {
  .list-block-planche .list-item-description-box {
    padding-right: 25px;
    padding-top: 30px; } }

.list-block-planche .list-item-description-box h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-block-planche .list-item-description-box .description {
  margin-top: 6px; }

.list-block-cheese .list-item-description-box h3 {
  padding-top: 33px;
  margin-top: 0px;
  height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: content-box; }

.list-block-cheese .list-item-description-box .description {
  margin-top: 6px; }

.list-block-cheese-culture {
  text-align: left; }
  .fat-item .list-block-cheese-culture .list-item-description-box {
    height: 157px; }
    @media (min-width: 768px) {
      .fat-item .list-block-cheese-culture .list-item-description-box {
        height: 172px; } }
    @media (min-width: 1024px) {
      .fat-item .list-block-cheese-culture .list-item-description-box {
        height: 200px; } }
  .list-block-cheese-culture .list-item-description-box h3 {
    padding-top: 5px;
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box;
    margin-bottom: 7px;
    padding-right: 25px; }
  .list-block-cheese-culture .list-item-description-box .description {
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
    max-height: 4.8em; }
    @media (min-width: 1024px) {
      .list-block-cheese-culture .list-item-description-box .description {
        padding-right: 25px;
        max-height: 3.6em; } }
  .list-block-cheese-culture .list-item-description-box .tag-list {
    padding-top: 0px;
    margin-bottom: 0; }
  .list-block-cheese-culture .list-item-description-box .label-logo {
    width: 45px;
    height: 60px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .list-block-cheese-culture .list-item-description-box .date {
    padding-top: 12px;
    margin-bottom: 5px; }
    @media (min-width: 1024px) {
      .list-block-cheese-culture .list-item-description-box .date {
        padding-top: 5px;
        margin-bottom: 5px; } }

.slice-video .section-title {
  padding-bottom: 0;
  color: #fcd800; }

.slice-video-content {
  margin-top: 130px;
  margin-bottom: 80px;
  background-color: #F9D643; }
  @media (max-width: 1023px) {
    .slice-video-content {
      margin-top: 120px; } }
  .slice-video-content .block {
    max-width: 1240px;
    width: 87%;
    margin: 0 auto;
    position: relative;
    bottom: 87px; }
    @media (max-width: 1023px) {
      .slice-video-content .block {
        width: -webkit-calc(100% - 28px);
        width: calc(100% - 28px);
        bottom: 95px; } }
    .slice-video-content .block .block-container {
      display: table;
      width: 100%; }
      .slice-video-content .block .block-container .left-block {
        width: 56.3%;
        display: table-cell;
        vertical-align: top;
        position: relative; }
        @media (max-width: 1023px) {
          .slice-video-content .block .block-container .left-block {
            width: 100%;
            display: block; } }
        .slice-video-content .block .block-container .left-block .video-container {
          width: 100%;
          position: relative;
          cursor: pointer;
          overflow: hidden; }
          .slice-video-content .block .block-container .left-block .video-container:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 71.4285714286%; }
          .slice-video-content .block .block-container .left-block .video-container > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          @media (max-width: 1023px) {
            .slice-video-content .block .block-container .left-block .video-container {
              position: relative; }
              .slice-video-content .block .block-container .left-block .video-container:before {
                display: block;
                content: "";
                width: 100%;
                padding-top: 70.7903780069%; }
              .slice-video-content .block .block-container .left-block .video-container > .content {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0; } }
          .slice-video-content .block .block-container .left-block .video-container video::-webkit-media-controls-panel-container {
            display: none !important; }
          .slice-video-content .block .block-container .left-block .video-container:hover .cover-box {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
          .slice-video-content .block .block-container .left-block .video-container.playing .cover-box, .slice-video-content .block .block-container .left-block .video-container.playing .play-button {
            display: none; }
          .slice-video-content .block .block-container .left-block .video-container.playing .video-js {
            display: block; }
          .slice-video-content .block .block-container .left-block .video-container.loading .loader {
            display: block; }
          .slice-video-content .block .block-container .left-block .video-container .content-block-image {
            width: 100%;
            height: auto; }
          .slice-video-content .block .block-container .left-block .video-container .vjs-big-play-button {
            display: none !important; }
          .slice-video-content .block .block-container .left-block .video-container .loader {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            width: 50px;
            bottom: 0;
            right: 0;
            margin: auto;
            display: none; }
          .slice-video-content .block .block-container .left-block .video-container .video-holder {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
            .slice-video-content .block .block-container .left-block .video-container .video-holder .video-js {
              padding-top: 0;
              height: 100%; }
          .slice-video-content .block .block-container .left-block .video-container .cover-box {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s; }
          .slice-video-content .block .block-container .left-block .video-container .play-button {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            z-index: 3; }
      .slice-video-content .block .block-container .right-block {
        width: 43.7%;
        display: table-cell;
        background-color: #fff;
        height: 100%;
        padding: 10px 20px;
        color: #626262; }
        @media (max-width: 1023px) {
          .slice-video-content .block .block-container .right-block {
            width: 100%;
            display: block;
            padding: 21px; } }
        .slice-video-content .block .block-container .right-block .title {
          font-size: 25px;
          margin-bottom: 6px;
          line-height: 42px;
          font-family: 'merriweather';
          font-weight: 300; }
          @media (max-width: 1023px) {
            .slice-video-content .block .block-container .right-block .title {
              font-size: 22px;
              line-height: 28px; } }
        .slice-video-content .block .block-container .right-block .description {
          font-family: 'gothamBook';
          font-weight: normal;
          font-size: 12px;
          line-height: 17px;
          margin-bottom: 25px; }
          @media (max-width: 1023px) {
            .slice-video-content .block .block-container .right-block .description {
              font-size: 9px;
              line-height: 13px; } }
        .slice-video-content .block .block-container .right-block .inline-cta-custom {
          font-family: 'gotham';
          font-weight: 300;
          font-size: 13px;
          line-height: 17px;
          color: #fff; }
          .slice-video-content .block .block-container .right-block .inline-cta-custom-container {
            background-color: #E4593D;
            padding: 17px 20px;
            display: inline-block;
            padding-right: 120px;
            position: relative; }
            .slice-video-content .block .block-container .right-block .inline-cta-custom-container img {
              width: 16px;
              position: absolute;
              right: 20px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
        .slice-video-content .block .block-container .right-block .suggestions {
          display: inline-block;
          width: 100%; }
          .slice-video-content .block .block-container .right-block .suggestions .suggestions-title {
            width: 100%;
            float: left;
            display: inline-block;
            margin-top: 23px;
            margin-bottom: 10px;
            font-size: 20px;
            text-transform: uppercase;
            line-height: 25px;
            font-family: 'sourceSansPro';
            font-weight: 600; }
          .slice-video-content .block .block-container .right-block .suggestions .suggestions-list {
            display: inline-block;
            float: left;
            width: 100%; }
            .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry {
              display: inline-block;
              float: left;
              cursor: pointer;
              width: -webkit-calc(100%/3 - 9.5px);
              width: calc(100%/3 - 9.5px);
              margin-right: 14.25px; }
              @media (max-width: 1023px) {
                .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry {
                  margin-right: 0;
                  width: 100%; } }
              .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry:last-child {
                margin-right: 0; }
              .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry .video-image-container {
                position: relative;
                margin-bottom: 12px; }
                .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry .video-image-container:before {
                  display: block;
                  content: "";
                  width: 100%;
                  padding-top: 67.7165354331%; }
                .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry .video-image-container > .content {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0; }
                @media (max-width: 1023px) {
                  .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry .video-image-container {
                    display: inline-block;
                    float: left;
                    width: 48%; } }
                .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry .video-image-container .cover-box {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0; }
                  .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry .video-image-container .cover-box .suggestion-overlay {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    height: 50%; }
              .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry .video-description {
                font-family: 'gotham';
                font-weight: 300;
                font-size: 13px;
                line-height: 15px; }
                @media (max-width: 1023px) {
                  .slice-video-content .block .block-container .right-block .suggestions .suggestions-list .suggestion-entry .video-description {
                    display: inline-block;
                    float: left;
                    width: 52%;
                    padding: 2px 0 0 10px; } }

.loi-evin {
  white-space: normal;
  font-size: 12px;
  color: #AFAFAF;
  font-family: 'sourceSansPro';
  margin-top: 1em; }

.filter-holder {
  margin-top: 56px;
  margin-bottom: 49px; }
  .filter-holder .cta-container {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .filter-holder .cta-container {
        display: none; } }
    .filter-holder .cta-container button {
      cursor: pointer;
      background-color: #e25944;
      color: white;
      font-family: gotham;
      font-size: 11px;
      display: inline-block;
      box-sizing: border-box;
      min-width: 126px;
      padding: .75em 0em;
      text-decoration: none;
      text-transform: uppercase;
      border: 2px solid #e25944;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
      width: 280px; }
      @media (max-width: 767px) {
        .filter-holder .cta-container button {
          font-size: 15px; } }
  .filter-holder .disabled {
    pointer-events: none; }
  @media (max-width: 767px) {
    .filter-holder .combo-holder {
      margin-top: 30px;
      margin-bottom: 30px; }
      .filter-holder .combo-holder .combo-list {
        margin: auto;
        width: 280px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .filter-holder .combo-holder {
      width: 50%;
      float: left; }
      .filter-holder .combo-holder .combo-list {
        float: right;
        margin-right: 10px; }
      .filter-holder .combo-holder:nth-child(-n+2) .combo-list {
        margin-bottom: 10px; }
      .filter-holder .combo-holder:nth-child(even) .combo-list {
        float: left;
        margin-left: 10px; } }
  @media (min-width: 1024px) {
    .filter-holder .combo-holder {
      width: 25%;
      float: left; }
      .filter-holder .combo-holder .combo-list {
        min-width: 90.3225806452%;
        width: auto;
        display: inline-block; }
      .filter-holder .combo-holder:nth-child(n+3) .combo-list {
        float: right; }
      .filter-holder .combo-holder:nth-child(2) .combo-list {
        margin-left: 3%; }
      .filter-holder .combo-holder:nth-child(3) .combo-list {
        margin-right: 3%; } }
  .filter-holder .combo-wrapper {
    position: relative; }
    .filter-holder .combo-wrapper select {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 49px;
      display: none;
      width: 280px;
      margin-left: -140px; }
      @media (max-width: 767px) {
        .filter-holder .combo-wrapper select {
          display: block; } }

.combo-list {
  position: relative;
  z-index: 1;
  font-family: gotham;
  font-size: 12px;
  width: 250px;
  line-height: 49px; }
  .combo-list .combo-placeholder {
    cursor: pointer;
    padding-left: 20px;
    color: white;
    background-color: #324c5c;
    position: relative; }
    @media (min-width: 1024px) {
      .combo-list .combo-placeholder {
        padding-right: 55px; } }
    .combo-list .combo-placeholder .icon {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      display: inline-block;
      width: 42px;
      box-sizing: border-box;
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
      .combo-list .combo-placeholder .icon:before {
        font-family: "fontello";
        content: '\e80f';
        display: block;
        color: white; }
  .combo-list .selection-container {
    opacity: 0;
    display: none; }
    @media (min-width: 768px) {
      .combo-list .selection-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: 220px;
        overflow: auto; } }
    .combo-list .selection-container li {
      white-space: nowrap;
      cursor: pointer;
      color: #324c5c;
      background-color: #ffffff; }
      .combo-list .selection-container li.selected {
        background-color: #efefef; }
    .combo-list .selection-container .selection-label {
      padding-left: 20px;
      display: inline-block; }
  .combo-list:hover {
    z-index: 2; }
    .combo-list:hover .selection-container {
      display: block;
      opacity: 1; }

@media (min-width: 1024px) {
  .at4-jumboshare {
    font-family: "Source Sans Pro", "helvetica neue", helvetica, arial, sans-serif; }
    .at4-jumboshare table {
      position: relative;
      width: 100%; }
      .at4-jumboshare table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
      @media (min-width: 1024px) and (min-width: 1490px) {
        .at4-jumboshare table tr {
          position: absolute;
          margin-right: 650px;
          right: 50%; } }

@media (min-width: 1024px) {
        .at4-jumboshare table tr td {
          width: 4.87rem; }
          .at4-jumboshare table tr td.at-share-btn-elements {
            position: relative !important;
            margin-right: 0 !important;
            right: 0 !important; } }
        @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1440px) {
          .at4-jumboshare table tr td {
            margin-left: 0px;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8); } }

@media (min-width: 1024px) {
  .at4-count-container {
    width: 4.87rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border: none !important;
    min-width: 0 !important; } }
  @media (min-width: 1024px) and (max-width: 767px) {
    .at4-count-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

@media (min-width: 1024px) {
    .at4-count-container .at4-title {
      font-size: 1.375rem !important; }
    .at4-count-container .at4-count, .at4-count-container .at4-count span {
      font-size: 2.50rem !important;
      line-height: 2.50rem !important; }
  .wrap-sharing-comp, .at-share-btn-elements {
    width: 4.87rem;
    margin: 1.87rem 50px 0px 20px; } }
  @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1440px) {
    .wrap-sharing-comp, .at-share-btn-elements {
      margin-left: 0px;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); } }
  @media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1489px) {
    .wrap-sharing-comp, .at-share-btn-elements {
      float: none;
      position: absolute; } }

@media (min-width: 1024px) {
    .wrap-sharing-comp .sharing-comp, .wrap-sharing-comp .at-share-btn, .at-share-btn-elements .sharing-comp, .at-share-btn-elements .at-share-btn {
      width: 100%;
      height: 4.87rem;
      line-height: 4.87rem;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 !important; }
      .wrap-sharing-comp .sharing-comp.sharing-facebook, .wrap-sharing-comp .at-share-btn.sharing-facebook, .at-share-btn-elements .sharing-comp.sharing-facebook, .at-share-btn-elements .at-share-btn.sharing-facebook {
        background-color: #39579b;
        cursor: pointer; }
        .wrap-sharing-comp .sharing-comp.sharing-facebook:before, .wrap-sharing-comp .at-share-btn.sharing-facebook:before, .at-share-btn-elements .sharing-comp.sharing-facebook:before, .at-share-btn-elements .at-share-btn.sharing-facebook:before {
          content: '\e802';
          font-family: fontello;
          color: #FFF;
          font-size: 2.12rem;
          margin-left: 4px; }
      .wrap-sharing-comp .sharing-comp.sharing-twitter, .wrap-sharing-comp .at-share-btn.sharing-twitter, .at-share-btn-elements .sharing-comp.sharing-twitter, .at-share-btn-elements .at-share-btn.sharing-twitter {
        background-color: #1da8e3;
        cursor: pointer; }
        .wrap-sharing-comp .sharing-comp.sharing-twitter:before, .wrap-sharing-comp .at-share-btn.sharing-twitter:before, .at-share-btn-elements .sharing-comp.sharing-twitter:before, .at-share-btn-elements .at-share-btn.sharing-twitter:before {
          content: '\e803';
          font-family: fontello;
          color: #FFF;
          font-size: 2.12rem;
          margin-left: 3px; }
      .wrap-sharing-comp .sharing-comp.sharing-compt, .wrap-sharing-comp .at-share-btn.sharing-compt, .at-share-btn-elements .sharing-comp.sharing-compt, .at-share-btn-elements .at-share-btn.sharing-compt {
        background-color: #e7d6d6;
        color: #FFF;
        font-family: Gotham;
        font-weight: bold;
        font-size: 25px;
        line-height: 1; }
        .wrap-sharing-comp .sharing-comp.sharing-compt:before, .wrap-sharing-comp .at-share-btn.sharing-compt:before, .at-share-btn-elements .sharing-comp.sharing-compt:before, .at-share-btn-elements .at-share-btn.sharing-compt:before {
          content: '\e807';
          font-family: fontello;
          color: #FFF;
          font-size: 15px;
          margin-left: 3px;
          display: block;
          padding-top: 18px;
          padding-bottom: 6px; }
    .wrap-sharing-comp.desktop, .at-share-btn-elements.desktop {
      display: none; }
    .wrap-sharing-comp.tablet, .at-share-btn-elements.tablet {
      position: fixed;
      width: 100%;
      float: left;
      margin: 0;
      bottom: 0px;
      display: block;
      z-index: 1; }
      .wrap-sharing-comp.tablet .sharing-comp, .at-share-btn-elements.tablet .sharing-comp {
        width: 33.3%;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top; }
        .wrap-sharing-comp.tablet .sharing-comp.sharing-compt, .at-share-btn-elements.tablet .sharing-comp.sharing-compt {
          width: 33.4%;
          line-height: 4.87rem; }
          .wrap-sharing-comp.tablet .sharing-comp.sharing-compt:before, .at-share-btn-elements.tablet .sharing-comp.sharing-compt:before {
            display: inline-block;
            padding-top: 0px;
            padding-bottom: 0px;
            top: -3px;
            margin-right: 8px;
            position: relative;
            height: 1.87rem; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .wrap-sharing-comp.desktop, .at-share-btn-elements.desktop {
      display: block; }
    .wrap-sharing-comp.tablet, .at-share-btn-elements.tablet {
      display: none; } }

@media (max-width: 767px) {
  .addthis {
    margin-top: 1.87rem; }
    .addthis tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .addthis tr td {
        position: inherit !important;
        display: inherit !important; }
      .addthis tr .at4-count-container {
        width: 4.87rem;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 10rem !important;
        padding: 0 !important;
        border: 0 !important; }
        .addthis tr .at4-count-container .at4-title {
          font-size: 1.375rem !important; }
        .addthis tr .at4-count-container .at4-count, .addthis tr .at4-count-container .at4-count span {
          font-size: 2.50rem !important;
          line-height: 2.50rem !important; }
      .addthis tr .wrap-sharing-comp, .addthis tr .at-share-btn-elements {
        width: 100%; }
        .addthis tr .wrap-sharing-comp .sharing-comp, .addthis tr .wrap-sharing-comp .at-share-btn, .addthis tr .at-share-btn-elements .sharing-comp, .addthis tr .at-share-btn-elements .at-share-btn {
          width: 4.87rem;
          height: 4.87rem; }
          .addthis tr .wrap-sharing-comp .sharing-comp .at-icon-wrapper, .addthis tr .wrap-sharing-comp .at-share-btn .at-icon-wrapper, .addthis tr .at-share-btn-elements .sharing-comp .at-icon-wrapper, .addthis tr .at-share-btn-elements .at-share-btn .at-icon-wrapper {
            position: relative;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            width: auto;
            height: auto;
            line-height: 0; }
          .addthis tr .wrap-sharing-comp .sharing-comp.sharing-facebook, .addthis tr .wrap-sharing-comp .at-share-btn.sharing-facebook, .addthis tr .at-share-btn-elements .sharing-comp.sharing-facebook, .addthis tr .at-share-btn-elements .at-share-btn.sharing-facebook {
            background-color: #39579b;
            cursor: pointer; }
            .addthis tr .wrap-sharing-comp .sharing-comp.sharing-facebook:before, .addthis tr .wrap-sharing-comp .at-share-btn.sharing-facebook:before, .addthis tr .at-share-btn-elements .sharing-comp.sharing-facebook:before, .addthis tr .at-share-btn-elements .at-share-btn.sharing-facebook:before {
              content: '\e802';
              font-family: fontello;
              color: #FFF;
              font-size: 2.12rem;
              margin-left: 4px; }
          .addthis tr .wrap-sharing-comp .sharing-comp.sharing-twitter, .addthis tr .wrap-sharing-comp .at-share-btn.sharing-twitter, .addthis tr .at-share-btn-elements .sharing-comp.sharing-twitter, .addthis tr .at-share-btn-elements .at-share-btn.sharing-twitter {
            background-color: #1da8e3;
            cursor: pointer; }
            .addthis tr .wrap-sharing-comp .sharing-comp.sharing-twitter:before, .addthis tr .wrap-sharing-comp .at-share-btn.sharing-twitter:before, .addthis tr .at-share-btn-elements .sharing-comp.sharing-twitter:before, .addthis tr .at-share-btn-elements .at-share-btn.sharing-twitter:before {
              content: '\e803';
              font-family: fontello;
              color: #FFF;
              font-size: 2.12rem;
              margin-left: 3px; }
          .addthis tr .wrap-sharing-comp .sharing-comp.sharing-compt, .addthis tr .wrap-sharing-comp .at-share-btn.sharing-compt, .addthis tr .at-share-btn-elements .sharing-comp.sharing-compt, .addthis tr .at-share-btn-elements .at-share-btn.sharing-compt {
            background-color: #e7d6d6;
            color: #FFF;
            font-family: Gotham;
            font-weight: bold;
            font-size: 25px;
            line-height: 1; }
            .addthis tr .wrap-sharing-comp .sharing-comp.sharing-compt:before, .addthis tr .wrap-sharing-comp .at-share-btn.sharing-compt:before, .addthis tr .at-share-btn-elements .sharing-comp.sharing-compt:before, .addthis tr .at-share-btn-elements .at-share-btn.sharing-compt:before {
              content: '\e807';
              font-family: fontello;
              color: #FFF;
              font-size: 15px;
              margin-left: 3px;
              display: block;
              padding-top: 18px;
              padding-bottom: 6px; } }

.list-container .phone-asset h2,
.list-container .tablet-asset h2,
.list-container .desktop-asset h2 {
  text-shadow: 2px 2px 10px #606060; }

@media (min-width: 0) and (max-width: 767px) {
  .list-container {
    margin-bottom: 30px;
    overflow: hidden; } }

@media (min-width: 768px) {
  .list-container {
    margin-bottom: 50px; } }

@media (min-width: 1024px) {
  .list-container {
    margin-bottom: 80px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .list-container + .list-container h2 {
    margin-top: -60px; }
  .list-container + .list-container .title-holder h2 {
    margin-top: 0; } }

@media (min-width: 1024px) {
  .list-container + .list-container h2 {
    margin-top: -60px; }
  .list-container + .list-container .title-holder {
    margin-top: -30px; }
    .list-container + .list-container .title-holder h2 {
      margin-top: 0; } }

@media (min-width: 1024px) and (max-width: 1320px) {
  .list-container .squishy-container {
    margin-left: 20px;
    margin-right: 20px; } }

.list-container h2 {
  color: #e25944;
  font-size: 20px;
  font-family: 'merriweather';
  text-align: center;
  padding-top: 22px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .list-container h2 {
      font-size: 30px;
      padding-top: 60px;
      padding-bottom: 110px; } }
  @media (min-width: 1024px) {
    .list-container h2 {
      padding-top: 70px;
      padding-bottom: 100px; } }

@media (min-width: 0) and (max-width: 767px) {
  .list-container .list-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .list-container .list-box {
    width: 700px;
    margin-left: auto;
    margin-right: auto; } }

.list-container .title-grid + .squishy-container .list-box {
  margin-top: -18px; }
  @media (min-width: 768px) {
    .list-container .title-grid + .squishy-container .list-box {
      margin-top: -92.5px; } }
  @media (min-width: 1024px) {
    .list-container .title-grid + .squishy-container .list-box {
      margin-top: -50px; } }

.list-container .title-holder {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .list-container .title-holder h2 {
    color: white; }
    @media (min-width: 0) and (max-width: 767px) {
      .list-container .title-holder h2 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .list-container .title-holder h2 {
        font-size: 22.5px;
        padding-top: 40px;
        padding-bottom: 137.5px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .list-container .title-holder + .squishy-container .list-box {
      margin-top: -115px; } }

.list-container .cta-container {
  text-align: center; }
  @media (min-width: 1024px) {
    .list-container .cta-container {
      margin-top: 10px; } }

.list-container .list-box--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 768px) {
    .list-container .list-box--flex {
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }

.list-item {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .list-item .tag-list {
    padding-top: 10px;
    margin-bottom: 4px; }
  .list-item .remove-favorite {
    width: 28px;
    height: 28px;
    background-color: #e15844;
    border-radius: 100%;
    right: 7px;
    top: 7px;
    position: absolute;
    cursor: pointer; }
    .list-item .remove-favorite:after {
      content: '';
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      width: 15px;
      height: 15px;
      background: url(../../images/icons/icon-close.png) repeat center center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .list-item {
      width: 50%;
      margin-bottom: 20px; }
      .list-item:nth-child(2n+1) {
        padding-right: 10px; }
      .list-item:nth-child(2n+2) {
        padding-left: 10px; } }
  @media (min-width: 1024px) {
    .list-item {
      width: 33.3333333333%;
      margin-bottom: 20px; }
      .list-item:nth-child(3n+1) {
        padding-left: 0px;
        padding-right: 13px; }
      .list-item:nth-child(3n+2) {
        padding-left: 7px;
        padding-right: 7px; }
      .list-item:nth-child(3n+3) {
        padding-left: 13px;
        padding-right: 0px; }
      .list-item.dual-big {
        width: 50%; }
        .list-item.dual-big:nth-child(3n+1) {
          padding: 0;
          padding-right: 1.6129032258%; }
        .list-item.dual-big:nth-child(3n+2) {
          padding: 0;
          padding-left: 1.6129032258%; }
        .list-item.dual-big .image-box {
          height: 0;
          padding-bottom: 75%; }
        .list-item.dual-big .list-item-description-box {
          height: 100px; }
          .list-item.dual-big .list-item-description-box h3 {
            padding-top: 25px;
            line-height: 1.2em; } }
  .list-item .list-item-sizer {
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .list-item .list-item-sizer .thumb-asset {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .list-item .image-box {
    overflow: hidden;
    height: 225px;
    background-color: #f2f2f2; }
    @media (min-width: 768px) {
      .list-item .image-box {
        height: 255px; } }
    @media (min-width: 1024px) {
      .list-item .image-box {
        height: 300px; } }
    .list-item .image-box .top-label {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #f5ca2d;
      color: white;
      font-size: 14px;
      font-family: sourceSansPro;
      font-weight: 600;
      -webkit-transform: translateY(-37%) translateX(-42%) rotate(-45deg);
      -ms-transform: translateY(-37%) translateX(-42%) rotate(-45deg);
      transform: translateY(-37%) translateX(-42%) rotate(-45deg);
      padding: 4em 2em .25em; }

.list-item-description-box {
  box-sizing: border-box;
  background-color: white;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 20px;
  height: 125px; }
  @media (min-width: 768px) {
    .list-item-description-box {
      height: 130px; } }
  @media (min-width: 1024px) {
    .list-item-description-box {
      padding-left: 25px;
      height: 142px; } }
  .list-item-description-box ol + h3,
  .list-item-description-box ol + .title-box h3 {
    padding-top: 0px; }
  .list-item-description-box h3 {
    font-family: 'sourceSansPro';
    font-weight: 600;
    color: #666;
    font-size: 15px; }
    .grid-slider .list-item-description-box h3 {
      padding-top: 0; }
    @media (min-width: 768px) {
      .list-item-description-box h3 {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .list-item-description-box h3 {
        font-size: 20px; } }
    .list-item-description-box h3 a {
      text-decoration: none;
      color: inherit; }
  .list-item-description-box .baseline {
    color: #666;
    font-family: 'sourceSansPro';
    font-size: 12.5px;
    margin-top: 4px; }
    @media (min-width: 768px) {
      .list-item-description-box .baseline {
        font-size: 12px;
        margin-top: 8px; } }
    @media (min-width: 1024px) {
      .list-item-description-box .baseline {
        font-size: 15px; } }
  .list-item-description-box .description {
    color: #666;
    font-family: 'sourceSansPro';
    font-size: 12.5px; }
    @media (min-width: 768px) {
      .list-item-description-box .description {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .list-item-description-box .description {
        font-size: 15px; } }
  .list-item-description-box .date {
    color: rgba(0, 0, 0, 0.5);
    font-size: 9px;
    font-family: 'sourceSansPro'; }
    @media (min-width: 768px) {
      .list-item-description-box .date {
        font-size: 12px; } }

.list-item .list-item-sizer.tip-box {
  height: 325px;
  text-align: center;
  border: 9px solid #fdc98d;
  position: relative; }
  @media (min-width: 768px) {
    .list-item .list-item-sizer.tip-box {
      border: 10px solid #fdc98d;
      height: 385px; } }
  @media (min-width: 1024px) {
    .list-item .list-item-sizer.tip-box {
      border: 12px solid #fdc98d;
      height: 445px; } }
  .list-item .list-item-sizer.tip-box .cover-box {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 90%; }
  .list-item .list-item-sizer.tip-box .content-box {
    z-index: 1; }
  .list-item .list-item-sizer.tip-box h3 {
    color: #fdc98d;
    font-family: 'gotham';
    letter-spacing: .1em;
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .list-item .list-item-sizer.tip-box h3 {
        font-size: 16px;
        margin-top: 24px; } }
    @media (min-width: 1024px) {
      .list-item .list-item-sizer.tip-box h3 {
        font-size: 19px;
        margin-top: 30px; } }
    .list-item .list-item-sizer.tip-box h3:after {
      content: "";
      display: block;
      margin: 8px auto;
      background-color: #fdc98d;
      width: 15px;
      height: 2px; }
      @media (min-width: 768px) {
        .list-item .list-item-sizer.tip-box h3:after {
          margin: 10px auto;
          width: 18px;
          height: 3px; } }
  .list-item .list-item-sizer.tip-box .baseline {
    color: #e1533d;
    font-family: 'merriweather';
    max-width: 10em;
    margin: auto;
    line-height: 1.4em; }
    @media (min-width: 768px) {
      .list-item .list-item-sizer.tip-box .baseline {
        font-size: 17px; } }
    @media (min-width: 1024px) {
      .list-item .list-item-sizer.tip-box .baseline {
        font-size: 19px; } }

@media (max-width: 767px) {
  .list-item .list-item-sizer.planche .list-item-description-box {
    padding-top: 20px; } }

@media (min-width: 768px) {
  .list-item .list-item-sizer.planche .list-item-description-box {
    padding-right: 20px;
    padding-top: 18px; } }

@media (min-width: 1024px) {
  .list-item .list-item-sizer.planche .list-item-description-box {
    padding-right: 25px;
    padding-top: 30px; } }

.list-item .list-item-sizer.planche .list-item-description-box h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 767px) {
  .list-container .squishy-container .stack-container + .wrapper-grid.grid-slider,
  .list-container .container .stack-container + .wrapper-grid.grid-slider {
    margin-top: 7px; } }

.list-container .squishy-container .wrapper-grid.grid-slider,
.list-container .container .wrapper-grid.grid-slider {
  height: auto;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -18px; }
  .home .list-container .squishy-container .wrapper-grid.grid-slider, .home
  .list-container .container .wrapper-grid.grid-slider {
    margin-top: 0; }
  .list-container .squishy-container .wrapper-grid.grid-slider.broke,
  .list-container .container .wrapper-grid.grid-slider.broke {
    margin-top: 0; }
  .list-container .squishy-container .wrapper-grid.grid-slider .list-box,
  .list-container .container .wrapper-grid.grid-slider .list-box {
    white-space: nowrap;
    margin-top: 0px;
    max-width: none;
    font-size: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: auto; }
    .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-item,
    .list-container .container .wrapper-grid.grid-slider .list-box .list-item {
      height: auto;
      width: 235px;
      float: initial;
      display: inline-block;
      margin-right: 15px;
      font-size: 16px;
      margin-bottom: 0px;
      white-space: initial;
      vertical-align: top; }
      .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-item .image-box,
      .list-container .container .wrapper-grid.grid-slider .list-box .list-item .image-box {
        height: 176px; }
        .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-item .image-box .top-label,
        .list-container .container .wrapper-grid.grid-slider .list-box .list-item .image-box .top-label {
          -webkit-transform: translateY(-10%) translateX(-42%) rotate(-45deg);
          -ms-transform: translateY(-10%) translateX(-42%) rotate(-45deg);
          transform: translateY(-10%) translateX(-42%) rotate(-45deg); }
      .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-item .list-item-description-box,
      .list-container .container .wrapper-grid.grid-slider .list-box .list-item .list-item-description-box {
        height: 72px; }
        .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-item .list-item-description-box .tag-list,
        .list-container .container .wrapper-grid.grid-slider .list-box .list-item .list-item-description-box .tag-list {
          margin-bottom: 4px;
          margin-top: 4px;
          padding-top: 0; }
          .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-item .list-item-description-box .tag-list .tag,
          .list-container .container .wrapper-grid.grid-slider .list-box .list-item .list-item-description-box .tag-list .tag {
            margin-bottom: 0; }
    .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box,
    .list-container .container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box {
      height: 125px; }
      .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box h3,
      .list-container .container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box h3 {
        padding-top: 10px;
        box-sizing: initial;
        text-transform: uppercase;
        max-height: 2em;
        overflow: hidden; }
      .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box .description,
      .list-container .container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box .description {
        margin-top: 7px;
        margin-bottom: 7px; }
      .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box .star-bar,
      .list-container .container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box .star-bar {
        position: static;
        bottom: initial; }
      .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box .tag-list,
      .list-container .container .wrapper-grid.grid-slider .list-box .list-block-recipe .list-item-description-box .tag-list {
        margin-bottom: 0px; }
    .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-article .list-item-description-box,
    .list-container .container .wrapper-grid.grid-slider .list-box .list-block-article .list-item-description-box {
      height: 111px; }
      .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-article .list-item-description-box h3,
      .list-container .container .wrapper-grid.grid-slider .list-box .list-block-article .list-item-description-box h3 {
        max-height: 2em;
        overflow: hidden;
        text-overflow: ellipsis; }
      .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-article .list-item-description-box .description,
      .list-container .container .wrapper-grid.grid-slider .list-box .list-block-article .list-item-description-box .description {
        max-height: 1em; }
    .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-folder .list-item-description-box,
    .list-container .container .wrapper-grid.grid-slider .list-box .list-block-folder .list-item-description-box {
      height: 111px; }
    .list-container .squishy-container .wrapper-grid.grid-slider .list-box .list-block-cheese-culture .list-item-description-box,
    .list-container .container .wrapper-grid.grid-slider .list-box .list-block-cheese-culture .list-item-description-box {
      height: 111px; }

.popin-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .popin-modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    max-height: 92vh;
    border: 0.5px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    width: 910px;
    background: white; }
  .popin-modal__close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1001;
    border-radius: 50%;
    background-color: #e25944;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .popin-modal__close:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: url(../../images/icons/icon-close.png) no-repeat center center; }
  .popin-modal__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 80px;
    background-image: url(../../images/gigya/header-loginform.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px #606060;
    font-size: 26px;
    line-height: 32px; }
    .popin-modal__header h2 {
      font-family: "merriweather";
      font-style: normal;
      font-weight: 900;
      font-size: 30px;
      line-height: 38px;
      text-transform: none; }
  .popin-modal__main {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    overflow: hidden auto;
    color: #2c4657;
    text-align: center;
    font-size: 16px;
    font-family: "gotham", sans-serif;
    line-height: 1.2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 100px; }
    .popin-modal__main.is-twocolumns {
      padding: 10px 0; }
    .popin-modal__main.is-twocolumns.is-nofooter {
      padding-bottom: 40px; }
    .popin-modal__main.is-twocolumns.is-noheader {
      padding-top: 35px; }
    .popin-modal__main p {
      font-size: 14px; }
      .popin-modal__main p a {
        text-decoration: underline; }
  .popin-modal__left, .popin-modal__right {
    position: relative;
    max-width: 50%;
    padding: 0 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .popin-modal__left::after, .popin-modal__right::after {
      content: "";
      height: 10px;
      width: 1px;
      position: absolute;
      top: 100%;
      pointer-events: none; }
  .popin-modal__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 530px;
    width: 1px;
    background: #EBEBEB; }
  .popin-modal__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 30px;
    color: #fff;
    background: #324C5C; }
  .popin-modal__single,
  .popin-modal__single form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .popin-modal .form-group {
    text-align: left;
    margin-top: 20px;
    width: 270px;
    position: relative; }
    .popin-modal .form-group.inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .popin-modal .form-group.center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .popin-modal .form-group label {
      font-size: 12px; }
    .popin-modal .form-group input:not([type="checkbox"]),
    .popin-modal .form-group input:not([type="radio"]) {
      width: 270px;
      height: 40px;
      padding: 5px 10px;
      border: 1px solid #ebebeb;
      margin-top: 15px; }
  .popin-modal .legal {
    margin-top: 20px;
    font-size: 12px; }

.success {
  color: green;
  font-size: 12px !important;
  display: block;
  margin-top: 20px; }

.error {
  color: red;
  font-size: 12px !important;
  display: block;
  margin-top: 20px; }

.hide {
  display: none; }

header {
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /*&.base-layout {

    #header-logo-wrapper {
      body.home & {
       display: none;
      }
    }
    .custom-home  {
      body.home & {
        display: block;
      }
    }
  }*/ }
  header .links-menu {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    position: relative; }
    @media (max-width: 767px) {
      header .links-menu {
        position: absolute;
        right: 0px;
        top: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      header .links-menu {
        position: absolute;
        right: 0px;
        top: 0; } }
    @media (min-width: 1024px) {
      header .links-menu .magnifier-button {
        display: inline-block;
        margin-left: 16px;
        height: 90px;
        font-size: 20px;
        width: 70px;
        border-left: 1px solid #dddddd;
        cursor: pointer;
        -webkit-transition: background-color 0.5s, fill 0.5s;
        transition: background-color 0.5s, fill 0.5s; }
        header .links-menu .magnifier-button:hover {
          background-color: #324c5c; }
          header .links-menu .magnifier-button:hover .image-svg path {
            fill: #fff; }
        header .links-menu .magnifier-button .image-svg {
          width: 18px;
          height: 18px;
          display: block;
          margin: 0 auto;
          line-height: 95px; }
          header .links-menu .magnifier-button .image-svg path {
            fill: #324c5c; } }
    @media (max-width: 1023px) {
      header .links-menu .magnifier-button {
        display: none; } }
  header .background-menu {
    background: #f2f2f2; }
  header.sticky .background-menu {
    top: 0px;
    background: none; }
  header.sticky {
    position: fixed; }
  @media (min-width: 768px) {
    header .container {
      margin-left: auto;
      margin-right: auto;
      width: auto; } }
  @media (max-width: 767px) {
    header .container {
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1024px) {
    header .container {
      margin-left: 20px;
      margin-right: 0px;
      max-width: initial; } }
  @media (min-width: 1439px) {
    header .container {
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto; } }
  header #header-burger-icon {
    outline: none;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 45px;
    border: 0;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background-color: transparent; }
    @media (min-width: 768px) {
      header #header-burger-icon {
        width: 70px;
        height: 70px; } }
    @media (max-width: 767px) {
      header #header-burger-icon {
        display: block; } }
    @media (max-width: 1023px) {
      header #header-burger-icon {
        display: block; } }
    .mobile-device header #header-burger-icon {
      display: block; }
    header #header-burger-icon .burger-container {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      border: none;
      z-index: 1; }
      @media (min-width: 1024px) {
        header #header-burger-icon .burger-container {
          display: none; }
          .mobile-device header #header-burger-icon .burger-container {
            display: block; } }
      header #header-burger-icon .burger-container span {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: background 0.5s ease;
        transition: background 0.5s ease; }
        header #header-burger-icon .burger-container span, header #header-burger-icon .burger-container span::before, header #header-burger-icon .burger-container span::after {
          position: absolute;
          display: block;
          width: 30px;
          height: 4px;
          background-color: #324c5c;
          border-radius: 4px; }
          @media (min-width: 768px) {
            header #header-burger-icon .burger-container span, header #header-burger-icon .burger-container span::before, header #header-burger-icon .burger-container span::after {
              width: 42px;
              height: 3px;
              border-radius: initial; } }
        header #header-burger-icon .burger-container span::before, header #header-burger-icon .burger-container span::after {
          content: " ";
          display: block;
          top: 0;
          left: 0;
          -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease; }
        header #header-burger-icon .burger-container span::before {
          -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
          transform: translateY(-8px); }
          @media (min-width: 768px) {
            header #header-burger-icon .burger-container span::before {
              -webkit-transform: translateY(-11px);
              -ms-transform: translateY(-11px);
              transform: translateY(-11px); } }
        header #header-burger-icon .burger-container span::after {
          -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
          transform: translateY(8px); }
          @media (min-width: 768px) {
            header #header-burger-icon .burger-container span::after {
              -webkit-transform: translateY(11px);
              -ms-transform: translateY(11px);
              transform: translateY(11px); } }
    header #header-burger-icon.active {
      background-color: rgba(50, 76, 92, 0.95); }
      header #header-burger-icon.active .burger-container {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        header #header-burger-icon.active .burger-container span {
          background: transparent; }
          header #header-burger-icon.active .burger-container span::before {
            -webkit-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
            background-color: white; }
          header #header-burger-icon.active .burger-container span::after {
            -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
            background-color: white; }
  header .custom-home {
    display: none; }
  @media (min-width: 1024px) {
    header #header-logo-wrapper {
      float: left;
      padding-top: 13px; } }
  @media (min-width: 1439px) {
    header #header-logo-wrapper {
      float: none;
      margin-left: -620px;
      position: absolute;
      left: 50%; } }
  header #header-logo-wrapper .wrapper-logo {
    display: block; }
    header #header-logo-wrapper .wrapper-logo .logo-image {
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      header #header-logo-wrapper .wrapper-logo {
        width: 130px;
        height: 45px;
        background-size: contain;
        position: absolute;
        left: 50%;
        margin-left: -65px;
        top: 0;
        z-index: 1;
        margin-top: 8px; } }
    @media (min-width: 768px) {
      header #header-logo-wrapper .wrapper-logo {
        width: 230px;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -115px;
        top: 50%;
        z-index: 1;
        margin-top: -25px; } }
    @media (min-width: 768px) {
      .not-mobile-device header #header-logo-wrapper .wrapper-logo {
        width: 230px;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -115px;
        top: 50%;
        z-index: 1;
        margin-top: -25px; } }
    @media (min-width: 1024px) {
      .not-mobile-device header #header-logo-wrapper .wrapper-logo {
        width: 260px;
        height: 49px;
        position: static;
        top: initial;
        left: initial;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px; } }
    header #header-logo-wrapper .wrapper-logo h1, header #header-logo-wrapper .wrapper-logo span {
      line-height: 0;
      visibility: hidden; }
  @media (min-width: 1024px) {
    header #custom-header-logo-wrapper {
      float: left;
      margin-left: 6.9444444444%;
      padding-top: 13px; } }
  @media (min-width: 1439px) {
    header #custom-header-logo-wrapper {
      float: none;
      margin-left: -620px;
      position: absolute;
      left: 50%; } }
  header #custom-header-logo-wrapper .wrapper-logo {
    display: block; }
    header #custom-header-logo-wrapper .wrapper-logo .logo-image {
      width: 100%;
      height: auto;
      display: block; }
    @media (min-width: 1024px) {
      header #custom-header-logo-wrapper .wrapper-logo {
        background-size: contain;
        width: 285px;
        height: 50px;
        position: static;
        top: initial;
        left: initial;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3px; } }
    header #custom-header-logo-wrapper .wrapper-logo h1, header #custom-header-logo-wrapper .wrapper-logo span {
      line-height: 0;
      visibility: hidden; }
  @media (min-width: 1024px) {
    body.home header #custom-header-logo-wrapper {
      float: none;
      border-bottom: 1px solid #e5e5e5;
      background-image: url("/assets/frontend/images/grey-background.png");
      background-position: top left;
      height: 146px;
      padding-top: 11px;
      margin-left: auto; } }
  @media (min-width: 1439px) {
    body.home header #custom-header-logo-wrapper {
      position: static;
      left: initial; } }
  @media (min-width: 1024px) {
    body.home header #custom-header-logo-wrapper .wrapper-logo {
      background-position: 50% 50%;
      width: 240px;
      height: 108px; } }
  header.hide {
    display: none; }
  header.sticky #header-nav-wrapper {
    text-align: left; }
    @media (min-width: 1024px) {
      header.sticky #header-nav-wrapper {
        float: right; } }
  header #header-nav-wrapper {
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-family: gotham;
    font-weight: 300;
    position: relative; }
    @media (min-width: 768px) {
      header #header-nav-wrapper {
        height: 70px;
        line-height: 70px; } }
    @media (min-width: 1024px) {
      header #header-nav-wrapper {
        height: 90px;
        line-height: 90px; }
        .mobile-device header #header-nav-wrapper {
          height: 70px;
          line-height: 70px; } }
    header #header-nav-wrapper nav {
      display: inline-block;
      z-index: 2; }
      @media (min-width: 1024px) {
        header #header-nav-wrapper nav {
          position: relative; } }
      header #header-nav-wrapper nav .nav-bullet {
        display: none;
        vertical-align: top; }
        @media (min-width: 1024px) {
          .not-mobile-device header #header-nav-wrapper nav .nav-bullet {
            display: inline-block; } }
        header #header-nav-wrapper nav .nav-bullet.hovered {
          background-color: #324c5c;
          color: white; }
      @media (min-width: 1024px) {
        header #header-nav-wrapper nav {
          box-sizing: border-box;
          height: 90px; }
          header #header-nav-wrapper nav .mobile-device {
            height: 70px; } }
    header #header-nav-wrapper .nav-bullet {
      text-decoration: none;
      color: #324c5c;
      font-size: 12px;
      text-transform: uppercase;
      padding: 0 10px;
      line-height: inherit;
      display: inline-block; }
      header #header-nav-wrapper .nav-bullet .icon-profile {
        display: inline;
        font-size: 19px;
        margin-right: 10px;
        margin-left: 10px; }
        @media (min-width: 1024px) {
          header #header-nav-wrapper .nav-bullet .icon-profile {
            float: right;
            margin-left: 0px; } }
  header .helper-menu {
    display: inline-block; }
    @media (min-width: 1024px) {
      header .helper-menu {
        margin-left: 16px; } }
  header .menu-icon-helper {
    cursor: pointer;
    color: #324c5c;
    border: none;
    border-left: 1px solid #dddddd;
    border-radius: initial;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    width: auto;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
    transition: color 0.5s, background-color 0.5s, border-color 0.5s;
    font-size: 10px;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      header .menu-icon-helper {
        height: 70px;
        font-size: 16px;
        width: 71px; } }
    @media (min-width: 1024px) {
      header .menu-icon-helper {
        height: 90px;
        font-size: 20px;
        width: auto;
        border-right: 1px solid #dddddd; }
        header .menu-icon-helper + .menu-icon-helper {
          border-left: none; }
        .mobile-device header .menu-icon-helper {
          height: 70px; } }
    @media (max-width: 767px) {
      header .menu-icon-helper {
        padding-left: 12px;
        padding-right: 12px; } }
    @media (min-width: 1024px) {
      header .menu-icon-helper .icon-profile {
        margin-right: 0;
        margin-left: 0; } }
    @media (min-width: 768px) {
      header .menu-icon-helper .icon-profile {
        font-size: 19px;
        margin-right: 0;
        margin-left: 0; } }
    @media (max-width: 1023px) {
      header .menu-icon-helper .header-search-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #e6e6e6;
        z-index: 50; } }
    .mobile-device header .menu-icon-helper .header-search-box {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #e6e6e6;
      z-index: 50; }
    @media (min-width: 1024px) {
      .not-mobile-device header .menu-icon-helper .header-search-box {
        width: 618px;
        position: absolute;
        right: -1px;
        top: 0;
        background-color: rgba(0, 0, 0, 0.1);
        height: 100%; } }
    @media (min-width: 1024px) {
      .not-mobile-device header .menu-icon-helper .header-search-box .input-holder {
        background-color: white;
        position: relative; } }
    @media (max-width: 1023px) {
      header .menu-icon-helper .header-search-box .input-holder {
        margin-left: 30px;
        margin-right: 30px;
        position: relative;
        margin-top: 72px; } }
    .mobile-device header .menu-icon-helper .header-search-box .input-holder {
      margin-left: 30px;
      margin-right: 30px;
      position: relative;
      margin-top: 72px; }
    header .menu-icon-helper .header-search-box .input-holder input[type="text"] {
      font-family: 'sourceSansPro';
      padding: 0 144px 0 30px;
      vertical-align: top;
      border: none;
      display: block;
      font-size: 20px;
      height: 90px;
      line-height: 20px;
      border-radius: 0;
      width: 100%;
      height: 90px; }
      header .menu-icon-helper .header-search-box .input-holder input[type="text"]::-ms-clear {
        display: none; }
      @media (max-width: 1023px) {
        header .menu-icon-helper .header-search-box .input-holder input[type="text"] {
          padding: 0;
          padding-right: 25px;
          font-family: 'merriweather';
          font-weight: 300;
          color: #324c5c;
          background-color: transparent;
          line-height: 27px;
          height: 47px;
          border-bottom: 1px solid #324c5c;
          font-size: 27px; } }
      @media (max-width: 767px) {
        header .menu-icon-helper .header-search-box .input-holder input[type="text"]::-webkit-input-placeholder {
          font-size: 10px; } }
      .mobile-device header .menu-icon-helper .header-search-box .input-holder input[type="text"] {
        padding: 0;
        padding-right: 25px;
        font-family: 'merriweather';
        font-weight: 300;
        color: #324c5c;
        background-color: transparent;
        line-height: 27px;
        height: 47px;
        border-bottom: 1px solid #324c5c;
        font-size: 27px; }
    header .menu-icon-helper .header-search-box .input-holder .close-search {
      position: absolute;
      right: 72px;
      top: 0;
      bottom: 0;
      width: 72px; }
      @media (max-width: 1023px) {
        header .menu-icon-helper .header-search-box .input-holder .close-search {
          width: 47px;
          right: 18px;
          top: -72px; } }
      .mobile-device header .menu-icon-helper .header-search-box .input-holder .close-search {
        width: 47px;
        right: 18px;
        top: -72px; }
        @media (max-width: 767px) {
          .mobile-device header .menu-icon-helper .header-search-box .input-holder .close-search {
            right: 0px; } }
      @media (max-width: 767px) {
        header .menu-icon-helper .header-search-box .input-holder .close-search {
          right: 0px; } }
      header .menu-icon-helper .header-search-box .input-holder .close-search:after {
        content: '\e819';
        font-family: 'fontello';
        display: block;
        line-height: inherit;
        text-align: center;
        color: #324c5c; }
        @media (max-width: 1023px) {
          header .menu-icon-helper .header-search-box .input-holder .close-search:after {
            font-size: 14px;
            font-weight: 600; } }
        .mobile-device header .menu-icon-helper .header-search-box .input-holder .close-search:after {
          font-size: 14px;
          font-weight: 600; }
    header .menu-icon-helper .header-search-box .input-holder .search-icon {
      position: absolute;
      right: 0px;
      top: 0;
      height: 90px;
      width: 72px;
      font-family: 'fontello';
      background-color: #324c5c;
      display: block;
      text-align: center;
      line-height: 90px;
      color: white;
      -webkit-appearance: none;
      border: none;
      border-right: 1px solid #ddd;
      font-size: 20px;
      padding: 0; }
      @media (max-width: 1023px) {
        header .menu-icon-helper .header-search-box .input-holder .search-icon {
          line-height: 47px;
          height: 47px;
          background-color: transparent;
          color: #324c5c;
          top: 0px;
          font-size: 16px;
          font-weight: 600;
          width: 47px;
          right: 18px; } }
      .mobile-device header .menu-icon-helper .header-search-box .input-holder .search-icon {
        line-height: 47px;
        height: 47px;
        background-color: transparent;
        color: #324c5c;
        top: 0px;
        font-size: 16px;
        font-weight: 600;
        width: 47px;
        right: 18px; }
        @media (max-width: 767px) {
          .mobile-device header .menu-icon-helper .header-search-box .input-holder .search-icon {
            right: 0px; } }
      @media (max-width: 767px) {
        header .menu-icon-helper .header-search-box .input-holder .search-icon {
          right: 0px; } }
    header .menu-icon-helper .header-search-box .input-holder .autocomplete-suggestions {
      color: white;
      text-align: left;
      font-size: 18px;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
      @media (max-width: 1023px) {
        header .menu-icon-helper .header-search-box .input-holder .autocomplete-suggestions {
          margin-left: 30px;
          margin-right: 30px;
          margin-top: 12px;
          left: 0;
          right: 0;
          position: absolute;
          top: 65px; } }
      .mobile-device header .menu-icon-helper .header-search-box .input-holder .autocomplete-suggestions {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 12px;
        left: 0;
        right: 0;
        position: absolute;
        top: 65px; }
      header .menu-icon-helper .header-search-box .input-holder .autocomplete-suggestions li {
        font-family: sourceSansPro;
        font-weight: 300; }
        @media (max-width: 1023px) {
          header .menu-icon-helper .header-search-box .input-holder .autocomplete-suggestions li {
            color: #324c5c;
            line-height: 12px;
            font-size: 12px;
            padding-top: 1em;
            padding-bottom: 1em; } }
        .mobile-device header .menu-icon-helper .header-search-box .input-holder .autocomplete-suggestions li {
          color: #324c5c;
          line-height: 12px;
          font-size: 12px;
          padding-top: 1em;
          padding-bottom: 1em;
          border-bottom: none;
          padding-left: 0;
          background-color: transparent; }
        @media (min-width: 1024px) {
          header .menu-icon-helper .header-search-box .input-holder .autocomplete-suggestions li {
            background-color: #324c5c;
            line-height: 18px;
            padding-left: 30px;
            border-bottom: 1px solid #5d727f;
            padding-top: 12px;
            padding-bottom: 12px; } }
        header .menu-icon-helper .header-search-box .input-holder .autocomplete-suggestions li .highlight {
          font-weight: 600; }
    header .menu-icon-helper.connected {
      background: #324c5c;
      color: #fff; }
    .not-mobile-device header .menu-icon-helper:hover {
      background-color: #324c5c;
      color: #fff;
      border-color: #324c5c;
      border-right-color: #dddddd; }
  header .follow-active {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 5px;
    right: 0;
    z-index: -1; }
    @media (max-width: 767px) {
      header .follow-active {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      header .follow-active {
        display: none; } }
    .mobile-device header .follow-active {
      display: none; }
    header .follow-active .thumb {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      background-color: #324c5c;
      display: block;
      height: 5px;
      width: 0px; }
  header .formError {
    line-height: 1em; }

.popups {
  position: relative;
  /* RECETTE FAV */ }
  .popups .popup-fav {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 365px;
    background: #e25944;
    padding: 25px 20px;
    color: white;
    font-size: 1.5rem;
    font-size: 15px;
    font-family: 'sourceSansPro';
    display: none; }
    .popups .popup-fav .heart-icon {
      width: 39px;
      height: 33px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(/assets/frontend/images/icons/favorite-white.png);
      float: left; }
    .popups .popup-fav:before {
      content: "";
      position: absolute;
      width: 0px;
      height: 0px;
      top: -13px;
      right: 15px;
      border-left: 17px solid transparent;
      border-right: 17px solid transparent;
      border-bottom: 17px solid #e25944; }
    .popups .popup-fav p {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      padding-left: 15px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle; }
    .popups .popup-fav .hidden {
      display: none; }

footer {
  background-image: url(/assets/frontend/images/blue-background.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  color: white;
  overflow: hidden; }
  @media (max-width: 1023px) {
    footer.sharable {
      margin-bottom: 78px; } }
  footer .cheese-letter.popin {
    display: none; }
  footer .open {
    display: inline-block !important; }
  footer #footer-social .title {
    line-height: 1.2em;
    color: white;
    font-family: merriweather;
    font-weight: 600;
    font-size: 17.5px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      footer #footer-social .title {
        margin-left: 12%;
        margin-right: 12%; } }
    @media (min-width: 768px) {
      footer #footer-social .title {
        font-size: 18.25px;
        margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      footer #footer-social .title {
        font-size: 25px;
        margin-bottom: 25px; } }
  footer .wrap-footer:after {
    display: table;
    content: " ";
    clear: both; }
  @media (min-width: 1024px) {
    footer .wrap-footer {
      margin-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    footer .wrap-footer {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    footer .wrap-footer {
      margin-bottom: 35px; } }
  footer .wrap-footer .footer-contact {
    width: 50%;
    text-align: center;
    color: white;
    vertical-align: top;
    float: left; }
    @media (max-width: 767px) {
      footer .wrap-footer .footer-contact {
        width: auto;
        margin-top: 30px;
        float: none; } }
    footer .wrap-footer .footer-contact p {
      font-family: sourceSansPro;
      font-weight: 600;
      font-size: 14px; }
      footer .wrap-footer .footer-contact p a {
        text-decoration: underline; }
    footer .wrap-footer .footer-contact .email {
      position: relative;
      display: block;
      border: 2px solid #FFF;
      border-radius: 47px;
      width: 47px;
      height: 47px;
      margin: auto;
      margin-top: 10px;
      -webkit-transition: all .4s;
      transition: all .4s; }
      footer .wrap-footer .footer-contact .email:before {
        content: '\e815';
        position: absolute;
        font-family: fontello;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      footer .wrap-footer .footer-contact .email:hover {
        background-color: #FFF;
        color: #203641; }
  footer .wrap-footer .footer-newsletter {
    width: 50%;
    text-align: left;
    color: white;
    display: inline-block;
    position: relative;
    vertical-align: top; }
    @media (min-width: 768px) {
      footer .wrap-footer .footer-newsletter {
        box-sizing: content-box;
        padding-right: 6.9444444444%;
        margin-right: -6.9444444444%; } }
    @media (max-width: 767px) {
      footer .wrap-footer .footer-newsletter {
        width: 100%;
        float: none;
        margin-left: -3.125%;
        padding-left: 3.125%;
        margin-right: -3.125%;
        padding-right: 3.125%;
        box-sizing: content-box; } }
    footer .wrap-footer .footer-newsletter form#cheeseletterFooterForm {
      position: absolute;
      margin-top: -44px;
      width: 100%; }
    footer .wrap-footer .footer-newsletter .decorated-cheese-box {
      background-image: url(/assets/frontend/images/background/footer-cheeseletter.png);
      background-color: rgba(255, 255, 255, 0.1);
      padding-bottom: 22px;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        footer .wrap-footer .footer-newsletter .decorated-cheese-box {
          padding-left: 3.125%;
          padding-right: 3.125%;
          margin-left: -3.125%;
          margin-right: -3.125%;
          background-size: cover;
          background-position: 100% 50%; } }
      @media (min-width: 768px) {
        footer .wrap-footer .footer-newsletter .decorated-cheese-box {
          padding-left: 40px;
          margin-left: -40px;
          box-sizing: content-box;
          padding-right: 16.1%;
          margin-right: -16.1%;
          background-size: cover;
          background-position: 0 0; } }
    @media (max-width: 767px) {
      footer .wrap-footer .footer-newsletter .cheese-box-sizer {
        position: relative;
        max-width: 300px;
        margin: auto; }
        footer .wrap-footer .footer-newsletter .cheese-box-sizer.mobile-layout {
          box-sizing: border-box;
          padding-right: 45px; } }
    footer .wrap-footer .footer-newsletter .cheese-box-sizer .error {
      position: absolute;
      top: 100%;
      margin: 5px 0 0;
      left: 0; }
    footer .wrap-footer .footer-newsletter p {
      font-family: 'sourceSansPro';
      line-height: 1.2em; }
      @media (min-width: 768px) {
        footer .wrap-footer .footer-newsletter p {
          font-size: .75em; } }
      @media (min-width: 1024px) {
        footer .wrap-footer .footer-newsletter p {
          font-size: .9375em; } }
      footer .wrap-footer .footer-newsletter p.title-cheese {
        font-weight: 600;
        padding-top: 1.75em;
        padding-bottom: .75em; }
        @media (min-width: 768px) {
          footer .wrap-footer .footer-newsletter p.title-cheese {
            font-size: 1em; } }
        @media (min-width: 1024px) {
          footer .wrap-footer .footer-newsletter p.title-cheese {
            font-size: 1.25em; } }
      footer .wrap-footer .footer-newsletter p.accroche {
        font-weight: 600;
        padding-top: .75em;
        padding-bottom: 10px; }
      footer .wrap-footer .footer-newsletter p.legal {
        font-size: 12px;
        padding-bottom: 10px; }
        footer .wrap-footer .footer-newsletter p.legal a {
          text-decoration: underline; }
    footer .wrap-footer .footer-newsletter form input[type="text"] {
      padding: 0 1em;
      vertical-align: top;
      border: none;
      float: left;
      font-size: .875em;
      height: 45px;
      line-height: 45px;
      border-radius: 0; }
      @media (max-width: 767px) {
        footer .wrap-footer .footer-newsletter form input[type="text"] {
          width: 100%;
          display: block; } }
      @media (min-width: 768px) {
        footer .wrap-footer .footer-newsletter form input[type="text"] {
          width: 18em; } }
    footer .wrap-footer .footer-newsletter form input[type="submit"] {
      background-color: #e25944;
      color: white;
      border: none;
      padding: 0;
      float: left;
      vertical-align: top;
      font-size: .75em;
      height: 45px;
      width: 45px;
      line-height: 45px;
      font-weight: 600;
      border-radius: 0;
      -webkit-appearance: none; }
      @media (max-width: 767px) {
        footer .wrap-footer .footer-newsletter form input[type="submit"] {
          position: absolute;
          right: 0;
          top: 0; } }
      footer .wrap-footer .footer-newsletter form input[type="submit"][disabled] {
        background-color: #EBEBEB;
        cursor: not-allowed; }
  footer .wrap-footer #footer-social-links {
    color: white;
    text-align: center;
    width: 50%;
    float: left;
    vertical-align: top; }
    @media (max-width: 767px) {
      footer .wrap-footer #footer-social-links {
        margin-bottom: 35px; } }
    @media (min-width: 768px) {
      footer .wrap-footer #footer-social-links {
        padding-right: 40px; } }
    @media (max-width: 767px) {
      footer .wrap-footer #footer-social-links {
        width: auto;
        float: none; } }
    footer .wrap-footer #footer-social-links p {
      font-weight: 600;
      font-size: 12.5px;
      margin-bottom: 15px;
      font-family: sourceSansPro; }
      @media (min-width: 768px) {
        footer .wrap-footer #footer-social-links p {
          font-size: 11.25px; } }
      @media (min-width: 1024px) {
        footer .wrap-footer #footer-social-links p {
          font-size: 15px; } }
    footer .wrap-footer #footer-social-links li {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px; }
    footer .wrap-footer #footer-social-links .round-a {
      display: block;
      height: 45px;
      width: 45px;
      line-height: 45px;
      border-radius: 50%;
      border: 2px solid white;
      font-size: 0;
      color: white;
      overflow: hidden; }
    footer .wrap-footer #footer-social-links .facebook {
      background: #3a589b; }
      footer .wrap-footer #footer-social-links .facebook::before {
        margin-top: 7px;
        margin-left: 10px;
        font-size: 37px; }
    footer .wrap-footer #footer-social-links .instagram {
      background: #ac3694;
      background-image: radial-gradient(circle at -10% 100%, #fed373 30%, #f15245 60%, #d92e7f 62%, #515ecf 85%, #9b36b7); }
      footer .wrap-footer #footer-social-links .instagram::before {
        font-size: 27px;
        margin-top: -1px; }
    footer .wrap-footer #footer-social-links .contact-form {
      margin-top: 15px; }
      footer .wrap-footer #footer-social-links .contact-form .link {
        text-decoration: underline; }
    footer .wrap-footer #footer-social-links .contact-a {
      margin: 0 auto; }
      footer .wrap-footer #footer-social-links .contact-a::before {
        font-size: 19px;
        margin-top: -2px; }
  footer #footer-nav {
    background: #324c5c;
    color: white;
    text-align: center; }
    @media (max-width: 767px) {
      footer #footer-nav {
        padding-top: 10px;
        padding-bottom: 25px; } }
    footer #footer-nav a {
      display: block;
      -webkit-transition: text-shadow 0.25s ease;
      transition: text-shadow 0.25s ease;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.65);
      font-family: sourceSansPro;
      font-size: 12.5px;
      padding: 10px 0;
      -webkit-transition: color 0.3s linear 0.0s;
      transition: color 0.3s linear 0.0s; }
      footer #footer-nav a:hover {
        color: white; }
      @media (min-width: 768px) {
        footer #footer-nav a {
          display: inline-block;
          font-size: 11.25px;
          line-height: 40px;
          padding: 0 8px; } }
      @media (min-width: 1024px) {
        footer #footer-nav a {
          font-size: 15px;
          padding: 0 20px;
          line-height: 45px; } }
  footer .target-links {
    font-family: sourceSansPro;
    font-weight: 300;
    font-size: 13px;
    max-width: 950px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      footer .target-links {
        max-width: 700px; } }
    @media (max-width: 767px) {
      footer .target-links {
        display: none; } }
    footer .target-links .title {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 15px;
      margin-top: 25px;
      text-transform: uppercase; }
    footer .target-links .h5 {
      display: inline-block;
      width: 90%;
      vertical-align: top;
      line-height: 1.2em;
      margin-bottom: 0; }
    footer .target-links p {
      margin-bottom: 5px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer .target-links p {
          margin-bottom: 0; } }
    footer .target-links .h4 {
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 300;
      margin-bottom: 5px;
      line-height: 1.2em; }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer .target-links .h4 {
          margin-bottom: 0; } }
      footer .target-links .h4 + .title {
        margin-top: 25px; }
    footer .target-links > ul {
      font-size: 0; }
      footer .target-links > ul > li {
        list-style: none;
        display: inline-block;
        width: 20%;
        vertical-align: top;
        font-size: 13px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          footer .target-links > ul > li {
            width: 30%; } }
        footer .target-links > ul > li:first-child {
          width: 40%; }
          @media (min-width: 768px) and (max-width: 1023px) {
            footer .target-links > ul > li:first-child {
              width: 30%; } }
        footer .target-links > ul > li.brand-block {
          width: 40%;
          font-size: 0; }
          footer .target-links > ul > li.brand-block h4 {
            font-size: 13px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          footer .target-links > ul > li.brand-block .brand-column {
            display: inline-block;
            width: 48%;
            margin-right: 2%;
            vertical-align: top; }
        footer .target-links > ul > li .culinary-container {
          margin-left: 40px; }
        footer .target-links > ul > li ul {
          font-size: 0;
          width: 50%;
          float: left; }
          footer .target-links > ul > li ul li {
            list-style: disc;
            display: inline-block;
            vertical-align: top;
            font-size: 13px;
            width: 100%; }
            @media (min-width: 768px) and (max-width: 1023px) {
              footer .target-links > ul > li ul li {
                display: block;
                width: 100%; } }
            footer .target-links > ul > li ul li:before {
              content: " ";
              width: 4px;
              height: 4px;
              background-color: white;
              border-radius: 2px;
              display: inline-block;
              vertical-align: top;
              margin-right: 3px;
              margin-top: .5em; }

.cc_banner-wrapper {
  z-index: 10;
  position: relative;
  background-color: black;
  color: white;
  position: fixed;
  bottom: 0px;
  width: 100%;
  font-size: 14px;
  font-family: 'sourceSansPro'; }
  .cc_banner-wrapper .cc_message {
    margin: 0;
    width: 100%;
    padding: 20px 20px 14px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .cc_banner-wrapper .cta-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px; }
  .cc_banner-wrapper .cc_text {
    text-align: center;
    /*margin: auto;*/ }
    @media (min-width: 1024px) {
      .cc_banner-wrapper .cc_text {
        width: 57%; } }
    .cc_banner-wrapper .cc_text a {
      text-decoration: underline;
      color: #e25944;
      font-weight: bolder; }
  .cc_banner-wrapper .cc_ctas {
    /*margin-top: 10px;*/ }
    .cc_banner-wrapper .cc_ctas .left-ctas {
      width: 50%;
      text-align: right;
      margin-right: 10px;
      text-decoration: underline;
      display: inline-block;
      vertical-align: middle; }
      .cc_banner-wrapper .cc_ctas .left-ctas a {
        display: block; }
      @media (max-width: 767px) {
        .cc_banner-wrapper .cc_ctas .left-ctas {
          width: 100%;
          text-align: center; }
          .cc_banner-wrapper .cc_ctas .left-ctas a {
            margin: 11px; } }
    .cc_banner-wrapper .cc_ctas .cc_btn {
      /*margin-left: 10px;*/
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: middle;
      padding: 1em 1.5em; }
      @media (max-width: 1023px) {
        .cc_banner-wrapper .cc_ctas .cc_btn {
          margin-top: 20px; } }
      .cc_banner-wrapper .cc_ctas .cc_btn:hover .arrow-right {
        border-left: 0.5em solid #e25944; }
      .cc_banner-wrapper .cc_ctas .cc_btn .arrow-right {
        margin-right: 1em;
        width: 0;
        height: 0;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        border-left: 0.5em solid white;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

.breadcrumbs {
  display: none;
  background-color: #d8d5d5; }
  @media (min-width: 768px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs ul li {
    display: inline-block;
    font-family: sourceSansPro;
    font-size: 13px;
    color: #324c5c;
    font-weight: 300; }
    .breadcrumbs ul li a {
      color: #324c5c;
      text-decoration: none;
      line-height: 30px; }
    .breadcrumbs ul li:after {
      content: ">"; }
    .breadcrumbs ul li:last-child {
      font-weight: 600; }
      .breadcrumbs ul li:last-child:after {
        display: none; }

.aside-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  right: 0;
  color: white;
  font-family: 'gotham';
  font-weight: bold;
  font-size: 15px;
  display: none;
  z-index: 999 !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  @media (min-width: 768px) {
    .aside-menu {
      font-size: 18px; }
      .aside-menu li {
        padding-left: 50px; } }
  @media (orientation: landscape) and (max-width: 767px) {
    .aside-menu {
      font-size: 12px; }
      .aside-menu li {
        padding-top: 8px;
        padding-bottom: 8px; } }
  .aside-menu .relative-box {
    box-sizing: border-box;
    padding-top: 45px; }
    @media (min-width: 768px) {
      .aside-menu .relative-box {
        padding-top: 70px; } }
  .aside-menu .shadow-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0; }
  .aside-menu .content-wrapper {
    padding-top: 25px; }
  .aside-menu .content-box {
    position: relative;
    z-index: 1;
    width: 80%;
    min-width: 250px;
    background-color: rgba(50, 76, 92, 0.95);
    height: 100%; }
    @media (min-width: 768px) {
      .aside-menu .content-box {
        width: 370px; } }
  .aside-menu li {
    display: block;
    padding-top: 1em;
    padding-left: 40px; }
  .aside-menu .first li {
    cursor: pointer; }
  .aside-menu .second {
    display: block !important; }
    .aside-menu .second li {
      padding-left: 65px !important; }
      .aside-menu .second li a {
        color: #ffe153;
        font-size: 1em;
        font-family: 'Gotham';
        font-weight: 100; }
  .aside-menu .active {
    display: block; }
  .aside-menu #header-account {
    display: none; }
  .aside-menu .separator {
    width: 90%;
    background-color: #fff;
    height: 1px;
    margin: 35px auto 35px auto; }
  .aside-menu .social {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px; }
    .aside-menu .social .fb, .aside-menu .social .twitter {
      width: 40px;
      height: 40px;
      display: inline-block;
      text-decoration: none;
      vertical-align: middle;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .aside-menu .social .fb {
      background-image: url("/assets/frontend/images/social/facebook-aside.png"); }
    .aside-menu .social .twitter {
      margin-left: 20px;
      background-image: url("/assets/frontend/images/social/twitter-aside.png"); }

.back-to-top {
  position: relative; }
  .back-to-top span {
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: #e54b34;
    position: fixed;
    bottom: 20px;
    color: white;
    cursor: pointer;
    opacity: 0;
    box-sizing: border-box;
    border: 2px solid #e54b34;
    -webkit-transition: color .3s ease-out, background-color .3s ease-out, opacity .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out, opacity .3s ease-out;
    right: 20px; }
    @media (min-width: 768px) {
      .back-to-top span {
        bottom: 100px; } }
    @media (max-width: 767px) {
      .back-to-top span {
        right: 10px;
        bottom: 100px;
        width: 40px;
        height: 40px; } }
    @media (min-width: 1439px) {
      .back-to-top span {
        left: 50%;
        margin-left: 640px;
        right: initial; } }
    .back-to-top span.unpinned {
      position: absolute; }
    .back-to-top span:before {
      content: '\e80f';
      display: block;
      font-family: 'fontello';
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 100%;
      text-align: center;
      line-height: 60px;
      font-size: 1.75em;
      font-weight: 900; }
      @media (max-width: 767px) {
        .back-to-top span:before {
          line-height: 40px; } }
    .back-to-top span:active {
      color: #e54b34;
      background-color: white; }

.mega-menu {
  position: relative;
  color: white;
  background-color: #324C5D; }
  .mega-menu .container .megamenu-content {
    height: 450px; }
    .mega-menu .container .megamenu-content .background-holder img {
      height: 100% !important; }
    .mega-menu .container .megamenu-content .megamenu-title {
      font-family: 'merriweather';
      font-size: 20px;
      font-weight: 600;
      margin-top: 35px; }
    .mega-menu .container .megamenu-content .separator {
      height: 3px;
      width: 10px;
      display: block;
      background-color: #fff;
      margin-top: 20px; }
    .mega-menu .container .megamenu-content .left {
      float: left;
      display: inline-block;
      padding-left: 2.5%; }
      .mega-menu .container .megamenu-content .left ul {
        margin-top: 20px;
        display: inline-block;
        vertical-align: top; }
        .mega-menu .container .megamenu-content .left ul li {
          font-family: 'sourceSansPro';
          font-size: 15px;
          height: 25px; }
          .mega-menu .container .megamenu-content .left ul li a {
            text-decoration: none;
            -webkit-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
            text-transform: uppercase; }
            .mega-menu .container .megamenu-content .left ul li a:hover {
              color: rgba(255, 255, 255, 0.65);
              text-decoration: underline; }
        .mega-menu .container .megamenu-content .left ul .title-li {
          margin-bottom: 20px;
          font-weight: 600; }
    .mega-menu .container .megamenu-content .right {
      float: right;
      display: inline-block; }
      .mega-menu .container .megamenu-content .right .articles, .mega-menu .container .megamenu-content .right .folders {
        margin-top: 20px; }
        .mega-menu .container .megamenu-content .right .articles .article, .mega-menu .container .megamenu-content .right .articles .folder, .mega-menu .container .megamenu-content .right .folders .article, .mega-menu .container .megamenu-content .right .folders .folder {
          height: 305px;
          display: inline-block;
          cursor: pointer; }
          .mega-menu .container .megamenu-content .right .articles .article .image-back, .mega-menu .container .megamenu-content .right .articles .folder .image-back, .mega-menu .container .megamenu-content .right .folders .article .image-back, .mega-menu .container .megamenu-content .right .folders .folder .image-back {
            width: 100%;
            height: 220px;
            background-color: white; }
          .mega-menu .container .megamenu-content .right .articles .article .infos, .mega-menu .container .megamenu-content .right .articles .folder .infos, .mega-menu .container .megamenu-content .right .folders .article .infos, .mega-menu .container .megamenu-content .right .folders .folder .infos {
            height: 80px;
            background-color: #fff;
            width: 100%;
            color: #324c5c;
            position: relative; }
            .mega-menu .container .megamenu-content .right .articles .article .infos span, .mega-menu .container .megamenu-content .right .articles .folder .infos span, .mega-menu .container .megamenu-content .right .folders .article .infos span, .mega-menu .container .megamenu-content .right .folders .folder .infos span {
              font-family: "sourceSansPro";
              font-weight: 300;
              font-size: 15px; }
            .mega-menu .container .megamenu-content .right .articles .article .infos .text, .mega-menu .container .megamenu-content .right .articles .folder .infos .text, .mega-menu .container .megamenu-content .right .folders .article .infos .text, .mega-menu .container .megamenu-content .right .folders .folder .infos .text {
              position: absolute;
              top: 20px;
              left: 20px;
              padding-right: 10px; }
              .mega-menu .container .megamenu-content .right .articles .article .infos .text .title, .mega-menu .container .megamenu-content .right .articles .folder .infos .text .title, .mega-menu .container .megamenu-content .right .folders .article .infos .text .title, .mega-menu .container .megamenu-content .right .folders .folder .infos .text .title {
                font-weight: 600;
                margin-bottom: 10px;
                display: block; }
        .mega-menu .container .megamenu-content .right .articles .article:nth-child(2), .mega-menu .container .megamenu-content .right .articles .folder:nth-child(2), .mega-menu .container .megamenu-content .right .folders .article:nth-child(2), .mega-menu .container .megamenu-content .right .folders .folder:nth-child(2) {
          margin-left: 3%; }
    .mega-menu .container .megamenu-content .all {
      position: absolute;
      bottom: 15px;
      font-family: 'sourceSansPro';
      font-size: 15px;
      text-decoration: underline;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .mega-menu .container .megamenu-content .all:hover {
        color: rgba(255, 255, 255, 0.65); }
  .mega-menu .container .megamenu-three-folders .left {
    width: 30%; }
    .mega-menu .container .megamenu-three-folders .left ul {
      width: 100%; }
      .mega-menu .container .megamenu-three-folders .left ul li {
        font-weight: 600;
        text-transform: uppercase;
        height: 40px; }
  .mega-menu .container .megamenu-three-folders .right {
    width: 70%; }
    .mega-menu .container .megamenu-three-folders .right .articles .article, .mega-menu .container .megamenu-three-folders .right .articles .folder, .mega-menu .container .megamenu-three-folders .right .folders .article, .mega-menu .container .megamenu-three-folders .right .folders .folder {
      width: 30%; }
    .mega-menu .container .megamenu-three-folders .right .articles .article:nth-child(3), .mega-menu .container .megamenu-three-folders .right .articles .folder:nth-child(3), .mega-menu .container .megamenu-three-folders .right .folders .article:nth-child(3), .mega-menu .container .megamenu-three-folders .right .folders .folder:nth-child(3) {
      margin-left: 3%; }
  .mega-menu .container .megamenu-two-folders .left {
    width: 50%; }
    .mega-menu .container .megamenu-two-folders .left .two-columns-ul {
      width: 50%; }
    .mega-menu .container .megamenu-two-folders .left .three-colums-ul {
      width: 32%; }
  .mega-menu .container .megamenu-two-folders .right {
    width: 50%; }
    .mega-menu .container .megamenu-two-folders .right .articles .article, .mega-menu .container .megamenu-two-folders .right .articles .folder, .mega-menu .container .megamenu-two-folders .right .folders .article, .mega-menu .container .megamenu-two-folders .right .folders .folder {
      width: 46%; }

.mega-menu-profile {
  width: 220px;
  height: 270px;
  color: white;
  background-color: rgba(50, 76, 92, 0.95);
  position: absolute;
  right: 0px;
  top: 45px;
  display: none; }
  .mega-menu-profile .links {
    padding-right: 30px;
    padding-top: 30px; }
    .mega-menu-profile .links span {
      line-height: normal;
      display: block;
      font-size: 15px;
      height: 40px;
      text-align: right;
      font-family: 'sourceSansPro';
      font-weight: 300;
      color: #fff; }
    .mega-menu-profile .links .display-firstname {
      font-weight: 600; }
  .mega-menu-profile .logout {
    height: 50px;
    width: 160px;
    background-color: #fff;
    color: #324c5c;
    font-size: 12px;
    font-family: 'Gotham';
    font-weight: 600;
    margin: 0 auto;
    line-height: 50px;
    cursor: pointer;
    text-align: center; }
    .mega-menu-profile .logout a {
      cursor: pointer;
      display: inline-block;
      box-sizing: border-box;
      min-width: 160px;
      background-color: #fff;
      color: #324c5c;
      height: 50px;
      text-decoration: none;
      text-align: center;
      -webkit-transition: color 0.5s, background-color 0.5s, border 0.5s;
      transition: color 0.5s, background-color 0.5s, border 0.5s; }
      .mega-menu-profile .logout a:hover {
        color: #fff;
        background-color: rgba(50, 76, 92, 0.95);
        border: 1px solid #fff; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .mega-menu-profile {
      top: 70px; } }
  @media (min-width: 1024px) {
    .mega-menu-profile {
      top: 90px; } }

@media (min-width: 1024px) {
  .hovered-profile {
    display: block !important; } }

.active-profile {
  display: block; }
  @media (min-width: 1024px) {
    .active-profile {
      display: none; } }

.cheese-letter.popin {
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  color: black;
  position: absolute; }
  .cheese-letter.popin .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    position: relative; }
  .cheese-letter.popin .popin-content {
    z-index: 1000;
    max-width: 865px;
    width: 90%;
    height: 525px;
    position: fixed;
    top: 13%;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #324c5c; }
    .cheese-letter.popin .popin-content .scrollable {
      overflow: auto;
      width: 100%;
      height: 100%;
      max-height: 80vh;
      max-width: 99vw;
      background-color: white; }
    .cheese-letter.popin .popin-content .popin-close {
      position: absolute;
      right: -20px;
      top: -20px;
      z-index: 1;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #e25944;
      cursor: pointer; }
      .cheese-letter.popin .popin-content .popin-close img {
        display: none; }
      .cheese-letter.popin .popin-content .popin-close:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../images/icons/icon-close.png) no-repeat center center; }
    .cheese-letter.popin .popin-content .popin-header {
      height: 100px;
      width: 100%;
      display: table;
      font-family: 'sourceSansPro';
      background-image: url("/assets/frontend/images/cheeseletter-popin/background.jpg"); }
      .cheese-letter.popin .popin-content .popin-header .popin-header-text {
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 26px;
        text-shadow: 2px 2px 10px #606060;
        font-family: gotham;
        color: white; }
        .cheese-letter.popin .popin-content .popin-header .popin-header-text strong {
          font-weight: 300; }
    .cheese-letter.popin .popin-content .popin-body {
      padding: 40px;
      text-align: center;
      font-size: 14px;
      font-family: 'gotham';
      position: relative; }
      .cheese-letter.popin .popin-content .popin-body .cheeseletter-description {
        font-weight: 100; }
      .cheese-letter.popin .popin-content .popin-body .ending-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      .cheese-letter.popin .popin-content .popin-body .ending {
        text-transform: uppercase;
        font-family: 'gotham';
        font-weight: 300;
        display: table;
        height: 100%;
        width: 100%; }
        .cheese-letter.popin .popin-content .popin-body .ending .ending-text {
          vertical-align: middle;
          display: table-cell; }
      .cheese-letter.popin .popin-content .popin-body.step-1 .ending-container {
        display: none; }
      .cheese-letter.popin .popin-content .popin-body.step-2 .ending-container {
        display: initial;
        visibility: visible !important; }
      .cheese-letter.popin .popin-content .popin-body.step-2 > * {
        visibility: hidden; }
      .cheese-letter.popin .popin-content .popin-body .cheeseletter-form {
        padding-top: 35px; }
        .cheese-letter.popin .popin-content .popin-body .cheeseletter-form .form-title {
          font-weight: 300;
          text-transform: uppercase; }
        .cheese-letter.popin .popin-content .popin-body .cheeseletter-form .form-input {
          margin-top: 10px; }
          .cheese-letter.popin .popin-content .popin-body .cheeseletter-form .form-input input {
            border: 1px solid #d8d8d8;
            height: 35px;
            width: 260px;
            text-indent: 5px;
            color: #4e515e;
            outline: 0; }
            @media (max-width: 767px) {
              .cheese-letter.popin .popin-content .popin-body .cheeseletter-form .form-input input {
                width: 100%; } }
        .cheese-letter.popin .popin-content .popin-body .cheeseletter-form .error-input {
          height: 32px;
          display: inline-block;
          width: 100%;
          text-align: center;
          color: red; }

.christmas-seo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: gotham; }
  @media (max-width: 767px) {
    .christmas-seo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .christmas-seo__visual {
    width: 50%;
    text-align: center;
    padding: 33px 0 90px 0;
    background-image: url("/assets/frontend/images/repas-de-fetes.jpg");
    background-size: cover;
    background-position: left bottom; }
    @media (max-width: 767px) {
      .christmas-seo__visual {
        width: 100%; } }
  .christmas-seo__title {
    font-size: 30px;
    color: #e25944; }
  .christmas-seo__links {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 767px) {
      .christmas-seo__links {
        width: 100%; } }
  .christmas-seo__link {
    height: 42px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    cursor: pointer; }
    .christmas-seo__link:not(:first-child) {
      border-top: 1px solid #8c979c; }
    .christmas-seo__link:hover {
      background-color: #e25944;
      border-top: 1px solid #e25944;
      color: white;
      cursor: pointer; }
      .christmas-seo__link:hover + a {
        border-top: 1px solid transparent; }
      .christmas-seo__link:hover > .christmas-seo__id {
        background-image: url("/assets/frontend/images/hexagon-hover.png");
        color: #e25944; }
  .christmas-seo__id {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 10px;
    position: relative;
    width: 18px;
    height: 21px;
    background-image: url("/assets/frontend/images/hexagon.png");
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white; }
  .christmas-seo__label {
    font-size: 13px;
    font-weight: 100;
    margin-right: 9px; }
  .christmas-seo__arrow {
    font-size: 9px; }

.header-cheese {
  height: 200px;
  position: relative;
  text-shadow: 2px 2px 10px #606060; }
  @media (max-width: 767px) {
    .header-cheese {
      margin-bottom: 43px; } }
  @media (min-width: 768px) {
    .header-cheese {
      height: 365px;
      margin-bottom: -25px;
      padding-bottom: 25px;
      box-sizing: initial; } }
  @media (min-width: 1024px) {
    .header-cheese {
      height: 355px;
      margin-bottom: -45px;
      padding-bottom: 45px; }
      .header-cheese .details {
        position: absolute;
        left: 0;
        bottom: 60%;
        right: 0; } }
  .header-cheese .cover-box {
    background-position: 50% 80%; }
  .header-cheese .table-holder {
    color: white;
    position: relative; }
  .header-cheese .titleline {
    display: block;
    font-family: gotham;
    font-size: 12.5px;
    padding: 0 30px;
    line-height: 1.5em;
    letter-spacing: 0 !important;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .header-cheese .titleline {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .header-cheese .titleline {
        font-size: 40px; } }
  .header-cheese .tag {
    font-family: 'sourceSansPro';
    font-weight: 100;
    font-size: 10px;
    background-color: white;
    color: black;
    padding: .4em 1em;
    border-radius: 1em;
    display: inline-block;
    margin-top: .5em;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .header-cheese .tag {
        font-size: 14.4px;
        margin-top: 1em;
        margin-bottom: .4em; } }
    @media (min-width: 1024px) {
      .header-cheese .tag {
        margin-top: 2.5em;
        font-size: 12px; } }
  .header-cheese .baseline {
    font-family: gotham;
    font-size: 17.5px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .header-cheese .baseline {
        letter-spacing: .2em; } }
    @media (min-width: 768px) {
      .header-cheese .baseline {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .header-cheese .baseline {
        font-size: 50px; } }

.header-positivefood {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0; }
  @media (max-width: 767px) {
    .header-positivefood {
      padding: 40px 0;
      margin-bottom: 43px;
      box-sizing: initial; } }
  .header-positivefood .cover-box {
    background-position: 50% 80%; }
  .header-positivefood .table-holder {
    color: #004B64;
    position: relative;
    width: auto;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6); }
  .header-positivefood .table-celler {
    font-family: "gothamLight";
    padding: 15px 24px;
    font-weight: 100 !important; }
    @media (max-width: 767px) {
      .header-positivefood .table-celler {
        font-size: 21px;
        line-height: 30px;
        font-family: "gotham";
        padding: 15px 24px;
        font-weight: 300 !important; }
        .header-positivefood .table-celler__top {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .header-positivefood .table-celler__top img {
            box-sizing: border-box;
            max-height: 60px;
            max-width: 100%;
            margin: 10px 0; } }
    @media (min-width: 768px) {
      .header-positivefood .table-celler {
        font-size: 40px;
        line-height: 45px; }
        .header-positivefood .table-celler__top img {
          height: 60px;
          margin: 30px 0 20px; } }
    @media (min-width: 1024px) {
      .header-positivefood .table-celler {
        font-size: 48px;
        line-height: 56px; }
        .header-positivefood .table-celler__top {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          width: 100%;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .header-positivefood .table-celler__top img {
            height: 80px;
            margin: 0 0 0 20px; } }
  .header-positivefood .background-holder {
    position: relative; }
    .header-positivefood .background-holder:after {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.2);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.aside-section .header-article.bleed-section {
  position: relative;
  min-height: 71px;
  margin-bottom: -128px;
  padding-bottom: 128px;
  box-sizing: initial;
  background-color: black; }
  .aside-section .header-article.bleed-section .cover-box {
    opacity: .5; }
  @media (min-width: 768px) {
    .aside-section .header-article.bleed-section {
      min-height: 76px;
      margin-bottom: -322px;
      padding-bottom: 322px; } }
  @media (min-width: 1024px) {
    .aside-section .header-article.bleed-section {
      min-height: 140px;
      margin-bottom: -248px;
      padding-bottom: 248px; } }
  .aside-section .header-article.bleed-section h2 {
    font-family: merriweather;
    color: white;
    position: relative;
    font-weight: 300;
    font-size: 20px;
    z-index: 1;
    line-height: 71px;
    text-shadow: 2px 2px 10px #606060; }
    @media (max-width: 767px) {
      .aside-section .header-article.bleed-section h2 {
        color: white;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); } }
    @media (min-width: 768px) {
      .aside-section .header-article.bleed-section h2 {
        font-size: 25px;
        line-height: 60px;
        padding-top: 16px; } }
    @media (min-width: 1024px) {
      .aside-section .header-article.bleed-section h2 {
        font-size: 30px;
        line-height: 100px;
        padding-top: 40px; } }

.aside-section .stack-container {
  position: relative; }

.aside-section .aside-panel {
  min-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .aside-section .aside-panel .fix-children-wrapper:after {
    content: ' ';
    display: table;
    clear: both; }
  .aside-section .aside-panel .fix-children-wrapper > div:nth-child(n+2) {
    margin-top: 20px; }
  @media (min-width: 1024px) {
    .aside-section .aside-panel {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .aside-section .aside-panel {
      margin-top: 30px; } }

@media (min-width: 1024px) {
  .aside-section .aside-container {
    width: 71.2096774194%;
    float: left; }
  .aside-section .aside-panel {
    width: 28.7903225806%;
    float: left; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .aside-section .tierced-full .list-item:nth-child(3n-2) {
    width: 100%;
    padding: 0; }
    .aside-section .tierced-full .list-item:nth-child(3n-2):after {
      content: " ";
      display: table;
      clear: both; }
    .aside-section .tierced-full .list-item:nth-child(3n-2) .image-box {
      width: 48.7106017192%;
      float: left; }
    .aside-section .tierced-full .list-item:nth-child(3n-2) .list-item-description-box {
      width: 51.2893982808%;
      float: left;
      height: 255px;
      border-left: none;
      border-top: 1px solid #e6e6e6; }
  .aside-section .tierced-full .list-item:nth-child(3n-1) {
    padding-left: 0px;
    padding-right: 1.4326647564%; }
  .aside-section .tierced-full .list-item:nth-child(3n) {
    padding-left: 1.4326647564%;
    padding-right: 0px; } }

@media (min-width: 1024px) {
  .aside-section .tierced-full .list-item {
    width: 50%; }
    .aside-section .tierced-full .list-item:nth-child(3n-2) {
      width: 100%;
      padding: 0; }
      .aside-section .tierced-full .list-item:nth-child(3n-2):after {
        content: " ";
        display: table;
        clear: both; }
      .aside-section .tierced-full .list-item:nth-child(3n-2) .image-box {
        width: 48.7804878049%;
        float: left; }
      .aside-section .tierced-full .list-item:nth-child(3n-2) .list-item-description-box {
        width: 51.2195121951%;
        float: left;
        height: 300px;
        border-left: none;
        border-top: 1px solid #e6e6e6; }
    .aside-section .tierced-full .list-item:nth-child(3n-1) {
      padding-left: 0px;
      padding-right: 1.2195121951%; }
    .aside-section .tierced-full .list-item:nth-child(3n) {
      padding-left: 1.2195121951%;
      padding-right: 0px; } }

@media (min-width: 1024px) {
  .aside-section .dualed-full .list-item {
    width: 50%; }
    .aside-section .dualed-full .list-item:nth-child(2n-1) {
      padding-left: 0px;
      padding-right: 1.2195121951%; }
    .aside-section .dualed-full .list-item:nth-child(2n) {
      padding-left: 1.2195121951%;
      padding-right: 0px; } }

@media (min-width: 1024px) {
  .aside-section .list-asided-row {
    max-width: 820px; } }

.aside-section .subside-header {
  color: #324c5c;
  font-family: merriweather;
  background-size: cover;
  background-position: 50% 50%;
  backhround-repeat: no-repeat;
  background-image: url(/assets/frontend/images/culture/Le-fromage-autrement.jpg);
  font-size: 20px;
  height: 60px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .aside-section .subside-header {
      margin-bottom: 30px;
      height: 95px;
      font-size: 25px;
      line-height: 95px; } }
  @media (min-width: 1024px) {
    .aside-section .subside-header {
      margin-bottom: 30px;
      height: 110px;
      font-size: 30px;
      line-height: 110px; } }
  .aside-section .subside-header h2 {
    margin-left: 10px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    color: white;
    margin-top: 0;
    text-shadow: 2px 2px 10px #606060; }
    @media (max-width: 767px) {
      .aside-section .subside-header h2 {
        margin-right: 50px;
        padding-top: 6px;
        line-height: 1.2em; } }
    @media (min-width: 768px) {
      .aside-section .subside-header h2 {
        margin-left: 25px; } }
    @media (min-width: 1024px) {
      .aside-section .subside-header h2 {
        margin-left: 30px; } }

.ac-header {
  position: relative; }
  @media (min-width: 1024px) {
    .ac-header {
      min-height: 500px; } }
  .ac-header .content-box {
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .ac-header .content-box {
        padding: 3.125%; } }
    @media (min-width: 768px) {
      .ac-header .content-box {
        padding-top: 55px;
        padding-bottom: 50px;
        padding-left: 4.5572916667%; } }
    @media (min-width: 1024px) {
      .ac-header .content-box {
        padding-left: 0;
        margin-right: 50%;
        padding-right: 38px;
        padding-top: 115px;
        padding-bottom: 85px; } }
    .ac-header .content-box .content-sizer {
      background-color: rgba(255, 255, 255, 0.5); }
      @media (max-width: 767px) {
        .ac-header .content-box .content-sizer {
          padding: 3.125%; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .ac-header .content-box .content-sizer {
          width: 54.557292%;
          padding-left: 20px; } }
  .ac-header .table-holder {
    position: relative; }
    @media (min-width: 1024px) {
      .ac-header .table-holder {
        min-height: 300px;
        padding-left: 13.8888%;
        padding-right: 20px;
        box-sizing: border-box; } }
    @media (min-width: 1439px) {
      .ac-header .table-holder {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        left: 100%;
        margin-left: -580px;
        max-width: 560px; } }
    .ac-header .table-holder .table-celler {
      text-align: left; }
  .ac-header .tag-list {
    padding-top: 5px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .ac-header .tag-list {
        padding-top: 25px;
        padding-bottom: 20px; } }
  .ac-header h1 {
    color: #243a48;
    font-family: merriweather;
    font-size: 18px;
    line-height: 1.2em; }
    @media (min-width: 768px) {
      .ac-header h1 {
        font-size: 36px; } }
    @media (min-width: 1024px) {
      .ac-header h1 {
        font-size: 40px; } }
  .ac-header .date-published {
    color: #243a48;
    font-family: sourceSansPro;
    font-size: 8px; }
    @media (max-width: 767px) {
      .ac-header .date-published {
        margin-top: 15px;
        margin-bottom: 5px; } }
    @media (min-width: 768px) {
      .ac-header .date-published {
        font-size: 15px;
        padding-top: 20px;
        padding-bottom: 10px; } }
    @media (min-width: 1024px) {
      .ac-header .date-published {
        padding-top: 30px;
        padding-bottom: 25px; } }
  .ac-header .sponsor {
    display: inline-block; }
    @media (max-width: 767px) {
      .ac-header .sponsor {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .ac-header .sponsor {
        margin-bottom: 25px; } }
    @media (min-width: 1024px) {
      .ac-header .sponsor {
        margin-bottom: 30px; } }
    .ac-header .sponsor .logo {
      width: 50px;
      height: 50px;
      display: inline-block;
      vertical-align: middle;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .ac-header .sponsor .logo {
          width: 75px;
          height: 75px; } }
    .ac-header .sponsor span {
      font-size: 8px;
      margin-right: 10px;
      background: #324c5c;
      border-radius: 8px;
      padding: 10px 10px; }
      @media (max-width: 767px) {
        .ac-header .sponsor span {
          line-height: 14px; } }
      @media (min-width: 768px) {
        .ac-header .sponsor span {
          font-size: 16px; } }

@media (min-width: 1024px) {
  .record .header-baseline h3 {
    width: 71.2096774194%;
    padding-right: 60px; } }

.record section {
  margin-bottom: 50px; }

.record .records-section .recipe-cover:not(:last-child) {
  margin-bottom: 20px; }

.cheese-nutritional > .container {
  position: relative; }

.cheese-nutritional .push-column {
  position: static; }
  @media (min-width: 1024px) {
    .cheese-nutritional .push-column {
      position: static; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cheese-nutritional .push-column .fix-children-wrapper {
      display: inline-block; }
      .cheese-nutritional .push-column .fix-children-wrapper > div {
        vertical-align: top;
        margin-left: 15px;
        margin-right: 15px; } }

@media (max-width: 767px) {
  .cheese-nutritional .header-page-photo {
    height: auto;
    min-height: 150px; }
    .cheese-nutritional .header-page-photo .photo.phone-asset {
      position: absolute; }
    .cheese-nutritional .header-page-photo .content-cell {
      padding-bottom: 10px; }
    .cheese-nutritional .header-page-photo h1 {
      font-size: 20px; } }

.cheese-nutritional section {
  margin-bottom: 50px;
  margin-top: 40px; }

.cheese-nutritional .composition-section p:last-child {
  margin-bottom: 0px; }

.cheese-nutritional .composition-section .aside-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .cheese-nutritional .composition-section .aside-container {
      width: 50%; } }
  @media (min-width: 1024px) {
    .cheese-nutritional .composition-section .aside-container {
      width: 71.2096774194%; } }
  @media (min-width: 1024px) and (max-width: 1489px) {
    .cheese-nutritional .composition-section .aside-container {
      padding-left: 60px; } }

.cheese-nutritional .composition-section .aside-panel {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 767px) {
    .cheese-nutritional .composition-section .aside-panel {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .cheese-nutritional .composition-section .aside-panel {
      width: 50%; }
      .cheese-nutritional .composition-section .aside-panel .push-special-offer {
        width: 260px;
        float: right; } }
  @media (min-width: 1024px) {
    .cheese-nutritional .composition-section .aside-panel {
      width: 28.7903225806%; } }

.cheese-nutritional .nutritional-section {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .cheese-nutritional .nutritional-section:after {
    content: " ";
    display: block;
    clear: both; }
  .cheese-nutritional .nutritional-section .icon {
    width: 16.8421052632%;
    float: left;
    min-height: 128px; }
    .cheese-nutritional .nutritional-section .icon .icon-image {
      background-image: url(/assets/frontend/images/icons/health-big-icon.png);
      height: 100%;
      width: 128px;
      position: absolute;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        .cheese-nutritional .nutritional-section .icon .icon-image {
          width: 64px;
          background-position: center top; } }
  .cheese-nutritional .nutritional-section .legend {
    width: 83.1578947368%;
    float: left;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .cheese-nutritional .nutritional-section .legend h2 {
        font-size: 25px; } }

.sitemap {
  color: #324c5c; }
  .sitemap strong {
    font-weight: inherit; }
  .sitemap .sizing-sitemap {
    /*margin-top: 65px;*/
    /*
    @include desktop
    {
      margin-top: 45px;
    }
    */ }
    @media (min-width: 768px) {
      .sitemap .sizing-sitemap {
        /*margin-top: 30px;*/ }
        .sitemap .sizing-sitemap section:nth-child(1) {
          width: 36.2903225806%;
          float: left; }
        .sitemap .sizing-sitemap section:nth-child(2) {
          width: 40.3225806452%;
          float: left; }
        .sitemap .sizing-sitemap section:nth-child(3) {
          width: 23.3870967742%;
          float: left; }
        .sitemap .sizing-sitemap section:nth-child(4) {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
  .sitemap h3 {
    font-family: merriweather;
    font-size: 15px; }
    @media (min-width: 768px) {
      .sitemap h3 {
        font-size: 23px; } }
    @media (min-width: 1024px) {
      .sitemap h3 {
        font-size: 30px; } }
    .sitemap h3.heading {
      font-size: 19px;
      margin-top: 36px; }
      @media (min-width: 768px) {
        .sitemap h3.heading {
          font-size: 23px;
          margin-top: 65px; } }
      @media (min-width: 1024px) {
        .sitemap h3.heading {
          font-size: 30px; } }
      .sitemap h3.heading:after {
        content: "";
        display: block;
        width: 14px;
        height: 3px;
        background-color: #e25944;
        margin-top: 14px;
        margin-bottom: 14px; }
        @media (min-width: 768px) {
          .sitemap h3.heading:after {
            width: 20px;
            margin-bottom: 20px; } }
  .sitemap .static-links {
    margin-top: 32px;
    margin-bottom: 200px; }
    @media (min-width: 768px) {
      .sitemap .static-links {
        margin-top: 55px;
        margin-bottom: 415px; } }
    @media (min-width: 1024px) {
      .sitemap .static-links {
        margin-bottom: 505px; } }
    .sitemap .static-links h3 {
      margin-top: 15px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .sitemap .static-links h3 {
          margin-top: 1.4em;
          margin-bottom: 1.4em; } }
      @media (min-width: 1024px) {
        .sitemap .static-links h3 {
          margin-top: .9em;
          margin-bottom: .9em; } }
  .sitemap h4 {
    font-family: merriweather;
    font-size: 12px;
    line-height: 1.66em; }
    @media (min-width: 768px) {
      .sitemap h4 {
        font-size: 14px;
        margin-bottom: .75em;
        margin-top: .75em; } }
    @media (min-width: 1024px) {
      .sitemap h4 {
        font-size: 18px; } }
  @media (min-width: 768px) {
    .sitemap .brand-links h4 {
      margin-bottom: auto;
      margin-top: auto; } }
  @media (min-width: 1024px) {
    .sitemap .brand-links h4 {
      margin-top: .55em;
      margin-bottom: .55em; } }
  .sitemap h5 {
    font-family: sourceSansPro;
    font-size: 12px;
    line-height: 1.66em;
    margin-left: 22px; }
    @media (min-width: 768px) {
      .sitemap h5 {
        font-size: 14px;
        line-height: 1.785em;
        margin-left: 30px; } }
    @media (min-width: 1024px) {
      .sitemap h5 {
        font-size: 18px;
        line-height: 1.66em; } }

.outdated-browser section {
  margin-bottom: 60px; }
  .outdated-browser section:first-child {
    margin-top: 60px; }

.outdated-browser .browsers-section
li {
  display: inline-block;
  text-align: center;
  min-height: 48px;
  padding-top: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: 40px auto;
  min-width: 64px;
  font-family: "sourceSansPro";
  font-size: 15px;
  font-weight: bold;
  color: #666666; }
  .outdated-browser .browsers-section
li a {
    display: block;
    padding-top: 40px;
    position: relative;
    top: -40px; }
  @media (min-width: 768px) {
    .outdated-browser .browsers-section
li {
      min-width: 64px;
      min-height: 64px;
      margin-right: 40px;
      padding-top: 64px;
      background-size: 64px auto; }
      .outdated-browser .browsers-section
li a {
        padding-top: 60px;
        position: relative;
        top: -60px; } }
  .outdated-browser .browsers-section
li.chrome {
    background-image: url(/assets/frontend/images/browser/chrome.png); }
  .outdated-browser .browsers-section
li.firefox {
    background-image: url(/assets/frontend/images/browser/firefox.png); }
  .outdated-browser .browsers-section
li.ie {
    background-image: url(/assets/frontend/images/browser/ie.png); }
  .outdated-browser .browsers-section
li.opera {
    background-image: url(/assets/frontend/images/browser/opera.png); }
  .outdated-browser .browsers-section
li.android {
    background-image: url(/assets/frontend/images/browser/android.png); }
  .outdated-browser .browsers-section
li.safari {
    background-image: url(/assets/frontend/images/browser/safari.png); }
  .outdated-browser .browsers-section
li h1 {
    padding-top: 10px; }
  .outdated-browser .browsers-section
li p {
    font-size: 12px;
    font-weight: normal; }

.legals .terms-section {
  padding-top: 60px;
  padding-bottom: 60px; }

.legals .separator-title {
  height: auto; }

.legals h3 {
  font-family: "merriweather";
  color: #324c5c;
  text-align: left;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative; }

.legals .anchor {
  position: relative;
  top: -100px; }
  @media (max-width: 767px) {
    .legals .anchor {
      top: -50px; } }

.legals ul {
  padding-left: 2em;
  margin-top: 1em;
  margin-bottom: 20px; }
  .legals ul li {
    margin-top: .5em;
    margin-bottom: .5em;
    position: relative;
    font-family: "sourceSansPro";
    font-size: 18px;
    line-height: 20px;
    color: #324c5c;
    word-break: break-word;
    text-align: justify; }
    .legals ul li:before {
      content: " ";
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background-color: #324c5c;
      position: absolute;
      top: 6px;
      right: 100%;
      margin-right: 6px; }

.legals table, .legals th, .legals td {
  border: 1px solid #72848d; }

.legals table {
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
  font-family: "sourceSansPro";
  line-height: 20px;
  color: #72848d; }
  .legals table thead {
    background-color: #394c56;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold; }
    .legals table thead th {
      padding-top: 15px;
      padding-bottom: 15px; }
  .legals table td {
    width: 25%;
    padding: 20px; }

.legals .responsive-table tbody tr td {
  cursor: pointer;
  display: table-cell; }
  .legals .responsive-table tbody tr td.hidden {
    display: none; }

.legals .responsive-table__content {
  margin-bottom: 20px; }
  .legals .responsive-table__content div:first-child {
    font-weight: 800; }

.legals .responsive-tr {
  display: none;
  padding: 10px; }

.page-br .header-page-photo h1 {
  max-width: 16em;
  margin: auto;
  line-height: 1.25em; }

.page-br .heading-container {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .page-br .heading-container {
      margin-bottom: 40px; } }

.page-br .tip-container {
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-br .tip-container {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    .page-br .tip-container {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .page-br .tip-container:after {
    content: " ";
    display: table;
    clear: both; }
  .page-br .tip-container .tip-box {
    font-size: 15px;
    font-family: 'sourceSansPro';
    color: #324c5c;
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .page-br .tip-container .tip-box {
        text-align: left;
        font-size: 20px;
        float: left;
        width: 50%;
        min-height: 100px;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .page-br .tip-container .tip-box {
        width: 25%;
        min-height: auto; } }
    .page-br .tip-container .tip-box .icon {
      background-image: url("/assets/frontend/images/br/hexa-orange.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 65px;
      height: 80px;
      margin: auto;
      color: white;
      text-align: center;
      font-size: 34px;
      line-height: 80px; }
      @media (min-width: 768px) {
        .page-br .tip-container .tip-box .icon {
          display: inline-block;
          width: 50px;
          height: 60px;
          position: absolute;
          left: 0;
          top: 0;
          font-size: 28px;
          line-height: 60px; } }
    .page-br .tip-container .tip-box img {
      width: 80px;
      margin-bottom: 40px; }
    .page-br .tip-container .tip-box p {
      margin-top: 5px; }
      @media (min-width: 768px) {
        .page-br .tip-container .tip-box p {
          padding-left: 62px;
          display: inline-block;
          line-height: 1.25em;
          margin-top: 14px; } }

.page-br .cta-container {
  text-align: center; }
  @media (max-width: 767px) {
    .page-br .cta-container .cta {
      width: 100%; } }

.page-br .context-container {
  margin-bottom: 30px; }
  .page-br .context-container:after {
    content: " ";
    display: table;
    clear: both; }
  @media (min-width: 1024px) {
    .page-br .context-container {
      margin-bottom: 70px; } }

.page-br .flat-push-container {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .page-br .flat-push-container {
      float: left;
      width: 50%;
      margin-bottom: 5.7971014493%; }
      .page-br .flat-push-container:nth-of-type(2n + 1) {
        padding-left: 4.347826087%; }
      .page-br .flat-push-container:nth-of-type(2n) {
        padding-right: 4.347826087%; } }
  @media (min-width: 1024px) {
    .page-br .flat-push-container {
      width: 22.8947368421%;
      margin-right: 2.8070175439%;
      margin-bottom: 2.8070175439%; }
      .page-br .flat-push-container:nth-of-type(2n + 1) {
        padding-left: 0; }
      .page-br .flat-push-container:nth-of-type(2n) {
        padding-right: 0; }
      .page-br .flat-push-container:nth-of-type(4n + 1) {
        margin-right: 0; } }
  .page-br .flat-push-container .push-special-offer {
    visibility: visible;
    width: 100%;
    min-height: 517px; }
    .page-br .flat-push-container .push-special-offer .detail-box {
      padding: 15px;
      background-size: 100% 70%; }
      .page-br .flat-push-container .push-special-offer .detail-box .baseline {
        min-height: 72px; }

.faq section {
  margin-bottom: 60px;
  margin-top: 60px; }

.faq ol li {
  white-space: nowrap; }
  .faq ol li .title:hover {
    cursor: pointer; }
  .faq ol li .icon-angle-right {
    display: none !important; }
  .faq ol li .icon-angle-down {
    display: inline-block; }
  .faq ol li.closed .content {
    display: none; }
  .faq ol li.closed .icon-angle-right {
    display: inline-block !important; }
  .faq ol li.closed .icon-angle-down {
    display: none !important; }
  .faq ol li .left-arrow {
    float: left;
    width: 30px; }
  .faq ol li .right-text {
    overflow: hidden; }
  .faq ol li .icon {
    position: relative;
    top: -5px;
    color: #e25944;
    width: 30px;
    height: 20px;
    display: inline-block;
    font-size: 30px;
    vertical-align: top; }
  .faq ol li h2 {
    display: inline-block;
    white-space: normal; }
  .faq ol li p {
    padding-left: 30px;
    white-space: normal; }

.sanitary-mentions {
  font-family: "sourceSansPro";
  font-size: 18px;
  line-height: 20px;
  color: #324c5c;
  margin-bottom: 20px;
  word-break: break-word;
  text-align: justify; }
  .sanitary-mentions ul {
    padding-left: 2em;
    margin-top: 1em; }
    .sanitary-mentions ul li {
      margin-top: .5em;
      margin-bottom: .5em;
      position: relative; }
      .sanitary-mentions ul li:before {
        content: " ";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: #324c5c;
        position: absolute;
        top: 6px;
        right: 100%;
        margin-right: 6px; }

.newsletter-page .gigya-composite-control-header {
  margin-top: 35px; }

.newsletter-page .email-holder {
  margin-bottom: 30px;
  text-align: center; }
  .newsletter-page .email-holder input[type="text"] {
    padding: 0 1em;
    vertical-align: top;
    border: none;
    margin-left: auto;
    margin-right: auto;
    font-size: .875em;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .newsletter-page .email-holder input[type="text"] {
        width: 100%;
        display: block; } }
    @media (min-width: 768px) {
      .newsletter-page .email-holder input[type="text"] {
        width: 18em; } }

.all-article .tab-menu-container .tab-menu {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .all-article .tab-menu-container .tab-menu {
      margin-top: 40px; } }
  @media (min-width: 1024px) {
    .all-article .tab-menu-container .tab-menu {
      margin-top: 70px; } }

.one-column section {
  margin-bottom: 50px; }

@media (min-width: 1024px) {
  .one-column .header-baseline h3 {
    width: 71.2096774194%;
    padding-right: 60px; } }

.one-column .header-baseline h3 a {
  text-decoration: underline !important; }

.one-column .more-cheese-section {
  margin-bottom: 50px !important; }

.one-column .articles-section .article-push:not(:last-child) {
  margin-bottom: 50px; }

.one-column .description a {
  text-decoration: underline !important; }

@media (min-width: 1024px) {
  .article-carousel .header-baseline h3 {
    width: 71.2096774194%;
    padding-right: 60px; } }

.article-carousel section {
  margin-bottom: 50px; }

.two-columns section {
  margin-bottom: 50px; }

@media (min-width: 1024px) {
  .two-columns .header-baseline h3 {
    width: 71.2096774194%;
    padding-right: 60px; } }

.two-columns .articles-section .introduction {
  margin-bottom: 50px; }

.two-columns .articles-section .article {
  display: block;
  white-space: nowrap;
  position: relative; }
  .two-columns .articles-section .article:not(:last-child) {
    margin-bottom: 60px; }
  .two-columns .articles-section .article .links a {
    color: #243a48;
    text-decoration: underline;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    line-height: 1.7em; }
    .two-columns .articles-section .article .links a:hover {
      color: #e25944; }
  .two-columns .articles-section .article .legend-col {
    display: inline-block;
    width: auto;
    vertical-align: top;
    white-space: normal; }
  .two-columns .articles-section .article .photo-col {
    float: right;
    display: inline-block;
    width: 50%;
    padding: 0px 0px 30px 30px; }
    @media (max-width: 767px) {
      .two-columns .articles-section .article .photo-col {
        padding: 0; } }
    .two-columns .articles-section .article .photo-col .photo {
      width: 100%; }
  .two-columns .articles-section .article.left .photo-col {
    float: left;
    padding: 0px 30px 30px 0px; }
    @media (max-width: 767px) {
      .two-columns .articles-section .article.left .photo-col {
        padding: 0; } }
  @media (max-width: 767px) {
    .two-columns .articles-section .article .legend-col {
      width: 100%;
      display: block;
      position: static;
      left: 0px !important; }
    .two-columns .articles-section .article .photo-col {
      width: 100%;
      display: block;
      position: static;
      left: 0px !important; }
      .two-columns .articles-section .article .photo-col .photo {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        background-size: contain;
        background-position: center; } }

.board-cheese section {
  margin-bottom: 50px; }

.board-cheese .content-column .on-board .board-cheese-row:not(:last-child) {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .board-cheese .content-column .on-board .board-cheese-row:not(:last-child) {
      margin-bottom: 10px; } }

.board-cheese .comments-section {
  padding-top: 20px;
  font-size: 10px;
  margin-bottom: 0px; }
  .board-cheese .comments-section .comments-container {
    padding-bottom: 0px; }
  .board-cheese .comments-section .comment-title {
    font-size: 18px; }
    @media (max-width: 767px) {
      .board-cheese .comments-section .comment-title {
        font-size: 12px; } }
  .board-cheese .comments-section #comments-list .gig-comments-composebox {
    position: initial;
    margin-top: 30px;
    width: 100%; }
    .board-cheese .comments-section #comments-list .gig-comments-composebox .gig-composebox-data {
      margin-bottom: 0px; }

.suggestion-focus {
  border: 3px solid #f2f2f2;
  padding: 25px;
  border-radius: 3px; }
  .suggestion-focus ol li {
    white-space: nowrap; }
    .suggestion-focus ol li:not(:last-child) {
      margin-bottom: 40px; }
  .suggestion-focus .icon {
    width: 80px;
    height: 84px;
    display: inline-block;
    vertical-align: top;
    color: #ffd762;
    font-size: 80px; }
  .suggestion-focus .content {
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
    .suggestion-focus .content .signature {
      font-size: 15px;
      color: #e25944;
      font-family: "sourceSansPro"; }

.error-404 {
  min-height: 400px;
  background-image: url(/assets/frontend/images/background/background-404.jpg);
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (min-width: 768px) {
    .error-404 {
      min-height: 550px; } }
  @media (min-width: 1024px) {
    .error-404 {
      min-height: 720px; } }
  .error-404 .page-container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .error-404 .page-container .table-container {
      height: 100%;
      width: 100%;
      display: table; }
      .error-404 .page-container .table-container .table-row {
        display: table-row; }
      .error-404 .page-container .table-container .table-cell {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .error-404 .page-container .table-container .table-cell .popin {
          padding: 60px;
          width: 50%;
          min-width: 620px;
          background: rgba(255, 255, 255, 0.14);
          display: inline-block; }
          .error-404 .page-container .table-container .table-cell .popin p {
            margin-top: 30px;
            margin-bottom: 30px;
            text-align: center; }
          @media (max-width: 767px) {
            .error-404 .page-container .table-container .table-cell .popin {
              min-width: 320px;
              padding: 30px 10px 10px 0px; } }

.box-503 {
  height: 100%;
  background-color: black;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  @media (max-width: 767px) {
    .box-503 {
      background-image: url("/assets/frontend/images/static/bg-503-sm.jpg"); } }
  @media (min-width: 768px) {
    .box-503 {
      background-image: url("/assets/frontend/images/static/bg-503-md.jpg"); } }
  @media (min-width: 1024px) {
    .box-503 {
      background-image: url("/assets/frontend/images/static/bg-503.jpg"); } }
  .box-503 .table-holder {
    height: 60%; }
    @media (min-width: 768px) {
      .box-503 .table-holder {
        height: 50%; } }
    @media (min-width: 1024px) {
      .box-503 .table-holder {
        height: 80%; } }
  @media (max-width: 767px) {
    .box-503 img {
      width: 150px;
      margin-bottom: 40px;
      padding-top: 1em; } }
  @media (min-width: 768px) {
    .box-503 img {
      padding-top: 1em;
      margin-bottom: 4em; } }
  @media (min-width: 1024px) {
    .box-503 img {
      margin-bottom: 2em; } }
  .box-503 .title {
    font-family: gotham;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .box-503 .title {
        font-size: 44px;
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .box-503 .title {
        font-size: 50px;
        margin-bottom: 20px; } }
  .box-503 p {
    font-family: 'sourceSansPro';
    font-size: 14px;
    line-height: 1.2em;
    max-width: 17em;
    margin: auto auto 30px; }
    @media (min-width: 768px) {
      .box-503 p {
        font-size: 22px;
        max-width: 24em;
        margin: auto auto 40px; } }
    @media (min-width: 1024px) {
      .box-503 p {
        font-size: 18px; } }
  .box-503 a {
    font-family: 'gotham';
    font-weight: 600;
    font-size: 10px;
    background-color: #e25944;
    padding: 1.2em 2em;
    display: inline-block;
    position: relative; }
    @media (min-width: 768px) {
      .box-503 a {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .box-503 a {
        font-family: 'sourceSansPro';
        font-weight: 300;
        font-size: 12px; } }
    .box-503 a i {
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      left: 1.2em;
      top: 50%;
      margin-top: -10px; }
    .box-503 a span {
      padding-left: 1.5em; }
      @media (max-width: 767px) {
        .box-503 a span {
          max-width: 24em;
          display: inline-block;
          text-align: left;
          line-height: 1.2em; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .box-503 a span {
          max-width: 24em;
          display: inline-block;
          text-align: left;
          line-height: 1.2em; } }

.jeu-concours .b-polygon {
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  margin-top: -42px;
  margin-left: 7px; }
  @media (max-width: 767px) {
    .jeu-concours .b-polygon {
      margin-left: 5px; } }

.jeu-concours .b-polygon_hexagon, .jeu-concours .b-polygon_dodecagon {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.jeu-concours .b-polygon-part {
  visibility: hidden;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.jeu-concours .b-polygon_hexagon > .b-polygon-part, .jeu-concours .b-polygon_dodecagon > .b-polygon-part, .jeu-concours .b-polygon_hexagon > .b-polygon-part > .b-polygon-part, .jeu-concours .b-polygon_dodecagon > .b-polygon-part > .b-polygon-part {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.jeu-concours .b-polygon-part_helper, .jeu-concours .b-polygon-part_content {
  visibility: visible; }

.jeu-concours .b-polygon_hexagon .b-polygon-part_content {
  width: 178px;
  height: 153px;
  margin: 0 42px; }
  @media (max-width: 767px) {
    .jeu-concours .b-polygon_hexagon .b-polygon-part_content {
      width: 157px;
      height: 135px; } }

.jeu-concours .b-polygon_hexagon2 .b-polygon-part_content {
  width: 153px;
  height: 178px;
  margin: 42px 0; }
  @media (max-width: 767px) {
    .jeu-concours .b-polygon_hexagon2 .b-polygon-part_content {
      width: 135px;
      height: 157px; } }

.jeu-concours .b-polygon_hexagon > .b-polygon-part, .jeu-concours .b-polygon_dodecagon > .b-polygon-part, .jeu-concours .b-polygon_hexagon > .b-polygon-part > .b-polygon-part, .jeu-concours .b-polygon_dodecagon > .b-polygon-part > .b-polygon-part {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-size: cover;
  background-position: 50% 50%; }

@media (max-width: 767px) {
  .jeu-concours {
    overflow: hidden; } }

.jeu-concours .absolute-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.jeu-concours .header-box {
  position: relative;
  height: 440px; }
  @media (max-width: 767px) {
    .jeu-concours .header-box {
      height: 472px; } }
  .jeu-concours .header-box .decoration-box {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0; }
  .jeu-concours .header-box .content {
    position: relative;
    height: 50%;
    z-index: 1; }
    .jeu-concours .header-box .content .title {
      text-align: center;
      color: #294658;
      font-family: 'gotham';
      font-size: 36px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .jeu-concours .header-box .content .title {
          font-size: 20px; } }
  .jeu-concours .header-box + .container {
    margin-top: -370px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 767px) {
      .jeu-concours .header-box + .container {
        margin-top: -452px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto; } }

.jeu-concours .cta-container {
  text-align: center; }
  .jeu-concours .cta-container + .sub-title {
    margin-top: 65px; }
    .jeu-concours .cta-container + .sub-title.result-title {
      margin-top: 35px; }

.jeu-concours .sub-title {
  color: #294658;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 1.2em;
  padding-top: 1.2em;
  text-align: center;
  font-family: 'merriweather';
  line-height: 1.2em;
  min-height: 195px; }
  .jeu-concours .sub-title.result-title {
    color: #e4583d;
    font-size: 26px;
    min-height: 0px;
    font-family: 'merriweather';
    letter-spacing: 0.025em; }
    .jeu-concours .sub-title.result-title strong {
      font-family: 'merriweather';
      letter-spacing: 0.025em; }
  @media (max-width: 767px) {
    .jeu-concours .sub-title {
      font-size: 14px;
      line-height: 1.3em;
      min-height: 0px;
      margin-bottom: .5em; } }
  .jeu-concours .sub-title strong {
    font-family: 'sourceSansPro';
    display: block;
    letter-spacing: .1em; }
  .jeu-concours .sub-title span {
    font-size: 52px; }
    @media (max-width: 767px) {
      .jeu-concours .sub-title span {
        font-size: 17px; } }

.jeu-concours .cover-border {
  position: absolute;
  top: -5px;
  left: 0;
  bottom: 0;
  right: 0; }

.jeu-concours .hexagon-box {
  width: 166px;
  height: 192px;
  margin: auto;
  position: relative; }
  @media (max-width: 767px) {
    .jeu-concours .hexagon-box {
      width: 144px;
      height: 169px; }
      .jeu-concours .hexagon-box.hexagon-box-1 {
        margin-left: -50px; }
      .jeu-concours .hexagon-box.hexagon-box-2 {
        margin-left: -40px; }
      .jeu-concours .hexagon-box.hexagon-box-3 {
        margin-left: 25px;
        margin-top: -40px; }
      .jeu-concours .hexagon-box.hexagon-box-4 {
        margin-left: 35px;
        margin-top: -40px; } }

.jeu-concours .sub-section-title {
  font-family: 'sourceSansPro';
  font-size: 24px;
  color: #324c5c;
  line-height: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .jeu-concours .sub-section-title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .jeu-concours .sub-section-title {
      font-size: 14px; } }

.jeu-concours .dotation-list {
  max-width: 994px;
  margin: auto; }
  .jeu-concours .dotation-list:after {
    content: " ";
    display: table;
    clear: both; }

.jeu-concours .dotation-list-mobile {
  display: none; }
  @media (max-width: 767px) {
    .jeu-concours .dotation-list-mobile {
      display: block;
      margin-left: 8.5%;
      margin-right: 8.5%;
      margin-bottom: 1.75em; } }
  .jeu-concours .dotation-list-mobile a {
    font-weight: 900;
    display: block;
    color: #294658;
    font-family: 'merriweather';
    font-size: 10px;
    line-height: 1.5; }
    .jeu-concours .dotation-list-mobile a:before {
      content: "\25C6";
      margin-right: .3em; }

.jeu-concours .dotation-block {
  display: inline-block;
  width: 20.1207243461%;
  float: left;
  margin-left: 2.4144869215%;
  margin-right: 2.4144869215%; }
  @media (max-width: 767px) {
    .jeu-concours .dotation-block {
      width: 45.0704225352%; } }
  .jeu-concours .dotation-block img {
    display: block;
    width: 100%;
    height: auto; }
  .jeu-concours .dotation-block a,
  .jeu-concours .dotation-block span {
    font-size: 14px;
    color: #294658;
    font-family: 'merriweather';
    font-weight: 900;
    text-align: center;
    display: block;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    line-height: 1.2em; }
    .jeu-concours .dotation-block a.result-caption,
    .jeu-concours .dotation-block span.result-caption {
      font-family: 'sourceSansPro'; }
    @media (max-width: 767px) {
      .jeu-concours .dotation-block a,
      .jeu-concours .dotation-block span {
        font-size: 12px;
        padding-top: .75em;
        padding-bottom: .75em;
        line-height: 1.2em;
        margin-bottom: 1em;
        display: none; } }

.jeu-concours .form-title {
  color: #e25944;
  font-family: 'sourceSansPro';
  font-size: 18px;
  display: block;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }

.jeu-concours .form-sizer {
  text-align: center;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .jeu-concours .form-sizer {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }
  .jeu-concours .form-sizer label[for="email"] {
    display: none; }
  .jeu-concours .form-sizer label[for="newsletter[]"] {
    display: none; }
  .jeu-concours .form-sizer input[type="text"] {
    border: 1px solid #d8d8d8;
    height: 34px;
    text-indent: 5px;
    color: #4e515e;
    outline: 0;
    margin-bottom: 18px;
    font-size: 13.5px;
    line-height: 0;
    font-family: 'sourceSansPro';
    width: 100%; }
  .jeu-concours .form-sizer input[readonly] {
    background-color: #d8d8d8; }

.jeu-concours .ending-list {
  padding-top: 20px;
  margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .jeu-concours .ending-list {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .jeu-concours .ending-list {
      margin-bottom: 30px; } }
  .jeu-concours .ending-list .dotation-block img {
    max-width: 104px;
    margin: auto; }
    @media (max-width: 767px) {
      .jeu-concours .ending-list .dotation-block img {
        max-width: 78px; } }
  .jeu-concours .ending-list .dotation-block a,
  .jeu-concours .ending-list .dotation-block span {
    font-size: 20px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .jeu-concours .ending-list .dotation-block a,
      .jeu-concours .ending-list .dotation-block span {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .jeu-concours .ending-list .dotation-block a,
      .jeu-concours .ending-list .dotation-block span {
        font-size: 12px; } }

.jeu-concours button[type="submit"] {
  cursor: pointer;
  background-color: #e4583d;
  color: white;
  font-family: gotham;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #e4583d;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  text-align: center;
  margin-top: 30px;
  width: 100%; }
  @media (min-width: 768px) {
    .jeu-concours button[type="submit"] {
      width: auto; } }
  @media (max-width: 767px) {
    .jeu-concours button[type="submit"] {
      font-size: 11px; } }
  .jeu-concours button[type="submit"]:hover {
    background-color: white;
    color: #e4583d; }

.jeu-concours .link-internal {
  cursor: pointer;
  background-color: #e4583d;
  color: white;
  font-family: gotham;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #e4583d;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .jeu-concours .link-internal {
      width: auto; } }
  .jeu-concours .link-internal:hover {
    background-color: white;
    color: #e4583d; }

.jeu-concours [type="checkbox"]:not(:checked),
.jeu-concours [type="checkbox"]:checked,
.jeu-concours [type="radio"]:not(:checked),
.jeu-concours [type="radio"]:checked {
  position: absolute !important;
  clip: rect(0, 0, 0, 0); }

.jeu-concours [type="checkbox"]:not(:checked) + label,
.jeu-concours [type="checkbox"]:checked + label,
.jeu-concours [type="radio"]:not(:checked) + label,
.jeu-concours [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  display: block;
  font-family: 'gotham';
  color: #324c5c;
  font-weight: 100;
  font-size: 14px; }
  @media (max-width: 767px) {
    .jeu-concours [type="checkbox"]:not(:checked) + label,
    .jeu-concours [type="checkbox"]:checked + label,
    .jeu-concours [type="radio"]:not(:checked) + label,
    .jeu-concours [type="radio"]:checked + label {
      font-size: 11px; } }

.jeu-concours [type="checkbox"]:not(:checked) + label:before,
.jeu-concours [type="checkbox"]:checked + label:before,
.jeu-concours [type="radio"]:not(:checked) + label:before,
.jeu-concours [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  background: transparent;
  border: 1px solid #d8d8d8;
  box-shadow: none;
  box-sizing: border-box; }

.jeu-concours [type="checkbox"]:not(:checked) + label:after,
.jeu-concours [type="checkbox"]:checked + label:after,
.jeu-concours [type="radio"]:not(:checked) + label:after,
.jeu-concours [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  background: #e4583d;
  border: 1px solid #d8d8d8;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: white;
  font-size: 10px;
  line-height: 13px;
  font-weight: 600; }

.jeu-concours input[disabled="disabled"]:checked + label:after {
  background: #d8d8d8; }

.jeu-concours [type="checkbox"]:not(:checked) + label:after,
.jeu-concours [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.jeu-concours [type="checkbox"]:checked + label:after,
.jeu-concours [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.jeu-concours .footer-box {
  background-color: #e6e6e6;
  text-align: center; }
  @media (max-width: 767px) {
    .jeu-concours .footer-box {
      padding: .75em 0; } }
  .jeu-concours .footer-box a {
    font-family: 'gotham';
    color: #324c5c;
    font-size: 13.5px;
    line-height: 40px;
    display: inline-block;
    font-weight: 100;
    text-decoration: underline;
    margin-left: 2%;
    margin-right: 2%; }
    @media (max-width: 767px) {
      .jeu-concours .footer-box a {
        line-height: 20px; } }

.jeu-concours .questions-holder {
  max-width: 1100px;
  margin: auto;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .jeu-concours .questions-holder {
      max-width: 474px; } }
  .jeu-concours .questions-holder button[type="submit"] {
    margin-top: 55px;
    margin-bottom: 55px; }

.jeu-concours .question-box {
  border: 1px solid #dadada;
  padding-top: 3.5%;
  padding-bottom: 4.7272727273%;
  text-align: left; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .jeu-concours .question-box {
      padding-left: 30px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .jeu-concours .question-box {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .jeu-concours .question-box + .question-box {
    margin-top: 28px; }
  .jeu-concours .question-box:after {
    content: ' ';
    display: table;
    clear: both; }
  .jeu-concours .question-box .choice-box {
    float: left;
    width: 46.3636363636%;
    margin-left: 4.7272727273%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .jeu-concours .question-box .choice-box {
        width: 100%;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .jeu-concours .question-box .choice-box {
        width: 100%;
        margin-left: 0; } }
  .jeu-concours .question-box .clue-box {
    float: left;
    margin-left: 7.7272727273%;
    width: 41.1818181818%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .jeu-concours .question-box .clue-box {
        width: 100%;
        margin-left: 0;
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .jeu-concours .question-box .clue-box {
        width: 100%;
        margin-left: 0; } }
  .jeu-concours .question-box .question-title {
    font-family: 'merriweather';
    font-size: 26px;
    color: #324c5c; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .jeu-concours .question-box .question-title {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .jeu-concours .question-box .question-title {
        font-size: 16px;
        letter-spacing: -.025em; } }
    .jeu-concours .question-box .question-title:after {
      content: "";
      height: 3px;
      width: 23px;
      background-color: #e25944;
      display: block;
      margin-top: 25px;
      margin-bottom: 25px; }
  .jeu-concours .question-box .question-label {
    color: #324c5c;
    font-family: 'sourceSansPro';
    font-size: 24px;
    letter-spacing: 0.025em;
    font-weight: 600;
    line-height: 1.5em; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .jeu-concours .question-box .question-label {
        font-size: 20px;
        font-weight: 300;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .jeu-concours .question-box .question-label {
        font-size: 16px; } }
  .jeu-concours .question-box .checkbox-group {
    margin-top: 30px;
    margin-bottom: 30px; }
    .jeu-concours .question-box .checkbox-group [type="checkbox"]:not(:checked) + label,
    .jeu-concours .question-box .checkbox-group [type="checkbox"]:checked + label,
    .jeu-concours .question-box .checkbox-group [type="radio"]:not(:checked) + label,
    .jeu-concours .question-box .checkbox-group [type="radio"]:checked + label {
      font-size: 20px;
      padding-left: 50px; }
      @media (max-width: 767px) {
        .jeu-concours .question-box .checkbox-group [type="checkbox"]:not(:checked) + label,
        .jeu-concours .question-box .checkbox-group [type="checkbox"]:checked + label,
        .jeu-concours .question-box .checkbox-group [type="radio"]:not(:checked) + label,
        .jeu-concours .question-box .checkbox-group [type="radio"]:checked + label {
          font-size: 12px; } }
    .jeu-concours .question-box .checkbox-group [type="checkbox"]:not(:checked) + label:before,
    .jeu-concours .question-box .checkbox-group [type="checkbox"]:checked + label:before,
    .jeu-concours .question-box .checkbox-group [type="radio"]:not(:checked) + label:before,
    .jeu-concours .question-box .checkbox-group [type="radio"]:checked + label:before {
      margin-top: -13px;
      width: 26px;
      height: 26px; }
    .jeu-concours .question-box .checkbox-group [type="checkbox"]:not(:checked) + label:after,
    .jeu-concours .question-box .checkbox-group [type="checkbox"]:checked + label:after,
    .jeu-concours .question-box .checkbox-group [type="radio"]:not(:checked) + label:after,
    .jeu-concours .question-box .checkbox-group [type="radio"]:checked + label:after {
      margin-top: -13px;
      width: 26px;
      height: 26px; }
  .jeu-concours .question-box .list-item-sizer {
    max-width: 298px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .jeu-concours .question-box .list-item-sizer {
        width: 376px;
        max-width: none; } }
    .jeu-concours .question-box .list-item-sizer .image-box {
      height: 205px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .jeu-concours .question-box .list-item-sizer .image-box {
          height: 324px; } }
    .jeu-concours .question-box .list-item-sizer .list-item-description-box {
      height: auto;
      padding-right: 15px;
      padding-left: 15px; }
      .jeu-concours .question-box .list-item-sizer .list-item-description-box h3 {
        font-size: 16px;
        height: 2.4em;
        line-height: 1.2em;
        max-height: 2.4em;
        padding-right: 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .jeu-concours .question-box .list-item-sizer .list-item-description-box h3 {
            padding-top: 1em;
            padding-bottom: 1em;
            margin-bottom: 0;
            margin-top: 0; } }

.jeu-concours .help-block,
.jeu-concours .text-danger {
  font-family: 'merriweather';
  color: #e25944;
  display: block;
  height: 30px; }

.jeu-concours .dotation-header-title {
  color: #324c5c;
  font-size: 26px;
  font-family: 'merriweather';
  padding-top: 2em;
  padding-bottom: 2em; }
  .jeu-concours .dotation-header-title:after {
    width: 23px;
    height: 3px;
    background-color: #e25944;
    content: " ";
    display: block;
    margin-top: 1em; }

.jeu-concours .dotation-container {
  max-width: 960px;
  margin: auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .jeu-concours .dotation-container {
      max-width: 700px; } }
  @media (max-width: 767px) {
    .jeu-concours .dotation-container {
      max-width: 300px; } }

.jeu-concours .dotation-list .day-dotation-block:after {
  content: " ";
  display: table;
  clear: both; }

.jeu-concours .dotation-list .detail-box {
  float: left;
  width: 73.9583333333%;
  padding-right: 22px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .jeu-concours .dotation-list .detail-box {
      width: 50%; } }
  @media (max-width: 767px) {
    .jeu-concours .dotation-list .detail-box {
      width: 50%; } }

.jeu-concours .dotation-list .decoration-box {
  float: left;
  width: 26.0416666667%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .jeu-concours .dotation-list .decoration-box {
      width: 50%;
      padding-left: 7.1428571429%;
      padding-right: 7.1428571429%; } }
  @media (max-width: 767px) {
    .jeu-concours .dotation-list .decoration-box {
      width: 50%;
      padding-left: 4.1666666667%;
      padding-right: 4.1666666667%; } }
  .jeu-concours .dotation-list .decoration-box img {
    height: 100%;
    width: 100%;
    display: block; }

.jeu-concours .dotation-list .dotation-title {
  font-family: 'merriweather';
  color: #e25944;
  font-size: 24px; }
  @media (max-width: 767px) {
    .jeu-concours .dotation-list .dotation-title {
      font-size: 16px; } }

.jeu-concours .dotation-list ul {
  font-family: 'sourceSansPro';
  color: #294658;
  font-size: 24px;
  line-height: 1.5em;
  margin-top: .75em;
  margin-bottom: 54px;
  padding-left: .5em; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .jeu-concours .dotation-list ul {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .jeu-concours .dotation-list ul {
      font-size: 12px; } }
  .jeu-concours .dotation-list ul li {
    position: relative; }
    .jeu-concours .dotation-list ul li:before {
      content: "\b7\a0";
      font-size: 48px;
      left: -16px;
      position: absolute; }
      @media (max-width: 767px) {
        .jeu-concours .dotation-list ul li:before {
          font-size: 24px;
          left: -8px; } }

.jeu-concours .dotation-list .mentions {
  font-family: 'sourceSansPro';
  font-size: 16px;
  color: #294658;
  display: block;
  margin-bottom: 54px; }
  @media (max-width: 767px) {
    .jeu-concours .dotation-list .mentions {
      font-size: 10px; } }

.push-jeu {
  width: 300px;
  max-width: 100%;
  height: 460px;
  background-color: rgba(255, 215, 122, 0.3);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding-top: 38px; }
  .push-jeu .background-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  @media (min-width: 768px) {
    .push-jeu {
      width: 320px;
      height: 540px; } }
  @media (min-width: 1024px) {
    .push-jeu {
      width: 295px;
      height: 460px; } }
  @media (min-width: 768px) {
    .list-item .push-jeu {
      padding-top: 20px;
      width: auto;
      height: 385px; } }
  @media (min-width: 1024px) {
    .list-item .push-jeu {
      width: auto;
      height: 442px;
      padding-top: 40px; } }
  .push-jeu .hexa-box {
    background-image: url(/assets/frontend/images/push-offer/hexa.png);
    width: 225px;
    height: 215px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 67px; }
    @media (min-width: 768px) {
      .push-jeu .hexa-box {
        margin-bottom: 72px; } }
    @media (min-width: 1024px) {
      .push-jeu .hexa-box {
        margin-bottom: 70px; } }
    @media (min-width: 768px) {
      .list-item .push-jeu .hexa-box {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .list-item .push-jeu .hexa-box {
        margin-bottom: 35px; } }
    .push-jeu .hexa-box p {
      font-family: 'sourceSansPro';
      color: white;
      font-size: 16px;
      line-height: 1.15em; }
    .push-jeu .hexa-box .title {
      color: white;
      font-family: 'sourceSansPro';
      font-weight: 600;
      display: block;
      padding-top: 50px;
      font-size: 1.4em;
      margin-bottom: 5px;
      font-size: 30px; }
  .push-jeu .cover-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .push-jeu .content-box {
    position: relative;
    z-index: 1; }
  .push-jeu .cta-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px; }

.jeu-concours-questions .header-box {
  height: 220px  !important; }
  @media (max-width: 767px) {
    .jeu-concours-questions .header-box {
      height: 150px  !important; } }
  .jeu-concours-questions .header-box .title {
    color: #FFFFFF  !important; }
  .jeu-concours-questions .header-box + .container {
    margin-top: 0 !important;
    background-color: transparent  !important; }
    @media (max-width: 767px) {
      .jeu-concours-questions .header-box + .container {
        margin-top: 0  !important;
        max-width: 300px  !important;
        margin-left: auto;
        margin-right: auto; } }

.login__page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: gotham; }
  .login__page--content {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2c4657;
    font-size: 16px;
    line-height: 1.2;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center; }
    .login__page--content h3 {
      text-transform: uppercase; }
  .login__page--back {
    background: #d8d5d5;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    font-family: "sourceSansPro"; }
  .login__page--header {
    height: 100px;
    width: 100%;
    background-image: url(../../images/gigya/header-loginform.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 10px #606060;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center; }
  .login__page p {
    font-size: 14px;
    padding: 20px 40px 40px;
    font-weight: 200; }
    .login__page p a {
      text-decoration: underline; }
  .login__page h2 {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .login__page .big-cta {
    text-align: center;
    margin-top: 0px;
    width: 100%; }
  .login__page .separator {
    height: 1px;
    width: 100%;
    content: "";
    background-color: #ebebeb;
    margin: 30px 0; }
  .login__page .form-group {
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
    position: relative; }
    .login__page .form-group.inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .login__page .form-group.center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .login__page .form-group label {
      font-size: 12px; }
    .login__page .form-group input:not([type="checkbox"]),
    .login__page .form-group input:not([type="radio"]) {
      width: 100%;
      height: 40px;
      padding: 5px 10px;
      border: 1px solid #ebebeb;
      margin-top: 15px; }

.ciam-page__back {
  background: #d8d5d5;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  font-family: "sourceSansPro"; }

.ciam-page__header {
  height: 100px;
  width: 100%;
  background-image: url(../../images/gigya/header-loginform.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "merriweather";
  font-style: normal;
  font-weight: 900;
  text-transform: none;
  color: white;
  text-shadow: 2px 2px 10px #606060;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 20px;
  text-align: center; }

.ciam-page .separator {
  height: 1px;
  width: 100%;
  content: "";
  background-color: #ebebeb;
  margin: 30px 0; }

.ciam-page__content {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column; }
  .ciam-page__content > * + * {
    margin-top: 60px; }

.ciam-page__section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px; }
  .ciam-page__section > * {
    width: 100%; }

.ciam-page__footer {
  padding: 40px 20px; }

.ciam-page .ciam-noaccount [class^=edito-title],
.ciam-page .ciam-noaccount [class*=edito-title] {
  color: #e25944; }

.ciam-form {
  font-family: "gotham", sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 1.2; }
  .ciam-form .edito-title,
  .ciam-form [class*="edito-title-"],
  .ciam-form [class^="edito-title-"] {
    margin-bottom: 15px; }
  .ciam-form .big-cta {
    min-height: 40px; }
  .ciam-form .error,
  .ciam-form .success {
    text-align: center; }
  .ciam-form .form-group {
    text-align: left;
    margin-top: 20px;
    width: auto;
    position: relative; }
    .ciam-form .form-group.inline {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .ciam-form .form-group.center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .ciam-form .form-group label {
      color: #2c4657;
      display: block;
      text-align: center;
      font-size: 12px; }
    .ciam-form .form-group input:not([type="checkbox"]),
    .ciam-form .form-group input:not([type="radio"]) {
      width: 100%;
      margin-top: 7px;
      height: 40px;
      padding: 5px 10px;
      border: 1px solid #ebebeb; }
    .ciam-form .form-group input[type="checkbox"] {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
      .ciam-form .form-group input[type="checkbox"] + label {
        position: relative;
        display: block;
        float: left;
        width: 20px;
        height: 25px;
        border: 1px solid #d8d8d8;
        outline: 0;
        background-color: #fff;
        margin-right: 10px; }
        .ciam-form .form-group input[type="checkbox"] + label + span {
          font-size: 12px; }
    .ciam-form .form-group__note {
      margin-top: 7px;
      font-family: "gothamBook", sans-serif;
      font-size: 10px;
      line-height: 1.4;
      color: #939393; }

.ciam-existinguser {
  max-width: 330px; }
  .ciam-existinguser__or {
    position: relative;
    margin: 10px 0;
    text-align: center;
    font-family: "gotham", sans-serif;
    font-weight: 100;
    font-size: 14px;
    line-height: 1.4;
    color: #666666; }
    .ciam-existinguser__or::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 15px;
      right: 15px;
      z-index: 1;
      height: 1px;
      background: #ebebeb; }
    .ciam-existinguser__or span {
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 10px;
      background: #fff; }
  .ciam-existinguser__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px; }
    .ciam-existinguser__actions > * {
      margin-top: 0; }
    .ciam-existinguser__actions > * + * {
      margin-left: 15px; }
  @media (min-width: 1024px) {
    .ciam-existinguser {
      width: 330px; } }
  .ciam-existinguser .formError {
    -webkit-transform: translateX(-webkit-calc(0px - 100% + 50px));
    -ms-transform: translateX(calc(0px - 100% + 50px));
    transform: translateX(calc(0px - 100% + 50px)); }
    .ciam-existinguser .formError .formErrorArrow {
      margin-left: auto;
      margin-right: 13px; }
  .ciam-existinguser .o-checkbox .formError {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .ciam-existinguser .o-checkbox .formError .formErrorArrow {
      margin-left: 13px;
      margin-right: auto; }

.ciam-socials > * {
  margin: 0 auto; }

.ciam-socials > * + * {
  margin-top: 10px; }

.ciam-socials__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
  height: 44px;
  padding: 10px 20px;
  border: 2px solid;
  font-family: "sourceSansPro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer; }
  .ciam-socials__button > * {
    margin: 0; }
  .ciam-socials__button > * + * {
    margin-left: 15px; }
  .ciam-socials__button.is-facebook {
    background-color: #1877f2;
    border-color: #1877f2;
    color: #ffffff; }
  .ciam-socials__button.is-google {
    background-color: #ffffff;
    border-color: #939393;
    color: #324c5c; }

.ciam-socials__icon {
  width: 25px;
  height: 25px; }

.ciam-keepintouch {
  max-width: 360px;
  padding: 20px 15px 20px;
  margin-top: 40px;
  border-radius: 10px;
  background: #faf7eb; }
  .ciam-keepintouch [class*=" edito-title"],
  .ciam-keepintouch [class^=edito-title] {
    color: #324c5c; }
  .ciam-keepintouch__logo {
    vertical-align: baseline;
    margin-right: 15px;
    -webkit-transform: translateY(0.2em);
    -ms-transform: translateY(0.2em);
    transform: translateY(0.2em); }
  .ciam-keepintouch__content {
    font-family: "gothamBook";
    color: #666666; }
    .ciam-keepintouch__content,
    .ciam-keepintouch__content p {
      line-height: 1.4;
      font-size: 12px; }
  .ciam-keepintouch__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ciam-keepintouch__legal {
    margin-top: 10px;
    font-family: "gothamBook";
    color: #666666;
    line-height: 1.4;
    font-size: 11px !important; }
  @media (min-width: 1024px) {
    .ciam-keepintouch {
      width: 360px; } }
  .ciam-page__content .ciam-keepintouch {
    margin-top: 0; }
  .ciam-keepintouch .formError {
    -webkit-transform: translateX(-webkit-calc(0px - 100% + 50px));
    -ms-transform: translateX(calc(0px - 100% + 50px));
    transform: translateX(calc(0px - 100% + 50px)); }
    .ciam-keepintouch .formError .formErrorArrow {
      margin-left: auto;
      margin-right: 13px; }

.ciam-noaccount {
  text-align: center; }
  .ciam-noaccount__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ciam-noaccount .big-cta {
    margin-top: 15px; }
  @media (min-width: 1024px) {
    .ciam-noaccount [class*=" edito-title-"],
    .ciam-noaccount [class^="edito-title-"] {
      margin-bottom: 0; } }

.recipe-detail section {
  margin-bottom: 50px; }

.recipe-detail .recipe-header {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden; }
  .recipe-detail .recipe-header .photo-column {
    display: none; }
    @media (min-width: 1024px) {
      .recipe-detail .recipe-header .photo-column {
        display: block;
        width: 28.7903225806%;
        float: left; }
        .recipe-detail .recipe-header .photo-column .photo-wrapper {
          max-width: 295px;
          margin: auto; } }

@media (max-width: 767px) {
  .recipe-detail .edito-paragraph {
    margin-bottom: 0px; } }

.recipe-detail .photo-column {
  padding-top: 50px;
  padding-bottom: 50px; }
  .recipe-detail .photo-column .photo {
    width: 100%;
    height: 298px;
    position: relative;
    background-size: cover;
    background-position: center; }

.recipe-detail .more-recipe-section {
  margin-bottom: 50px !important; }

.recipe-detail .recipe-header .content-column {
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
  min-height: 398px;
  display: block; }
  @media (max-width: 767px) {
    .recipe-detail .recipe-header .content-column {
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: 0px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .recipe-detail .recipe-header .content-column {
      min-height: 0px; } }
  @media (min-width: 1024px) {
    .recipe-detail .recipe-header .content-column {
      height: 398px; } }
  .recipe-detail .recipe-header .content-column .edito-recipe-title {
    margin-bottom: 20px !important; }
    @media (min-width: 768px) {
      .recipe-detail .recipe-header .content-column .edito-recipe-title {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .recipe-detail .recipe-header .content-column .edito-recipe-title {
        margin-bottom: 16px; } }
  .recipe-detail .recipe-header .content-column .popin {
    position: relative;
    display: inline-table;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    z-index: 1 !important; }
    .recipe-detail .recipe-header .content-column .popin .popin-row {
      display: table-row; }
    .recipe-detail .recipe-header .content-column .popin .popin-table {
      display: table;
      height: 100%;
      width: 100%; }
    .recipe-detail .recipe-header .content-column .popin .popin-cell {
      display: table-cell;
      vertical-align: middle; }
    .recipe-detail .recipe-header .content-column .popin .popin-content {
      padding: 20px 50px 20px 50px;
      display: inline-block; }
      .recipe-detail .recipe-header .content-column .popin .popin-content .tag-list {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .recipe-detail .recipe-header .content-column .popin .popin-content .tag-list {
            font-size: 12px;
            margin-bottom: 12px; } }
      .recipe-detail .recipe-header .content-column .popin .popin-content .fav {
        height: 32px;
        width: 32px;
        position: absolute;
        right: 60px;
        bottom: 15px; }
        @media (max-width: 767px) {
          .recipe-detail .recipe-header .content-column .popin .popin-content .fav {
            right: 60px;
            bottom: 0; } }
        @media (max-width: 321px) {
          .recipe-detail .recipe-header .content-column .popin .popin-content .fav {
            bottom: 0; } }
        .recipe-detail .recipe-header .content-column .popin .popin-content .fav::before, .recipe-detail .recipe-header .content-column .popin .popin-content .fav::after {
          content: '';
          height: 32px;
          width: 32px;
          position: absolute;
          top: 0px;
          left: 0px;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          background-size: contain; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .fav::before {
          background-image: url(/assets/frontend/images/icons/favorite.png);
          opacity: 1; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .fav::after {
          background-image: url(/assets/frontend/images/icons/favorite-plain.png);
          opacity: 0; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .fav.active::before {
          opacity: 0; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .fav.active::after {
          opacity: 1; }
      .recipe-detail .recipe-header .content-column .popin .popin-content .print-svg {
        cursor: pointer;
        position: absolute;
        right: 15px;
        bottom: 12px; }
        @media (max-width: 767px) {
          .recipe-detail .recipe-header .content-column .popin .popin-content .print-svg {
            bottom: 0; } }
        .recipe-detail .recipe-header .content-column .popin .popin-content .print-svg .print-object {
          width: 30px; }
      .recipe-detail .recipe-header .content-column .popin .popin-content .credits {
        display: inline-block; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .credits span {
          font-size: 15px; }
      .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container {
        position: absolute;
        bottom: 15px; }
        @media (max-width: 479px) {
          .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container {
            bottom: 0; } }
        @media (max-width: 767px) {
          .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .stars-details {
            display: inline-block;
            text-align: left;
            margin: 0; }
            .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .stars-details .rating-details {
              margin-left: 0; } }
        @media (max-width: 321px) {
          .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .stars-details {
            display: block; } }
        .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .stars {
          display: inline-block; }
          .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .stars span {
            font-size: 27px;
            color: #bbb3a3;
            margin-right: 2px; }
            @media (max-width: 767px) {
              .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .stars span {
                font-size: 15px; } }
            .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .stars span.red {
              color: #e15844; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .rating-details {
          vertical-align: top;
          margin-left: 15px;
          font-family: 'sourceSansPro';
          color: #324c5c;
          display: none; }
          .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .rating-details.show {
            display: inline-block; }
          @media (min-width: 768px) {
            .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .rating-details {
              margin-top: 5px; } }
          @media (max-width: 767px) {
            .recipe-detail .recipe-header .content-column .popin .popin-content .stars-container .rating-details {
              font-size: 11px;
              margin-top: 3px; } }
      .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor {
        display: inline-block;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor {
            margin-bottom: 20px; } }
        .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor + .credits {
          margin-left: 10px; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor .logo {
          width: 50px;
          height: 50px;
          display: inline-block;
          vertical-align: middle;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          @media (min-width: 768px) {
            .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor .logo {
              width: 75px;
              height: 75px; } }
        .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor span {
          font-size: 13px;
          margin-right: 10px;
          background: #324c5c;
          border-radius: 8px;
          padding: 10px 10px; }
          @media (max-width: 767px) {
            .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor span {
              font-size: 10px;
              background: none;
              border-radius: 0;
              border: 1px solid #004a80;
              color: #004a80;
              padding: 6px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .recipe-detail .recipe-header .content-column .popin .popin-content .credits {
        margin-left: 0px;
        display: block;
        margin-bottom: 20px; }
      .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .recipe-detail .recipe-header .content-column .popin .popin-content {
        padding: 10px; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .stars span {
          font-size: 20px; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .credits {
          padding-bottom: 40px; }
          .recipe-detail .recipe-header .content-column .popin .popin-content .credits span {
            font-size: 11px; }
        .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor {
          border-radius: 4px; }
          .recipe-detail .recipe-header .content-column .popin .popin-content .sponsor span {
            font-size: 10px; }
        .recipe-detail .recipe-header .content-column .popin .popin-content h1 {
          font-size: 25px; } }
  .recipe-detail .recipe-header .content-column .photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }

.recipe-detail .comments-container {
  font-size: 10px; }
  @media (max-width: 767px) {
    .recipe-detail .comments-container {
      font-size: 15px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .recipe-detail .comments-container {
      font-size: 15px; } }

.recipe-detail .header-icons {
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 24px;
  padding-bottom: 24px; }
  .recipe-detail .header-icons ol li {
    display: inline-block;
    margin-right: 30px; }
    @media (min-width: 768px) {
      .recipe-detail .header-icons ol li {
        margin-right: 20px; }
        .recipe-detail .header-icons ol li h4 {
          font-size: 15px; }
        .recipe-detail .header-icons ol li .edito-paragraph {
          font-size: 15px; } }
    @media (min-width: 1024px) {
      .recipe-detail .header-icons ol li {
        margin-right: 50px; }
        .recipe-detail .header-icons ol li h4 {
          font-size: 15px; }
        .recipe-detail .header-icons ol li .edito-paragraph {
          font-size: 18px; } }
    .recipe-detail .header-icons ol li .icon {
      display: inline-block;
      font-size: 40px;
      vertical-align: middle;
      padding-right: 10px; }
      .recipe-detail .header-icons ol li .icon.icon-knife {
        padding-right: 0; }
      .recipe-detail .header-icons ol li .icon.icon-cook {
        font-size: 45px; }
        @media (max-width: 767px) {
          .recipe-detail .header-icons ol li .icon.icon-cook {
            font-size: 18px; } }
    .recipe-detail .header-icons ol li .legend {
      vertical-align: middle;
      display: inline-block; }
  @media (max-width: 767px) {
    .recipe-detail .header-icons {
      height: 392px;
      position: relative;
      padding-top: 0;
      padding-bottom: 0; }
      .recipe-detail .header-icons .photo-icons {
        height: 320px; }
        .recipe-detail .header-icons .photo-icons .photo {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center; }
      .recipe-detail .header-icons ol {
        padding-top: 10px;
        position: relative;
        -webkit-columns: 2;
        columns: 2; }
        .recipe-detail .header-icons ol.display1 {
          left: 3.125%; }
        .recipe-detail .header-icons ol li {
          margin-right: 0;
          margin-bottom: 7px;
          display: block; }
          .recipe-detail .header-icons ol li .icon {
            width: 20px;
            text-align: center;
            font-size: 20px;
            margin-right: 5px; } }
        @media (max-width: 767px) and (max-width: 767px) {
          .recipe-detail .header-icons ol li .icon {
            margin-right: 2px; } }
  @media (max-width: 767px) {
            .recipe-detail .header-icons ol li .icon.icon-budget, .recipe-detail .header-icons ol li .icon.icon-balance {
              font-size: 16px; }
          .recipe-detail .header-icons ol li .legend h4 {
            font-size: 13px;
            margin-bottom: -2px; } }
        @media (max-width: 767px) and (max-width: 767px) {
          .recipe-detail .header-icons ol li .legend h4 {
            font-size: 11px; } }
  @media (max-width: 767px) {
          .recipe-detail .header-icons ol li .legend .edito-paragraph {
            font-size: 13px;
            white-space: nowrap; } }
        @media (max-width: 767px) and (max-width: 767px) {
          .recipe-detail .header-icons ol li .legend .edito-paragraph {
            font-size: 11px; } }

.recipe-detail .ingredients-section {
  margin-top: 40px;
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .recipe-detail .ingredients-section {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      float: none; } }
  .recipe-detail .ingredients-section ol {
    padding-left: 20px;
    padding-right: 20px; }
    .recipe-detail .ingredients-section ol li {
      list-style-type: disc; }
      .recipe-detail .ingredients-section ol li span {
        position: relative; }
        @media (max-width: 767px) {
          .recipe-detail .ingredients-section ol li span {
            left: 0px; } }

.recipe-detail .preparation-section {
  margin-top: 40px;
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .recipe-detail .preparation-section {
      margin-top: 0px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .recipe-detail .preparation-section ol li.step-cooking {
    white-space: nowrap;
    display: inline-block; }
    @media (max-width: 767px) {
      .recipe-detail .preparation-section ol li.step-cooking {
        margin-bottom: 21px;
        width: 100%;
        text-align: center; } }
    .recipe-detail .preparation-section ol li.step-cooking .icon {
      background-image: url(/assets/frontend/images/icons/hexa-red.png);
      background-position: center;
      background-repeat: no-repeat;
      width: 38px;
      height: 42px;
      display: inline-block;
      line-height: 42px;
      text-align: center;
      vertical-align: top;
      position: relative;
      float: left; }
      @media (max-width: 767px) {
        .recipe-detail .preparation-section ol li.step-cooking .icon {
          float: none;
          display: block;
          text-align: center;
          margin: auto;
          margin-bottom: 21px; } }
    .recipe-detail .preparation-section ol li.step-cooking .legend {
      padding-left: 8px;
      white-space: normal;
      display: block;
      overflow: hidden;
      display: table;
      min-height: 42px; }
      .recipe-detail .preparation-section ol li.step-cooking .legend p {
        display: table-cell;
        vertical-align: middle; }

.recipe-detail .info-block-focus {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
  position: relative; }

.recipe-detail .content-relative {
  position: relative; }

@media (min-width: 1024px) {
  .recipe-detail .aside-panel {
    width: 28.7903225806%;
    float: left; } }

@media (max-width: 767px) {
  .recipe-detail .aside-panel > *:first-child {
    margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .recipe-detail .aside-panel > *:first-child {
    margin-bottom: 40px; } }

@media (min-width: 1024px) {
  .recipe-detail .aside-panel > *:first-child {
    margin-top: 40px;
    margin-bottom: 40px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .recipe-detail .aside-panel > *:first-child {
    float: left; }
  .recipe-detail .aside-panel > *:nth-child(2) {
    float: right; } }

.recipe-detail #comments-list .gig-comments-comments {
  display: none !important; }

@media (max-width: 767px) {
  .recipe-detail .push-column {
    padding-top: 0; } }

.recipe-detail .voucher-section {
  display: none; }
  @media (max-width: 767px) {
    .recipe-detail .voucher-section {
      display: block; } }

.recipe-list.top-recipe-container {
  position: relative; }
  .recipe-list.top-recipe-container .top-block .block-sizer {
    min-height: 100%; }
    .recipe-list.top-recipe-container .top-block .block-sizer .heading {
      background-color: #324c5c;
      font-family: merriweather;
      color: white;
      font-size: 15px;
      height: 75px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .recipe-list.top-recipe-container .top-block .block-sizer .heading {
          font-size: 25px;
          height: 83px; } }
      @media (min-width: 1024px) {
        .recipe-list.top-recipe-container .top-block .block-sizer .heading {
          font-size: 25px;
          height: 112px; } }
    .recipe-list.top-recipe-container .top-block .block-sizer .top-sizer {
      border: 1px solid #dcdcdc; }
      .recipe-list.top-recipe-container .top-block .block-sizer .top-sizer .thumb-recipe {
        height: 119px; }
        .recipe-list.top-recipe-container .top-block .block-sizer .top-sizer .thumb-recipe:nth-child(n+2) {
          border-top: 1px solid  #dcdcdc; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .recipe-list.top-recipe-container .top-block .block-sizer .top-sizer .thumb-recipe {
            height: 141px; } }
        @media (min-width: 1024px) {
          .recipe-list.top-recipe-container .top-block .block-sizer .top-sizer .thumb-recipe {
            height: 158px; } }
    .recipe-list.top-recipe-container .top-block .block-sizer .decoration-box {
      float: left;
      width: 35.516372796%;
      margin-left: 3.7783375315%;
      margin-right: 5.0377833753%;
      height: 100%;
      box-sizing: border-box;
      padding-top: 3.7783375315%;
      padding-bottom: 3.7783375315%; }
      .recipe-list.top-recipe-container .top-block .block-sizer .decoration-box .background-holder {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover; }
      .recipe-list.top-recipe-container .top-block .block-sizer .decoration-box .rank {
        text-align: center;
        display: block;
        font-family: 'sourceSansPro';
        background-color: #e25944;
        color: white;
        font-size: 13px;
        height: 24px;
        line-height: 24px;
        width: 24px;
        font-weight: 600; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .recipe-list.top-recipe-container .top-block .block-sizer .decoration-box .rank {
            font-size: 16px;
            height: 28px;
            line-height: 28px;
            width: 28px; } }
        @media (min-width: 1024px) {
          .recipe-list.top-recipe-container .top-block .block-sizer .decoration-box .rank {
            font-size: 18px;
            height: 32px;
            line-height: 32px;
            width: 32px; } }
    .recipe-list.top-recipe-container .top-block .block-sizer .detail-box {
      float: left;
      width: 51.8891687657%;
      height: 100%;
      box-sizing: border-box;
      padding-top: 3.7783375315%;
      padding-bottom: 3.7783375315%; }
      .recipe-list.top-recipe-container .top-block .block-sizer .detail-box .detail-sizer {
        height: 100%;
        position: relative; }
      .recipe-list.top-recipe-container .top-block .block-sizer .detail-box h3 {
        max-height: 3em;
        font-family: merriweather;
        font-size: 15px;
        margin-bottom: .3em;
        color: #666666; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .recipe-list.top-recipe-container .top-block .block-sizer .detail-box h3 {
            font-size: 16px; } }
        @media (min-width: 1024px) {
          .recipe-list.top-recipe-container .top-block .block-sizer .detail-box h3 {
            font-size: 20px; } }
      .recipe-list.top-recipe-container .top-block .block-sizer .detail-box .description {
        font-family: 'sourceSansPro';
        font-size: 11px;
        color: #666666; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .recipe-list.top-recipe-container .top-block .block-sizer .detail-box .description {
            font-size: 13px; } }
        @media (min-width: 1024px) {
          .recipe-list.top-recipe-container .top-block .block-sizer .detail-box .description {
            font-size: 15px; } }
      .recipe-list.top-recipe-container .top-block .block-sizer .detail-box .star-bar {
        position: absolute;
        bottom: 0;
        left: 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .recipe-list.top-recipe-container .list-item:nth-child(1) {
      margin-right: 50%;
      padding-right: 10px; }
    .recipe-list.top-recipe-container .list-item:nth-child(2) {
      margin-right: 50%;
      padding-right: 10px;
      padding-left: 0px; }
    .recipe-list.top-recipe-container .list-item:nth-child(2n+6) {
      padding-right: 10px;
      padding-left: 0px; }
      .recipe-list.top-recipe-container .list-item:nth-child(2n+6):last-child {
        display: none; }
    .recipe-list.top-recipe-container .list-item:nth-child(2n+7) {
      padding-right: 0px;
      padding-left: 10px; }
    .recipe-list.top-recipe-container .list-item:nth-child(13) {
      display: none; }
    .recipe-list.top-recipe-container .list-item:nth-child(14) {
      padding-right: 0px;
      padding-left: 10px; }
    .recipe-list.top-recipe-container .list-item.top-block {
      position: absolute;
      right: 0;
      top: 0;
      height: 790px;
      padding-left: 10px;
      padding-right: 0px; } }
  @media (min-width: 1024px) {
    .recipe-list.top-recipe-container .list-item:nth-child(2) {
      margin-right: 33.3333333333%; }
    .recipe-list.top-recipe-container .list-item:nth-child(3) {
      padding-left: 0px;
      padding-right: 13px; }
    .recipe-list.top-recipe-container .list-item:nth-child(4) {
      padding-left: 7px;
      padding-right: 7px;
      margin-right: 33.3333333333%; }
    .recipe-list.top-recipe-container .list-item:nth-child(3n+6) {
      padding-left: 0px;
      padding-right: 13px; }
    .recipe-list.top-recipe-container .list-item:nth-child(3n+7) {
      padding-left: 7px;
      padding-right: 7px; }
    .recipe-list.top-recipe-container .list-item:nth-child(3n+8) {
      padding-left: 13px;
      padding-right: 0px; }
    .recipe-list.top-recipe-container .list-item.top-block {
      position: absolute;
      right: 0;
      top: 0;
      height: 904px;
      padding-left: 13px;
      padding-right: 0px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  #my-account .small-header {
    height: 200px; } }

@media (max-width: 767px) {
  #my-account .small-header .header-page-photo {
    height: 200px; } }

#my-account .main-section {
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
  padding: 50px 20px 150px; }
  #my-account .main-section > * {
    margin-top: 0; }
  #my-account .main-section > * + * {
    margin-top: 25px; }
  @media (min-width: 1024px) {
    #my-account .main-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #my-account .main-section > * {
        margin-top: 0; }
      #my-account .main-section > * + * {
        margin-left: 50px; } }

#my-account .usersummary {
  vertical-align: top; }
  #my-account .usersummary__content {
    border: 1px solid #d0d0d0;
    background: #f2f2f2; }
    #my-account .usersummary__content h2 {
      background: #324c5c;
      padding: 20px;
      text-align: center;
      font-size: 18px;
      line-height: 22px;
      font-family: "merriweather";
      color: #fff;
      font-weight: bold; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary__content h2 {
          font-size: 14px;
          line-height: 18px;
          padding: 12px; } }
    @media (min-width: 768px) {
      #my-account .usersummary__content {
        position: -webkit-sticky;
        position: sticky;
        top: 170px; } }
    @media (min-width: 1024px) {
      #my-account .usersummary__content {
        position: -webkit-sticky;
        position: sticky;
        top: 110px; } }
  #my-account .usersummary__personnal {
    padding: 20px 25px 5px;
    border-bottom: 1px solid #d0d0d0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #my-account .usersummary__personnal {
        padding: 18px 20px 5px; } }
    #my-account .usersummary__personnal .info-bullet {
      margin-bottom: 20px;
      font-family: "sourceSansPro";
      font-weight: bold;
      color: #324c5c;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary__personnal .info-bullet {
          margin-bottom: 15px; } }
      #my-account .usersummary__personnal .info-bullet img {
        display: inline-block;
        vertical-align: middle;
        width: 23px;
        margin-right: 13px;
        float: left; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account .usersummary__personnal .info-bullet img {
            margin-right: 9px;
            width: 17px; } }
      #my-account .usersummary__personnal .info-bullet p {
        overflow: hidden;
        width: auto;
        display: block;
        vertical-align: middle;
        font-size: 16px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account .usersummary__personnal .info-bullet p {
            font-size: 14px; } }
        #my-account .usersummary__personnal .info-bullet p span {
          display: block;
          line-height: 1.5em; }
  #my-account .usersummary__cheeseletter {
    padding: 20px;
    border-bottom: 1px solid #d0d0d0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #my-account .usersummary__cheeseletter {
        padding: 15px; } }
    @media (max-width: 767px) {
      #my-account .usersummary__cheeseletter {
        padding: 17px; } }
    #my-account .usersummary__cheeseletter p {
      font-size: 16px;
      color: #324c5c;
      font-family: "sourceSansPro";
      line-height: 1.4; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary__cheeseletter p {
          font-size: 13px; } }
    #my-account .usersummary__cheeseletter .user-cheeseletter {
      margin-top: 20px;
      font-size: 18px;
      text-transform: none;
      font-family: "sourceSansPro";
      color: #e25944;
      font-weight: bold; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary__cheeseletter .user-cheeseletter {
          font-size: 15px; } }
    #my-account .usersummary__cheeseletter .user-cheeseletter-img {
      width: 100%;
      height: 110px;
      border-radius: 5px;
      margin-top: 10px;
      background-position: center;
      background-size: cover; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary__cheeseletter .user-cheeseletter-img {
          height: 85px; } }
      @media (max-width: 767px) {
        #my-account .usersummary__cheeseletter .user-cheeseletter-img {
          height: 180px; } }
      #my-account .usersummary__cheeseletter .user-cheeseletter-img.default {
        background-image: url("/assets/frontend/images/useraccount/cheeseletter-x2.jpg"); }
      #my-account .usersummary__cheeseletter .user-cheeseletter-img.partners {
        background-image: url("/assets/frontend/images/useraccount/partners-x2.png");
        background-color: #fff; }
      #my-account .usersummary__cheeseletter .user-cheeseletter-img.classique {
        background-image: url("/assets/frontend/images/gigya/cheeseletter/classique-v2.jpg"); }
      #my-account .usersummary__cheeseletter .user-cheeseletter-img.terroir {
        background-image: url("/assets/frontend/images/gigya/cheeseletter/terroire-v2.jpg"); }
      #my-account .usersummary__cheeseletter .user-cheeseletter-img.gourmande {
        background-image: url("/assets/frontend/images/gigya/cheeseletter/gourmande.png"); }
      #my-account .usersummary__cheeseletter .user-cheeseletter-img.bienetre {
        background-image: url("/assets/frontend/images/gigya/cheeseletter/bienetre.png"); }
    #my-account .usersummary__cheeseletter .cta-container {
      margin-top: 20px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary__cheeseletter .cta-container {
          margin-top: 15px; } }
      #my-account .usersummary__cheeseletter .cta-container a {
        min-width: 100%; }
  #my-account .usersummary__modify {
    padding: 20px; }
    #my-account .usersummary__modify a {
      font-family: "sourceSansPro";
      color: #324C5C;
      cursor: pointer;
      display: block;
      font-size: 16px;
      margin: 15px 0;
      text-decoration: none;
      position: relative; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary__modify a {
          font-size: 12.5px;
          margin: 8px 0; } }
      @media (max-width: 767px) {
        #my-account .usersummary__modify a {
          font-size: 14px; } }
      #my-account .usersummary__modify a .text {
        margin-left: 15px;
        display: inline-block; }
      #my-account .usersummary__modify a .icon {
        display: inline-block;
        position: absolute;
        top: 0.2em;
        width: 5px;
        height: 9px;
        background: url("/assets/frontend/images/icons/arrow-red.png") no-repeat center center; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account .usersummary__modify a .icon {
            width: 3px;
            height: 7px; } }
      #my-account .usersummary__modify a:hover .text {
        text-decoration: underline; }
  #my-account .usersummary .user-favorites {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 75%;
    float: right;
    padding-left: 2.25em;
    padding-right: 2.25em; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #my-account .usersummary .user-favorites {
        box-sizing: border-box;
        width: 66.6666666667%;
        float: right;
        padding-left: 0.575em;
        padding-right: 0.575em;
        padding-right: 0px; } }
    @media (max-width: 767px) {
      #my-account .usersummary .user-favorites {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        padding-left: 0.7em;
        padding-right: 0.7em; } }
    #my-account .usersummary .user-favorites .right .cta-container a {
      width: 290px; }
      @media (max-width: 767px) {
        #my-account .usersummary .user-favorites .right .cta-container a {
          width: auto; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary .user-favorites .right .cta-container a {
          width: 230px; } }
    #my-account .usersummary .user-favorites .account-cover {
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 1.125em;
      padding-right: 1.125em; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account .usersummary .user-favorites .account-cover {
          width: 50%;
          float: left;
          padding: 0px;
          display: block;
          width: 100%;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        #my-account .usersummary .user-favorites .account-cover {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 0px;
          margin-bottom: 50px; } }
  @media (min-width: 1024px) {
    #my-account .usersummary {
      max-width: 300px; } }

#my-account .useraccount {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  #my-account .useraccount > * + * {
    margin-top: 50px; }
  #my-account .useraccount > .useraccount__links + * {
    margin-top: 75px; }
  #my-account .useraccount__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: -25px; }
    #my-account .useraccount__links > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      margin: 25px;
      max-width: -webkit-calc(100% - 50px);
      max-width: calc(100% - 50px); }
  #my-account .useraccount__form {
    padding-top: 30px;
    border-top: 1px solid #324C5C; }
    #my-account .useraccount__form > * + * {
      margin-top: 50px; }
  @media (min-width: 768px) {
    #my-account .useraccount__links > * {
      max-width: -webkit-calc(50% - 50px);
      max-width: calc(50% - 50px); } }
  @media (min-width: 1024px) {
    #my-account .useraccount {
      max-width: 870px; } }

#my-account .useraccount-link__figure {
  overflow: hidden; }
  #my-account .useraccount-link__figure img {
    display: block;
    width: 100%;
    height: auto; }

#my-account .useraccount-link__content {
  border: 1px solid #ebebeb;
  padding: 20px; }
  #my-account .useraccount-link__content > * {
    margin: 0; }
  #my-account .useraccount-link__content > * + *:not(.useraccount-link__actions) {
    margin-top: 20px; }

#my-account .useraccount-link__title {
  font-family: "merriweather", serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #324c5c; }

#my-account .useraccount-link__text {
  font-family: "gothamBook", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #666666; }

#my-account .useraccount-link__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #my-account .useraccount-link__actions .big-cta {
    margin-top: 0;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px); }

#my-account .usersubscriptions {
  padding-top: 30px;
  border-top: 1px solid #324C5C; }
  #my-account .usersubscriptions > * + * {
    margin-top: 30px; }
  #my-account .usersubscriptions > * + .usersubscriptions__list {
    margin-top: 15px; }
  #my-account .usersubscriptions [class^=edito-title-],
  #my-account .usersubscriptions [class*=" edito-title-"] {
    color: #324C5C; }
  #my-account .usersubscriptions .edito-paragraph {
    margin-bottom: 0;
    font-family: "gothamBook", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #666666; }
    #my-account .usersubscriptions .edito-paragraph > * {
      margin: 0; }
    #my-account .usersubscriptions .edito-paragraph > * + * {
      margin-top: 10px; }
  #my-account .usersubscriptions__item {
    margin: 15px 0;
    border: 1px solid #EBEBEB; }
    #my-account .usersubscriptions__item input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  #my-account .usersubscriptions__label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 140px;
    width: 100%;
    overflow: hidden; }
  #my-account .usersubscriptions__text {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 45px 10px 20px;
    font-family: "merriweather", serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.1;
    color: #324C5C; }
  #my-account .usersubscriptions__decoration {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
    #my-account .usersubscriptions__decoration.default {
      background-image: url("/assets/frontend/images/useraccount/cheeseletter-x2.jpg"); }
    #my-account .usersubscriptions__decoration.partners {
      background-image: url("/assets/frontend/images/useraccount/partners-x2.png"); }
    #my-account .usersubscriptions__decoration.classique {
      background-image: url("/assets/frontend/images/gigya/cheeseletter/classique-v2.jpg"); }
    #my-account .usersubscriptions__decoration.terroir {
      background-image: url("/assets/frontend/images/gigya/cheeseletter/terroire-v2.jpg"); }
    #my-account .usersubscriptions__decoration.gourmande {
      background-image: url("/assets/frontend/images/gigya/cheeseletter/gourmande.png"); }
    #my-account .usersubscriptions__decoration.bienetre {
      background-image: url("/assets/frontend/images/gigya/cheeseletter/bienetre.png"); }
  #my-account .usersubscriptions__checkbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
    #my-account .usersubscriptions__checkbox > * {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
  #my-account .usersubscriptions__hexagon {
    width: 80px;
    height: 80px;
    fill: #fff;
    stroke: #e25944;
    z-index: 1; }
  #my-account .usersubscriptions__check {
    width: 36px;
    height: 28px;
    fill: transparent;
    stroke: #fff;
    z-index: 2; }
  #my-account .usersubscriptions input:checked ~ .usersubscriptions__checkbox .usersubscriptions__hexagon {
    fill: #e25944; }
  @media (min-width: 768px) {
    #my-account .usersubscriptions__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-left: -15px;
      margin-right: -15px; }
    #my-account .usersubscriptions__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px);
      margin-left: 15px;
      margin-right: 15px; } }

.createnewaccount {
  padding: 50px 0 80px; }
  .createnewaccount [class^=edito-title],
  .createnewaccount [class*=" edito-title"],
  .createnewaccount .o-form__title {
    color: #e25944; }
  .createnewaccount > * {
    margin: 0; }
  .createnewaccount > * + * {
    margin-top: 30px; }
  .createnewaccount > .createnewaccount__title + * {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #243a48; }
  .createnewaccount__title {
    line-height: 1.4;
    text-align: center; }

#my-recipes.empty-favorites .top-message {
  margin-bottom: 30px; }

#my-recipes.empty-favorites .cta-container {
  margin-bottom: 30px;
  text-align: center; }

#my-recipes .top-message {
  line-height: 98px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 70px;
  color: #324c5c;
  font-family: 'merriweather';
  font-weight: bold; }
  @media (max-width: 767px) {
    #my-recipes .top-message {
      margin-bottom: 20px; } }
  #my-recipes .top-message h3 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 0.3px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #my-recipes .top-message h3 {
        text-align: center; } }
    @media (max-width: 767px) {
      #my-recipes .top-message h3 {
        font-size: 10px;
        line-height: 22px;
        text-align: center; } }

.detail-aoc section {
  margin-bottom: 50px; }

.detail-aoc .content-column {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px; }
  @media (min-width: 1280px) {
    .detail-aoc .content-column {
      padding-right: 60px; } }

.detail-aoc .push-column {
  padding-top: 30px;
  clear: both;
  position: static; }
  .detail-aoc .push-column .fix-children-wrapper {
    padding-top: 75px;
    -webkit-transition: padding-top 100ms ease-in-out;
    transition: padding-top 100ms ease-in-out; }
  .detail-aoc .push-column .fix-children-wrapper.is-bottom,
  .detail-aoc .push-column .fix-children-wrapper.is-travelling {
    padding-top: 0; }
  @media (min-width: 768px) and (max-width: 1277px) {
    .detail-aoc .push-column .abs-children-wrapper {
      position: static;
      bottom: initial;
      left: initial;
      width: auto; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .detail-aoc .push-column .abs-children-wrapper > div {
      margin-top: 60px; } }

@media (min-width: 768px) and (max-width: 1277px) {
  .detail-aoc .push-column {
    text-align: center;
    width: auto;
    float: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    .detail-aoc .push-column .fix-children-wrapper {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      position: static !important;
      width: auto;
      display: block; }
      .detail-aoc .push-column .fix-children-wrapper > div {
        float: none;
        display: inline-block;
        margin-top: 0;
        vertical-align: top;
        margin-left: 7px;
        margin-right: 7px; }
    .detail-aoc .push-column > div {
      float: none;
      display: inline-block;
      margin-top: 0;
      vertical-align: top; } }

@media (min-width: 1278px) {
  .detail-aoc .content-column {
    width: 71.2096774194%;
    float: left;
    clear: none; }
  .detail-aoc .push-column {
    width: 28.7903225806%;
    float: left;
    clear: none;
    display: block;
    padding-bottom: 30px; } }

.detail-aoc .header-icons {
  height: 100px;
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 24px; }
  .detail-aoc .header-icons ol li {
    display: inline-block;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .detail-aoc .header-icons ol li {
        margin-right: 20px; }
        .detail-aoc .header-icons ol li h4 {
          font-size: 13px; }
        .detail-aoc .header-icons ol li .edito-paragraph {
          font-size: 13px; } }
    @media (min-width: 1024px) {
      .detail-aoc .header-icons ol li {
        margin-right: 30px; }
        .detail-aoc .header-icons ol li h4 {
          font-size: 13px; }
        .detail-aoc .header-icons ol li .edito-paragraph {
          font-size: 18px; } }
    .detail-aoc .header-icons ol li .icon {
      display: inline-block;
      font-size: 40px;
      vertical-align: middle;
      margin-right: 0;
      padding-right: 10px; }
      .detail-aoc .header-icons ol li .icon.icon-knife {
        padding-right: 0; }
      @media (min-width: 1024px) {
        .detail-aoc .header-icons ol li .icon {
          margin-right: 5px; } }
      .detail-aoc .header-icons ol li .icon.icon-cheese, .detail-aoc .header-icons ol li .icon.icon-intensity {
        font-size: 30px; }
      .detail-aoc .header-icons ol li .icon.icon-cook {
        font-size: 45px; }
        @media (max-width: 767px) {
          .detail-aoc .header-icons ol li .icon.icon-cook {
            font-size: 18px; } }
    .detail-aoc .header-icons ol li .legend {
      vertical-align: middle;
      display: inline-block; }
  @media (max-width: 767px) {
    .detail-aoc .header-icons {
      height: auto;
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px; }
      .detail-aoc .header-icons .photo-icons {
        height: 100%; }
      .detail-aoc .header-icons ol {
        padding-left: 5px;
        padding-top: 5px; }
        .detail-aoc .header-icons ol li {
          margin-right: 5px;
          margin-bottom: 7px; }
          .detail-aoc .header-icons ol li .icon {
            width: 20px;
            text-align: center;
            font-size: 20px;
            margin-right: 5px; }
            .detail-aoc .header-icons ol li .icon.icon-cheese, .detail-aoc .header-icons ol li .icon.icon-intensity {
              font-size: 15px; }
          .detail-aoc .header-icons ol li .legend h4 {
            font-size: 13px;
            margin-bottom: -2px; }
          .detail-aoc .header-icons ol li .legend .edito-paragraph {
            font-size: 13px; } }

.detail-aoc .introduction {
  margin-bottom: 60px; }

.detail-aoc .article-row {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  .detail-aoc .article-row:after {
    content: " ";
    display: block;
    clear: both; }
  .detail-aoc .article-row .legend-column {
    width: 50%;
    float: left; }
    .detail-aoc .article-row .legend-column .map {
      position: relative; }
      .detail-aoc .article-row .legend-column .map .tag-list {
        float: left;
        line-height: 2em;
        margin-right: 10px; }
      .detail-aoc .article-row .legend-column .map .photo {
        width: auto;
        height: 230px;
        margin-bottom: 16px;
        clear: both; }
        .detail-aoc .article-row .legend-column .map .photo img {
          height: 100%;
          width: auto;
          margin: auto;
          display: block; }
  .detail-aoc .article-row .photo-column {
    width: 50%;
    float: left;
    padding-left: 30px; }
    @media (min-width: 768px) {
      .detail-aoc .article-row .photo-column {
        box-sizing: border-box;
        padding-top: 80px; } }
    .detail-aoc .article-row .photo-column .photo {
      width: 100%;
      height: auto; }
  @media (max-width: 767px) {
    .detail-aoc .article-row .legend-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .detail-aoc .article-row .photo-column {
      padding-left: 0px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .detail-aoc .article-row .photo-column .photo {
        border: none; } }

.detail-aoc .more-cheese-section {
  margin-top: 50px; }

.detail-aoc .degustation-section {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }
  .detail-aoc .degustation-section:after {
    content: " ";
    display: block;
    clear: both; }
  .detail-aoc .degustation-section .legend-column {
    width: 50%;
    float: left; }
  .detail-aoc .degustation-section .with-column {
    padding-left: 30px;
    width: 50%;
    float: left; }
  @media (max-width: 767px) {
    .detail-aoc .degustation-section .legend-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .detail-aoc .degustation-section .with-column {
      padding-left: 0px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.detail-savencia section {
  margin-bottom: 50px; }

.detail-savencia .content-column {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px; }
  @media (min-width: 1280px) {
    .detail-savencia .content-column {
      padding-right: 60px; } }

.detail-savencia .push-column {
  padding-top: 30px;
  clear: both;
  position: static; }
  .detail-savencia .push-column .fix-children-wrapper {
    padding-top: 75px;
    -webkit-transition: padding-top 100ms ease-in-out;
    transition: padding-top 100ms ease-in-out; }
  .detail-savencia .push-column .fix-children-wrapper.is-bottom,
  .detail-savencia .push-column .fix-children-wrapper.is-travelling {
    padding-top: 0; }
  @media (min-width: 768px) and (max-width: 1277px) {
    .detail-savencia .push-column .abs-children-wrapper {
      position: static;
      bottom: initial;
      left: initial;
      width: auto; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .detail-savencia .push-column .abs-children-wrapper > div {
      margin-top: 60px; } }

@media (min-width: 768px) and (max-width: 1277px) {
  .detail-savencia .push-column {
    text-align: center;
    width: auto;
    float: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    .detail-savencia .push-column .fix-children-wrapper {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      position: static !important;
      width: auto;
      display: block; }
      .detail-savencia .push-column .fix-children-wrapper > div {
        float: none;
        display: inline-block;
        margin-top: 0;
        vertical-align: top;
        margin-left: 7px;
        margin-right: 7px; }
    .detail-savencia .push-column > div {
      float: none;
      display: inline-block;
      margin-top: 0;
      vertical-align: top; } }

@media (min-width: 1278px) {
  .detail-savencia .content-column {
    width: 71.2096774194%;
    float: left;
    clear: none; }
  .detail-savencia .push-column {
    width: 28.7903225806%;
    float: left;
    clear: none;
    display: block;
    padding-bottom: 30px; } }

.detail-savencia .header-icons {
  height: 100px;
  background: #f2f2f2;
  padding-top: 24px;
  border-bottom: 1px solid #d9d9d9; }
  .detail-savencia .header-icons ol li {
    display: inline-block;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .detail-savencia .header-icons ol li {
        margin-right: 20px; }
        .detail-savencia .header-icons ol li h4 {
          font-size: 13px; }
        .detail-savencia .header-icons ol li .edito-paragraph {
          font-size: 13px; } }
    @media (min-width: 1280px) {
      .detail-savencia .header-icons ol li {
        margin-right: 50px; }
        .detail-savencia .header-icons ol li h4 {
          font-size: 15px; }
        .detail-savencia .header-icons ol li .edito-paragraph {
          font-size: 18px; } }
    .detail-savencia .header-icons ol li .icon {
      display: inline-block;
      font-size: 40px;
      vertical-align: middle;
      margin-right: 0;
      padding-right: 10px; }
      .detail-savencia .header-icons ol li .icon.icon-knife {
        padding-right: 0; }
      @media (min-width: 1280px) {
        .detail-savencia .header-icons ol li .icon {
          margin-right: 5px; } }
      .detail-savencia .header-icons ol li .icon.icon-cheese, .detail-savencia .header-icons ol li .icon.icon-intensity {
        font-size: 30px; }
      .detail-savencia .header-icons ol li .icon.icon-cook {
        font-size: 45px; }
        @media (max-width: 767px) {
          .detail-savencia .header-icons ol li .icon.icon-cook {
            font-size: 18px; } }
    .detail-savencia .header-icons ol li .legend {
      vertical-align: middle;
      display: inline-block; }
  @media (max-width: 767px) {
    .detail-savencia .header-icons {
      height: auto;
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px; }
      .detail-savencia .header-icons .photo-icons {
        height: 100%; }
      .detail-savencia .header-icons ol {
        padding-left: 5px;
        padding-top: 5px; }
        .detail-savencia .header-icons ol li {
          margin-right: 5px;
          margin-bottom: 7px; }
          .detail-savencia .header-icons ol li .icon {
            width: 20px;
            text-align: center;
            font-size: 20px;
            margin-right: 5px; }
            .detail-savencia .header-icons ol li .icon.icon-cheese, .detail-savencia .header-icons ol li .icon.icon-intensity {
              font-size: 15px; }
          .detail-savencia .header-icons ol li .legend h4 {
            font-size: 13px;
            margin-bottom: -2px; }
          .detail-savencia .header-icons ol li .legend .edito-paragraph {
            font-size: 13px; } }

.detail-savencia .introduction {
  margin-bottom: 60px; }

.detail-savencia .article-row {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  .detail-savencia .article-row:after {
    content: " ";
    display: block;
    clear: both; }
  .detail-savencia .article-row .legend-column {
    width: 50%;
    float: left; }
    .detail-savencia .article-row .legend-column .map {
      position: relative; }
      .detail-savencia .article-row .legend-column .map:after {
        content: " ";
        display: table;
        clear: both; }
      .detail-savencia .article-row .legend-column .map .tag-list {
        float: left;
        line-height: 2em;
        margin-right: 10px; }
      .detail-savencia .article-row .legend-column .map .photo {
        width: 100%;
        height: 230px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        margin-top: 1em;
        margin-bottom: 1em; }
        .detail-savencia .article-row .legend-column .map .photo img {
          height: 100%;
          width: auto; }
  .detail-savencia .article-row .photo-column {
    width: 50%;
    float: left;
    padding-left: 30px; }
    @media (min-width: 768px) {
      .detail-savencia .article-row .photo-column {
        box-sizing: border-box;
        padding-top: 80px; } }
    .detail-savencia .article-row .photo-column .photo {
      width: 100%;
      height: 400px;
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .detail-savencia .article-row .legend-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .detail-savencia .article-row .photo-column {
      padding-left: 0px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .detail-savencia .article-row .photo-column .photo {
        height: 300px;
        border: none; } }

.detail-savencia .more-cheese-section {
  margin-top: 50px; }

.detail-savencia .degustation-section {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }
  .detail-savencia .degustation-section:after {
    content: " ";
    display: block;
    clear: both; }
  .detail-savencia .degustation-section .legend-column {
    width: 50%;
    float: left; }
  .detail-savencia .degustation-section .with-column {
    padding-left: 30px;
    width: 50%;
    float: left; }
  @media (max-width: 767px) {
    .detail-savencia .degustation-section .legend-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .detail-savencia .degustation-section .with-column {
      padding-left: 0px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.detail-savencia .range-section {
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .detail-savencia .range-section .cheese-left {
      padding-right: 60px; } }
  @media (min-width: 768px) and (max-width: 1277px) {
    .detail-savencia .range-section .cheese-left {
      width: 100%; } }

.detail-savencia .push-eco {
  margin-bottom: 50px;
  margin-top: -30px; }
  @media (min-width: 1280px) {
    .detail-savencia .push-eco {
      margin-left: initial;
      width: 300px; } }

.brand .header-baseline h2 {
  text-transform: uppercase; }

.brand .actu-section {
  margin-bottom: 60px;
  position: relative; }
  .brand .actu-section.external h3 a {
    color: #e05939; }
  .brand .actu-section > .content {
    padding-top: 30px;
    position: relative;
    text-align: center; }
    .brand .actu-section > .content .title {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .brand .actu-section > .content .title {
          font-size: 20px; } }
    .brand .actu-section > .content .photo {
      height: 190px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .brand .actu-section > .content .photo {
          height: 380px; } }
    .brand .actu-section > .content .sub-header-article {
      margin-bottom: 20px;
      position: relative; }
      @media (min-width: 768px) {
        .brand .actu-section > .content .sub-header-article {
          margin-bottom: 30px; } }
      .brand .actu-section > .content .sub-header-article .photo-container {
        overflow: hidden; }
      .brand .actu-section > .content .sub-header-article .sub-header-article-content-sizer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 220px;
        height: 90px;
        background-color: rgba(255, 255, 255, 0.5);
        float: right;
        margin-top: 27px;
        text-align: left;
        box-sizing: border-box;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px; }
        .brand .actu-section > .content .sub-header-article .sub-header-article-content-sizer > * {
          width: 100%;
          margin: auto 0; }
        @media (min-width: 768px) {
          .brand .actu-section > .content .sub-header-article .sub-header-article-content-sizer {
            width: 342px;
            height: 150px;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 30px;
            margin-top: 50px; } }
        @media (min-width: 1024px) {
          .brand .actu-section > .content .sub-header-article .sub-header-article-content-sizer {
            width: 534px;
            height: 203px;
            padding-left: 50px;
            margin-top: 57px;
            padding-right: 50px; } }
        .brand .actu-section > .content .sub-header-article .sub-header-article-content-sizer h3 {
          font-size: 20px;
          font-family: "merriweather";
          color: #324c5c;
          max-height: 3.1em; }
          @media (min-width: 768px) {
            .brand .actu-section > .content .sub-header-article .sub-header-article-content-sizer h3 {
              font-size: 30px; } }
          @media (min-width: 1024px) {
            .brand .actu-section > .content .sub-header-article .sub-header-article-content-sizer h3 {
              font-size: 40px; } }
  .brand .actu-section .back-band {
    height: 200px;
    position: absolute;
    top: 0px;
    width: 100%; }
    @media (min-width: 768px) {
      .brand .actu-section .back-band {
        height: 320px; } }
    @media (min-width: 1024px) {
      .brand .actu-section .back-band {
        height: 440px; } }
    .brand .actu-section .back-band .photo {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .brand .actu-section .back-band .dark-layer {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0px;
      top: 0px; }

.brand .cheese-header {
  margin-bottom: 30px; }

.brand .brand-list .list-item {
  width: 25%;
  float: left; }

.brand .all-link {
  text-align: right;
  height: 1px; }
  .brand .all-link a {
    font-family: "merriweather";
    font-size: 15px;
    position: relative;
    margin-right: 5px; }
  @media (max-width: 767px) {
    .brand .all-link {
      height: auto;
      text-align: left;
      margin-bottom: 20px; }
      .brand .all-link a {
        position: static;
        top: 0px; } }

.brand .separator-title + .all-link a {
  top: -60px; }
  @media (max-width: 767px) {
    .brand .separator-title + .all-link a {
      top: 0; } }

.brand .push-column {
  position: static; }
  @media (min-width: 1024px) {
    .brand .push-column {
      position: static; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .brand .push-column .fix-children-wrapper {
      display: inline-block; }
      .brand .push-column .fix-children-wrapper > div {
        vertical-align: top;
        margin-left: 15px;
        margin-right: 15px; } }
  .brand .push-column .abs-children-wrapper {
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .brand .push-column .abs-children-wrapper {
        display: inline-block; }
        .brand .push-column .abs-children-wrapper > div {
          display: inline-block;
          vertical-align: top;
          margin-left: 15px;
          margin-right: 15px;
          margin-top: 0; } }
    @media (max-width: 767px) {
      .brand .push-column .abs-children-wrapper {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .brand .push-column .abs-children-wrapper {
        position: absolute;
        bottom: 0;
        right: auto;
        left: auto;
        width: 28.7903225806%;
        padding-bottom: 2.3%; }
        .brand .push-column .abs-children-wrapper.static-box {
          position: static;
          width: auto;
          padding-bottom: 0;
          bottom: auto;
          right: auto; } }

@media (min-width: 1024px) {
  .brand .gamme-container .container {
    position: relative; } }

.brand .cta-wrapper > *:not(:first-child) {
  margin-top: 10px; }

@media (min-width: 1024px) {
  .brand .cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .brand .cta-wrapper > *:not(:first-child) {
      margin-top: 0;
      margin-left: 10px; } }

.contact-view .small-header {
  min-height: 100px; }
  @media (min-width: 768px) {
    .contact-view .small-header {
      height: 200px; } }
  @media (min-width: 1024px) {
    .contact-view .small-header {
      height: 250px; } }
  .contact-view .small-header .header-title {
    font-size: 22px; }
    @media (min-width: 768px) {
      .contact-view .small-header .header-title {
        font-size: 40px;
        letter-spacing: .2em; } }

.contact-view .form-contact-sizer {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-top: 70px;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .contact-view .form-contact-sizer {
      width: 650px;
      margin-top: 105px;
      margin-bottom: 105px; } }
  @media (max-width: 767px) {
    .contact-view .form-contact-sizer {
      position: relative; } }
  @media (max-width: 767px) {
    .contact-view .form-contact-sizer .formError {
      left: initial !important;
      right: 0px !important; } }
  .contact-view .form-contact-sizer .form-group {
    box-sizing: border-box; }
    .contact-view .form-contact-sizer .form-group:before {
      content: " ";
      display: table; }
    .contact-view .form-contact-sizer .form-group:after {
      content: " ";
      display: table;
      clear: both; }
  .contact-view .form-contact-sizer label {
    font-family: 'gotham';
    font-weight: 100;
    color: #324c5c;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .contact-view .form-contact-sizer label {
        font-size: 14px;
        line-height: 35px;
        width: 32.3076923077%;
        padding-right: 20px;
        text-align: right; } }
  .contact-view .form-contact-sizer .col-md-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 768px) {
      .contact-view .form-contact-sizer .col-md-4 {
        width: 67.6923076923%; } }
  .contact-view .form-contact-sizer input[type="text"] {
    border: 1px solid #d8d8d8;
    height: 35px;
    text-indent: 5px;
    color: #4e515e;
    outline: 0;
    margin-bottom: 18px;
    line-height: 0;
    font-family: 'sourceSansPro';
    width: 100%; }
    @media (min-width: 768px) {
      .contact-view .form-contact-sizer input[type="text"] {
        width: 260px; } }
  .contact-view .form-contact-sizer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    height: 35px;
    margin-bottom: 18px;
    background: #ffffff;
    outline: 0;
    text-indent: 8px;
    font-size: 14px;
    color: #96aec2;
    font-family: 'sourceSansPro';
    font-weight: 300;
    background: url(../../images/icons/arrow-dropdown.png) no-repeat center right 10px;
    width: 100%; }
    @media (min-width: 768px) {
      .contact-view .form-contact-sizer select {
        width: 260px; } }
  .contact-view .form-contact-sizer textarea {
    font-family: 'sourceSansPro';
    border: 1px solid #d8d8d8;
    color: #4e515e;
    outline: 0;
    text-indent: 5px;
    margin-bottom: 18px;
    width: 100%; }
    @media (max-width: 767px) {
      .contact-view .form-contact-sizer textarea {
        resize: vertical; } }
    @media (min-width: 768px) {
      .contact-view .form-contact-sizer textarea {
        width: 396px; } }
  .contact-view .form-contact-sizer button[type="submit"] {
    cursor: pointer;
    background-color: #324c5c;
    color: white;
    font-family: gotham;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 126px;
    padding: .75em 0em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #324c5c;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%; }
    @media (min-width: 768px) {
      .contact-view .form-contact-sizer button[type="submit"] {
        width: auto;
        margin-left: 32.3076923077%;
        min-width: 126px; } }
    .contact-view .form-contact-sizer button[type="submit"]:hover {
      background-color: white;
      color: #324c5c; }

.contact-view .terms-section p {
  font-size: 15px; }

.confirmation-view .block-top {
  margin-top: 25px;
  margin-bottom: 80px;
  text-align: center; }
  @media (min-width: 768px) {
    .confirmation-view .block-top {
      margin-top: 50px;
      margin-bottom: 110px; } }
  .confirmation-view .block-top .logo-confirmation {
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media (min-width: 768px) {
      .confirmation-view .block-top .logo-confirmation {
        width: 85px;
        height: 85px; } }
  .confirmation-view .block-top h2 {
    font-family: merriweather;
    font-size: 40px;
    color: #e25944;
    margin-top: 17px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .confirmation-view .block-top h2 {
        margin-bottom: 45px; } }
  .confirmation-view .block-top p {
    font-family: merriweather;
    font-size: 18px;
    color: #324c5c;
    line-height: 1.5em; }
  .confirmation-view .block-top .cta-container {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .confirmation-view .block-top .cta-container {
        margin-top: 30px; } }

@media (max-width: 767px) {
  .home .container {
    margin: 0; } }

.home .cta-container {
  text-shadow: none; }

.home .header-home {
  height: 360px;
  position: relative; }
  @media (min-width: 768px) {
    .home .header-home {
      height: 400px; } }
  @media (min-width: 1024px) {
    .home .header-home {
      height: 430px; } }
  .home .header-home .cta-container {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .home .header-home .cta-container {
        margin-top: 40px; } }
  .home .header-home .photo {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .home .header-home .legend-table {
    display: table;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
    .home .header-home .legend-table .legend-row {
      display: table-row; }
      .home .header-home .legend-table .legend-row .legend-cell {
        display: table-cell;
        vertical-align: middle;
        text-shadow: 2px 2px 10px #606060; }
        @media (max-width: 767px) {
          .home .header-home .legend-table .legend-row .legend-cell .container {
            margin: 0; } }
        @media (max-width: 767px) {
          .home .header-home .legend-table .legend-row .legend-cell {
            text-align: center;
            padding-left: 30px;
            padding-right: 30px; } }
        .home .header-home .legend-table .legend-row .legend-cell h1 {
          margin-bottom: 25px; }
          @media (max-width: 1023px) {
            .home .header-home .legend-table .legend-row .legend-cell h1 {
              margin: auto;
              width: 350px;
              letter-spacing: 4px;
              line-height: 36px;
              text-align: center; } }
          @media (max-width: 767px) {
            .home .header-home .legend-table .legend-row .legend-cell h1 {
              width: 260px;
              font-size: 20px;
              line-height: 25px; } }
        .home .header-home .legend-table .legend-row .legend-cell .cta {
          margin-top: 60px; }
          @media (max-width: 1023px) {
            .home .header-home .legend-table .legend-row .legend-cell .cta {
              margin-top: 40px; } }
          .home .header-home .legend-table .legend-row .legend-cell .cta .red-cta {
            min-width: 155px;
            height: 50px;
            line-height: 12px; }
            @media (max-width: 1023px) {
              .home .header-home .legend-table .legend-row .legend-cell .cta .red-cta {
                line-height: 17px; } }
        @media (max-width: 1023px) {
          .home .header-home .legend-table .legend-row .legend-cell .not-phone-asset {
            margin-top: 10px; } }
        @media (max-width: 1023px) {
          .home .header-home .legend-table .legend-row .legend-cell .not-phone-asset h2 {
            width: 430px;
            margin: auto; } }

.home .header-legend {
  background: #f2f2f2;
  padding: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .home .header-legend {
      padding: 10px 0px 10px 0px; } }
  .home .header-legend h2 {
    margin-bottom: 20px;
    line-height: 20px; }
    @media (max-width: 767px) {
      .home .header-legend h2 {
        margin: auto;
        margin-bottom: 0;
        max-width: 14.5em; } }
  @media (max-width: 767px) {
    .home .header-legend .red-cta {
      font-size: 10px;
      padding: 1.45em 0em;
      margin-bottom: 10px; } }

.home .news-section {
  margin-top: 120px;
  margin-bottom: 50px;
  position: relative; }
  @media (min-width: 1024px) and (max-width: 1320px) {
    .home .news-section {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 1023px) {
    .home .news-section {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .home .news-section {
      margin-top: 30px; } }

.home .news-section-phone {
  margin-bottom: 20px;
  padding-top: 20px; }
  .home .news-section-phone.child .guide {
    background: none;
    border: none; }
  .home .news-section-phone .guide {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/assets/frontend/images/recipe/grey-brick-pattern.png);
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0; }
    .home .news-section-phone .guide .photo {
      height: 150px;
      background-size: cover;
      background-position: center;
      margin-top: 20px;
      margin-bottom: 20px; }
    .home .news-section-phone .guide .legend-text {
      margin-bottom: 10px; }

.home .col-left {
  width: 25%;
  float: left;
  position: relative; }
  .home .col-left .push-text {
    position: absolute;
    top: -35px;
    font-family: merriweather;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    color: #324c5c; }
    @media (max-width: 1023px) {
      .home .col-left .push-text {
        top: -55px;
        font-size: 30px; } }
    @media (max-width: 767px) {
      .home .col-left .push-text {
        font-size: 20px;
        top: -38px; } }
  @media (max-width: 1023px) {
    .home .col-left .small .list-container {
      margin-bottom: 0; } }
  .home .col-left .small .list-container .squishy-container {
    padding: 0; }
    @media (min-width: 1024px) and (max-width: 1320px) {
      .home .col-left .small .list-container .squishy-container {
        margin-left: 0;
        margin-right: 0; } }
    .home .col-left .small .list-container .squishy-container .list-item {
      padding: 0;
      width: 100%; }
      @media (max-width: 1023px) {
        .home .col-left .small .list-container .squishy-container .list-item {
          width: 49%; }
          .home .col-left .small .list-container .squishy-container .list-item:nth-child(2n+2) {
            float: right; }
          .home .col-left .small .list-container .squishy-container .list-item:nth-child(n+3) {
            display: none; } }
      @media (max-width: 767px) {
        .home .col-left .small .list-container .squishy-container .list-item:nth-child(n+3) {
          display: inline-block; } }
      @media (max-width: 767px) {
        .home .col-left .small .list-container .squishy-container .list-item {
          width: 235px; }
          .home .col-left .small .list-container .squishy-container .list-item:nth-child(2n+2) {
            float: none; } }
      .home .col-left .small .list-container .squishy-container .list-item .image-box {
        height: 200px; }
        @media (max-width: 1023px) {
          .home .col-left .small .list-container .squishy-container .list-item .image-box {
            height: 255px; } }
        @media (max-width: 767px) {
          .home .col-left .small .list-container .squishy-container .list-item .image-box {
            height: 175px; } }
      .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box {
        height: 105px;
        padding-left: 10px; }
        @media (max-width: 1023px) {
          .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box {
            height: 165px; } }
        .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box .label-logo {
          height: 52px;
          margin: 0; }
        @media (max-width: 767px) {
          .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box {
            height: 110px; }
            .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box .label-logo {
              height: 55px;
              margin: 0; } }
        .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box .description {
          display: none; }
          @media (max-width: 1023px) {
            .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box .description {
              display: block;
              line-height: 1.4em;
              margin-top: 10px;
              overflow: hidden;
              text-overflow: ellipsis;
              padding-right: 20px;
              max-height: 2.7em; } }
          @media (max-width: 767px) {
            .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box .description {
              display: none; } }
        .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box .date {
          padding-top: 7px;
          margin-bottom: 0; }
        .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box .tag-list {
          padding-top: 7px;
          margin-bottom: 1px; }
          @media (max-width: 1023px) {
            .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box .tag-list {
              padding-top: 14px; } }
        .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box h3 {
          padding-bottom: 7px;
          line-height: 1em;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-right: 10px;
          max-height: 2em; }
          @media (max-width: 767px) {
            .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box h3 {
              max-height: 1.5em; } }
          @media (max-width: 1023px) {
            .home .col-left .small .list-container .squishy-container .list-item .list-item-description-box h3 {
              padding-top: 10px; } }
  .home .col-left .recipe-cover {
    margin-bottom: 21px;
    height: 302px;
    border-color: #e6e6e6; }
  @media (min-width: 768px) {
    .home .col-left {
      padding-right: 20px;
      width: 25%;
      float: left; } }
  @media (max-width: 1023px) {
    .home .col-left {
      width: 100%;
      margin-top: 120px;
      padding-right: 0; }
      .home .col-left .list-box {
        width: auto; }
        .home .col-left .list-box .list-item {
          width: 49%; }
          .home .col-left .list-box .list-item:nth-child(2n+2) {
            float: right; } }
  @media (max-width: 767px) {
    .home .col-left {
      margin-top: 80px; } }

.home .col-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  background-image: url(/assets/frontend/images/recipe/grey-brick-pattern.png);
  border: 1px solid #e6e6e6;
  padding: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .home .col-center {
      width: 50%;
      float: left; } }
  @media (max-width: 1023px) {
    .home .col-center {
      background-image: none;
      width: 100%;
      position: relative;
      border: none;
      padding: 0; } }
  @media (max-width: 767px) {
    .home .col-center .edito-title-biggest {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .home .col-center .edito-title-biggest {
      margin-bottom: 30px; } }
  .home .col-center h2 {
    margin-top: 20px;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .home .col-center h2 {
        margin-bottom: 20px;
        margin-top: 0; } }
  .home .col-center .photo {
    width: 100%;
    height: 820px;
    background-size: cover;
    background-position: center; }
    @media (min-width: 768px) {
      .home .col-center .photo {
        height: 600px; } }
    @media (max-width: 1023px) {
      .home .col-center .photo {
        height: 255px; } }
    @media (min-width: 1024px) {
      .home .col-center .photo {
        height: 820px; } }
    @media (max-width: 767px) {
      .home .col-center .photo {
        height: 450px; } }
  .home .col-center .legend {
    position: absolute;
    top: 173px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 50px; }
    @media (min-width: 768px) {
      .home .col-center .legend {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 1023px) {
      .home .col-center .legend {
        width: 100%;
        top: 54px;
        padding-top: 40px; } }
    @media (min-width: 1024px) {
      .home .col-center .legend {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (max-width: 767px) {
      .home .col-center .legend {
        padding-left: 50px;
        padding-right: 50px; } }
    .home .col-center .legend .legend-text {
      font-family: "sourceSansPro";
      color: #324C5C;
      font-size: 20px;
      margin-bottom: 30px; }
      .home .col-center .legend .legend-text span {
        display: block; }
        @media (max-width: 1023px) {
          .home .col-center .legend .legend-text span {
            display: inline-block; } }
      @media (min-width: 768px) {
        .home .col-center .legend .legend-text {
          font-size: 25px; } }
      @media (max-width: 1023px) {
        .home .col-center .legend .legend-text {
          font-size: 18px; } }
    .home .col-center .legend .red-cta {
      margin-top: 60px; }
      @media (max-width: 1023px) {
        .home .col-center .legend .red-cta {
          margin-top: 0px; } }

.home .col-right {
  width: 25%;
  float: left;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .home .col-right {
      margin-top: 120px;
      padding-left: 0;
      text-align: center; } }
  @media (max-width: 767px) {
    .home .col-right {
      margin-top: 70px;
      padding-left: 3.5%;
      padding-right: 3.5%; } }
  .home .col-right .push-text {
    position: absolute;
    top: -35px;
    font-family: merriweather;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    color: #324c5c; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .home .col-right .push-text {
        top: -55px;
        font-size: 30px; } }
    @media (max-width: 767px) {
      .home .col-right .push-text {
        font-size: 20px;
        top: -38px; } }
  .home .col-right .push-subscribe {
    margin-bottom: 17px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .home .col-right .push-subscribe {
        display: inline-block;
        height: 440px;
        vertical-align: top;
        padding-top: 20px;
        margin-left: 10px;
        margin-right: 10px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .home .col-right .push-subscribe-container.visible-inline {
      display: inline-block !important; } }
  .home .col-right .push-generic-offer {
    margin-bottom: 17px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .home .col-right .push-generic-offer {
        margin-left: 0;
        margin-right: 10px;
        vertical-align: top;
        display: inline-block; } }
  .home .col-right .push-brand {
    margin-bottom: 17px; }
    @media (min-width: 1024px) {
      .home .col-right .push-brand {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .home .col-right .push-brand {
        display: inline-block;
        height: 440px;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: top;
        display: inline-block; } }
  .home .col-right .recipe-cover {
    margin-bottom: 21px; }
  .home .col-right .push-special-offer {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .home .col-right {
      padding-left: 20px;
      float: right; } }
  @media (max-width: 1023px) {
    .home .col-right {
      width: 100%; } }
  @media (min-width: 1024px) and (max-width: 1320px) {
    .home .col-right .hexa-box {
      width: 170px; }
      .home .col-right .hexa-box:before {
        padding-top: 55px; }
      .home .col-right .hexa-box p {
        font-size: 14px; } }

.home .mega-push {
  margin-top: 90px;
  position: relative;
  min-height: 400px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .home .mega-push {
      margin-top: 100px; } }
  .home .mega-push .background {
    width: 100%;
    position: absolute;
    height: 400px; }
    @media (max-width: 767px) {
      .home .mega-push .background {
        height: 200px; } }
    .home .mega-push .background .photo {
      height: 100%;
      background-position: center;
      background-size: 148%; }
      @media (max-width: 767px) {
        .home .mega-push .background .photo {
          background-size: cover; } }
    .home .mega-push .background .black-layer {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
  .home .mega-push .content {
    position: relative;
    padding-top: 90px; }
    @media (min-width: 1024px) and (max-width: 1320px) {
      .home .mega-push .content {
        margin-left: 20px;
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .home .mega-push .content .list-item {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .home .mega-push .content .list-item .list-item-description-box {
        height: auto;
        padding-bottom: 10px; } }
    .home .mega-push .content .list-item .list-block-cheese-culture .list-item-description-box .description {
      max-height: 1.2em;
      width: 100%; }
      @media (max-width: 767px) {
        .home .mega-push .content .list-item .list-block-cheese-culture .list-item-description-box .description {
          padding-right: 10px; } }
    @media (max-width: 767px) {
      .home .mega-push .content {
        margin-left: 3.125%;
        margin-right: 3.125%;
        padding-top: 50px; } }
    .home .mega-push .content > h2 {
      font-family: "merriweather";
      font-size: 40px;
      color: #e25944;
      margin-bottom: 40px;
      padding-top: 40px;
      position: absolute;
      left: 0;
      right: 0;
      top: -100px; }
      @media (max-width: 767px) {
        .home .mega-push .content > h2 {
          font-size: 20px;
          top: -75px; } }
    .home .mega-push .content .photo {
      height: 380px;
      background-size: cover;
      background-position: center;
      margin-bottom: 50px; }
    .home .mega-push .content .inner-content {
      position: absolute;
      left: 0px;
      top: 50px;
      width: 100%;
      height: 430px;
      display: table;
      padding-left: 80px;
      padding-right: 80px;
      overflow: hidden; }
      .home .mega-push .content .inner-content .inner-row {
        display: table-row; }
        .home .mega-push .content .inner-content .inner-row .inner-cell {
          display: table-cell;
          vertical-align: middle; }
          .home .mega-push .content .inner-content .inner-row .inner-cell h3 {
            display: inline-block;
            color: white !important;
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 30px;
            width: 50%; }
          .home .mega-push .content .inner-content .inner-row .inner-cell h2 {
            font-size: 35px;
            line-height: 45px;
            text-shadow: 2px 2px 10px #606060; }
    .home .mega-push .content .list-container {
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        .home .mega-push .content .list-container {
          width: 100%; } }
      .home .mega-push .content .list-container .squishy-container {
        margin: 0; }
        @media (max-width: 1023px) {
          .home .mega-push .content .list-container .squishy-container {
            padding: 0; }
            .home .mega-push .content .list-container .squishy-container .list-box {
              width: 100%; }
              .home .mega-push .content .list-container .squishy-container .list-box .list-item:nth-child(n+3) {
                display: none; } }
    @media (max-width: 1023px) and (max-width: 767px) {
      .home .mega-push .content .list-container .squishy-container .list-box .list-item:nth-child(n+3) {
        display: inline-block; } }
    @media (max-width: 1023px) and (max-width: 767px) {
      .home .mega-push .content .list-container .squishy-container .list-box .list-item .list-item-description-box {
        height: 125px; } }
      .home .mega-push .content .list-container .recipe .list-item-description-box {
        text-align: left; }
        .home .mega-push .content .list-container .recipe .list-item-description-box .tag-list {
          margin-bottom: 0; }
        .home .mega-push .content .list-container .recipe .list-item-description-box .description {
          margin: 7px 0; }

.home .social-bar {
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 30px 0px 30px;
  margin-bottom: 150px;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .home .social-bar {
      padding: 10px;
      margin-top: 20px;
      margin-bottom: 85px; } }
  .home .social-bar h3 {
    font-family: "gotham";
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 60px; }
    @media (max-width: 767px) {
      .home .social-bar h3 {
        margin-right: 0px;
        margin-top: 10px; } }
  .home .social-bar a.icon {
    display: inline-block;
    text-decoration: none;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .home .social-bar a.icon.facebook, .home .social-bar a.icon.instagram {
      width: 100px;
      height: 100px; }

.home .table-section {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .home .table-section {
      margin-bottom: 40px; } }

.home .good-section {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .home .good-section {
      margin-left: 3.125%;
      margin-right: 3.125%;
      padding-top: 0; } }
  .home .good-section h2 {
    font-size: 40px;
    color: #e25944;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .home .good-section h2 {
        font-size: 20px;
        width: 185px;
        margin: auto;
        margin-bottom: 15px; } }
  @media (min-width: 1024px) {
    .home .good-section .big .legend {
      text-align: center; }
      .home .good-section .big .legend h3 {
        margin-top: 10px;
        font-size: 36px; }
        .home .good-section .big .legend h3 a {
          color: #e25944;
          text-transform: none; } }
  .home .good-section .big .recipe-cover.vertical .cta-container {
    display: none; }
  .home .good-section .container {
    position: relative; }
    @media (min-width: 1024px) and (max-width: 1320px) {
      .home .good-section .container {
        margin-left: 20px;
        margin-right: 20px; } }
    .home .good-section .container .cta-container {
      clear: both; }
    .home .good-section .container .col-left-2 {
      width: 25%;
      float: left; }
      @media (min-width: 768px) {
        .home .good-section .container .col-left-2 .list-container {
          margin-bottom: 0; } }
      @media (max-width: 1023px) {
        .home .good-section .container .col-left-2 {
          margin-top: 30px; } }
      .home .good-section .container .col-left-2 .list-container .squishy-container {
        margin: auto;
        padding: 0; }
        @media (min-width: 768px) {
          .home .good-section .container .col-left-2 .list-container .squishy-container .list-box {
            width: auto; } }
        .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item {
          list-style: none;
          width: 100%;
          padding: 0; }
          @media (max-width: 1023px) {
            .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item {
              width: 49%; }
              .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item:nth-child(even) {
                float: right; } }
          @media (max-width: 767px) {
            .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item {
              width: 235px; }
              .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item:nth-child(even) {
                float: none; } }
          .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .image-box {
            height: 220px; }
            @media (max-width: 1023px) {
              .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .image-box {
                height: 255px; } }
            @media (max-width: 767px) {
              .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .image-box {
                height: 175px; } }
          .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .list-item-description-box {
            height: 110px; }
            @media (max-width: 1023px) {
              .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .list-item-description-box {
                height: 165px; } }
            @media (max-width: 767px) {
              .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .list-item-description-box {
                height: 125px; } }
            .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .list-item-description-box .date {
              padding-top: 10px; }
            .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .list-item-description-box .tag-list {
              padding-top: 0; }
              @media (max-width: 1023px) {
                .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .list-item-description-box .tag-list {
                  padding-top: 6px;
                  margin-bottom: 6px; } }
            .home .good-section .container .col-left-2 .list-container .squishy-container .list-box .list-item .list-item-description-box h3 {
              padding-top: 2px;
              line-height: 1em;
              overflow: hidden;
              text-overflow: ellipsis;
              padding-right: 20px; }
      .home .good-section .container .col-left-2 .recipe-cover {
        margin-bottom: 20px;
        height: 300px;
        border-color: #e6e6e6; }
      @media (max-width: 1023px) {
        .home .good-section .container .col-left-2 {
          width: 100%; } }
    .home .good-section .container .col-center-2 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .home .good-section .container .col-center-2 {
          width: 50%;
          float: left; } }
      @media (max-width: 1023px) {
        .home .good-section .container .col-center-2 {
          position: relative;
          width: 100%;
          padding: 0; } }
      @media (max-width: 767px) {
        .home .good-section .container .col-center-2 .list-item .list-item-description-box {
          height: auto;
          padding-bottom: 10px; } }
      .home .good-section .container .col-center-2 .cta-container {
        position: absolute;
        top: 160px;
        left: 0;
        right: 0; }
        .home .good-section .container .col-center-2 .cta-container .gold-cta {
          display: none;
          background-color: #3fb39d;
          border: 2px solid #3fb39d; }
          @media (max-width: 1023px) {
            .home .good-section .container .col-center-2 .cta-container .gold-cta {
              display: inline-block; } }
          .home .good-section .container .col-center-2 .cta-container .gold-cta:hover {
            color: #3fb39d;
            background-color: white; }
      .home .good-section .container .col-center-2 .recipe-cover {
        height: 680px; }
        @media (max-width: 1023px) {
          .home .good-section .container .col-center-2 .recipe-cover {
            border: none;
            height: 380px; } }
        .home .good-section .container .col-center-2 .recipe-cover .content .left .photo {
          height: 485px; }
          @media (max-width: 1023px) {
            .home .good-section .container .col-center-2 .recipe-cover .content .left .photo {
              height: 380px; } }
        @media (max-width: 1023px) {
          .home .good-section .container .col-center-2 .recipe-cover .content .right {
            position: absolute;
            top: 46px;
            color: #FFF;
            margin: auto;
            left: 0;
            text-align: center;
            right: 0;
            width: 50%; }
            .home .good-section .container .col-center-2 .recipe-cover .content .right .legend {
              text-align: center; }
              .home .good-section .container .col-center-2 .recipe-cover .content .right .legend .date {
                display: none; }
              .home .good-section .container .col-center-2 .recipe-cover .content .right .legend h3 {
                margin-top: 16px;
                font-size: 35px;
                text-transform: initial;
                color: #e25944; } }
      @media (max-width: 1023px) and (max-width: 1023px) {
        .home .good-section .container .col-center-2 .recipe-cover .content .right .legend h3 {
          color: #FFF;
          text-transform: initial;
          font-size: 25px; } }
    .home .good-section .container .col-right-2 {
      width: 25%;
      float: left;
      float: right; }
      @media (max-width: 1023px) {
        .home .good-section .container .col-right-2 {
          display: none; } }
      .home .good-section .container .col-right-2 .list-item {
        list-style: none;
        width: 100%;
        padding: 0; }
        .home .good-section .container .col-right-2 .list-item .image-box {
          height: 220px; }
          @media (max-width: 1023px) {
            .home .good-section .container .col-right-2 .list-item .image-box {
              height: 255px; } }
        .home .good-section .container .col-right-2 .list-item .list-item-description-box {
          height: 110px; }
          @media (max-width: 1023px) {
            .home .good-section .container .col-right-2 .list-item .list-item-description-box {
              height: 165px; } }
          .home .good-section .container .col-right-2 .list-item .list-item-description-box .date {
            padding-top: 10px; }
          .home .good-section .container .col-right-2 .list-item .list-item-description-box .tag-list {
            padding-top: 0; }
            @media (max-width: 1023px) {
              .home .good-section .container .col-right-2 .list-item .list-item-description-box .tag-list {
                padding-top: 6px;
                margin-bottom: 6px; } }
          .home .good-section .container .col-right-2 .list-item .list-item-description-box h3 {
            padding-top: 2px;
            line-height: 1em;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 20px;
            max-height: 2em; }
          .home .good-section .container .col-right-2 .list-item .list-item-description-box .description {
            display: none; }
            @media (max-width: 1023px) {
              .home .good-section .container .col-right-2 .list-item .list-item-description-box .description {
                display: block;
                line-height: 1.3em;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-right: 20px;
                max-height: 3.6em;
                margin-top: 6px; } }
      .home .good-section .container .col-right-2 .recipe-cover {
        margin-bottom: 20px;
        height: 300px; }

.home .culture-section {
  margin-bottom: 60px; }

.home .section-instagram {
  background-image: url(/assets/frontend/images/background/tuiles.png);
  height: 540px;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .home .section-instagram {
      height: 340px; } }
  .home .section-instagram .content {
    background-image: url(/assets/frontend/images/background/insta-block.png);
    min-height: 200px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding-top: 40px; }
    @media (max-width: 767px) {
      .home .section-instagram .content {
        background: none; } }
    @media (min-width: 768px) {
      .home .section-instagram .content {
        background-size: 80% auto; } }
    @media (min-width: 1024px) {
      .home .section-instagram .content {
        background-size: 100% auto; } }
    .home .section-instagram .content ol {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .home .section-instagram .content ol {
          margin-top: 10px; } }
      .home .section-instagram .content ol li {
        display: inline-block;
        width: 90px;
        height: 90px;
        background-size: contain; }
        .home .section-instagram .content ol li img {
          width: 100%;
          height: auto; }
        .home .section-instagram .content ol li:not(:last-child) {
          margin-right: 20px; }
          @media (max-width: 767px) {
            .home .section-instagram .content ol li:not(:last-child) {
              margin-right: 0px; } }
        @media (min-width: 768px) {
          .home .section-instagram .content ol li {
            width: 180px;
            height: 180px; } }
        @media (min-width: 1024px) {
          .home .section-instagram .content ol li {
            width: 232px;
            height: 232px; } }
    .home .section-instagram .content h2 {
      color: #1da8e3;
      text-transform: uppercase;
      letter-spacing: 3px; }
    .home .section-instagram .content .cta-container .blue-cta {
      font-size: 10px;
      padding: 1.35em 0em; }
      @media (max-width: 767px) {
        .home .section-instagram .content .cta-container .blue-cta:before {
          content: '\e827';
          margin-right: 10px;
          font-family: fontello; } }
    .home .section-instagram .content .icon {
      width: 40px;
      height: 40px;
      background-image: url(/assets/frontend/images/icons/instagram.png);
      position: absolute;
      left: 50%;
      top: -14px;
      margin-left: -20px; }

@media (max-width: 767px) {
  .home .list-block-cheese-culture .list-item-description-box .tag-list {
    padding-top: 10px; } }

@media (max-width: 767px) {
  .home .list-block-cheese-culture .list-item-description-box {
    padding-left: 10px; } }

@media (max-width: 767px) {
  .home .list-block-cheese-culture .list-item-description-box h3 {
    padding-right: 10px; } }

.iframe-container .coupon-iframe {
  width: 100%;
  height: 3700px;
  position: absolute; }

.article-section {
  padding-top: 50px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .article-section .list-item:nth-child(3) {
      display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .recipe-section .list-item:nth-child(3) {
    display: none; } }

.result-view .tab-menu-container {
  background-color: #f2f2f2; }

.result-view .tab-menu {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .result-view .tab-menu {
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .result-view .tab-menu {
      padding-bottom: 30px;
      padding-top: 30px; } }
  @media (min-width: 1024px) {
    .result-view .tab-menu {
      padding-bottom: 30px;
      padding-top: 30px; } }
  .result-view .tab-menu ol li {
    min-width: initial; }
    .result-view .tab-menu ol li a {
      background-color: transparent; }

.result-view h2 {
  font-family: 'merriweather';
  color: #324c5c;
  display: none;
  margin-top: 1.85em; }
  .result-view h2.error-label {
    display: block;
    text-align: center;
    margin-bottom: 1.85em;
    margin-top: 1.85em; }
  @media (min-width: 768px) {
    .result-view h2 {
      display: block;
      font-size: 24px;
      margin-bottom: 1.85em; } }
  @media (min-width: 1024px) {
    .result-view h2 {
      padding-left: 1.6129032258%; } }

@media (max-width: 767px) {
  .result-view .results-container {
    max-width: 300px;
    margin: auto; } }

.result-view .results-holder:after {
  content: " ";
  display: table;
  clear: both; }

@media (min-width: 768px) {
  .result-view .results-holder {
    margin-bottom: 30px; } }

.result-view .results-holder .result-box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 25px; }
  .result-view .results-holder .result-box:after {
    content: " ";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .result-view .results-holder .result-box {
      width: 50%;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .result-view .results-holder .result-box {
      width: 32.2580645161%;
      margin-bottom: 30px; }
      .result-view .results-holder .result-box:nth-of-type(3n+1) {
        margin-right: 1.6129032258%; }
      .result-view .results-holder .result-box:nth-of-type(3n+2) {
        margin-right: 1.6129032258%; } }
  .result-view .results-holder .result-box .image-box {
    box-sizing: border-box;
    height: 65px;
    padding-right: 2.3333333333%;
    width: 32.3333333333%;
    float: left; }
    @media (min-width: 768px) {
      .result-view .results-holder .result-box .image-box {
        width: 40%;
        height: 90px;
        padding-right: 5.7142857143%; } }
    @media (min-width: 1024px) {
      .result-view .results-holder .result-box .image-box {
        padding-left: 5%;
        padding-right: 5%; } }
    .result-view .results-holder .result-box .image-box .background-holder {
      height: 100%;
      position: relative;
      background-color: rgba(0, 0, 0, 0.1); }
  .result-view .results-holder .result-box .info-box {
    box-sizing: border-box;
    width: 67.6666666667%;
    float: left; }
    @media (min-width: 768px) {
      .result-view .results-holder .result-box .info-box {
        width: 60%;
        padding-right: 5.7142857143%; } }
    @media (min-width: 1024px) {
      .result-view .results-holder .result-box .info-box {
        padding-right: 0; } }
    .result-view .results-holder .result-box .info-box .category,
    .result-view .results-holder .result-box .info-box .date {
      font-size: 10px;
      font-family: 'sourceSansPro';
      color: rgba(0, 0, 0, 0.5);
      display: block;
      line-height: 1.2em; }
      @media (min-width: 768px) {
        .result-view .results-holder .result-box .info-box .category,
        .result-view .results-holder .result-box .info-box .date {
          font-size: 12px; } }
    .result-view .results-holder .result-box .info-box h3 {
      color: #666666;
      font-family: 'sourceSansPro';
      height: 3em;
      font-size: 12.5px; }
      .result-view .results-holder .result-box .info-box h3 strong {
        height: 3em; }
      @media (min-width: 768px) {
        .result-view .results-holder .result-box .info-box h3 {
          font-size: 15px;
          margin-top: 9px; } }
      @media (min-width: 1024px) {
        .result-view .results-holder .result-box .info-box h3 {
          height: 2em; }
          .result-view .results-holder .result-box .info-box h3 strong {
            height: 2em; } }
    .result-view .results-holder .result-box .info-box .description {
      font-family: 'sourceSansPro';
      color: #666666;
      font-size: 15px;
      height: 1em;
      display: none; }
      @media (min-width: 1024px) {
        .result-view .results-holder .result-box .info-box .description {
          margin-top: 6px;
          display: block; } }

.result-view .page-separator {
  display: none; }
  @media (min-width: 1024px) {
    .result-view .page-separator {
      padding-left: 1.6129032258%;
      display: block;
      clear: both;
      padding-top: 30px;
      margin-bottom: 45px;
      font-size: 15px;
      color: #666666;
      font-family: 'sourceSansPro'; } }

.result-view .cta-container {
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .result-view .cta-container {
      margin-bottom: 85px; } }

@media (max-width: 767px) {
  .result-view .column-results h2 {
    margin-top: 30px;
    display: block;
    margin-bottom: 1em;
    margin-top: 0; } }

@media (min-width: 768px) {
  .result-view .column-results {
    margin-top: 30px; }
    .result-view .column-results:nth-child(even) {
      background-color: #f2f2f2; } }

@media (min-width: 1024px) {
  .result-view .column-results {
    width: 32.2580645161%;
    float: left; }
    .result-view .column-results h2 {
      padding-left: 5%; } }
    @media (min-width: 1024px) and (min-width: 768px) {
      .result-view .column-results h2 {
        padding-top: 30px;
        text-align: center; } }

@media (min-width: 1024px) {
    .result-view .column-results:nth-of-type(3n+1) {
      margin-right: 1.6129032258%; }
    .result-view .column-results:nth-of-type(3n+2) {
      margin-right: 1.6129032258%; } }

@media (min-width: 1024px) {
  .result-view .column-results .results-holder .result-box {
    width: 100%; }
    .result-view .column-results .results-holder .result-box:nth-of-type(3n+1) {
      margin-right: auto; }
    .result-view .column-results .results-holder .result-box:nth-of-type(3n+2) {
      margin-right: auto; } }

.result-view .pagination {
  clear: both;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .result-view .pagination {
      padding-top: 50px;
      padding-bottom: 50px; } }

.reacfive-form {
  max-width: 800px; }
  .reacfive-form label {
    font-family: "sourceSansPro" !important;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #324c5c !important;
    word-break: break-word !important; }
    .reacfive-form label.bold {
      font-family: "merriweather" !important; }
  .reacfive-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    height: 35px;
    margin-bottom: 18px;
    background: #ffffff;
    outline: 0;
    text-indent: 8px;
    font-size: 14px;
    color: #96aec2;
    font-family: 'sourceSansPro';
    font-weight: 300;
    background: url(../../images/icons/arrow-dropdown.png) no-repeat center right 10px;
    width: 100%;
    text-overflow: ellipsis;
    padding-right: 2rem; }
  .reacfive-form .form-group-small-bottom {
    margin-bottom: 30px !important; }
  .reacfive-form .group-error-custom .parentFormsubmit-unsubscribe {
    margin-top: auto !important;
    left: 672px !important; }
  .reacfive-form input[type="checkbox"] {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px; }

.mobile-device .reacfive-form .popin__accept_cheeseletter_label {
  width: 90%; }

.mobile-device .group-error-custom .parentFormsubmit-unsubscribe {
  margin-top: auto !important;
  left: 125px !important; }

.separator-title {
  font-family: "merriweather";
  color: #324c5c;
  text-align: left;
  font-size: 20px;
  padding-bottom: 50px;
  position: relative; }
  .separator-title h2 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    color: #324c5c; }
  .separator-title hr {
    position: absolute;
    left: 0;
    width: 20px;
    height: 3px;
    background: #e25944;
    border: none;
    margin: 25px 0px; }
  @media (min-width: 768px) {
    .separator-title {
      font-size: 25px;
      height: 80px; } }
  @media (min-width: 1024px) {
    .separator-title {
      font-size: 30px;
      height: 80px; } }

.section-title {
  color: #e25944;
  font-size: 20px;
  font-family: 'merriweather';
  text-align: center;
  padding-top: 22px;
  padding-bottom: 40px; }
  .section-title.yellow-light {
    color: #e5df9d; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 30px;
      padding-top: 60px;
      padding-bottom: 110px; } }
  @media (min-width: 1024px) {
    .section-title {
      padding-top: 70px;
      padding-bottom: 100px; } }
  .title-holder .section-title {
    color: white;
    z-index: 1;
    position: relative; }
    @media (min-width: 0) and (max-width: 767px) {
      .title-holder .section-title {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .title-holder .section-title {
        font-size: 22.5px;
        padding-top: 40px;
        padding-bottom: 137.5px; } }
  .section-title + .filter-holder {
    margin-top: -45px; }
    @media (min-width: 768px) {
      .section-title + .filter-holder {
        margin-top: -85px; } }
    @media (min-width: 1024px) {
      .section-title + .filter-holder {
        margin-top: -70px; } }

.title-holder {
  position: relative; }

.tip-block {
  height: 325px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .tip-block {
      height: 385px; } }
  @media (min-width: 1024px) {
    .tip-block {
      height: 442px; } }
  .fat-item .tip-block {
    height: 382px; }
    @media (min-width: 768px) {
      .fat-item .tip-block {
        height: 427px; } }
    @media (min-width: 1024px) {
      .fat-item .tip-block {
        height: 500px; } }
  .wrapper-grid.grid-slider .tip-block {
    height: 287px; }
  .tip-block .cover-box {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%; }
  .tip-block .content-box {
    z-index: 1; }
  .tip-block h3 {
    color: #fdc98d;
    font-family: 'gotham';
    letter-spacing: .1em;
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .tip-block h3 {
        font-size: 16px;
        margin-top: 24px; } }
    @media (min-width: 1024px) {
      .tip-block h3 {
        font-size: 20px;
        margin-top: 30px; } }
    .tip-block h3:after {
      content: "";
      display: block;
      margin: 8px auto;
      background-color: #fdc98d;
      width: 15px;
      height: 2px; }
      @media (min-width: 768px) {
        .tip-block h3:after {
          margin: 10px auto;
          width: 18px;
          height: 3px; } }
  .tip-block .baseline {
    color: #e1533d;
    font-family: 'merriweather';
    max-width: 10em;
    margin: auto;
    line-height: 1.4em; }
    @media (min-width: 768px) {
      .tip-block .baseline {
        font-size: 17px; } }
    @media (min-width: 1024px) {
      .tip-block .baseline {
        font-size: 19px; } }

.wrapper-grid.grid-slider .list-block-planche .tip-block {
  height: 248px; }

.capsule-block {
  height: 325px;
  text-align: center;
  position: relative;
  cursor: pointer; }
  @media (min-width: 768px) {
    .capsule-block {
      height: 385px; } }
  @media (min-width: 1024px) {
    .capsule-block {
      height: 442px; } }
  .fat-item .capsule-block {
    height: 382px; }
    @media (min-width: 768px) {
      .fat-item .capsule-block {
        height: 427px; } }
    @media (min-width: 1024px) {
      .fat-item .capsule-block {
        height: 500px; } }
  .wrapper-grid.grid-slider .capsule-block {
    height: 287px; }
  .capsule-block-content {
    width: 100%;
    height: 100%;
    position: relative; }
    .capsule-block-content .cover-box, .capsule-block-content .video-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      height: auto; }
      .capsule-block-content .cover-box .background-holder, .capsule-block-content .video-container .background-holder {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%; }
    .capsule-block-content .desktop-asset.cover-box {
      opacity: 0;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; }
      .capsule-block-content .desktop-asset.cover-box.active {
        opacity: 1; }
    .capsule-block-content .video-container .video-show {
      height: 100%; }
    .capsule-block-content .video-container .play-button {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      z-index: 1;
      height: 83px;
      width: 83px;
      background-color: transparent;
      border: none;
      font-size: 83px;
      text-shadow: 0 0 20px black;
      color: #fff; }
      .capsule-block-content .video-container .play-button:before {
        font-family: "fontello";
        content: '\e817'; }
    .capsule-block-content .video-container .cta-container {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
      .capsule-block-content .video-container .cta-container .red-cta {
        padding: 0.75em 1em; }
    .capsule-block-content .video-container .video-js {
      background-color: transparent;
      margin: 0 auto;
      width: auto;
      max-width: 100%;
      height: inherit;
      padding-top: 0; }

.tag-list .tag {
  display: inline-block;
  padding: 0px 9px 0px 8px;
  border-radius: 9px;
  margin-right: 4px;
  font-family: "sourceSansPro";
  font-size: 11px;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  color: black;
  position: relative;
  margin-bottom: 4px; }
  .tag-list .tag a {
    text-decoration: none;
    color: black;
    padding: 4px 0px 4px 0px; }
    .tag-list .tag a:hover {
      cursor: pointer; }
  @media (min-width: 768px) {
    .tag-list .tag {
      height: 22px;
      line-height: 22px;
      font-size: 12px; } }
  @media (max-width: 767px) {
    .tag-list .tag {
      font-size: 10px; } }

.tag-list .tag-blue {
  background: #90a8b7; }

.tag-list .tag-orange {
  background: #fbd13a; }

.tag-list .tag-purple {
  background: #e8cef6; }

.tag-list .tag-green {
  background: #cdee7c; }

.tag-list .tag-transparent {
  background-color: transparent;
  padding: 0;
  font-size: 15px;
  text-transform: initial; }
  @media (max-width: 767px) {
    .tag-list .tag-transparent {
      font-size: 10px; } }
  .tag-list .tag-transparent a {
    color: #666; }

.tag-list .hide-mobile {
  display: inline-block; }
  @media (max-width: 767px) {
    .tag-list .hide-mobile {
      display: none; } }

.tag-list .hide-tablet {
  display: inline-block; }
  @media (max-width: 1023px) {
    .tag-list .hide-tablet {
      display: none; } }

.header-page-photo {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px; }
  @media (min-width: 768px) {
    .header-page-photo {
      height: 100%; } }
  .header-page-photo h1 {
    text-shadow: 2px 2px 10px #606060; }
  .header-page-photo .h2,
  .header-page-photo h2 {
    text-shadow: 2px 2px 10px #606060; }
    @media (max-width: 767px) {
      .header-page-photo .h2,
      .header-page-photo h2 {
        font-size: 18px;
        letter-spacing: .15em;
        line-height: 1.2em; } }
    @media (min-width: 768px) {
      .header-page-photo .h2,
      .header-page-photo h2 {
        max-height: 2em; } }
  .header-page-photo .stack-container {
    height: 100%;
    top: 0px;
    position: relative; }
    @media (min-width: 768px) {
      .header-page-photo .stack-container {
        top: -100%; } }
  .header-page-photo .content-table {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 150px; }
    .header-page-photo .content-table .content-cell {
      text-align: center;
      vertical-align: middle;
      display: table-cell; }
      @media (min-width: 768px) {
        .header-page-photo .content-table .content-cell {
          width: 50%; } }
  .header-page-photo .photo {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .header-page-photo .logo-box {
    margin-top: 10px;
    width: 64px;
    height: 64px;
    display: inline-block;
    position: relative; }
    @media (min-width: 768px) {
      .header-page-photo .logo-box {
        width: 80px;
        height: 80px;
        margin-top: 20px; } }
    @media (min-width: 1024px) {
      .header-page-photo .logo-box {
        width: 128px;
        height: 128px;
        margin-top: 30px; } }
  .header-page-photo .logo {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative; }
  .title-top .header-page-photo .content-table .content-cell {
    vertical-align: top;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .title-top .header-page-photo .content-table .content-cell {
        padding-top: 30px; } }
    @media (min-width: 1024px) {
      .title-top .header-page-photo .content-table .content-cell {
        padding-top: 40px; } }
  .header-page-photo.has-cta .label.stack-container {
    height: 50%; }
  .header-page-photo.has-cta .cta.stack-container {
    top: 0px; }
    .header-page-photo.has-cta .cta.stack-container .content-table .content-cell .h2,
    .header-page-photo.has-cta .cta.stack-container .content-table .content-cell h2 {
      margin-bottom: 30px;
      font-size: 16px; }
  .title-top .header-page-photo.has-cta .content-table .content-cell {
    vertical-align: middle;
    padding-top: 0px; }
  .header-page-photo.has-cta .cta-background {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.6); }
  @media (max-width: 767px) {
    .header-page-photo.has-cta {
      height: auto; }
      .header-page-photo.has-cta .photo {
        height: 200px;
        position: absolute;
        top: 0px; }
      .header-page-photo.has-cta .label.stack-container {
        height: 200px; }
      .header-page-photo.has-cta .cta.stack-container {
        height: auto; }
      .header-page-photo.has-cta .cta-background {
        position: static;
        background: #f2f2f2; }
        .header-page-photo.has-cta .cta-background .content-cell {
          display: block;
          padding-top: 20px;
          padding-bottom: 20px; }
          .header-page-photo.has-cta .cta-background .content-cell + .content-cell {
            border-top: 1px solid #324653; } }
  @media (max-width: 767px) {
    .header-page-photo .header-title {
      font-size: 17.5px; } }
  @media (max-width: 767px) {
    .header-page-photo .header-subtitle {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .header-page-photo .header-subtitle + .header-title {
      margin-bottom: 30px; } }
  .header-page-photo .phone-asset {
    position: absolute;
    left: 0;
    top: 0; }
  .header-page-photo form .formError {
    line-height: 1em; }
  .header-page-photo form fieldset {
    white-space: nowrap;
    display: inline-block;
    position: relative; }
  .header-page-photo form input[type="text"] {
    font-family: 'sourceSansPro';
    padding: 0 .85em;
    vertical-align: top;
    border: none;
    display: inline-block;
    font-size: .875em;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    width: 248px;
    height: 43px;
    line-height: 14px; }
    .header-page-photo form input[type="text"]::-ms-clear {
      display: none; }
    @media (min-width: 768px) {
      .header-page-photo form input[type="text"] {
        width: 308px;
        height: 46px;
        line-height: 14px; } }
    @media (min-width: 1024px) {
      .header-page-photo form input[type="text"] {
        font-size: 18px;
        width: 342px;
        height: 52px;
        line-height: 18px; } }
  .header-page-photo form input[type="submit"] {
    background-color: #e25944;
    color: white;
    border: none;
    padding: 0;
    vertical-align: top;
    font-size: inherit;
    height: 50px;
    width: 45px;
    line-height: 50px;
    font-weight: 600;
    border-radius: 0;
    -webkit-appearance: none;
    content: '\e818';
    color: white;
    display: block;
    font-family: 'fontello';
    font-size: 1.1em;
    font-weight: 400;
    display: inline-block;
    width: 52px;
    height: 43px;
    line-height: 43px; }
    @media (min-width: 768px) {
      .header-page-photo form input[type="submit"] {
        font-size: 1.2em;
        width: 98px;
        height: 46px;
        line-height: 46px; } }
    @media (min-width: 1024px) {
      .header-page-photo form input[type="submit"] {
        width: 98px;
        height: 52px;
        line-height: 52px; } }
  .header-page-photo form .close-search {
    position: absolute;
    right: 98px;
    top: 0;
    width: 43px;
    height: 43px;
    line-height: 43px; }
    @media (min-width: 768px) {
      .header-page-photo form .close-search {
        width: 46px;
        height: 46px;
        line-height: 46px; } }
    @media (min-width: 1024px) {
      .header-page-photo form .close-search {
        width: 52px;
        height: 52px;
        line-height: 52px; } }
    .header-page-photo form .close-search:after {
      content: '\e819';
      font-family: 'fontello';
      display: block;
      line-height: inherit;
      text-align: center;
      color: #324c5c; }
      @media (max-width: 1023px) {
        .header-page-photo form .close-search:after {
          font-size: 14px;
          font-weight: 600; } }
      .mobile-device .header-page-photo form .close-search:after {
        font-size: 14px;
        font-weight: 600; }
  .header-page-photo .autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #d0d0d0;
    text-align: left;
    visibility: hidden;
    z-index: 100; }
    @media (min-width: 768px) {
      .header-page-photo .autocomplete-suggestions {
        width: 308px; } }
    @media (min-width: 1024px) {
      .header-page-photo .autocomplete-suggestions {
        font-size: 18px;
        width: 342px; } }
    .header-page-photo .autocomplete-suggestions li {
      font-family: 'sourceSansPro';
      padding: 0 .85em;
      border: none;
      font-size: .875em;
      height: 50px;
      line-height: 50px;
      border-radius: 0;
      display: none;
      font-weight: 300;
      cursor: pointer; }
      .header-page-photo .autocomplete-suggestions li:nth-child(-n+11) {
        display: block; }
      @media (max-width: 767px) {
        .header-page-photo .autocomplete-suggestions li {
          width: 100%; } }
      @media (min-width: 768px) {
        .header-page-photo .autocomplete-suggestions li {
          height: 46px;
          line-height: 46px; } }
      @media (min-width: 1024px) {
        .header-page-photo .autocomplete-suggestions li {
          font-size: 18px;
          height: 52px;
          line-height: 52px; } }
      .header-page-photo .autocomplete-suggestions li .highlight {
        font-weight: 600; }
      .header-page-photo .autocomplete-suggestions li p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  @media (max-width: 1023px) {
    .header-page-photo .cell-autocomplete {
      display: none !important; } }

.header-baseline {
  background-color: #f2f2f2;
  color: #324c5c;
  font-size: 15px;
  font-family: merriweather;
  line-height: 1.4;
  padding-top: 2.35em;
  padding-bottom: 2.35em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .header-baseline {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .header-baseline {
      font-size: 15px; } }
  .header-baseline a {
    text-decoration: underline; }

.recipe-carousel {
  width: 100%;
  border: 1px solid #f2f2f2;
  display: inline-block;
  position: relative;
  box-sizing: border-box; }
  .recipe-carousel .slide-container {
    overflow: hidden;
    height: 155px;
    position: relative;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .recipe-carousel .slide-container {
        height: 300px; } }
    @media (min-width: 1024px) {
      .recipe-carousel .slide-container {
        height: 400px; } }
    .recipe-carousel .slide-container .slide-board {
      position: relative;
      left: 0px;
      top: 0px;
      height: 100%;
      font-size: 0; }
    .recipe-carousel .slide-container .slide {
      display: none;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover; }
      @media (max-width: 767px) {
        .recipe-carousel .slide-container .slide.slide-phone {
          display: inline-block; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .recipe-carousel .slide-container .slide.slide-tablet {
          display: inline-block; } }
      @media (min-width: 1024px) {
        .recipe-carousel .slide-container .slide.slide-desktop {
          display: inline-block; } }
  .recipe-carousel .digit-block {
    width: 128px;
    height: 128px;
    background-image: url(/assets/frontend/images/carousel/digit-block.png);
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    font-family: "merriweather";
    font-size: 65px;
    color: white;
    text-align: center;
    line-height: 120px;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65); }
    @media (min-width: 768px) {
      .recipe-carousel .digit-block {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
  .recipe-carousel .arrow-button {
    background-color: #e15844;
    height: 5rem;
    width: 5rem;
    border: 2px solid white;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    color: white;
    font-size: 56px;
    margin-top: -32px;
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
    top: 77.5px; }
    @media (max-width: 767px) {
      .recipe-carousel .arrow-button {
        height: 4rem;
        width: 4rem; } }
    @media (min-width: 768px) {
      .recipe-carousel .arrow-button {
        top: 150px; } }
    @media (min-width: 1024px) {
      .recipe-carousel .arrow-button {
        top: 200px; } }
    .recipe-carousel .arrow-button:hover {
      cursor: pointer; }
    @media (min-width: 768px) {
      .recipe-carousel .arrow-button {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
  .recipe-carousel .left-button {
    left: 10px; }
  .recipe-carousel .right-button {
    right: 10px; }
  .recipe-carousel .legend {
    text-align: center;
    position: relative;
    padding: 35px 25px 25px 25px;
    background-image: url(/assets/frontend/images/recipe/grey-brick-pattern.png); }
    @media (min-width: 768px) {
      .recipe-carousel .legend {
        padding: 70px 50px 50px 50px; } }
    .recipe-carousel .legend h2 {
      font-size: 20px;
      text-transform: uppercase; }
    .recipe-carousel .legend p {
      margin-top: 20px;
      margin-bottom: 20px; }

[v-cloak] {
  display: none; }

.cheese-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  border: 1px solid #d0d0d0;
  background: #f7f7f7;
  overflow: hidden;
  padding: 10px; }
  .cheese-block a {
    text-decoration: none; }
  .cheese-block .photo-container {
    overflow: hidden;
    margin: 1px;
    padding-bottom: 100%;
    height: 0; }
  .cheese-block .photo {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .cheese-block .legend {
    min-height: 40px;
    width: 100%;
    display: table; }
    @media (max-width: 767px) {
      .cheese-block .legend {
        height: 74px; } }
    @media (min-width: 768px) {
      .cheese-block .legend {
        min-height: auto;
        height: 80px; } }
    .cheese-block .legend .content-legend {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: top; }
      .cheese-block .legend .content-legend h3 {
        text-align: center;
        color: #e47a36;
        font-family: "sourceSansPro";
        font-weight: bold;
        padding: 0; }
        @media (max-width: 767px) {
          .cheese-block .legend .content-legend h3 {
            font-size: 18px;
            max-height: 6em;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 18px;
            white-space: normal; } }
        @media (min-width: 768px) {
          .cheese-block .legend .content-legend h3 {
            max-height: 4em;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-top: 1.6em;
            box-sizing: initial;
            text-align: left;
            font-size: 16px; } }
        @media (max-width: 767px) {
          .cheese-block .legend .content-legend h3 {
            padding: 20px 0; } }
  .cheese-block .cta-container {
    padding-top: 10px;
    margin-top: auto; }
  .cheese-block .red-cta {
    width: 100%;
    min-width: 0;
    padding-top: 10px;
    padding-bottom: 10px; }

.nutri-block {
  width: 134px;
  height: 200px;
  display: inline-block; }
  @media (max-width: 767px) {
    .nutri-block:nth-child(even) {
      margin-left: 28px; } }
  @media (min-width: 768px) {
    .nutri-block {
      width: 160px;
      height: 240px; } }
  .nutri-block .content {
    font-family: "sourceSansPro";
    font-weight: bold;
    display: table;
    width: 100%;
    height: 100%; }
    .nutri-block .content .inner-content {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 25px; }
      @media (min-width: 1024px) {
        .nutri-block .content .inner-content {
          font-size: 35px; } }
      .nutri-block .content .inner-content .unit {
        font-size: 20px; }
    .nutri-block .content .less-than {
      font-weight: normal; }
    .nutri-block .content .top-content {
      display: table-row;
      vertical-align: middle;
      height: 60px; }
      @media (min-width: 768px) {
        .nutri-block .content .top-content {
          height: 70px; } }
      .nutri-block .content .top-content p.title {
        font-size: 13px;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        text-align: center;
        line-height: 12px; }
        @media (min-width: 768px) {
          .nutri-block .content .top-content p.title {
            padding-left: 30px;
            padding-right: 30px;
            font-size: 15px;
            padding-top: 20px; } }
    .nutri-block .content .main-content {
      display: table-row;
      vertical-align: middle; }
      .nutri-block .content .main-content .separator-value {
        font-size: 13px;
        font-weight: normal;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 2px;
        margin-bottom: 2px; }
        @media (min-width: 1024px) {
          .nutri-block .content .main-content .separator-value {
            padding-left: 30px;
            padding-right: 30px; } }
      .nutri-block .content .main-content .secondary-value {
        font-size: 20px; }
        @media (min-width: 768px) {
          .nutri-block .content .main-content .secondary-value {
            font-size: 30px; } }
      .nutri-block .content .main-content .inner-content {
        padding-bottom: 20px; }
  .nutri-block.red-nutri {
    background-image: url(/assets/frontend/images/nutri-block/yellow-background.png);
    background-size: contain; }
    .nutri-block.red-nutri .title,
    .nutri-block.red-nutri .content {
      color: #324c5c !important; }
  .nutri-block.blue-nutri {
    background-image: url(/assets/frontend/images/nutri-block/blue-background.png);
    background-size: contain; }
    .nutri-block.blue-nutri .content {
      color: #324c5c; }
  .nutri-block.mono-value .inner-content {
    font-size: 45px; }

.recipe-cover {
  background: white;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 300px;
  height: auto;
  text-align: left; }
  .recipe-cover.external .legend h3 {
    margin-top: 18px; }
    @media (min-width: 768px) {
      .recipe-cover.external .legend h3 {
        max-height: 2em; } }
    .recipe-cover.external .legend h3 a {
      color: #e05939; }
  @media (min-width: 768px) {
    .recipe-cover.horizontal {
      min-width: 680px;
      max-width: none; }
      .recipe-cover.horizontal .content {
        display: table; }
        .recipe-cover.horizontal .content .content-row {
          display: table-row; }
        .recipe-cover.horizontal .content .left {
          display: table-cell;
          position: relative; }
          .recipe-cover.horizontal .content .left .photo-container {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0; }
          .recipe-cover.horizontal .content .left .photo {
            width: 100%;
            height: 100%; }
        .recipe-cover.horizontal .content .right {
          display: table-cell; } }
  .recipe-cover.vertical {
    min-width: 300px;
    height: auto; }
    @media (min-width: 768px) {
      .recipe-cover.vertical {
        height: 510px; }
        .recipe-cover.vertical .cta-container {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 21px; } }
    @media (min-width: 1024px) {
      .recipe-cover.vertical {
        height: 516px; } }
    .small .recipe-cover.vertical {
      min-width: 160px; }
    .recipe-cover.vertical .content {
      display: block; }
      .recipe-cover.vertical .content .content-row {
        display: table; }
      .recipe-cover.vertical .content .left {
        display: table-row; }
        .recipe-cover.vertical .content .left .photo {
          width: 100.5%;
          height: 278px; }
          .small .recipe-cover.vertical .content .left .photo {
            height: 166px; }
          .big .recipe-cover.vertical .content .left .photo {
            height: 438px; }
      .recipe-cover.vertical .content .right {
        display: table-row; }
  .recipe-cover .content {
    display: block;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .recipe-cover .content .content-row {
        display: table;
        width: 100%; } }
  .recipe-cover .left {
    display: table-row;
    width: 370px;
    height: 100%; }
    .recipe-cover .left .photo-container {
      overflow: hidden; }
    @media (max-width: 767px) {
      .recipe-cover .left {
        display: table-cell; } }
    .recipe-cover .left .photo {
      width: 100.5%;
      height: 278px;
      background-size: cover;
      background-position: center; }
  .recipe-cover .right {
    display: table-row;
    vertical-align: top; }
  .recipe-cover .legend {
    padding: 20px 40px 20px 40px;
    vertical-align: top; }
    .small .recipe-cover .legend {
      padding: 10px 10px 10px 10px; }
    .recipe-cover .legend .date {
      font-family: "sourceSansPro";
      font-size: 13px;
      color: #b0b0b0;
      margin-bottom: 5px; }
    .recipe-cover .legend h3 {
      font-family: "sourceSansPro";
      font-weight: bold;
      color: #666666;
      font-size: 20px;
      text-transform: uppercase;
      margin-top: 5px;
      margin-bottom: 5px;
      max-height: 2em; }
      .small .recipe-cover .legend h3 {
        text-transform: none;
        font-size: 18px; }
    .recipe-cover .legend .no-wrap-description {
      font-family: "sourceSansPro";
      color: #666666;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 16px; }
    .recipe-cover .legend .description {
      font-family: "sourceSansPro";
      color: #666666;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 65px; }
      @media (min-width: 768px) {
        .recipe-cover .legend .description p {
          height: 4em; } }

.list-item.highlight-block .row-highlight {
  margin-bottom: 30px;
  margin-top: 30px; }

@media (min-width: 768px) {
  .list-item.highlight-block {
    width: 100%;
    padding: 0; } }

@media (min-width: 1024px) {
  .list-item.highlight-block .recipe-cover {
    height: 460px; } }

@media (min-width: 1024px) {
  .list-item.highlight-block .recipe-cover .legend {
    padding-top: 35px;
    margin-left: -14px; } }

@media (min-width: 768px) {
  .list-item.highlight-block .recipe-cover .legend h3:before {
    color: #666666;
    content: '\e827';
    font-family: fontello;
    display: inline;
    margin-right: 8px; } }

@media (min-width: 1024px) {
  .list-item.highlight-block .recipe-cover .legend .p {
    height: 290px; } }

@media (min-width: 768px) {
  .list-item.highlight-block .recipe-cover .left {
    width: auto;
    height: auto;
    display: block; } }

@media (min-width: 1024px) {
  .list-item.highlight-block .recipe-cover .left {
    float: right;
    width: 66.6666666667%;
    padding-left: 14px;
    height: 460px; } }

.list-item.highlight-block .recipe-cover .left .photo-container {
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .list-item.highlight-block .recipe-cover .left .photo-container {
      height: 0;
      padding-BOTTOM: 56%; } }
  @media (min-width: 1024px) {
    .list-item.highlight-block .recipe-cover .left .photo-container {
      height: 100%; } }
  .list-item.highlight-block .recipe-cover .left .photo-container .video-holder {
    height: 100%; }
    @media (min-width: 768px) {
      .list-item.highlight-block .recipe-cover .left .photo-container .video-holder {
        position: absolute; } }
    @media (min-width: 768px) {
      .list-item.highlight-block .recipe-cover .left .photo-container .video-holder .video-js {
        padding-bottom: 0;
        padding-top: 0;
        height: 100%; } }
    .list-item.highlight-block .recipe-cover .left .photo-container .video-holder .video-js .vjs-poster {
      background-size: cover; }

@media (min-width: 768px) {
  .list-item.highlight-block .recipe-cover .left .photo-sizer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto; } }

.list-item.highlight-block .recipe-cover .left .photo-sizer:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: '\e817';
  font-family: 'fontello';
  color: white;
  text-shadow: -1px -1px 10px rgba(0, 0, 0, 0.15);
  font-size: 46px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 768px) {
    .list-item.highlight-block .recipe-cover .left .photo-sizer:after {
      font-size: 72px; } }
  @media (min-width: 1024px) {
    .list-item.highlight-block .recipe-cover .left .photo-sizer:after {
      font-size: 85px; } }

@media (min-width: 768px) {
  .list-item.highlight-block .recipe-cover .left .photo {
    height: 100%;
    width: 100%; } }

@media (min-width: 1024px) {
  .list-item.highlight-block .recipe-cover .left .photo {
    width: 100%;
    height: 100%; } }

@media (min-width: 768px) {
  .list-item.highlight-block .recipe-cover .right {
    width: auto;
    height: auto;
    display: block; } }

@media (min-width: 1024px) {
  .list-item.highlight-block .recipe-cover .right {
    float: right;
    width: 33.3333333333%;
    margin-right: -14px;
    height: 460px; } }

.list-item.highlight-block .video-details {
  display: none; }
  @media (min-width: 768px) {
    .list-item.highlight-block .video-details {
      font-family: 'sourceSansPro';
      font-size: 15px;
      display: block;
      font-style: italic;
      color: #666;
      position: relative;
      text-align: right;
      padding-top: 16px; } }
  .list-item.highlight-block .video-details:before {
    display: block;
    content: "";
    background-color: #666;
    width: 180px;
    height: 1px;
    position: absolute;
    top: 0px;
    right: 0; }

.account-cover {
  background: white;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  text-align: center;
  height: auto; }
  .account-cover .content {
    display: inline-table;
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0; }
    .account-cover .content .content-row {
      display: table;
      width: 100%; }
      .account-cover .content .content-row .left {
        display: table-row;
        width: 100%;
        height: 100%; }
        .account-cover .content .content-row .left .photo {
          width: 100%;
          height: 250px;
          background-size: cover;
          background-position: center; }
          @media (max-width: 767px) {
            .account-cover .content .content-row .left .photo {
              height: 205px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .account-cover .content .content-row .left .photo {
              height: 156px; } }
      .account-cover .content .content-row .right {
        display: table-row;
        vertical-align: top; }
      .account-cover .content .content-row .legend {
        padding: 18px 30px 0px 30px;
        vertical-align: top; }
        @media (max-width: 767px) {
          .account-cover .content .content-row .legend {
            padding: 28px 0px 0px 0px; } }
        .account-cover .content .content-row .legend .title {
          display: table;
          width: 100%;
          height: 52px;
          margin-bottom: 15px; }
        .account-cover .content .content-row .legend h3 {
          text-align: center;
          vertical-align: middle;
          display: table-cell;
          font-size: 26px;
          font-family: 'merriweather';
          font-weight: bold;
          color: #324c5c; }
          @media (min-width: 768px) {
            .account-cover .content .content-row .legend h3 {
              height: 2em; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .account-cover .content .content-row .legend h3 {
              font-size: 20px;
              margin-bottom: 6px; } }
          @media (max-width: 767px) {
            .account-cover .content .content-row .legend h3 {
              font-size: 20px; } }
        .account-cover .content .content-row .legend .description {
          font-size: 16px;
          margin-bottom: 70px;
          color: #324c5c;
          font-family: 'sourceSansPro'; }
          @media (min-width: 768px) {
            .account-cover .content .content-row .legend .description {
              height: 2em; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .account-cover .content .content-row .legend .description {
              font-size: 14px;
              margin-bottom: 35px; } }
          @media (max-width: 767px) {
            .account-cover .content .content-row .legend .description {
              margin-bottom: 60px;
              padding: 0px 5px; } }
        .account-cover .content .content-row .legend .cta-container {
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          left: 0;
          right: 0; }
          .account-cover .content .content-row .legend .cta-container a {
            min-width: 200px; }
            @media (min-width: 768px) {
              .account-cover .content .content-row .legend .cta-container a {
                padding-left: 2em;
                padding-right: 2em; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .account-cover .content .content-row .legend .cta-container a {
                padding: .7em 1em;
                font-size: 10px;
                min-width: 100px; } }
            @media (max-width: 767px) {
              .account-cover .content .content-row .legend .cta-container a {
                width: 100%; } }

.tip-cover {
  background: #fcf4d8;
  padding: 20px 20px 20px 20px;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .tip-cover {
      padding: 20px 30px 20px 30px; } }
  .tip-cover .icon-health {
    background-image: url(/assets/frontend/images/tip-cover/icon-health.png);
    width: 64px;
    height: 64px; }
  .tip-cover .icon-tip {
    background-image: url(/assets/frontend/images/tip-cover/icon-tip.png);
    width: 64px;
    height: 64px; }
  .tip-cover .icon {
    display: table-cell;
    width: 32px;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 768px) {
      .tip-cover .icon {
        width: 64px; } }
  .tip-cover .legend {
    padding-left: 15px;
    vertical-align: top;
    display: table-cell;
    font-family: "merriweather";
    font-size: 15px;
    padding-top: 5px;
    color: #324c5c; }
    .tip-cover .legend b {
      color: #e25944;
      margin-top: 4px;
      margin-bottom: 4px;
      text-transform: uppercase;
      text-align: left;
      display: block; }
    .tip-cover .legend i {
      font-style: italic; }
    .tip-cover .legend p {
      text-align: left;
      color: #324c5c;
      line-height: 15px;
      font-size: 13px; }
      @media (min-width: 768px) {
        .tip-cover .legend p {
          font-size: 15px;
          line-height: 17px; } }

.article-push {
  max-width: 825px;
  min-width: 300px; }
  .article-push .video-holder {
    margin-bottom: 25px; }
  .article-push .icon {
    width: 48px;
    height: 48px;
    background-image: url(/assets/frontend/images/article-push/hexa-icon-red.png);
    vertical-align: top;
    display: table-cell;
    background-repeat: no-repeat;
    font-family: "merriweather";
    font-size: 25px;
    color: white;
    text-align: center;
    background-size: contain; }
    .article-push .icon p {
      line-height: 45px; }
  .article-push .title h2 {
    display: table-cell;
    vertical-align: middle;
    color: #e25944;
    font-size: 20px;
    font-family: "merriweather";
    text-align: left; }
    @media (min-width: 768px) {
      .article-push .title h2 {
        font-size: 25px; } }
  .article-push .title + .description {
    margin-top: 2em; }
    @media (min-width: 768px) {
      .article-push .title + .description {
        margin-top: 1em; } }
    @media (min-width: 1024px) {
      .article-push .title + .description {
        margin-top: 3em; } }
  .article-push .photo {
    margin-top: 16px;
    margin-bottom: 25px;
    height: auto;
    width: 100%; }
  .article-push .description {
    font-family: "sourceSansPro";
    font-size: 16px;
    line-height: 20px;
    color: #324c5c;
    font-weight: lighter;
    text-align: justify; }
  .article-push .cta {
    margin-top: 20px;
    text-align: center; }

.infogrpahy-push .photo {
  height: auto !important;
  width: 100% !important; }
  @media (max-width: 767px) {
    .infogrpahy-push .photo {
      height: auto;
      width: 100%;
      padding-bottom: 48%; } }
  @media (min-width: 768px) {
    .infogrpahy-push .photo {
      height: 300px; } }
  @media (min-width: 1024px) {
    .infogrpahy-push .photo {
      height: 400px; } }

.infogrpahy-push .title + .description {
  margin-top: 0 !important; }

.infogrpahy-push .title h2 {
  line-height: 48px;
  display: inline-block; }

.infogrpahy-push .icon {
  margin-left: -10px;
  display: inline-block; }

@media (min-width: 768px) {
  .tab-menu {
    padding-bottom: 20px;
    margin-top: -70px; } }

@media (min-width: 1024px) {
  .tab-menu {
    padding-bottom: 70px;
    margin-top: -40px; } }

.tab-menu ol {
  table-layout: fixed;
  display: block;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .tab-menu ol {
      text-align: center;
      font-size: 0; } }
  .tab-menu ol li {
    display: inline-block;
    text-align: center;
    height: 40px; }
    @media (min-width: 768px) {
      .tab-menu ol li {
        display: inline-block;
        width: auto;
        min-width: 25%;
        height: auto;
        margin-bottom: 5px; } }
    .tab-menu ol li a {
      white-space: nowrap;
      background: white;
      display: block;
      padding: 10px 20px 10px 20px;
      border-radius: 20px;
      font-family: "gotham";
      font-size: 15px;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: 0px solid #324c5c; }
      @media (max-width: 767px) {
        .tab-menu ol li a {
          font-size: 12px; } }
      .tab-menu ol li a.color-blue {
        color: #324c5c; }
      .tab-menu ol li a.color-red {
        color: #ed5840; }
      .tab-menu ol li a.selected {
        color: white; }
      .tab-menu ol li a.selected.color-blue {
        background: #324c5c; }
      .tab-menu ol li a.selected.color-red {
        background: #ed5840; }

.board-cheese-row {
  width: 100%; }
  .board-cheese-row .content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }
    .board-cheese-row .content:after {
      content: " ";
      display: block;
      clear: both; }
  .board-cheese-row .photo-content {
    width: 25%;
    float: left;
    overflow: hidden; }
    .board-cheese-row .photo-content .photo {
      width: 100%;
      height: 150px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .board-cheese-row .legend-content {
    width: 75%;
    float: left; }
  .board-cheese-row .legend-content {
    padding-left: 20px; }
    .board-cheese-row .legend-content .title-content {
      text-transform: uppercase;
      position: relative;
      margin-bottom: 6px; }
      .board-cheese-row .legend-content .title-content .logo {
        width: 64px;
        height: 64px;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        float: right; }
      .board-cheese-row .legend-content .title-content h2 {
        display: inline-block;
        margin-bottom: 0px; }
    .board-cheese-row .legend-content ol {
      margin-bottom: 20px; }
      .board-cheese-row .legend-content ol li {
        display: inline-block;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .board-cheese-row .legend-content ol li {
            display: block; } }
    .board-cheese-row .legend-content .icon {
      font-size: 26px;
      vertical-align: middle;
      margin-right: 8px; }
      .board-cheese-row .legend-content .icon.pastry {
        font-size: 18px; }
      .board-cheese-row .legend-content .icon.intensity {
        font-size: 22px; }
    .board-cheese-row .legend-content .label-icon {
      font-family: "sourceSansPro";
      color: #e25944;
      font-size: 14px; }
  @media (max-width: 767px) {
    .board-cheese-row {
      margin-bottom: 15px; }
      .board-cheese-row .content {
        border: 1px solid #f2f2f2; }
      .board-cheese-row .cta-desktop-container {
        display: none; }
      .board-cheese-row .photo-content, .board-cheese-row .legend-content {
        width: 50%;
        float: left; }
        .board-cheese-row .photo-content .photo, .board-cheese-row .legend-content .photo {
          height: 130px; }
      .board-cheese-row .legend-content {
        padding: 10px; }
        .board-cheese-row .legend-content .title-content {
          top: 0px;
          margin-bottom: 0px; }
          .board-cheese-row .legend-content .title-content .logo {
            position: absolute;
            margin-bottom: 0px;
            top: 0px;
            right: 0px;
            width: 30px;
            height: 30px;
            float: none; } }
      @media (max-width: 767px) and (max-width: 767px) {
        .board-cheese-row .legend-content .title-content h2 {
          font-size: 12px;
          padding-right: 30px;
          margin-bottom: .5em; } }
  @media (max-width: 767px) {
        .board-cheese-row .legend-content ol {
          margin-bottom: 0px; }
        .board-cheese-row .legend-content .icon {
          font-size: 14px;
          margin-right: 3px;
          display: inline-block;
          width: 20px;
          text-align: center; }
          .board-cheese-row .legend-content .icon.pastry {
            font-size: 10px; }
          .board-cheese-row .legend-content .icon.intensity {
            font-size: 12px; }
        .board-cheese-row .legend-content .label-icon {
          font-size: 10px; }
      .board-cheese-row .cta-container .blue-cta {
        width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .gamme-container .header-grid-flow {
    width: 700px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1024px) {
  .gamme-container .cheese-left {
    padding-right: 20px;
    width: 70.4838709677%;
    float: left; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .gamme-container .cheese-right {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px; }
    .gamme-container .cheese-right > * {
      margin-left: 20px;
      margin-right: 20px;
      display: inline-block;
      vertical-align: middle; } }

@media (min-width: 1024px) {
  .gamme-container .cheese-right {
    width: 29.5161290323%;
    float: left;
    display: block; } }

.mobile-voucher-container {
  display: none;
  width: 100%;
  height: 5em;
  background-color: #df503d;
  background-image: url(/assets/frontend/images/voucher/bg-voucher-mobile-red.jpg); }
  @media (max-width: 767px) {
    .mobile-voucher-container {
      display: block; } }
  .mobile-voucher-container span {
    font-family: 'sourceSansPro';
    font-weight: 600;
    color: #ffffff;
    font-size: 0.80em; }
    .mobile-voucher-container span .price {
      font-size: 2.66em;
      font-weight: bold;
      font-family: 'merriweather'; }
    .mobile-voucher-container span .currency {
      font-size: 1.2em;
      vertical-align: top; }
  .mobile-voucher-container .holder {
    position: relative;
    width: 100%;
    height: 100%; }
    .mobile-voucher-container .holder .left,
    .mobile-voucher-container .holder .right {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .mobile-voucher-container .holder .left {
      left: 12px;
      width: 51%;
      text-align: center;
      line-height: 0.8; }
    .mobile-voucher-container .holder .right {
      right: 25px; }
    .mobile-voucher-container .holder .white-cta-cta {
      background-color: white;
      padding: 10px; }
      .mobile-voucher-container .holder .white-cta-cta .label {
        text-transform: uppercase;
        font-family: 'gotham';
        color: #e25944;
        font-size: 0.60em; }

.c-lostpassword {
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center; }
  .c-lostpassword > .container > * {
    margin-top: 0; }
  .c-lostpassword > .container > * + *,
  .c-lostpassword .o-form__section + .o-form__section {
    margin-top: 30px; }
  .c-lostpassword > .container > * + .c-lostpassword__subtitle {
    margin-top: 10px; }
  .c-lostpassword [class^="edito-title"],
  .c-lostpassword [class*="edito-title"] {
    margin-bottom: 0;
    line-height: 1.4;
    color: #e25944; }
  .c-lostpassword .o-form {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
  .c-lostpassword__subtitle {
    font-family: "merriweather";
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #324C5C; }
    .c-lostpassword__subtitle > * {
      margin: 0; }
    .c-lostpassword__subtitle > * + * {
      margin-top: 20px; }
  .c-lostpassword__text {
    font-family: "gothamBook", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666; }
    .c-lostpassword__text > * {
      margin: 0; }
    .c-lostpassword__text > * + * {
      margin-top: 20px; }
  .c-lostpassword__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .c-lostpassword__actions > *,
    .c-lostpassword__actions > .big-cta {
      margin: 0; }
    .c-lostpassword__actions > * + * {
      margin-left: 20px; }

.c-quizz {
  padding: 50px 0;
  overflow: hidden; }
  .c-quizz [class^="edito-title"],
  .c-quizz [class^="edito-title"] {
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2; }
  .c-quizz > * {
    margin: 0; }
  .c-quizz > * + * {
    margin-top: 50px; }
  .c-quizz > .c-quizz__hidden + * {
    margin-top: 0; }
  .c-quizz > .o-wizard--numbered + * {
    margin-top: 60px; }
  .c-quizz__title + * {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #324c5c; }
  .c-quizz__hidden {
    display: none; }
  .c-quizz__section:not(.is-first) {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: opacity 0 ease-in-out;
    transition: opacity 0 ease-in-out; }
  .c-quizz__section:not(.is-first).is-active {
    opacity: 1;
    position: relative;
    pointer-events: all;
    z-index: inherit;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
  .c-quizz__section.is-inactive {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: opacity 0 ease-in-out;
    transition: opacity 0 ease-in-out; }
  .c-quizz__section > * {
    margin: 0; }
  .c-quizz__section > * + * {
    margin-top: 30px; }
  .c-quizz__section > * + .c-quizz__note {
    margin-top: 10px; }
  .c-quizz__section > .c-quizz__subtitle + * {
    margin-top: 10px; }
  .c-quizz__note, .c-quizz__subtitle {
    font-family: "gothamBook", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-align: center; }
  .c-quizz__subtitle {
    color: #666666; }
  .c-quizz__note {
    color: #939393; }
  .c-quizz__actions .big-cta {
    margin-top: 0; }
  .c-quizz__actions > * + * {
    margin-top: 30px; }
  .c-quizz__actions > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .c-quizz__actions > div > * + * {
      margin-left: 30px; }
  .c-quizz__skip {
    padding: 10px;
    border: 0 none;
    font-family: "gothamBook", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #e25944;
    background: transparent; }
  @media (min-width: 1024px) {
    .c-quizz {
      padding: 80px 0; } }

.c-quizzlist {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .c-quizzlist__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px; }
  .c-quizzlist__item {
    margin: 15px; }
  .c-quizzlist.is-maxwidth--930 {
    max-width: 930px; }
  .c-quizzlist.is-maxwidth--1000 {
    max-width: 1000px; }

.o-quizzcheckbox {
  position: relative; }
  .o-quizzcheckbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .o-quizzcheckbox__button {
    display: block;
    position: relative;
    padding: 14px 25px;
    border: 1px solid #939393;
    color: #666666;
    background: #fff; }
  .o-quizzcheckbox__text {
    display: block;
    text-align: center;
    font-family: "gotham";
    font-weight: 100;
    font-size: 15px;
    line-height: 1.4; }
  .o-quizzcheckbox__text + .o-quizzcheckbox__text {
    margin-top: 2px;
    font-family: "gothamBook", sans-serif;
    font-size: 12px;
    font-weight: normal; }
  .o-quizzcheckbox__icon {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 30px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .o-quizzcheckbox__icon svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: currentColor; }
      .o-quizzcheckbox__icon svg.is-stroke {
        fill: transparent;
        stroke: currentColor; }
  .o-quizzcheckbox__icon + .o-quizzcheckbox__text {
    padding-left: 45px; }
  input:checked ~ .o-quizzcheckbox__button {
    border: 1px solid #324c5c;
    color: #fff;
    background: #324c5c; }
  .o-quizzcheckbox .o-quizzorder {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }

.o-quizzcircle {
  position: relative; }
  .o-quizzcircle input {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0; }
  .o-quizzcircle__button {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff; }
    .o-quizzcircle__button::before, .o-quizzcircle__button::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .o-quizzcircle__button::before {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 3px solid #e25944;
      background: #fff;
      opacity: 0; }
    .o-quizzcircle__button::after {
      width: 84.615%;
      height: 84.615%;
      border-radius: 50%;
      background: #f2f2f2;
      opacity: 1; }
  .o-quizzcircle__image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    max-width: 75%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  input:checked ~ .o-quizzcircle__button::before {
    opacity: 1; }
  input:checked ~ .o-quizzcircle__button::after {
    opacity: 0; }
  .o-quizzcircle .o-quizzorder {
    top: 0%;
    right: 7%;
    z-index: 5; }
  @media (min-width: 768px) {
    .o-quizzcircle__button {
      width: 130px;
      height: 130px; }
    .o-quizzcircle__image {
      max-width: 100%; }
    .o-quizzcircle .o-quizzorder {
      top: 3%;
      right: 12%; } }

.o-quizzorder {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-family: "gotham";
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  background: #e25944;
  opacity: 0; }
  input:checked ~ * .o-quizzorder {
    opacity: 1; }

.c-cheeselist__wrapper {
  padding: 20px 0 40px;
  overflow: hidden; }

.c-cheeselist__title + .c-cheeselist__content {
  border-top: 1px solid #324C5C;
  margin-top: 20px;
  padding-top: 20px; }

.c-cheeselist__content,
.c-cheeselist__content .edito-paragraph {
  font-family: "gothamBook", sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 1.42; }

.c-cheeselist__datas {
  min-height: 800px; }
  .c-cheeselist__datas:not(:first-child) {
    margin-top: 30px; }

@media (min-width: 1024px) {
  .c-cheeselist__wrapper {
    padding: 40px 0 80px; }
  .c-cheeselist__datas {
    min-height: 800px; }
  .c-cheeselist__title + .c-cheeselist__content {
    margin-top: 30px;
    padding-top: 40px; } }

.terms-section #onetrust-banner-sdk .ot-sdk-container,
.terms-section #onetrust-pc-sdk .ot-sdk-container,
.terms-section #ot-sdk-cookie-policy .ot-sdk-container {
  width: 100% !important;
  padding: 0 !important; }

.terms-section #ot-sdk-cookie-policy {
  counter-reset: mycounter; }
  .terms-section #ot-sdk-cookie-policy,
  .terms-section #ot-sdk-cookie-policy * {
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important; }
  .terms-section #ot-sdk-cookie-policy #cookie-policy-description,
  .terms-section #ot-sdk-cookie-policy p {
    font-family: "sourceSansPro" !important;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #324c5c;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    word-break: break-word;
    text-align: justify; }
  .terms-section #ot-sdk-cookie-policy a,
  .terms-section #ot-sdk-cookie-policy a:hover {
    text-decoration: underline !important; }
  .terms-section #ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
    position: relative;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 50px !important;
    padding-bottom: 0;
    text-align: left;
    color: #324c5c;
    font-family: "merriweather";
    color: #324c5c;
    text-align: left;
    font-size: 20px;
    font-weight: 400 !important; }
    .terms-section #ot-sdk-cookie-policy .ot-sdk-cookie-policy-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 25px;
      width: 20px;
      height: 3px;
      background: #e25944;
      border: none; }
    @media (min-width: 768px) {
      .terms-section #ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
        font-size: 25px;
        height: 80px; } }
    @media (min-width: 1024px) {
      .terms-section #ot-sdk-cookie-policy .ot-sdk-cookie-policy-title {
        font-size: 30px;
        height: 80px; } }
  .terms-section #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    position: relative;
    margin: 0 !important;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: "merriweather";
    font-weight: 400;
    color: #324c5c;
    text-align: left;
    font-size: 20px !important;
    counter-increment: mycounter; }
    .terms-section #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group::before {
      content: "3." counter(mycounter) "  "; }
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    border-radius: 0;
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse !important;
    font-family: "sourceSansPro" !important;
    font-size: 16px !important;
    line-height: 20px; }
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th {
    border-color: #72848d !important; }
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a {
    color: #72848d !important; }
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header {
    font-family: "sourceSansPro" !important;
    font-weight: 700 !important;
    text-align: center;
    color: #ffffff !important; }
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table a,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table span,
  .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    font-size: inherit !important; }
  @media only screen and (max-width: 530px) {
    .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
      margin-bottom: 0 !important; }
    .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-host-td {
      background: #324c5c !important;
      color: #fff !important; }
    .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
    .terms-section #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
      background: transparent; } }

#onetrust-consent-sdk {
  font-family: "sourceSansPro"; }
  #onetrust-consent-sdk *:focus {
    outline: none; }

#onetrust-banner-sdk .ot-sdk-button,
#onetrust-banner-sdk button,
#onetrust-banner-sdk input[type="submit"],
#onetrust-banner-sdk input[type="reset"],
#onetrust-banner-sdk input[type="button"],
#onetrust-pc-sdk .ot-sdk-button,
#onetrust-pc-sdk button,
#onetrust-pc-sdk input[type="submit"],
#onetrust-pc-sdk input[type="reset"],
#onetrust-pc-sdk input[type="button"],
#ot-sdk-cookie-policy .ot-sdk-button,
#ot-sdk-cookie-policy button,
#ot-sdk-cookie-policy input[type="submit"],
#ot-sdk-cookie-policy input[type="reset"],
#ot-sdk-cookie-policy input[type="button"] {
  border-radius: 0 !important; }

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container) > button:focus,
#onetrust-banner-sdk input[type="submit"]:focus,
#onetrust-banner-sdk input[type="reset"]:focus,
#onetrust-banner-sdk input[type="button"]:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container) > button:focus,
#onetrust-pc-sdk input[type="submit"]:focus,
#onetrust-pc-sdk input[type="reset"]:focus,
#onetrust-pc-sdk input[type="button"]:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container) > button:focus,
#ot-sdk-cookie-policy input[type="submit"]:focus,
#ot-sdk-cookie-policy input[type="reset"]:focus,
#ot-sdk-cookie-policy input[type="button"]:focus {
  outline: 1px solid rgba(0, 0, 0, 0.2) !important; }

.ot-sel-all {
  position: relative !important;
  padding-left: 50px !important; }
  .ot-sel-all .ot-sel-all-chkbox {
    position: absolute !important;
    top: 0 !important; }
  .ot-sel-all .ot-consent-hdr {
    max-width: none !important; }

.c-clic2buy__desktop {
  display: none; }

.c-clic2buy__mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 10px 20px;
  display: block; }
  .c-clic2buy__mobile .red-cta {
    padding-right: 10px; }

@media (min-width: 768px) {
  .c-clic2buy__desktop {
    display: block; }
  .c-clic2buy__mobile {
    display: none; } }

#my-account #top-section .top-section-title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #my-account #top-section .top-section-title h2 {
    margin: 0;
    font-size: 50px; }

#my-account #main-section {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 150px;
  padding: 0 30px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #my-account #main-section {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    #my-account #main-section {
      margin-top: 25px;
      margin-bottom: 25px;
      padding: 0 10px; } }
  #my-account #main-section #user-infos {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 6%;
    border: 1px solid #d0d0d0;
    background: url("../images/grey-background.png") center center;
    background-size: 100%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #my-account #main-section #user-infos {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 40px;
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      #my-account #main-section #user-infos {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 0; } }
    #my-account #main-section #user-infos h2 {
      background: #243a48;
      padding: 20px;
      text-align: center;
      font-size: 18px;
      line-height: 22px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account #main-section #user-infos h2 {
          font-size: 14px;
          line-height: 18px;
          padding: 12px; } }
    #my-account #main-section #user-infos .user-infos-personnal {
      padding: 20px 25px 5px;
      border-bottom: 1px solid #d0d0d0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account #main-section #user-infos .user-infos-personnal {
          padding: 18px 20px 5px; } }
      #my-account #main-section #user-infos .user-infos-personnal div {
        margin-bottom: 20px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-infos .user-infos-personnal div {
            margin-bottom: 15px; } }
        #my-account #main-section #user-infos .user-infos-personnal div img {
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          margin-right: 15px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            #my-account #main-section #user-infos .user-infos-personnal div img {
              margin-right: 9px; } }
        #my-account #main-section #user-infos .user-infos-personnal div p {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            #my-account #main-section #user-infos .user-infos-personnal div p {
              font-size: 14px; } }
          #my-account #main-section #user-infos .user-infos-personnal div p#user-address {
            vertical-align: top; }
          #my-account #main-section #user-infos .user-infos-personnal div p#user-address2 {
            display: block;
            vertical-align: top;
            padding-left: 35px; }
            @media (min-width: 768px) and (max-width: 1023px) {
              #my-account #main-section #user-infos .user-infos-personnal div p#user-address2 {
                display: inline-block;
                padding-left: 5px; } }
    #my-account #main-section #user-infos .user-infos-cheeseletter {
      padding: 20px;
      border-bottom: 1px solid #d0d0d0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account #main-section #user-infos .user-infos-cheeseletter {
          padding: 15px; } }
      #my-account #main-section #user-infos .user-infos-cheeseletter p {
        font-size: 16px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-infos .user-infos-cheeseletter p {
            font-size: 13px; } }
      #my-account #main-section #user-infos .user-infos-cheeseletter .has-cheeseletter {
        display: none; }
      #my-account #main-section #user-infos .user-infos-cheeseletter #user-cheeseletter {
        font-size: 18px;
        text-transform: uppercase; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-infos .user-infos-cheeseletter #user-cheeseletter {
            font-size: 15px; } }
      #my-account #main-section #user-infos .user-infos-cheeseletter #user-cheeseletter-img {
        max-width: 255px;
        width: 100%;
        height: 110px;
        border-radius: 5px;
        margin-top: 10px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-infos .user-infos-cheeseletter #user-cheeseletter-img {
            height: 85px; } }
        #my-account #main-section #user-infos .user-infos-cheeseletter #user-cheeseletter-img.classique {
          background: url("/assets/images/cheeseletter/classique-v2.jpg");
          background-size: cover; }
        #my-account #main-section #user-infos .user-infos-cheeseletter #user-cheeseletter-img.terroir {
          background: url("/assets/images/cheeseletter/terroire-v2.jpg");
          background-size: cover; }
        #my-account #main-section #user-infos .user-infos-cheeseletter #user-cheeseletter-img.gourmande {
          background: url("/assets/images/cheeseletter/gourmande.png");
          background-size: cover; }
        #my-account #main-section #user-infos .user-infos-cheeseletter #user-cheeseletter-img.bienetre {
          background: url("/assets/images/cheeseletter/bienetre.png");
          background-size: cover; }
      #my-account #main-section #user-infos .user-infos-cheeseletter form {
        margin-top: 20px;
        bottom: -22px;
        font-size: 0; }
        #my-account #main-section #user-infos .user-infos-cheeseletter form input {
          height: 44px;
          line-height: 44px;
          padding: 0 10px;
          border: none;
          outline: none;
          -webkit-appearence: none;
          border-radius: none;
          width: -webkit-calc(100% - 44px);
          width: calc(100% - 44px); }
        #my-account #main-section #user-infos .user-infos-cheeseletter form button {
          height: 44px;
          width: 44px;
          color: #ffffff;
          font: bold 12px 'gotham';
          font-weight: 300;
          text-transform: uppercase;
          line-height: 44px;
          background: #e25944;
          border: none;
          outline: none;
          -webkit-appearence: none; }
          #my-account #main-section #user-infos .user-infos-cheeseletter form button.full-width {
            width: 100%; }
    #my-account #main-section #user-infos .user-infos-modify {
      padding: 20px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account #main-section #user-infos .user-infos-modify {
          padding: 15px; } }
      #my-account #main-section #user-infos .user-infos-modify a {
        cursor: pointer;
        display: block;
        font-size: 16px;
        margin: 15px 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-infos .user-infos-modify a {
            font-size: 12.5px;
            margin: 8px 0; } }
        #my-account #main-section #user-infos .user-infos-modify a:before {
          content: "";
          display: inline-block;
          width: 5px;
          height: 9px;
          margin-right: 10px;
          background: url("../images/icons/arrow-red.png") no-repeat center center; }
          @media (min-width: 768px) and (max-width: 1023px) {
            #my-account #main-section #user-infos .user-infos-modify a:before {
              width: 3px;
              height: 7px; } }
        #my-account #main-section #user-infos .user-infos-modify a:hover {
          text-decoration: underline; }
  #my-account #main-section #user-favorites {
    display: inline-block;
    vertical-align: top;
    width: 69%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #my-account #main-section #user-favorites {
        width: 65%; } }
    @media (max-width: 767px) {
      #my-account #main-section #user-favorites {
        display: block;
        width: 100%;
        margin-bottom: 50px; } }
    #my-account #main-section #user-favorites .user-favorites {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account #main-section #user-favorites .user-favorites {
          display: block;
          width: 100%;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        #my-account #main-section #user-favorites .user-favorites {
          margin-bottom: 25px; } }
      #my-account #main-section #user-favorites .user-favorites-inner {
        position: relative;
        border: 1px solid #d0d0d0;
        padding: 25px 30px;
        margin-top: -4px;
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
        margin-left: 1px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-favorites .user-favorites-inner {
            padding: 15px;
            width: 100%;
            margin-left: 0; } }
        @media (max-width: 767px) {
          #my-account #main-section #user-favorites .user-favorites-inner {
            padding: 15px 0 0; } }
      #my-account #main-section #user-favorites .user-favorites img {
        position: relative;
        z-index: 1;
        width: 100%; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-favorites .user-favorites img {
            height: 155px; } }
      #my-account #main-section #user-favorites .user-favorites h3 {
        font-size: 26px;
        margin-bottom: 20px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-favorites .user-favorites h3 {
            font-size: 20px;
            margin-bottom: 6px; } }
      #my-account #main-section #user-favorites .user-favorites p {
        font-size: 16px;
        margin-bottom: 50px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-favorites .user-favorites p {
            font-size: 14px;
            margin-bottom: 17px; } }
      @media (max-width: 767px) {
        #my-account #main-section #user-favorites .user-favorites .cta-wrapper .button {
          height: 50px;
          margin-bottom: -4px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        #my-account #main-section #user-favorites .user-favorites .cta-wrapper .button .morph-shape {
          height: 40px; } }
      @media (max-width: 767px) {
        #my-account #main-section #user-favorites .user-favorites .cta-wrapper .button .morph-shape {
          height: 60px; } }
      #my-account #main-section #user-favorites .user-favorites .cta-wrapper .button-text {
        font-size: 12px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #my-account #main-section #user-favorites .user-favorites .cta-wrapper .button-text {
            font-size: 10px;
            line-height: 30px;
            padding: 0 15px; } }
        @media (max-width: 767px) {
          #my-account #main-section #user-favorites .user-favorites .cta-wrapper .button-text {
            font-size: 14px;
            line-height: 21px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: auto; } }
      @media (min-width: 768px) {
        #my-account #main-section #user-favorites .user-favorites .cta-wrapper {
          position: absolute;
          left: 0;
          right: 0; } }
    @media (min-width: 768px) {
      #my-account #main-section #user-favorites #user-favorites-receipts {
        margin-right: 4%; } }

#connexion .responsive-tr {
  display: none !important; }

/* CUSTOM STYLE */
.text--gotham--medium {
  font-family: 'gotham';
  font-weight: 300; }

.text--gotham--book {
  font-family: 'gothamBook'; }

a {
  outline: 0;
  color: inherit;
  text-decoration: none; }

.text--blue {
  color: #324c5c; }

@media (max-width: 767px) {
  .gigya-style-modern.gigya-screen-dialog {
    top: 43px !important; } }

.gigya-login-providers-container {
  width: auto !important; }

.custom-fb-btn {
  position: relative !important;
  background-image: none !important;
  background-color: #39579b;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
  font-family: gotham, Arial, Helvetica, sans-serif !important;
  font-size: 1.165em !important;
  text-transform: uppercase;
  line-height: 49px !important;
  padding: 0 20px 0 38px !important; }
  .custom-fb-btn:before {
    font-family: "fontello";
    content: "\e802";
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0;
    display: block;
    font-size: 2.0em; }

.gigya-style-modern div.gigya-screen-dialog-main {
  margin: 40px 20px;
  box-shadow: none !important; }
  @media (min-width: 768px) {
    .gigya-style-modern div.gigya-screen-dialog-main {
      width: 100%; } }
  @media (min-width: 1024px) {
    .gigya-style-modern div.gigya-screen-dialog-main {
      width: 910px; } }
  @media (max-width: 767px) {
    .gigya-style-modern div.gigya-screen-dialog-main {
      margin: 0;
      width: 100%; } }

.gigya-style-modern div.gigya-screen-dialog-top {
  background-color: transparent !important;
  position: absolute;
  top: 40px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  overflow: visible !important; }
  .gigya-style-modern div.gigya-screen-dialog-top .gigya-screen-dialog-close {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e25944;
    cursor: pointer; }
    .gigya-style-modern div.gigya-screen-dialog-top .gigya-screen-dialog-close img {
      display: none; }
    .gigya-style-modern div.gigya-screen-dialog-top .gigya-screen-dialog-close:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: url(../../images/icons/icon-close.png) no-repeat center center; }

.gigya-screen-dialog-inner {
  border-radius: 3px; }

h1.gigya-screen-caption {
  display: none; }

#gigya-login-registration-screen .gigya-layout-header {
  position: relative;
  margin-bottom: 20px;
  height: 100px;
  background-image: url(../../images/gigya/header-loginform.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  @media (max-width: 767px) {
    #gigya-login-registration-screen .gigya-layout-header {
      height: initial;
      min-height: 100px; } }
  @media (max-width: 767px) {
    #gigya-login-registration-screen .gigya-layout-header {
      margin-bottom: 10px; } }
  #gigya-login-registration-screen .gigya-layout-header img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none; }
  #gigya-login-registration-screen .gigya-layout-header h2 {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: 26px/32px 'sourceSansPro';
    text-transform: uppercase;
    color: #324c5c;
    text-shadow: 2px 2px 10px #606060;
    font-family: gotham;
    color: white; }
    @media (max-width: 767px) {
      #gigya-login-registration-screen .gigya-layout-header h2 {
        padding: 1.1em;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        position: relative; } }
    #gigya-login-registration-screen .gigya-layout-header h2 strong {
      display: block;
      font-family: 'sourceSansPro';
      font-weight: bold; }

@media (max-width: 767px) {
  #gigya-login-registration-screen .gigya-error-msg.gigya-error-msg-active {
    margin-top: 7px; } }

#gigya-login-registration-screen h2.gigya-composite-control {
  font-family: 'gotham';
  font-size: 14px;
  text-transform: uppercase;
  color: #324c5c;
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    #gigya-login-registration-screen h2.gigya-composite-control {
      margin-bottom: 17px; } }

#gigya-login-registration-screen .gigya-composite-control {
  text-align: left; }
  @media (max-width: 767px) {
    #gigya-login-registration-screen .gigya-composite-control {
      text-align: center; } }

#gigya-login-registration-screen .gigya-label {
  padding-bottom: 6px;
  display: block;
  font-weight: 700;
  font-size: 15px;
  color: #324c5c; }
  #gigya-login-registration-screen .gigya-label .gigya-label-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 500; }
  #gigya-login-registration-screen .gigya-label .gigya-required-display {
    color: red;
    display: inline-block;
    padding: 0 5px; }

#gigya-login-registration-screen .gigya-composite-control-textbox, #gigya-login-registration-screen .gigya-composite-control-password {
  margin-bottom: 17px; }

#gigya-login-registration-screen .gigya-input-text,
#gigya-login-registration-screen .gigya-input-password {
  border: 1px solid #d8d8d8;
  height: 35px;
  width: 100%;
  text-indent: 5px;
  color: #4e515e;
  outline: 0;
  line-height: 0;
  padding-left: 6px;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    #gigya-login-registration-screen .gigya-input-text,
    #gigya-login-registration-screen .gigya-input-password {
      height: 45px; } }

#gigya-login-registration-screen .gigya-forgotPassword {
  text-align: right !important;
  font-size: 14px;
  color: #324c5c; }

#gigya-login-registration-screen .gigya-composite-control-submit {
  margin: 50px 0 10px 0;
  display: inline-block !important; }
  @media (max-width: 767px) {
    #gigya-login-registration-screen .gigya-composite-control-submit {
      width: 100%;
      margin-top: 30px; }
      #gigya-login-registration-screen .gigya-composite-control-submit .gigya-input-submit {
        display: block !important;
        width: 100%; } }

.errorWrapper {
  text-align: center;
  margin: 20px 0; }

#gigya-login-screen {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 9% 0 11%;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #gigya-login-screen {
      padding: 35px 5% 0 5%; } }
  @media (max-width: 767px) {
    #gigya-login-screen {
      width: 100%;
      padding: 20px 10px 10px; } }
  #gigya-login-screen .gigya-social-login {
    margin: 0 auto;
    width: 300px; }

.gigya-divider-content {
  display: inline-block;
  width: 0;
  overflow: visible; }
  .gigya-divider-content:after {
    content: "";
    width: 1px;
    height: 430px;
    background: #d8d8d8;
    display: block;
    margin: 0 auto; }

.gigya-register {
  width: 49%;
  padding: 105px 9% 0 9%;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .gigya-register {
      padding: 115px 8% 0 8%; } }
  @media (max-width: 767px) {
    .gigya-register {
      width: 100%;
      padding: 40px 10px 10px; } }
  .gigya-register .bloctext-register {
    height: 185px;
    width: 175px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      .gigya-register .bloctext-register {
        height: auto; } }
    .gigya-register .bloctext-register p {
      position: absolute;
      top: 15%;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      padding-left: 10px; }
      @media (max-width: 767px) {
        .gigya-register .bloctext-register p {
          position: relative;
          top: 0;
          margin-bottom: 13px; } }
  .gigya-register .gigya-layout-row {
    padding: 0; }

.gigya-screen {
  padding-bottom: 15px; }

#gigya-forgot-password-success-screen,
#gigya-change-password-screen,
#gigya-change-password-success-screen,
#reset-password-screen,
#reset-password-screen-success {
  text-align: center;
  padding: 50px 20px 250px 20px; }
  #gigya-forgot-password-success-screen img,
  #gigya-change-password-screen img,
  #gigya-change-password-success-screen img,
  #reset-password-screen img,
  #reset-password-screen-success img {
    margin-bottom: 30px; }
  #gigya-forgot-password-success-screen h2,
  #gigya-change-password-screen h2,
  #gigya-change-password-success-screen h2,
  #reset-password-screen h2,
  #reset-password-screen-success h2 {
    font-family: 'merriweather';
    font-weight: 600;
    font-size: 30px;
    color: #e25944; }
  #gigya-forgot-password-success-screen p,
  #gigya-change-password-screen p,
  #gigya-change-password-success-screen p,
  #reset-password-screen p,
  #reset-password-screen-success p {
    font-family: 'merriweather';
    font-weight: 600;
    font-size: 18px;
    color: #324c5c;
    margin-top: 20px;
    margin-bottom: 50px; }
  #gigya-forgot-password-success-screen .email-wrapper,
  #gigya-forgot-password-success-screen .submit-row,
  #gigya-change-password-screen .email-wrapper,
  #gigya-change-password-screen .submit-row,
  #gigya-change-password-success-screen .email-wrapper,
  #gigya-change-password-success-screen .submit-row,
  #reset-password-screen .email-wrapper,
  #reset-password-screen .submit-row,
  #reset-password-screen-success .email-wrapper,
  #reset-password-screen-success .submit-row {
    padding: 0;
    vertical-align: top;
    display: inline-block; }
  #gigya-forgot-password-success-screen .gigya-label,
  #gigya-change-password-screen .gigya-label,
  #gigya-change-password-success-screen .gigya-label,
  #reset-password-screen .gigya-label,
  #reset-password-screen-success .gigya-label {
    display: inline-block;
    margin-right: 17px; }
    #gigya-forgot-password-success-screen .gigya-label .gigya-label-text, #gigya-forgot-password-success-screen .gigya-label .gigya-required-display,
    #gigya-change-password-screen .gigya-label .gigya-label-text,
    #gigya-change-password-screen .gigya-label .gigya-required-display,
    #gigya-change-password-success-screen .gigya-label .gigya-label-text,
    #gigya-change-password-success-screen .gigya-label .gigya-required-display,
    #reset-password-screen .gigya-label .gigya-label-text,
    #reset-password-screen .gigya-label .gigya-required-display,
    #reset-password-screen-success .gigya-label .gigya-label-text,
    #reset-password-screen-success .gigya-label .gigya-required-display {
      line-height: 35px;
      font-family: 'gotham';
      font-weight: 100;
      font-size: 14px;
      color: #324c5c; }
  #gigya-forgot-password-success-screen .gigya-input-text,
  #gigya-change-password-screen .gigya-input-text,
  #gigya-change-password-success-screen .gigya-input-text,
  #reset-password-screen .gigya-input-text,
  #reset-password-screen-success .gigya-input-text {
    border: 1px solid #d8d8d8;
    height: 35px;
    width: 260px;
    text-indent: 5px;
    color: #4e515e;
    outline: 0;
    margin-right: 10px;
    line-height: 0; }
  #gigya-forgot-password-success-screen .gigya-composite-control-submit,
  #gigya-change-password-screen .gigya-composite-control-submit,
  #gigya-change-password-success-screen .gigya-composite-control-submit,
  #reset-password-screen .gigya-composite-control-submit,
  #reset-password-screen-success .gigya-composite-control-submit {
    margin-top: 0; }
    #gigya-forgot-password-success-screen .gigya-composite-control-submit .gigya-input-submit,
    #gigya-change-password-screen .gigya-composite-control-submit .gigya-input-submit,
    #gigya-change-password-success-screen .gigya-composite-control-submit .gigya-input-submit,
    #reset-password-screen .gigya-composite-control-submit .gigya-input-submit,
    #reset-password-screen-success .gigya-composite-control-submit .gigya-input-submit {
      padding: 10px 46px 10px 50px; }
  #gigya-forgot-password-success-screen .gigya-footer,
  #gigya-change-password-screen .gigya-footer,
  #gigya-change-password-success-screen .gigya-footer,
  #reset-password-screen .gigya-footer,
  #reset-password-screen-success .gigya-footer {
    display: block;
    margin-top: 20px; }

@media (max-width: 767px) {
  #reset-password-screen,
  #reset-password-screen-success {
    padding-bottom: 30px; } }

#reset-password-screen .gigya-layout-header p,
#reset-password-screen-success .gigya-layout-header p {
  margin-bottom: 60px; }

#reset-password-screen .gigya-label,
#reset-password-screen-success .gigya-label {
  line-height: 35px;
  font-family: 'gotham';
  font-weight: 100;
  font-size: 14px;
  color: #324c5c;
  width: 195px;
  text-align: right; }

#reset-password-screen .gigya-composite-control,
#reset-password-screen-success .gigya-composite-control {
  margin-bottom: 20px; }

#reset-password-screen .gigya-input-password,
#reset-password-screen-success .gigya-input-password {
  border: 1px solid #d8d8d8;
  height: 35px;
  width: 260px;
  text-indent: 5px;
  color: #4e515e;
  outline: 0;
  margin-right: 10px; }
  @media (max-width: 767px) {
    #reset-password-screen .gigya-input-password,
    #reset-password-screen-success .gigya-input-password {
      width: 100%;
      height: 44px;
      margin: 0; } }

@media (max-width: 767px) {
  #reset-password-screen .gigya-composite-control-submit,
  #reset-password-screen-success .gigya-composite-control-submit {
    margin-top: 30px; } }

#reset-password-screen #button-reset-password,
#reset-password-screen-success #button-reset-password {
  margin-left: 102px; }
  @media (max-width: 767px) {
    #reset-password-screen #button-reset-password,
    #reset-password-screen-success #button-reset-password {
      width: 100%;
      margin-left: 0;
      padding: 20px 0; } }

#reset-password-screen .gigya-form-error-msg,
#reset-password-screen-success .gigya-form-error-msg {
  color: #e25944; }

@media (max-width: 767px) {
  #gigya-change-password-screen {
    padding-bottom: 40px; } }

#gigya-change-password-screen form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left; }
  @media (max-width: 767px) {
    #gigya-change-password-screen form {
      padding: 0; } }
  #gigya-change-password-screen form .gigya-label {
    width: 42%;
    text-align: right; }
    @media (max-width: 767px) {
      #gigya-change-password-screen form .gigya-label {
        width: 100%;
        text-align: center; } }
  #gigya-change-password-screen form input[type="password"] {
    width: 42%;
    height: 30px;
    line-height: 25px;
    padding-left: 10px; }
    @media (max-width: 767px) {
      #gigya-change-password-screen form input[type="password"] {
        width: 100%;
        height: 45px;
        border: 1px solid #d8d8d8; } }
  #gigya-change-password-screen form .gigya-composite-control-password {
    margin-bottom: 15px; }
    #gigya-change-password-screen form .gigya-composite-control-password .gigya-error-msg {
      width: 42%;
      text-align: right; }
  #gigya-change-password-screen form .error-wrapper .gigya-error-msg {
    padding-top: 10px;
    width: 42%;
    text-align: right; }
  #gigya-change-password-screen form .row-submit {
    text-align: right;
    margin-left: 94px;
    width: 55%; }
    @media (max-width: 767px) {
      #gigya-change-password-screen form .row-submit {
        margin: 0;
        width: 100%; } }
    #gigya-change-password-screen form .row-submit .gigya-composite-control-submit {
      margin-top: 6px; }
      @media (max-width: 767px) {
        #gigya-change-password-screen form .row-submit .gigya-composite-control-submit {
          display: block;
          width: 100%; } }
      #gigya-change-password-screen form .row-submit .gigya-composite-control-submit input {
        padding: 10px 43px 10px 50px; }
        @media (max-width: 767px) {
          #gigya-change-password-screen form .row-submit .gigya-composite-control-submit input {
            width: 100%;
            height: 45px; } }

/*
  Profile-update css is the same as register'css

  Here you can put your profile-update specific css rules
*/
/* Global style */
.block-intro__background {
  height: 200px; }

.ui-item .ui-menu-item {
  font-family: sourceSansPro; }

.gigya-composite-control .ui-autocomplete {
  font-size: 12px; }
  @media (min-width: 768px) {
    .gigya-composite-control .ui-autocomplete {
      max-width: 260px; } }

#registration .hide-register {
  display: none; }

@media (max-width: 767px) {
  #registration .header-page-photo .phone-asset, #profile .header-page-photo .phone-asset {
    position: static; } }

#registration .stack-container, #profile .stack-container {
  top: -100%; }

@media (max-width: 767px) {
  #registration .small-header, #registration .header-page-photo, #profile .small-header, #profile .header-page-photo {
    height: 200px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  #registration .small-header, #registration .header-page-photo, #profile .small-header, #profile .header-page-photo {
    height: 200px; } }

#registration select::-ms-expand {
  display: none; }

#raas-container-inscription_bubble {
  padding-bottom: 5px; }

.registration .text--merriweather--heavy {
  font-family: 'merriweather';
  font-weight: 600; }

.registration .text--merriweather {
  font-family: 'merriweather';
  font-weight: 300; }

.registration .text--red {
  color: #e25944; }

.registration .text--blue {
  color: #324c5c; }

.registration .hat {
  margin-bottom: 20px; }

.registration .hat, .registration .paragraph {
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.2rem; }
  @media (max-width: 767px) {
    .registration .hat, .registration .paragraph {
      text-align: center; } }

@media (min-width: 1024px) {
  .registration h4.block__title {
    font-size: 1.75rem; }
  .registration .block__title {
    font-size: 2rem; } }

.registration .gigya-choice-item__label {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  margin-right: 11px;
  font-size: 14px;
  font-family: 'gotham';
  font-weight: 100;
  color: #4e515e; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .registration .gigya-choice-item__label {
      margin-right: 8px; } }

.registration .gigya-choice-item__input {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .registration .gigya-choice-item__input input.checked + label:after, .registration .gigya-choice-item__input input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: -3px;
    width: 11px;
    height: 21px;
    border: solid #e25944;
    border-width: 0 7px 7px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box; }
  .registration .gigya-choice-item__input input + label {
    position: relative;
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    border: 1px solid #d8d8d8;
    outline: 0;
    background-color: white; }
  .registration .gigya-choice-item__input input {
    opacity: 0;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    z-index: 10; }
  @media (max-width: 767px) {
    .registration .gigya-choice-item__input input.checked + label:after, .registration .gigya-choice-item__input input:checked + label:after {
      left: 10px;
      width: 9px;
      height: 17px; }
    .registration .gigya-choice-item__input input + label {
      width: 28px;
      height: 28px; }
    .registration .gigya-choice-item__input input {
      width: 28px;
      height: 28px; } }

.registration .block-top {
  width: 100%;
  max-width: 540px;
  padding: 0 10px;
  margin: 50px auto;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .registration .block-top {
      margin: 30px auto; } }
  .registration .block-top img {
    margin-bottom: 25px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration .block-top img {
        width: 50px; } }
  .registration .block-top h2 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 37px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration .block-top h2 {
        font-size: 30px;
        margin-bottom: 18px; } }
    @media (max-width: 767px) {
      .registration .block-top h2 {
        font-size: 40px;
        margin-bottom: 40px; } }
  .registration .block-top h3 {
    font-size: 24px;
    letter-spacing: 0.6px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration .block-top h3 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .registration .block-top h3 {
        text-align: center;
        font-size: 24px; } }
  .registration .block-top p {
    font-size: 18px;
    letter-spacing: 0.4px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration .block-top p {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .registration .block-top p {
        font-size: 18px; } }
    .registration .block-top p:last-of-type {
      margin-top: 15px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .registration .block-top p:last-of-type {
          margin-top: 0; } }
  .registration .block-top .cta-wrapper {
    margin-top: 28px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration .block-top .cta-wrapper {
        margin-top: 15px; }
        .registration .block-top .cta-wrapper .button-text {
          height: 40px;
          font: bold 10px/40px 'gotham';
          font-weight: 300;
          padding: 0 10px; } }
    @media (max-width: 767px) {
      .registration .block-top .cta-wrapper {
        margin-top: 50px; }
        .registration .block-top .cta-wrapper .button .morph-shape {
          height: 62px; }
        .registration .block-top .cta-wrapper .button-text {
          height: 50px;
          font: bold 14px/50px 'gotham';
          font-weight: 300; } }

#error-message-emailConf {
  color: #DD4B39;
  font-size: 11px;
  display: block;
  visibility: visible; }

.gigya-error-msg {
  position: relative; }
  .gigya-error-msg[data-bound-to="data.favoriteBrand"] {
    margin-top: -20px;
    padding-bottom: .8em; }

.error-msg {
  color: #e25944; }

.gig-balloon .gig-balloon-frame {
  width: 400px !important; }
  @media (max-width: 767px) {
    .gig-balloon .gig-balloon-frame {
      width: 100% !important; } }

.registration .gigya-login-welcome-signin-link, .registration .gigya-login-welcome-user {
  visibility: hidden; }

.registration .gigya-layout-row + .gigya-layout-row {
  margin-top: 45px; }
  @media (max-width: 767px) {
    .registration .gigya-layout-row + .gigya-layout-row {
      margin-top: 30px; } }

.registration .gigya-composite-control-password, .registration .gigya-composite-control-textbox {
  margin-bottom: 13px; }

.registration .top-message {
  line-height: 98px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .registration .top-message {
      margin-bottom: 20px; } }
  .registration .top-message h3 {
    margin: 0 6.9444444444%;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 0.3px; }
    @media (min-width: 1439px) {
      .registration .top-message h3 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1240px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration .top-message h3 {
        margin: 0 4.5572916667%; } }
    @media (max-width: 767px) {
      .registration .top-message h3 {
        font-size: 10px;
        line-height: 22px;
        text-align: center; } }

.registration h2 {
  margin-bottom: 35px;
  letter-spacing: 1px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .registration h2 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .registration h2 {
      margin-bottom: 15px;
      font-size: 20px;
      letter-spacing: 0; } }

.registration h4 {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .registration .container {
    text-align: center; } }

.registration #facebook {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .registration #facebook {
      margin-top: 15px;
      margin-bottom: 30px; } }
  .registration #facebook h3 {
    font-size: 18px; }
    @media (max-width: 767px) {
      .registration #facebook h3 {
        font-size: 15px; }
        .registration #facebook h3:first-child {
          width: 70%;
          margin: auto; } }
  .registration #facebook hr {
    background-color: #243a48;
    margin: 25px 0 20px 0; }
  .registration #facebook .gigya-composite-control-social-login {
    margin: 20px 0 40px 0; }
    .registration #facebook .gigya-composite-control-social-login .gigya-social-login {
      text-align: center; }
      .registration #facebook .gigya-composite-control-social-login .gigya-social-login .gigya-social-login-container {
        display: inline-block; }

.registration .gigya-clear {
  clear: both; }

@media (min-width: 768px) and (max-width: 1023px) {
  .registration #infos .gigya-layout-row {
    margin-bottom: 40px; } }

.registration #infos fieldset {
  border: 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .registration #infos fieldset {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .registration #infos fieldset {
      width: 100% !important;
      float: none !important;
      margin: 0;
      margin-bottom: 30px; } }
  .registration #infos fieldset.left {
    width: 460px;
    float: left;
    margin-right: 100px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .registration #infos fieldset.left {
        width: -webkit-calc(100% - 440px);
        width: calc(100% - 440px);
        margin-right: 0px; } }
  .registration #infos fieldset.right {
    width: 460px;
    float: left; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration #infos fieldset.right {
        margin-top: 40px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .registration #infos fieldset.right {
        width: 440px; }
        .registration #infos fieldset.right .gigya-label, .registration #infos fieldset.right .gigya-error-msg {
          padding-left: 18px; } }
    @media (max-width: 1023px) {
      .registration #infos fieldset.right .gigya-label, .registration #infos fieldset.right .gigya-error-msg {
        padding-left: 0px; } }

.registration #infos .gigya-label {
  float: left;
  width: 200px; }
  @media (max-width: 767px) {
    .registration #infos .gigya-label {
      display: block;
      width: 100%;
      float: none; } }
  .registration #infos .gigya-label .gigya-label-text, .registration #infos .gigya-label .gigya-required-display {
    line-height: 35px;
    font-family: 'gotham';
    font-weight: 100;
    font-size: 14px;
    color: #324c5c; }

.registration #infos .gigya-multi-choice-item {
  display: inline-block; }

.registration #infos .gigya-input-text,
.registration #infos .gigya-input-password {
  border: 1px solid #d8d8d8;
  height: 35px;
  width: 260px;
  text-indent: 5px;
  color: #4e515e;
  outline: 0;
  line-height: 0; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .registration #infos .gigya-input-text,
    .registration #infos .gigya-input-password {
      width: 240px; } }
  @media (max-width: 767px) {
    .registration #infos .gigya-input-text,
    .registration #infos .gigya-input-password {
      width: 100%; } }

.registration #infos .gigya-composite-control-dropdown {
  position: relative;
  float: left;
  margin-right: 25px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .registration #infos .gigya-composite-control-dropdown {
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .registration #infos .gigya-composite-control-dropdown {
      float: none;
      display: inline-block;
      margin-right: 25px; } }
  .registration #infos .gigya-composite-control-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    height: 35px;
    margin-bottom: 13px;
    background: #ffffff;
    outline: 0;
    text-indent: 8px;
    font-size: 14px;
    color: #96aec2;
    font-family: 'sourceSansPro';
    font-weight: 300;
    background: url("../../images/icons/arrow-dropdown.png") no-repeat center right 10px; }
  .registration #infos .gigya-composite-control-dropdown#day select, .registration #infos .gigya-composite-control-dropdown#month select {
    width: 60px; }
  .registration #infos .gigya-composite-control-dropdown#year {
    margin-right: 0; }
    .registration #infos .gigya-composite-control-dropdown#year select {
      width: 90px; }
  .registration #infos .gigya-composite-control-dropdown#state {
    margin-right: 0; }
    @media (max-width: 767px) {
      .registration #infos .gigya-composite-control-dropdown#state {
        width: 100%; } }
    .registration #infos .gigya-composite-control-dropdown#state select {
      width: 260px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .registration #infos .gigya-composite-control-dropdown#state select {
          width: 240px; } }
      @media (max-width: 767px) {
        .registration #infos .gigya-composite-control-dropdown#state select {
          width: 100%; } }
  .registration #infos .gigya-composite-control-dropdown .gigya-error-msg {
    position: absolute;
    top: 100%; }
    .registration #infos .gigya-composite-control-dropdown .gigya-error-msg[data-bound-to="data.region"] {
      margin-top: -1em; }
      @media (min-width: 768px) {
        .registration #infos .gigya-composite-control-dropdown .gigya-error-msg[data-bound-to="data.region"] {
          margin-top: -1.5em; } }

.registration #infos .gigya-composite-control-multi-choice {
  width: 460px;
  height: 48px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .registration #infos .gigya-composite-control-multi-choice {
      width: 440px; } }
  @media (max-width: 767px) {
    .registration #infos .gigya-composite-control-multi-choice {
      width: 100%;
      height: auto;
      text-align: center; } }
  .registration #infos .gigya-composite-control-multi-choice .gigya-choice-item {
    float: left;
    margin-right: 11px;
    display: table; }
    @media (max-width: 767px) {
      .registration #infos .gigya-composite-control-multi-choice .gigya-choice-item {
        float: none;
        display: inline-block; } }

.registration #infoconso {
  width: 100%;
  padding: 45px 0;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  margin-top: 85px; }
  .registration #infoconso.profile {
    margin-top: 0px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .registration #infoconso {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .registration #infoconso {
      margin-bottom: 15px;
      margin-top: 0; } }
  .registration #infoconso .infoconso-choices  {
    margin-left: -30px; }
  .registration #infoconso .container-favoriteBrand {
    display: none; }
  .registration #infoconso .choice {
    display: inline-block;
    width: 25%;
    float: left;
    margin-right: 0px;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration #infoconso .choice {
        width: 33%;
        margin-right: 0px; } }
    @media (max-width: 767px) {
      .registration #infoconso .choice {
        width: 50%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        float: left; } }
    .registration #infoconso .choice.gigya-choice-item {
      text-align: center; }
      .registration #infoconso .choice.gigya-choice-item::before {
        content: '';
        position: relative;
        display: inline-block;
        width: 170px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        background-size: cover; }
        @media (max-width: 767px) {
          .registration #infoconso .choice.gigya-choice-item::before {
            width: 65%;
            background-size: contain; } }
        @media (max-width: 479px) {
          .registration #infoconso .choice.gigya-choice-item::before {
            width: 50%;
            float: left;
            margin-left: 15%;
            float: left; } }
      .registration #infoconso .choice.gigya-choice-item.background-caprice-des-dieux::before {
        background-image: url(../../images/gigya/subscription/caprice.png);
        max-width: 140px; }
      .registration #infoconso .choice.gigya-choice-item.background-saint-moret::before {
        background-image: url(../../images/gigya/subscription/saint-moret.png);
        max-width: 71px; }
      .registration #infoconso .choice.gigya-choice-item.background-tartare::before {
        background-image: url(../../images/gigya/subscription/tartare.png);
        max-width: 140px; }
      .registration #infoconso .choice.gigya-choice-item.background-saint-agur::before {
        background-image: url(../../images/gigya/subscription/saint-agur.png);
        max-width: 71px; }
      .registration #infoconso .choice.gigya-choice-item.background-saint-albray::before {
        background-image: url(../../images/gigya/subscription/saint-albray.png);
        max-width: 55px; }
      .registration #infoconso .choice.gigya-choice-item.background-richesmonts::before {
        background-image: url(../../images/gigya/subscription/richesmonts.png);
        max-width: 104px; }
      .registration #infoconso .choice.gigya-choice-item.background-coeur-de-lion::before {
        background-image: url(../../images/gigya/subscription/coeur-de-lion.png);
        max-width: 55px; }
      .registration #infoconso .choice.gigya-choice-item.background-le-rustique::before {
        background-image: url(../../images/gigya/subscription/le-rustique.png);
        max-width: 104px; }
      .registration #infoconso .choice.gigya-choice-item.background-chavroux::before {
        background-image: url(../../images/gigya/subscription/chavroux.png);
        max-width: 55px; }
      .registration #infoconso .choice.gigya-choice-item.background-saint-loup::before {
        background-image: url(../../images/gigya/subscription/saint-loup.png);
        max-width: 60px; }
      .registration #infoconso .choice.gigya-choice-item.background-fol-epi::before {
        background-image: url(../../images/gigya/subscription/fol-epi.png);
        max-width: 60px; }
      .registration #infoconso .choice.gigya-choice-item.background-aperivrais::before {
        background-image: url(../../images/gigya/subscription/aperivrais.png);
        max-width: 60px; }
      .registration #infoconso .choice.gigya-choice-item .gigya-choice-item__input {
        padding-right: 10px;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 10px; }
        @media (max-width: 767px) {
          .registration #infoconso .choice.gigya-choice-item .gigya-choice-item__input {
            padding-left: 15px; } }
    .registration #infoconso .choice .gigya-choice-item__label {
      max-width: 80px; }
      @media (min-width: 768px) {
        .registration #infoconso .choice .gigya-choice-item__label {
          max-width: 145px; } }

.registration #cheeseletter strong {
  font-family: 'sourceSansPro';
  font-weight: 600; }

.registration #cheeseletter p {
  margin-bottom: auto; }

.registration #cheeseletter .gigya-composite-control-checkbox {
  margin-top: 10px;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .registration #cheeseletter .gigya-choice-item {
    width: 100%;
    max-width: 100%; } }

.registration #cheeseletter input#newsletter.checked + label:after, .registration #cheeseletter input#newsletter:checked + label:after,
.registration #cheeseletter input#unsubscribe.checked + label:after, .registration #cheeseletter input#unsubscribe:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: -3px;
  width: 6px;
  height: 12px;
  border: solid #e25944;
  border-width: 0 7px 7px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: content-box; }

.registration #cheeseletter input#newsletter + label, .registration #cheeseletter input#unsubscribe + label {
  width: 20px;
  height: 20px; }

.registration #cheeseletter input#newsletter, .registration #cheeseletter input#unsubscribe {
  width: 20px;
  height: 20px; }

.registration #cheeseletter .gigya-choice-item__label.newsletter {
  margin-left: 15px;
  color: #243a48;
  font-family: 'sourceSansPro';
  font-weight: 300;
  font-size: 18px;
  line-height: 25px; }
  @media (max-width: 767px) {
    .registration #cheeseletter .gigya-choice-item__label.newsletter {
      margin: 0;
      margin-left: 10px; } }

.registration #cheeseletter .cheeseletter-choices {
  width: 100%;
  max-width: 1240px;
  margin: 15px auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .registration #cheeseletter .cheeseletter-choices {
      padding: 0 20px; } }
  .registration #cheeseletter .cheeseletter-choices .gigya-choice-item-container {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.5em;
    padding-right: 0.5em; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item-container {
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.5em;
        padding-right: 0.5em; } }
    @media (max-width: 767px) {
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item-container {
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.5em;
        padding-right: 0.5em; } }
  .registration #cheeseletter .cheeseletter-choices .gigya-choice-item {
    position: relative;
    width: 100%;
    border: 1px solid #d0d0d0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5%;
    margin-bottom: 38px; }
    .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image {
      float: left;
      height: 100%;
      width: 48%;
      position: relative;
      height: 185px;
      position: relative; }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 62.0338983051%; }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (max-width: 767px) {
        .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image {
          width: 100%;
          display: inherit; } }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image .background-bienetre {
        background-image: url(../../images/gigya/cheeseletter/bienetre.png); }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image .background-classique {
        background-image: url(../../images/gigya/cheeseletter/classique-v2.jpg); }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image .background-terroir {
        background-image: url(../../images/gigya/cheeseletter/terroire-v2.jpg); }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image .background-gourmande {
        background-image: url(../../images/gigya/cheeseletter/gourmande.png); }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image .background-classique, .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image .background-gourmande, .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image .background-terroir, .registration #cheeseletter .cheeseletter-choices .gigya-choice-item .container-image .background-bienetre {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item {
        height: auto;
        width: 100%;
        max-width: initial; } }
    .registration #cheeseletter .cheeseletter-choices .gigya-choice-item:nth-child(n) {
      margin-right: 0;
      display: inline-block; }
      @media (max-width: 767px) {
        .registration #cheeseletter .cheeseletter-choices .gigya-choice-item:nth-child(n) {
          display: inherit; } }
    .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__container {
      width: 65%;
      display: table; }
      @media (max-width: 767px) {
        .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__container {
          width: 100%;
          display: inherit; } }
    .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__label {
      position: relative;
      left: 0;
      top: 8px;
      width: 34%;
      padding-left: 20px;
      display: inline-block;
      margin-right: 0px; }
      @media (max-width: 767px) {
        .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__label {
          position: initial;
          width: 82%;
          padding-top: 25px;
          padding-bottom: 25px;
          padding-left: 25px; } }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__label p {
        display: block;
        color: #666666;
        font-size: 20px;
        font-family: 'sourceSansPro';
        font-weight: 600;
        text-transform: uppercase;
        width: 100%; }
        @media (max-width: 767px) {
          .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__label p {
            font-size: 15px;
            line-height: 15px; } }
      .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__label .choice-desc {
        display: block;
        color: #a0a0a0;
        font-size: 18px;
        line-height: 20px;
        font-family: 'sourceSansPro';
        font-weight: 300; }
        @media (max-width: 767px) {
          .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__label .choice-desc {
            font-size: 13px; } }
    .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__input {
      bottom: 0;
      margin: auto;
      height: 35px;
      width: 18%;
      display: inline-block;
      right: 0px;
      float: right;
      padding-top: 25px;
      padding-left: 6%;
      top: 35px; }
      @media (max-width: 767px) {
        .registration #cheeseletter .cheeseletter-choices .gigya-choice-item__input {
          top: inherit;
          padding-left: 0px; } }
    .registration #cheeseletter .cheeseletter-choices .gigya-choice-item img {
      position: relative;
      left: 0;
      top: 0;
      width: 49%;
      height: 100%; }
      @media (max-width: 767px) {
        .registration #cheeseletter .cheeseletter-choices .gigya-choice-item img {
          width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .registration .gigya-composite-control-submit {
    margin-top: 20px; } }

#submit {
  text-align: center;
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    #submit {
      margin-bottom: 0px; } }
  #submit .gigya-composite-control-submit {
    position: relative;
    margin-top: 50px;
    text-align: center;
    display: inline-block; }
    @media (max-width: 767px) {
      #submit .gigya-composite-control-submit {
        width: 100%;
        margin-top: 0px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      #submit .gigya-composite-control-submit {
        margin-top: 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      #submit .gigya-composite-control-submit input {
        font-size: 18px;
        padding: 28px 40px 28px 60px; } }
    @media (max-width: 767px) {
      #submit .gigya-composite-control-submit input {
        width: 100%; } }
  #submit p {
    font-size: 18px;
    margin-top: 20px;
    font-family: 'sourceSansPro';
    font-weight: 300;
    color: #324c5c; }

#registration + footer #footer-nav {
  margin-bottom: 0; }

#registration + footer + #sticky-footer {
  display: none; }

#gigya-verification-pending-screen {
  text-align: center; }

.logo-forgot-password {
  background: url(../../images/gigya/password/icon-forgotpassword.png) center;
  width: 100px;
  height: 100px;
  background-size: inherit;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; }

.gigya-password-strength-bubble .gig-balloon-frame {
  background-color: #e25944 !important; }
  .gigya-password-strength-bubble .gig-balloon-frame .gigya-passwordStrength-text-requirements, .gigya-password-strength-bubble .gig-balloon-frame .gigya-passwordStrength-text .gigya-passwordStrength-text:not(.gigya-passwordStrength-scoreText) {
    color: white !important; }
  .gigya-password-strength-bubble .gig-balloon-frame .gigya-passwordStrength-text.gigya-passwordStrength-scoreText {
    background-color: #fafafa !important;
    padding: 5px !important;
    border-radius: 8px !important;
    font-size: 10px !important; }
  .gigya-password-strength-bubble .gig-balloon-frame .gigya-passwordStrength-bar {
    background-color: #ffffff !important; }

.gigya-password-strength-bubble .gig-balloon-nub-down {
  background-image: url(../../images/gigya/password/triangle_down.png) !important; }

#raas-container-password {
  text-align: center;
  padding: 0px 20px 250px 20px; }
  @media (min-width: 1024px) {
    #raas-container-password #gigya-forgot-password-screen .gigya-composite-control-submit .gigya-input-submit {
      padding: 0 !important;
      margin: 0 !important;
      height: 37px; } }
  @media (min-width: 768px) {
    #raas-container-password #gigya-forgot-password-screen .gigya-composite-control-submit .gigya-input-submit {
      padding: 0 !important;
      margin: 0 !important;
      height: 37px; } }
  @media (min-width: 768px) {
    #raas-container-password {
      padding: 0px 150px 0px 150px; } }
  @media (max-width: 767px) {
    #raas-container-password {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    #raas-container-password .email-wrapper {
      width: 100%; }
      #raas-container-password .email-wrapper .gigya-input-text {
        width: 100%;
        height: 45px; } }
  @media (max-width: 767px) {
    #raas-container-password .gigya-screen {
      padding-bottom: 30px; } }
  #raas-container-password .gigya-form-error-msg {
    display: block;
    margin-top: 30px;
    color: #e25944; }
  #raas-container-password img {
    margin-bottom: 30px; }
  #raas-container-password h2 {
    font-family: 'merriweather';
    font-weight: 600;
    font-size: 30px;
    color: #e25944; }
  #raas-container-password p {
    font-family: 'merriweather';
    font-weight: 600;
    font-size: 18px;
    color: #324c5c;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 25px;
    text-align: center; }
  #raas-container-password .email-wrapper,
  #raas-container-password .submit-row {
    padding: 0;
    vertical-align: top;
    display: inline-block; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #raas-container-password .submit-row {
      margin-top: 25px;
      margin-left: 55px;
      display: inline; } }
  @media (max-width: 767px) {
    #raas-container-password .submit-row {
      margin-left: 0;
      width: 100%; }
      #raas-container-password .submit-row .gigya-composite-control-submit input {
        width: 100%;
        height: 55px; } }
  #raas-container-password .gigya-label {
    display: inline-block;
    margin-right: 17px; }
    #raas-container-password .gigya-label .gigya-label-text, #raas-container-password .gigya-label .gigya-required-display {
      line-height: 35px;
      font-family: 'gotham';
      font-weight: 100;
      font-size: 14px;
      color: #324c5c; }
  #raas-container-password .gigya-input-text {
    border: 1px solid #d8d8d8;
    height: 37px;
    width: 260px;
    text-indent: 5px;
    color: #4e515e;
    outline: 0;
    margin-right: 10px;
    line-height: 0; }
  #raas-container-password .gigya-composite-control-submit {
    margin-top: 0; }
    #raas-container-password .gigya-composite-control-submit .gigya-input-submit {
      padding: 10px 46px 10px 50px; }
      @media (max-width: 767px) {
        #raas-container-password .gigya-composite-control-submit .gigya-input-submit {
          width: 100%; } }
  #raas-container-password .gigya-footer {
    display: block;
    margin-top: 20px; }
  #raas-container-password .gigya-composite-control.gigya-composite-control-textbox.email-wrapper {
    margin-bottom: 30px; }

.logo-step-validation {
  background: url(../../images/gigya/step-validation/icon-mail.png) center;
  width: 100px;
  height: 100px;
  background-size: inherit;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; }

#raas-container-validation .block-top {
  max-width: 700px;
  margin-bottom: 260px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #raas-container-validation .block-top {
      margin-bottom: 145px; } }
  @media (max-width: 767px) {
    #raas-container-validation .block-top {
      margin-bottom: 25px;
      margin-top: 10px; } }
  #raas-container-validation .block-top h2 {
    margin-bottom: 5px;
    margin-top: 25px; }
    @media (max-width: 767px) {
      #raas-container-validation .block-top h2 {
        width: 90%;
        margin: auto;
        margin-bottom: 25px;
        margin-top: 20px; } }
  #raas-container-validation .block-top h3 {
    margin-bottom: 40px;
    margin-top: 13px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #raas-container-validation .block-top h3 {
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      #raas-container-validation .block-top h3 {
        width: 90%;
        margin: auto;
        line-height: 30px;
        margin-bottom: 30px; } }
  #raas-container-validation .block-top p {
    margin-bottom: 10px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #raas-container-validation .block-top p {
        margin-bottom: 6px; } }
    @media (max-width: 767px) {
      #raas-container-validation .block-top p {
        margin-bottom: 2px;
        line-height: 20px; } }
  #raas-container-validation .block-top p:last-of-type {
    margin-top: 35px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #raas-container-validation .block-top p:last-of-type {
        margin-top: 17px; } }
    @media (max-width: 767px) {
      #raas-container-validation .block-top p:last-of-type {
        margin-top: 15px; } }

.logo-confirmation {
  background: url(../../images/gigya/confirmation/icon-confirmation.png) center;
  width: 100px;
  height: 100px;
  background-size: inherit;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; }

#raas-container-confirmation p a {
  text-decoration: underline !important; }

#registration-confirmation #shopmium {
  background: #f2f2f2;
  padding-top: 93px;
  padding-bottom: 45px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #registration-confirmation #shopmium {
      padding-top: 50px;
      padding-bottom: 25px; } }
  #registration-confirmation #shopmium .container {
    max-width: 1240px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #registration-confirmation #shopmium .container {
        padding: 0 30px; } }
    #registration-confirmation #shopmium .container .title--dashed {
      position: relative; }
      @media (max-width: 767px) {
        #registration-confirmation #shopmium .container .title--dashed {
          position: initial;
          margin-bottom: 62px; } }
    #registration-confirmation #shopmium .container .title--dashed:after {
      content: "";
      background-color: #e25944;
      position: absolute;
      left: 0;
      height: 3px;
      width: 20px;
      bottom: -25px; }
      @media (max-width: 767px) {
        #registration-confirmation #shopmium .container .title--dashed:after {
          margin-top: 50px;
          left: 49%;
          bottom: inherit; } }
  #registration-confirmation #shopmium .offers-list {
    display: inline-block;
    width: 100%;
    margin-top: 55px;
    padding-left: 9%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #registration-confirmation #shopmium .offers-list {
        padding-left: 0; } }
    @media (max-width: 767px) {
      #registration-confirmation #shopmium .offers-list {
        margin-top: 40px;
        padding-left: 0%; } }
    #registration-confirmation #shopmium .offers-list .offers-item {
      float: left;
      width: 18%;
      margin-right: 6%;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #registration-confirmation #shopmium .offers-list .offers-item {
          width: 23%;
          margin-right: 2%; } }
      @media (max-width: 767px) {
        #registration-confirmation #shopmium .offers-list .offers-item {
          width: 100%;
          float: none;
          margin: 0;
          margin-bottom: 45px;
          padding: 0 15px; } }
      #registration-confirmation #shopmium .offers-list .offers-item img {
        margin-bottom: 19px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #registration-confirmation #shopmium .offers-list .offers-item img {
            max-width: 80px;
            margin-bottom: 13px; } }
      #registration-confirmation #shopmium .offers-list .offers-item p {
        line-height: 24px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          #registration-confirmation #shopmium .offers-list .offers-item p {
            line-height: 18px; } }
        @media (max-width: 767px) {
          #registration-confirmation #shopmium .offers-list .offers-item p {
            line-height: 24px; } }
  #registration-confirmation #shopmium p {
    font-size: 18px;
    line-height: 35px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #registration-confirmation #shopmium p {
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      #registration-confirmation #shopmium p {
        font-size: 18px;
        line-height: 23px;
        text-align: center; } }
  #registration-confirmation #shopmium .shopmium-info {
    text-align: right;
    margin-top: 65px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #registration-confirmation #shopmium .shopmium-info {
        margin-top: 20px; } }
    #registration-confirmation #shopmium .shopmium-info p, #registration-confirmation #shopmium .shopmium-info img {
      display: inline-block;
      vertical-align: middle; }
    #registration-confirmation #shopmium .shopmium-info p {
      margin-right: 15px;
      letter-spacing: 0.3px; }
      @media (max-width: 767px) {
        #registration-confirmation #shopmium .shopmium-info p {
          font-size: 10px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      #registration-confirmation #shopmium .shopmium-info img {
        max-width: 140px; } }

#registration-confirmation .cta-container {
  margin-top: 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: table; }

.gigya-input-text {
  border-radius: 0px; }

/* Update profile */
#raas-container-profile.registration .top-message {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #raas-container-profile.registration .top-message {
      margin-bottom: 70px; } }

#raas-container-profile.registration h2 {
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    #raas-container-profile.registration h2 {
      margin-bottom: 35px; } }

#raas-container-profile.registration #infos .gigya-input-text {
  height: 43px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    #raas-container-profile.registration #infos .gigya-input-text {
      height: 35px; } }

#raas-container-profile.registration #infos select {
  height: 43px; }
  @media (min-width: 768px) {
    #raas-container-profile.registration #infos select {
      height: 35px; } }

#raas-container-profile.registration #infos .gigya-layout-row {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    #raas-container-profile.registration #infos .gigya-layout-row {
      margin-bottom: 40px; } }

#raas-container-profile.registration .gigya-composite-control-submit {
  margin-top: 0; }
  @media (min-width: 768px) {
    #raas-container-profile.registration .gigya-composite-control-submit {
      margin-top: 50px; } }

#raas-container-inscription_content .top-message {
  margin-bottom: 20px !important; }

.gig-comments-loginbox {
  display: none; }

.block-comment__wrapper {
  background: #fcfcfc;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .block-comment__wrapper .container {
      text-align: center; } }
  @media (min-width: 1024px) {
    .block-comment__wrapper .container {
      padding: 0; } }

.block-comment__spacer {
  display: none; }
  @media (min-width: 1024px) {
    .block-comment__spacer {
      display: inline-block;
      vertical-align: top;
      width: 295px;
      margin-left: 60px; } }

.comments-container {
  position: relative;
  max-width: 825px;
  padding: 10px 0;
  padding-bottom: 300px;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px !important; }
  @media (max-width: 767px) {
    .comments-container {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .comments-container.open {
      padding-bottom: 300px; } }
  .comments-container.empty .comments-header-title .separator-title {
    display: none; }
  .comments-container.empty .tell-us {
    margin-top: 15px !important; }
  .comments-container.empty #comments-list {
    margin: 0 !important; }
  @media (min-width: 768px) {
    .comments-container {
      padding: 10px 20px;
      padding-bottom: 330px; } }
  @media (min-width: 1024px) {
    .comments-container {
      display: inline-block;
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }
  .comments-container .choice-box {
    display: inline-block;
    font-size: 18px;
    color: #707070;
    font-family: 'sourceSansPro';
    margin-right: 25px;
    margin-top: 12px;
    margin-bottom: 20px; }
    .comments-container .choice-box .check-holder {
      display: inline-block;
      width: 1.65em;
      height: 1.65em;
      box-sizing: border-box;
      border: 1px solid #e3e3e3;
      vertical-align: middle; }
    .comments-container .choice-box .label-question {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
    .comments-container .choice-box.valid .check-holder:before {
      content: '\e81d';
      display: block;
      height: 28px;
      color: black;
      width: 28px;
      text-align: center;
      line-height: 28px;
      color: #00a453;
      font-family: 'fontello'; }
  .comments-container #general-comments,
  .comments-container #comments-other,
  .comments-container #comments-suggest,
  .comments-container #comments-list {
    font: 10px 'sourceSansPro';
    width: auto !important;
    text-align: center;
    margin: 30px 0 0; }
    .comments-container #general-comments .gig-comments-header,
    .comments-container #comments-other .gig-comments-header,
    .comments-container #comments-suggest .gig-comments-header,
    .comments-container #comments-list .gig-comments-header {
      display: none; }
    .comments-container #general-comments .gig-comment,
    .comments-container #comments-other .gig-comment,
    .comments-container #comments-suggest .gig-comment,
    .comments-container #comments-list .gig-comment {
      position: relative;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .comments-container #general-comments .gig-comment,
        .comments-container #comments-other .gig-comment,
        .comments-container #comments-suggest .gig-comment,
        .comments-container #comments-list .gig-comment {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 20px; } }
      .comments-container #general-comments .gig-comment .gig-comment-title,
      .comments-container #comments-other .gig-comment .gig-comment-title,
      .comments-container #comments-suggest .gig-comment .gig-comment-title,
      .comments-container #comments-list .gig-comment .gig-comment-title {
        display: none; }
      .comments-container #general-comments .gig-comment .gig-comment-photo,
      .comments-container #comments-other .gig-comment .gig-comment-photo,
      .comments-container #comments-suggest .gig-comment .gig-comment-photo,
      .comments-container #comments-list .gig-comment .gig-comment-photo {
        display: none; }
      .comments-container #general-comments .gig-comment .gig-comment-data,
      .comments-container #comments-other .gig-comment .gig-comment-data,
      .comments-container #comments-suggest .gig-comment .gig-comment-data,
      .comments-container #comments-list .gig-comment .gig-comment-data {
        background-color: #f2f2f2;
        border-radius: 5px;
        position: relative;
        padding: 15px 20px 40px; }
        @media (min-width: 768px) {
          .comments-container #general-comments .gig-comment .gig-comment-data,
          .comments-container #comments-other .gig-comment .gig-comment-data,
          .comments-container #comments-suggest .gig-comment .gig-comment-data,
          .comments-container #comments-list .gig-comment .gig-comment-data {
            padding: 20px 30px 30px;
            width: 100%; } }
        .comments-container #general-comments .gig-comment .gig-comment-data:after,
        .comments-container #comments-other .gig-comment .gig-comment-data:after,
        .comments-container #comments-suggest .gig-comment .gig-comment-data:after,
        .comments-container #comments-list .gig-comment .gig-comment-data:after {
          display: none; }
      .comments-container #general-comments .gig-comment .gig-comment-body span,
      .comments-container #comments-other .gig-comment .gig-comment-body span,
      .comments-container #comments-suggest .gig-comment .gig-comment-body span,
      .comments-container #comments-list .gig-comment .gig-comment-body span {
        font-size: initial; }
      .comments-container #general-comments .gig-comment .gig-comment-body,
      .comments-container #general-comments .gig-comment .gig-comment-username,
      .comments-container #comments-other .gig-comment .gig-comment-body,
      .comments-container #comments-other .gig-comment .gig-comment-username,
      .comments-container #comments-suggest .gig-comment .gig-comment-body,
      .comments-container #comments-suggest .gig-comment .gig-comment-username,
      .comments-container #comments-list .gig-comment .gig-comment-body,
      .comments-container #comments-list .gig-comment .gig-comment-username {
        font-size: 1.2em; }
        @media (min-width: 768px) {
          .comments-container #general-comments .gig-comment .gig-comment-body,
          .comments-container #general-comments .gig-comment .gig-comment-username,
          .comments-container #comments-other .gig-comment .gig-comment-body,
          .comments-container #comments-other .gig-comment .gig-comment-username,
          .comments-container #comments-suggest .gig-comment .gig-comment-body,
          .comments-container #comments-suggest .gig-comment .gig-comment-username,
          .comments-container #comments-list .gig-comment .gig-comment-body,
          .comments-container #comments-list .gig-comment .gig-comment-username {
            font-size: 1.3em; } }
        @media (min-width: 1024px) {
          .comments-container #general-comments .gig-comment .gig-comment-body,
          .comments-container #general-comments .gig-comment .gig-comment-username,
          .comments-container #comments-other .gig-comment .gig-comment-body,
          .comments-container #comments-other .gig-comment .gig-comment-username,
          .comments-container #comments-suggest .gig-comment .gig-comment-body,
          .comments-container #comments-suggest .gig-comment .gig-comment-username,
          .comments-container #comments-list .gig-comment .gig-comment-body,
          .comments-container #comments-list .gig-comment .gig-comment-username {
            font-size: 1.3em; } }
      .comments-container #general-comments .gig-comment .gig-comment-body,
      .comments-container #general-comments .gig-comment .gig-comment-body span,
      .comments-container #comments-other .gig-comment .gig-comment-body,
      .comments-container #comments-other .gig-comment .gig-comment-body span,
      .comments-container #comments-suggest .gig-comment .gig-comment-body,
      .comments-container #comments-suggest .gig-comment .gig-comment-body span,
      .comments-container #comments-list .gig-comment .gig-comment-body,
      .comments-container #comments-list .gig-comment .gig-comment-body span {
        margin-bottom: 10px;
        font-family: 'merriweather';
        font-weight: bold;
        margin-bottom: 5px;
        color: #324c5c; }
        @media (min-width: 768px) {
          .comments-container #general-comments .gig-comment .gig-comment-body,
          .comments-container #general-comments .gig-comment .gig-comment-body span,
          .comments-container #comments-other .gig-comment .gig-comment-body,
          .comments-container #comments-other .gig-comment .gig-comment-body span,
          .comments-container #comments-suggest .gig-comment .gig-comment-body,
          .comments-container #comments-suggest .gig-comment .gig-comment-body span,
          .comments-container #comments-list .gig-comment .gig-comment-body,
          .comments-container #comments-list .gig-comment .gig-comment-body span {
            margin-bottom: 15px; } }
        @media (min-width: 1024px) {
          .comments-container #general-comments .gig-comment .gig-comment-body,
          .comments-container #general-comments .gig-comment .gig-comment-body span,
          .comments-container #comments-other .gig-comment .gig-comment-body,
          .comments-container #comments-other .gig-comment .gig-comment-body span,
          .comments-container #comments-suggest .gig-comment .gig-comment-body,
          .comments-container #comments-suggest .gig-comment .gig-comment-body span,
          .comments-container #comments-list .gig-comment .gig-comment-body,
          .comments-container #comments-list .gig-comment .gig-comment-body span {
            margin-bottom: 20px; } }
      .comments-container #general-comments .gig-comment .gig-comment-username,
      .comments-container #general-comments .gig-comment .gig-comment-time,
      .comments-container #comments-other .gig-comment .gig-comment-username,
      .comments-container #comments-other .gig-comment .gig-comment-time,
      .comments-container #comments-suggest .gig-comment .gig-comment-username,
      .comments-container #comments-suggest .gig-comment .gig-comment-time,
      .comments-container #comments-list .gig-comment .gig-comment-username,
      .comments-container #comments-list .gig-comment .gig-comment-time {
        font: 12px 'sourceSansPro';
        color: #324c5c; }
        @media (min-width: 768px) {
          .comments-container #general-comments .gig-comment .gig-comment-username,
          .comments-container #general-comments .gig-comment .gig-comment-time,
          .comments-container #comments-other .gig-comment .gig-comment-username,
          .comments-container #comments-other .gig-comment .gig-comment-time,
          .comments-container #comments-suggest .gig-comment .gig-comment-username,
          .comments-container #comments-suggest .gig-comment .gig-comment-time,
          .comments-container #comments-list .gig-comment .gig-comment-username,
          .comments-container #comments-list .gig-comment .gig-comment-time {
            font-size: 1.25em; } }
      .comments-container #general-comments .gig-comment .gig-comment-header,
      .comments-container #comments-other .gig-comment .gig-comment-header,
      .comments-container #comments-suggest .gig-comment .gig-comment-header,
      .comments-container #comments-list .gig-comment .gig-comment-header {
        position: absolute;
        bottom: 5px;
        width: 85%; }
        @media (min-width: 768px) {
          .comments-container #general-comments .gig-comment .gig-comment-header,
          .comments-container #comments-other .gig-comment .gig-comment-header,
          .comments-container #comments-suggest .gig-comment .gig-comment-header,
          .comments-container #comments-list .gig-comment .gig-comment-header {
            bottom: 15px; } }
      .comments-container #general-comments .gig-comment .gig-comment-footer,
      .comments-container #comments-other .gig-comment .gig-comment-footer,
      .comments-container #comments-suggest .gig-comment .gig-comment-footer,
      .comments-container #comments-list .gig-comment .gig-comment-footer {
        display: none; }
    .comments-container #general-comments .gig-comments-more,
    .comments-container #comments-other .gig-comments-more,
    .comments-container #comments-suggest .gig-comments-more,
    .comments-container #comments-list .gig-comments-more {
      width: 268px;
      background: #e25944;
      border: none;
      border-radius: 0;
      text-transform: uppercase;
      font-family: "Gotham";
      text-align: center;
      margin: 20px auto 0 auto;
      padding: 5px 0;
      color: #fff; }
      @media (max-width: 767px) {
        .comments-container #general-comments .gig-comments-more,
        .comments-container #comments-other .gig-comments-more,
        .comments-container #comments-suggest .gig-comments-more,
        .comments-container #comments-list .gig-comments-more {
          width: auto; } }
    .comments-container #general-comments .gig-comments-composebox,
    .comments-container #comments-other .gig-comments-composebox,
    .comments-container #comments-suggest .gig-comments-composebox,
    .comments-container #comments-list .gig-comments-composebox {
      position: absolute;
      width: 100%;
      bottom: 30px; }
      @media (min-width: 768px) {
        .comments-container #general-comments .gig-comments-composebox,
        .comments-container #comments-other .gig-comments-composebox,
        .comments-container #comments-suggest .gig-comments-composebox,
        .comments-container #comments-list .gig-comments-composebox {
          width: 94%;
          bottom: 88px; } }
      @media (min-width: 1024px) {
        .comments-container #general-comments .gig-comments-composebox,
        .comments-container #comments-other .gig-comments-composebox,
        .comments-container #comments-suggest .gig-comments-composebox,
        .comments-container #comments-list .gig-comments-composebox {
          width: 100%;
          bottom: 60px; } }
      .comments-container #general-comments .gig-comments-composebox .gig-composebox-error,
      .comments-container #comments-other .gig-comments-composebox .gig-composebox-error,
      .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-error,
      .comments-container #comments-list .gig-comments-composebox .gig-composebox-error {
        position: absolute;
        width: 100%;
        background: #e25944; }
      .comments-container #general-comments .gig-comments-composebox .gig-composebox-header,
      .comments-container #comments-other .gig-comments-composebox .gig-composebox-header,
      .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-header,
      .comments-container #comments-list .gig-comments-composebox .gig-composebox-header {
        display: none; }
      .comments-container #general-comments .gig-comments-composebox .gig-composebox-footer,
      .comments-container #comments-other .gig-comments-composebox .gig-composebox-footer,
      .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-footer,
      .comments-container #comments-list .gig-comments-composebox .gig-composebox-footer {
        display: block; }
      .comments-container #general-comments .gig-comments-composebox .gig-composebox-photo,
      .comments-container #comments-other .gig-comments-composebox .gig-composebox-photo,
      .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-photo,
      .comments-container #comments-list .gig-comments-composebox .gig-composebox-photo {
        display: none; }
      .comments-container #general-comments .gig-comments-composebox .gig-composebox-data,
      .comments-container #comments-other .gig-comments-composebox .gig-composebox-data,
      .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-data,
      .comments-container #comments-list .gig-comments-composebox .gig-composebox-data {
        padding-left: 0; }
      .comments-container #general-comments .gig-comments-composebox .gig-composebox-editor,
      .comments-container #comments-other .gig-comments-composebox .gig-composebox-editor,
      .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-editor,
      .comments-container #comments-list .gig-comments-composebox .gig-composebox-editor {
        display: block;
        height: 120px;
        padding: 10px 20px;
        background: #f2f2f2;
        color: #a0a0a0;
        font-weight: bold;
        font-family: 'sourceSansPro';
        font-weight: bold;
        margin: 30px 0;
        border: none;
        overflow: auto; }
        @media (min-width: 768px) {
          .comments-container #general-comments .gig-comments-composebox .gig-composebox-editor,
          .comments-container #comments-other .gig-comments-composebox .gig-composebox-editor,
          .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-editor,
          .comments-container #comments-list .gig-comments-composebox .gig-composebox-editor {
            height: 90px; } }
        @media (min-width: 1024px) {
          .comments-container #general-comments .gig-comments-composebox .gig-composebox-editor,
          .comments-container #comments-other .gig-comments-composebox .gig-composebox-editor,
          .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-editor,
          .comments-container #comments-list .gig-comments-composebox .gig-composebox-editor {
            height: 120px; } }
        .comments-container #general-comments .gig-comments-composebox .gig-composebox-editor::-webkit-input-placeholder,
        .comments-container #comments-other .gig-comments-composebox .gig-composebox-editor::-webkit-input-placeholder,
        .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-editor::-webkit-input-placeholder,
        .comments-container #comments-list .gig-comments-composebox .gig-composebox-editor::-webkit-input-placeholder {
          color: #a0a0a0;
          font: bold 1.2em 'sourceSansPro';
          font-weight: bold; }
        .comments-container #general-comments .gig-comments-composebox .gig-composebox-editor::-moz-placeholder,
        .comments-container #comments-other .gig-comments-composebox .gig-composebox-editor::-moz-placeholder,
        .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-editor::-moz-placeholder,
        .comments-container #comments-list .gig-comments-composebox .gig-composebox-editor::-moz-placeholder {
          color: #a0a0a0;
          font: bold 1.2em 'sourceSansPro';
          font-weight: bold; }
        .comments-container #general-comments .gig-comments-composebox .gig-composebox-editor:-ms-input-placeholder,
        .comments-container #comments-other .gig-comments-composebox .gig-composebox-editor:-ms-input-placeholder,
        .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-editor:-ms-input-placeholder,
        .comments-container #comments-list .gig-comments-composebox .gig-composebox-editor:-ms-input-placeholder {
          color: #a0a0a0;
          font: bold 1.2em 'sourceSansPro';
          font-weight: bold; }
      .comments-container #general-comments .gig-comments-composebox .gig-composebox-footer-right,
      .comments-container #comments-other .gig-comments-composebox .gig-composebox-footer-right,
      .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-footer-right,
      .comments-container #comments-list .gig-comments-composebox .gig-composebox-footer-right {
        float: none;
        text-align: center; }
        .comments-container #general-comments .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post,
        .comments-container #comments-other .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post,
        .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post,
        .comments-container #comments-list .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post {
          background: #e25944;
          border: none;
          border-radius: 0;
          text-transform: uppercase;
          font-family: "Gotham";
          width: 100%;
          text-align: center;
          padding: 10px 0;
          font-weight: 300;
          border: 2px solid #e25944;
          box-sizing: border-box;
          box-shadow: none;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
          .comments-container #general-comments .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post:hover,
          .comments-container #comments-other .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post:hover,
          .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post:hover,
          .comments-container #comments-list .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post:hover {
            background-color: white;
            color: #e25944; }
          .comments-container #general-comments .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post:focus,
          .comments-container #comments-other .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post:focus,
          .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post:focus,
          .comments-container #comments-list .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post:focus {
            background-color: white;
            color: #e25944; }
          @media (min-width: 768px) {
            .comments-container #general-comments .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post,
            .comments-container #comments-other .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post,
            .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post,
            .comments-container #comments-list .gig-comments-composebox .gig-composebox-footer-right .gig-composebox-post {
              padding: 10px 20px;
              width: auto; } }
      .comments-container #general-comments .gig-comments-composebox .gig-composebox-footer-left,
      .comments-container #comments-other .gig-comments-composebox .gig-composebox-footer-left,
      .comments-container #comments-suggest .gig-comments-composebox .gig-composebox-footer-left,
      .comments-container #comments-list .gig-comments-composebox .gig-composebox-footer-left {
        display: none; }
    .comments-container #general-comments .gig-selfreview-header,
    .comments-container #general-comments .gig-selfreview-body-container,
    .comments-container #comments-other .gig-selfreview-header,
    .comments-container #comments-other .gig-selfreview-body-container,
    .comments-container #comments-suggest .gig-selfreview-header,
    .comments-container #comments-suggest .gig-selfreview-body-container,
    .comments-container #comments-list .gig-selfreview-header,
    .comments-container #comments-list .gig-selfreview-body-container {
      display: none; }
  .comments-container .hide-init {
    display: none; }
  .comments-container #comments-suggest .gig-comments-comments {
    display: none !important; }
  .comments-container #comments-other .gig-comments-composebox {
    bottom: 360px; }
  .comments-container #comments-other .gig-composebox-footer,
  .comments-container #comments-other .gig-comments-comments {
    display: none !important; }
  .comments-container .comment-other-container {
    height: 220px; }
  .comments-container .tell-us {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .comments-container .tell-us {
        margin-top: 50px; } }
    @media (min-width: 1024px) {
      .comments-container .tell-us {
        margin-top: 95px; } }
    .comments-container .tell-us p {
      letter-spacing: 0.5px;
      line-height: 22px; }
      .comments-container .tell-us p.inline-desktop {
        display: inline-block; }
  .comments-container hr.light {
    display: block;
    height: 1px;
    width: 100%;
    border: none;
    background: #f2f2f2;
    margin-top: 15px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .comments-container hr.light {
        margin-top: 30px;
        margin-bottom: 15px; } }
    @media (min-width: 1024px) {
      .comments-container hr.light {
        margin-top: 50px;
        margin-bottom: 40px; } }
  .comments-container .comment-title {
    display: block;
    vertical-align: middle;
    font-family: 'merriweather';
    font-weight: bold;
    color: #324c5c;
    margin-top: 12px; }
    @media (min-width: 1024px) {
      .comments-container .comment-title {
        font-size: 1.9em; } }
  .comments-container #block-rating {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
    @media (min-width: 1024px) {
      .comments-container #block-rating {
        margin-left: 45px; } }
    .comments-container #block-rating .gig-composebox-rating-star {
      font-family: "fontello";
      display: inline-block;
      color: #d0d0d0;
      cursor: pointer;
      padding-right: 4px;
      width: 21px;
      height: 20px;
      background-size: 100%;
      margin-right: 0px;
      background-image: none;
      font-size: 21px; }
      .comments-container #block-rating .gig-composebox-rating-star.gig-composebox-rating-star-full:before {
        color: #e25944;
        opacity: 1; }
      .comments-container #block-rating .gig-composebox-rating-star:before {
        content: "\e806";
        opacity: .2;
        color: #0d0101; }

#block-rating {
  display: inline-block;
  font-size: 1.9rem;
  vertical-align: middle;
  margin: 12px 0 0 15px;
  width: auto !important; }
  #block-rating .gig-selfreview-rating-star::before {
    content: '\e806';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    color: #bbb3a3; }
  #block-rating .gig-selfreview-rating-star.gig-selfreview-rating-star-full::before {
    color: #e15844; }
  #block-rating .gig-comments-header,
  #block-rating .gig-comments-updates,
  #block-rating .gig-comments-comments,
  #block-rating .gig-comments-more {
    display: none; }
  #block-rating .gig-comments-composebox .gig-composebox-error,
  #block-rating .gig-comments-composebox .gig-composebox-data,
  #block-rating .gig-comments-composebox .gig-composebox-photo,
  #block-rating .gig-comments-composebox .gig-composebox-header-right,
  #block-rating .gig-comments-composebox .gig-composebox-title,
  #block-rating .gig-comments-composebox .gig-composebox-logout,
  #block-rating .gig-comments-composebox .gig-composebox-rating-title,
  #block-rating .gig-comments-composebox .gig-selfreview-nameAndLogout,
  #block-rating .gig-comments-composebox .gig-selfreview-header-right,
  #block-rating .gig-comments-composebox .gig-comment-rating-title {
    display: none; }

#social-box {
  width: 100%; }

#sharingButtonsContainer {
  display: none !important; }

#reactions {
  margin-bottom: 70px; }
  #reactions .gig-bar-container > table {
    width: 100% !important;
    max-width: 414px !important; }
    @media (max-width: 767px) {
      #reactions .gig-bar-container > table {
        max-width: 100% !important; } }
    #reactions .gig-bar-container > table tr > td {
      width: 50%; }
    #reactions .gig-bar-container > table .gig-button-container {
      padding: 0px !important;
      margin: 0px !important;
      width: 100% !important; }

.reactions-title {
  font-family: 'merriweather';
  font-weight: 600;
  font-size: 20px;
  color: #324c5c;
  margin-bottom: 25px;
  margin-top: 90px; }
  @media (max-width: 767px) {
    .reactions-title {
      text-align: center;
      width: 100%; } }

.reaction-button {
  height: 45px !important;
  width: 100% !important;
  line-height: 45px !important;
  text-align: center !important;
  border: 2px solid #324c5c !important;
  background-color: white !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden; }
  .gig-button-container-like .reaction-button {
    background-color: #324c5c !important; }
  .gig-button-up .reaction-button {
    cursor: pointer; }
  .gig-button-disabled .reaction-button {
    cursor: default !important; }
  .gig-button-container-dislike .reaction-button {
    border-left-width: 1px !important; }
  .gig-button-container-like .reaction-button {
    border-right-width: 1px !important; }
  .reaction-button .reaction-thumb {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: right;
    position: relative;
    height: 100%; }
    .reaction-button .reaction-thumb::before {
      content: '';
      height: 32px;
      width: 32px;
      background-image: url(/assets/frontend/images/gigya/reactions/like-dislikes.png);
      background-position: 0px;
      right: 0px;
      top: 5px;
      position: absolute; }
      .gig-button-container-dislike .reaction-button .reaction-thumb::before {
        background-position: 64px 0px; }
      .gig-button-container-like .reaction-button .reaction-thumb::before {
        background-position: 96px 0px; }
  .reaction-button .reaction-count {
    display: inline-block;
    width: 50%;
    height: 100%;
    float: right;
    padding-left: 5px;
    text-align: left; }
    .reaction-button .reaction-count span {
      font-family: 'merriweather';
      font-weight: 600;
      font-size: 16px;
      color: rgba(50, 76, 92, 0.5);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      height: 100%;
      line-height: 41px; }
      .gig-button-container-like .reaction-button .reaction-count span {
        color: rgba(255, 255, 255, 0.5) !important; }

.dqe-address-fields .ui-autocomplete {
  position: relative; }

.header-page {
  text-align: center; }
  .header-page .cover-box {
    z-index: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .header-page .cover-box {
        height: 200px; } }
  .header-page .content-box {
    position: relative; }
    @media (max-width: 767px) {
      .header-page .content-box {
        margin-top: -200px; } }
  @media (max-width: 767px) {
    .header-page .table-holder .smaller-row {
      height: 12.5em; } }
  @media (min-width: 768px) {
    .header-page .table-holder .smaller-row {
      height: 190px; } }
  @media (max-width: 767px) {
    .header-page .table-holder .fatter-row {
      background-color: #f2f2f2; } }
  @media (min-width: 768px) {
    .header-page .table-holder .fatter-row {
      height: 210px;
      background-color: rgba(255, 255, 255, 0.65); } }
  .header-page h1,
  .header-page h2 {
    font-family: 'gotham';
    font-weight: 300;
    color: white;
    font-size: 22px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .header-page h1,
      .header-page h2 {
        padding: 0 2em; } }
    @media (min-width: 768px) {
      .header-page h1,
      .header-page h2 {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .header-page h1,
      .header-page h2 {
        font-size: 40px; } }
  .header-page h3 {
    font-family: 'merriweather';
    font-weight: 600;
    font-size: 15px;
    color: #243a48; }
    @media (max-width: 767px) {
      .header-page h3 {
        padding: 1.85em 0; } }
    @media (min-width: 768px) {
      .header-page h3 {
        font-size: 20px;
        margin-bottom: 1.8em; } }
  @media (max-width: 767px) {
    .header-page .cta-container {
      padding-bottom: 1.85em; } }

.print-body {
  padding-top: 0px; }
  .print-body:last-child {
    page-break-after: auto; }
  .print-body .print:last-child {
    page-break-after: auto; }
  .print-body .print .edito-paragraph {
    font-size: 16px; }
  .print-body .print h2 {
    font-size: 20px; }
  .print-body .print .brand-image {
    margin: auto;
    display: block;
    width: 10%;
    margin-top: 30px; }
  .print-body .print .title {
    width: 100%; }
    .print-body .print .title h1 {
      text-align: center;
      margin: 0 auto;
      font-size: 26px;
      font-family: 'merriweather';
      font-weight: 300;
      color: #324c5c; }
  .print-body .print .informations {
    margin: 0 auto;
    margin-top: 30px; }
    .print-body .print .informations .display > td {
      width: 250px;
      text-align: center; }
      .print-body .print .informations .display > td .edito-paragraph {
        font-size: 12px; }
        @media (max-width: 767px) {
          .print-body .print .informations .display > td .edito-paragraph {
            font-size: 12px; } }
      .print-body .print .informations .display > td h4 {
        font-size: 14px; }
      .print-body .print .informations .display > td .edito-title {
        font-size: 14px; }
        @media (max-width: 767px) {
          .print-body .print .informations .display > td .edito-title {
            font-size: 14px; } }
      .print-body .print .informations .display > td div {
        display: inline-block; }
      .print-body .print .informations .display > td p {
        text-align: left; }
      .print-body .print .informations .display > td .legend {
        text-align: left; }
      .print-body .print .informations .display > td .icon {
        position: relative;
        bottom: 3px; }
      .print-body .print .informations .display > td .icon-budget:before {
        font-size: 30px; }
      .print-body .print .informations .display > td .icon-cook {
        font-size: 40px; }
      .print-body .print .informations .display > td .icon-balance {
        font-size: 30px; }
      .print-body .print .informations .display > td .icon-knife {
        font-size: 40px; }
  .print-body .print .ingredients-preparation {
    margin: 0 auto;
    margin-top: 60px; }
    .print-body .print .ingredients-preparation .separator-title {
      padding-bottom: 0px !important; }
      .print-body .print .ingredients-preparation .separator-title .separator {
        width: 20px;
        height: 3px;
        background-color: #e25944 !important;
        margin: 25px 0px;
        -webkit-print-color-adjust: exact; }
    .print-body .print .ingredients-preparation .ingredients {
      width: 50%;
      padding-right: 20px; }
      .print-body .print .ingredients-preparation .ingredients li {
        list-style: initial;
        margin-left: 20px;
        text-align: left; }
      .print-body .print .ingredients-preparation .ingredients h2 {
        font-size: 20px; }
    .print-body .print .ingredients-preparation .preparation {
      width: 50%; }
      .print-body .print .ingredients-preparation .preparation .step-cooking {
        display: table;
        page-break-before: auto;
        page-break-after: auto;
        page-break-inside: avoid; }
        .print-body .print .ingredients-preparation .preparation .step-cooking .left, .print-body .print .ingredients-preparation .preparation .step-cooking .text {
          display: table-cell; }
        .print-body .print .ingredients-preparation .preparation .step-cooking .left {
          position: relative;
          padding: 0px;
          height: 24px;
          width: 30px; }
          .print-body .print .ingredients-preparation .preparation .step-cooking .left .number {
            position: absolute;
            width: 100%;
            font-size: 14px;
            color: #ffffff !important;
            font-family: "merriweather";
            font-weight: 600;
            -webkit-print-color-adjust: exact;
            text-align: center;
            line-height: 22px; }
          .print-body .print .ingredients-preparation .preparation .step-cooking .left img {
            position: absolute;
            width: 100%;
            top: 0px; }
        .print-body .print .ingredients-preparation .preparation .step-cooking .text {
          width: 350px; }
      .print-body .print .ingredients-preparation .preparation li {
        list-style: none; }
        .print-body .print .ingredients-preparation .preparation li .legend {
          white-space: normal;
          overflow: hidden;
          display: table;
          min-height: 32px; }
          .print-body .print .ingredients-preparation .preparation li .legend p {
            display: table-cell;
            vertical-align: middle;
            padding-left: 8px;
            text-align: left;
            font-size: 14px; }
        .print-body .print .ingredients-preparation .preparation li .icon {
          -webkit-print-color-adjust: exact;
          background-image: url("/assets/frontend/images/icons/hexa-red.png") !important;
          background-position: center;
          background-repeat: no-repeat;
          width: 38px;
          height: 42px;
          display: inline-block;
          line-height: 42px;
          text-align: center;
          vertical-align: top;
          position: relative;
          float: left; }

/*# sourceMappingURL=app.css.map */

/*# sourceMappingURL=all.css.map */
