/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

/**
 * README :
 *  Ce fichier est un build custom de bootstrap.
 *  Si modification, il faut le compiler via : 
 *      $ lessc md-editor.less > md-editor.css
 */
.md-editor {
  display: block;
}
.md-editor > .md-header,
.md-editor .md-footer {
  display: block;
  padding: 0 4px 6px 0;
}
.md-editor > .md-preview {
  background: #ffffff;
  border: 1px dashed #dddddd;
  min-height: 120px;
}
.md-editor > textarea {
  outline: 0;
  outline: thin dotted  \9;
  /* IE6-9 */
  margin: 0;
  display: block;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
.md-editor > textarea:focus {
  box-shadow: none;
  background: #ffffff;
}
.md-editor.active > textarea {
  border-color: #66afe9;
  background-color: #fafafa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/**
 * README :
 *  Ce fichier est un build custom de bootstrap.
 *  Si modification, il faut le compiler via : 
 *      $ lessc bootstrap.less > bootstrap.css
 */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@charset "UTF-8";
/**
  * Pré-requis :
  * installer sass (3.3+) et compass (1.0.0.alpha19+) et import-once et animate
  *     $ sudo gem install sass
  *     $ sudo gem install compass --pre
  *     $ sudo gem install compass-import-once
  *     $ sudo gem install animate --pre
  *
  * Compilation :
  * 1/ se placer dans le répertoire courant ("css", donc)
  * 2/ compiler en lancant la commande
  *
  *     $ compass compile
  *
  * 3/ Enjoy :)
  *
  */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*\
    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*\
    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none;
}

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after, .nav:after, .media:after, .search__header:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 0.9375em/1.6 sans-serif;
  overflow-y: scroll;
  min-height: 100%;
}

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav {
  list-style: none;
  margin-left: 0;
}
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item;
}
.nav--stacked > li > a {
  display: block;
}

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center;
}

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a {
  padding: 12px;
}

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%;
}
.nav--fit > li {
  display: table-cell;
}
.nav--fit > li > a {
  display: block;
}

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0";
}
.nav--keywords > li:last-child:after {
  display: none;
}

/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid {
  margin-left: -24px;
  list-style: none;
  margin-bottom: 0;
}

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0;
}

/**
 * Grid
 */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top;
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%;
}

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

/**
* Eighths
*/
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
* Tenths
*/
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 500px) {
  /**
  * Whole
  */
  .palm-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%;
  }

  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%;
  }

  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%;
  }

  .palm-two-fifths, .palm-four-tenths {
    width: 40%;
  }

  .palm-three-fifths, .palm-six-tenths {
    width: 60%;
  }

  .palm-four-fifths, .palm-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%;
  }

  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .palm-one-eighth {
    width: 12.5%;
  }

  .palm-three-eighths {
    width: 37.5%;
  }

  .palm-five-eighths {
    width: 62.5%;
  }

  .palm-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .palm-one-tenth {
    width: 10%;
  }

  .palm-three-tenths {
    width: 30%;
  }

  .palm-seven-tenths {
    width: 70%;
  }

  .palm-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .palm-one-twelfth {
    width: 8.333%;
  }

  .palm-five-twelfths {
    width: 41.666%;
  }

  .palm-seven-twelfths {
    width: 58.333%;
  }

  .palm-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  /**
  * Whole
  */
  .lap-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%;
  }

  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%;
  }

  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%;
  }

  .lap-two-fifths, .lap-four-tenths {
    width: 40%;
  }

  .lap-three-fifths, .lap-six-tenths {
    width: 60%;
  }

  .lap-four-fifths, .lap-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%;
  }

  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .lap-one-eighth {
    width: 12.5%;
  }

  .lap-three-eighths {
    width: 37.5%;
  }

  .lap-five-eighths {
    width: 62.5%;
  }

  .lap-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .lap-one-tenth {
    width: 10%;
  }

  .lap-three-tenths {
    width: 30%;
  }

  .lap-seven-tenths {
    width: 70%;
  }

  .lap-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .lap-one-twelfth {
    width: 8.333%;
  }

  .lap-five-twelfths {
    width: 41.666%;
  }

  .lap-seven-twelfths {
    width: 58.333%;
  }

  .lap-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 501px) {
  /**
  * Whole
  */
  .lap-and-up-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%;
  }

  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%;
  }

  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%;
  }

  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%;
  }

  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%;
  }

  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%;
  }

  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .lap-and-up-one-eighth {
    width: 12.5%;
  }

  .lap-and-up-three-eighths {
    width: 37.5%;
  }

  .lap-and-up-five-eighths {
    width: 62.5%;
  }

  .lap-and-up-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .lap-and-up-one-tenth {
    width: 10%;
  }

  .lap-and-up-three-tenths {
    width: 30%;
  }

  .lap-and-up-seven-tenths {
    width: 70%;
  }

  .lap-and-up-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .lap-and-up-one-twelfth {
    width: 8.333%;
  }

  .lap-and-up-five-twelfths {
    width: 41.666%;
  }

  .lap-and-up-seven-twelfths {
    width: 58.333%;
  }

  .lap-and-up-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 986px) {
  /**
  * Whole
  */
  .portable-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%;
  }

  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%;
  }

  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%;
  }

  .portable-two-fifths, .portable-four-tenths {
    width: 40%;
  }

  .portable-three-fifths, .portable-six-tenths {
    width: 60%;
  }

  .portable-four-fifths, .portable-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%;
  }

  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .portable-one-eighth {
    width: 12.5%;
  }

  .portable-three-eighths {
    width: 37.5%;
  }

  .portable-five-eighths {
    width: 62.5%;
  }

  .portable-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .portable-one-tenth {
    width: 10%;
  }

  .portable-three-tenths {
    width: 30%;
  }

  .portable-seven-tenths {
    width: 70%;
  }

  .portable-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .portable-one-twelfth {
    width: 8.333%;
  }

  .portable-five-twelfths {
    width: 41.666%;
  }

  .portable-seven-twelfths {
    width: 58.333%;
  }

  .portable-eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 987px) {
  /**
  * Whole
  */
  .desk-one-whole {
    width: 100%;
  }

  /**
  * Halves
  */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%;
  }

  /**
  * Thirds
  */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%;
  }

  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%;
  }

  /**
  * Quarters
  */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%;
  }

  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%;
  }

  /**
  * Fifths
  */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%;
  }

  .desk-two-fifths, .desk-four-tenths {
    width: 40%;
  }

  .desk-three-fifths, .desk-six-tenths {
    width: 60%;
  }

  .desk-four-fifths, .desk-eight-tenths {
    width: 80%;
  }

  /**
  * Sixths
  */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%;
  }

  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%;
  }

  /**
  * Eighths
  */
  .desk-one-eighth {
    width: 12.5%;
  }

  .desk-three-eighths {
    width: 37.5%;
  }

  .desk-five-eighths {
    width: 62.5%;
  }

  .desk-seven-eighths {
    width: 87.5%;
  }

  /**
  * Tenths
  */
  .desk-one-tenth {
    width: 10%;
  }

  .desk-three-tenths {
    width: 30%;
  }

  .desk-seven-tenths {
    width: 70%;
  }

  .desk-nine-tenths {
    width: 90%;
  }

  /**
  * Twelfths
  */
  .desk-one-twelfth {
    width: 8.333%;
  }

  .desk-five-twelfths {
    width: 41.666%;
  }

  .desk-seven-twelfths {
    width: 58.333%;
  }

  .desk-eleven-twelfths {
    width: 91.666%;
  }
}
/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Whole
 */
.push--one-whole {
  left: 100%;
}

/**
 * Halves
 */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%;
}

/**
 * Thirds
 */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%;
}

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%;
}

/**
 * Quarters
 */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%;
}

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%;
}

/**
 * Fifths
 */
.push--one-fifth, .push--two-tenths {
  left: 20%;
}

.push--two-fifths, .push--four-tenths {
  left: 40%;
}

.push--three-fifths, .push--six-tenths {
  left: 60%;
}

.push--four-fifths, .push--eight-tenths {
  left: 80%;
}

/**
 * Sixths
 */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%;
}

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%;
}

/**
 * Eighths
 */
.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

/**
 * Tenths
 */
.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

/**
 * Twelfths
 */
.push--one-twelfth {
  left: 8.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="push--"] {
  position: relative;
}

@media only screen and (min-width: 501px) and (max-width: 986px) {
  /**
   * Whole
   */
  .push--lap-one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--lap-one-half, .push--lap-two-quarters, .push--lap-three-sixths, .push--lap-four-eighths, .push--lap-five-tenths, .push--lap-six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--lap-one-third, .push--lap-two-sixths, .push--lap-four-twelfths {
    left: 33.333%;
  }

  .push--lap-two-thirds, .push--lap-four-sixths, .push--lap-eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--lap-one-quarter, .push--lap-two-eighths, .push--lap-three-twelfths {
    left: 25%;
  }

  .push--lap-three-quarters, .push--lap-six-eighths, .push--lap-nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--lap-one-fifth, .push--lap-two-tenths {
    left: 20%;
  }

  .push--lap-two-fifths, .push--lap-four-tenths {
    left: 40%;
  }

  .push--lap-three-fifths, .push--lap-six-tenths {
    left: 60%;
  }

  .push--lap-four-fifths, .push--lap-eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--lap-one-sixth, .push--lap-two-twelfths {
    left: 16.666%;
  }

  .push--lap-five-sixths, .push--lap-ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--lap-one-eighth {
    left: 12.5%;
  }

  .push--lap-three-eighths {
    left: 37.5%;
  }

  .push--lap-five-eighths {
    left: 62.5%;
  }

  .push--lap-seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--lap-one-tenth {
    left: 10%;
  }

  .push--lap-three-tenths {
    left: 30%;
  }

  .push--lap-seven-tenths {
    left: 70%;
  }

  .push--lap-nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--lap-one-twelfth {
    left: 8.333%;
  }

  .push--lap-five-twelfths {
    left: 41.666%;
  }

  .push--lap-seven-twelfths {
    left: 58.333%;
  }

  .push--lap-eleven-twelfths {
    left: 91.666%;
  }
}
@media only screen and (min-width: 987px) {
  /**
   * Whole
   */
  .push--desk-one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--desk-one-half, .push--desk-two-quarters, .push--desk-three-sixths, .push--desk-four-eighths, .push--desk-five-tenths, .push--desk-six-twelfths {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--desk-one-third, .push--desk-two-sixths, .push--desk-four-twelfths {
    left: 33.333%;
  }

  .push--desk-two-thirds, .push--desk-four-sixths, .push--desk-eight-twelfths {
    left: 66.666%;
  }

  /**
   * Quarters
   */
  .push--desk-one-quarter, .push--desk-two-eighths, .push--desk-three-twelfths {
    left: 25%;
  }

  .push--desk-three-quarters, .push--desk-six-eighths, .push--desk-nine-twelfths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--desk-one-fifth, .push--desk-two-tenths {
    left: 20%;
  }

  .push--desk-two-fifths, .push--desk-four-tenths {
    left: 40%;
  }

  .push--desk-three-fifths, .push--desk-six-tenths {
    left: 60%;
  }

  .push--desk-four-fifths, .push--desk-eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--desk-one-sixth, .push--desk-two-twelfths {
    left: 16.666%;
  }

  .push--desk-five-sixths, .push--desk-ten-twelfths {
    left: 83.333%;
  }

  /**
   * Eighths
   */
  .push--desk-one-eighth {
    left: 12.5%;
  }

  .push--desk-three-eighths {
    left: 37.5%;
  }

  .push--desk-five-eighths {
    left: 62.5%;
  }

  .push--desk-seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--desk-one-tenth {
    left: 10%;
  }

  .push--desk-three-tenths {
    left: 30%;
  }

  .push--desk-seven-tenths {
    left: 70%;
  }

  .push--desk-nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--desk-one-twelfth {
    left: 8.333%;
  }

  .push--desk-five-twelfths {
    left: 41.666%;
  }

  .push--desk-seven-twelfths {
    left: 58.333%;
  }

  .push--desk-eleven-twelfths {
    left: 91.666%;
  }
}
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="pull--"] {
  position: relative;
}

/**
 * Whole
 */
.pull--one-whole {
  right: 100%;
}

/**
 * Halves
 */
.pull--one-half, .pull--two-quarters, .pull--three-sixths, .pull--four-eighths, .pull--five-tenths, .pull--six-twelfths {
  right: 50%;
}

/**
 * Thirds
 */
.pull--one-third, .pull--two-sixths, .pull--four-twelfths {
  right: 33.333%;
}

.pull--two-thirds, .pull--four-sixths, .pull--eight-twelfths {
  right: 66.666%;
}

/**
 * Quarters
 */
.pull--one-quarter, .pull--two-eighths, .pull--three-twelfths {
  right: 25%;
}

.pull--three-quarters, .pull--six-eighths, .pull--nine-twelfths {
  right: 75%;
}

/**
 * Fifths
 */
.pull--one-fifth, .pull--two-tenths {
  right: 20%;
}

.pull--two-fifths, .pull--four-tenths {
  right: 40%;
}

.pull--three-fifths, .pull--six-tenths {
  right: 60%;
}

.pull--four-fifths, .pull--eight-tenths {
  right: 80%;
}

/**
 * Sixths
 */
.pull--one-sixth, .pull--two-twelfths {
  right: 16.666%;
}

.pull--five-sixths, .pull--ten-twelfths {
  right: 83.333%;
}

/**
 * Eighths
 */
.pull--one-eighth {
  right: 12.5%;
}

.pull--three-eighths {
  right: 37.5%;
}

.pull--five-eighths {
  right: 62.5%;
}

.pull--seven-eighths {
  right: 87.5%;
}

/**
 * Tenths
 */
.pull--one-tenth {
  right: 10%;
}

.pull--three-tenths {
  right: 30%;
}

.pull--seven-tenths {
  right: 70%;
}

.pull--nine-tenths {
  right: 90%;
}

/**
 * Twelfths
 */
.pull--one-twelfth {
  right: 8.333%;
}

.pull--five-twelfths {
  right: 41.666%;
}

.pull--seven-twelfths {
  right: 58.333%;
}

.pull--eleven-twelfths {
  right: 91.666%;
}

@media only screen and (min-width: 987px) {
  /**
   * Whole
   */
  .pull--desk-one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--desk-one-half, .pull--desk-two-quarters, .pull--desk-three-sixths, .pull--desk-four-eighths, .pull--desk-five-tenths, .pull--desk-six-twelfths {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--desk-one-third, .pull--desk-two-sixths, .pull--desk-four-twelfths {
    right: 33.333%;
  }

  .pull--desk-two-thirds, .pull--desk-four-sixths, .pull--desk-eight-twelfths {
    right: 66.666%;
  }

  /**
   * Quarters
   */
  .pull--desk-one-quarter, .pull--desk-two-eighths, .pull--desk-three-twelfths {
    right: 25%;
  }

  .pull--desk-three-quarters, .pull--desk-six-eighths, .pull--desk-nine-twelfths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--desk-one-fifth, .pull--desk-two-tenths {
    right: 20%;
  }

  .pull--desk-two-fifths, .pull--desk-four-tenths {
    right: 40%;
  }

  .pull--desk-three-fifths, .pull--desk-six-tenths {
    right: 60%;
  }

  .pull--desk-four-fifths, .pull--desk-eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--desk-one-sixth, .pull--desk-two-twelfths {
    right: 16.666%;
  }

  .pull--desk-five-sixths, .pull--desk-ten-twelfths {
    right: 83.333%;
  }

  /**
   * Eighths
   */
  .pull--desk-one-eighth {
    right: 12.5%;
  }

  .pull--desk-three-eighths {
    right: 37.5%;
  }

  .pull--desk-five-eighths {
    right: 62.5%;
  }

  .pull--desk-seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--desk-one-tenth {
    right: 10%;
  }

  .pull--desk-three-tenths {
    right: 30%;
  }

  .pull--desk-seven-tenths {
    right: 70%;
  }

  .pull--desk-nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--desk-one-twelfth {
    right: 8.333%;
  }

  .pull--desk-five-twelfths {
    right: 41.666%;
  }

  .pull--desk-seven-twelfths {
    right: 58.333%;
  }

  .pull--desk-eleven-twelfths {
    right: 91.666%;
  }
}
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: Helvetica Neue, sans-serif!important;
  color: #4a8ec2!important;
}

.brand-face {
  font-family: Helvetica Neue, sans-serif!important;
}

.brand-color,
.brand-colour {
  color: #4a8ec2!important;
}

/**
 * Applique une font-size en REM avec fallback en pixels
 * @param {px} $size - font-size voulue
 * @param {px} $base-size (15px) - font-size dans html
 *
 * @example scss
 *  @include font-size(20px);
 *  // affiche :
 *  font-size: 20px;
 *  font-size: 1.33333rem;
 *
 *  @include font-size(20px, 20px);
 *  // affiche :
 *  font-size: 20px;
 *  font-size: 1rem;
 *
 */
/**
 * Applique une line-height en REM avec fallback en pixels
 * @param {px} $size - font-size voulue
 * @param {px} $base-size (15px) - font-size dans html
 *
 * @example scss
 *  @include line-height(20px);
 *  // affiche :
 *  line-height: 20px;
 *  line-height: 1.33333rem;
 *
 *  @include line-height(20px, 20px);
 *  // affiche :
 *  line-height: 20px;
 *  line-height: 1rem;
 *
 */
/**
 * Renvoie une taille en REM
 * @param {px} $size - font-size voulue
 * @param {px} $base-size (15px) - font-size dans html
 *
 * @example scss
 * px2rem(20px); // renvoie 1.33333rem;
 * px2rem(20px, 20px); // renvoie 1rem;
 *
 */
/**
 * Ajoute des propriétés de clearfix
 *
 * @example scss
 * include clearfix;
 */
/**
 * Englobe le content dans une media-query
 */
/**
* @description Output spacing ( padding and margin ) rules
*
* @param String $property
* @param String $value
*/
.u-margin {
  margin: 20px !important;
}

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

.u-margin-top-0 {
  margin-top: 0 !important;
}

.u-margin-top-10px {
  margin-top: 10px !important;
}

.u-margin-bottom {
  margin-bottom: 20px !important;
}

.u-margin-bottom-10px {
  margin-bottom: 10px !important;
}

.u-padding-top {
  padding-top: 20px !important;
}

.u-padding-top-0 {
  padding-top: 0 !important;
}

.u-padding-right {
  padding-right: 20px !important;
}

.u-padding-bottom {
  padding-bottom: 20px !important;
}

.u-padding-bottom-0 {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 990px) {
  .u-padding-top\@desk {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 990px) {
  .u-padding-bottom\@desk {
    padding-bottom: 20px !important;
  }
}
/**
 * Renvoie une chaine avec unité, en nombre sans son unité
 * @param {string} $number - chaine
 *
 * @example scss
 * strip-units(20px); // renvoie 20;
 * strip-units(1.5em); // renvoie 1.5;
 */
.u-clear:after {
  content: "";
  display: table;
  clear: both;
}

.u-float-left {
  float: left;
}
.u-float-right {
  float: right;
}

.u-relative {
  position: relative;
}

.u-table {
  display: table;
}

.u-cell {
  display: table-cell;
  vertical-align: middle;
}

.u-hidden {
  display: none;
}

.u-align-center {
  text-align: center !important;
}
.u-align-left {
  text-align: left !important;
}

.u-upper {
  text-transform: uppercase;
}

.u-break-word {
  word-break: break-word;
}

.u-padding {
  padding: 20px;
}

.u-border {
  border: 1px solid #3e3e41;
}

.u-spacer {
  display: block;
  height: 20px;
}

.u-block {
  display: block !important;
}

.u-iblock {
  display: inline-block;
}

.u-regular {
  font-weight: 400 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-color-gold {
  color: #bca351 !important;
}

.u-color-orange {
  color: #e94e1b !important;
}

.u-fill-gold {
  fill: #bca351 !important;
}

.u-regular {
  font-weight: 400 !important;
}

.u-w-5 {
  width: 5% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-w-15 {
  width: 15% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-25 {
  width: 25% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-35 {
  width: 35% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-45 {
  width: 45% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-55 {
  width: 55% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-65 {
  width: 65% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-85 {
  width: 85% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-95 {
  width: 95% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-email-obfuscate:before {
  content: attr(data-website) "@" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}

/**
 * @deprecated
 */
/**
 * La charte graphique du site, au sens classique du terme : titres, textes, couleurs...
 * Les éléments des différents modules HTML/CSS doivent --étendre-- ces classes. Ex : 
 * .un-module {
 *     @extend %style-1;
 *
 * }
 * .un-module__title{
 *     @extend %h1
 * }
 * .un-module__link{
 *     @extend %read-more;
 * }
 */
.txt-small, .form__checkbox-tooltip, .cart-item__hint {
  font-family: arial;
  font-size: 13px;
  line-height: 20px;
}

.txt-big, .article-header__chapo {
  font-family: arial;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 30px;
  line-height: 2rem;
}
@media print {
  .txt-big, .article-header__chapo {
    font-size: 13pt;
  }
}

.txt-fat {
  font-size: 32px;
  font-size: 2.13333rem;
  line-height: 32px;
  line-height: 2.13333rem;
}
@media print {
  .txt-fat {
    font-size: 25pt;
  }
}

.section__title, .plancha__font-4 {
  color: #96969a;
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 21px;
  line-height: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 2px;
}
@media print {
  .section__title, .plancha__font-4 {
    font-size: 13pt;
  }
}
@media only screen and (min-width: 987px) {
  .section__title, .plancha__font-4 {
    margin-bottom: 20px;
  }
}
.section__title > *, .plancha__font-4 > * {
  display: inline-block;
  background-color: #fff;
  padding: 0 12px;
  top: -11px;
  position: relative;
}
.rct__add-instr, .rct__add-step, .link-tag {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

.rct__add-instr, .rct__add-step, .link-tag, .some-link, .tags__tag-link, .certifie, .faq a, .mod-recipe__edit-mod, .mod-recipe__edit-label, .recipe-ingredients__item a {
  color: #856400;
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
}
.rct__add-instr:hover, .rct__add-step:hover, .link-tag:hover, .some-link:hover, .tags__tag-link:hover, .certifie:hover, .faq a:hover, .mod-recipe__edit-mod:hover, .mod-recipe__edit-label:hover, .recipe-ingredients__item a:hover {
  text-decoration: underline;
}

.link-orange {
  color: #957000;
  text-align: center;
}
.link-orange a {
  text-decoration: none;
}

.landing-subscription__title, .landing-presentation__title, .gras-maj-noir__1, .recipe-header__new-label, .recipe-header__title--normal, .gras-maj-noir__2, .pap__intro-title, .gras-maj-noir__3, .recipe-header__title--chef, .seasons__item {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e3e41;
}
.landing-subscription__title, .landing-presentation__title, .gras-maj-noir__1, .recipe-header__new-label, .recipe-header__title--normal {
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 501px) {
  .landing-subscription__title, .landing-presentation__title, .gras-maj-noir__1, .recipe-header__new-label, .recipe-header__title--normal {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-subscription__title, .landing-presentation__title, .gras-maj-noir__1, .recipe-header__new-label, .recipe-header__title--normal {
    font-size: 34px;
    line-height: 46px;
  }
}
.gras-maj-noir__2, .pap__intro-title {
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 501px) {
  .gras-maj-noir__2, .pap__intro-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 987px) {
  .gras-maj-noir__2, .pap__intro-title {
    font-size: 40px;
    line-height: 46px;
  }
}
.gras-maj-noir__3, .recipe-header__title--chef {
  font-size: 24px;
  line-height: 26px;
}
@media only screen and (min-width: 501px) {
  .gras-maj-noir__3, .recipe-header__title--chef {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 987px) {
  .gras-maj-noir__3, .recipe-header__title--chef {
    font-size: 45px;
    line-height: 45px;
  }
}

.landing__cover-user, .form__row-label, .form__row-label-top, .normal-min-noir__1, .mod-cta__desc, .promo-newsletter__label, .landing-offer__paragraph, .form__row-label-med, .normal-min-noir__2, .table1 th, .flash--confirm, .flash--error, .recipe-header__disabled-h2, .mod-cta__h2, .landing-subscription__subtitle, .lexicon, .form__label, .form__row-label-big, .pager__link, .normal-min-noir__3, .faq-rub-top, .faq-rub-mid, .landing-register__headline, .recipe-ingredients__items-title, .quote__author-name, .landing__author, .article__title, .card-part__title, .normal-min-noir__4, .rich-text h3, .md-preview h3, .faq-cat, .recipe-steps__step-title, .menu-label, .pap__footer-state, .pap__step-title, .mod-cta__h1-AAA, .mod-cta__h1, .ph-header-partner, .fav__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #3e3e41;
}
.landing__cover-user, .form__row-label, .form__row-label-top, .normal-min-noir__1, .mod-cta__desc, .promo-newsletter__label {
  font-size: 15px;
  line-height: 20px;
}
.landing-offer__paragraph, .form__row-label-med, .normal-min-noir__2, .table1 th, .flash--confirm, .flash--error, .recipe-header__disabled-h2, .mod-cta__h2 {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 501px) {
  .landing-offer__paragraph, .form__row-label-med, .normal-min-noir__2, .table1 th, .flash--confirm, .flash--error, .recipe-header__disabled-h2, .mod-cta__h2 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__paragraph, .form__row-label-med, .normal-min-noir__2, .table1 th, .flash--confirm, .flash--error, .recipe-header__disabled-h2, .mod-cta__h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.landing-subscription__subtitle, .lexicon, .form__label, .form__row-label-big, .pager__link, .normal-min-noir__3, .faq-rub-top, .faq-rub-mid, .landing-register__headline, .recipe-ingredients__items-title, .quote__author-name {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 501px) {
  .landing-subscription__subtitle, .lexicon, .form__label, .form__row-label-big, .pager__link, .normal-min-noir__3, .faq-rub-top, .faq-rub-mid, .landing-register__headline, .recipe-ingredients__items-title, .quote__author-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-subscription__subtitle, .lexicon, .form__label, .form__row-label-big, .pager__link, .normal-min-noir__3, .faq-rub-top, .faq-rub-mid, .landing-register__headline, .recipe-ingredients__items-title, .quote__author-name {
    font-size: 20px;
    line-height: 24px;
  }
}
.landing__author, .article__title, .card-part__title, .normal-min-noir__4, .rich-text h3, .md-preview h3, .faq-cat, .recipe-steps__step-title, .menu-label, .pap__footer-state, .pap__step-title, .mod-cta__h1-AAA, .mod-cta__h1, .ph-header-partner, .fav__title {
  font-size: 17px;
  line-height: 23px;
}
@media only screen and (min-width: 501px) {
  .landing__author, .article__title, .card-part__title, .normal-min-noir__4, .rich-text h3, .md-preview h3, .faq-cat, .recipe-steps__step-title, .menu-label, .pap__footer-state, .pap__step-title, .mod-cta__h1-AAA, .mod-cta__h1, .ph-header-partner, .fav__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 987px) {
  .landing__author, .article__title, .card-part__title, .normal-min-noir__4, .rich-text h3, .md-preview h3, .faq-cat, .recipe-steps__step-title, .menu-label, .pap__footer-state, .pap__step-title, .mod-cta__h1-AAA, .mod-cta__h1, .ph-header-partner, .fav__title {
    font-size: 24px;
    line-height: 30px;
  }
}

.u-some-link, .rich-text a, .rich-text label, .md-preview a, .md-preview label {
  color: #856400;
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
}
.u-some-link:hover, .rich-text a:hover, .rich-text label:hover, .md-preview a:hover, .md-preview label:hover {
  color: #614900;
}

.readmore {
  color: #89660a;
  border-bottom: 1px dotted #dadada;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 3px;
}
.readmore:hover {
  color: #684d08;
}

a.landing__cover-user-name:hover, a.mod-pedia__body:hover, a.activity__author-name:hover, a.reco-list__item:hover, a.gras-min-noir__1:hover, a.mod-user__name:hover, a.ingredients-family__item:hover, a.figure2__title:hover, a.mod-place__title:hover, a.map-addresses-search__tooltip-title:hover, a.activity__title:hover, a.fundamental__title:hover, a.comment__author-name:hover, a.reco-list-labels__item:hover, a.gras-min-noir__2:hover, a.mod-user__name--big:hover, a.mod-user__name--vvbig:hover, a.mod-recipe__title:hover, a.landing-offer__paragraph-title:hover, a.variete__title:hover, a.mod-edito__title:hover, a.mod-article__title:hover, a.gras-min-noir__3:hover, a.landing-register__stitle:hover, a.mod-generic__title:hover, a.pap__intro-author-name:hover, a.mod-edito__title--headline:hover, a.gras-min-noir__4:hover, a.err__msg:hover, a.recipe-header__disabled-h1:hover, a.pedia-header__title:hover, a.ph-chef__title:hover, a.ph-default__title:hover, a.gras-min-noir__5:hover, a.landing-register__title:hover, a.user-header__name:hover, a.partner-casino__baseline:hover, a.partner-casino-2__baseline:hover, a.article-header__title:hover, a.gras-min-noir__6:hover, a.landing__title:hover {
  color: #78787A;
}

.landing__cover-user-name, .mod-pedia__body, .activity__author-name, .reco-list__item, .gras-min-noir__1, .mod-user__name, .ingredients-family__item, .figure2__title, .mod-place__title, .map-addresses-search__tooltip-title, .activity__title, .fundamental__title, .comment__author-name, .reco-list-labels__item, .gras-min-noir__2, .mod-user__name--big, .mod-user__name--vvbig, .mod-recipe__title, .landing-offer__paragraph-title, .variete__title, .mod-edito__title, .mod-article__title, .gras-min-noir__3, .landing-register__stitle, .mod-generic__title, .activity .mod-recipe__title, .pap__intro-author-name, .mod-edito__title--headline, .gras-min-noir__4, .err__msg, .recipe-header__disabled-h1, .pedia-header__title, .ph-chef__title, .ph-default__title, .gras-min-noir__5, .landing-register__title, .user-header__name, .partner-casino__baseline, .partner-casino-2__baseline, .article-header__title, .gras-min-noir__6, .landing__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #333;
}
.landing__cover-user-name, .mod-pedia__body, .activity__author-name, .reco-list__item, .gras-min-noir__1, .mod-user__name {
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width: 501px) {
  .landing__cover-user-name, .mod-pedia__body, .activity__author-name, .reco-list__item, .gras-min-noir__1, .mod-user__name {
    font-size: 13px;
    line-height: 20px;
  }
}
.ingredients-family__item, .figure2__title, .mod-place__title, .map-addresses-search__tooltip-title, .activity__title, .fundamental__title, .comment__author-name, .reco-list-labels__item, .gras-min-noir__2, .mod-user__name--big, .mod-user__name--vvbig, .mod-recipe__title {
  font-size: 13px;
  line-height: 17px;
}
@media only screen and (min-width: 501px) {
  .ingredients-family__item, .figure2__title, .mod-place__title, .map-addresses-search__tooltip-title, .activity__title, .fundamental__title, .comment__author-name, .reco-list-labels__item, .gras-min-noir__2, .mod-user__name--big, .mod-user__name--vvbig, .mod-recipe__title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 987px) {
  .ingredients-family__item, .figure2__title, .mod-place__title, .map-addresses-search__tooltip-title, .activity__title, .fundamental__title, .comment__author-name, .reco-list-labels__item, .gras-min-noir__2, .mod-user__name--big, .mod-user__name--vvbig, .mod-recipe__title {
    font-size: 15px;
    line-height: 20px;
  }
}
.landing-offer__paragraph-title, .variete__title, .mod-edito__title, .mod-article__title, .gras-min-noir__3, .landing-register__stitle, .mod-generic__title, .activity .mod-recipe__title, .pap__intro-author-name {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 501px) {
  .landing-offer__paragraph-title, .variete__title, .mod-edito__title, .mod-article__title, .gras-min-noir__3, .landing-register__stitle, .mod-generic__title, .activity .mod-recipe__title, .pap__intro-author-name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__paragraph-title, .variete__title, .mod-edito__title, .mod-article__title, .gras-min-noir__3, .landing-register__stitle, .mod-generic__title, .activity .mod-recipe__title, .pap__intro-author-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.mod-edito__title--headline, .gras-min-noir__4, .err__msg, .recipe-header__disabled-h1 {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 501px) {
  .mod-edito__title--headline, .gras-min-noir__4, .err__msg, .recipe-header__disabled-h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 987px) {
  .mod-edito__title--headline, .gras-min-noir__4, .err__msg, .recipe-header__disabled-h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.pedia-header__title, .ph-chef__title, .ph-default__title, .gras-min-noir__5, .landing-register__title, .user-header__name, .partner-casino__baseline, .partner-casino-2__baseline {
  font-size: 28px;
  line-height: 30px;
}
@media only screen and (min-width: 501px) {
  .pedia-header__title, .ph-chef__title, .ph-default__title, .gras-min-noir__5, .landing-register__title, .user-header__name, .partner-casino__baseline, .partner-casino-2__baseline {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 987px) {
  .pedia-header__title, .ph-chef__title, .ph-default__title, .gras-min-noir__5, .landing-register__title, .user-header__name, .partner-casino__baseline, .partner-casino-2__baseline {
    font-size: 36px;
    line-height: 46px;
  }
}
.article-header__title, .gras-min-noir__6 {
  font-size: 28px;
  line-height: 32px;
}
@media only screen and (min-width: 501px) {
  .article-header__title, .gras-min-noir__6 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 987px) {
  .article-header__title, .gras-min-noir__6 {
    font-size: 44px;
    line-height: 50px;
  }
}

.normal-min-gris__1, .mod-user__par, .mod-user__stats, .mod-recipe__favorites, .article-header__author, .normal-min-gris__2, .header-simple__info-label, .user-header__links, .mod-user__par--big, .recipe-ingredients__servings, .normal-min-gris__3, .ctas .favorite__nb, .pap__intro-author-par, .search__info, .search-global__result-message {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #96969a;
}
.normal-min-gris__1, .mod-user__par, .mod-user__stats, .mod-recipe__favorites {
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width: 501px) {
  .normal-min-gris__1, .mod-user__par, .mod-user__stats, .mod-recipe__favorites {
    font-size: 13px;
    line-height: 20px;
  }
}
.article-header__author, .normal-min-gris__2, .header-simple__info-label, .user-header__links, .mod-user__par--big, .recipe-ingredients__servings {
  font-size: 15px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.33333rem;
}
@media print {
  .article-header__author, .normal-min-gris__2, .header-simple__info-label, .user-header__links, .mod-user__par--big, .recipe-ingredients__servings {
    font-size: 8pt;
  }
}
.normal-min-gris__3, .ctas .favorite__nb, .pap__intro-author-par, .search__info, .search-global__result-message {
  font-size: 18px;
  font-size: 1.2rem;
}
@media print {
  .normal-min-gris__3, .ctas .favorite__nb, .pap__intro-author-par, .search__info, .search-global__result-message {
    font-size: 11pt;
  }
}

.activity__type, .fundamental__type, .normal-maj-gris__1, .mod-user__title, .spinner__label, .form__checkbox label:before, .form__radio .label--1,
.form__checkbox .label--1, .rct__time, .rct__time-label, .rct__step-label, .rct__step-ingr-label, .mod-place__cat, .place-addresses__dt, .normal-maj-gris__2, .tags__tag-link, .certifie, .noel-spe, .user-header__stat-label, .mod-recipe__category, .recipe-time__label, .recipe-time__time, .onglets__link, .ingredients-family__title, .ph-chef__category, .ph-default__category, .place-quotes__title, .normal-maj-gris__3, .pap__intro-author-title, .section__title-centered, .cat-header__title-total, .landing-offer__section-title, .reco-list__title, .normal-maj-gris__4, .recipe-steps__title, .recipe-ingredients__title, .recipe-comments-title, .search__title, .search__cat-title, .cat-header__title--mid, .header-simple__title, .landing-offer__title, .lexicon__letter, .normal-maj-gris__5, .user-header__job, .user-fellows__title, .cat-header__title--big, .normal-maj-gris__6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #96969a;
  text-transform: uppercase;
}
.activity__type, .fundamental__type, .normal-maj-gris__1, .mod-user__title, .spinner__label {
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (min-width: 501px) {
  .activity__type, .fundamental__type, .normal-maj-gris__1, .mod-user__title, .spinner__label {
    font-size: 13px;
    line-height: 20px;
  }
}
.form__checkbox label:before, .form__radio .label--1,
.form__checkbox .label--1, .rct__time, .rct__time-label, .rct__step-label, .rct__step-ingr-label, .mod-place__cat, .place-addresses__dt, .normal-maj-gris__2, .tags__tag-link, .certifie, .noel-spe, .user-header__stat-label, .mod-recipe__category, .recipe-time__label, .recipe-time__time {
  font-size: 15px;
  font-size: 1rem;
}
@media print {
  .form__checkbox label:before, .form__radio .label--1,
  .form__checkbox .label--1, .rct__time, .rct__time-label, .rct__step-label, .rct__step-ingr-label, .mod-place__cat, .place-addresses__dt, .normal-maj-gris__2, .tags__tag-link, .certifie, .noel-spe, .user-header__stat-label, .mod-recipe__category, .recipe-time__label, .recipe-time__time {
    font-size: 8pt;
  }
}
.onglets__link, .ingredients-family__title, .ph-chef__category, .ph-default__category, .place-quotes__title, .normal-maj-gris__3, .pap__intro-author-title {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.6rem;
}
@media print {
  .onglets__link, .ingredients-family__title, .ph-chef__category, .ph-default__category, .place-quotes__title, .normal-maj-gris__3, .pap__intro-author-title {
    font-size: 11pt;
  }
}
.section__title-centered, .cat-header__title-total, .landing-offer__section-title, .reco-list__title, .normal-maj-gris__4, .recipe-steps__title, .recipe-ingredients__title, .recipe-comments-title, .search__title, .search__cat-title {
  font-size: 20px;
  font-size: 1.33333rem;
  line-height: 26px;
  line-height: 1.73333rem;
}
@media print {
  .section__title-centered, .cat-header__title-total, .landing-offer__section-title, .reco-list__title, .normal-maj-gris__4, .recipe-steps__title, .recipe-ingredients__title, .recipe-comments-title, .search__title, .search__cat-title {
    font-size: 13pt;
  }
}
.cat-header__title--mid, .header-simple__title, .landing-offer__title, .lexicon__letter, .normal-maj-gris__5, .user-header__job, .user-fellows__title {
  font-size: 26px;
  font-size: 1.73333rem;
}
@media print {
  .cat-header__title--mid, .header-simple__title, .landing-offer__title, .lexicon__letter, .normal-maj-gris__5, .user-header__job, .user-fellows__title {
    font-size: 19pt;
  }
}
.cat-header__title--big, .normal-maj-gris__6 {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 501px) {
  .cat-header__title--big, .normal-maj-gris__6 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 987px) {
  .cat-header__title--big, .normal-maj-gris__6 {
    font-size: 50px;
    line-height: 70px;
  }
}

.js-loading .js-bt-loading,
.js-loading.js-bt-loading {
  position: relative;
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #333 !important;
  overflow: hidden;
  cursor: default;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.js-loading .js-bt-loading .icon,
.js-loading.js-bt-loading .icon {
  visibility: hidden;
}
.js-loading .js-bt-loading span,
.js-loading.js-bt-loading span {
  position: relative;
  z-index: 1;
}
.js-loading .js-bt-loading:before,
.js-loading.js-bt-loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ddd;
  -moz-animation: js-loading 10s cubic-bezier(0, 1, 1, 1) 1 forwards;
  -webkit-animation: js-loading 10s cubic-bezier(0, 1, 1, 1) 1 forwards;
  animation: js-loading 10s cubic-bezier(0, 1, 1, 1) 1 forwards;
}

@-moz-keyframes js-loading {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}
@-webkit-keyframes js-loading {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}
@keyframes js-loading {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}
.button-icon, .recipe-actions__step-by-step {
  color: #856400;
  border: 1px solid #e1e1e1;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}
.button-icon:hover, .recipe-actions__step-by-step:hover, .js-metalinked:hover .button-icon, .js-metalinked:hover .recipe-actions__step-by-step {
  background-color: #f7f7f7;
  color: #78787a;
  cursor: pointer;
}

.ribbon-min, .ribbon-small, .ribbon-big {
  display: inline-block;
  background-color: #baa256;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.ribbon-min:before, .ribbon-small:before, .ribbon-big:before, .ribbon-min:after, .ribbon-small:after, .ribbon-big:after {
  content: " ";
  border-style: solid;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  -ms-transform: scale(0.9999);
  -webkit-transform: scale(0.9999);
  transform: scale(0.9999);
  -moz-transform: scale(1);
}
.ribbon-min:before, .ribbon-small:before, .ribbon-big:before {
  border-color: #baa256 #baa256 #baa256 transparent;
}
.ribbon-min:after, .ribbon-small:after, .ribbon-big:after {
  border-color: #baa256 transparent #baa256 #baa256;
}

.ribbon-o-min, .ribbon-o-small, .ribbon-o-big {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #baa256;
  color: #baa256;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.ribbon-o-min .ribbon-o__label, .ribbon-o-small .ribbon-o__label, .ribbon-o-big .ribbon-o__label {
  display: inline-block;
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

.ribbon-aaa-min, .ribbon-aaa-small, .ribbon-aaa-big {
  display: inline-block;
  background-color: #e8420c;
  color: #fff !important;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.ribbon-aaa-min:before, .ribbon-aaa-small:before, .ribbon-aaa-big:before, .ribbon-aaa-min:after, .ribbon-aaa-small:after, .ribbon-aaa-big:after {
  content: " ";
  border-style: solid;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  -ms-transform: scale(0.9999);
  -webkit-transform: scale(0.9999);
  transform: scale(0.9999);
  -moz-transform: scale(1);
}
.ribbon-aaa-min:before, .ribbon-aaa-small:before, .ribbon-aaa-big:before {
  border-color: #e8420c #e8420c #e8420c transparent;
}
.ribbon-aaa-min:after, .ribbon-aaa-small:after, .ribbon-aaa-big:after {
  border-color: #e8420c transparent #e8420c #e8420c;
}
.ribbon-aaa-min strong, .ribbon-aaa-small strong, .ribbon-aaa-big strong {
  color: #fff !important;
}

.mod-user__par--ellip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 987px) {
  .desk-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 500px) {
  .palm-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 986px) {
  .portable-hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 986px) {
  .lap-hidden {
    display: none !important;
  }
}

@media only screen and (min-width: 501px) {
  .lap-and-up-hidden {
    display: none !important;
  }
}

.vamid {
  vertical-align: middle;
}

.section__content, .section__footer-content, .banner__content, .landing-offer__section-content, .search-global__bar-wrapper, .search-global__result-content {
  position: relative;
  max-width: 480px;
  padding: 0 12px;
  margin: 0 auto;
}
@media only screen and (min-width: 501px) {
  .section__content, .section__footer-content, .banner__content, .landing-offer__section-content, .search-global__bar-wrapper, .search-global__result-content {
    max-width: 530px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 655px) {
  .section__content, .section__footer-content, .banner__content, .landing-offer__section-content, .search-global__bar-wrapper, .search-global__result-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 987px) {
  .section__content, .section__footer-content, .banner__content, .landing-offer__section-content, .search-global__bar-wrapper, .search-global__result-content {
    max-width: 972px;
  }
}

.onglets {
  margin-top: 20px;
  text-align: center;
}
.onglets__item {
  display: inline-block;
  text-align: center;
  border: 1px solid #E5E5E5;
  position: relative;
  margin-bottom: -1px;
}
.onglets__item:nth-child(odd) {
  border-left: 1px solid #E5E5E5;
}
.onglets__item.is-active, .onglets__item:hover {
  border-bottom-color: #E5E5E5;
}
.onglets__item + .onglets__item {
  border-left: 0;
}
.onglets__item.is-active, .onglets__item:hover {
  border-bottom-color: #fff;
}
.onglets__item.is-active .onglets__link, .onglets__item:hover .onglets__link {
  background-color: #fff;
  color: #333;
}
.onglets__item:hover {
  border-bottom-color: #E5E5E5;
}
.onglets__item.is-active:hover {
  border-bottom-color: #fff;
}
.onglets__link {
  display: block;
  line-height: 39px;
  background-color: #f0f0f0;
  white-space: pre;
  padding: 0 10px;
}
@media only screen and (min-width: 501px) {
  .onglets__link {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 987px) {
  .onglets__link {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 501px) {
  .onglets__icon + .onglets__label {
    margin-left: 10px;
  }
}
.onglets__label {
  display: none;
}
@media only screen and (min-width: 501px) {
  .onglets__label {
    display: inline;
  }
}
@media only screen and (min-width: 501px) {
  .onglets__short {
    text-align: center;
  }
  .onglets__short .onglets__item {
    width: auto;
  }
}
@media only screen and (min-width: 987px) {
  .onglets__long {
    text-align: center;
  }
  .onglets__long .onglets__item {
    width: auto;
  }
}

.ribbon-min {
  line-height: 16px;
  padding: 0 10px;
  font-size: 10px;
}
.ribbon-min:before {
  border-width: 8px 0 8px 5px;
  left: -5px;
}
.ribbon-min:after {
  border-width: 8px 5px 8px 0;
  right: -5px;
}

.ribbon-small {
  line-height: 16px;
  padding: 0 10px;
  font-size: 10px;
}
.ribbon-small:before {
  border-width: 8px 0 8px 5px;
  left: -5px;
}
.ribbon-small:after {
  border-width: 8px 5px 8px 0;
  right: -5px;
}
@media only screen and (min-width: 501px) {
  .ribbon-small {
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
  }
  .ribbon-small:before {
    border-width: 10px 0 10px 5px;
    left: -5px;
  }
  .ribbon-small:after {
    border-width: 10px 5px 10px 0;
    right: -5px;
  }
}

.ribbon-big {
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
}
.ribbon-big:before {
  border-width: 10px 0 10px 5px;
  left: -5px;
}
.ribbon-big:after {
  border-width: 10px 5px 10px 0;
  right: -5px;
}
@media only screen and (min-width: 987px) {
  .ribbon-big {
    line-height: 30px;
    padding: 0 30px;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .ribbon-big:before {
    border-width: 15px 0 15px 5px;
    left: -5px;
  }
  .ribbon-big:after {
    border-width: 15px 5px 15px 0;
    right: -5px;
  }
}

.ribbon-o-min {
  line-height: 16px;
  padding: 0 10px;
  font-size: 10px;
}

.ribbon-o-small {
  line-height: 16px;
  padding: 0 10px;
  font-size: 10px;
}
@media only screen and (min-width: 501px) {
  .ribbon-o-small {
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
  }
}

.ribbon-o-big {
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
}
@media only screen and (min-width: 987px) {
  .ribbon-o-big {
    line-height: 30px;
    padding: 0 17px;
    font-size: 15px;
    letter-spacing: 2px;
  }
}

.ribbon-aaa-min {
  line-height: 16px;
  padding: 0 10px;
  font-size: 10px;
}
.ribbon-aaa-min:before {
  border-width: 8px 0 8px 5px;
  left: -5px;
}
.ribbon-aaa-min:after {
  border-width: 8px 5px 8px 0;
  right: -5px;
}

.ribbon-aaa-small {
  line-height: 16px;
  padding: 0 10px;
  font-size: 10px;
}
.ribbon-aaa-small:before {
  border-width: 8px 0 8px 5px;
  left: -5px;
}
.ribbon-aaa-small:after {
  border-width: 8px 5px 8px 0;
  right: -5px;
}
@media only screen and (min-width: 501px) {
  .ribbon-aaa-small {
    line-height: 14px;
    padding: 0 10px;
    font-size: 12px;
  }
  .ribbon-aaa-small:before {
    border-width: 14px 0 14px 5px;
    left: -5px;
  }
  .ribbon-aaa-small:after {
    border-width: 14px 5px 14px 0;
    right: -5px;
  }
  .ribbon-aaa-small strong {
    display: block;
  }
}

.ribbon-aaa-big {
  line-height: 14px;
  padding: 0 10px;
  font-size: 12px;
}
.ribbon-aaa-big:before {
  border-width: 14px 0 14px 5px;
  left: -5px;
}
.ribbon-aaa-big:after {
  border-width: 14px 5px 14px 0;
  right: -5px;
}
.ribbon-aaa-big strong {
  display: block;
}
@media only screen and (min-width: 987px) {
  .ribbon-aaa-big {
    line-height: 30px;
    padding: 0 30px;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .ribbon-aaa-big:before {
    border-width: 15px 0 15px 5px;
    left: -5px;
  }
  .ribbon-aaa-big:after {
    border-width: 15px 5px 15px 0;
    right: -5px;
  }
  .ribbon-aaa-big strong {
    display: inline;
  }
}

.ribbon-corner {
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  overflow: hidden;
  height: 150px;
}
.ribbon-corner__content {
  display: block;
  position: relative;
  background-color: #BCA351;
  top: 23px;
  right: -40px;
  padding: 5px 29px 5px 26px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ribbon-corner__content:before, .ribbon-corner__content:after {
  content: ' ';
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #a48e4b transparent;
  border-width: 0 5px 5px 5px;
  width: 0;
  height: 0;
}
.ribbon-corner__content:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -4px;
  left: -3px;
}
.ribbon-corner__content:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -4px;
  right: -3px;
}
.ribbon-corner__txt1 {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.ribbon-corner__txt2 {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
}

.ribbon-corner__content--offer {
  top: 33px;
  right: -31px;
}

.ribbon-corner__content--offer--macaron {
  width: 140px;
  height: 140px;
}
@media only screen and (min-width: 987px) {
  .ribbon-corner__content--offer--macaron {
    width: 224px;
    height: 224px;
  }
}
.ribbon-corner__content--offer--macaron--small {
  width: 120px;
  height: 120px;
  margin: 10px;
}

.ribbon-corner__content--box {
  top: 18px;
  right: -39px;
}

.ribbon-corner__content--new-chef {
  top: 22px;
  right: -22px;
  padding: 5px 22px 5px 22px;
}

.ribbon-corner__txt2--new-chef {
  font-size: 10px;
  line-height: 10px;
  width: 64px;
}

.ribbon-corner__txt2--new-chef-big {
  font-size: 10px;
  line-height: 10px;
  width: 64px;
}
@media only screen and (min-width: 987px) {
  .ribbon-corner__txt2--new-chef-big {
    font-size: 15px;
    line-height: 15px;
    width: 96px;
  }
}

.ribbon-corner__content--new-chef-big {
  top: 22px;
  right: -22px;
  padding: 5px 22px 5px 22px;
}
@media only screen and (min-width: 987px) {
  .ribbon-corner__content--new-chef-big {
    top: 33px;
    right: -29px;
    padding: 5px 29px 5px 26px;
  }
}

.badge-orange {
  position: absolute;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  width: 100px;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  background: #ff8600;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 501px) {
  .badge-orange {
    height: 120px;
    line-height: 120px;
    width: 120px;
  }
}
.badge-orange__content {
  display: inline-block;
  padding: 10px;
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 501px) {
  .badge-orange__content {
    font-size: 12px;
  }
}
@media only screen and (min-width: 501px) {
  .badge-orange__content:before, .badge-orange__content:after {
    content: "";
    display: block;
    border-top: 1px solid;
    height: 0;
    margin: 10px;
  }
}

.badge-gold {
  position: absolute;
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  background: #bca351;
  font-size: 14px;
  text-transform: uppercase;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #bca351;
}
.badge-gold__content {
  display: inline-block;
  line-height: 16px;
}

.badge-new {
  position: absolute;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  width: 100px;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  background: #d7ab42;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 501px) {
  .badge-new {
    height: 120px;
    line-height: 120px;
    width: 120px;
  }
}
.badge-new__content {
  display: inline-block;
  padding: 10px;
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 501px) {
  .badge-new__content {
    font-size: 12px;
  }
}
@media only screen and (min-width: 501px) {
  .badge-new__content:before, .badge-new__content:after {
    content: "";
    display: block;
    border-top: 1px solid;
    height: 0;
    margin: 10px;
  }
}

.button-simple {
  color: #856400;
  border: 1px solid #e1e1e1;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.button-simple:hover, .js-metalinked:hover .button-simple {
  background-color: #f7f7f7;
  color: #78787a;
  cursor: pointer;
}
.button-simple .button-simple__label {
  vertical-align: middle;
}
.button-simple.button-simple--gold {
  color: #fff;
  border: 1px solid #bca351;
  background-color: #bca351;
}
.button-simple.button-simple--gold:hover, .js-metalinked:hover .button-simple.button-simple--gold {
  color: #fff;
  background-color: #a48f4b;
}
.button-simple.button-simple--orange {
  color: #fff;
  border: 1px solid #e94e1b;
  background-color: #e94e1b;
}
.button-simple.button-simple--orange:hover, .js-metalinked:hover .button-simple.button-simple--orange {
  color: #fff;
  background-color: #e94e1b;
}
.button-simple.button-simple--facebook {
  color: #fff;
  border: 1px solid #3b5999;
  background-color: #3b5999;
}
.button-simple.button-simple--facebook:hover, .js-metalinked:hover .button-simple.button-simple--facebook {
  color: #fff;
  background-color: #3b5999;
}
.button-simple.button-simple--facebook .icon {
  margin: 0;
}
.button-simple.button-simple--dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
}
.button-simple.button-simple--dark:hover, .js-metalinked:hover .button-simple.button-simple--dark {
  color: #3e3e41;
  background-color: rgba(255, 255, 255, 0.8);
}
.button-simple.button-simple--dark:hover .icon, .js-metalinked:hover .button-simple.button-simple--dark .icon {
  fill: #3e3e41;
}
.button-simple.button-simple--white {
  color: #bca351;
  border: 1px solid #bca351;
  background-color: #fff;
}
.button-simple.button-simple--white:hover, .js-metalinked:hover .button-simple.button-simple--white {
  color: #fff;
  background-color: #bca351;
}
.button-simple.button-simple--noborder {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
@media only screen and (min-width: 987px) {
  .button-simple.button-simple--right {
    float: right;
  }
}
@media only screen and (min-width: 501px) {
  .button-simple.button-simple--big {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
}
.button-simple.button-simple--huge {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
}
@media only screen and (min-width: 501px) {
  .button-simple.button-simple--huge {
    font-size: 27px;
  }
}

.button-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 30px;
  line-height: 27px;
  font-weight: 300;
}
.button-simple + .button-icon {
  margin-left: 20px;
}
.button-icon .button-icon__label {
  display: none;
  vertical-align: middle;
  padding-left: 5px;
}
.button-icon--share {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: none;
  border: none;
  text-align: center;
}
.button-icon--share:hover {
  background: none;
  border: none;
}

.button-icon--facebook {
  border-right: solid 1px #fff;
}
.button-icon--facebook .icon {
  vertical-align: text-top;
}
.button-icon--facebook:hover {
  border-right: solid 1px #fff;
}

.button-circle {
  display: block;
  margin: 30px auto 0;
  width: 60px;
  height: 60px;
  line-height: 55px;
  border: 1px solid #808080;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.button-circle .icon {
  width: 70%;
  height: 70%;
  vertical-align: middle;
  fill: #808080;
}

body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
html {
  font: 0.8125em/1.6 sans-serif;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media only screen and (min-width: 501px) {
  html {
    font: 0.875em/1.6 sans-serif;
  }
}
@media only screen and (min-width: 987px) {
  html {
    font: 0.9375em/1.6 sans-serif;
  }
}
body {
  color: #3e3e41;
  font-family: Arial, sans-serif;
  background-color: #fff;
  overflow: hidden;
}
body.grey {
  background-color: #f5f5f5;
}

a {
  color: inherit;
  text-decoration: inherit;
}

p, h1 {
  margin: 0;
}

ul {
  margin: 0;
  list-style-type: none;
}

fieldset {
  border: 0;
}

label {
  margin-bottom: 0;
  font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.readmore__container {
  text-align: center;
  margin-top: 15px;
}

.sp-12 {
  margin-top: -12px;
}
.sp-12 > .grid__item {
  margin-top: 12px;
}
.sp-12.mg-12 {
  margin-top: 12px;
}
@media only screen and (min-width: 501px) {
  .sp-12.lap-and-up-mg-12 {
    margin-top: 12px;
  }
}

.sp-24 {
  margin-top: -24px;
}
.sp-24 > .grid__item {
  margin-top: 24px;
}
.sp-24.mg-12 {
  margin-top: 12px;
}
@media only screen and (min-width: 501px) {
  .sp-24.lap-and-up-mg-12 {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 501px) {
  .lap-and-up-sp-24 {
    margin-top: -24px;
  }
  .lap-and-up-sp-24 > .grid__item {
    margin-top: 24px;
  }
  .lap-and-up-sp-24.mg-12 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 501px) and (min-width: 501px) {
  .lap-and-up-sp-24.lap-and-up-mg-12 {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 501px) {
  .lap-and-up-sp-20 {
    margin-top: -20px;
  }
  .lap-and-up-sp-20 > .grid__item {
    margin-top: 20px;
  }
  .lap-and-up-sp-20.mg-12 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 501px) and (min-width: 501px) {
  .lap-and-up-sp-20.lap-and-up-mg-12 {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 987px) {
  .desk-sp-34 {
    margin-top: -34px;
  }
  .desk-sp-34 > .grid__item {
    margin-top: 34px;
  }
  .desk-sp-34.mg-12 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 987px) and (min-width: 501px) {
  .desk-sp-34.lap-and-up-mg-12 {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 501px) {
  .lap-and-up-sp-29 {
    margin-top: -29px;
  }
  .lap-and-up-sp-29 > .grid__item {
    margin-top: 29px;
  }
  .lap-and-up-sp-29.mg-12 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 501px) and (min-width: 501px) {
  .lap-and-up-sp-29.lap-and-up-mg-12 {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 987px) {
  .desk-sp-39 {
    margin-top: -39px;
  }
  .desk-sp-39 > .grid__item {
    margin-top: 39px;
  }
  .desk-sp-39.mg-12 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 987px) and (min-width: 501px) {
  .desk-sp-39.lap-and-up-mg-12 {
    margin-top: 12px;
  }
}

.grid__item--align-middle {
  vertical-align: middle;
}
.grid__item--align-bottom {
  vertical-align: bottom;
}
.grid__item--no-marge {
  margin-top: 0 !important;
  padding-left: 0;
}

.grid--no-marge {
  margin-left: 0;
}
.grid--center {
  text-align: center;
}

.vs {
  margin-top: -19px;
}
.vs + .vs {
  margin-top: 0;
}
.vs > .grid__item {
  margin-top: 19px;
}
@media only screen and (min-width: 501px) {
  .vs {
    margin-top: -29px;
  }
  .vs > .grid__item {
    margin-top: 29px;
  }
}
@media only screen and (min-width: 987px) {
  .vs {
    margin-top: -39px;
  }
  .vs > .grid__item {
    margin-top: 39px;
  }
}

.vs2 {
  margin-top: -14px;
}
.vs2 + .vs2 {
  margin-top: 0;
}
.vs2 > .grid__item {
  margin-top: 14px;
}
@media only screen and (min-width: 987px) {
  .vs2 {
    margin-top: -20px;
  }
  .vs2 > .grid__item {
    margin-top: 20px;
  }
}

.grid__item.center {
  text-align: center;
}

.wrapper {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: absolute;
  height: 100%;
}

.content {
  display: table-row;
  height: 100%;
}
.content--centered:after {
  display: none;
}

.pied {
  background-color: #f5f5f5;
  padding-bottom: 0;
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.pied .section {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px;
  padding-top: 24px;
}
.pied__content {
  padding: 10px 0;
  max-width: 948px;
  margin: 0 auto;
  text-align: center;
}
.pied__link {
  color: #999;
  font-size: 12px;
}
.pied__link + .pied__link {
  padding-left: 20px;
}

.content .section:last-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 501px) {
  .content .section:last-child {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 987px) {
  .content .section:last-child {
    margin-bottom: 50px;
  }
}
.content .section--centered:last-child {
  padding-bottom: 30px;
}
@media only screen and (min-width: 501px) {
  .content .section--centered:last-child {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 987px) {
  .content .section--centered:last-child {
    padding-bottom: 50px;
  }
}
*:not(.section--grey):not(.section--banner) + .section, .content *:not(.section--grey):not(.section--banner) + [class*="include_"] .section {
  margin-top: 50px;
}
@media only screen and (min-width: 501px) {
  *:not(.section--grey):not(.section--banner) + .section, .content *:not(.section--grey):not(.section--banner) + [class*="include_"] .section {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 987px) {
  *:not(.section--grey):not(.section--banner) + .section, .content *:not(.section--grey):not(.section--banner) + [class*="include_"] .section {
    margin-top: 90px;
  }
}
.section--grey + .section {
  margin-top: 30px;
}
@media only screen and (min-width: 501px) {
  .section--grey + .section {
    margin-top: 40px;
  }
}
*:not(.section--grey):not(.section--banner) + .section--tight {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 501px) {
  *:not(.section--grey):not(.section--banner) + .section--tight {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 987px) {
  *:not(.section--grey):not(.section--banner) + .section--tight {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.content .section:first-of-type:not(.section--grey) {
  margin-top: 30px;
}
.content .section--centered:first-of-type {
  padding-top: 30px;
}
.banner + .section {
  margin-top: 30px;
}
.banner + .section--grey {
  margin-top: 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.section.section--close-to-top {
  margin-top: 25px !important;
}
@media only screen and (min-width: 501px) {
  .section.section--close-to-top {
    margin-top: 35px !important;
  }
}
@media only screen and (min-width: 987px) {
  .section.section--close-to-top {
    margin-top: 45px !important;
  }
}
.section .grid__item + .grid__item .section__title {
  margin-top: 31px;
}
@media only screen and (min-width: 501px) {
  .section .grid__item + .grid__item .section__title {
    margin-top: 41px;
  }
}
@media only screen and (min-width: 987px) {
  .section .grid__item + .grid__item .section__title {
    margin-top: 0;
  }
}
.section__title {
  border-top: 1px solid #dadada;
}
.section__title-label--bordered {
  position: relative;
  background: none;
  height: 40px;
  line-height: 40px;
  top: -20px;
  padding: 0 40px;
  color: #d7ab42;
  z-index: 1;
}
.section__title-label--bordered::before, .section__title-label--bordered::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d7ab42;
  background: #fff;
  z-index: -1;
  transform: perspective(300px) rotateX(56deg);
  transform-origin: 50% 100%;
}
.section__title-label--bordered::before {
  border-top: 0;
}
.section__title-label--bordered::after {
  border-bottom: 0;
  transform: perspective(300px) rotateX(-56deg);
  transform-origin: 50% 0;
}
.section__title-centered {
  display: block;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
* + .section__title-centered {
  margin-top: 10px;
}
@media only screen and (min-width: 501px) {
  .section__title-centered {
    margin-bottom: 20px;
  }
  * + .section__title-centered {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 987px) {
  .section__title-centered {
    margin-bottom: 30px;
  }
  * + .section__title-centered {
    margin-top: 50px;
  }
}
.section__content--iframe iframe {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .section__content--iframe iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 987px) {
  .section__content--iframe iframe {
    height: 600px;
  }
}
.section__content--small {
  max-width: 462px;
}
.section__content--mid {
  padding: 0 12px;
}
@media only screen and (min-width: 987px) {
  .section__content--mid {
    max-width: 834px;
    padding: 35px 105px;
  }
}
.section__content--786 {
  max-width: 786px;
}
@media only screen and (min-width: 987px) {
  .section--centered {
    display: table-cell;
    vertical-align: middle;
  }
}
.section + .section--grey {
  border-top: 1px solid #e5e5e5;
}
.section--grey {
  background-color: #f5f5f5;
  padding-bottom: 0;
  padding-top: 24px;
}
.section--grey:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.section--grey + .section--grey {
  margin-top: 30px;
}
.section--grey__footer {
  padding: 15px 0 20px 0;
  background-color: #f0f0f0;
  border-top: 1px solid #e5e5e5;
}
.section--darkgrey {
  background-color: #282828;
}
.section__content--darkgrey {
  width: 948px;
  margin: 0 auto;
}
.section--fixed {
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-top: 13px;
  padding-bottom: 13px;
}
.section__content--fixed {
  height: 33px;
  line-height: 33px;
}
.section__content--subscribe, .section__content--cart, .section__content--payment {
  max-width: 623px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 501px) {
  .section__content--subscribe, .section__content--cart, .section__content--payment {
    padding: 45px 85px;
  }
}
.section--subscribe {
  background: #fff url(/bundles/udgweb/img/bg-subscribe.jpg) no-repeat 50% 0;
}
.section--cart {
  margin-bottom: 0 !important;
  background: #fff url(/bundles/udgweb/img/bg-cart.jpg) no-repeat 50% 0;
}
.section--payment {
  background: #fff url(/bundles/udgweb/img/bg-payment.jpg) no-repeat 50% 0;
}

img {
  max-width: 100%;
}

img[src=""] {
  display: none;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

.placeholder {
  color: #aaa !important;
}

.no-js .no-js-hide {
  display: none;
}

.js-on .js-hide,
.js-off .js-hide {
  display: none;
}

.no-js .recipe-header__pap {
  display: none;
}

.js-off .hidden-while-js-off {
  display: none !important;
}

.js-on .js-fullscreen-recipe {
  cursor: pointer;
}
.js-on .js-fullscreen-recipe:hover .button-simple--dark {
  color: #3e3e41;
  background-color: rgba(255, 255, 255, 0.8);
}
.js-on .js-fullscreen-recipe:hover .button-simple--dark .icon {
  fill: #3e3e41;
}

.cat-header {
  margin-bottom: 12px;
}
.cat-header--bordered {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
}
@media only screen and (min-width: 501px) {
  .cat-header--bordered {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 501px) {
  .cat-header {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 987px) {
  .cat-header {
    margin-bottom: 40px;
  }
}
.cat-header__title {
  /*
  margin-bottom: 20px;
  @include media-query(lap-and-up){
      margin-bottom: 30px;
  }
  @include media-query(desk){
      margin-bottom: 40px;
  }
  */
}
.cat-header__title-xmas {
  margin: 0 0 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  background: url(/bundles/udgweb/img/landing/noel2016/bg-title-tag.jpg) no-repeat 50%;
}
@media only screen and (min-width: 501px) {
  .cat-header__title-xmas {
    margin: 0 0 50px;
    font-size: 30px;
  }
}
.cat-header__title-xmas-content {
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.cat-header__title-xmas-content:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -35px;
  bottom: 0;
  left: -35px;
  border-top: 50px solid #e7ac34;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fullscreen-active .wrapper {
  display: none;
}

.fullscreen {
  z-index: 1;
  opacity: 0;
  background-color: #fafafa;
  position: fixed;
  height: 0;
  width: 0;
  overflow: hidden;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.fullscreen-active .fullscreen {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.fullscreen .fullscreen__loader {
  display: table;
  width: 100%;
  height: 100%;
}
.fullscreen .fullscreen__loader-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.close-window {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #96969a;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}
.close-window:before {
  display: inline-block;
  font-family: arial;
  content: 'X';
  text-align: center;
  border: 1px solid #dadada;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.section-fixed {
  height: 60px;
}

.hidden {
  display: none !important;
}

.offer-bar {
  background-color: #f5f5f5;
  left: 0;
  position: fixed;
  top: 0;
  width: 230px;
  z-index: 3;
  display: none;
}
.header__checkbox:checked ~ .wrapper .offer-bar {
  display: block;
}
.offer-bar__item {
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.offer-bar__item--offer, .offer-bar__item--subscribe {
  width: 50%;
}
.offer-bar__item--login, .offer-bar__item--code, .offer-bar__item--offer:last-child {
  width: 100%;
}
.offer-bar__item--login {
  border-bottom: 1px solid #dadada;
  text-align: left;
  font-size: 15px;
  padding: 0;
}
.offer-bar__link {
  display: block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 51px;
  text-align: center;
  padding: 0 15px;
}
.offer-bar__link--offer.is-logged {
  background-color: #3f3f41;
  color: #fff;
}
.offer-bar__link i {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.offer-bar__link--subscribe {
  background-color: #e94e1b;
  color: #fff;
}
.offer-bar__link--subscribe:hover, .offer-bar__link--subscribe:focus {
  color: #eaeaea;
}
.offer-bar__link--login:hover, .offer-bar__link--login:focus, .offer-bar__link--code:hover, .offer-bar__link--code:focus {
  color: #7d7d7d;
}
@media only screen and (min-width: 987px) {
  .offer-bar {
    position: static;
    width: auto;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .offer-bar__content {
    padding: 0 12px;
    position: relative;
    max-width: 972px;
    margin: 0 auto;
    text-align: right;
  }
  .offer-bar__item {
    width: auto;
  }
  .offer-bar__item:last-child .offer-bar__link {
    padding: 0 15px;
  }
  .offer-bar__item:last-child .offer-bar__link.is-logged {
    width: 130px;
  }
  .offer-bar__item--login {
    width: auto;
    border-bottom: 0;
  }
  .offer-bar__item--offer:last-child {
    width: auto;
  }
  .offer-bar__link {
    display: inline-block;
    line-height: 26px;
  }
  .offer-bar__link--login {
    border-right: 1px solid #e5e5e5;
  }
}

.has-link-wrapper {
  position: relative;
}
.has-link-wrapper a, .has-link-wrapper button {
  position: relative;
  z-index: 2;
}

.u-link-wrapper {
  position: static !important;
}
.u-link-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
}

.user-zone__checkbox {
  display: none;
}

.header {
  display: table-row;
}
.header__checkbox {
  display: none;
}
.header__logo {
  display: inline-block;
  width: 219px;
  text-indent: -9999px;
  background: url("/bundles/udgweb/img/logo_academie_du_gout_simple.png") no-repeat 0 50%;
}
.header__menu-icon {
  display: block;
  font-family: sans-serif;
  font-size: 36px;
  left: 5px;
  top: 10px;
  line-height: 36px;
  width: 100%;
  text-align: center;
}
.header__zone--button-subscribe {
  display: none;
}

@media only screen and (max-width: 986px) {
  .js-feature-header-button-subscribe .header__zone--button-subscribe {
    display: block;
  }
  .js-feature-header-button-subscribe .header__zone--button-subscribe .button-simple {
    font-size: 13px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 986px) and (max-width: 359px) {
  .js-feature-header-button-subscribe .header__zone--button-subscribe .button-simple {
    font-size: 12px;
  }
}
@media only screen and (max-width: 986px) {
  .js-feature-header-button-subscribe .header__menu-icon {
    line-height: 45px;
  }
  .js-feature-header-button-subscribe .header__content {
    height: 50px;
  }
  .js-feature-header-button-subscribe .header__zone--menu .icon-hamburger {
    width: 20px;
    height: 20px;
  }
  .js-feature-header-button-subscribe .header__zone--logo .logo {
    width: 130px;
    height: 35px;
    margin: 7px 0;
  }
  .js-feature-header-button-subscribe .header__zone--logo .logo-link {
    margin-right: 15vw;
  }
}
@media only screen and (max-width: 986px) and (max-width: 501px) {
  .js-feature-header-button-subscribe .header__zone--logo .logo-link {
    margin-right: 25vw;
  }
}
@media only screen and (max-width: 986px) and (max-width: 320px) {
  .js-feature-header-button-subscribe .header__zone--logo .logo-link {
    margin-right: 31vw;
  }
}

@media only screen and (max-width: 986px) {
  .header {
    position: relative;
  }
  .header__menu-icon {
    height: 49px;
    line-height: 49px;
  }
  .header__logo {
    height: 49px;
  }
  .header.is-fixed {
    height: 50px;
  }
  .header.is-fixed .header__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 3;
  }
  .header__zone--logo {
    text-align: center;
    line-height: 0;
  }
  .header__zone--menu {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__zone--button-subscribe {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header__search {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    line-height: 69px;
    width: 100%;
    padding-left: 22px;
  }
  .header__search:hover {
    background-color: #dadada;
  }
  .header__search-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #313131;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
  }
  .header__sidebar {
    display: block;
    bottom: 0;
    left: -230px;
    position: fixed;
    width: 230px;
    z-index: 1;
    background-color: #f5f5f5;
    border-right: 1px solid #e5e5e5;
    overflow-y: auto;
    top: 102px;
  }
  .header__sidebar--2 {
    top: 154px;
  }
  .header__content {
    border-bottom: 1px solid #e5e5e5;
  }
  .header__checkbox:checked {
    display: block;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .header__checkbox:checked ~ .header__modal {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .header__checkbox:checked ~ .wrapper .header {
    left: 230px;
    height: 50px;
  }
  .header__checkbox:checked ~ .wrapper .header .header__content {
    background-color: #fff;
    left: 230px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .header__checkbox:checked ~ .wrapper .content .section, .header__checkbox:checked ~ .wrapper .content .landing {
    position: relative;
    left: 230px;
  }
  .header__checkbox:checked ~ .wrapper .search {
    left: 230px;
  }
  .header__checkbox:checked ~ .wrapper .header__sidebar {
    left: 0;
  }

  .user-zone__label {
    display: none;
    padding-top: 20px;
    padding-left: 43px;
  }
  .user-zone__login {
    display: block;
    height: 70px;
    line-height: 69px;
    color: #856400;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #dadada;
    padding-left: 22px;
  }
  .user-zone__login:hover {
    background-color: #dadada;
  }
  .user-zone__menu-link {
    display: block;
    line-height: 39px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #313131;
    width: 100%;
    background-color: transparent;
    border: 0;
    text-align: left;
    padding: 0;
  }
  .user-zone__menu-link .icon {
    margin: 0 12px;
  }
  .user-zone__menu-link:hover {
    color: #7d7d7d;
  }
  .user-zone .icon-arrow_up,
  .user-zone .icon-arrow_down {
    display: none;
  }

  .main-nav {
    padding-bottom: 10px;
  }
  .main-nav__link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #313131;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 5px 10px 22px;
    display: block;
  }
  .main-nav__link .icon {
    margin: 0 12px;
  }
  .is-active .main-nav__link, .main-nav__link:hover {
    color: #7d7d7d;
  }
  .main-nav__link--paques {
    margin-bottom: -10px;
    background-image: url("/bundles/udgweb/img/paques/tab-mobile.jpg");
    background-position: 50%;
    font-weight: 700;
  }
}
@media only screen and (min-width: 987px) {
  .header {
    background-color: #fff;
  }
  .header:after {
    display: block;
    content: '';
    border-bottom: 1px solid #e5e5e5;
  }
  .header__menu-icon {
    height: 79px;
    line-height: 79px;
  }
  .header__logo {
    height: 79px;
  }
  .header__content {
    display: table;
    table-layout: fixed;
    width: 948px;
    border-collapse: collapse;
    margin: 0 auto;
  }
  .header__sidebar {
    display: table;
    width: 100%;
  }
  .header__zone {
    display: table-cell;
    vertical-align: middle;
  }
  .header__zone--menu {
    display: none;
  }
  .header__zone--logo {
    width: 218px;
    border-right: 1px solid #e5e5e5;
    line-height: 0;
  }
  .header__zone--nav {
    width: auto;
  }
  .header__zone--search {
    width: 100px;
    border: 1px solid #e5e5e5;
    border-width: 0 1px 0 1px;
  }
  .header__zone--user {
    width: 130px;
    border-right: 1px solid #e5e5e5;
  }
  .header__search {
    width: 100%;
    text-align: center;
    height: 79px;
    padding-top: 22px;
  }
  .header__search:hover, .search__checkbox:checked ~ .wrapper .header .header__search {
    background-color: #f5f5f5;
  }
  .header__search-label {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-transform: uppercase;
  }

  .user-zone {
    position: relative;
  }
  .user-zone__checkbox {
    display: none;
  }
  .user-zone__label {
    display: block;
    width: 100%;
    line-height: 79px;
    padding-right: 30px;
    text-align: right;
  }
  .user-zone__label img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .user-zone__label:hover, .user-zone__checkbox:checked ~ .user-zone__label {
    background-color: #f5f5f5;
  }
  .user-zone .icon-arrow_up {
    position: absolute;
    height: 0;
    overflow: hidden;
  }
  .user-zone__checkbox:checked ~ .user-zone__label .icon-arrow_up {
    position: static;
    height: 18px;
    overflow: visible;
  }
  .user-zone__checkbox:checked ~ .user-zone__label .icon-arrow_down {
    position: absolute;
    height: 0;
    overflow: hidden;
  }
  .user-zone__menu {
    display: none;
  }
  .user-zone__checkbox:checked ~ .user-zone__menu {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
  }
  .user-zone__menu {
    background: #fff;
    border: 1px solid #dadada;
    width: 230px;
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.4);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.4);
  }
  .user-zone__menu-item + .user-zone__menu-item {
    border-top: 1px solid #dadada;
  }
  .user-zone__menu-link {
    display: block;
    line-height: 39px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #313131;
    width: 100%;
    background-color: transparent;
    border: 0;
    text-align: left;
    padding: 0;
  }
  .user-zone__menu-link .icon {
    margin: 0 12px;
  }
  .user-zone__menu-link:hover {
    background-color: #f5f5f5;
  }
  .user-zone__login {
    display: block;
    height: 79px;
    line-height: 79px;
    color: #856400;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
  }
  .user-zone__login:hover, .user-zone__login:active {
    background-color: #f5f5f5;
  }

  .main-nav {
    text-align: center;
  }
  .main-nav__items {
    display: flex;
    justify-content: space-between;
  }
  .main-nav__item {
    display: inline-block;
  }
  .main-nav__link {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #313131;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 0 8px;
    line-height: 79px;
    vertical-align: middle;
  }
  .is-active .main-nav__link, .main-nav__link:hover {
    color: #7d7d7d;
  }
  .main-nav__link--paques {
    position: relative;
    padding: 0 13px;
    background-image: url("/bundles/udgweb/img/paques/tab-desktop.jpg");
    background-repeat: no-repeat;
    background-size: 220%;
    background-position: 50%;
    font-weight: 700;
    transition: .2s background-size ease-in-out;
  }
  .main-nav__link--paques:hover {
    background-size: 250%;
    color: #313131;
  }
}
.header-simple__title {
  color: #7f7f81;
  font-size: 28px;
  font-weight: 400;
}
.header-simple__info {
  padding-right: 12px;
  padding-bottom: 12px;
  margin-top: 10px;
}
.header-simple__logo {
  display: block;
  background: url("/bundles/udgweb/img/logo_academie_du_gout_simple.png") no-repeat 50% 50%;
  color: transparent;
}
.header-simple__content {
  line-height: 0;
}
@media only screen and (max-width: 500px) {
  .header-simple {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
  }
  .header-simple__content {
    text-align: center;
  }
  .header-simple__title {
    text-align: right;
  }
}
@media only screen and (min-width: 501px) {
  .header-simple {
    background-color: #fff;
  }
  .header-simple:after {
    display: block;
    content: ' ';
    border-bottom: 1px solid #dadada;
  }
  .header-simple__title {
    text-align: center;
  }
  .header-simple__content {
    display: block;
    max-width: 948px;
    margin: 0 auto;
    position: relative;
  }
  .header-simple__info {
    float: right;
  }
}
@media only screen and (min-width: 987px) {
  .header-simple {
    display: table-row;
  }
  .header-simple__logo {
    width: 180px;
    height: 79px;
    position: absolute;
  }
  .header-simple__content {
    text-align: left;
  }
  .header-simple__info {
    margin-top: 20px;
  }
}

.landing-subscription .cta-noel_2017 .section__content {
  padding: 0;
}
.landing-subscription .cta-noel_2017 .mod-cta-bizo {
  padding: 0;
}

.landing {
  position: relative;
  padding-bottom: 14px;
  background-size: cover;
}
.landing__bg {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (min-width: 501px) {
  .landing__bg {
    height: 420px;
  }
}
@media only screen and (min-width: 987px) {
  .landing__bg {
    height: 550px;
  }
}
.landing__bg--1 {
  background-image: url("/bundles/udgweb/img/landing/homepage/background-1.jpg");
}
.landing__bg--2 {
  background-image: url("/bundles/udgweb/img/landing/homepage/background-2.jpg");
}
.landing__bg--3 {
  background-image: url("/bundles/udgweb/img/landing/homepage/background-3.jpg");
}
.landing__bg--4 {
  background-image: url("/bundles/udgweb/img/landing/homepage/background-4.jpg");
}
.landing__bg--5 {
  background-image: url("/bundles/udgweb/img/landing/homepage/background-5.jpg");
}
.landing__cover {
  position: absolute;
  height: 180px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}
@media only screen and (min-width: 501px) {
  .landing__cover {
    height: 420px;
  }
}
@media only screen and (min-width: 987px) {
  .landing__cover {
    height: 550px;
  }
}
.landing__cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.landing__cover-user {
  display: none;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 40px;
  padding: 10px;
}
.landing__cover-user:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 501px) {
  .landing__cover-user {
    display: block;
  }
}
@media only screen and (min-width: 987px) {
  .landing__cover-user {
    display: inline-block;
  }
}
.landing__cover-user-avatar {
  float: left;
  margin: 0 10px 0 0;
}
.landing__cover-user-text {
  margin-left: 100px;
}
@media only screen and (min-width: 987px) {
  .landing__cover-user-text {
    max-width: 300px;
  }
}
.landing__cover-user-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 501px) {
  .landing {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 987px) {
  .landing {
    padding-bottom: 0;
    background-size: auto auto;
  }
}
.landing__inside {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 501px) {
  .landing__inside {
    max-width: 486px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 655px) {
  .landing__inside {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 987px) {
  .landing__inside {
    max-width: 972px;
  }
}
.landing__content {
  padding: 0;
  text-align: center;
  position: absolute;
  margin-left: 50%;
  margin-top: 40px;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media only screen and (min-width: 501px) {
  .landing__content {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 987px) {
  .landing__content {
    margin-top: 180px;
  }
}
.landing__items {
  padding: 12px 12px 0 12px;
}
@media only screen and (min-width: 501px) {
  .landing__items {
    padding: 24px 24px 0 24px;
    margin-top: -50px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 987px) {
  .landing__items {
    margin-top: -74px;
  }
}
.landing__title {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  text-shadow: 1px 0px 10px #969696;
}
@media only screen and (min-width: 501px) {
  .landing__title {
    margin-top: 70px;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 987px) {
  .landing__title {
    margin-top: 130px;
    font-size: 36px;
    line-height: 46px;
  }
}
.landing__author {
  display: block;
  margin-top: 10px;
  color: #fff;
}
.landing .landing__input-wrapper {
  margin: 25px auto 0 auto;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 987px) {
  .landing .landing__input-wrapper {
    width: 460px;
  }
}
.landing .landing__suggest-list {
  background-color: #fff;
}
.landing__link {
  border: 1px solid #d3d3d3;
  display: block;
  position: relative;
  padding-top: 15px;
  background-color: #fff;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  height: 140px;
}
.landing__link:hover {
  color: #7f7f81;
}
.landing__link--strong {
  background-color: #bca351;
}
.landing__link--strong:hover {
  background-color: #7f7f81;
}
.landing__label {
  bottom: 10px;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
}
.landing__label--strong {
  color: #fff;
  position: relative;
  font-size: 21px;
  padding-top: 10px;
}
@media only screen and (min-width: 987px) {
  .landing__label--strong {
    font-size: 25px;
    padding-top: 5px;
  }
}
.landing__label-center {
  display: block;
  height: 140px;
  font-size: 21px;
  color: #fff;
  margin-top: -15px;
  white-space: nowrap;
}
.landing__label-center:before {
  display: inline-block;
  content: "";
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
.landing__label-center-inner {
  display: inline-block;
  vertical-align: middle;
}

.landing-julie-andrieu-offer-section img {
  position: absolute;
  top: -20px;
  right: -130px;
  width: 70px;
}
@media screen and (max-width: 320px) {
  .landing-julie-andrieu-offer-section img {
    top: -5px;
    right: -90px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-julie-andrieu-offer-section img {
    top: -35px;
    right: -170px;
    width: auto;
  }
}

.landing-subscription {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
  text-align: center;
  background: #f6f8f7 url(/bundles/udgweb/img/landing/subscription/bg.jpg) no-repeat 100% 0%;
  padding-bottom: 50px;
}
@media only screen and (min-width: 501px) {
  .landing-subscription {
    background-size: cover;
    background-position: 50% 100%;
  }
}
.landing-subscription__header-top {
  padding: 30px 0;
}
.landing-subscription__header-button {
  margin-top: -30px;
}
.landing-subscription__title {
  margin-bottom: 10px;
}
.landing-subscription__title + h2 {
  font-size: 16px;
}
@media only screen and (min-width: 501px) {
  .landing-subscription__title + h2 {
    font-size: 1.5em;
  }
}
.landing-subscription__soldes-ete {
  position: relative;
  background: none;
}
.landing-subscription__soldes-ete:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/bundles/udgweb/img/soldes-ete-2018/landing_background.jpg");
  background-repeat: no-repeat;
  background-position: 50% 15%;
  background-size: 150%;
  opacity: .5;
  z-index: -1;
}
@media only screen and (min-width: 501px) {
  .landing-subscription__soldes-ete:before {
    background-position: 50%;
    background-size: 100%;
  }
}
@media only screen and (min-width: 501px) {
  .landing-subscription__title-sucres-sales {
    display: inline-block;
    line-height: 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}
@media only screen and (min-width: 987px) {
  .landing-subscription__title-sucres-sales {
    line-height: 56px;
    border-width: 2px 0;
  }
}
.landing-subscription__title-sucres-sales del {
  color: #666;
}
.landing-subscription__subtitle {
  margin: 15px 0 30px;
}
.landing-subscription__header-cta {
  padding: 16px;
  font-size: 18px;
  color: #fff;
  background: #3f3f41;
}
@media only screen and (min-width: 501px) {
  .landing-subscription__header-cta {
    font-size: 24px;
  }
}
.landing-subscription__new {
  border-bottom: 0;
  font-weight: 700;
  color: #e94e1b;
  text-transform: uppercase;
}
.landing-subscription__orange {
  color: #e94e1b;
}
.landing-subscription__cta {
  padding: 0 0 20px;
  font-family: 'Roboto Condensed', sans-serif;
  background: rgba(255, 255, 255, 0.9);
}
.landing-subscription__cta--border {
  border: 1px solid #3f3f41;
}
.landing-subscription__cta-title {
  position: relative;
  margin: 0 0 25px;
  padding: 10px;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  background: #3f3f41;
}
.landing-subscription__cta-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -9px;
  left: 50%;
  margin-left: -124px;
  border-style: solid;
  border-width: 9px 124px 0;
  border-color: #3f3f41 transparent transparent;
}
.landing-subscription__cta-title--gold {
  background: #bca351;
  text-transform: uppercase;
  font-size: 18px;
}
.landing-subscription__cta-title--gold:after {
  border-top-color: #bca351;
}
.landing-subscription__cta-content {
  position: relative;
  padding: 0 30px;
  margin: 0 0 20px;
  text-align: left;
}
.landing-subscription__cta-pastille {
  position: absolute;
  top: 80px;
  right: 10px;
  width: 100px;
  height: 100px;
  background-color: #fe6262;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
}
@media only screen and (min-width: 501px) {
  .landing-subscription__cta-pastille {
    right: -50px;
  }
}
.landing-subscription__cta-pastille:before {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.landing-subscription__badge {
  top: 15%;
  left: 72%;
}
@media only screen and (min-width: 501px) {
  .landing-subscription__badge {
    left: 80%;
  }
}
.landing-subscription__cta-price {
  font-size: 13px;
}
.landing-subscription__cta-price strong {
  display: inline-block;
  min-width: 30%;
  font-size: 20px;
}
.landing-subscription__cta-price ins {
  display: inline-block;
  min-width: 30%;
  font-size: 35px;
  font-weight: 700;
  border: 0;
}
.landing-subscription__cta-mention {
  display: block;
  text-align: center;
  font-size: 13px;
  margin: 0 -10px;
}
.landing-subscription__cta-mention:before {
  content: "";
  display: block;
  border-top: 1px solid #bca351;
  width: 80%;
  margin: 10px auto;
  height: 0;
}
.landing-subscription__steps {
  position: relative;
  padding: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  background: rgba(255, 255, 255, 0.8);
}
.landing-subscription__steps--bordered {
  border: 1px solid #c9b574;
}
.landing-subscription__steps-title {
  position: relative;
  margin-bottom: 22px;
  font-size: 24px;
  text-transform: uppercase;
}
.landing-subscription__steps-title:after {
  content: "";
  display: block;
  border-top: 1px solid #3f3f41;
  width: 250px;
  margin: 10px auto 0;
  height: 0;
}
.landing-subscription__steps-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-right: 1px solid #3f3f41;
  border-bottom: 1px solid #3f3f41;
  transform: rotate(45deg);
  bottom: -3px;
  left: 50%;
  transform-origin: 0 0;
}
.landing-subscription__steps-item {
  position: relative;
  padding: 0 0 10px;
  list-style-position: inside;
  font-size: 16px;
}
.landing-subscription__steps-item .icon-checked {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -8px;
  background: #fff;
  border: 1px solid #bca351;
  border-radius: 50%;
  padding: 3px;
}
.landing-subscription__steps-item-sep {
  display: block;
  border-top: 2px solid #bca351;
  width: 155px;
  margin: 20px auto 10px;
  height: 0;
}
.landing-subscription__steps-item-media {
  display: inline-block;
  border: 1px solid #bca351;
  width: 30px;
  height: 30px;
  text-align: center;
}
.landing-subscription__steps-item-media .icon {
  fill: #bca351;
}
.landing-subscription__steps-txt {
  text-align: left;
}
.landing-subscription__content {
  margin-top: 30px;
}
.landing-subscription__hr {
  position: relative;
  display: block;
  width: 65%;
  margin: 30px auto;
  padding: 60px 0 0;
  border-bottom: 1px solid #808080;
}
.landing-subscription__hr .icon {
  position: absolute;
  width: 90px;
  padding: 10px;
  height: auto;
  left: 50%;
  margin-left: -45px;
  bottom: -30px;
  background: #fff;
}
.landing-subscription__assets {
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
.landing-subscription__asset-title {
  display: inline-block;
  width: 155px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: #3f3f41;
  vertical-align: middle;
}
.landing-subscription__asset-title:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  width: 35px;
  margin: 10px auto 0;
}
.landing-subscription__asset-title--gold {
  background: #bca351;
}
.landing-subscription__asset-title strong {
  display: block;
  font-size: 27px;
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 501px) {
  .landing-subscription__asset-title {
    position: relative;
  }
  .landing-subscription__asset-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: -18px;
    top: 50%;
    margin-top: -11px;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #3f3f41;
  }
  .landing-subscription__asset-title--gold:before {
    border-left-color: #bca351;
  }
}
.landing-subscription__assets {
  position: relative;
  text-align: center;
  z-index: 1;
}
.landing-subscription__asset-item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 20px 30px;
  height: 175px;
  font-size: 18px;
  color: #fff;
  background: rgba(50, 50, 50, 0.7) no-repeat 50% 50%;
}
.landing-subscription__asset-item--gold {
  text-transform: uppercase;
  background: #bca351;
}
.landing-subscription__asset-item .icon {
  display: block;
  margin: 0 auto 20px;
}
.landing-subscription__asset-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
.landing-subscription__asset-item--1:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-1.jpg");
}
.landing-subscription__asset-item--2:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-2.jpg");
}
.landing-subscription__asset-item--3:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-3.jpg");
}
.landing-subscription__asset-item--4:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-4.jpg");
}
.landing-subscription__asset-item--5:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-5.jpg");
}
.landing-subscription__asset-item--6:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-6.jpg");
}
.landing-subscription__asset-item--entree:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-entree.jpg");
}
.landing-subscription__asset-item--plat:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-plat.jpg");
}
.landing-subscription__asset-item--dessert:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-dessert.jpg");
}
.landing-subscription__asset-item--petit-dejeuner:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-petit-dejeuner-brunch.jpg");
}
.landing-subscription__asset-item--bases:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-bases.jpg");
}
.landing-subscription__asset-item--aperitif:after {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-aperitif.jpg");
}
.landing-subscription__asset-item--bigger {
  height: 222px;
}

.landing-presentation .button-circle {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  background: rgba(255, 255, 255, 0.7);
}
.landing-presentation .section {
  position: relative;
  margin: 0 !important;
  padding: 0;
}
.landing-presentation__intro {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.landing-presentation__intro-title {
  margin-bottom: 50px;
}
.landing-presentation__intro-video-container {
  width: 85%;
  max-width: 656px;
  margin: 0 auto 25px;
}
.landing-presentation__intro-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: url("/bundles/udgweb/img/landing/presentation/ipad.png") no-repeat;
  background-size: contain;
}
.landing-presentation__intro-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
}
@media only screen and (min-width: 501px) {
  .landing-presentation__intro-video > * {
    top: 7.8%;
    left: 10.8%;
    width: 77.9%;
    height: 77.86%;
  }
}
.landing-presentation__intro-txt {
  margin-bottom: 15px;
}
.landing-presentation__chef {
  padding-bottom: 40px;
}
.landing-presentation__chef-content {
  display: block;
  background: #fff;
  padding: 90px 40px;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .landing-presentation__chef-content {
    padding: 100px 40px;
  }
}
.landing-presentation__video-container {
  position: relative;
  background: url("/bundles/udgweb/img/landing/presentation/bg-video.jpg") no-repeat 50%;
  background-size: cover;
}
.landing-presentation__video-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 63, 65, 0.7);
}
.landing-presentation__video {
  padding: 50px 0;
}
.landing-presentation__video-title {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .landing-presentation__video-title {
    text-align: left;
  }
}
.landing-presentation__video-content {
  text-align: center;
}
.landing-presentation__video-media-container {
  margin: 0 auto 35px;
}
.landing-presentation__video-media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.landing-presentation__video-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-presentation__ingredient {
  padding-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
.landing-presentation__ingredient-subtitle {
  margin-bottom: 40px;
}
.landing-presentation__ingredient-figure {
  margin-bottom: 40px;
}
.landing-presentation__ingredient-figcaption {
  position: relative;
  display: inline-block;
  padding-top: 12px;
  border-top: 1px solid #4e4e4e;
  text-transform: uppercase;
}
.landing-presentation__ingredient-figcaption:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -4px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
  background: #fff;
  transform: rotate(-45deg);
}
.landing-presentation__ingredient-deco img {
  display: block;
  margin: auto;
}
.landing-presentation__ingredient-button {
  margin-bottom: 30px;
}
.landing-presentation__places-container {
  background: url("/bundles/udgweb/img/landing/presentation/bg-places.jpg") no-repeat 50%;
  background-size: cover;
}
.landing-presentation__places {
  padding: 110px 0;
}
@media only screen and (min-width: 501px) {
  .landing-presentation__places {
    padding: 125px 0;
  }
}
@media only screen and (min-width: 987px) {
  .landing-presentation__places {
    padding: 150px 0;
  }
}
.landing-presentation__places-content {
  max-width: 600px;
  margin: auto;
  padding: 35px 40px;
  background: rgba(255, 255, 255, 0.9);
}
.landing-presentation__places-title {
  margin-bottom: 10px;
}
.landing-presentation__places-txt {
  margin-bottom: 25px;
}
.landing-presentation__places-submit {
  text-align: center;
}
.landing-presentation__places-marker {
  margin-bottom: 10px;
}
.landing-presentation__places-marker .icon {
  width: 25px;
  height: 25px;
  fill: #bca351;
}
.landing-presentation__newsletter {
  padding-top: 40px;
  padding-bottom: 40px;
}
.landing-presentation__newsletter-title {
  margin: 0 0 15px;
}
.landing-presentation__newsletter-label {
  position: relative;
  display: block;
  margin: 0 0 35px;
}
.landing-presentation__newsletter-label:after {
  content: "";
  display: block;
  margin: 25px auto 0;
  width: 265px;
  border-top: 1px solid #bca351;
}
.landing-presentation__newsletter-label:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #bca351;
  border-left: 1px solid #bca351;
  background: #fff;
  transform: rotate(-45deg);
}
.landing-presentation__newsletter-inputs {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  border-collapse: separate;
}
.landing-presentation__newsletter-email {
  display: table-cell;
}
.landing-presentation__newsletter-submit {
  display: table-cell;
  padding-left: 10px;
  width: 1%;
  vertical-align: middle;
}
.landing-presentation__newsletter-deco {
  text-align: center;
}
.landing-presentation__newsletter-deco img {
  box-shadow: 0 5px 21px rgba(0, 0, 0, 0.22);
}
.landing-presentation__subscription {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.landing-presentation__subscription-content {
  margin: auto;
}

.landing-offer__title {
  color: #bca351;
  margin: 2em 0 1em 0;
  text-align: center;
}
.landing-offer__section {
  padding: 20px 0;
}
.landing-offer__section--gray {
  background: #f5f5f5;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.landing-offer__section-title {
  margin-bottom: 1em;
}
.landing-offer__illustration {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 987px) {
  .landing-offer__illustration {
    margin-top: 0;
  }
}
.landing-offer__illustration--bordered {
  border: solid 1px #eee;
}
.landing-offer__illustration--height-200 {
  width: auto;
  height: 200px;
}
.landing-offer__illustration--height-200-cover {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .landing-offer__illustration--height-200-cover {
    height: 350px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__illustration--height-200-cover {
    height: 200px;
  }
}
.landing-offer__illustration--height-300 {
  width: auto;
  height: 300px;
}
.landing-offer__illustration--height-300-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .landing-offer__illustration--height-300-cover {
    height: 400px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__illustration--height-300-cover {
    height: 300px;
  }
}
.landing-offer__illustration--height-300-contain {
  object-fit: contain;
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .landing-offer__illustration--height-300-contain {
    height: 400px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__illustration--height-300-contain {
    height: 300px;
  }
}
.landing-offer__paragraph-title--center {
  text-align: center;
}
.landing-offer__paragraph {
  margin: .5em 0;
}
.landing-offer__paragraph--center {
  text-align: center;
}
.landing-offer__paragraph--cta {
  margin: 20px 0;
}
.landing-offer__paragraph--extra {
  font-size: 12px;
}
@media only screen and (min-width: 501px) {
  .landing-offer__paragraph--extra {
    font-size: 14px;
  }
}
.landing-offer__box {
  border: 1px solid #d3d3d3;
  padding: 20px 30px 30px 30px;
}
.landing-offer__highlight {
  color: #ff0000;
  font-weight: 700;
}
.landing-offer__header, .landing-offer__content {
  font-family: 'Roboto Condensed', sans-serif;
}
.landing-offer__header {
  margin: -15px 0 30px 0;
}
.landing-offer__header h1,
.landing-offer__header h2 {
  text-transform: uppercase;
}
.landing-offer__header h1 {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (min-width: 501px) {
  .landing-offer__header h1 {
    font-size: 34px;
  }
}
.landing-offer__header h2 {
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 501px) {
  .landing-offer__header h2 {
    margin: 0 auto;
  }
  .landing-offer__header h2 br {
    display: none;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__header h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 501px) {
  .landing-offer__section {
    max-width: 501px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__section {
    max-width: 987px;
  }
}
.landing-offer__ope--is-selected picture:before {
  background-color: rgba(255, 255, 255, 0) !important;
}
.landing-offer__ope--is-selected img {
  outline-color: #bca351 !important;
}
.landing-offer__ope li.grid__item {
  position: relative;
  transition: background-color .2s ease-out;
}
.landing-offer__ope li.grid__item picture {
  pointer-events: none;
}
.landing-offer__ope li.grid__item picture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 27px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color .2s ease-out;
}
.landing-offer__ope li.grid__item img {
  outline: 2px solid transparent;
  transition: outline-color .4s ease-out;
}
.landing-offer__ope li.grid__item:hover picture:before {
  background-color: rgba(255, 255, 255, 0) !important;
}
.landing-offer__ope li.grid__item:hover img {
  outline-color: #bca351;
}
.landing-offer__content section {
  margin-bottom: 30px;
}
.landing-offer__content section header {
  position: relative;
  margin: 0 24px;
}
.landing-offer__content section header:before {
  content: '';
  position: absolute;
  top: 14px;
  right: 0;
  left: 0;
  height: 1px;
  border-top: 1px solid #000;
  z-index: -1;
}
.landing-offer__content section h3 {
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
}
.landing-offer__content form {
  position: relative;
  padding-bottom: 60px;
}
.landing-offer__content .grid__item {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.landing-offer__content .grid__item input[type="radio"] {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-offer__content .grid__item input[type="radio"]:checked + .landing__link {
  background-color: #bca351;
}
.landing-offer__content .grid__item input[type="radio"]:checked + .landing__link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #8e7a37;
}
.landing-offer__content .grid__item input[type="radio"]:checked + .landing__link span {
  color: #fff;
}
.landing-offer__content .grid__item input[type="radio"]:checked + .landing__link svg {
  fill: #fff;
}
.landing-offer__content .grid__item .landing__link {
  padding: 0;
  background-color: #f5f5f5;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.landing-offer__content .grid__item .landing__link:hover {
  background-color: #bca351;
}
.landing-offer__content .grid__item .landing__link:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #8e7a37;
}
.landing-offer__content .grid__item .landing__link:hover span {
  color: #fff;
}
.landing-offer__content .grid__item .landing__link:hover svg {
  fill: #fff;
}
.landing-offer__content .grid__item small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.landing-offer__presentation {
  position: relative;
  margin: 0 20px 40px 10px;
}
@media only screen and (min-width: 501px) {
  .landing-offer__presentation {
    margin: 0 auto 40px;
    width: 80%;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation {
    width: 750px;
    min-height: 500px;
    margin-top: 80px;
  }
}
.landing-offer__presentation .grid__item {
  display: table;
  cursor: default;
}
.landing-offer__presentation picture {
  float: left;
  padding-right: 20px;
  line-height: 0;
}
.landing-offer__presentation picture img {
  max-width: 120px;
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation picture img {
    max-width: none;
  }
}
.landing-offer__presentation p {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}
@media only screen and (min-width: 501px) {
  .landing-offer__presentation p {
    width: 80%;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation p {
    text-align: center;
    line-height: 20px;
  }
}
.landing-offer__presentation p svg {
  display: none;
  width: 100px;
  height: 110px;
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation p svg {
    display: block;
  }
}
.landing-offer__presentation p strong {
  font-size: 17px;
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation p strong {
    display: block;
    font-size: 24px;
    line-height: 26px;
  }
}
.landing-offer__presentation p br {
  display: none;
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation p br {
    display: inline;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation--recipe picture img,
  .landing-offer__presentation--recipe p, .landing-offer__presentation--video picture img,
  .landing-offer__presentation--video p, .landing-offer__presentation--chief picture img,
  .landing-offer__presentation--chief p {
    position: absolute;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation--recipe picture img {
    top: 0;
    left: 0;
    right: 0;
    width: 665px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation--recipe p {
    width: 180px;
    top: -20px;
    right: -100px;
  }
}
.landing-offer__presentation--recipe p svg {
  margin: -10px 0 0 -80px;
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation--video picture img {
    top: 200px;
    left: -30px;
    width: 365px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation--video p {
    top: 100px;
    left: -175px;
    width: 200px;
  }
}
.landing-offer__presentation--video p svg {
  margin: 10px 0 0 85px;
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation--chief picture img {
    top: 235px;
    right: 35px;
    width: 115px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-offer__presentation--chief p {
    width: 160px;
    right: -130px;
    bottom: 210px;
  }
}
.landing-offer__presentation--chief p svg {
  position: absolute;
  margin: -10px 0 0 -20px;
}
.landing-offer__plan .grid {
  margin: 20px 20px 0 0;
}
.landing-offer__plan .grid__item {
  position: relative;
}
.landing-offer__plan--label {
  top: 20px;
  color: #bca351;
}
.landing-offer__plan--label,
.landing-offer__plan .icon {
  position: absolute;
  left: 0;
  right: 0;
}
.landing-offer__plan .icon {
  bottom: 10px;
  fill: #bca351;
}
.landing-offer__plan .icon-small, .landing-offer__plan .icon-fat {
  width: 100%;
}
.landing-offer__plan .icon-small {
  height: 50px;
}
.landing-offer__plan .icon-fat {
  height: 80px;
}
.landing-offer__gift .grid {
  margin: 20px 20px 0 0;
}
.landing-offer__gift .grid__item {
  position: relative;
}
.landing-offer__gift picture img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}
.landing-offer__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 0;
  height: 60px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  transition: transform .4s ease-out;
}
@media only screen and (min-width: 987px) {
  .landing-offer__footer {
    position: static;
    font-size: 16px;
    height: auto;
  }
}
.landing-offer__footer--is-fixed {
  position: fixed;
  border-top: 3px solid #fff;
  background-color: #bca351;
  color: #fff;
  transform: translateY(0);
}
.landing-offer__footer--is-fixed button {
  font-weight: 700 !important;
}
.landing-offer__footer--is-hidden {
  transform: translateY(100px);
}
.landing-offer__footer strong {
  font-size: 1.6em;
  line-height: 22px;
}
@media only screen and (min-width: 987px) {
  .landing-offer__footer strong {
    line-height: 52px;
  }
}
.landing-offer__footer button {
  margin-top: -40px;
  font-size: 17px !important;
  font-weight: 400;
  padding: 0em 2em !important;
  line-height: 38px !important;
  border: 3px solid #fff !important;
}
@media only screen and (min-width: 987px) {
  .landing-offer__footer button {
    margin-top: 0;
    line-height: 42px !important;
    font-size: 27px !important;
    border: 0 !important;
  }
}

.mod-pedia {
  position: relative;
}
.mod-pedia__media {
  line-height: 0;
  display: none;
}
@media only screen and (min-width: 501px) {
  .mod-pedia__media {
    display: block;
  }
}
.mod-pedia__bg {
  display: none;
}
@media only screen and (min-width: 501px) {
  .mod-pedia__bg {
    display: block;
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0 10px #dddddd;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  a:hover .mod-pedia__bg {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.mod-pedia__title:first-letter {
  text-transform: uppercase;
}
.mod-pedia__body:first-letter {
  text-transform: uppercase;
}
@media only screen and (min-width: 501px) {
  .mod-pedia--oncol {
    position: relative;
    padding-bottom: 28px;
    max-width: 138px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 501px) {
  .mod-pedia__body--oncol {
    min-height: 23px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
  }
}
.mod-pedia__title--oncol {
  display: block;
}
@media only screen and (min-width: 501px) {
  .mod-pedia__title--oncol {
    margin: 0 10px;
    border-top: 1px solid #e5e5e5;
    background-color: #f6f6f6;
  }
  a:hover .mod-pedia__title--oncol {
    border-top: 1px solid #d8d8d8;
    background-color: #e5e5e5;
  }
}
.mod-pedia__media--oncol {
  padding: 15px 24px 4px 24px;
}
@media only screen and (min-width: 501px) {
  .mod-pedia__media--oncol {
    text-align: center;
  }
}
.mod-pedia__media--oncol img {
  max-height: 90px;
}
.mod-pedia--onrow {
  display: table;
  width: 100%;
  padding: 15px;
}
.mod-pedia__media--onrow {
  display: table-cell;
  vertical-align: middle;
}
.mod-pedia__media--onrow img {
  max-width: 74px;
  max-height: 65px;
}
.mod-pedia__body--onrow {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 15px;
}

.ingredients-family__title {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.ingredients-family__title--bordered {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.ingredients-family__media {
  line-height: 0;
  margin-bottom: 15px;
}
.ingredients-family__list {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  -ms-column-gap: 24px;
  -o-column-gap: 24px;
  column-gap: 24px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
.ingredients-family__item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding: 3px 0;
}
@media only screen and (min-width: 501px) {
  .ingredients-family__item {
    padding: 4px 0;
  }
}
@media only screen and (min-width: 987px) {
  .ingredients-family__item {
    padding: 5px 0;
  }
}
.ingredients-family__readmore {
  margin-top: 15px;
}

.variete__media {
  float: left;
}
.variete__media img {
  max-width: 100px;
}
.variete__body {
  overflow: hidden;
  padding-left: 20px;
}

.pedia-header {
  position: relative;
}
.pedia-header__media {
  line-height: 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.pedia-header__media:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 501px) {
  .pedia-header__media {
    position: relative;
    float: left;
    margin-right: 32px;
    width: 39.03%;
  }
}
.pedia-header__media-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.pedia-header__media-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.pedia-header__body {
  margin-top: 12px;
}
@media only screen and (min-width: 501px) {
  .pedia-header__body {
    overflow: hidden;
    margin-top: 0;
  }
}

.figure2 {
  max-width: 138px;
}
.figure2__media {
  display: none;
  line-height: 0;
  float: left;
  margin-right: 12px;
}
.figure2__media img {
  max-width: 40px;
}
@media only screen and (min-width: 501px) {
  .figure2__media {
    position: relative;
    display: block;
    text-align: center;
    float: none;
    margin-right: 0;
  }
  .figure2__media img {
    max-width: 100%;
  }
}
.figure2__title {
  overflow: hidden;
}
@media only screen and (min-width: 501px) {
  .figure2__title {
    text-align: center;
  }
}
.figure2__icon {
  display: none;
}
@media only screen and (min-width: 501px) {
  .figure2__icon {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 10px;
  }
}

.lexicon__link {
  display: inline-block;
  width: 7.69%;
  text-align: center;
  padding: 5px 0;
}
.lexicon__link:hover {
  background-color: #f5f5f5;
}
@media only screen and (min-width: 501px) {
  .lexicon__link {
    width: 3.83%;
  }
}
.lexicon__link--disabled {
  color: #ccc;
}
.lexicon__link--disabled:hover {
  background-color: #fff;
}

.lexicon__letter {
  border-bottom: 1px solid #dadada;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 501px) {
  .lexicon__letter {
    margin-top: 50px;
    margin-bottom: 29px;
  }
}

/**
 * Tout ce qui concerne les articles (news, etc)
 */
.mod-edito:after {
  content: "";
  display: table;
  clear: both;
}
.mod-edito__media {
  position: relative;
  line-height: 0;
}
.mod-edito__media--bg:after {
  content: ' ';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 10px #dddddd;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a:hover .mod-edito__media--bg:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.mod-edito__media--shadow:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.mod-edito__title a:hover {
  color: #78787a;
}
.mod-edito__ribbon {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: -8px;
}
@media only screen and (min-width: 501px) {
  .mod-edito__ribbon {
    top: -10px;
  }
}
.mod-edito__picvid {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.mod-edito__title--swiper {
  margin-bottom: 10px;
}
@media only screen and (min-width: 501px) {
  .mod-edito__media--swiper {
    float: none;
    position: relative;
    line-height: 0;
    padding-right: 0;
  }
  .mod-edito__media--swiper img {
    max-width: 100%;
  }
  .mod-edito__body--swiper {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 987px) {
  .mod-edito--swiper {
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
    padding-bottom: 20px;
  }
  .mod-edito--swiper.blured {
    opacity: 0.5;
  }
  .mod-edito__media--swiper {
    max-width: 76px;
    float: left;
    margin-right: 10px;
  }
  .mod-edito__media--swiper img {
    max-width: 76px;
  }
  .mod-edito__ribbon--swiper {
    display: none;
  }
  .mod-edito__picvid--swiper {
    display: none;
  }
  .mod-edito__body--swiper {
    overflow: hidden;
    margin-top: 0;
  }
  .mod-edito__content--swiper {
    display: none;
  }
  .mod-edito__title--swiper {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 987px) {
  .mod-edito--headline {
    display: table;
    width: 100%;
  }
}
.mod-edito--headline-bordered {
  border: 1px solid #e5e5e5;
}
.mod-edito__media--headline {
  float: none;
  padding-right: 0;
}
.mod-edito__media--headline img {
  max-width: 100%;
}
@media only screen and (min-width: 987px) {
  .mod-edito__media--headline {
    display: table-cell;
    width: 66.666%;
    float: none;
    padding-right: 0;
  }
  .mod-edito__media--headline img {
    width: 100%;
    max-width: 100%;
  }
}
.mod-edito__body--headline {
  overflow: auto;
}
@media only screen and (min-width: 987px) {
  .mod-edito__body--headline {
    display: table-cell;
    width: 33.333%;
    vertical-align: middle;
    padding: 10px;
    padding: 10px 30px;
  }
}
.mod-edito__title--headline {
  margin-bottom: 10px;
}
@media only screen and (min-width: 987px) {
  .mod-edito__ribbon--headline {
    display: none;
  }
}
.mod-edito__title--default {
  margin-bottom: 10px;
}
.mod-edito__media--default {
  float: left;
  margin-right: 12px;
}
.mod-edito__media--default img {
  max-width: 120px;
}
@media only screen and (min-width: 501px) {
  .mod-edito__media--default {
    float: none;
    position: relative;
    line-height: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .mod-edito__media--default img {
    max-width: 100%;
  }
  .mod-edito__title--default {
    margin-bottom: 10px;
  }
  .mod-edito__body--default {
    margin-top: 10px;
  }
}
.mod-edito__title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.article__title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.editos {
  position: relative;
  margin-bottom: 19px;
}
.editos__scroller {
  display: none;
}
@media only screen and (min-width: 987px) {
  .editos__scroller {
    display: block;
    height: 1px;
    background: #e5e5e5;
    overflow: hidden;
    margin-left: 24px;
    margin-bottom: 60px;
  }
  .editos__scroller-bar {
    display: inline-block;
    vertical-align: top;
    height: 1px;
    width: 219px;
    background: #3e3e41;
    -moz-transition: margin-left 0.2s ease;
    -o-transition: margin-left 0.2s ease;
    -webkit-transition: margin-left 0.2s ease;
    transition: margin-left 0.2s ease;
  }
  .editos__scroller-bar.pos-0 {
    margin-left: 0;
  }
  .editos__scroller-bar.pos-1 {
    margin-left: 243px;
  }
  .editos__scroller-bar.pos-2 {
    margin-left: 486px;
  }
  .editos__scroller-bar.pos-3 {
    margin-left: 729px;
  }
}

@media only screen and (min-width: 987px) {
  .edito-swiper {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    height: 419px;
    /*
    .swiper-slide{
        float: left;
        position: relative;
    }
    .swiper-slide--off{
        display: none;
    }
    .swiper-slide--on{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    */
  }
  .edito-swiper .swiper-wrapper {
    position: relative;
  }
  .edito-swiper__prev, .edito-swiper__next {
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    z-index: 2;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .edito-swiper__prev-icon, .edito-swiper__next-icon {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    height: 70px;
    top: 37%;
    border-radius: 40px;
  }
  .edito-swiper__prev {
    left: -45px;
  }
  .edito-swiper__prev-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAeCAMAAAASJ24jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdQTFRFpqam+vr6gYGB9/f3fn5+f39/+fn5fX19paWlpKSkq6urgoKC+Pj4ra2t9fX1urq6tLS0vb29gICAqqqqu7u7s7Oz9PT0lJSUm5ubqampsrKyubm5yMjIe3t7nZ2dqKiosbGxycnJlpaWsLCw8/Pz3t7efHx8xsbGr6+vnJycp6enwcHB8fHxenp6vr6+g4ODrq6un5+fx8fHl5eXysrKtra29vb2o6Oj+/v7/Pz8/f39/v7+////ZA2kKwAAAQZJREFUeNpMkdeaAyEIhdHpNT3ba7K9dxXe/7kWNGPGO853gP8g0PCQyNDJKQy1JYP0k62iIG/6sqIoOKLJ7dTgyDHRC0cuCrhsKuSxUZilYGlwOKTXAhJSwWFZWupyzSSKHU54Zm/nPY9BLoAN9il7+JU+0diBn+nhlvIAwxzmrvlaB3LuILDf2UHvgwUcuCqun31WJ3mR4FL/9b6w/gIEeFxUCSt2l5HXbuZly7XaDeVhXQo5Q/pJvBYd1im0EQxlYCfRwh52CMR9dpEIHLeg36AW+kjiq/2BQFdO3FEwdcNusvsj56V+NKMjk0WY1y2Nfs7mcPY+cjCq+9Dd+OcQsbz5F2AASWRcHNp7Em8AAAAASUVORK5CYII=');
    background-position: 33px 50%;
    border-right: 1px solid #E5E5E5;
  }
  .edito-swiper__next {
    right: -45px;
  }
  .edito-swiper__next-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAeCAMAAAASJ24jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdQTFRF+vr6f39/9/f3fn5+paWlpKSkp6enpqam+fn5qampgYGBe3t7fX199vb2vLy8goKCqKio9fX1u7u7gICAxsbGsLCwtbW1srKyoqKiqqqqra2tg4ODtra2r6+vlpaWuLi4urq6rq6unJycvb299PT0rKysfHx8o6OjysrKtLS03d3dm5ubycnJubm5x8fHsbGxs7Oz8vLyl5eXk5OT+Pj4n5+foKCgwcHB+/v7/Pz8/f39/v7+////tlzO/QAAAQ5JREFUeNpUUQlygzAQs4FACJCjuZO26X3fp9e7/39XtYYEimeYsUZaaWXzMPYkIizNZ07iH/FCcgBoXiTGA9sD0l/blF3LEHG5TToSIDTe5h0JsVBvm7WAw4ny6drBCkoYOFhEaTmn/VDWVFFSnjMJe8OaEb9+L96wYzFcZzLgTDdwhAQI62xwXgMjLAa5VLfxkgODw50kWtk3Uy+OOezl/fTmyTRFYDuefNq7MBRBHGyqj8GMNFhje3URvyBDPQP66NH+anPK0LDV92ioXEQXJU2ywVFIE9Y38pXGQ6mbNqSdZ+VltyC/CvwGQKLr0Rl3Wnf3xa69o8JlcfzvKRd2oa20wOxZ7Q7PIn8CDAC6J1zhSIuQGgAAAABJRU5ErkJggg==');
    background-position: 21px 50%;
    border-left: 1px solid #E5E5E5;
  }
}
.figure__caption {
  font-size: 12px;
  font-style: italic;
}

.card-part {
  padding-bottom: 15px;
}
@media only screen and (min-width: 501px) {
  .card-part {
    padding-bottom: 35px;
  }
}
.card-part--content {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.06667rem;
}
@media print {
  .card-part--content {
    font-size: 9pt;
  }
}
.card-part__title {
  margin-bottom: 20px;
}
.card-part__media {
  line-height: 0;
}
.card-part__media--left-25 {
  float: left;
  max-width: 50%;
  margin-right: 24px;
}
@media only screen and (min-width: 501px) {
  .card-part__media--left-25 {
    max-width: 25%;
  }
}
.card-part__media--left-50 {
  float: left;
  max-width: 50%;
  margin-right: 24px;
}
.card-part__media--right-25 {
  float: right;
  max-width: 50%;
  margin-left: 24px;
}
@media only screen and (min-width: 501px) {
  .card-part__media--right-25 {
    max-width: 25%;
  }
}
.card-part__media--right-50 {
  float: right;
  max-width: 50%;
  margin-left: 24px;
}
.card-part__body {
  font-size: 16px;
  font-size: 1.06667rem;
}
@media print {
  .card-part__body {
    font-size: 9pt;
  }
}
.card-part--decorated {
  padding-bottom: 0;
}
@media only screen and (min-width: 501px) {
  .card-part--decorated {
    padding-bottom: 35px;
  }
  .card-part--decorated:last-child {
    padding-bottom: 0;
  }
}
.card-part--decorated2 {
  border-top: 1px dashed #dadada;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 0;
}
.card-part__body + .card-part__media {
  margin-top: 20px;
}
.card-part__media + .card-part__body {
  margin-top: 20px;
}
.card-part__title--decorated {
  margin-bottom: 0px;
}
@media only screen and (min-width: 501px) {
  .card-part__title-label {
    cursor: default;
  }
}
.card-part__title-label-open {
  float: right;
  display: none;
}
.card-part__title-label-close {
  float: right;
  display: none;
}
.card-part--decorated .card-part__checkbox:checked ~ .card-part__title .card-part__title-label-open {
  display: none;
}
.card-part--decorated .card-part__checkbox:checked ~ .card-part__title .card-part__title-label-close {
  display: block;
}
.card-part--decorated .card-part__title-label-open {
  display: block;
}
@media only screen and (min-width: 501px) {
  .card-part--decorated .card-part__title-label-open, .card-part--decorated .card-part__title-label-close {
    display: none;
  }
}
.card-part__title-label--decorated {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 501px) {
  .card-part__title-label--decorated {
    padding-top: 40px;
  }
}
.card-part + .card-part--decorated {
  border-top: 1px dashed #dadada;
}
.card-part__checkbox {
  display: none;
}
.card-part__checkbox ~ .card-part__body--decorated {
  display: none;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.card-part__checkbox:checked ~ .card-part__body--decorated {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 501px) {
  .card-part__checkbox:checked ~ .card-part__body--decorated {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 501px) {
  .card-part__checkbox ~ .card-part__body {
    display: block;
  }
}
.card-part__media-figure {
  position: relative;
}

.article-header {
  border-bottom: 1px dashed #dadada;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 501px) {
  .article-header {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 987px) {
  .article-header {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.article-header__title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 987px) {
  .article-header__title {
    margin-bottom: 20px;
  }
}
.article-header__title--uppercase {
  text-transform: uppercase;
}
.article-header__author {
  display: inline-block;
  vertical-align: middle;
}
.article-header__ctas {
  vertical-align: middle;
  margin-top: 10px;
}
@media only screen and (min-width: 987px) {
  .article-header__ctas {
    display: inline-block;
  }
}
.article-header__tags {
  margin-top: 10px;
}
.article-header__tag + .article-header__tag {
  margin-left: 15px;
}
.article-header__media {
  line-height: 0;
  margin-top: 15px;
  position: relative;
}
@media only screen and (min-width: 987px) {
  .article-header__media {
    margin-top: 30px;
  }
}
.article-header__chapo {
  margin-top: 10px;
}
@media only screen and (min-width: 501px) {
  .article-header__chapo {
    margin-top: 17px;
  }
}

/**
 * Module d'un article
 */
.mod-article {
  position: relative;
}
.mod-article__media {
  line-height: 0;
  position: relative;
  float: left;
  max-width: 120px;
  margin-right: 8px;
}
.mod-article__media:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 501px) {
  .mod-article__media--col {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 987px) {
  .mod-article__media--row {
    margin-right: 24px;
    max-width: 50%;
  }
}
@media only screen and (min-width: 501px) {
  .mod-article__title {
    margin-bottom: 5px;
  }
}
.mod-article__picvid {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
@media only screen and (min-width: 501px) {
  .mod-article__picvid {
    bottom: 15px;
    left: 15px;
  }
}
.mod-article__badge {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 10px;
  max-width: 30%;
}
.mod-article__badge--premium {
  top: auto;
  right: 5px;
  bottom: 5px;
  left: auto;
  text-align: right;
}
.mod-generic--has-badge-right .mod-article__badge {
  left: auto;
  right: 10px;
}
.mod-article__badge img {
  max-width: 100%;
}

.form__checkboxes {
  margin-top: -15px;
}

.form__checkbox {
  display: inline-block;
  line-height: 20px;
  margin-top: 15px;
}
.form__checkbox input {
  position: absolute;
  left: -999em;
  opacity: 0;
}
.form__checkbox input:checked ~ label:before {
  content: '×';
}
.form__checkbox input:hover ~ label:before,
.form__checkbox input:focus ~ label:before {
  border-color: #ddd3a2;
}
.form__checkbox label {
  vertical-align: middle;
}
.form__checkbox label:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dadada;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  font-size: 100%;
  line-height: 15px;
  font-size: 30px;
}
.form__checkbox label a {
  color: #856400;
}
.form__checkbox-tooltip {
  display: none;
  margin-left: 30px;
}
.form__checkbox-tooltip a {
  color: #856400;
}
.form__checkbox input:checked ~ .form__checkbox-tooltip {
  display: block;
}

.form__radio {
  line-height: 20px;
  margin-top: 15px;
}
.form__radio input {
  position: absolute;
  left: -999em;
  opacity: 0;
}
.form__radio input:checked ~ label:before {
  content: '•';
  color: #000;
}
.form__radio input:hover ~ label:before,
.form__radio input:focus ~ label:before {
  border-color: #bca351;
}
.form__radio label {
  position: relative;
  vertical-align: middle;
}
.form__radio label:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dadada;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-size: 30px;
}
.has-error .form__radio label:before {
  border: 1px solid red;
}
.form__radio label a {
  color: #856400;
}

.form__input, .ui-iws__input {
  border: 1px solid #dadada;
  padding: 10px;
  resize: none;
  color: #666;
  background-color: #fff;
  min-height: 30px;
  overflow: hidden;
  cursor: text;
}
.form__input:focus, .ui-iws__input:focus {
  outline: 1px solid #bca351;
  border: 1px solid #ddd3a2;
}
.form__input.has-error, .has-error.ui-iws__input {
  border: 2px solid #f62b00;
}
.form__input--forceheight {
  max-height: 40px;
}
.form__input--area {
  min-height: 115px;
  max-height: none;
}
.form__input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  line-height: 40px;
  text-align: center;
}
.form__input-icon + .form__input, .form__input-icon + .ui-iws__input {
  padding-left: 50px;
}

.md-editor {
  position: relative;
}
.md-editor > .btn-toolbar {
  opacity: 0;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: absolute;
  top: -36px;
}
.md-editor.active > .btn-toolbar, .md-editor:hover > .btn-toolbar {
  opacity: 1;
}
.md-editor > .md-preview {
  padding: 10px;
}

.form__search {
  display: table;
  border-collapse: separate;
  position: relative;
  text-align: left;
  background: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.form__search-field {
  display: block;
  width: 100%;
  float: left;
  z-index: 2;
  position: relative;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 0 5px 0 5px;
  border: 1px solid #dadada;
  cursor: text;
  border-radius: 0;
}
@media only screen and (min-width: 501px) {
  .form__search-field {
    height: 50px;
    font-size: 15px;
    padding: 0 10px 0 10px;
  }
}
@media only screen and (min-width: 987px) {
  .form__search-field {
    height: 60px;
    font-size: 16px;
    padding: 0 15px 0 15px;
  }
}
.form__search-field:focus {
  outline: none;
  outline-offset: 0;
  border: 1px solid #bca351;
}
.form__search-field.form__search-field-shadow {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #dadada;
}
.form__search-button {
  border-left: 1px solid #dadada;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  border: 1px solid #dadada;
  border-left: 0;
}
@media only screen and (min-width: 501px) {
  .form__search-button {
    width: 50px;
  }
}
@media only screen and (min-width: 987px) {
  .form__search-button {
    width: 60px;
  }
}
.form__search-button button {
  background-color: transparent;
  border: 0 none;
  height: 38px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 501px) {
  .form__search-button button {
    height: 48px;
  }
}
@media only screen and (min-width: 987px) {
  .form__search-button button {
    height: 58px;
  }
}
.form__search-button button:active {
  background-color: #dadada;
}
.form__search-filters {
  display: none;
}

.form__row {
  display: inline-block;
}
.form__row--center {
  text-align: center;
}
.form__row--right {
  text-align: right;
}
.form__row--left {
  text-align: left;
}
.form__row + .form__row {
  margin-top: 20px;
}
@media only screen and (min-width: 501px) {
  .form__row + .form__row--submit {
    margin-top: 40px;
  }
}
.form__row-label {
  vertical-align: middle;
  display: block;
}
@media only screen and (min-width: 501px) {
  .form__row-label {
    display: inline-block;
  }
}
.form__row-label-top {
  margin-top: 20px;
  margin-bottom: 5px;
}
.form__row-body {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.form__row-label-opt {
  color: #999;
  font-size: 11px;
  line-height: 16px;
  display: block;
  font-family: arial;
}
.form__row-separator {
  margin-top: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.form__row-separator:before, .form__row-separator:after {
  content: "";
  display: table-cell;
  width: 100%;
  border-bottom: 1px solid #dadada;
  transform: translateY(-40%);
}
.form__row-separator--bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.form__row-separator--bottom:before, .form__row-separator--bottom:after {
  content: "";
  display: table-cell;
  width: 100%;
  border-bottom: 1px solid #dadada;
  transform: translateY(-40%);
}
.form__row-separator-label {
  display: table-cell;
  white-space: nowrap;
  width: 40px;
}

.label--is-required:after {
  content: " *";
}

/*
.form__select{
    display: inline-block;
    border: 1px solid #dadada;
    color: #666;
    background-color: #fff;
    min-height: 30px;

    background-image: url("/bundles/udgweb/img/ui/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    padding-right: 30px;
    //width: 100%;
    overflow: hidden;
    & + &{
        padding-left: 12px;
    }
    & select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        width: 100%;
        height: 100%;
        padding: 10px;
        border: 0;
        background: transparent;
    }

}
*/
.form__select {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid #dadada;
  background-color: #fff;
  /* ------------------------------------  */
  /* START OF UGLY BROWSER-SPECIFIC HACKS */
  /* ----------------------------------  */
}
.has-error .form__select, .form__select.has-error {
  border: 2px solid #f62b00;
}
.form__select select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  color: #666666;
  height: 40px;
  padding: 8px;
  line-height: 1.3;
}
.form__select select:focus {
  outline: 1px solid #bca351;
  border: 1px solid #ddd3a2;
}
.form__select::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  right: 1em;
  background-image: url(/bundles/udgweb/img/ui/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}
.form__select x:-o-prefocus, .form__select::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form__select select::-ms-expand {
    display: none;
  }
  .form__select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}
@-moz-document url-prefix() {
  .form__select {
    overflow: hidden;
  }
  .form__select select {
    width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + em);
  }
}
.form__select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* ------------------------------------  */
/*  END OF UGLY BROWSER-SPECIFIC HACKS  */
/* ------------------------------------  */
.one-eighth + .seven-eighths {
  margin-left: 1%;
  width: 86%;
}

.some-error {
  color: red;
  padding: 5px 0;
}

.form__msg {
  padding: 20px 0;
}

.form__error {
  color: #f62b00;
  font-size: 12px;
  padding: 5px 0;
  display: block;
}

.rct__container {
  max-width: 790px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.rct__fieldset:nth-child(n+3) {
  border-top: 1px dashed #dadada;
  padding-top: 19px;
  margin-top: 19px;
}
@media only screen and (min-width: 501px) {
  .rct__fieldset:nth-child(n+3) {
    padding-top: 29px;
    margin-top: 29px;
  }
}
@media only screen and (min-width: 987px) {
  .rct__fieldset:nth-child(n+3) {
    padding-top: 39px;
    margin-top: 39px;
  }
}
.rct__input--height1 {
  min-height: 100px;
}
.rct__selectbox {
  background-color: #fff;
  color: #666;
  border: 1px solid #dadada;
  width: 100%;
  padding: 10px 0 10px 10px;
  vertical-align: middle;
  width: 100%;
}
.rct__time {
  display: inline-block;
}
.rct__time-row + .rct__time-row {
  margin-top: 20px;
}
.rct__time-label {
  padding: 0 8px;
}
.rct__mul-txt-cont {
  border: 1px solid #dadada;
  background: #fff;
}
.rct__mul-txt-cont input {
  padding: 10px;
  width: 100%;
  border: 0;
}
.rct__mul-txt-cont input + input {
  border-top: 1px dashed #dadada;
}
.rct__add-instr, .rct__add-step {
  margin-top: 15px;
  margin-bottom: 15px;
}
.rct__add-instr:hover, .rct__add-step:hover {
  cursor: pointer;
}
.rct__step-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
* + .rct__step-title {
  padding-top: 29px;
  border-top: 1px dashed #dadada;
}
.rct__step-title input {
  font-weight: bold;
}
.rct__step-label, .rct__step-ingr-label {
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.rct__step-ingr-field {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.rct__step-field {
  display: inline-block;
  vertical-align: middle;
}
.rct__step-rank {
  margin-right: 2%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.rct__instr {
  margin-top: 20px;
}
.admin-mode .rct__instr {
  margin-top: 40px;
}
.rct__instr .md-preview {
  line-height: 1.3em;
}
.rct__instr-field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 501px) {
  .rct__instr-field {
    width: 80%;
  }
}
.rct__instr-media {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
}
@media only screen and (min-width: 501px) {
  .rct__instr-media {
    width: 20%;
    margin: 0;
    padding-right: 10px;
  }
}
.rct__instr-body {
  display: inline-block;
  width: 80%;
  color: #666;
  line-height: 23px;
  vertical-align: top;
  padding-left: 10px;
}
.rct__instr-suppr {
  position: relative;
  line-height: 20px;
  color: #856400;
  font-size: 12px;
  cursor: pointer;
  float: right;
  padding: 2px 15px 2px 10px;
  border: 1px solid #DADADA;
  margin-top: -1px;
}
.rct__instr-suppr-label {
  padding-left: 10px;
  vertical-align: middle;
}
.rct__split {
  opacity: 0;
  font-size: 20px;
  line-height: 0;
  vertical-align: middle;
  height: 0;
  padding-bottom: 20px;
  margin-bottom: -20px;
  border-top: 1px dashed #DADADA;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.rct__split:hover {
  opacity: 1;
  cursor: pointer;
}
.rct__ingr {
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.rct__step-ingredients .rct__ingr {
  margin-left: 20%;
}
.rct__ingr-label {
  vertical-align: middle;
}
.rct__ingr-label.is-linked {
  border-bottom: 1px dotted #666;
}
.rct__ingr-suppr {
  cursor: pointer;
  margin-left: 8px;
}
.rct__error {
  position: absolute;
  top: -25px;
  color: #f62b00;
}
.rct__right {
  float: right;
  margin-left: 20px;
}
.rct__delete-all_ingrs {
  cursor: pointer;
  color: #856400;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
  text-transform: lowercase;
  display: none;
}
.form__row-label:hover .rct__delete-all_ingrs, .rct__step-ingr-label:hover .rct__delete-all_ingrs {
  display: inline;
}

.ui-iws {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.ui-iws__input {
  background-image: url("/bundles/udgweb/img/ui/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  padding-right: 30px;
  width: 100%;
  margin-left: 5px;
}
.ui-iws__input:focus {
  background-image: none;
  padding-right: 0;
}
.ui-iws__input:focus + .ui-iws__suggestions {
  display: none;
}
.ui-iws__suggestions {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.js-edit-ingredient:hover {
  cursor: text;
}

.js-ingr-link {
  display: none;
  cursor: pointer;
}
.rct__ingr:hover .js-ingr-link {
  display: inline;
}

.js-edit-ingredient-input:focus ~ .js-ingr-suppr, .js-edit-ingredient-input:focus ~ .js-ingr-link {
  display: none;
}

.js-imgpicker__button {
  margin: 40px 0 20px;
}
.js-imgpicker.filled .js-imgpicker__button {
  margin: 0;
}

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */
.media {
  display: block;
}

.media__img {
  float: left;
  margin-right: 24px;
}

/**
 * Reversed image location (right instead of left).
 */
.media__img--rev {
  float: right;
  margin-left: 24px;
}

.media__img img,
.media__img--rev img {
  display: block;
}

.media__body {
  overflow: hidden;
}

.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

/**
 * `.img`s in `.islet`s need an appropriately sized margin.
 */
.islet .media__img {
  margin-right: 12px;
}

.islet .media__img--rev {
  margin-left: 12px;
}

.place-media {
  max-width: 1200px;
  margin: 0 auto;
}

.mod-place__media {
  line-height: 0;
  float: left;
  margin-right: 12px;
}
@media only screen and (min-width: 501px) {
  .mod-place__media {
    float: none;
    margin-right: 0;
  }
}
.mod-place__media img {
  max-width: 120px;
}
@media only screen and (min-width: 501px) {
  .mod-place__media img {
    max-width: 100%;
  }
}
.mod-place__body {
  overflow: hidden;
}
.mod-place__media--onrow {
  float: left;
  margin-right: 12px;
}
.mod-place__body--onrow {
  overflow: hidden;
}
@media only screen and (min-width: 501px) {
  .mod-place__media--oncol {
    float: none;
  }
}
.mod-place__street {
  display: block;
}

/*
.mod-place{

    a:active &, a:hover &{
        background-color: #f6f6f6;
    }


    &__name{
        @extend %gras-min-noir__2;
        .activity &{
            @extend %gras-min-noir__3;
        }
    }

    &__cat{
        @extend %normal-maj-gris__2;
        line-height: 15px;
        margin-bottom: 15px;
        .icon{
            padding-right: 15px;
        }
    }

    &__lieu{
        @extend .txt-small;
    }

    &__street{
        display: block;
        line-height: 15px;
    }

    // Layout oncol
    &__body-content--oncol{
        padding-top: 10px;
        .activity &{
            padding-top: 15px;
        }
    }


    // layout onrow
    &__media--onrow{
        float: left;
        line-height: 0;
        padding-right: 20px;
        img{
            width: 110px;
            height: 80px;
        }
    }
    &__body--onrow{
        overflow: hidden;
        position: relative;
        top: -5px;
    }

    // theme smaller
    &__media--small{
        img{
            max-width: 70px;
            max-height: 50px;
        }
    }
    &__cat--small{
        margin-bottom: 0;
    }
}
*/
.ph-chef {
  padding-bottom: 28px;
}
.ph-chef__media {
  line-height: 0;
  margin-bottom: 22px;
  position: relative;
}
.ph-chef__category .icon {
  margin-right: 10px;
}
.ph-chef__category-label {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}
.ph-chef__author {
  margin-top: 24px;
}
@media only screen and (min-width: 987px) {
  .ph-chef__author {
    margin-top: 12px;
  }
}

.ph-default {
  padding-bottom: 28px;
}
.ph-default__media {
  line-height: 0;
  margin-bottom: 22px;
}
@media only screen and (min-width: 987px) {
  .ph-default__media {
    margin-bottom: 0;
  }
}
.ph-default__category {
  margin-top: 10px;
}
.ph-default__category .icon {
  padding-right: 15px;
}

.place-addresses {
  border-top: 1px dashed #dadada;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 501px) {
  .place-addresses {
    padding-top: 40px;
  }
}

.place-description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.06667rem;
}
@media print {
  .place-description {
    font-size: 9pt;
  }
}

.place-map {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .place-map {
    margin-top: 0;
  }
}

.place-quotes {
  border-top: 1px dashed #dadada;
  padding-top: 20px;
}
@media only screen and (min-width: 501px) {
  .place-quotes {
    padding-top: 40px;
  }
}

.place-addresses {
  margin-top: 0;
  -moz-transition: margin 0.5s linear;
  -o-transition: margin 0.5s linear;
  -webkit-transition: margin 0.5s linear;
  transition: margin 0.5s linear;
}
.place-addresses__chef {
  margin-bottom: 15px;
}
.place-addresses__dl {
  margin-top: 5px;
}
.place-addresses__dt {
  float: left;
  display: block;
  margin-right: 5px;
}
.place-addresses__dt:after {
  content: " : ";
}
.place-addresses__dd {
  overflow: hidden;
  display: block;
}

.map-addresses-search__input-text {
  float: none;
}
.map-addresses-search__map {
  width: 100%;
  height: 0;
  margin-top: 30px;
  padding-bottom: 75%;
}
.map-addresses-search__map img {
  max-width: inherit;
}
.map-addresses-search .twitter-typeahead {
  width: 100%;
}
.map-addresses-search .tt-suggestion {
  display: inline-block;
  padding: 4px 15px;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 501px) {
  .map-addresses-search .tt-suggestion {
    padding: 7px 15px;
  }
}
.map-addresses-search .tt-suggestion .icon {
  vertical-align: middle;
  margin-right: 5px;
}
.map-addresses-search .tt-suggestion:hover, .map-addresses-search .tt-suggestion.active {
  cursor: pointer;
  background-color: rgba(245, 245, 245, 0.8);
}
.map-addresses-search .tt-suggestion.tt-cursor {
  background-color: rgba(245, 245, 245, 0.8);
}
.map-addresses-search .tt-suggestion--highlight {
  padding: 15px;
  background: rgba(239, 239, 239, 0.8);
}
.map-addresses-search__tooltip {
  cursor: pointer;
}
.map-addresses-search__tooltip:after {
  content: "";
  display: block;
  clear: both;
}
.map-addresses-search__tooltip-title {
  margin-bottom: 5px;
}
.map-addresses-search__tooltip-picture {
  float: left;
  margin-right: 1em;
  width: 60px;
  height: 60px;
}
.map-addresses-search__tooltip-content {
  max-width: 200px;
  max-height: 60px;
  line-height: 20px;
  overflow: hidden;
}

.pager {
  text-align: center;
  line-height: 40px;
}
.pager.pager--normal {
  border-top: 1px solid #e5e5e5;
  padding-top: 12px;
  margin-top: 24px;
}
@media only screen and (min-width: 501px) {
  .pager.pager--normal {
    padding-top: 30px;
    margin-top: 40px;
  }
}
.pager.pager--essio {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 501px) {
  .pager.pager--essio {
    max-width: 500px;
  }
}
.pager.pager--essio::before {
  content: "...";
  display: inline-block;
  font-size: 30px;
  text-align: center;
}
.pager.pager--essio:hover::before {
  display: none;
}
.pager.pager--essio:hover .pager__line--essio {
  display: inline-block;
}
.pager__line {
  display: block;
  position: relative;
}
.pager__line--essio {
  display: none;
  text-align: center;
  margin-top: 3px;
  padding: 0 .5em;
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  background: #f5f5f5;
}
.pager__line--essio + .pager__line--essio {
  border-top: none;
}
.pager__line--essio:last-child {
  border-bottom: solid 1px #e5e5e5;
}
.pager__item {
  display: inline-block;
}
.pager__link {
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 501px) {
  .pager__link {
    border: 0;
  }
}
.pager__link.selected, .pager__link:hover {
  color: #96969A;
}
.pager__link--normal {
  padding: 5px 15px;
}
.pager__link--essio {
  display: inline-block;
  padding: 0 .5em;
  text-align: center;
}

.activities-ticker {
  position: relative;
  overflow: hidden;
}

.activity + * {
  padding-top: 20px;
  border-top: 1px dotted #e5e5e5;
}
.activity__author + .activity__content {
  margin-top: 10px;
}
.activity__ribbon-small {
  margin: 0 5px;
  position: relative;
  top: -1px;
}
.activity__summary {
  padding-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.activity__author-media {
  float: left;
  padding-right: 10px;
}
.activity__author-body {
  overflow: hidden;
  font-size: 13px;
  top: -4px;
  position: relative;
}
.activity__author-name {
  display: block;
}

.fundamental {
  position: relative;
}
.fundamental--premium {
  border: 1px solid #baa44e;
}
.fundamental--normal, .fundamental--user, .fundamental--encyclo {
  border: 1px solid #e5e5e5;
}
.fundamental__media {
  line-height: 0;
  text-align: center;
  float: left;
  margin-right: 12px;
  position: relative;
}
.fundamental__media img {
  max-width: 120px;
}
@media only screen and (min-width: 501px) {
  .fundamental__media {
    float: none;
    margin-right: 0;
  }
  .fundamental__media img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 501px) {
  .fundamental__media--normal {
    margin: 14px 14px 0 14px;
  }
}
@media only screen and (min-width: 501px) {
  .fundamental__media--user {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
  }
}
@media only screen and (min-width: 501px) {
  .fundamental__media--encyclo {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
  }
}
.fundamental__bg {
  display: none;
}
@media only screen and (min-width: 501px) {
  .fundamental--encyclo .fundamental__bg {
    display: block;
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0 10px #dddddd;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  a:hover .fundamental--encyclo .fundamental__bg {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.fundamental__ribbon {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: -9px;
}
@media only screen and (min-width: 501px) {
  .fundamental__ribbon {
    top: -10px;
  }
}
.fundamental__body {
  overflow: hidden;
}
.fundamental__body {
  padding-top: 6px;
}
@media only screen and (min-width: 501px) {
  .fundamental__body {
    padding: 12px 12px 0 12px;
    min-height: 99px;
  }
}
@media only screen and (min-width: 501px) {
  .fundamental__body--search {
    min-height: 146px;
  }
}

.comment {
  padding-top: 20px;
  padding-bottom: 20px;
}
.comment + .comment {
  border-top: 1px dashed #dadada;
}
.comment__media {
  float: left;
  padding-right: 15px;
}
.comment__body {
  position: relative;
  top: -5px;
  overflow: visible;
}
@media only screen and (min-width: 501px) {
  .comment__body {
    overflow: hidden;
  }
}
.comment__date {
  float: right;
  color: #96969a;
  font-size: 12px;
}
.comment--quote {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
}
.comment__content--quote {
  padding-left: 30px;
  position: relative;
  margin-top: 5px;
}
.comment__content--quote:before, .comment__content--quote:after {
  display: inline-block;
  font-family: arial;
  line-height: 20px;
  vertical-align: middle;
  color: #888;
}
.comment__content--quote:before {
  font-size: 56px;
  content: "“";
  position: absolute;
  left: 0;
  top: 16px;
}
.comment__content--quote:after {
  font-size: 30px;
  content: "”";
}

.comment-form {
  margin-top: 40px;
}
.comment-form__ta {
  border: 1px solid #dadada;
  width: 100%;
  display: block;
  min-height: 120px;
  -moz-transition: height 0.1s ease-in;
  -o-transition: height 0.1s ease-in;
  -webkit-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
  resize: none;
  padding: 10px;
}
.comment-form__submit {
  text-align: right;
  padding-top: 24px;
  vertical-align: bottom;
  text-align: right;
}
.comment-form .comment-form__about {
  border-bottom: 1px dotted #7E6803;
  color: #7E6803;
  font-size: 11px;
  margin-right: 20px;
  padding-bottom: 5px;
}
.comment-form .md-editor {
  margin-top: 40px;
}

.reco-list__title {
  margin-bottom: 12px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
}
@media only screen and (min-width: 501px) {
  .reco-list__title {
    margin-bottom: 24px;
  }
}
.reco-list__item {
  display: block;
}
.reco-list__item + .reco-list__item {
  margin-top: 6px;
}

.reco-list-labels {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  -ms-column-gap: 24px;
  -o-column-gap: 24px;
  column-gap: 24px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
.reco-list-labels__item {
  display: block;
  margin-bottom: 10px;
}

.plancha__font-4 {
  text-align: left;
}

.link-tag--spaced + .link-tag--spaced {
  padding-left: 10px;
}

.tags__tag {
  /*
  & + &:before{
      content: ' - ';
      padding: 0 2px;
      color: #816615;
  }
  */
}
.tags__tag + .tags__tag {
  padding-left: 15px;
}
.tags__tag-link, .certifie {
  color: #856400;
  font-weight: 400;
  vertical-align: middle;
}

.rich-text > p + p, .md-preview > p + p {
  margin-top: 10px;
}
.rich-text > ul + p, .md-preview > ul + p {
  margin-top: 10px;
}
.rich-text h3, .md-preview h3 {
  margin-bottom: 15px;
}
.rich-text * + h3, .md-preview * + h3 {
  margin-top: 30px;
}
.rich-text em, .rich-text i, .md-preview em, .md-preview i {
  font-style: italic;
}
.rich-text table, .md-preview table {
  width: 25%;
  border: 1px solid #dadada;
  float: left;
  margin-right: 24px;
}
.rich-text table th, .md-preview table th {
  border-bottom: 1px solid #dadada;
  text-align: center;
}
.rich-text ul, .md-preview ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.follow .hideonhover {
  display: inline-block;
}
.follow .showonhover {
  display: none;
}
.follow:hover .hideonhover {
  display: none;
}
.follow:hover .showonhover {
  display: inline-block;
}

.ctas {
  overflow: hidden;
  margin-left: -10px;
  margin-top: -10px;
}
.ctas--abs {
  margin-top: 0;
}
@media only screen and (min-width: 501px) {
  .ctas--abs {
    position: absolute;
    bottom: 0;
    margin-top: -10px;
  }
}
.ctas.ctas--rel {
  margin-top: 0;
}
.ctas > * {
  margin-top: 10px;
}
.ctas .button-simple, .ctas .button-icon, .ctas .favorite__nb {
  margin-left: 10px;
}
.ctas .favorite .hideonhover {
  display: inline-block;
}
.ctas .favorite .showonhover {
  display: none;
}
.ctas .favorite:hover .hideonhover {
  display: none;
}
.ctas .favorite:hover .showonhover {
  display: inline-block;
}
.ctas .favorite, .ctas .favorite__nb {
  display: inline-block;
  vertical-align: middle;
}
.ctas .favorite__nb {
  background-color: #BAA256;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.ctas .favorite__nb:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -7px;
  display: inline-block;
  border-width: 15px 0 15px 7px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #BAA256;
  border-style: solid;
  -ms-transform: scale(0.9999);
  -webkit-transform: scale(0.9999);
  transform: scale(0.9999);
  -moz-transform: scale(1);
}
.ctas__social {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 987px) {
  .ctas--right {
    text-align: right;
  }
  .ctas__social--right {
    float: right;
  }
  .ctas .button-simple:nth-child(n+2), .ctas .button-icon {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 501px) {
  .ctas {
    margin-top: -20px;
  }
  .ctas > * {
    margin-top: 20px;
  }
}

.partager {
  display: none;
}
.partager ~ .ctas__social {
  position: absolute;
  height: 0;
  overflow: hidden;
}
.partager:checked ~ label {
  display: none;
}
.partager:checked ~ .ctas__social {
  position: static;
  height: auto;
  overflow: visible;
}
@media only screen and (min-width: 987px) {
  .partager ~ label {
    display: none;
  }
  .partager ~ .ctas__social {
    position: static;
    height: auto;
    overflow: visible;
  }
}

.inpage-swiper {
  color: #FFFFFF;
  text-align: center;
  backface-visibility: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: auto;
  height: 0;
  margin: -24px -12px 0 -12px;
}
.inpage-swiper--normal {
  padding-bottom: 57.3%;
}
.inpage-swiper--wide {
  padding-bottom: 47.4%;
}
@media only screen and (min-width: 501px) {
  .inpage-swiper--wide {
    padding-bottom: 44.2%;
  }
}
@media only screen and (min-width: 501px) {
  .inpage-swiper {
    margin: 0;
  }
}
.inpage-swiper__container {
  position: relative;
}
.inpage-swiper .swiper-wrapper {
  position: relative;
}
.inpage-swiper .swiper-container {
  color: #FFFFFF;
  text-align: center;
}
.inpage-swiper .swiper-slide {
  position: relative;
}
.inpage-swiper .swiper-legend {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-align: left;
}
.inpage-swiper__prev, .inpage-swiper__next {
  height: 100%;
  width: 35px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.inpage-swiper__prev-icon, .inpage-swiper__next-icon {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 60px;
  top: 30%;
}
@media only screen and (min-width: 501px) {
  .inpage-swiper__prev-icon, .inpage-swiper__next-icon {
    top: 45%;
  }
}
.inpage-swiper__prev {
  left: -12px;
}
@media only screen and (min-width: 501px) {
  .inpage-swiper__prev {
    left: 0;
  }
}
.inpage-swiper__prev-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAeCAYAAAAl+Z4RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMTgyMkFCQ0M3NUVBMjQ3Q0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTg4NDdGNTZCMzJDMTFFMzg4QkVCMzc1MUNEMTlGRjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTg4NDdGNTVCMzJDMTFFMzg4QkVCMzc1MUNEMTlGRjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJEMjgzQzM0MTMyMDY4MTE4MjJBRjI1RDVDRjI0NEVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MjJBQkNDNzVFQTI0N0NBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SkIj6AAAARpJREFUeNqclTEKwjAUhquBQicnwWN4Bm/jJAiCk+DkJDh1KghOQqFQEAQnwUlwEnRx8waeIL7WPxBD0ySv8A9N+32k6XtJR0oZMa+U8owqASMb+btSDrwGnNWzZ8I7NRYCrwDvKSJUoOBCh30FS8AHSmw+d8ELwKcm2CVQ8JmS2N6zwXPAlzbYJpgBvlJ6rjUyB6aAbz6wKZgAvlP6vvVhwo8QWAnGgF+UQWhvdKklh2jPN+UT3NQwZVrBJKGfoLLlSPQboUmOttJ11YFAr3tLmgYFet7agT69UElyH0nb9HRJyWnnCFCh7UbBG4qSlJDkpsS3YGKshZIIzq4c49f+SULPhUST1Ns752RKUO716cQ9G9VMRl8BBgD/0oEUT0W0yAAAAABJRU5ErkJggg==');
}
.inpage-swiper__next {
  right: -12px;
}
@media only screen and (min-width: 501px) {
  .inpage-swiper__next {
    right: 0;
  }
}
.inpage-swiper__next-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAfCAYAAAABZyaKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMTgyMkFCQ0M3NUVBMjQ3Q0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTg4NDdGNTJCMzJDMTFFMzg4QkVCMzc1MUNEMTlGRjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTg4NDdGNTFCMzJDMTFFMzg4QkVCMzc1MUNEMTlGRjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJEMjgzQzM0MTMyMDY4MTE4MjJBRjI1RDVDRjI0NEVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MjJBQkNDNzVFQTI0N0NBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oH9kQQAAAPBJREFUeNqk1d0GAkEUB/CpiCWWiB4jeooeJSIiIqKriIiI6Em63SzLEtGzdDmdozMcaz9m/nv4j5m9+DnMxxpr7YSypRg0PKT2X4c2yJjyEeiIIpxRG0gvGHoLdEIRB71CobKPQwWdUcRBuUAXFAmCmlqNKZlAVxRxUFoH+W6jhm4owhlQkjIo9Ihr6I4inKgIdU14fSlPmU8pMdLJXrrI5SyZ1kAoslNAjOxOJeCLbATIygAfxAFpFdCErH2AOmTlC1QhGhggL9tSgMQXKCILBNDIHAUcooEI+QN2aHjQTexTZnJDg4sRBnoowPUTYABzS9n9JEs2qgAAAABJRU5ErkJggg==');
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe, .video-wrapper .mejs-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.seasons {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  -ms-column-gap: 24px;
  -o-column-gap: 24px;
  column-gap: 24px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
@media only screen and (min-width: 501px) {
  .seasons {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    -ms-column-gap: 24px;
    -o-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
  }
}
@media only screen and (min-width: 987px) {
  .seasons {
    display: table;
    width: 100%;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    -ms-column-gap: 24px;
    -o-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-count: none;
    -moz-column-count: none;
    -ms-column-count: none;
    -o-column-count: none;
    column-count: none;
  }
}
.seasons__item {
  font-size: 15px;
  display: block;
}
@media only screen and (min-width: 501px) {
  .seasons__item {
    font-size: 20px;
  }
}
.seasons__item.active {
  color: #96969A;
}
@media only screen and (min-width: 987px) {
  .seasons__item {
    display: table-cell;
    width: 3%;
  }
}
.seasons__chapo {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
}

.js-linked {
  display: block;
}
.js-linked:hover {
  cursor: pointer;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 987px) {
  .js-linked:hover {
    background-color: transparent;
  }
}
.js-linked:hover :not(.ribbon-min):not(.ribbon-small):not(.ribbon-big) {
  color: #78787a;
}
.js-linked:hover .icon {
  fill: #78787a;
}
.js-linked.mod-pedia:hover {
  background-color: transparent;
}

.js-metalinked {
  display: block;
}

.reg-bloc {
  position: relative;
  border: 1px solid #dadada;
  background-color: #fff;
  padding: 12px;
  position: relative;
}
@media only screen and (min-width: 501px) {
  .reg-bloc {
    padding: 15px 20px 24px;
  }
}
.reg-bloc--centered {
  text-align: center;
}
.reg-bloc--gold {
  border-color: #baa256;
}
@media only screen and (min-width: 501px) {
  .reg-bloc--gold {
    padding: 20px;
  }
}
.reg-bloc--border-large {
  border-width: 3px;
}
.reg-bloc__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 auto 15px;
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .reg-bloc__title {
    margin: 15px 0 0;
    width: auto;
    text-align: left;
  }
}
.reg-bloc__title-grey {
  color: #7f7f81;
}
.reg-bloc__title-gold {
  color: #baa256;
}
.reg-bloc__description {
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 987px) {
  .reg-bloc__description {
    width: 330px;
    text-align: left;
  }
}
.reg-bloc__ribbon {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  text-align: center;
}
.reg-bloc__ribbon .ribbon-small {
  text-transform: none;
}
.reg-bloc__ribbon .ribbon-small:before {
  border-width: 16px 0 16px 5px;
}
.reg-bloc__ribbon .ribbon-small:after {
  border-width: 16px 5px 16px 0;
}
@media only screen and (min-width: 501px) {
  .reg-bloc__ribbon .ribbon-small:before {
    border-width: 20px 0 20px 5px;
  }
  .reg-bloc__ribbon .ribbon-small:after {
    border-width: 20px 5px 20px 0;
  }
}
.reg-bloc__illustr {
  text-align: center;
}
.reg-bloc__illustr img {
  max-width: 140px;
  border: 1px solid grey;
}
.reg-bloc__intro {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 12px;
}
@media only screen and (min-width: 987px) {
  .reg-bloc__intro--256 {
    min-height: 256px;
  }
}
.reg-bloc__notice {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 12px;
}
.reg-bloc__notice--center {
  text-align: center;
}
.reg-bloc__notice span {
  display: block;
  font-weight: normal;
  font-style: italic;
}
.reg-bloc__notice-bis {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.reg-bloc__deco {
  margin-top: 24px;
}
.reg-bloc .readmore {
  display: inline-block;
  margin-top: 10px;
}
.reg-bloc__hr {
  border: 0;
  height: 1px;
  background-color: #dadada;
  margin: 24px 0;
}
.reg-bloc__button {
  margin-top: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.reg-bloc--subscribe .reg-bloc__button .button-simple {
  min-width: 140px;
}

.reg-zone {
  overflow: hidden;
  padding-top: 20px;
}
.reg-zone__inside {
  width: 200%;
  position: relative;
  left: 0;
  -moz-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.reg-zone__inside.opened {
  left: -100%;
}
.reg-zone__first {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.reg-zone__second {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.reg-zone .reg-zone__for-code .form__input, .reg-zone .reg-zone__for-code .ui-iws__input {
  vertical-align: middle;
}

.err {
  background-color: #dedede;
  -moz-box-shadow: inset 0px 0px 150px 0 rgba(125, 125, 125, 0.2);
  -webkit-box-shadow: inset 0px 0px 150px 0 rgba(125, 125, 125, 0.2);
  box-shadow: inset 0px 0px 150px 0 rgba(125, 125, 125, 0.2);
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .err {
    display: table-cell;
    vertical-align: middle;
  }
}
.err__letter {
  color: #fff;
  font-size: 20vw;
  line-height: 20vw;
  display: inline-block;
}
.err__letter--egg {
  background: transparent url("/bundles/udgweb/img/oeuf.png") no-repeat 50% bottom;
  background-size: contain;
  height: 20vw;
  text-indent: -999999px;
  margin: 0vw -7vw;
  width: 30vw;
  vertical-align: bottom;
}
.err .readmore {
  display: inline-block;
  margin-top: 24px;
  border-bottom-color: #aaa;
}

.table1 {
  width: 100%;
}
.table1 th {
  text-align: left;
  padding-bottom: 20px;
}
.table1 th:last-child {
  text-align: right;
}
.table1 td:last-child {
  text-align: right;
}
.table1 a {
  color: #856400;
}

.notice {
  color: #666666;
  display: block;
  font-size: 11px;
  line-height: 16px;
}
.notice a {
  color: #856400;
}

.map-wrapper {
  position: relative;
  padding-bottom: 64.35%;
  padding-top: 25px;
  height: 0;
}
.map-wrapper .map-container {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 501px) {
  .map-wrapper .map-container {
    padding: 20px;
  }
}

.pay-recap {
  width: 100%;
}

.pay-ariane {
  margin-top: 20px;
  padding-top: 20px;
  color: #856400;
  display: block;
  text-align: center;
  border-top: 1px solid #dadada;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
}

.og-zone {
  border-top: 1px solid #dadada;
  margin-top: 24px;
  padding-top: 15px;
}
.og-zone__txt1 {
  color: #007dc1;
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
  vertical-align: middle;
}
.og-zone__txt2 {
  color: #7f7f81;
  font-size: 11px;
}
.og-zone__img1 {
  margin-right: 15px;
}
.og-zone__img2 {
  vertical-align: bottom;
  margin-left: 10px;
}

.net-link {
  color: #856400;
}
.net-link + .net-link {
  padding-left: 10px;
}
.net-link .icon {
  margin-right: 5px;
}

.faq-rub-top {
  margin-top: 20px;
  margin-bottom: 10px;
}
.faq-cat {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px dashed #dadada;
}
.faq-rub-mid {
  padding-top: 25px;
  margin-bottom: 10px;
}
.faq-cat + p,
.faq > p + p {
  margin-top: 10px;
}
.faq > ul + p {
  margin-top: 10px;
}
.faq em, .faq i {
  font-style: italic;
}
.faq ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.logo-link {
  display: inline-block;
  line-height: 0;
}
.logo--baseline {
  display: none;
}
@media only screen and (min-width: 987px) {
  .logo--baseline {
    display: inline;
    width: 200px;
    height: 65px;
    margin: 0;
  }
}
.logo--without-baseline {
  display: inline;
  height: 40px;
  width: 149px;
  margin: 5px 0;
}
@media only screen and (min-width: 987px) {
  .logo--without-baseline {
    display: none;
    width: 190px;
    height: 51px;
    margin: 14px 28px 14px 0;
  }
}

.flash {
  border-bottom: 1px solid #dadada;
}
.flash--cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 30px;
  background-color: #000;
  border-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 11px;
  z-index: 10;
}
.flash--cookie .flash__close,
.flash--cookie a {
  color: #fff !important;
}
.flash--cookie .flash__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #656565;
}
.flash--cookie .flash__close:hover {
  background-color: #7f7f7f;
}
.flash--cookie a {
  font-weight: 700;
  text-decoration: underline;
}
.flash--cookie a:hover {
  text-decoration: none;
}
.flash--cookie .icon-close-10 {
  fill: #fff;
}
.flash--confirm {
  padding: 8px 0;
  background-color: #e6e6e6;
  text-align: center;
}
.flash--error {
  padding: 8px 0;
  background-color: #ffbfbf;
  text-align: center;
}
.flash a {
  color: #856400;
}
.flash .section__content {
  position: relative;
}
.flash__close {
  display: block;
  float: right;
  cursor: pointer;
  font-size: 11px;
  color: #999;
  margin-left: 10px;
  font-family: arial, sans-serif;
}

.js-toggle-next + * {
  display: none;
}

.certifie {
  display: inline-block;
  margin: 10px 0;
}
@media only screen and (min-width: 987px) {
  .certifie {
    margin: 0 0 0 10px;
  }
}
.certifie img {
  float: left;
  vertical-align: top;
  margin-right: 5px;
}

.picvid {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.picvid:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 12px 18px;
  content: " ";
  display: block;
  height: 0;
  left: 20px;
  position: absolute;
  top: 14px;
  width: 0;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.medium__credits-wrapper {
  display: block;
  position: relative;
  height: 1px;
  top: -1px;
}
.medium__credits {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  color: #fff;
  line-height: 1.3em;
  padding: 12px 8px 6px 8px;
  text-align: right;
  font-size: 12px;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
.medium:hover .medium__credits, .swiper-slide:hover .medium__credits {
  display: block;
}
.medium__legend {
  display: block;
  margin: 10px 0;
  font-style: italic;
  line-height: 17px;
  font-size: 13px;
}

.video__credits {
  display: block;
  font-size: 12px;
  text-align: right;
}

.landing-register {
  background: transparent url("/bundles/udgweb/img/landing-register.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 501px) {
  .landing-register {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 987px) {
  .landing-register {
    padding-top: 40px;
    min-height: 510px;
  }
}
.landing-register__content {
  max-width: 768px;
}
@media only screen and (min-width: 987px) {
  .content .landing-register + section.section:not(.HACK-POUR-PRIORITE) {
    margin-top: -80px;
  }
}
.content .landing-register + section.section:not(.HACK-POUR-PRIORITE) .section__content--mid {
  background-color: #fff;
}
.landing-register__title {
  text-align: center;
  margin-bottom: 33px;
}
.landing-register__stitle {
  display: block;
  margin-top: 15px;
}
.landing-register__headline {
  margin-bottom: 33px;
  text-align: center;
}

/**
 * Module générique
 */
.mod-generic {
  position: relative;
}
.mod-generic--padding-20 {
  padding: 20px;
}
.mod-generic--padding-5 {
  padding: 5px;
}
.mod-generic--grey {
  background: #f5f5f5;
}
.mod-generic__media {
  line-height: 0;
  position: relative;
  float: left;
  max-width: 120px;
  margin-right: 8px;
}
.mod-generic__media:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.mod-generic__media--background-transparent:after {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod-generic__media--background-white {
  background: #fff;
  padding: 5px;
}
.mod-generic__media--background-white:after {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 501px) {
  .mod-generic__media--col {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 987px) {
  .mod-generic__media--row {
    margin-right: 24px;
    max-width: 50%;
  }
}
.mod-generic--has-badge-right .mod-generic__body {
  padding-right: 50px;
}
.mod-generic__body--hidden {
  overflow: hidden;
}
.mod-generic__body--padding {
  overflow: hidden;
  padding: 15px 20px 15px 0;
}
@media only screen and (min-width: 501px) {
  .mod-generic__title {
    margin-bottom: 5px;
  }
}
.mod-generic__picvid {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
@media only screen and (min-width: 501px) {
  .mod-generic__picvid {
    bottom: 15px;
    left: 15px;
  }
}
.mod-generic__badge {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: 10px;
  max-width: 30%;
}
.mod-generic__badge--premium {
  top: auto;
  right: 5px;
  bottom: 5px;
  left: auto;
  text-align: right;
}
.mod-generic--has-badge-right .mod-generic__badge {
  left: auto;
  right: 10px;
}
.mod-generic__badge img {
  max-width: 100%;
}

.mod-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e1e1e1;
  background: #fff;
}
.mod-list__media {
  display: table-cell;
  width: 30%;
  min-width: 90px;
  border-right: 1px solid #e1e1e1;
  text-align: center;
  vertical-align: middle;
}
.mod-list__media img {
  vertical-align: middle;
}
.mod-list__title {
  display: table-cell;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 18px;
  font-size: 15px;
  color: #000;
  padding: 0 20px;
  vertical-align: middle;
}
.mod-list__more {
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
}
.mod-list__more-label {
  text-decoration: underline;
}

.trunc__checkbox {
  display: none;
}
.trunc__checkbox:not(:checked) + .trunc .trunc__part {
  display: none;
}
.trunc__checkbox:checked + .trunc .trunc__ellipsis, .trunc__checkbox:checked + .trunc .trunc__link {
  display: none;
}

.cart-breadcrumb {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
  counter-reset: step;
}
.cart-breadcrumb:before {
  content: "";
  border-top: 1px solid #dadada;
  position: absolute;
  top: 15px;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.cart-breadcrumb__item {
  position: relative;
  display: inline-block;
  margin: 0 55px;
  color: #dadada;
  text-align: center;
  z-index: 1;
}
.cart-breadcrumb__item:before {
  counter-increment: step;
  content: counter(step);
  display: block;
  margin: 0 auto 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #dadada;
}
.cart-breadcrumb__item--active {
  color: #bda44a;
}
.cart-breadcrumb__item--active:before {
  background: #bda44a;
}

.cart-item + .cart-item {
  padding-top: 24px;
}
.cart-item__label {
  font-weight: bold;
}
.cart-item__label:before {
  content: "•";
  color: #baa256;
  margin-right: 5px;
}
.cart-item__price {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  color: #baa256;
}
.cart-item__cta {
  float: right;
  width: 30px;
  text-align: right;
}
.cart-item__cta-button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.cart-item__cta-button--marge {
  margin: 20px 0 0;
  text-align: left;
}
.cart-item__description {
  font-size: 12px;
  font-style: italic;
  color: #96969a;
}
.cart-item__hint {
  margin: 10px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}

.cart-total {
  text-align: right;
  margin-top: 24px;
  font-weight: bold;
  border-top: 1px dashed #dadada;
  padding-top: 10px;
}
.cart-total__label {
  float: left;
  text-align: left;
}
.cart-total__price {
  padding-right: 10px;
}
.cart-total__price--edit {
  padding-right: 40px;
}

.cart__billing-address {
  font-size: 12px;
  font-style: italic;
}

.cart-coupon {
  margin-top: 30px;
}

.submits-at-bottom {
  margin-top: 25px;
}
.submits-at-bottom__link {
  margin: 0 10px;
}
.submits-at-bottom__link:first-child {
  margin-left: 0;
}
.submits-at-bottom__link:last-child {
  margin-right: 0;
}

.noel-spe {
  position: absolute;
  right: -100px;
  top: -25px;
  width: 80px;
  padding-top: 20px;
  height: 80px;
  border: 1px solid #856400;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
}

.logo-partners {
  text-align: center;
  /*
  &:after {
      content: "";
      display: inline-block;
      width: 100%;
  }
  */
}
.logo-partners img {
  width: auto;
  height: 30px;
}
@media only screen and (min-width: 501px) {
  .logo-partners img {
    height: 50px;
  }
}
.logo-partners__item {
  display: inline-block;
  width: 30%;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .logo-partners__item {
    width: 16%;
  }
}
.logo-partners--recipe {
  margin-top: 30px;
}
.logo-partners--recipe img {
  width: auto;
  height: 30px;
}

@media only screen and (min-width: 501px) {
  .lap-and-up-one-seventh {
    width: 14.2857143%;
  }
}
.js-toggle-target {
  position: relative;
  cursor: pointer;
}
.js-toggle-target__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.js-toggle-target--active .js-toggle-target__icon {
  transform: translateY(-50%) rotate(180deg);
}

.title-arrow {
  text-align: center;
}
.title-arrow__label {
  position: relative;
  display: inline-block;
  padding: 0 0 15px;
  margin: 0 auto 70px;
  text-transform: uppercase;
  font: normal 20px/30px 'Roboto Condensed', sans-serif;
  border-bottom: 1px solid;
  color: #bca351;
}
.title-arrow__label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  border: solid #bca351;
  border-width: 0 1px 1px 0;
  background: #fff;
  transform: rotate(45deg);
}

/**
 * Tout ce qui concerne les articles (news, etc)
 */
/**
 * Têtière d'un user
 */
.user-header__follow {
  margin-top: 15px;
}
.user-header__media {
  float: left;
  width: 33.333%;
  padding-right: 12px;
  line-height: 0;
}
@media only screen and (min-width: 501px) {
  .user-header__media {
    padding-right: 24px;
  }
  .user-header__media--chef {
    width: 33.333%;
  }
}
@media only screen and (min-width: 987px) {
  .user-header__media--default {
    width: 16.666%;
  }
}
.user-header__media-inside {
  position: relative;
}
@media only screen and (min-width: 987px) {
  .user-header__body {
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 987px) {
  .user-header__top {
    margin-bottom: 30px;
  }
}
.user-header__stats {
  margin-top: 13px;
}
@media only screen and (min-width: 987px) {
  .user-header__stats {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    margin-top: 0;
  }
}
.user-header__stat {
  display: inline-block;
}
.user-header__stat + .user-header__stat {
  margin-left: 24px;
}
@media only screen and (min-width: 987px) {
  .user-header__stat {
    display: block;
    text-align: right;
  }
  .user-header__stat + .user-header__stat {
    margin-left: 0;
  }
}
@media only screen and (min-width: 987px) {
  .user-header__stat-label {
    text-align: left;
    float: left;
    clear: left;
  }
}
.user-header__stat-num {
  padding-left: 10px;
}
.user-header__bio {
  clear: both;
  padding-top: 10px;
}
.user-header__links {
  clear: both;
  border-top: 1px dashed #dadada;
  margin-top: 20px;
  padding: 15px 0;
}
@media only screen and (min-width: 987px) {
  .user-header__links {
    margin-top: 30px;
    padding: 20px 0;
  }
}
.user-header__actions {
  margin-top: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 987px) {
  .user-header__actions {
    display: flex;
    justify-content: space-between;
  }
}
.user-header__actions-item {
  margin-bottom: 10px;
}

.mod-users {
  position: relative;
}
.mod-users__checkbox {
  display: none;
}
.mod-users__label {
  display: none;
}
.mod-users__list {
  display: none;
}
@media only screen and (min-width: 501px) {
  .mod-users__label {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }
  .mod-users__label:hover {
    background-color: rgba(220, 220, 220, 0.24);
  }
  .mod-users__list {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 2;
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.4);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.4);
    padding: 10px;
    border: 1px solid #dadada;
  }
  .mod-users__list > * + * {
    margin-top: 10px;
  }
  .mod-users__checkbox:checked ~ .mod-users__list {
    display: block;
  }
}

.mod-user {
  text-align: left;
  line-height: 15px;
}
.mod-user__media {
  line-height: 0;
}
.mod-user__par {
  line-height: 18px;
}
.mod-user__name {
  cursor: pointer;
}
@media only screen and (min-width: 501px) {
  .mod-user__title {
    display: block;
    margin-top: -1px;
  }
}
.mod-user--onrow {
  overflow: hidden;
}
.mod-user__media--onrow {
  float: left;
}
.mod-user__body--onrow {
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 501px) {
  .mod-user__body-content--onrow {
    margin-top: -4px;
    min-height: 35px;
  }
}
.mod-user__par--ellip {
  display: block;
}
.mod-user__media--oncol {
  float: none;
  margin-bottom: 10px;
  display: inline-block;
}
.mod-user__media--oncol img {
  width: auto;
  height: auto;
}
.mod-user__body--oncol {
  overflow: visible;
}
@media only screen and (min-width: 501px) {
  .mod-user--min {
    height: 30px;
  }
}
.mod-user__media--min.mod-user__media--onrow {
  padding-right: 10px;
}
.mod-user__media--mid.mod-user__media--onrow {
  padding-right: 17px;
}
.mod-user__body-content--mid.mod-user__body-content--onrow {
  min-height: 21px;
}
.mod-user__media--big.mod-user__media--onrow {
  padding-right: 20px;
}
.mod-user__body-content--big.mod-user__body-content--onrow {
  min-height: 52px;
}
.mod-user__media--vvbig img {
  max-width: 80px;
}
@media only screen and (min-width: 501px) {
  .mod-user__media--vvbig img {
    max-width: 100%;
  }
}
.mod-user__media--vvbig.mod-user__media--onrow {
  padding-right: 20px;
}
.mod-user__body-content--vvbig.mod-user__body-content--onrow {
  min-height: 52px;
}

.user-fellows {
  margin-bottom: 30px;
}
.user-fellows__user {
  height: 0;
}
.user-fellows__title {
  margin-top: 20px;
  color: #808080;
  text-align: center;
}
.user-fellows__back {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 501px) {
  .user-fellows__back {
    margin-top: 0;
  }
}
.user-fellows__back-button {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  color: #bca351;
  border-bottom: 1px dotted;
}

.recipe-page .cta-noel_2017 {
  padding: 0;
}
.recipe-page .cta-noel_2017 .mod-cta-bizo {
  padding: 0;
}

.recipe-header__new-label {
  display: block;
  font-size: 13px;
}
@media only screen and (min-width: 987px) {
  .recipe-header__new-label {
    font-size: 20px;
  }
}
.recipe-header__new-label:after {
  content: attr(aria-label);
}
.recipe-header__title--chef {
  margin-top: -7px;
}
.recipe-header__title--normal {
  margin-bottom: 10px;
}
@media only screen and (min-width: 987px) {
  .recipe-header__title--normal {
    margin-bottom: 20px;
    margin-top: -10px;
  }
}
.recipe-header__author--chef {
  text-align: center;
  margin-top: 10px;
  width: 300px;
  position: relative;
}
@media only screen and (min-width: 501px) {
  .recipe-header__author--chef {
    margin-top: 0;
    width: auto;
  }
}
.recipe-header__media {
  line-height: 0;
  position: relative;
}
.recipe-header__media--chef {
  margin-top: 10px;
}
.recipe-header__ribbon {
  text-align: center;
  position: absolute;
  width: 100%;
  top: -10px;
  z-index: 1;
}
@media only screen and (min-width: 501px) {
  .recipe-header__ribbon {
    top: -10px;
  }
}
@media only screen and (min-width: 987px) {
  .recipe-header__ribbon {
    top: -16px;
  }
}
.recipe-header__pap {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 501px) {
  .recipe-header__pap {
    left: 20px;
    bottom: 20px;
  }
}
.recipe-header__disabled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.recipe-header__button {
  margin-top: 10px !important;
}
@media only screen and (min-width: 501px) {
  .recipe-header__button {
    margin-top: 20px !important;
  }
}
.recipe-header__disabled-table {
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  table-layout: fixed;
  overflow: hidden;
  line-height: 1.5em;
  color: #fff;
}
.recipe-header__disabled-td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.recipe-header__disabled-icon {
  background-color: #000;
  width: 30px;
  line-height: 30px;
  display: inline-block;
}
@media only screen and (min-width: 501px) {
  .recipe-header__disabled-icon {
    width: 50px;
    line-height: 50px;
  }
}
.recipe-header__disabled-h1 {
  margin-top: 10px;
  color: #fff;
}
.recipe-header__disabled-h2 {
  margin-top: 8px;
  color: #fff;
}
.recipe-header__disabled-ctas {
  padding: 0 5%;
}
.recipe-header__purchased {
  margin-bottom: 20px;
  padding: 20px;
  background: #e9e9e9;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .recipe-header__purchased {
    margin-bottom: 30px;
  }
}
.recipe-header__purchased-mention {
  margin-bottom: 10px;
}
.recipe-header__badge {
  top: 15px;
  left: 15px;
}

.recipe-intro {
  font-size: 16px;
  font-size: 1.06667rem;
  margin-top: 20px;
}
@media print {
  .recipe-intro {
    font-size: 9pt;
  }
}
@media only screen and (min-width: 501px) {
  .recipe-header--normal + .recipe-intro {
    border-top: 1px solid #dadada;
    margin-top: 30px;
    padding-top: 25px;
  }
}
.recipe-intro__tags {
  margin-top: 10px;
}
@media only screen and (min-width: 987px) {
  .recipe-intro__tags {
    display: inline-block;
    margin-top: 0;
  }
  .recipe-intro__times + .recipe-intro__tags {
    margin-left: 20px;
  }
}
.recipe-intro__ctas {
  margin-top: 10px;
}
@media only screen and (min-width: 501px) {
  .recipe-intro__ctas {
    margin-top: 30px;
  }
}
.recipe-intro__times {
  margin-top: 15px;
}
@media only screen and (min-width: 501px) {
  .recipe-intro__times {
    margin-top: 0;
  }
}
@media only screen and (min-width: 987px) {
  .recipe-intro__times {
    display: inline-block;
    white-space: nowrap;
  }
}
.recipe-intro__tagline {
  margin-top: 10px;
}
@media only screen and (min-width: 501px) {
  .recipe-intro__tagline {
    margin-top: 20px;
  }
}

.recipes__header_media {
  display: table-cell;
}
.recipes__header_body {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
.recipes__content {
  border: 1px solid #e5e5e7;
  border-width: 0 1px;
}
.recipes__footer {
  border: 1px solid #e5e5e7;
  border-top: 0;
  text-align: right;
  padding: 15px;
}

.recipe-content {
  border-top: 1px solid #dadada;
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
}
@media only screen and (min-width: 987px) {
  .recipe-content {
    padding-top: 40px;
  }
  .recipe-content:before {
    content: ' ';
    display: block;
    width: 1px;
    position: absolute;
    background-color: #dadada;
    top: 40px;
    bottom: 0;
    left: 25.84%;
  }
}

@media only screen and (min-width: 987px) {
  .recipe-col-left {
    display: inline-block;
    vertical-align: top;
    width: 25.84%;
  }

  .recipe-col-right {
    display: inline-block;
    vertical-align: top;
    width: 74.16%;
    padding-left: 39px;
  }
}
.recipe-actions {
  position: relative;
}
.recipe-actions__media {
  width: 100%;
}
.recipe-actions__step-by-step {
  position: absolute;
  bottom: 140px;
  width: 100%;
}

/**
 * mod-recipe : un bloc recette sur toutes les pages du site
 * default : apparence media object, pour avoir des listes courtes et lisibles sur mobile
 * --oncol => image pleine largeur au dessus du texte
 * --onrow => image à gauche (media object)
 * --premium => Theme premium (bordure)
 * --normal => Theme normal (padding autour de l'image)
 */
.mod-recipe {
  position: relative;
}
.mod-recipe:after {
  content: "";
  display: table;
  clear: both;
}
.mod-recipe__media {
  float: left;
  position: relative;
  line-height: 0;
}
.mod-recipe__media img {
  max-width: 120px;
}
@media only screen and (min-width: 501px) {
  .mod-recipe__media img {
    max-width: 138px;
  }
}
.mod-recipe__icon {
  position: absolute;
  bottom: 7px;
  left: 7px;
  line-height: 20px;
  width: 20px;
}
.mod-recipe__body {
  overflow: hidden;
  padding-left: 12px;
}
.mod-recipe__title {
  overflow: hidden;
}
.mod-recipe__title.has-2-lines {
  max-height: 42px;
}
.mod-recipe__title.has-3-lines {
  max-height: 65px;
}
.activity .mod-recipe__title {
  min-height: 80px;
  max-height: none;
}
.mod-recipe__title.is-new.has-2-lines:before, .mod-recipe__title.is-new.has-3-lines:before, .mod-recipe__title.is-new .ellip:before {
  text-transform: uppercase;
  color: #d7ab42;
}
[lang=fr] .mod-recipe__title.is-new.has-2-lines:before, [lang=fr] .mod-recipe__title.is-new.has-3-lines:before, [lang=fr] .mod-recipe__title.is-new .ellip:before {
  content: 'NOUVEAU - ';
}
[lang=en] .mod-recipe__title.is-new.has-2-lines:before, [lang=en] .mod-recipe__title.is-new.has-3-lines:before, [lang=en] .mod-recipe__title.is-new .ellip:before {
  content: 'NEW - ';
}
.mod-recipe__favorites {
  padding: 3px 14px 3px 0;
}
.mod-recipe__favorites .icon {
  margin-right: 5px;
}
.mod-recipe__favorites-label {
  vertical-align: middle;
}
.mod-recipe__ribbon {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: -8px;
}
@media only screen and (min-width: 501px) {
  .mod-recipe__ribbon {
    top: -10px;
  }
}
@media only screen and (min-width: 501px) {
  .mod-recipe__ribbon--min {
    top: -8px;
  }
}
@media only screen and (min-width: 501px) {
  .mod-recipe__ribbon--purchase {
    top: -14px;
  }
}
.mod-recipe__label-signature {
  color: #96969a;
  font-size: 15px;
  line-height: 20px;
  font-family: times, serif;
  font-style: italic;
}
.mod-recipe__badge {
  position: absolute;
  top: -10px;
  left: 10px;
  height: 60%;
}
.mod-recipe__badge--premium {
  top: auto;
  right: 5px;
  bottom: 5px;
  left: auto;
  text-align: right;
}
.mod-recipe__badge img {
  max-height: 100%;
}
.mod-recipe__media--small .mod-recipe__badge img {
  max-height: 80%;
}
.mod-recipe__author {
  position: relative;
  overflow: hidden;
  padding-left: 12px;
}
@media only screen and (min-width: 501px) {
  .mod-recipe__author {
    overflow: visible;
  }
}
@media only screen and (min-width: 501px) {
  .mod-recipe__edit {
    border-top: 1px dotted #dadada;
    padding: 0 14px;
    line-height: 39px;
    vertical-align: middle;
  }
}
.mod-recipe__edit-mod, .mod-recipe__edit-label {
  font-family: 'Roboto Condensed';
  font-size: 13px;
}
@media only screen and (min-width: 501px) {
  .mod-recipe__edit-label {
    display: none;
  }
}
.mod-recipe__edit-del {
  background: none;
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 501px) {
  .mod-recipe__edit-del {
    float: right;
    background: none;
    border: 0;
    margin: 10px 0 0;
    padding: 0;
  }
}
.mod-recipe__draft {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  line-height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
@media only screen and (min-width: 501px) {
  .mod-recipe__media--oncol {
    float: none;
    margin-right: 0;
  }
  .mod-recipe__media--oncol img {
    max-width: 100%;
  }
  .mod-recipe__icon--oncol {
    bottom: 10px;
    left: 10px;
    line-height: 30px;
    width: 30px;
  }
  .mod-recipe__body--oncol {
    overflow: auto;
    padding-left: 0;
  }
  .mod-recipe__body-content--oncol {
    min-height: 75px;
    padding-top: 8px;
  }
  .activity .mod-recipe__body-content--oncol {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 501px) {
  .mod-recipe__media--onrow--1 img {
    max-width: 199px;
  }
  .mod-recipe__body-content--onrow--1 {
    min-height: 56px;
  }
}
@media only screen and (min-width: 501px) {
  .mod-recipe__body-content--onrow--2 {
    min-height: 62px;
  }
  .mod-recipe__author--onrow--2 {
    overflow: hidden;
  }
}
@media only screen and (min-width: 501px) {
  .mod-recipe--premium {
    border-color: #baa44e;
  }
  .mod-recipe--brand {
    border-color: #e5e5e5;
  }
  .mod-recipe--normal {
    border-color: #e5e5e5;
  }
  .mod-recipe--purchase {
    border-color: #e8420c;
  }
  .mod-recipe--bordered {
    border-width: 1px;
    border-style: solid;
  }
  .mod-recipe__favorites--bordered {
    padding: 3px 14px;
  }
  .mod-recipe__author--bordered {
    padding: 9px;
    border-top: 1px dotted #dadada;
  }
  .mod-recipe__body--bordered {
    padding-left: 0;
  }
  .mod-recipe__body-content--bordered {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
  }
}

/**
 * Un block recette de chef/marque/normal
 */
 /*
.mod-recipe-old{
    border: 1px solid $color-grey;
    position: relative;

    a:hover &, a:active &{
        background-color: #f6f6f6;
    }

    &--debug{
        background-color: #dadada;
        height: 300px;
    }

    .center &{
        margin: 0 auto 20px auto;
    }

    &__body{
        position: relative;
        text-align: left;
    }

    &__title{
        @extend %gras-min-noir__2;
        overflow: hidden;
        &.has-2-lines{
            max-height: 42px;
        }
        &.has-3-lines{
            max-height: 60px;
        }
        .activity &{
            @extend %gras-min-noir__3;
            min-height: 80px;
            max-height: none;
        }
    }
    &__label-signature{
        color: #96969a;
        font-size: 15px;
        line-height: 20px;
        font-family: times, serif;
        font-style: italic;
    }

    &__favorites{
        @extend %normal-min-gris__1;
        padding: 3px 14px;
        .icon{
            margin-right: 5px;
        }
    }
    &__favorites-label{
        vertical-align: middle;
    }
    &__author{
        padding: 9px;
        border-top: 1px dotted #dadada;
    }

    &__ribbon{
        left: 0;
        position: absolute;
        text-align: center;
        top: -10px;
        width: 100%;
        z-index: 1;
    }
    &__media{
        padding: 19px 14px 0 14px;
        position: relative;
        line-height: 0;
        position: relative;
        img{
            width: 100%;
        }
    }

    &__body-content{
        min-height: 72px;
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 10px;
        .activity &{
            padding-top: 15px;
        }
    }

    // Thèmes
    &--premium{
        border: 1px solid #baa44e;
    }

    &__media--premium,
    &__media--brand{
        padding: 0;
    }

    // layout wide
    @include media-query(lap-and-up){
        &--wide{
            border: none;
            max-width: none;
        }
        &__ribbon--wide{
            max-width: 200px;
        }
        &__media--wide{
            margin-right: 0;
            float: left;
            padding: 0;
            img{
                width: auto;
                max-height: 128px;
            }
        }
        &__body--wide{
            overflow: hidden;
            text-align: left;
            min-height: 128px;
        }
        &__body-content--wide{
            padding-top: 5px;
            min-height: 49px;
        }
        &__author{
            padding-left: 0;
            margin-left: 9px;
            border-top: 1px dotted #dadada;
        }
    }
    // mode min (liste SEO)
    &--min{
        border: 0;
    }
    &__media--min{
        float: left;
        padding: 0;
        img{
            max-height: 50px;
        }
    }
    &__body--min{
        overflow: hidden;
        min-height: 50px;
    }
    &__body-content--min{
        padding-top: 0;
        min-height: 0;
    }
}
*/
.recipe-steps {
  border-top: 1px solid #dadada;
  margin-top: 25px;
  padding-top: 25px;
}
@media only screen and (min-width: 987px) {
  .recipe-steps {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.recipe-steps__title {
  position: relative;
  top: -5px;
  margin-bottom: 10px;
  line-height: 34px;
}
@media only screen and (min-width: 987px) {
  .recipe-steps__title {
    margin-bottom: 15px;
  }
}
.recipe-steps__step + .recipe-steps__step {
  margin-top: 15px;
}
@media only screen and (min-width: 501px) {
  .recipe-steps__step + .recipe-steps__step {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 987px) {
  .recipe-steps__step + .recipe-steps__step {
    margin-top: 30px;
  }
}
.recipe-steps__step--fadeout {
  margin-bottom: -20px;
}
.recipe-steps__step--fadeout::after {
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, #ffffff 80%);
  display: block;
  height: 150px;
  width: 100%;
  margin-top: -150px;
  position: relative;
}
.recipe-steps__step-title {
  margin-bottom: 15px;
}
* + .recipe-steps__step-title {
  margin-top: 15px;
}
@media only screen and (min-width: 501px) {
  * + .recipe-steps__step-title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 987px) {
  * + .recipe-steps__step-title {
    margin-top: 30px;
  }
}
.recipe-steps__step-media {
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.recipe-steps__instruction + .recipe-steps__instruction {
  margin-top: 15px;
}
@media only screen and (min-width: 501px) {
  .recipe-steps__instruction + .recipe-steps__instruction {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 987px) {
  .recipe-steps__instruction + .recipe-steps__instruction {
    margin-top: 30px;
  }
}
.recipe-steps__instruction-body {
  font-size: 16px;
  font-size: 1.06667rem;
}
@media print {
  .recipe-steps__instruction-body {
    font-size: 9pt;
  }
}
.recipe-steps__step-media + .recipe-steps__instruction-body {
  margin-top: 10px;
}
@media only screen and (min-width: 501px) {
  .recipe-steps__step-media + .recipe-steps__instruction-body {
    margin-top: 0;
  }
}
@media only screen and (min-width: 501px) {
  .recipe-steps {
    text-align: left;
  }
}

.recipe-time {
  display: block;
}
@media only screen and (min-width: 501px) {
  .recipe-time {
    display: inline;
  }
  .recipe-time + .recipe-time {
    padding-left: 15px;
  }
}
.recipe-time__label {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.recipe-time__time {
  color: #3E3E41;
  display: inline-block;
  vertical-align: middle;
}

.recipe-ingredients {
  padding-right: 20px;
}
.recipe-ingredients__is-overflow {
  position: relative;
  overflow: hidden;
  margin-top: -15px;
}
.recipe-ingredients__is-overflow:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, #ffffff 80%);
}
.recipe-ingredients__title {
  margin-top: -5px;
  margin-bottom: 10px;
  line-height: 34px;
}
@media only screen and (min-width: 987px) {
  .recipe-ingredients__title {
    margin-bottom: 25px;
  }
}
.recipe-ingredients__items-title {
  margin-top: 15px;
  margin-bottom: 5px;
}
.recipe-ingredients__items {
  margin: 0;
  list-style-type: none;
}
@media only screen and (min-width: 501px) {
  .recipe-ingredients__items {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    -ms-column-gap: 24px;
    -o-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 987px) {
  .recipe-ingredients__items {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-count: auto;
  }
}
.recipe-ingredients__items.no-col {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  -ms-column-gap: 0;
  -o-column-gap: 0;
  column-gap: 0;
  -webkit-column-count: auto;
  -moz-column-count: auto;
  -ms-column-count: auto;
  -o-column-count: auto;
  column-count: auto;
}
@media only screen and (min-width: 501px) {
  .recipe-ingredients__item {
    padding: 2px 0;
  }
}
@media only screen and (min-width: 987px) {
  .recipe-ingredients__item {
    padding: 4px 0;
  }
}
.recipe-ingredients__add-to-list {
  margin-top: 20px;
}
.recipe-ingredients__checkbox {
  display: none;
}
.recipe-ingredients__content {
  transition: max-height .5s;
}
@media not print {
  .recipe-ingredients__checkbox ~ .recipe-ingredients__content {
    display: none;
  }
}
@media only screen and (min-width: 501px) {
  .recipe-ingredients__checkbox ~ .recipe-ingredients__content {
    display: block;
  }
}
.recipe-ingredients__checkbox:checked ~ .recipe-ingredients__content {
  display: block;
}
.recipe-ingredients__checkbox:checked ~ .recipe-ingredients__label {
  display: none;
}
@media only screen and (min-width: 501px) {
  .recipe-ingredients__checkbox:checked ~ .recipe-ingredients__label {
    display: none;
  }
}

.menu-label {
  margin-bottom: 20px;
}

.recipes-by-chef__recipes {
  margin-top: 20px;
  border-top: 1px dashed #dadada;
  padding-top: 20px;
}
.recipes-by-chef__readmore {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 987px) {
  .recipes-by-chef__readmore {
    margin-top: 25px;
  }
}

.recipe-comments-title {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 501px) {
  .recipe-comments-title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 987px) {
  .recipe-comments-title {
    margin-top: 45px;
  }
}

.recipe-categorie {
  margin-top: 50px;
}
@media only screen and (min-width: 501px) {
  .recipe-categorie {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 987px) {
  .recipe-categorie {
    margin-top: 90px;
  }
}
.recipe-categorie__item {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 170px;
  vertical-align: middle;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.recipe-categorie__item--2 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-2.jpg");
}
.recipe-categorie__item--13 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-13.jpg");
}
.recipe-categorie__item--3 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-3.jpg");
}
.recipe-categorie__item--31 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-31.jpg");
}
.recipe-categorie__item--22 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-22.jpg");
}
.recipe-categorie__item--23 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-23.jpg");
}
.recipe-categorie__item--30 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-30.jpg");
}
.recipe-categorie__item--25 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-25.jpg");
}
.recipe-categorie__item--16 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-16.jpg");
}
.recipe-categorie__item--1 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-1.jpg");
}
.recipe-categorie__item--19 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-19.jpg");
}
.recipe-categorie__item--7 {
  background-image: url("/bundles/udgweb/img/landing/subscription/asset-tag-7.jpg");
}
.recipe-categorie__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
}
.recipe-categorie__content {
  position: relative;
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}
.recipe-categorie__content .icon {
  margin: 0 0 20px;
  fill: #fff;
  width: 44px;
  height: 44px;
}
.recipe-categorie__txt {
  display: block;
  font: normal 18px/25px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
}

.pap__header {
  background-color: rgba(249, 249, 249, 0.8);
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 987px) {
  .pap__header {
    height: 50px;
  }
}
.pap__menu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px 5px 10px;
  cursor: pointer;
}
.pap__menu-label1 {
  color: #856400;
  font-size: 13px;
  padding-left: 10px;
  font-family: 'Roboto Condensed';
}
.pap__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px 5px 20px;
  cursor: pointer;
}

.pap__footer {
  background-color: rgba(249, 249, 249, 0.8);
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 987px) {
  .pap__footer {
    height: 50px;
  }
}
.pap__footer-state {
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}
@media only screen and (min-width: 987px) {
  .pap__footer-state {
    position: absolute;
    left: 24px;
    bottom: 0;
    line-height: 50px;
    text-align: left;
  }
}

.pap__sidebar {
  position: fixed;
  overflow-y: auto;
  left: -249px;
  width: 249px;
  padding: 20px 15px 0 20px;
  top: 0;
  background-color: #f5f5f5;
  border-right: 1px solid #dadada;
  bottom: 0;
}

.pap__swiper {
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: auto;
  background-color: #fff;
}
@media only screen and (min-width: 987px) {
  .pap__swiper {
    right: 24px;
    left: 24px;
  }
}
.pap__swiper-wrapper {
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0s;
  transition-property: transform, left, top;
  transition-timing-function: ease;
  width: 100%;
}
.pap__swiper-slide {
  float: left;
  overflow-y: auto;
  position: relative;
}

.pap__slide-table {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  display: table;
}
.pap__slide-content {
  max-width: 948px;
  margin: 0 auto;
  padding: 60px 12px 0 12px;
}
.pap__slide-content--promo {
  max-width: 665px;
}
.pap__step-title {
  margin-bottom: 15px;
}
.pap__step-media img {
  max-width: 948px;
  width: 100%;
}
.pap__step-body {
  margin-bottom: 20px;
}

@media only screen and (min-width: 987px) {
  .pap__slide--has-media .pap__slide-td {
    display: table-cell;
    height: 100%;
  }
  .pap__slide--has-media .pap__slide-content {
    height: 100%;
  }
  .pap__slide--has-media .pap__slide-content-inside {
    display: table;
    height: 100%;
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px;
    margin-top: -15px;
  }
  .pap__slide--has-media .pap__step-title, .pap__slide--has-media .pap__step-body {
    display: table-row;
  }
  .pap__slide--has-media .pap__step-media {
    display: table-row;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
  }
}

.pap__intro {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 0 12px 20px 12px;
}
@media only screen and (min-width: 987px) {
  .pap__intro {
    padding: 0 82px 40px 82px;
    margin: auto;
  }
}
.pap__intro-ribbon {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .pap__intro-ribbon {
    top: -16px;
  }
}
.pap__intro-title {
  text-align: center;
  padding-top: 24px;
}
@media only screen and (min-width: 987px) {
  .pap__intro-title {
    padding-top: 40px;
  }
}
.pap__intro-title--has-placeholder {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 987px) {
  .pap__intro-title--has-placeholder {
    padding-left: 0;
    padding-right: 0;
  }
}
.pap__intro-author {
  padding-bottom: 10px;
  margin-top: 8px;
  border-bottom: 1px solid #dadada;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .pap__intro-author {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
.pap__intro-credits {
  display: block;
  color: #969696;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.pap__intro-times {
  margin-top: 12px;
}
@media only screen and (min-width: 987px) {
  .pap__intro-times {
    text-align: center;
    margin-top: 24px;
  }
}
.pap__intro-chapo {
  margin-top: 12px;
  font-size: 16px;
  font-size: 1.06667rem;
}
@media print {
  .pap__intro-chapo {
    font-size: 9pt;
  }
}
@media only screen and (min-width: 987px) {
  .pap__intro-chapo {
    font-size: 18px;
    font-size: 1.2rem;
    margin-top: 24px;
  }
}

.pap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f9f9f9;
}
.pap__table {
  display: table;
  width: 100%;
  height: 100%;
}
.pap__td {
  display: table-cell;
}
.pap__td--prev {
  width: 0;
}
.pap__td--next {
  width: 0;
}
@media only screen and (min-width: 987px) {
  .pap__td--prev, .pap__td--next {
    width: 24px;
  }
}
.pap__unclick {
  background-color: #000;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.pap__unclick.active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 2;
}
@media only screen and (min-width: 501px) {
  .pap, .pap__header, .pap__footer, .pap__sidebar {
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
}
.pap__sidebar.active {
  left: 0;
}
.pap__sidebar.active ~ .pap,
.pap__sidebar.active ~ .pap__header,
.pap__sidebar.active ~ .pap__footer {
  left: 249px;
}
.pap__prev {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 20px 5px 10px;
  cursor: pointer;
  z-index: 2;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.pap__next {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px 5px 20px;
  cursor: pointer;
  z-index: 2;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 987px) {
  .pap__prev, .pap__next {
    height: 100%;
    width: 70px;
    position: absolute;
    top: 0;
    padding: 0;
  }
  .pap__prev-zone, .pap__next-zone {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    width: 100%;
    height: 70px;
    top: 42%;
    top: calc(50% - 10px);
    border-radius: 40px;
  }
  .pap__prev-zone {
    left: -14px;
    padding: 19px 0 0 30px;
  }
  .pap__next-zone {
    padding: 19px 30px 0 9px;
    right: -15px;
  }
}

.pap__pagination {
  display: none;
  line-height: 50px;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .pap__pagination {
    display: block;
  }
}
.pap__pagination-item {
  background-color: #adadad;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}
.pap__pagination-item.active {
  background-color: #333;
}

.pap__placeholder {
  position: absolute;
  z-index: 10;
}
.pap__placeholder--top-left {
  top: 0;
  left: 10px;
}

.spinner {
  display: inline-block;
  position: relative;
  opacity: 0;
  line-height: 20px;
}
.spinner.active {
  opacity: 1;
}
.spinner__ta {
  display: table;
  width: 100%;
  height: 100%;
}
.spinner__td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.spinner__label {
  display: block;
}
.spinner__wheel {
  display: inline-block;
  border-color: rgba(133, 100, 0, 0.15);
  border-style: solid;
  border-bottom-color: rgba(133, 100, 0, 0.8);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.active .spinner__wheel {
  -moz-animation: rotation 1s infinite linear;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
.spinner--fullscreen {
  line-height: 150px;
  height: 150px;
  width: 150px;
}
.spinner__wheel--fullscreen {
  border-width: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.spinner--imgpicker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.spinner__wheel--imgpicker {
  width: 20px;
  height: 20px;
  border-width: 5px;
}

.js-imgpicker {
  background: #F0F0F0 url("/bundles/udgweb/img/camera.png") no-repeat 50% 30px;
  border: 1px solid #dadada;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 100px;
}
.js-imgpicker__preview {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.js-imgpicker__preview img,
.js-imgpicker__preview canvas {
  max-width: 100%;
  max-height: 100%;
}
.js-imgpicker__button {
  font-size: 12px;
  line-height: 25px;
  cursor: pointer;
}
.js-imgpicker.active {
  background: none;
}
.js-imgpicker.active .js-imgpicker__button {
  display: none;
}
.js-imgpicker__suppr {
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: -20px;
}
.js-imgpicker.filled .js-imgpicker__legend, .js-imgpicker.filled .js-imgpicker__credit {
  display: block;
}
.js-imgpicker__legend, .js-imgpicker__credit {
  display: none;
  position: relative;
  right: 0;
  left: 0;
  border: 0;
  border-top: 1px solid #dadada;
  background-color: #fff;
  opacity: .8;
  z-index: 2;
  width: 100%;
  resize: none;
  font-size: 12px;
  height: 16px;
  line-height: 15px;
  overflow: hidden;
  cursor: text;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: #777;
}
.js-imgpicker__legend:hover, .js-imgpicker__credit:hover {
  opacity: 1;
}
.js-imgpicker__legend:focus, .js-imgpicker__credit:focus {
  left: -50%;
  right: -50%;
  bottom: -1px;
  opacity: 1;
  width: 200%;
  border: 1px solid #dadada;
  height: 33px;
  z-index: 3;
}
.js-imgpicker__del {
  background-color: #dadada;
  color: #333;
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 15px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.js-imgpicker.filled .js-imgpicker__del {
  display: block;
}
.js-imgpicker__del:hover {
  opacity: 1;
}
.js-imgpicker__target {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #e45000;
  width: 20px;
  height: 20px;
  margin: -10px auto auto -10px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  transition: top .1s ease, left .1s ease;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.search > *:last-child {
  margin-bottom: 20px;
}
.search__checkbox {
  display: none;
}
.search__checkbox ~ .wrapper .search {
  display: none;
}
.search__checkbox:not(:checked) ~ .wrapper .icon-close-18 {
  display: none;
}
.search__checkbox:checked ~ .wrapper .content,
.search__checkbox:checked ~ .wrapper .pied .section,
.search__checkbox:checked ~ .wrapper .icon-lens {
  display: none;
}
.search__checkbox:checked ~ .wrapper .search {
  display: table-row;
  height: 100%;
}
.search__close {
  float: right;
  background: transparent;
  border: none;
}
.search__header {
  padding-top: 25px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}
.search__info-b {
  font-weight: 400;
  color: #555;
}
.search__title {
  margin-bottom: 10px;
}
.search__field-cont {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 501px) {
  .search__field-cont {
    margin-bottom: 25px;
  }
}
.search__suggest-list, .landing__suggest-list {
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  border: 1px solid #DADADA;
  border-width: 0 1px;
  text-align: left;
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-transition: top 0.1s linear;
  -o-transition: top 0.1s linear;
  -webkit-transition: top 0.1s linear;
  transition: top 0.1s linear;
}
.search__suggest {
  display: inline-block;
  padding: 4px 15px;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (min-width: 501px) {
  .search__suggest {
    padding: 7px 15px;
  }
}
.search__suggest:hover, .search__suggest.active {
  cursor: pointer;
  background-color: rgba(245, 245, 245, 0.8);
}
.search__suggest--highlight {
  padding: 15px;
  background: rgba(239, 239, 239, 0.8);
}
.search__suggest-img {
  vertical-align: middle;
  margin-right: 15px;
}
.search__suggest-searched {
  font-weight: 700;
}

.search-filters {
  margin-bottom: 40px;
}
.search-filters__item {
  margin-top: 10px;
  position: relative;
}
.search-filters__radio {
  position: absolute;
  left: 0;
  opacity: 0;
}
.search-filters__label {
  display: block;
}
@media only screen and (min-width: 987px) {
  .search-filters__label.button-simple {
    font-size: 17px;
  }
}
.search-filters__label .icon {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-filters__radio:checked + .search-filters__label {
  background: #f7f7f7;
  color: #787878;
  border-color: #dadada;
}
.search-filters__radio:checked + .search-filters__label .icon-close {
  display: block;
}
.search-filters__radio:checked + .search-filters__label .icon-arrow_down {
  display: none;
}
.search-filters__label--has-submenu .icon-arrow_down {
  display: block;
}
.search-filters__submenu {
  display: none;
  position: absolute;
  top: 40px;
  left: 10%;
  width: 190%;
  z-index: 2;
  background: #fff;
  border: 1px solid #dadada;
  padding: 10px;
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
@media only screen and (min-width: 501px) {
  .search-filters__submenu {
    top: 50px;
    left: 8%;
    width: 192%;
  }
}
@media only screen and (min-width: 987px) {
  .search-filters__submenu {
    left: 10%;
    width: 390%;
  }
}
@media only screen and (min-width: 987px) {
  .search-filters__submenu--3 {
    left: -189%;
  }
}
.search-filters__submenu:before, .search-filters__submenu:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 14px solid transparent;
  border-bottom-color: #dadada;
  margin-left: -15px;
  top: -28px;
  left: 25%;
}
@media only screen and (min-width: 987px) {
  .search-filters__submenu:before, .search-filters__submenu:after {
    left: 10%;
  }
}
.search-filters__submenu:after {
  border: 15px solid transparent;
  border-bottom-color: #fff;
  top: -28px;
  margin-left: -16px;
}
.search-filters__radio:checked ~ .search-filters__submenu {
  display: block;
}
@media only screen and (min-width: 987px) {
  .search-filters__submenu--3:before, .search-filters__submenu--3:after {
    left: 50%;
  }
}

/**
 * La recherche globale
 */
.search-global__menu {
  cursor: pointer;
}
.search-global__menu.is-opened {
  background: #f5f5f5;
}
.search-global__menu-icon .icon-close-18 {
  display: none;
}
.is-opened .search-global__menu-icon .icon-lens {
  display: none;
}
.is-opened .search-global__menu-icon .icon-close-18 {
  display: inline;
}
.is-opened .search-global__menu-icon .header__search-label {
  display: none;
}
@media only screen and (min-width: 987px) {
  .search-global__menu-icon--block {
    line-height: 100%;
  }
}
.search-global__bar {
  display: none;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.search-global__bar.is-opened {
  display: table-row;
}
.search-global__bar-wrapper-content {
  padding: 20px 0;
}
.search-global__form {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 501px) {
  .search-global__form {
    display: table;
  }
}
.search-global__selects {
  display: block;
  vertical-align: middle;
  border: 1px solid #dadada;
  border-bottom: none;
  background-color: #fff;
}
@media only screen and (min-width: 501px) {
  .search-global__selects {
    display: table-cell;
    border: 1px solid #dadada;
    border-right: none;
  }
}
.search-global__select {
  border: none;
  min-width: 10em;
}
.search-global__select select {
  width: 120%;
  padding-right: 50px;
}
.search-global__select select:focus {
  outline: none;
  border: none;
}
.search-global__inputs {
  position: relative;
  display: table-cell;
  width: 100%;
}
.search-global__input {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  padding: 0 10px 0 10px;
  border: 1px solid #dadada;
  cursor: text;
}
@media only screen and (min-width: 501px) {
  .search-global__input {
    height: 50px;
  }
}
@media only screen and (min-width: 987px) {
  .search-global__input {
    height: 60px;
  }
}
.search-global__input:focus {
  outline: none;
  outline-offset: 0;
  border: 1px solid #bca351;
}
.search-global__buttons {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
}
.search-global__button {
  display: block;
  background: transparent;
  border: none;
  background-color: #fff;
  width: 40px;
}
@media only screen and (min-width: 501px) {
  .search-global__button {
    width: 50px;
  }
}
@media only screen and (min-width: 987px) {
  .search-global__button {
    width: 60px;
  }
}
.search-global__filters {
  margin-top: 10px;
}
.search-global__filter-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-global__suggestions {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  border: 1px solid #dadada;
  background: #fff;
  width: 100%;
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
@media only screen and (min-width: 501px) {
  .search-global__suggestions {
    top: 50px;
  }
}
@media only screen and (min-width: 987px) {
  .search-global__suggestions {
    top: 60px;
  }
}
.search-global__suggestion {
  padding: .5em;
  cursor: pointer;
}
.search-global__suggestion:hover, .search-global__suggestion--active {
  background-color: rgba(245, 245, 245, 0.8);
}
.search-global__suggestion--highlight {
  padding: 15px;
  background: rgba(239, 239, 239, 0.8);
}
.search-global__suggestion-highlight {
  font-weight: 700;
}
.search-global__suggestion-image {
  vertical-align: middle;
  margin-right: 10px;
}
.search-global__result {
  display: none;
  height: 100%;
}
.search-global__result.is-opened {
  display: table-row;
}
.search-global__result-content {
  padding-bottom: 50px;
}
.search-global__result-content:after {
  content: "";
  display: table;
  clear: both;
}
.search-global__result-message {
  margin: 1em 0;
}

/**
 * La barre de recherche qui ouvre la globale
 */
.search-bar__inputs {
  position: relative;
  display: table-cell;
  width: 100%;
}
.search-bar__input {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  padding: 0 10px 0 10px;
  border: 1px solid #dadada;
  cursor: text;
}
@media only screen and (min-width: 501px) {
  .search-bar__input {
    height: 50px;
  }
}
@media only screen and (min-width: 987px) {
  .search-bar__input {
    height: 60px;
  }
}
.search-bar__input:focus {
  outline: none;
  outline-offset: 0;
  border: 1px solid #bca351;
}
.search-bar__buttons {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
}
.search-bar__button {
  display: block;
  background: transparent;
  border: none;
  background-color: #fff;
  width: 40px;
}
@media only screen and (min-width: 501px) {
  .search-bar__button {
    width: 50px;
  }
}
@media only screen and (min-width: 987px) {
  .search-bar__button {
    width: 60px;
  }
}
.search-bar__suggestions {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  border: 1px solid #dadada;
  background: #fff;
  width: 100%;
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
}
@media only screen and (min-width: 501px) {
  .search-bar__suggestions {
    top: 50px;
  }
}
@media only screen and (min-width: 987px) {
  .search-bar__suggestions {
    top: 60px;
  }
}
.search-bar__suggestion {
  padding: .5em;
  cursor: pointer;
  text-align: left;
}
.search-bar__suggestion:hover, .search-bar__suggestion--active {
  background-color: rgba(245, 245, 245, 0.8);
}
.search-bar__suggestion--highlight {
  padding: 15px;
  background: rgba(239, 239, 239, 0.8);
}
.search-bar__suggestion-highlight {
  font-weight: 700;
}
.search-bar__suggestion-image {
  vertical-align: middle;
  margin-right: 10px;
}

.mod-cta {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  position: relative;
}
.recipe-col-right .mod-cta {
  margin-top: 24px;
}
.mod-cta--space-after {
  margin-bottom: 20px;
}
.mod-cta--jumbo {
  padding: 20px;
}
.mod-cta--spe1 {
  padding: 20px;
}
@media only screen and (min-width: 501px) {
  .mod-cta--spe1 {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 987px) {
  .mod-cta--spe1 {
    padding: 20px 80px;
  }
}
.mod-cta-soldes-ete .mod-cta--overlay-campaign {
  background-color: rgba(255, 255, 255, 0.8);
}
.mod-cta-soldes-ete .mod-cta__info-label--campaign, .mod-cta-soldes-ete .mod-cta__info-action--campaign {
  color: #000;
}
.mod-cta-soldes-ete .mod-cta__h1 {
  font-size: 24px;
  font-weight: 700;
}
.mod-cta-soldes-ete .mod-cta__h2 {
  font-size: 17px;
}
@media only screen and (min-width: 501px) {
  .mod-cta-soldes-ete .mod-cta__h2 {
    font-size: 18px;
  }
}
.mod-cta-soldes-ete__picture {
  position: relative;
}
.mod-cta-soldes-ete__picture:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 40px;
  width: 150px;
  height: 150px;
  background-image: url("/bundles/udgweb/img/soldes-ete-2018/pastille.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 70px;
}
@media only screen and (min-width: 501px) {
  .mod-cta-soldes-ete__picture:after {
    top: 20px;
    right: 80px;
    background-size: 90px;
  }
}
@media only screen and (min-width: 987px) {
  .mod-cta-soldes-ete__picture:after {
    top: 30px;
    right: 130px;
    background-size: 100%;
  }
}
.mod-cta__h1--spe1 {
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8db;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 24px;
}
@media only screen and (min-width: 501px) {
  .mod-cta__h1--spe1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}
.mod-cta__h1-notice {
  display: block;
  margin-bottom: -10px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  font-style: italic;
}
.mod-cta__h1-AAA {
  padding: 10px;
  text-transform: uppercase;
  color: #bca351;
  background: #f3f3f3;
  text-align: center;
}
.mod-cta__list-title {
  font-weight: 700;
}
.mod-cta__list-item--spe1 {
  padding-left: 24px;
  padding-top: 10px;
  text-indent: -24px;
}
.mod-cta__h1--marge {
  margin-bottom: 25px;
}
.mod-cta__h1--bg-subscription {
  font-size: 16px;
  color: #3e3e41;
}
.mod-cta__h2--bg-subscription {
  font-size: 16px;
}
.mod-cta__desc--bg-subscription {
  color: #fff;
}
.mod-cta__h1--jumbo {
  margin-bottom: 10px;
  text-align: center;
}
.mod-cta__info-label {
  font-size: 12px;
  color: #7f7f81;
}
.mod-cta__info-label--bg-subscription {
  color: #3e3e41;
}
.mod-cta__info-label--campaign {
  color: #fff;
}
.mod-cta__info-action {
  color: #856400;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: right;
}
.mod-cta__info-action--campaign {
  color: #FFF;
}
.mod-cta__ribbon {
  position: absolute;
  text-align: center;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.mod-cta--simple {
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 501px) {
  .mod-cta--simple {
    padding: 24px 40px;
  }
}
.mod-cta--AAA {
  padding: 40px 20px 20px;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .mod-cta--AAA strong {
    display: block;
  }
}
.mod-cta--sub {
  padding: 35px 80px;
}
.mod-cta__list--sub {
  margin-bottom: 40px;
}
.mod-cta__list--jumbo {
  margin-top: 25px;
}
@media only screen and (min-width: 501px) {
  .mod-cta__list--jumbo {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    -ms-column-gap: 24px;
    -o-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}
.mod-cta__list-item--jumbo {
  padding-left: 24px;
  padding-top: 10px;
  text-indent: -24px;
}
.mod-cta__cta--jumbo {
  text-align: center;
  margin-top: 30px;
}
.mod-cta--narrow {
  text-align: center;
  padding: 12px;
  max-width: 219px;
  margin: 0 auto;
}
@media only screen and (min-width: 501px) {
  .mod-cta--narrow {
    min-height: 293px;
    padding: 30px;
  }
}
.mod-cta__deco--narrow {
  height: 70px;
}
.mod-cta__h2 + .mod-cta__cta, .mod-cta__desc + .mod-cta__cta {
  margin-top: 20px;
}
.mod-cta--medium {
  padding: 12px 130px 12px 12px;
}
@media only screen and (min-width: 501px) {
  .mod-cta--medium {
    padding: 35px;
    text-align: center;
  }
}
@media only screen and (min-width: 987px) {
  .mod-cta--medium {
    padding: 35px 120px 30px 120px;
  }
}
.recipe-steps + .mod-cta--medium {
  margin-top: 35px;
}
.mod-cta__cta + .mod-cta__info {
  margin-top: 25px;
}
.mod-cta--bg-subscription-wrapper {
  position: relative;
  padding: 30px 0;
  background: url("/bundles/udgweb/img/bg-cta-subscription.jpg") no-repeat 50%;
  color: #fff;
}
.mod-cta--bg-subscription-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.mod-cta--bg-subscription-wrapper-AAA {
  color: #fff;
  background: url("/bundles/udgweb/img/bg-cta-AAA.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.mod-cta--bg-subscription-campaign {
  background: rgba(0, 0, 0, 0.4);
}
.mod-cta--bg-subscription-content {
  margin: 0 auto;
  max-width: 370px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mod-cta--bg-special-campaign-subscription-wrapper {
  background: url("/bundles/udgweb/img/soldesete/bg-cta-subscription.jpg") no-repeat 50%;
  color: #fff;
}
.mod-cta--overlay {
  background: rgba(0, 0, 0, 0.6);
}
.mod-cta__hr {
  margin-bottom: 15px;
  border-bottom: 1px solid #808080;
}
.mod-cta__hr .icon {
  margin-bottom: -1px;
  width: 52px;
  background: #f9f9f9;
}
.mod-cta__hr--bg-subscription {
  border-bottom-color: #fff;
}
.mod-cta__hr--bg-subscription .icon {
  width: 32px;
  background: #fff;
}
@media only screen and (min-width: 987px) {
  .mod-cta__button {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 10px;
  }
}

.promo-newsletter {
  padding: 15px 6%;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.promo-newsletter__label {
  display: block;
  margin: 0 0 15px;
}
.promo-newsletter__email {
  vertical-align: middle;
}
.promo-newsletter__submit {
  margin-top: 20px;
}
@media only screen and (min-width: 501px) {
  .promo-newsletter__submit {
    margin: 0;
  }
}

.ph-header-partner {
  padding: 40px 0 30px;
}
.ph-header-partner img {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}

.banner__content {
  padding: 25px 0;
}
.banner__content--nopadding {
  padding: 0;
}
.banner--grey {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.partner-kenwood {
  background-color: #f7f7f7;
}
.partner-kenwood__content {
  text-align: center;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-kenwood__content {
    direction: rtl;
  }
}
@media only screen and (min-width: 987px) {
  .partner-kenwood__content {
    text-align: justify;
  }
  .partner-kenwood__content:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
  }
}
.partner-kenwood__model {
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}
@media only screen and (min-width: 987px) {
  .partner-kenwood__model {
    margin-top: 0;
  }
}
.partner-kenwood__logo {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-top: 20px;
}
@media only screen and (min-width: 501px) {
  .partner-kenwood__logo {
    display: inline-block;
  }
}
.partner-kenwood__robots {
  vertical-align: middle;
  margin-top: 20px;
}
@media only screen and (min-width: 987px) {
  .partner-kenwood__robots {
    margin-top: 0;
  }
}

.partner-miele {
  border-top: 30px solid #d91a21;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9ImNpcmNsZSIgY3k9ImZhcnRoZXN0LWNvcm5lciIgcj0iNTAwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('/bundles/udgweb/img/partners/miele/miele-bg.jpg?1492506608');
  background: -moz-radial-gradient(circle farthest-corner, #ffffff 100px, rgba(0, 0, 0, 0) 500px), url('/bundles/udgweb/img/partners/miele/miele-bg.jpg?1492506608');
  background: -webkit-radial-gradient(circle farthest-corner, #ffffff 100px, rgba(0, 0, 0, 0) 500px), url('/bundles/udgweb/img/partners/miele/miele-bg.jpg?1492506608');
  background: radial-gradient(circle farthest-corner, #ffffff 100px, rgba(0, 0, 0, 0) 500px), url('/bundles/udgweb/img/partners/miele/miele-bg.jpg?1492506608');
}
.partner-miele__content {
  padding: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 501px) {
  .partner-miele__content {
    padding: 0;
    max-height: 190px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 987px) {
  .partner-miele__content {
    max-height: 170px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-miele__logo {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 987px) {
  .partner-miele__logo {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 987px) {
  .partner-miele__cta {
    text-align: right;
  }
}
.partner-miele__button {
  color: #fff;
  background: #8e8e8e;
  border-color: #8e8e8e;
  margin-top: 20px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-miele__button {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 987px) {
  .partner-miele__button {
    margin-top: 50px;
  }
}
.partner-miele__button:hover {
  color: #fff;
  background: #8e8e8e;
  border-color: #8e8e8e;
}

.partner-degrenne {
  text-align: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9ImNpcmNsZSIgY3k9ImZhcnRoZXN0LWNvcm5lciIgcj0iNTAwJSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url('/bundles/udgweb/img/partners/degrenne/degrenne-bg.jpg?1492506608');
  background: -moz-radial-gradient(circle farthest-corner, #ffffff 100px, rgba(0, 0, 0, 0) 500px), url('/bundles/udgweb/img/partners/degrenne/degrenne-bg.jpg?1492506608');
  background: -webkit-radial-gradient(circle farthest-corner, #ffffff 100px, rgba(0, 0, 0, 0) 500px), url('/bundles/udgweb/img/partners/degrenne/degrenne-bg.jpg?1492506608');
  background: radial-gradient(circle farthest-corner, #ffffff 100px, rgba(0, 0, 0, 0) 500px), url('/bundles/udgweb/img/partners/degrenne/degrenne-bg.jpg?1492506608');
}
.partner-degrenne__content {
  padding: 0 12px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-degrenne__content {
    padding: 25px 12px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-degrenne__deco {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 987px) {
  .partner-degrenne__deco img {
    display: block;
  }
}
.partner-degrenne__logo {
  margin-top: 0px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-degrenne__logo {
    margin: 0;
  }
}
@media only screen and (min-width: 987px) {
  .partner-degrenne__logo {
    margin-top: 0px;
  }
}
.partner-degrenne__button {
  margin: 20px 0;
  color: #fff;
  background: #e6352d;
  border-color: #e6352d;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-degrenne__button {
    font-size: 17px !important;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 987px) {
  .partner-degrenne__button {
    margin-top: 45px;
  }
}
.partner-degrenne__button:hover {
  color: #fff;
  background: #e6352d;
  border-color: #e6352d;
}

.partner-subscribe {
  text-align: center;
}
.partner-subscribe__content {
  padding: 35px 0;
}
.partner-subscribe__logo {
  display: block;
  margin: 0 0 5px;
}
.partner-subscribe__logo img {
  vertical-align: middle;
}
.partner-subscribe__txt {
  margin: 35px 10px 0;
  text-align: left;
}
.partner-subscribe--monoprix {
  border-top: 30px solid #e41348;
}
.partner-subscribe--casino {
  border-top: 30px solid #114e21;
}
.partner-subscribe--casino-img {
  margin-top: 50px;
}

.partner-casino {
  background: #e6e6e6 no-repeat 100%;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .partner-casino {
    background-image: url("/bundles/udgweb/img/partners/casino/bg.jpg");
  }
}
.partner-casino__content {
  vertical-align: middle;
}
.partner-casino__logo {
  vertical-align: middle;
}
.partner-casino__baseline {
  font-weight: normal;
  text-align: left;
}
.partner-casino__baseline--gold {
  color: #bca351;
}
.partner-casino__baseline-by {
  display: block;
  font-size: 21px;
  text-align: right;
  margin-right: 12px;
}
@media only screen and (min-width: 987px) {
  .partner-casino__baseline-by {
    margin-right: 27%;
  }
}
.partner-casino__baseline-by img {
  margin-left: 5px;
  vertical-align: middle;
}

.partner-casino-2 {
  background: #e6e6e6 no-repeat 100%;
  text-align: center;
}
@media only screen and (min-width: 987px) {
  .partner-casino-2 {
    background-image: url("/bundles/udgweb/img/partners/casino/bg-2.png");
  }
}
.partner-casino-2__content {
  vertical-align: middle;
}
.partner-casino-2__logo {
  vertical-align: middle;
}
.partner-casino-2__baseline {
  font-weight: normal;
  text-align: left;
}
.partner-casino-2__baseline--gold {
  color: #bca351;
}
@media only screen and (min-width: 987px) {
  .partner-casino-2__baseline {
    width: 345px;
  }
}
@media screen and (min-width: 1200px) {
  .partner-casino-2__baseline {
    width: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .partner-casino-2__baseline {
    width: 720px;
  }
}
.partner-casino-2__baseline-by {
  display: block;
  font-size: 21px;
  text-align: right;
  margin-right: 12px;
}
@media only screen and (min-width: 987px) {
  .partner-casino-2__baseline-by {
    margin-right: 27%;
  }
}
.partner-casino-2__baseline-by img {
  margin-left: 5px;
  vertical-align: middle;
}

/**
 * Le bandeau Monoprix
 */
.partner-monoprix {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEiPjxyZWN0IHdpZHRoPSI1MCUiIGhlaWdodD0iMSIgeD0iNTAlIiB5PSIwIiBmaWxsPSIjMWYxZjFmIi8+PC9zdmc+");
  background-position: center top;
  background-repeat: repeat-y;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  height: 60px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-monoprix {
    height: 100px;
  }
}
@media only screen and (min-width: 987px) {
  .partner-monoprix {
    height: 150px;
  }
}
.partner-monoprix__header {
  position: relative;
  text-align: center;
  height: 60px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-monoprix__header {
    height: 100px;
  }
}
@media only screen and (min-width: 987px) {
  .partner-monoprix__header {
    height: 150px;
  }
}
.partner-monoprix__logo {
  max-height: 80%;
}
.partner-monoprix__content {
  position: relative;
  background: #1f1f1f;
  color: #fff;
  text-align: right;
  white-space: nowrap;
  height: 60px;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .partner-monoprix__content {
    height: 100px;
  }
}
@media only screen and (min-width: 987px) {
  .partner-monoprix__content {
    height: 150px;
  }
}
.partner-monoprix__content::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: baseline;
}
.partner-monoprix__image {
  height: 100%;
}

.deco {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url('/bundles/udgweb/img/deco/ld-s1c187e8a12.png');
}
.deco-book {
  width: 35px;
  height: 30px;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-book {
    width: 70px;
    height: 60px;
    background-position: 0 0;
  }
}
.deco-box {
  width: 35px;
  height: 30px;
  background-position: 0 -30px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-box {
    width: 70px;
    height: 60px;
    background-position: 0 -60px;
  }
}
.deco-calendar {
  width: 35px;
  height: 30px;
  background-position: 0 -60px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-calendar {
    width: 70px;
    height: 60px;
    background-position: 0 -120px;
  }
}
.deco-choice {
  width: 35px;
  height: 30px;
  background-position: 0 -90px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-choice {
    width: 70px;
    height: 60px;
    background-position: 0 -180px;
  }
}
.deco-cooking {
  width: 35px;
  height: 30px;
  background-position: 0 -120px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-cooking {
    width: 70px;
    height: 60px;
    background-position: 0 -240px;
  }
}
.deco-lamp {
  width: 35px;
  height: 30px;
  background-position: 0 -150px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-lamp {
    width: 70px;
    height: 60px;
    background-position: 0 -300px;
  }
}
.deco-mortar {
  width: 35px;
  height: 30px;
  background-position: 0 -180px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-mortar {
    width: 70px;
    height: 60px;
    background-position: 0 -360px;
  }
}
.deco-nutritional {
  width: 35px;
  height: 30px;
  background-position: 0 -210px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-nutritional {
    width: 70px;
    height: 60px;
    background-position: 0 -420px;
  }
}
.deco-nutritional_alias {
  width: 35px;
  height: 30px;
  background-position: 0 -240px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-nutritional_alias {
    width: 70px;
    height: 60px;
    background-position: 0 -480px;
  }
}
.deco-preparation {
  width: 35px;
  height: 30px;
  background-position: 0 -270px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-preparation {
    width: 70px;
    height: 60px;
    background-position: 0 -540px;
  }
}
.deco-preservation {
  width: 35px;
  height: 30px;
  background-position: 0 -300px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-preservation {
    width: 70px;
    height: 60px;
    background-position: 0 -600px;
  }
}
.deco-tool {
  width: 35px;
  height: 30px;
  background-position: 0 -330px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-tool {
    width: 70px;
    height: 60px;
    background-position: 0 -660px;
  }
}
.deco-usage {
  width: 35px;
  height: 30px;
  background-position: 0 -360px;
  background-size: cover;
}
@media only screen and (min-width: 501px) {
  .deco-usage {
    width: 70px;
    height: 60px;
    background-position: 0 -720px;
  }
}

.deco2 {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  fill: #bca351;
}
.landing__link:hover .deco2 {
  fill: #7f7f81;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.icon-32 {
  width: 32px;
  height: 32px;
}
.button-simple .icon {
  margin-right: 10px;
}
.button-simple:hover .icon, .button-icon:hover .icon {
  fill: #78787a;
}
.button-simple--gold:hover .icon, .button-icon--gold:hover .icon {
  fill: #fff;
}
.icon-lens {
  fill: #313131;
  width: 20px;
  height: 20px;
}
.icon-close-18 {
  fill: #313131;
  width: 32px;
  height: 32px;
}
.icon-close-10 {
  fill: #313131;
}
.icon-bell-outline-32, .icon-star-outline-32, .icon-book-outline-32, .icon-avatar-x2-outline, .icon-avatar-x1-outline-32, .icon-ribbon-outline-32, .icon-ring-outline-32, .icon-whisk-outline-32 {
  width: 32px;
  height: 32px;
  fill: #96969A;
}
.is-active .icon-bell-outline-32, .onglets__link:hover .icon-bell-outline-32, .is-active .icon-star-outline-32, .onglets__link:hover .icon-star-outline-32, .is-active .icon-book-outline-32, .onglets__link:hover .icon-book-outline-32, .is-active .icon-avatar-x2-outline, .onglets__link:hover .icon-avatar-x2-outline, .is-active .icon-avatar-x1-outline-32, .onglets__link:hover .icon-avatar-x1-outline-32, .is-active .icon-ribbon-outline-32, .onglets__link:hover .icon-ribbon-outline-32, .is-active .icon-ring-outline-32, .onglets__link:hover .icon-ring-outline-32, .is-active .icon-whisk-outline-32, .onglets__link:hover .icon-whisk-outline-32 {
  fill: #333333;
}
.icon-star-12 {
  fill: #aaa;
  width: 12px;
  height: 12px;
}
.icon-star, .icon-print, .icon-share-facebook, .icon-share-twitter, .icon-share-pinterest, .icon-share-google, .icon-share-instagram, .icon-share-mail, .icon-plus, .icon-checked, .icon-pencil {
  fill: #856400;
}
.icon-share-twitter-15, .icon-share-facebook-15, .icon-share-google-15, .icon-share-mail-15 {
  fill: #856400;
  width: 15px;
  height: 15px;
}
.icon-checked-white, .icon-close-white {
  fill: #fff;
}
.icon-arrow_up, .icon-arrow_down, .icon-avatar-x1-outline, .icon-bell-outline, .icon-star-outline, .icon-gear-outline, .icon-plus-grey, .icon-basket-usermenu {
  fill: #313131;
}
.icon-fullscreen-fff {
  fill: #fff;
  width: 18px;
  height: 18px;
}
.icon-arrow_right {
  fill: #bca351;
}
.icon-arrow_right-pap {
  fill: #999;
  width: 30px;
  height: 30px;
}
.icon-arrow_left-pap {
  fill: #999;
  width: 30px;
  height: 30px;
}
.icon-arrow_left-gold {
  fill: #bca351;
}
.icon-oven-grey, .icon-rest-grey, .icon-clock-grey, .icon-freeze-grey, .icon-thermometer-grey, .icon-drop-grey, .icon-steam-grey {
  fill: #96969A;
  width: 16px;
  height: 16px;
}
.icon-flatware-grey {
  fill: #96969A;
  width: 16px;
  height: 16px;
}
.icon-flatware-grey-18 {
  fill: #96969A;
}
.icon-marker-grey-18 {
  fill: #96969A;
}
.icon-basket-grey-18 {
  fill: #96969A;
}
.icon-hamburger {
  fill: #333;
  width: 24px;
  height: 24px;
}
.icon-share-facebook-go, .icon-share-twitter-go, .icon-share-google-go {
  background-color: #856400;
  width: 13px;
  height: 13px;
  padding: 2px;
  fill: #fff;
}
.icon-share-pinterest-go {
  background-color: #856400;
  width: 13px;
  height: 13px;
  fill: #fff;
}
.icon-share-instagram-go {
  background-color: #856400;
  width: 13px;
  height: 13px;
  padding: 2px;
  fill: #fff;
}
.icon-plus-big {
  width: 50px;
  height: 50px;
  fill: #bca351;
}
.icon-addtolist {
  fill: #856400;
}
.icon-list {
  fill: #856400;
}
.icon-close-del-ingr {
  border: 1px solid #c9c9c9;
  fill: #999;
}
.icon-close-del-instr {
  fill: #856400;
}
.icon-share-facebook-input, .icon-share-twitter-input, .icon-share-pinterest-input, .icon-share-web-input, .icon-share-google-input, .icon-share-instagram-input {
  width: 21px;
  height: 21px;
  fill: #7b7b7b;
}
.icon-share-facebook-footer, .icon-share-twitter-footer, .icon-share-pinterest-footer, .icon-share-instagram-footer, .icon-share-google-footer, .icon-share-youtube-footer {
  width: 18px;
  height: 18px;
  fill: #7b7b7b;
}
.icon-share-facebook-login {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.icon-share-facebook-login:hover {
  fill: #fff;
}
@media only screen and (min-width: 501px) {
  .icon-share-facebook-login {
    width: 25px;
    height: 25px;
  }
}
.button-simple.button-simple--facebook:hover .icon, .button-icon.button-icon--facebook:hover .icon {
  fill: #fff;
}
.icon-cutlery {
  width: 32px;
  height: 32px;
  fill: #bca351;
}
.icon-cutlery-campaign {
  width: 32px;
  height: 32px;
}
.icon-pictures {
  background-color: rgba(0, 0, 0, 0.7);
  fill: #fff;
  width: 13px;
  height: 13px;
  padding: 1px;
}
@media only screen and (min-width: 501px) {
  .icon-pictures {
    width: 28px;
    height: 28px;
    padding: 5px;
  }
}
.mod-recipe__icon--onrow--2 .icon-pictures {
  width: 13px;
  height: 13px;
  padding: 1px;
}
.icon-white-30 {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.icon-white-35 {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.icon-pictures-111, .icon-pictures-122, .icon-pictures-123, .icon-pictures-222, .icon-pictures-223, .icon-pictures-232, .icon-pictures-233, .icon-pictures-333 {
  background-color: rgba(0, 0, 0, 0.7);
  fill: #fff;
}
.icon-pictures-111 {
  width: 13px;
  height: 13px;
  padding: 1px;
}
.icon-pictures-122 {
  width: 13px;
  height: 13px;
  padding: 1px;
}
@media only screen and (min-width: 501px) {
  .icon-pictures-122 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
.icon-pictures-123 {
  width: 13px;
  height: 13px;
  padding: 1px;
}
@media only screen and (min-width: 501px) {
  .icon-pictures-123 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
@media only screen and (min-width: 987px) {
  .icon-pictures-123 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
.icon-pictures-222 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
.icon-pictures-223 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
@media only screen and (min-width: 987px) {
  .icon-pictures-223 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
.icon-pictures-232 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
@media only screen and (min-width: 501px) {
  .icon-pictures-232 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
@media only screen and (min-width: 987px) {
  .icon-pictures-232 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
.icon-pictures-233 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
@media only screen and (min-width: 501px) {
  .icon-pictures-233 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
.icon-pictures-333 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
.icon-play-111, .icon-play-122, .icon-play-123, .icon-play-222, .icon-play-223, .icon-play-232, .icon-play-233, .icon-play-333 {
  background-color: rgba(0, 0, 0, 0.7);
  fill: #fff;
}
.icon-play-111 {
  width: 13px;
  height: 13px;
}
.icon-play-122 {
  width: 13px;
  height: 13px;
}
@media only screen and (min-width: 501px) {
  .icon-play-122 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
.icon-play-123 {
  width: 13px;
  height: 13px;
}
@media only screen and (min-width: 501px) {
  .icon-play-123 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
@media only screen and (min-width: 987px) {
  .icon-play-123 {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
}
.icon-play-222 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
.icon-play-223 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
@media only screen and (min-width: 987px) {
  .icon-play-223 {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
}
.icon-play-232 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
@media only screen and (min-width: 501px) {
  .icon-play-232 {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
}
@media only screen and (min-width: 987px) {
  .icon-play-232 {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
}
.icon-play-233 {
  width: 28px;
  height: 28px;
  padding: 3px;
}
@media only screen and (min-width: 501px) {
  .icon-play-233 {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
}
.icon-play-333 {
  width: 50px;
  height: 50px;
  padding: 7px;
}
.icon-gift-header, .icon-cart-header {
  fill: currentColor;
}
.icon-cart-header {
  width: 16px;
  height: 16px;
}
.icon-gift-16-fff {
  fill: #fff;
}
.icon-gift-16-gold {
  fill: #856400;
}
.icon-gift-26-fff {
  fill: #fff;
  width: 26px;
  height: 26px;
}

.quote {
  padding-top: 20px;
  padding-bottom: 20px;
}
.quote__media {
  float: left;
  padding-right: 15px;
}
.quote__body {
  position: relative;
  top: -5px;
  overflow: visible;
}
@media only screen and (min-width: 501px) {
  .quote__body {
    overflow: hidden;
  }
}
.quote__content {
  padding-left: 30px;
  position: relative;
  margin-top: 5px;
}
.quote__content:before, .quote__content:after {
  display: inline-block;
  font-family: arial;
  line-height: 20px;
  vertical-align: middle;
  color: #888;
}
.quote__content:before {
  font-size: 56px;
  content: "“";
  position: absolute;
  left: 0;
  top: 16px;
}
.quote__content:after {
  font-size: 30px;
  content: "”";
}

.fav {
  text-align: center;
}
.fav__title {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (min-width: 501px) {
  .fav__title {
    font-size: 27px;
    line-height: 36px;
  }
}
.fav__hr {
  margin: 30px auto 20px;
  width: 80%;
  color: #3e3e41;
}
.fav__box {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #ec6438;
  border: 1px solid;
  opacity: 0.6;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 987px) {
  .fav__box {
    height: 280px;
    line-height: 280px;
  }
}
.fav__box:hover, .fav__box:focus {
  opacity: 1;
}
.fav__box--gold {
  color: #bca351;
}
.fav__box-title {
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.fav__box-medias {
  height: 110px;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 987px) {
  .fav__box-medias {
    height: auto;
    background: transparent;
  }
}
.fav__box-img {
  display: inline-block;
  width: 25%;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (min-width: 987px) {
  .fav__box-img {
    display: block;
    position: absolute;
    width: 40%;
    max-width: 85px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 987px) {
  .fav__box-img--1 {
    top: 10px;
    left: 10px;
  }
  .fav__box-img--2 {
    top: 10px;
    right: 10px;
  }
  .fav__box-img--3 {
    bottom: 10px;
    left: 10px;
  }
  .fav__box-img--4 {
    bottom: 10px;
    right: 10px;
  }
}

/*
Magnific Popup CSS

@see http://dimsemenov.com/plugins/magnific-popup/documentation.html
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.popin {
  position: relative;
  width: auto;
  margin: 20px auto;
  max-width: 987px;
}
.popin--normal {
  background: #fff;
}
.popin--wauto .mfp-content {
  width: auto;
}
.popin__header {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  min-height: 44px;
  line-height: 44px;
  padding: 8px 44px;
}
.popin__header--dark {
  color: #fff;
  background: #3f3f41;
}
.popin__header--dark ~ .mfp-close {
  color: #fff;
}
.popin__header-important--dark {
  color: #e94e1b;
}
.popin__body--normal {
  padding: 30px;
}

.popin-cta-newsletter {
  max-width: 500px;
  background: #fff url("/bundles/udgweb/img/popin/cta-newsletter.jpg") 100% 50%;
}
@media only screen and (min-width: 501px) {
  .popin-cta-newsletter {
    padding: 35px;
  }
}
.popin-cta-newsletter__content {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 501px) {
  .popin-cta-newsletter__content {
    padding: 60px;
  }
}
.popin-cta-newsletter__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.popin-cta-newsletter__text {
  margin-bottom: 20px;
  text-align: center;
}
.popin-cta-newsletter__input {
  margin-bottom: 10px;
}
.popin-cta-newsletter__hide {
  display: none;
}
.popin-cta-newsletter__err {
  color: red;
}

.popin-soldes-ete__wrapper {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.popin-soldes-ete__body {
  width: 400px;
  padding: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-align: center;
}
.popin-soldes-ete__title {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
}
.popin-soldes-ete__text {
  font-size: 20px;
  line-height: 26px;
}
.popin-soldes-ete__button {
  margin-top: 70px;
  transition: background-color .2s, border-color .2s;
}
.popin-soldes-ete__button:hover {
  background-color: #ffa6a6;
  border-color: #ffa6a6;
}

.countdown {
  text-align: center;
}
.countdown__row {
  display: block;
}
.countdown__label {
  display: inline-block;
  width: 60px;
  margin: 0 2px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  color: #96969a;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .countdown__label {
    width: 80px;
    font-size: 12px;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 987px) {
  .countdown__label {
    width: 100px;
    font-size: 14px;
    margin: 0 10px;
  }
}
.countdown__number {
  display: inline-block;
  margin: 0 2px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background: #96969a;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 501px) and (max-width: 986px) {
  .countdown__number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 60px;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 987px) {
  .countdown__number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 70px;
    margin: 0 10px;
  }
}

.private-sale__paragraph--description {
  margin-bottom: 2em;
}
.private-sale__paragraph--important {
  color: #bca351;
}
.private-sale__paragraph--big {
  font-weight: bold;
}
.private-sale__paragraph--note {
  font-size: .7em;
}
.private-sale__button {
  margin-top: 20px;
}
.private-sale__price {
  font-size: 1.2em;
}

.sponsorship--page .landing-subscription__cta-content strong {
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 26px;
}
.sponsorship--page .landing-subscription__cta-content b {
  font-size: 16px;
  margin: 0 2px;
}
.sponsorship--page .landing-subscription__cta-content br {
  display: none;
}
@media only screen and (max-width: 415px) {
  .sponsorship--page .landing-subscription__cta-content br {
    display: block;
  }
}
.sponsorship--code {
  border: 1px solid #d3d3d3;
  background-color: #bca351;
  font-size: 20px;
}
.sponsorship--code:after {
  display: none;
}
