@charset "UTF-8";
/******************************************************************
Stylesheet: Main Stylesheet
// Helpful articles on Sass file organization:
// http://thesassway.com/advanced/modular-css-naming-conventions
******************************************************************/
/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Stylesheet: Alert Styles
******************************************************************/
/* line 7, ../sass/modules/_alerts.scss */
.alert-help {
  box-shadow: inset 4px 0px 0px #F4D03F;
  color: #F4D03F;
}

/* line 12, ../sass/modules/_alerts.scss */
.alert-info {
  box-shadow: inset 4px 0px 0px #03C9A9;
  color: #03C9A9;
}

/* line 17, ../sass/modules/_alerts.scss */
.alert-error, span.wpcf7-not-valid-tip {
  color: #ffffff !important;
  position: absolute;
  bottom: 76px;
  background: #5b91c7;
  left: 5px;
  right: 5px;
  padding: 5px 8px;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
}

.alert-error:after, span.wpcf7-not-valid-tip:after{

  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #5b91c7 transparent transparent transparent;
  bottom: -10px;
  left: 20px;

}

div.wpcf7-validation-errors{

  color: #1a1d39;
  background: #f5cc71;
  padding: 5px 8px;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  border: 0;
  margin: 0;

}

div.wpcf7-response-output{

  margin: 0;
  padding: 0;

}

/* line 22, ../sass/modules/_alerts.scss */
.alert-success, div.wpcf7-mail-sent-ok {
  color: #000000;
  clear: both;

}

/** NEW FORM **/
html .formcraft-css .fc-form {
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
html .formcraft-css {
  background-color: #333a58; padding: 48px 50px; float: left; width: 100%;
}
html .formcraft-css .fc-form .form-element {
  float: left; width: 33.33% !important;
}
html .formcraft-css .fc-form .form-element-type-fileupload {
  width: 50% !important;
}
html .formcraft-css .fc-form .form-element-type-textarea {
  width: 99.99% !important;
}
html .formcraft-css .fc-form .form-element-type-submit {
  width: 100% !important;
}
html .formcraft-css .fc-form .form-element .submit-cover.align-right {
  text-align: center !important;
}
html .formcraft-css .fc-form .form-element-type-submit .submit-button {
  background: none !important; color: #FFFFFF; line-height: 23px !important; font-size: 16px !important; text-transform: uppercase !important; letter-spacing: 0.22em !important; padding: 3px !important; border-top: 1px solid #FFFFFF !important; border-bottom: 1px solid #FFFFFF !important; float: none !important;
}
.formcraft-css .fc-form.fc-form-1 .form-element .stripe-amount-show, .formcraft-css .fc-form.fc-form-1 .form-element .submit-cover .submit-button .text, .formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button {
  text-shadow: none !important; font-weight: normal;
}
html .formcraft-css .sub-label-false{
  display: none !important;
}
html .formcraft-css .form-element-type-fileupload .main-label{
  display: inline-block !important;
}
html .formcraft-css .main-label{
  color: #b4aeab; font-weight: normal; font-family: Montserrat !important; display: none !important;
}
html .formcraft-css .fc-form .form-page-content {
  padding: 0;
}
html .formcraft-css .fc-form .form-element .error {
  background: none; left: 0; top: auto; bottom: -12px;
}
.formcraft-css .fc-form {
  background: none !important; width: 100% !important;
}
.formcraft-css .fc-form input, .formcraft-css .fc-form textarea, .formcraft-css .fc-form select {
  color: #fff !important;
  font-family: Montserrat !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important; min-height: 50px;
}
.formcraft-css .fc-form select {
  background-image: url(../images/arrow-white.png); background-position: 97.5% 54%; background-size: 14px auto; padding-top: 15px;
}
.formcraft-css .fc-form input:focus, .formcraft-css .fc-form textarea:focus, .formcraft-css .fc-form input:active, .formcraft-css .fc-form textarea:active {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/******************************************************************
Stylesheet: Button Styles
******************************************************************/
/* line 5, ../sass/modules/_buttons.scss */
.btn-primary, .btn {
  font-family: Montserrat;
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 15px;
  padding: 24px 50px;
  letter-spacing: 0.23em;
}
/* line 14, ../sass/modules/_buttons.scss */
.btn-primary:hover, .btn:hover, .btn-primary:focus, .btn:focus {
  color: #fff;
  background: #3d78b2;
}

/* line 27, ../sass/modules/_buttons.scss */
.btn i {
  margin: 0 5px;
}

/* line 33, ../sass/modules/_buttons.scss */
.btn-primary, .btn {
  background: #5b91c7;
}

/* line 38, ../sass/modules/_buttons.scss */
.btn-secondary {
  background: #335a82;
}
/* line 41, ../sass/modules/_buttons.scss */
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background: #25415d;
}

/* line 49, ../sass/modules/_buttons.scss */
.btn-light {
  background: #f7f7f7;
  color: #1a1d39;
}
/* line 53, ../sass/modules/_buttons.scss */
.btn-light:hover, .btn-light:focus {
  background: #dedede;
  color: #1a1d39;
}

/* line 59, ../sass/modules/_buttons.scss */
.btn-dark {
  background: #1a1d39;
}
/* line 62, ../sass/modules/_buttons.scss */
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background: #0a0b16;
}

/* line 69, ../sass/modules/_buttons.scss */
.btn-blue {
  background: #333a58;
}
/* line 72, ../sass/modules/_buttons.scss */
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
  background: #202538;
}

.btn-pink{

  background: #bf4f6d;
  color: #fff;

}

.btn-orange{

  background: #f1686c;
  color: #fff;

}

.btn-yellow{

  background: #f5cc71;
  color: #fff;

}

.btn-green{

  background: #007976;
  color: #fff;

}

.btn-white{

  background: #ffffff;
  color: #5b91c7;

}

/* line 81, ../sass/modules/_buttons.scss */
.label, .btn-label, .submit, .wpcf7-submit {
  display: inline-block;
  margin-top: 20px;
  color: #5b91c7;
  background: transparent;
  font-size: 16px;
  padding: 3px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
/* line 93, ../sass/modules/_buttons.scss */
.label:before, .label:after, .btn-label:before, .btn-label:after, .submit:before, .submit:after, .wpcf7-submit:before, .wpcf7-submit:after {
  content: "";
  display: block;
  background: #5b91c7;
  height: 1px;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  top: -3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 108, ../sass/modules/_buttons.scss */
.label:after, .btn-label:after, .submit:after, .wpcf7-submit:after {
  top: 28px;
}
/* line 116, ../sass/modules/_buttons.scss */
.label:hover:before, .label:hover:after, .header-page:hover .label:before, .header-page:hover .label:after, .hero:hover .label:before, .hero:hover .label:after, .btn-label:hover:before, .btn-label:hover:after, .header-page:hover .btn-label:before, .header-page:hover .btn-label:after, .hero:hover .btn-label:before, .hero:hover .btn-label:after, .submit:hover:before, .submit:hover:after, .header-page:hover .submit:before, .header-page:hover .submit:after, .hero:hover .submit:before, .hero:hover .submit:after, .wpcf7-submit:hover:before, .wpcf7-submit:hover:after, .header-page:hover .wpcf7-submit:before, .header-page:hover .wpcf7-submit:after, .hero:hover .wpcf7-submit:before, .hero:hover .wpcf7-submit:after {
  left: 50%;
  right: 50%;
  opacity: 0;
}
/* line 128, ../sass/modules/_buttons.scss */
.label.visible:before, .label.visible:after, .btn-label.visible:before, .btn-label.visible:after, .submit.visible:before, .submit.visible:after, .wpcf7-submit.visible:before, .wpcf7-submit.visible:after {
  -moz-animation: labelVisibleHoverReverse 0.6s ease;
  -webkit-animation: labelVisibleHoverReverse 0.6s ease;
  animation: labelVisibleHoverReverse 0.6s ease;
}
/* line 133, ../sass/modules/_buttons.scss */
.cta:hover .label.visible:before, .cta:hover .label.visible:after, .cta:hover .btn-label.visible:before, .cta:hover .btn-label.visible:after, .cta:hover .submit.visible:before, .cta:hover .submit.visible:after, .cta:hover .wpcf7-submit.visible:before, .cta:hover .wpcf7-submit.visible:after {
  -moz-animation: labelVisibleHover 0.6s ease;
  -webkit-animation: labelVisibleHover 0.6s ease;
  animation: labelVisibleHover 0.6s ease;
}
/* line 143, ../sass/modules/_buttons.scss */
.cta .label, .flexible-layout .label, .header-page .label, .hero .label, .cta .btn-label, .flexible-layout .btn-label, .header-page .btn-label, .hero .btn-label, .cta .submit, .flexible-layout .submit, .header-page .submit, .hero .submit, .cta .wpcf7-submit, .flexible-layout .wpcf7-submit, .header-page .wpcf7-submit, .hero .wpcf7-submit {
  color: #fff;
}
/* line 147, ../sass/modules/_buttons.scss */
.cta .label:before, .cta .label:after, .flexible-layout .label:before, .flexible-layout .label:after, .header-page .label:before, .header-page .label:after, .hero .label:before, .hero .label:after, .cta .btn-label:before, .cta .btn-label:after, .flexible-layout .btn-label:before, .flexible-layout .btn-label:after, .header-page .btn-label:before, .header-page .btn-label:after, .hero .btn-label:before, .hero .btn-label:after, .cta .submit:before, .cta .submit:after, .flexible-layout .submit:before, .flexible-layout .submit:after, .header-page .submit:before, .header-page .submit:after, .hero .submit:before, .hero .submit:after, .cta .wpcf7-submit:before, .cta .wpcf7-submit:after, .flexible-layout .wpcf7-submit:before, .flexible-layout .wpcf7-submit:after, .header-page .wpcf7-submit:before, .header-page .wpcf7-submit:after, .hero .wpcf7-submit:before, .hero .wpcf7-submit:after {
  background: #fff;
}

/* line 157, ../sass/modules/_buttons.scss */
.wpcf7-submit {
  margin: 0;
}

/******************************************************************
Stylesheet: Form Styles
// http://css-tricks.com/data-uris/
// If you want to create your own, use this helpful link:
// http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/
******************************************************************/
/*********************
INPUTS
*********************/
/* line 13, ../sass/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  color: #fff;
  font-family: Montserrat;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 35, ../sass/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 51, ../sass/modules/_forms.scss */
input[type="submit"] {
  margin-top: -3px !important;
}

/* line 56, ../sass/modules/_forms.scss */
.wpcf7-submit {
  background: transparent;
}

/* line 63, ../sass/modules/_forms.scss */
textarea {
  min-height: 191px;
  max-height: 191px;
  padding: 15px 20px;
}

/* line 70, ../sass/modules/_forms.scss */
select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
}

select::-ms-expand {
  display: none;
}

/* line 77, ../sass/modules/_forms.scss */
.theme-blue select {
  background-image: url("../images/arrow-white.png");
}

/* line 81, ../sass/modules/_forms.scss */
option {
  color: #1a1d39;
}

/* line 87, ../sass/modules/_forms.scss */
body ::-webkit-input-placeholder {
  color: #fff;
}

/* line 88, ../sass/modules/_forms.scss */
body ::-moz-placeholder {
  color: #fff;
}

/* firefox 19+ */
/* line 89, ../sass/modules/_forms.scss */
body :-ms-input-placeholder {
  color: #fff;
}

/* ie */
/* line 90, ../sass/modules/_forms.scss */
body input:-moz-placeholder {
  color: #fff;
}

/* line 95, ../sass/modules/_forms.scss */
div.wpcf7 {
  overflow: hidden;
  text-align: center;
  padding-bottom: 2px;
}
/* line 103, ../sass/modules/_forms.scss */
div.wpcf7 .title br {
  display: none;
}
/* line 107, ../sass/modules/_forms.scss */
div.wpcf7 .left {
  width: 50.85%;
  float: left;
  margin-bottom: 29px;
}
/* line 112, ../sass/modules/_forms.scss */
div.wpcf7 .left p {
  width: calc(50% - 20px);
  float: left;
  margin-right: 20px;
}
/* line 119, ../sass/modules/_forms.scss */
div.wpcf7 .right {
  margin-bottom: 29px;
  width: 49.15%;
  float: left;
}
/* line 125, ../sass/modules/_forms.scss */
div.wpcf7 .bottom {
  width: 100%;
  float: left;
}
/* line 130, ../sass/modules/_forms.scss */
div.wpcf7 .wpcf7-form-control-wrap {
  float: left;
  width: 100%;
}

div.wpcf7 .question{

  text-align: left;

}

div.wpcf7 .question .wpcf7-form-control-wrap{

  float: none;
  width: 25%;
  display: block;

}

div.wpcf7 .question label{

  display: block;


}





/******************************************************************
Stylesheet: Social
******************************************************************/
/* line 20, ../sass/modules/_social.scss */
.indexel-icon {
  margin-right: 20px;
}

/* line 23, ../sass/modules/_social.scss */
.indexel-icon {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  font-size: 26px;
  line-height: 43px;
}

/* line 32, ../sass/modules/_social.scss */
.indexel-icon:before, .indexel-icon:after {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  font-size: 26px;
  line-height: 43px;
}

/* line 41, ../sass/modules/_social.scss */
.indexel-icon:before {
  color: #fff;
}

/* line 44, ../sass/modules/_social.scss */
.linkedin-item:before {
  background: #2286c5;
  border: 2px solid #2286c5;
}

/* line 48, ../sass/modules/_social.scss */
.facebook-item:before {
  background: #557dbb;
  border: 2px solid #557dbb;
}

/* line 52, ../sass/modules/_social.scss */
.rss-item:before {
  background: #f1911f;
  border: 2px solid #f1911f;
}

/* line 56, ../sass/modules/_social.scss */
.youtube-item:before {
  background: #e76550;
  border: 2px solid #e76550;
}

/* line 60, ../sass/modules/_social.scss */
.twitter-item:before {
  background: #7bcdee;
  border: 2px solid #7bcdee;
}

/* line 64, ../sass/modules/_social.scss */
.google-plus-item:before {
  background: #911214;
  border: 2px solid #911214;
}

/* line 69, ../sass/modules/_social.scss */
.instagram-item:before {
  background: #517FA4;
  border: 2px solid #517FA4;
}

/* line 73, ../sass/modules/_social.scss */
.viadeo-item:before {
  font-family: 'Flaticon';
  background: #f1911f;
  border: 2px solid #f1911f;
}

/* line 79, ../sass/modules/_social.scss */
.pinterest-item:before {
  background: #e85859;
  border: 2px solid #e85859;
}

/* line 83, ../sass/modules/_social.scss */
.mail-item:before {
  background: #dc4436;
  border: 2px solid #dc4436;
}

/* line 87, ../sass/modules/_social.scss */
.tumblr-item:before {
  background: #32506d;
  border: 2px solid #32506d;
}

/* line 91, ../sass/modules/_social.scss */
.bookmark-item:before {
  background: #444444;
  border: 2px solid #444444;
}

/* line 100, ../sass/modules/_social.scss */
.linkedin-item:after {
  background: #2286c5;
}

/* line 103, ../sass/modules/_social.scss */
.facebook-item:after {
  background: #557dbb;
}

/* line 106, ../sass/modules/_social.scss */
.rss-item:after {
  background: #f1911f;
}

/* line 109, ../sass/modules/_social.scss */
.youtube-item:after {
  background: #e76550;
}

/* line 112, ../sass/modules/_social.scss */
.twitter-item:after {
  background: #7bcdee;
}

/* line 115, ../sass/modules/_social.scss */
.google-plus-item:after {
  background: #911214;
}

/* line 118, ../sass/modules/_social.scss */
.instagram-item:after {
  background: #517FA4;
}

/* line 121, ../sass/modules/_social.scss */
.viadeo-item:after {
  background: #f1911f;
}

/* line 124, ../sass/modules/_social.scss */
.pinterest-item:after {
  background: #e85859;
}

/* line 127, ../sass/modules/_social.scss */
.mail-item:after {
  background: #dc4436;
}

/* line 130, ../sass/modules/_social.scss */
.tumblr-item:after {
  background: #32506d;
}

/* line 133, ../sass/modules/_social.scss */
.bookmark-item:after {
  background: #32506d;
}

/*Effect*/
/*On before*/
/* line 141, ../sass/modules/_social.scss */
.linkedin-item:hover:before {
  background: transparent;
  border: 2px solid #2286c5;
  color: #2286c5;
}

/* line 146, ../sass/modules/_social.scss */
.facebook-item:hover:before {
  background: transparent;
  border: 2px solid #557dbb;
  color: #557dbb;
}

/* line 151, ../sass/modules/_social.scss */
.rss-item:hover:before {
  background: transparent;
  border: 2px solid #f1911f;
  color: #f1911f;
}

/* line 156, ../sass/modules/_social.scss */
.youtube-item:hover:before {
  background: transparent;
  border: 2px solid #e76550;
  color: #e76550;
}

/* line 161, ../sass/modules/_social.scss */
.twitter-item:hover:before {
  background: transparent;
  border: 2px solid #7bcdee;
  color: #7bcdee;
}

/* line 166, ../sass/modules/_social.scss */
.google-plus-item:hover:before {
  background: transparent;
  border: 2px solid #911214;
  color: #911214;
}

/* line 171, ../sass/modules/_social.scss */
.instagram-item:hover:before {
  background: transparent;
  border: 2px solid #517FA4;
  color: #517FA4;
}

/* line 176, ../sass/modules/_social.scss */
.viadeo-item:hover:before {
  background: transparent;
  border: 2px solid #f1911f;
  color: #f1911f;
}

/* line 181, ../sass/modules/_social.scss */
.mail-item:hover:before {
  background: transparent;
  border: 2px solid #dc4436;
  color: #dc4436;
}

/* line 186, ../sass/modules/_social.scss */
.tumblr-item:hover:before {
  background: transparent;
  border: 2px solid #32506d;
  color: #32506d;
}

/* line 191, ../sass/modules/_social.scss */
.bookmark-item:hover:before {
  background: transparent;
  border: 2px solid #444444;
  color: #444444;
}

/*On after*/
/******************************************************************
Stylesheet: Call To Action
******************************************************************/
/* line 8, ../sass/modules/_cta.scss */
.grid .cta {
  width: 33.333%;
  height: 426.66px;
  float: left;
  overflow: hidden;
}
/* line 15, ../sass/modules/_cta.scss */
.grid .cta.cta-full {
  height: auto;
}
/* line 21, ../sass/modules/_cta.scss */
.grid .cta.post-item {
  width: 33.33%;
}

/* line 32, ../sass/modules/_cta.scss */
.right-content .cta {
  width: 426.66px;
}

/* line 39, ../sass/modules/_cta.scss */
.post-item {
  padding: 44px;
  height: 426px;
  width: 33.33%;
  margin-bottom: 0px;
  background: #345b84;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-right: 1px solid #5b91c7;
  border-bottom: 1px solid #5b91c7;
}
/* line 53, ../sass/modules/_cta.scss */
.post-item:nth-child(3n+0) {
  border-right: none;
}
/* line 59, ../sass/modules/_cta.scss */
.post-item .post-category {
  display: block;
  color: #fff;
  margin-bottom: -3px;
}
/* line 67, ../sass/modules/_cta.scss */
.post-item .post-title {
  font-size: 18px;
  margin: 64px 0 31px;
  line-height: 26px;
}

/* line 81, ../sass/modules/_cta.scss */
.read-more .post-item:nth-child(3n+0) {
  border-right: 1px solid #5b91c7;
}
/* line 85, ../sass/modules/_cta.scss */
.read-more .post-item:nth-child(3n+1) {
  border-right: none;
}

/* line 91, ../sass/modules/_cta.scss */
.cta-country {
  width: 33.33%;
  float: left;
  color: #fff;
}
/* line 98, ../sass/modules/_cta.scss */
.cta-country .title {
  font-size: 35px;
}

/* line 103, ../sass/modules/_cta.scss */
.cta.last {
  margin-right: 0;
}

/* line 108, ../sass/modules/_cta.scss */
.cta {
  color: #fff;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 121, ../sass/modules/_cta.scss */
.cta .content {
  z-index: 1000;
}
/* line 125, ../sass/modules/_cta.scss */
.cta .content .title {
  font-size: 26px;
  line-height: 42px;
  padding-top: 0;
}
/* line 133, ../sass/modules/_cta.scss */
.cta .content .description {
  margin-bottom: 40px;
}
/* line 140, ../sass/modules/_cta.scss */
.cta .content .label {
  margin-top: 40px;
  height: auto;
}
/* line 157, ../sass/modules/_cta.scss */
.cta.description-off .description {
  min-height: 120px;
}
/* line 161, ../sass/modules/_cta.scss */
.cta.description-off .title {
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
/* line 165, ../sass/modules/_cta.scss */
.cta.description-off .label {
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

/* line 181, ../sass/modules/_cta.scss */
.cta-social-network {
  color: #fff;
}
/* line 185, ../sass/modules/_cta.scss */
.cta-social-network.twitter {
  background: #55acee;
}
/* line 188, ../sass/modules/_cta.scss */
.cta-social-network.facebook {
  background: #3b5998;
}
/* line 191, ../sass/modules/_cta.scss */
.cta-social-network.linkedin {
  background: #007bb5;
}
/* line 199, ../sass/modules/_cta.scss */
.cta-social-network .fa {
  border: 1px solid #fff;
}

/* line 207, ../sass/modules/_cta.scss */
.cta-partner {
  border: 1px solid #f7f7f7;
}

/* line 218, ../sass/modules/_cta.scss */
.cta-tip .category {
  letter-spacing: 0.22em;
  margin-bottom: 36px;
  color: #1a1d39;
}
/* line 226, ../sass/modules/_cta.scss */
.cta-tip .title {
  letter-spacing: 0.23em;
}
/* line 235, ../sass/modules/_cta.scss */
.cta-tip.theme-yellow .category {
  color: #fff;
}
/* line 239, ../sass/modules/_cta.scss */
.cta-tip.theme-yellow .title, .cta-tip.theme-yellow .label {
  color: #1a1d39;
  border-color: #1a1d39;
}
/* line 248, ../sass/modules/_cta.scss */
.cta-tip.theme-primary .category, .cta-tip.theme-secondary .category, .cta-tip.theme-dark .category, .cta-tip.theme-blue .category {
  color: #fff;
}

/* line 256, ../sass/modules/_cta.scss */
.cta-page {
  height: 426px;
}
/* line 260, ../sass/modules/_cta.scss */
.cta-page .label {
  margin-top: 40px;
}

/* line 275, ../sass/modules/_cta.scss */
.cta-full .content {
  padding: 33px 43px;
  text-align: left;
}
/* line 280, ../sass/modules/_cta.scss */
.cta-full .content .sub-title {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #333a58;
}
/* line 287, ../sass/modules/_cta.scss */
.cta-full .content .title {
  margin: 0;
}
/* line 298, ../sass/modules/_cta.scss */
.cta-full .content .sprite-wrapper {
  position: absolute;
  right: 28px;
  top: calc(50% - 22px);
  display: block;
}
/* line 306, ../sass/modules/_cta.scss */
.cta-full .content .sprite-wrapper .sprite {
  margin: 0 auto;
  position: relative;
  left: 11px;
  top: 12px;
}
/* line 324, ../sass/modules/_cta.scss */
.cta-full:hover .content .title {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 334, ../sass/modules/_cta.scss */
.cta-boat {
  width: 50% !important;
  height: 426.66px !important;
  background: #0078bb;
  padding: 48px;
}
/* line 341, ../sass/modules/_cta.scss */
.cta-boat li {
  position: relative;
  height: 58px;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: url("../images/arrow-right.png") no-repeat right center;
}
/* line 348, ../sass/modules/_cta.scss */
.cta-boat li .name, .cta-boat li .number, .cta-boat li img, .cta-boat li figure {
  display: inline-block;
}
/* line 351, ../sass/modules/_cta.scss */
.cta-boat li .boat-img {
  width: 20%;
}
/* line 355, ../sass/modules/_cta.scss */
.cta-boat li .boat-img img {
  max-width: 100%;
}
/* line 359, ../sass/modules/_cta.scss */
.cta-boat li .name {
  margin-left: 24px;
  position: relative;
  top: -5px;
  width: 46%;
}
/* line 365, ../sass/modules/_cta.scss */
.cta-boat li .number {
  margin-left: 27px;
  position: relative;
  top: -5px;
}
/* line 371, ../sass/modules/_cta.scss */
.cta-boat li .fish-img {
  position: absolute;
  right: 45px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 381, ../sass/modules/_cta.scss */
.cta-carrer {
  height: 426.66px !important;
  width: 50% !important;
}
/* line 386, ../sass/modules/_cta.scss */
.cta-carrer .content {
  position: absolute;
  top: 0;
  text-align: left;
  padding: 37px 68px 0 50px;
  line-height: 25px;
  width: 71%;
}
/* line 396, ../sass/modules/_cta.scss */
.cta-carrer .content .title {
  font-size: 21px;
  letter-spacing: 0.22em;
  margin-bottom: 27px;
}
/* line 404, ../sass/modules/_cta.scss */
.cta-carrer .content .label {
  margin-top: 23px;
}

/* line 417, ../sass/modules/_cta.scss */
.cta-only-text {
  background: #fff;
  color: #000;
}
/* line 421, ../sass/modules/_cta.scss */
.cta-only-text .label {
  color: #000;
}
/* line 424, ../sass/modules/_cta.scss */
.cta-only-text .label:before, .cta-only-text .label:after {
  background: #000;
}

/* line 432, ../sass/modules/_cta.scss */
.cta-product .bg, .cta-pack .bg {
  width: 100%;
  height: auto !important;
}
/* line 436, ../sass/modules/_cta.scss */
.cta-product .content, .cta-pack .content {
  opacity: 0;
}

/* line 444, ../sass/modules/_cta.scss */
.cta-product:before {
  content: '';
  z-index: 10;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 459, ../sass/modules/_cta.scss */
.cta-product .content {
  opacity: 1;
}
/* line 463, ../sass/modules/_cta.scss */
.cta-product .description {
  display: none ;
}
/* line 471, ../sass/modules/_cta.scss */
.single-recette-type .cta-product .content {
  opacity: 1;
}
/* line 477, ../sass/modules/_cta.scss */
.single-recette-type .cta-product .title, .single-recette-type .cta-product .label {
  -moz-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
/* line 481, ../sass/modules/_cta.scss */
.single-recette-type .cta-product .title::after, .single-recette-type .cta-product .title::before, .single-recette-type .cta-product .label::after, .single-recette-type .cta-product .label::before {
  left: 0;
  right: 0;
}

/* line 512, ../sass/modules/_cta.scss */
.cta-image.filter-on .bg:before {
  opacity: 1;
}
/* line 519, ../sass/modules/_cta.scss */
.cta-image .content .title, .cta-image .content .label, .cta-image .content .description {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  color: #fff !important;
}
/* line 525, ../sass/modules/_cta.scss */
.cta-image .content .label {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 529, ../sass/modules/_cta.scss */
.cta-image .content .label::before, .cta-image .content .label::after {
  background: #fff !important;
  left: 50%;
  right: 50%;
}
/* line 540, ../sass/modules/_cta.scss */
.cta-image .content .description {
  opacity: 1;
  display: block;
}

/******************************************************************
Stylesheet: Flexible layout

SUMMARY

GLOBAL THEME
Hero
Bloc HTML
Bloc TAB
Bloc Testimonial
Bloc Team
Bloc Picto
Bloc Contact
Bloc Formulaire
Bloc map
Bloc Graphic
Bloc Text
Bloc Partner
Bloc Single News
Bloc Slider News
Bloc Menu Inter


******************************************************************/
/* line 28, ../sass/modules/_flexible.scss */
.separator {
  margin-bottom: 0;
}

/* line 33, ../sass/modules/_flexible.scss */
.flexible-title {
  text-align: center;
}

/* line 39, ../sass/modules/_flexible.scss */
.flexible-layout {
  clear: both;
}
/* line 43, ../sass/modules/_flexible.scss */
.flexible-layout .title {
  text-align: center;
  font-size: 22px;
  padding-bottom: 40px;
  margin: 0;
}

/* line 57, ../sass/modules/_flexible.scss */
.flexible-cta .title {
  background: #fff;
  padding-top: 30px;
}
/* line 66, ../sass/modules/_flexible.scss */
.flexible-cta .cta .title {
  background: transparent;
}

/* line 79, ../sass/modules/_flexible.scss */
.hero a {
  color: #fff;
}
/* line 92, ../sass/modules/_flexible.scss */
.hero .content .main-title {
  color: #fff;
}
/* line 97, ../sass/modules/_flexible.scss */
.hero .content .sub-title {
  color: #fff;
  font-size: 20px;
  text-transform: none;
  width: 66%;
  margin: 49px auto 0;
  line-height: 30px;
}
/* line 109, ../sass/modules/_flexible.scss */
.hero .scroll-to-hash-hero {
  cursor: pointer;
}
/* line 123, ../sass/modules/_flexible.scss */
.hero .pager {
  color: #fff;
}

/* line 139, ../sass/modules/_flexible.scss */
.flexible-html {
  background: #fff;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 145, ../sass/modules/_flexible.scss */
.flexible-html .content {
  width: 67%;
  margin: 0 auto;
  line-height: 25px;
}
/* line 151, ../sass/modules/_flexible.scss */
.flexible-html .content.center {
  text-align: center;
}
/* line 155, ../sass/modules/_flexible.scss */
.flexible-html .content.center h2 {
  display: inline-block;
}
/* line 163, ../sass/modules/_flexible.scss */
.flexible-html .content h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 9px 0;
  margin-bottom: 18px;
}

/* line 177, ../sass/modules/_flexible.scss */
.flexible-tab {
  margin: 0 auto;
  padding: 0;
  background: #fff;
}
/* line 184, ../sass/modules/_flexible.scss */
.flexible-tab .wrapper {
  padding: 64px 45px 0;
  width: 74%;
}

/* line 314, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li a {
  color: #fff;
}
/* line 318, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li a.facebook {
  background: #3b5998;
}
/* line 322, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li a.twitter {
  background: #00aced;
}
/* line 326, ../sass/modules/_flexible.scss */
.flexible-team .member .content-wrapper .social li a.linkedin {
  background: #007bb5;
}

/* line 393, ../sass/modules/_flexible.scss */
.flexible-picto .content .item {
  width: 20%;
  margin: 0;
}

.flexible-picto.no-image{

  padding: 10px 0;

}

/* line 434, ../sass/modules/_flexible.scss */
.flexible-formulaire {
  background: #333a58;
  color: #fff;
  padding: 48px 50px;
}
/* line 442, ../sass/modules/_flexible.scss */
.flexible-formulaire .title {
  font-size: 21px;
}
/* line 447, ../sass/modules/_flexible.scss */
.flexible-formulaire .title br {
  display: none;
}
/* line 485, ../sass/modules/_flexible.scss */
.flexible-formulaire input[type="text"],
.flexible-formulaire input[type="password"],
.flexible-formulaire input[type="datetime"],
.flexible-formulaire input[type="datetime-local"],
.flexible-formulaire input[type="date"],
.flexible-formulaire input[type="month"],
.flexible-formulaire input[type="time"],
.flexible-formulaire input[type="week"],
.flexible-formulaire input[type="number"],
.flexible-formulaire input[type="email"],
.flexible-formulaire input[type="url"],
.flexible-formulaire input[type="search"],
.flexible-formulaire input[type="tel"],
.flexible-formulaire input[type="color"],
.flexible-formulaire select,
.flexible-formulaire textarea,
.flexible-formulaire .field {
  color: #fff;
  font-family: Montserrat;
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 507, ../sass/modules/_flexible.scss */
.flexible-formulaire input[type="text"]:focus, .flexible-formulaire input[type="text"]:active,
.flexible-formulaire input[type="password"]:focus,
.flexible-formulaire input[type="password"]:active,
.flexible-formulaire input[type="datetime"]:focus,
.flexible-formulaire input[type="datetime"]:active,
.flexible-formulaire input[type="datetime-local"]:focus,
.flexible-formulaire input[type="datetime-local"]:active,
.flexible-formulaire input[type="date"]:focus,
.flexible-formulaire input[type="date"]:active,
.flexible-formulaire input[type="month"]:focus,
.flexible-formulaire input[type="month"]:active,
.flexible-formulaire input[type="time"]:focus,
.flexible-formulaire input[type="time"]:active,
.flexible-formulaire input[type="week"]:focus,
.flexible-formulaire input[type="week"]:active,
.flexible-formulaire input[type="number"]:focus,
.flexible-formulaire input[type="number"]:active,
.flexible-formulaire input[type="email"]:focus,
.flexible-formulaire input[type="email"]:active,
.flexible-formulaire input[type="url"]:focus,
.flexible-formulaire input[type="url"]:active,
.flexible-formulaire input[type="search"]:focus,
.flexible-formulaire input[type="search"]:active,
.flexible-formulaire input[type="tel"]:focus,
.flexible-formulaire input[type="tel"]:active,
.flexible-formulaire input[type="color"]:focus,
.flexible-formulaire input[type="color"]:active,
.flexible-formulaire select:focus,
.flexible-formulaire select:active,
.flexible-formulaire textarea:focus,
.flexible-formulaire textarea:active,
.flexible-formulaire .field:focus,
.flexible-formulaire .field:active {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 519, ../sass/modules/_flexible.scss */
.flexible-map {
  /* fixes potential theme css conflict */
}
/* line 521, ../sass/modules/_flexible.scss */
.flexible-map .acf-map {
  border: #ccc solid 1px;
  height: 427px;
}
/* line 533, ../sass/modules/_flexible.scss */
.flexible-map .content {
  top: 0;
  width: 33.4%;
  z-index: 20000;
}
/* line 539, ../sass/modules/_flexible.scss */
.flexible-map .bloc {
  background: rgba(6, 13, 43, 0.81);
  height: 427px;
  padding: 50px;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
/* line 549, ../sass/modules/_flexible.scss */
.flexible-map .bloc .title {
  letter-spacing: 0.25em;
  font-size: 21px;
  margin-bottom: 26px;
}
/* line 555, ../sass/modules/_flexible.scss */
.flexible-map .bloc .item {
  margin-bottom: 7px;
}
/* line 571, ../sass/modules/_flexible.scss */
.flexible-map .gmnoprint {
  left: auto !important;
  right: 0 !important;
}

/* line 638, ../sass/modules/_flexible.scss */
.flexible-partner {
  border-bottom: 1px solid #000;
  background: #fff;
}
/* line 668, ../sass/modules/_flexible.scss */
.flexible-partner .item {
  height: auto;
}
/* line 672, ../sass/modules/_flexible.scss */
.flexible-partner .item .img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 681, ../sass/modules/_flexible.scss */
.flexible-partner .item .img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 785, ../sass/modules/_flexible.scss */
.flexible-news-slider.theme-light .item {
  background: #fff;
}
/* line 793, ../sass/modules/_flexible.scss */
.flexible-news-slider.theme-dark .item {
  background: #f7f7f7;
  color: #1a1d39;
}
/* line 802, ../sass/modules/_flexible.scss */
.flexible-news-slider.theme-primary .item {
  color: #1a1d39;
}

/* line 811, ../sass/modules/_flexible.scss */
.flexible-menu-inter {
  width: 1280px;
}
/* line 816, ../sass/modules/_flexible.scss */
.flexible-menu-inter .content {
  background: #5b91c7;
  padding: 8px;
}
/* line 825, ../sass/modules/_flexible.scss */
.flexible-menu-inter .content ul li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0 5px;
}
/* line 831, ../sass/modules/_flexible.scss */
.flexible-menu-inter .content ul li a.active {
  color: #333a58;
}
/* line 839, ../sass/modules/_flexible.scss */
.flexible-menu-inter .progress-bar {
  background: #5b91c7;
}

/* line 847, ../sass/modules/_flexible.scss */
.flexible-picto-produit {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #000;
}
/* line 854, ../sass/modules/_flexible.scss */
.flexible-picto-produit .content {
  margin: 0;
  padding: 20px 0 15px;
  text-align: center;
  background: #999999;
  color: #fff;
}
/* line 862, ../sass/modules/_flexible.scss */
.flexible-picto-produit .content .item {
  position: relative;
  display: inline-block;
  padding: 0;
  width: calc(94% / 7);
  height: 94px;
}
/* line 869, ../sass/modules/_flexible.scss */
.flexible-picto-produit .content .item::before {
  display: none;
}
/* line 875, ../sass/modules/_flexible.scss */
.flexible-picto-produit .content .item .picto {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 20px;
  -moz-transform: translate(-50%, -49%);
  -ms-transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
  transform: translate(-50%, -49%);
}
/* line 884, ../sass/modules/_flexible.scss */
.flexible-picto-produit .content .item .text {
  position: absolute;
  top: 51px !important;
  width: 100%;
  line-height: 20px;
}

/******************************************************************
Stylesheet: Shortcode

# Grid 
# Chiffre Clé
# Separateur
# Boutons
# List Icons
# Tabs
# Accordion
# popin
# Legend
# ToolTip
# Citation

******************************************************************/
/* line 81, ../sass/modules/_shortcode.scss */
.chapo {
  line-height: 31px;
  margin-bottom: 25px;
  letter-spacing: -0.1px;
  font-size: 21px;
}

/* line 100, ../sass/modules/_shortcode.scss */
.tabs ul {
  padding-bottom: 4px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  height: 29px;
}

/* line 109, ../sass/modules/_shortcode.scss */
.tabs ul .indicator {
  display: block;
  width: 33.33%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #5b91c7;
  transition-timing-function: cubic-bezier(0.87, 0.49, 0.59, 1.13);
  transition-duration: 0.4s;
}

/* line 124, ../sass/modules/_shortcode.scss */
.tabs li {
  display: inline-block;
  text-align: center;
}
/* line 131, ../sass/modules/_shortcode.scss */
.tabs li:last-of-type a {
  margin: 0;
}

/* line 138, ../sass/modules/_shortcode.scss */
.tabs li a {
  color: #1a1d39;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 15px;
  padding: 0;
  opacity: 0.7;
  padding: 0 21px;
  margin: 0 60px 0 0;
}

/* line 155, ../sass/modules/_shortcode.scss */
.tabs .tabulous_active {
  color: #1a1d39;
  opacity: 1;
}
/* line 161, ../sass/modules/_shortcode.scss */
.tabs .tabulous_active:hover {
  color: #121427;
}

/* line 170, ../sass/modules/_shortcode.scss */
.tabs_container {
  top: 0;
}

/* line 176, ../sass/modules/_shortcode.scss */
.tabs_container > div {
  padding: 33px 0;
  line-height: 25px;
}

/* line 213, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc .accordion-title {
  background: #f7f7f7;
}
/* line 216, ../sass/modules/_shortcode.scss */
.accordion .accordion-bloc .accordion-title:after, .accordion .accordion-bloc .accordion-title:before {
  background: #dedede;
}

/* line 257, ../sass/modules/_shortcode.scss */
.popin-content .wrapper .content {
  background: #f7f7f7;
}

/* line 268, ../sass/modules/_shortcode.scss */
.wp-caption .wp-caption-text {
  background: #5b91c7;
  padding: 13px 20px;
  font-size: 13px;
  color: #fff;
}

/******************************************************************
Stylesheet: Menu Mobile
******************************************************************/
/* line 4, ../sass/modules/_menumobile.scss */
.mm-menu {
  background: #fff;
}
/* line 8, ../sass/modules/_menumobile.scss */
.mm-menu .mm-navbar {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 12, ../sass/modules/_menumobile.scss */
.mm-menu .mm-navbar a {
  color: #5b91c7;
}
/* line 22, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li a:not(.mm-next) {
  color: #5b91c7;
}
/* line 29, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li:not(.mm-divider):after {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 36, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li .mm-next {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 41, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 47, ../sass/modules/_menumobile.scss */
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #5b91c7;
}

/*********************
BASE 
*********************/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
 /* latin */
 /* latin */
/*@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"), url("../fonts/montserra.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
/*@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat-Bold"), url("../fonts/montserra-bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  }*/
/*!
 * 
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 29, ../sass/breakpoints/_base.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-2x {
  font-size: 2em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-3x {
  font-size: 3em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-4x {
  font-size: 4em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-5x {
  font-size: 5em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ul > li {
  position: relative;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pull-left {
  float: left;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pull-right {
  float: right;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.pull-right {
  float: right;
}

/* line 29, ../sass/breakpoints/_base.scss */
.pull-left {
  float: left;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 29, ../sass/breakpoints/_base.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 29, ../sass/breakpoints/_base.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-inverse {
  color: #fff;
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-music:before {
  content: "\f001";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-search:before {
  content: "\f002";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-star:before {
  content: "\f005";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-user:before {
  content: "\f007";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-film:before {
  content: "\f008";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-home:before {
  content: "\f015";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-road:before {
  content: "\f018";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-download:before {
  content: "\f019";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-font:before {
  content: "\f031";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-random:before {
  content: "\f074";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-key:before {
  content: "\f084";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-code:before {
  content: "\f121";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-question:before {
  content: "\f128";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-info:before {
  content: "\f129";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-female:before {
  content: "\f182";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-male:before {
  content: "\f183";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-server:before {
  content: "\f233";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-train:before {
  content: "\f238";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-map:before {
  content: "\f279";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 29, ../sass/breakpoints/_base.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 29, ../sass/breakpoints/_base.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 29, ../sass/breakpoints/_base.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 34, ../sass/breakpoints/_base.scss */
body {
  background: #050924;
  text-rendering: optimizeLegibility !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased !important;
  -moz-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
/* line 47, ../sass/breakpoints/_base.scss */
body.modal-menu-on {
  overflow: hidden;
}

/* line 52, ../sass/breakpoints/_base.scss */
a {
  color: #5b91c7;
}
/* line 59, ../sass/breakpoints/_base.scss */
a:hover {
  color: #6e9ecd;
  opacity: 0.6;
}
/* line 64, ../sass/breakpoints/_base.scss */
a:focus, a:active {
  outline: none;
}

/* line 70, ../sass/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* line 75, ../sass/breakpoints/_base.scss */
#primary {
  width: 100%;
}

/* line 78, ../sass/breakpoints/_base.scss */
.temp-link {
  position: absolute;
  left: 0;
  top: 50px;
  color: white;
}

/* line 86, ../sass/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  height: auto;
}

/* line 91, ../sass/breakpoints/_base.scss */
.flex {
  display: flex;
}

/* line 95, ../sass/breakpoints/_base.scss */
.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/******************************************************************
## GLOBAL STYLES
******************************************************************/
/* line 104, ../sass/breakpoints/_base.scss */
html {
  font-family: 'Montserrat', sans-serif;
}

/* line 110, ../sass/breakpoints/_base.scss */
#main-wrapper, .modal-menu {
  width: 1281px;
  margin: 0 auto;
}

/* line 118, ../sass/breakpoints/_base.scss */
.wrapper {
  width: auto;
}

/* line 122, ../sass/breakpoints/_base.scss */
.main-title {
  font-size: 49px;
  letter-spacing: 0.22em;
  line-height: 72px;
  opacity: 0;
}

/* line 129, ../sass/breakpoints/_base.scss */
.post-title {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.212em;
  text-transform: uppercase;
  margin-bottom: 36px;
}

/* line 139, ../sass/breakpoints/_base.scss */
.post-main {
  background: #fff;
}
/* line 141, ../sass/breakpoints/_base.scss */
.post-main li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 14px;
}
/* line 147, ../sass/breakpoints/_base.scss */
.post-main li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  left: -20px;
  top: 7px;
}

/* line 161, ../sass/breakpoints/_base.scss */
.post-text {
  margin-bottom: 0;
}

/* line 165, ../sass/breakpoints/_base.scss */
.content-area {
  margin-bottom: 0;
  overflow: hidden;
}

/* line 170, ../sass/breakpoints/_base.scss */
.right-content {
  width: 33.33%;
  float: right;
  background: #fff;
}

/* line 180, ../sass/breakpoints/_base.scss */
.single-post .content-area, .single-product-type .content-area {
  background: #fff;
}

/* line 190, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content, .single-product-type .right-content {
  background: #fff;
}

/* line 197, ../sass/breakpoints/_base.scss */
.page-content {
  background: #fff;
}

/* line 203, ../sass/breakpoints/_base.scss */
.header {
  background: #1a1d39;
  color: #fff;
  overflow: hidden;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  width: 1281px;
  z-index: 100000000;
  position: relative;
  top: 0;
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* line 218, ../sass/breakpoints/_base.scss */
.header .wrapper {
  padding: 25px;
}
/* line 220, ../sass/breakpoints/_base.scss */
.header .wrapper .logo {
  float: left;
  margin-bottom: 25px;
  -moz-transform: scale(1) translate3d(0, 0px, 0);
  -ms-transform: scale(1) translate3d(0, 0px, 0);
  -webkit-transform: scale(1) translate3d(0, 0px, 0);
  transform: scale(1) translate3d(0, 0px, 0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
/* line 229, ../sass/breakpoints/_base.scss */
.header .top-menu {
  float: right;
  margin: 5px 134px 0 0;
  width: 390px;
}
/* line 234, ../sass/breakpoints/_base.scss */
.header .top-menu li {
  display: inline;
  margin-left: 20px;
}
/* line 239, ../sass/breakpoints/_base.scss */
.header .top-menu, .header #lang_sel, .header .search-contact {
  letter-spacing: 0.22em;
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 248, ../sass/breakpoints/_base.scss */
.header #lang_sel {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 252, ../sass/breakpoints/_base.scss */
.header .search-contact {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 256, ../sass/breakpoints/_base.scss */
.header .mobile-btn-wrapper {
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 262, ../sass/breakpoints/_base.scss */
.header .search-contact {
  position: absolute;
  right: 23px;
  top: 12px;
  font-size: 16px;
}
/* line 269, ../sass/breakpoints/_base.scss */
.header .search-contact li {
  margin-left: 5px;
  display: inline-block;
}
/* line 275, ../sass/breakpoints/_base.scss */
.header .search-contact .sprite-search {
  position: relative;
  top: 2px;
}
/* line 284, ../sass/breakpoints/_base.scss */
.header .lang_sel {
  position: absolute;
  top: 19px;
  right: 100px;
}
/* line 293, ../sass/breakpoints/_base.scss */
.header .lang_sel li a {
  color: #fff;
}
/* line 299, ../sass/breakpoints/_base.scss */
.header .lang_sel li {
  pointer-events:auto;
  padding: 0 5px;
}
/* line 299, ../sass/breakpoints/_base.scss */
.header .lang_sel li .current_lang {
  position: relative;
  z-index: 2;
}
/* line 305, ../sass/breakpoints/_base.scss */
.header .lang_sel li .current_lang::after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 6px;
}
/* line 313, ../sass/breakpoints/_base.scss */
.header .lang_sel li .sub-lang {
  position: absolute;
  z-index: 1;
  opacity: 0;
  margin-left: 0px;
  margin-top: -15px;
  top: 40px;
  background: #1a1d39;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  left: 0;
  right: 0;
  text-align: left;
}
/* line 331, ../sass/breakpoints/_base.scss */
.header .lang_sel li:hover .sub-lang {
  pointer-events: auto;
  opacity: 1;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* line 343, ../sass/breakpoints/_base.scss */
.header .mask-btn {
  background: transparent;
  display: block;
  width: 162px;
  height: 43px;
  position: absolute;
  right: 25px;
  top: 80px;
  z-index: -1;
  cursor: pointer;
}
/* line 355, ../sass/breakpoints/_base.scss */
.header .mask-btn.active {
  z-index: 100;
}
/* line 361, ../sass/breakpoints/_base.scss */
.header.my-sticky {
  position: fixed;
  top: -178px !important;
  opacity: 0;
}
/* line 367, ../sass/breakpoints/_base.scss */
.header.my-sticky.sticky-on {
  opacity: 1;
  top: -78px !important;
}
/* line 371, ../sass/breakpoints/_base.scss */
.header.my-sticky .top-menu, .header.my-sticky #lang_sel, .header.my-sticky .search-contact {
  -moz-transform: translate3d(0, -150px, 0);
  -ms-transform: translate3d(0, -150px, 0);
  -webkit-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);
}
/* line 376, ../sass/breakpoints/_base.scss */
.header.my-sticky .logo {
  -moz-transform: scale(0.5) translate3d(0, 76px, 0);
  -ms-transform: scale(0.5) translate3d(0, 76px, 0);
  -webkit-transform: scale(0.5) translate3d(0, 76px, 0);
  transform: scale(0.5) translate3d(0, 76px, 0);
}
/* line 381, ../sass/breakpoints/_base.scss */
.header.my-sticky .mobile-btn-wrapper {
  -moz-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

/* line 394, ../sass/breakpoints/_base.scss */
.current-menu-item a {
  color: #f6cd74;
}

/* line 405, ../sass/breakpoints/_base.scss */
.sticky-menu a {
  color: #1a1d39;
  background: #fff;
  border: 1px solid #f7f7f7;
}
/* line 410, ../sass/breakpoints/_base.scss */
.sticky-menu a.theme-light {
  background: #f7f7f7;
  border: 1px solid #dedede;
}
/* line 416, ../sass/breakpoints/_base.scss */
.sticky-menu a.theme-dark {
  color: #fff;
  background: #1a1d39;
  border: 1px solid #0a0b16;
}
/* line 423, ../sass/breakpoints/_base.scss */
.sticky-menu a.theme-primary {
  color: #fff;
  background: #5b91c7;
  border: 1px solid #3d78b2;
}

/* line 434, ../sass/breakpoints/_base.scss */
.modal-menu {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 136px;
  background: #1a1d39;
  margin-top: 0 !important;
  opacity: 0 !important;
  z-index: 100000;
  pointer-events: none;
  animation-name: fadeIn-reverse;
}
/* line 450, ../sass/breakpoints/_base.scss */
.sticky-active .modal-menu {
  position: fixed;
  top: 70px;
}
/* line 457, ../sass/breakpoints/_base.scss */
.modal-menu.active {
  opacity: 1 !important;
  z-index: 100000000;
  animation-name: fadeIn;
  pointer-events: auto;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
/* line 467, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav {
  width: 32.5%;
  float: left;
  font-size: 22px;
  padding: 25px 0 0 78px;
}
/* line 474, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav a {
  color: #fff;
}
/* line 478, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav li {
  margin-bottom: 28px;
}
/* line 481, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav li br {
  display: none;
}
/* line 486, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .menu-item {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  position: relative;
  top: 50px;
}
/* line 492, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .menu-item.active {
  opacity: 1;
  top: 0;
}
/* line 496, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .menu-item.disappear {
  opacity: 0;
}
/* line 501, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .sub-menu {
  font-size: 15px;
  margin-top: 7px;
}
/* line 506, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .sub-menu a {
  color: #8d8e9c;
  padding: 0 0 0 37px;
  display: block;
}
/* line 513, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .sub-menu li {
  margin-bottom: 4px;
}
/* line 521, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .row-3 a {
  color: #5b91c7;
}
/* line 528, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .row-3 .sub-menu a {
  color: #3b5780;
}
/* line 534, ../sass/breakpoints/_base.scss */
.modal-menu .main-nav .row-3 .point, .modal-menu .main-nav .row-3 .point:before, .modal-menu .main-nav .row-3 .point:after {
  background: #3b5780;
}
/* line 544, ../sass/breakpoints/_base.scss */
.modal-menu .point-wrapper {
  float: left;
}
/* line 549, ../sass/breakpoints/_base.scss */
.modal-menu .point {
  display: inline-block;
  background: #8d8e9c;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  z-index: 10000000;
}
/* line 561, ../sass/breakpoints/_base.scss */
.modal-menu .point:before, .modal-menu .point:after {
  content: '';
  display: inline-block;
  background: #8d8e9c;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  left: 11px;
}
/* line 574, ../sass/breakpoints/_base.scss */
.modal-menu .point:before {
  left: 21px;
}

/* line 581, ../sass/breakpoints/_base.scss */
.mobile-btn-wrapper {
  display: block;
  top: calc(50% + 56px);
  right: 21px;
  position: absolute;
  width: 177px;
  height: 43px;
  perspective: 500px;
  background: transparent;
}

/* line 595, ../sass/breakpoints/_base.scss */
.btn-hamburger {
  display: block;
}
/* line 600, ../sass/breakpoints/_base.scss */
.btn-hamburger * {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 604, ../sass/breakpoints/_base.scss */
.btn-hamburger .label-wrapper {
  display: block;
  transform-style: preserve-3d;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 612, ../sass/breakpoints/_base.scss */
.btn-hamburger .menu-label {
  font-size: 17px;
  text-transform: uppercase;
  position: absolute;
  right: 68px;
  top: 48%;
  letter-spacing: 0.22em;
  color: #fff;
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* line 628, ../sass/breakpoints/_base.scss */
.btn-hamburger .open {
  -moz-transform: translateZ(11px) translateY(8px);
  -ms-transform: translateZ(11px) translateY(8px);
  -webkit-transform: translateZ(11px) translateY(8px);
  transform: translateZ(11px) translateY(8px);
}
/* line 633, ../sass/breakpoints/_base.scss */
.btn-hamburger .close {
  opacity: 1;
  opacity: 0;
  -moz-transform: rotateX(-91deg) translateZ(6px) translateY(19px);
  -ms-transform: rotateX(-91deg) translateZ(6px) translateY(19px);
  -webkit-transform: rotateX(-91deg) translateZ(6px) translateY(19px);
  transform: rotateX(-91deg) translateZ(6px) translateY(19px);
}
/* line 641, ../sass/breakpoints/_base.scss */
.btn-hamburger .bar {
  background: #fff;
  width: 45px;
  height: 7px;
  margin-bottom: 9px;
  position: absolute;
  opacity: 1;
  right: 0;
  top: 17px;
}
/* line 652, ../sass/breakpoints/_base.scss */
.btn-hamburger .bar.bar-1 {
  top: 0px;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 659, ../sass/breakpoints/_base.scss */
.btn-hamburger .bar.bar-2 {
  opacity: 1;
  top: 15px;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 665, ../sass/breakpoints/_base.scss */
.btn-hamburger .bar.bar-3 {
  top: 30px;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 671, ../sass/breakpoints/_base.scss */
.btn-hamburger .bar.bar-4, .btn-hamburger .bar.bar-5 {
  opacity: 0;
  top: 15px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 683, ../sass/breakpoints/_base.scss */
.btn-hamburger.active .label-wrapper {
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
/* line 688, ../sass/breakpoints/_base.scss */
.btn-hamburger.active .open {
  opacity: 0;
  -moz-transform: translateZ(-11px);
  -ms-transform: translateZ(-11px);
  -webkit-transform: translateZ(-11px);
  transform: translateZ(-11px);
}
/* line 694, ../sass/breakpoints/_base.scss */
.btn-hamburger.active .close {
  opacity: 1;
}
/* line 699, ../sass/breakpoints/_base.scss */
.btn-hamburger.active .bar-1, .btn-hamburger.active .bar-3 {
  top: 15px;
  opacity: 0;
}
/* line 703, ../sass/breakpoints/_base.scss */
.btn-hamburger.active .bar-2 {
  opacity: 0;
}
/* line 706, ../sass/breakpoints/_base.scss */
.btn-hamburger.active .bar-4 {
  opacity: 1;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 711, ../sass/breakpoints/_base.scss */
.btn-hamburger.active .bar-5 {
  opacity: 1;
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 719, ../sass/breakpoints/_base.scss */
.mobile-menu-wrapper {
  display: none;
}

/* line 727, ../sass/breakpoints/_base.scss */
.footer {
  color: #1a1d39;
  background: #fff;
  border-top: 1px solid #b8b8b8;
  padding: 16px 0;
  clear: both;
}
/* line 735, ../sass/breakpoints/_base.scss */
.footer .wrapper {
  padding: 0 25px;
}
/* line 739, ../sass/breakpoints/_base.scss */
.footer a {
  color: #1a1d39;
  text-transform: uppercase;
}
/* line 747, ../sass/breakpoints/_base.scss */
.footer .menu {
  line-height: 21px;
}
/* line 753, ../sass/breakpoints/_base.scss */
.footer .menu li:after {
  content: ' | ';
}
/* line 760, ../sass/breakpoints/_base.scss */
.footer .menu li:last-of-type:after {
  content: "";
}
/* line 767, ../sass/breakpoints/_base.scss */
.footer .menu br {
  display: none;
}
/* line 772, ../sass/breakpoints/_base.scss */
.footer .widget {
  margin-bottom: 0;
}
/* line 778, ../sass/breakpoints/_base.scss */
.footer .col {
  width: 70%;
}
/* line 785, ../sass/breakpoints/_base.scss */
.footer .col .menu li {
  display: inline;
}
/* line 790, ../sass/breakpoints/_base.scss */
.footer .col.social {
  width: 30%;
  padding: 8px 31px 0 0;
}
/* line 798, ../sass/breakpoints/_base.scss */
.footer .copyright {
  font-size: 11px;
  line-height: 1;
}
/* line 802, ../sass/breakpoints/_base.scss */
.footer .copyright .menu {
  float: left;
  margin-right: 4px;
}
/* line 807, ../sass/breakpoints/_base.scss */
.footer .copyright .content {
  margin-top: 5px;
}
/* line 812, ../sass/breakpoints/_base.scss */
.footer .copyright a {
  text-transform: none;
}
/* line 822, ../sass/breakpoints/_base.scss */
.footer .go-to-top {
  background: rgba(0, 0, 0, 0.5);
  right: 27px;
  top: 9px;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  line-height: 40px;
}

/******************************************************************
## SPRITES
******************************************************************/
/* line 843, ../sass/breakpoints/_base.scss */
.sprite {
  display: inline-block;
  background: url("../images/sprite.png") 0 0 no-repeat;
  width: 18px;
  height: 16px;
  cursor: pointer;
}

/* line 852, ../sass/breakpoints/_base.scss */
.sprite-wrapper.rounded {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background-color: #fff;
}
/* line 860, ../sass/breakpoints/_base.scss */
.sprite-wrapper.rounded .sprite {
  margin: 0 auto;
  position: relative;
  left: -1px;
  top: 2px;
}

/* line 868, ../sass/breakpoints/_base.scss */
.sprite-wrapper.rounded.black {
  background-color: #000;
}

/* line 874, ../sass/breakpoints/_base.scss */
.sprite-wrapper.rounded.primary {
  background-color: #5b91c7;
}

/* line 880, ../sass/breakpoints/_base.scss */
.sprite-envelope {
  background-position: -131px 0;
  width: 18px;
  height: 16px;
}

/* line 888, ../sass/breakpoints/_base.scss */
.sprite-search {
  background-position: -109px 0;
  width: 18px;
  height: 19px;
}

/* line 896, ../sass/breakpoints/_base.scss */
.sprite-search-black {
  background-position: -368px 0;
  width: 18px;
  height: 19px;
}

/* line 903, ../sass/breakpoints/_base.scss */
.sprite-close-black {
  background-position: -387px 0;
  width: 18px;
  height: 19px;
}

/* line 912, ../sass/breakpoints/_base.scss */
.sprite-arrow-left {
  background-position: 0px 0;
  width: 18px;
  height: 19px;
}

/* line 921, ../sass/breakpoints/_base.scss */
.sprite-arrow-bottom-black {
  background-position: -88px 0;
  width: 18px;
  height: 19px;
}

/* line 931, ../sass/breakpoints/_base.scss */
.sprite-arrow-top {
  background-position: -46px 0;
  width: 18px;
  height: 19px;
}

/* line 939, ../sass/breakpoints/_base.scss */
.sprite-arrow-right {
  background-position: -25px 0;
  width: 18px;
  height: 19px;
}

/* line 947, ../sass/breakpoints/_base.scss */
.sprite-arrow-left-black {
  background-position: -154px 0;
  width: 18px;
  height: 19px;
}

/* line 954, ../sass/breakpoints/_base.scss */
.sprite-arrow-right-black {
  background-position: -163px 0;
  width: 18px;
  height: 19px;
}

/* line 961, ../sass/breakpoints/_base.scss */
.sprite-wrapper.rounded .sprite.sprite-arrow-left,
.sprite-wrapper.rounded .sprite.sprite-arrow-right {
  top: 14px;
  left: 13px;
}

/* line 971, ../sass/breakpoints/_base.scss */
.sprite-share {
  background-position: -229px 0;
  width: 25px;
  height: 24px;
}

/* line 979, ../sass/breakpoints/_base.scss */
.sprite-preparation {
  background-position: -255px 0;
  width: 23px;
  height: 27px;
}

/* line 987, ../sass/breakpoints/_base.scss */
.sprite-cook {
  background-position: -280px 0;
  width: 25px;
  height: 27px;
}

/* line 994, ../sass/breakpoints/_base.scss */
.sprite-difficulty {
  background-position: -306px 0;
  width: 25px;
  height: 27px;
}

/* line 1001, ../sass/breakpoints/_base.scss */
.sprite-price {
  background-position: -332px 0;
  width: 36px;
  height: 27px;
}

/******************************************************************
## PAGE STYLES
******************************************************************/
/* line 1017, ../sass/breakpoints/_base.scss */
.single-product-type .wrapper.main-wrapper, .single-product-type .content-area, .single-recette-type .wrapper.main-wrapper, .single-recette-type .content-area {
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

/* line 1029, ../sass/breakpoints/_base.scss */
.page-template-default .aside-active #primary {
  width: 70%;
}
/* line 1036, ../sass/breakpoints/_base.scss */
.page-template-default .content-area {
  padding: 65px;
}

/* line 1044, ../sass/breakpoints/_base.scss */
.page-template-template-sitemap .content-area {
  padding: 65px;
}
/* line 1052, ../sass/breakpoints/_base.scss */
.page-template-template-sitemap .main-list br {
  display: none;
}

/* line 1058, ../sass/breakpoints/_base.scss */
.filter-on .bg {
  position: relative;
}

/* line 1063, ../sass/breakpoints/_base.scss */
.filter-on .bg:before {
  top: -200px;
  left: -200px;
  bottom: -200px;
  right: -200px;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 1072, ../sass/breakpoints/_base.scss */
.header-page, .header-page-404, .hero {
  font-size: 49px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0;
  height: 400px;
  height: calc(100vh - 148px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1084, ../sass/breakpoints/_base.scss */
.header-page figure, .header-page-404 figure, .hero figure {
  height: 400px;
  height: calc(100vh - 148px);
}
/* line 1091, ../sass/breakpoints/_base.scss */
.header-page .bg img, .header-page .bg-hack img, .header-page-404 .bg img, .header-page-404 .bg-hack img, .hero .bg img, .hero .bg-hack img {
  height: 100vh;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-hack{

  position: relative;
  z-index: 999;
  transition:3s ease all;

}

.bg-hack.none{

  visibility: hidden;
  opacity: 0;

}
/* line 1104, ../sass/breakpoints/_base.scss */
.header-page .content, .header-page-404 .content, .hero .content {
  z-index: 1000;
}
/* line 1110, ../sass/breakpoints/_base.scss */
.header-page .main-title, .header-page-404 .main-title, .hero .main-title {
  padding: 0 250px 0 250px;
}
.page-template-template-home .header-page .main-title{

  padding: 0;

}
/* line 1114, ../sass/breakpoints/_base.scss */
.header-page .latin-name, .header-page-404 .latin-name, .hero .latin-name {
  font-style: italic;
  text-transform: none;
  font-size: 18px;
  margin-top: 13px;
  opacity: 0;
}
/* line 1124, ../sass/breakpoints/_base.scss */
.header-page .description, .header-page-404 .description, .hero .description {
  font-size: 20px;
  text-transform: none;
  width: 66%;
  margin: 49px auto 0;
  line-height: 30px;
  opacity: 1;
  -moz-transition: all 0.9s ease 0.3s;
  -o-transition: all 0.9s ease 0.3s;
  -webkit-transition: all 0.9s ease;
  -webkit-transition-delay: 0.3s;
  transition: all 0.9s ease 0.3s;
}
/* line 1136, ../sass/breakpoints/_base.scss */
.header-page .sprite-wrapper, .header-page-404 .sprite-wrapper, .hero .sprite-wrapper {
  position: absolute;
  bottom: 39px;
  left: calc(50% - 22px);
  z-index: 1000;
}
/* line 1145, ../sass/breakpoints/_base.scss */
.header-page .label, .header-page-404 .label, .hero .label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
/* line 1154, ../sass/breakpoints/_base.scss */
.header-page .mask, .header-page-404 .mask, .hero .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
/* line 1165, ../sass/breakpoints/_base.scss */
.page-template-template-product-type .header-page, .page-template-template-product-type .header-page-404, .page-template-template-product-type .hero {
  height: 532px;
}
/* line 1169, ../sass/breakpoints/_base.scss */
.page-template-template-product-type .header-page figure, .page-template-template-product-type .header-page-404 figure, .page-template-template-product-type .hero figure {
  height: 100%;
}
/* line 1173, ../sass/breakpoints/_base.scss */
.page-template-template-product-type .header-page figure img, .page-template-template-product-type .header-page-404 figure img, .page-template-template-product-type .hero figure img {
  position: inherit;
  height: auto;
}

/* line 1182, ../sass/breakpoints/_base.scss */
.video-player.centered {
  height: calc(100vh - 147px) !important;
  /*width: 100% !important;*/
  margin: auto;
  z-index: 100;
  object-fit: cover;

}

/* line 1199, ../sass/breakpoints/_base.scss */
.page-template-template-product-type .header-page .bg img {
  width: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 1208, ../sass/breakpoints/_base.scss */
.page-template-template-product-type .header-page .description {
  margin-top: 19px;
  margin-bottom: 43px;
}
/* line 1217, ../sass/breakpoints/_base.scss */
.page-template-template-product-type .header-page:hover .bg img {
  -moz-transition: all 30s ease;
  -o-transition: all 30s ease;
  -webkit-transition: all 30s ease;
  transition: all 30s ease;
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/* line 1233, ../sass/breakpoints/_base.scss */
.pagination {
  background: #f7f7f7;
}

/* line 1243, ../sass/breakpoints/_base.scss */
.post-edit-link:before {
  font-family: FontAwesome;
}

/* line 1251, ../sass/breakpoints/_base.scss */
.breadcrumbs {
  background: #f7f7f7;
}
/* line 1253, ../sass/breakpoints/_base.scss */
.breadcrumbs li {
  color: #7d7d7d;
}

/* line 1274, ../sass/breakpoints/_base.scss */
.cycle-slideshow .pager {
  color: #000;
}

/* line 1293, ../sass/breakpoints/_base.scss */
.single-post .site-main .main-wrapper {
  background: #fff;
}
/* line 1300, ../sass/breakpoints/_base.scss */
.single-post .content-area {
  max-width: 760px;
  margin: 50px auto 60px;
}
/* line 1308, ../sass/breakpoints/_base.scss */
.single-post .post-text {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
}
/* line 1316, ../sass/breakpoints/_base.scss */
.single-post .btn {
  width: 100%;
}

/* line 1323, ../sass/breakpoints/_base.scss */
.post-info {
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  margin-bottom: 35px;
  overflow: hidden;
}
/* line 1332, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper {
  float: right;
  color: #5b91c7;
  letter-spacing: 0.22em;
  position: relative;
}
/* line 1339, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper .share-label {
  float: left;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 0.3s cubic-bezier(0, 1.08, 1, 1);
  -o-transition: all 0.3s cubic-bezier(0, 1.08, 1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 1.08, 1, 1);
  transition: all 0.3s cubic-bezier(0, 1.08, 1, 1);
  margin-right: 3px;
}
/* line 1349, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper .post-share {
  float: left;
  margin-top: -2px;
  position: absolute;
  right: 33px;
  width: 300px;
  text-align: right;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 1359, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper .post-share .indexel-icon {
  -moz-transform: scale(1) translateY(150%);
  -ms-transform: scale(1) translateY(150%);
  -webkit-transform: scale(1) translateY(150%);
  transform: scale(1) translateY(150%);
  -moz-transition: all 0.3s cubic-bezier(0, 1.08, 1, 1);
  -o-transition: all 0.3s cubic-bezier(0, 1.08, 1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 1.08, 1, 1);
  transition: all 0.3s cubic-bezier(0, 1.08, 1, 1);
  opacity: 0;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 0;
  margin-right: 6px;
}
/* line 1371, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper .post-share .indexel-icon:before {
  text-indent: 3px;
}
/* line 1375, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper .post-share .indexel-icon:before, .post-info .share-post-wrapper .post-share .indexel-icon:after {
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
}
/* line 1386, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper .sprite {
  float: right;
  margin: 0 4px 0 0px;
}
/* line 1393, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .share-label {
  opacity: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 1402, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon {
  opacity: 1;
  -moz-transform: scale(1) translateY(0%);
  -ms-transform: scale(1) translateY(0%);
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(1) {
  -moz-transition-delay: 0.02s;
  -o-transition-delay: 0.02s;
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(2) {
  -moz-transition-delay: 0.04s;
  -o-transition-delay: 0.04s;
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(3) {
  -moz-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(4) {
  -moz-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(5) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(6) {
  -moz-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(7) {
  -moz-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(8) {
  -moz-transition-delay: 0.16s;
  -o-transition-delay: 0.16s;
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(9) {
  -moz-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
/* line 1410, ../sass/breakpoints/_base.scss */
.post-info .share-post-wrapper:hover .post-share .indexel-icon:nth-child(10) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single .header-page{

  z-index: 2;

}

/* line 1425, ../sass/breakpoints/_base.scss */
.post-navigation {
  z-index: 1;
  position: fixed;
  top: 50%;
  width: 100%;
  max-width: 1180px;
}
/* line 1434, ../sass/breakpoints/_base.scss */
.post-navigation .sprite-wrapper .sprite-label {
  display: inline-block;
  width: 180px;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 60px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -moz-transform: translateY(-50%) rotateY(45deg);
  -ms-transform: translateY(-50%) rotateY(45deg);
  -webkit-transform: translateY(-50%) rotateY(45deg);
  transform: translateY(-50%) rotateY(45deg);
}
/* line 1451, ../sass/breakpoints/_base.scss */
.post-navigation .left {
  position: absolute;
  left: 40px;
}
/* line 1455, ../sass/breakpoints/_base.scss */
.post-navigation .right {
  position: absolute;
  right: 40px;
}
/* line 1461, ../sass/breakpoints/_base.scss */
.post-navigation .right.sprite-wrapper .sprite-label {
  left: auto;
  right: 60px;
  text-align: right;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
/* line 1478, ../sass/breakpoints/_base.scss */
.post-navigation .left:hover.sprite-wrapper .sprite-label, .post-navigation .right:hover.sprite-wrapper .sprite-label {
  opacity: 1;
  -moz-transform: translateY(-50%) rotateY(0deg);
  -ms-transform: translateY(-50%) rotateY(0deg);
  -webkit-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg);
}
/* line 1489, ../sass/breakpoints/_base.scss */
.single-recette-type .post-navigation {
  position: absolute;
  left: -0;
  right: -0;
  z-index: 9999;
  width: 100%;
  max-width: none;
}
/* line 1496, ../sass/breakpoints/_base.scss */
.single-recette-type .post-navigation .left {

}
/* line 1500, ../sass/breakpoints/_base.scss */
.single-recette-type .post-navigation .right {

}
.single-recette-type .post-navigation .sprite-wrapper.rounded .sprite.sprite-arrow-left, .single-recette-type .post-navigation  .sprite-wrapper.rounded .sprite.sprite-arrow-right{

  top: 5px;
  left: 0px;

}

.single-recette-type .post-navigation .sprite-wrapper .sprite-label{

  font-size: 15px;
  text-align: left;

}

.single-recette-type .post-navigation  .sprite-wrapper.rounded.right{

  left: auto;
  right: 40px;

}


/* line 1513, ../sass/breakpoints/_base.scss */
.single-partner-type .widget-area .logo-partner-wrapper {
  border-bottom: 1px solid #f7f7f7;
}

/* line 1532, ../sass/breakpoints/_base.scss */
.select2-container .select2-choice {
  background: #f7f7f7;
  border-color: #dedede;
}
/* line 1539, ../sass/breakpoints/_base.scss */
.select2-container .select2-choice .select2-arrow b {
  border-color: #dedede transparent transparent transparent;
}

/* line 1547, ../sass/breakpoints/_base.scss */
.select2-drop-active {
  background: #f7f7f7;
  border-color: #dedede;
}
/* line 1555, ../sass/breakpoints/_base.scss */
.select2-drop-active .select2-search input {
  border: 1px solid #dedede;
}
/* line 1560, ../sass/breakpoints/_base.scss */
.select2-drop-active .select2-search::before {
  font-family: FontAwesome;
  color: #dedede;
}

/* line 1572, ../sass/breakpoints/_base.scss */
.filtre-cat {
  background: #5b91c7;
  padding: 24px;
  text-align: center;
}
/* line 1579, ../sass/breakpoints/_base.scss */
.filtre-cat a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  padding: 0 21px;
  cursor: pointer;
}
/* line 1587, ../sass/breakpoints/_base.scss */
.filtre-cat a.current {
  color: #345b84;
}

/* line 1598, ../sass/breakpoints/_base.scss */
.page-template-template-post .content-article {
  overflow: hidden;
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;

}

/* line 1606, ../sass/breakpoints/_base.scss */
.read-more-posts {
  clear: both;
}
/* line 1608, ../sass/breakpoints/_base.scss */
.read-more-posts .btn {
  width: 100%;
}

/* line 1616, ../sass/breakpoints/_base.scss */
.single-country-type .post-wrapper {
  display: flex;
}
/* line 1620, ../sass/breakpoints/_base.scss */
.single-country-type .post-main {
  width: 66.66%;
  float: left;
  padding: 44px 44px 0;
}
/* line 1626, ../sass/breakpoints/_base.scss */
.single-country-type .post-main .title {
  padding: 11px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 19px;
  line-height: 28px;
}
/* line 1636, ../sass/breakpoints/_base.scss */
.single-country-type .post-main .text {
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 43px;
}
/* line 1646, ../sass/breakpoints/_base.scss */
.single-country-type .post-aside {
  width: 33.34%;
  background: #333a58;
  color: #fff;
  float: right;
  padding: 41px 25px 3px 41px;
}
/* line 1654, ../sass/breakpoints/_base.scss */
.single-country-type .post-aside .title {
  letter-spacing: 0.26em;
  margin-bottom: 31px;
}
/* line 1660, ../sass/breakpoints/_base.scss */
.single-country-type .post-aside li {
  overflow: hidden;
  margin-bottom: 14px;
}
/* line 1664, ../sass/breakpoints/_base.scss */
.single-country-type .post-aside .picto {
  float: left;
}
/* line 1669, ../sass/breakpoints/_base.scss */
.single-country-type .post-aside .text {
  font-size: 16px;
  width: calc(100% - 80px);
  float: right;
  margin-top: -3px;
  line-height: 22px;
}
/* line 1681, ../sass/breakpoints/_base.scss */
.single-country-type .post-aside .picto-off .text {
  width: 100%;
}

/* line 1694, ../sass/breakpoints/_base.scss */
.page-template-template-country-type .header-page {
  background: #333a58;
}

/* line 1706, ../sass/breakpoints/_base.scss */
.single-recette-type .header-page .description {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 548px;
  margin: 40px auto 0;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 3;
  letter-spacing: 0.22em;
}
/* line 1719, ../sass/breakpoints/_base.scss */
.single-recette-type .header-page .description .preparation, .single-recette-type .header-page .description .difficulty {
  float: left;
}
/* line 1724, ../sass/breakpoints/_base.scss */
.single-recette-type .header-page .description .cook, .single-recette-type .header-page .description .price {
  float: right;
  text-align: right;
}
/* line 1736, ../sass/breakpoints/_base.scss */
.single-recette-type .header-page .description .price span {
  opacity: 0.5;
}
/* line 1739, ../sass/breakpoints/_base.scss */
.single-recette-type .header-page .description .price span.active {
  opacity: 1;
}
/* line 1746, ../sass/breakpoints/_base.scss */
.single-recette-type .header-page .description .sprite {
  position: relative;
  top: 6px;
}
/* line 1751, ../sass/breakpoints/_base.scss */
.single-recette-type .header-page .description .sprite.sprite-preparation {
  left: 4px;
  margin-right: 5px;
}
/* line 1765, ../sass/breakpoints/_base.scss */
.single-recette-type .left-content {
  width: 33.33%;
  float: left;
  background: #fff;
}
/* line 1771, ../sass/breakpoints/_base.scss */
.single-recette-type .left-content .ingredients {
  background: #f1686c;
  padding: 65px;
  color: #fff;
}
/* line 1777, ../sass/breakpoints/_base.scss */
.single-recette-type .left-content .ingredients .title {
  margin-bottom: 10px;
}
/* line 1783, ../sass/breakpoints/_base.scss */
.single-recette-type .left-content .ingredients .sub-title {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 37px;
  letter-spacing: 0.22em;
}
/* line 1793, ../sass/breakpoints/_base.scss */
.single-recette-type .left-content .ingredients ul li {
  margin-bottom: 9px;
}
/* line 1800, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content {
  width: 66.66%;
  float: right;
  padding: 65px;
}
/* line 1806, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .post-content {
  padding-bottom: 40px;
}
/* line 1810, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .post-content .post-info {
  padding: 8px 0;
  margin-bottom: 24px;
}
/* line 1815, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .post-content .post-info .post-title {
  float: left;
  margin-bottom: 0;
  line-height: 1;
  font-size: 21px;
  letter-spacing: 0.222em;
}
/* line 1828, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .post-content .list-item .item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 25px;
  display: flex;
}
/* line 1836, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .post-content .list-item .item .bg {
  float: left;
  margin-right: 24px;
  width: auto;
}

.single-recette-type .right-content .post-content .list-item .item .content{

  float: right;
  width: calc(100% - 200px )

}
/* line 1842, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .post-content .list-item .item p {
  display: inline;
}
/* line 1845, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .post-content .list-item .item p, .single-recette-type .right-content .post-content .list-item .item span {
  position: relative;
  top: -5px;
}
/* line 1852, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .post-content .italic {
  font-size: 16px;
  font-style: italic;
  font-family: Arial, sans-serif;
}
/* line 1860, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .nutrition {
  padding: 16px 0 8px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #646464;
  overflow: hidden;
}
/* line 1869, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .nutrition .title {
  font-size: 18px;
  letter-spacing: 0.22em;
  margin-bottom: 9px;
}
/* line 1876, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .nutrition .sub-title {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}
/* line 1885, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .nutrition .square-wrapper .square {
  height: 100px;
  width: 100px;
  background: #999999;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding-top: 25px;
  float: left;
  margin: 0 10px 10px 0;
}
/* line 1899, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .nutrition .square-wrapper .square:nth-child(7n+0) {
  margin-right: 0;
}
/* line 1903, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .nutrition .square-wrapper .square span {
  display: block;
}
/* line 1907, ../sass/breakpoints/_base.scss */
.single-recette-type .right-content .nutrition .square-wrapper .square span.row-b {
  font-size: 19px;
}
/* line 1918, ../sass/breakpoints/_base.scss */
.single-recette-type .cta-full {
  margin-top: 20px;
}
/* line 1925, ../sass/breakpoints/_base.scss */
.single-recette-type .grid .cta {
  width: 100%;
}

/* line 1939, ../sass/breakpoints/_base.scss */
.single-product-type .content-area, .single-pack-type .content-area {
  width: 66.66%;
  float: left;
  background: #fff;
  padding: 65px;
}

/* line 1954, ../sass/breakpoints/_base.scss */
.page-template-default .aside-active .content-area {
  width: 100%;
  float: left;
  background: #fff;
  padding: 65px;
}

/* line 1972, ../sass/breakpoints/_base.scss */
.single-product-type .content-area .post-text, .single-pack-type .content-area .post-text,
.page-template-default .content-area .post-text {
  line-height: 24px;
}
/* line 1976, ../sass/breakpoints/_base.scss */
.single-product-type .content-area .post-text h2, .single-pack-type .content-area .post-text h2,
.page-template-default .content-area .post-text h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  line-height: 28px;
}
/* line 1983, ../sass/breakpoints/_base.scss */
.single-product-type .content-area .post-text h2 img, .single-pack-type .content-area .post-text h2 img,
.page-template-default .content-area .post-text h2 img {
  float: right;
}
/* line 1988, ../sass/breakpoints/_base.scss */
.single-product-type .content-area .post-text br, .single-pack-type .content-area .post-text br,
.page-template-default .content-area .post-text br {
  margin-bottom: 20px;
}

/* line 2001, ../sass/breakpoints/_base.scss */
.tax-pack-taxo .pack-item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #000;
  display: flex;
}
/* line 2008, ../sass/breakpoints/_base.scss */
.tax-pack-taxo .pack-item:last-of-type {
  border: none;
}
/* line 2018, ../sass/breakpoints/_base.scss */
.tax-pack-taxo .pack-item .pack-post {
  padding: 49px;
  background: #fff;
  height: 426.66px;
  width: calc(100% - 426.33px);
  float: right;
}
/* line 2026, ../sass/breakpoints/_base.scss */
.tax-pack-taxo .pack-item .pack-post .title {
  font-size: 21px;
  letter-spacing: 0.22em;
  margin-bottom: 31px;
}
/* line 2034, ../sass/breakpoints/_base.scss */
.tax-pack-taxo .pack-item .pack-post .from, .tax-pack-taxo .pack-item .pack-post .sepa, .tax-pack-taxo .pack-item .pack-post .weight {
  display: inline-block;
  font-size: 19px;
}
/* line 2040, ../sass/breakpoints/_base.scss */
.tax-pack-taxo .pack-item .pack-post .from, .tax-pack-taxo .pack-item .pack-post .sepa {
  color: #5b91c7;
}
/* line 2045, ../sass/breakpoints/_base.scss */
.tax-pack-taxo .pack-item .pack-post .description {
  margin-top: 28px;
  line-height: 25px;
}

/* line 2062, ../sass/breakpoints/_base.scss */
.tax-product-taxo #main-wrapper .cta-only-text::before {
  display: none;
}
/* line 2066, ../sass/breakpoints/_base.scss */
.tax-product-taxo #main-wrapper .cta-only-text .title {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 2078, ../sass/breakpoints/_base.scss */
.page-template-template-find-us .main-title {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 54px;
  z-index: 1000000;
  left: 0;
  right: 0;
  line-height: 73px;
}
/* line 2091, ../sass/breakpoints/_base.scss */
.page-template-template-find-us .content-area {
  overflow: hidden;
  height: 828px;
}
/* line 2096, ../sass/breakpoints/_base.scss */
.page-template-template-find-us .content-wrapper {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}

.page-template-template-find-us .filter-on .bg:before{

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.page-template-template-find-us .content-wrapper figure{

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.page-template-template-find-us .content-wrapper figure img{

  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  height: auto;
  min-height: 100%;
  min-width: 100%;

}

/* line 2105, ../sass/breakpoints/_base.scss */
.page-template-template-find-us .content-wrapper .content {
  width: 100%;
  z-index: 1000;
}
/* line 2110, ../sass/breakpoints/_base.scss */
.page-template-template-find-us .content-wrapper .content .logo {
  margin: 0 auto;
}
/* line 2115, ../sass/breakpoints/_base.scss */
.page-template-template-find-us .content-wrapper .content .title {
  font-size: 35px;
  color: #fff;
  line-height: 53px;
  margin-bottom: 35px;
  letter-spacing: 0.22em;
}
/* line 2126, ../sass/breakpoints/_base.scss */
.page-template-template-find-us .content-wrapper.bloc-1 {
  right: 50%;
}
/* line 2131, ../sass/breakpoints/_base.scss */
.page-template-template-find-us .content-wrapper.bloc-2 {
  left: 50%;
}

/* line 2143, ../sass/breakpoints/_base.scss */
.post-text li {
  padding-left: 17px;
}
/* line 2147, ../sass/breakpoints/_base.scss */
.post-text li:before {
  content: '';
  background: #000;
  display: block;
  position: relative;
  left: -17px;
  width: 10px;
  height: 10px;
  top: 17px;
}

/* line 2163, ../sass/breakpoints/_base.scss */
#main-body #cookie-law {
  position: absolute;
  bottom: auto;
  background: #f5cc71;
  font-size: 14px;
  top: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 2171, ../sass/breakpoints/_base.scss */
#main-body #cookie-law .wrapper {
  width: 1280px;
  overflow: visible;
}
/* line 2176, ../sass/breakpoints/_base.scss */
#main-body #cookie-law .content {
  width: calc(100% - 400px);
}
/* line 2180, ../sass/breakpoints/_base.scss */
#main-body #cookie-law .btn {
  background: transparent;
  color: #000;
  font-size: 17px;
  float: right;
  margin-right: 40px;
}
/* line 2187, ../sass/breakpoints/_base.scss */
#main-body #cookie-law .btn:before, #main-body #cookie-law .btn:after {
  content: '';
  display: block;
  background: #000;
  width: 31px;
  height: 4px;
  position: absolute;
  top: 21px;
  right: -30px;
}
/* line 2198, ../sass/breakpoints/_base.scss */
#main-body #cookie-law .btn:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 2201, ../sass/breakpoints/_base.scss */
#main-body #cookie-law .btn:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 2206, ../sass/breakpoints/_base.scss */
#main-body.cookiebanner #cookie-law {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 2213, ../sass/breakpoints/_base.scss */
#main-body.search-active {
  margin-top: 90px;
}

/* line 2219, ../sass/breakpoints/_base.scss */
.search-content {
  padding: 65px;
  min-height: calc(100vh - 256px);
}
/* line 2226, ../sass/breakpoints/_base.scss */
.search-content .search-post {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  background: transparent;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 2233, ../sass/breakpoints/_base.scss */
.search-content .search-post:hover {
  background: #e6e6e6;
}
/* line 2245, ../sass/breakpoints/_base.scss */
.search-content .post-text {
  margin-bottom: 20px;
}
/* line 2251, ../sass/breakpoints/_base.scss */
.search-content .post-title {
  font-size: 22px;
  margin: 0;
  line-height: 35px;
}
/* line 2256, ../sass/breakpoints/_base.scss */
.search-content .post-title br {
  display: none;
}
/* line 2261, ../sass/breakpoints/_base.scss */
.search-content .post-link {
  color: #5b91c7;
}

/* line 2267, ../sass/breakpoints/_base.scss */
.search-form-wrapper {
  position: absolute;
  background: #f5cc71;
  z-index: 100000000;
  width: 100%;
  padding: 20px 0 0 0;
  top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  /* firefox 19+ */
  /* ie */
}
/* line 2279, ../sass/breakpoints/_base.scss */
.search-form-wrapper .wrapper {
  width: 1280px;
}
/* line 2282, ../sass/breakpoints/_base.scss */
.search-form-wrapper input[type="text"] {
  background: rgba(255, 255, 255, 0.2);
}
/* line 2285, ../sass/breakpoints/_base.scss */
.search-form-wrapper #searchform {
  position: relative;
  width: calc(100% - 40px);
}
/* line 2290, ../sass/breakpoints/_base.scss */
.search-form-wrapper .fa {
  position: absolute;
  right: 21px;
  bottom: calc(50% + 0.5px);
}
/* line 2295, ../sass/breakpoints/_base.scss */
.search-form-wrapper .fa.sprite-close-black {
  right: -4px;
}
/* line 2300, ../sass/breakpoints/_base.scss */
.search-form-wrapper.on {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 2305, ../sass/breakpoints/_base.scss */
.search-form-wrapper ::-webkit-input-placeholder {
  color: #1a1d39;
}
/* line 2306, ../sass/breakpoints/_base.scss */
.search-form-wrapper ::-moz-placeholder {
  color: #1a1d39;
}
/* line 2307, ../sass/breakpoints/_base.scss */
.search-form-wrapper :-ms-input-placeholder {
  color: #1a1d39;
}
/* line 2308, ../sass/breakpoints/_base.scss */
.search-form-wrapper input:-moz-placeholder {
  color: #1a1d39;
}

/* line 2312, ../sass/breakpoints/_base.scss */
.page-load {
  background: transparent;
  position: absolute;
  opacity: 1;
}

/* line 2320, ../sass/breakpoints/_base.scss */
.logo-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
/* line 2334, ../sass/breakpoints/_base.scss */
.logo-loading .mask {
  background: #050924;
  width: 300px;
  height: 300px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 3000ms ease;
  -o-transition: all 3000ms ease;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
}
/* line 2350, ../sass/breakpoints/_base.scss */
.single-recette-type .logo-loading .mask {
  -moz-transition: all 2400ms ease;
  -o-transition: all 2400ms ease;
  -webkit-transition: all 2400ms ease;
  transition: all 2400ms ease;
}
/* line 2356, ../sass/breakpoints/_base.scss */
.logo-loading .sapmer-svg {
  width: 200px;
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 2368, ../sass/breakpoints/_base.scss */
.logo-loading .sapmer-svg.border {
  z-index: 10;
}
/* line 2372, ../sass/breakpoints/_base.scss */
.logo-loading .sapmer-svg.border .logo-part {
  stroke: transparent;
  fill: #fff;
  opacity: 0.2;
}
/* line 2379, ../sass/breakpoints/_base.scss */
.logo-loading .sapmer-svg.plain {
  z-index: 1;
}
/* line 2383, ../sass/breakpoints/_base.scss */
.logo-loading .sapmer-svg.plain .logo-part {
  stroke: transparent;
  fill: #fff;
}
/* line 2391, ../sass/breakpoints/_base.scss */
.logo-loading.on {
  opacity: 1;
}
/* line 2395, ../sass/breakpoints/_base.scss */
.logo-loading.on .mask {
  -moz-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}
/* line 2399, ../sass/breakpoints/_base.scss */
.logo-loading.on .sapmer-svg {
  opacity: 1;
}
/* line 2405, ../sass/breakpoints/_base.scss */
.logo-loading.on.border {
  z-index: 10;
}
/* line 2409, ../sass/breakpoints/_base.scss */
.logo-loading.on.border .logo-part {
  opacity: 0.2;
}

/* line 2420, ../sass/breakpoints/_base.scss */
.error-404 {
  padding: 0;
}
/* line 2424, ../sass/breakpoints/_base.scss */
.error-404 .centered.content {
  z-index: 100;
  width: 100%;
}
/* line 2431, ../sass/breakpoints/_base.scss */
.error-404 .page-title {
  font-size: 58px;
  letter-spacing: 0.23em;
}
/* line 2436, ../sass/breakpoints/_base.scss */
.error-404 .page-title span {
  font-size: 148px;
  display: block;
  letter-spacing: 0.22em;
  margin: -8px 0 37px 21px;
}
/* line 2446, ../sass/breakpoints/_base.scss */
.error-404 .text {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 6.1px;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto 35px;
}
/* line 2457, ../sass/breakpoints/_base.scss */
.error-404 .label {
  color: #fff;
}
/* line 2461, ../sass/breakpoints/_base.scss */
.error-404 .label::before, .error-404 .label::after {
  background: #fff;
}

/* line 2472, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper {
  padding: 65px;
  background: url("../images/bg-boat.jpg") repeat;
  color: #fff;
}
/* line 2478, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .post-title {
  margin-top: -8px;
  letter-spacing: 0.18em;
  line-height: 37px;
  border-bottom: 1px solid #fff;
  padding-bottom: 36px;
}
/* line 2488, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .features {
  text-transform: uppercase;
  width: 50%;
  float: left;
  font-size: 21px;
  margin: 0;
}
/* line 2496, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .features .item {
  margin-bottom: 10px;
}
/* line 2501, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .description {
  width: 50%;
  float: right;
  line-height: 25px;
}
/* line 2507, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map {
  clear: both;
  margin-top: 218px;
  margin-bottom: 122px;
  position: relative;
}
/* line 2514, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .bg {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
/* line 2521, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .count {
  display: none;
  line-height: 1;
  font-size: 28px;
}
/* line 2526, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .point-wrapper {
  position: relative;
}
/* line 2529, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .point {
  width: 58px;
  height: 58px;
  border: 5px solid #fff;
  border-radius: 100%;
  background: rgba(91, 145, 199, 0.55);
  position: absolute;
  cursor: pointer;
  text-align: center;
  line-height: 58px;
}
/* line 2542, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .point::before, .single-boat-type .post-wrapper .boat-map .point::after {
  content: '';
  display: block;
  background: #fff;
  width: 26px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 13px);
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}
/* line 2557, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .point:after {
  opacity: 1;
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
/* line 2565, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .point.active:after {
  opacity: 0;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
/* line 2576, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .bloc {
  position: absolute;
  left: 0;
  top: -138px;
  padding: 25px 28px;
  background: rgba(255, 255, 255, 0.5);
  width: 440px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
/* line 2588, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .bloc .picto {
  float: left;
  margin-top: 6px;
  margin-right: 25px;
}
/* line 2595, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .bloc .title {
  line-height: 25px;
  margin-bottom: 13px;
  font-size: 21px;
  letter-spacing: 0.24em;
}
/* line 2604, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .bloc .description {
  width: 100%;
  float: left;
  color: #333a58;
}
/* line 2611, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .boat-map .bloc.active {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 2622, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .quote {
  border-top: 1px solid #fff;
  padding: 57px 0;
  overflow: hidden;
  font-size: 23px;
  font-style: italic;
  line-height: 34px;
}
/* line 2631, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .quote .thumb {
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 50px;
}
/* line 2640, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .quote .content {
  margin-top: -11px;
  width: 84%;
  letter-spacing: 0.01em;
}
/* line 2646, ../sass/breakpoints/_base.scss */
.single-boat-type .post-wrapper .quote .name {
  margin-top: 3px;
  font-size: 18px;
  color: #5b91c7;
  font-style: normal;
}

/******************************************************************
SUMMARY

******************************************************************/
/* line 7, ../sass/modules/_theme.scss */
.theme-primary {
  background: #5b91c7;
}

/* line 11, ../sass/modules/_theme.scss */
.theme-secondary {
  background: #345b84;
}
/* line 16, ../sass/modules/_theme.scss */
.theme-secondary.cta-full .sub-title {
  color: #fff;
}

/* line 23, ../sass/modules/_theme.scss */
.theme-dark {
  background: #333a58;
}
/* line 28, ../sass/modules/_theme.scss */
.theme-dark.cta-full .sub-title {
  color: #fff;
}

/* line 35, ../sass/modules/_theme.scss */
.theme-blue {
  background: #1a1d39;
}
/* line 40, ../sass/modules/_theme.scss */
.theme-blue.cta-full .sub-title {
  color: #fff;
}

/* line 47, ../sass/modules/_theme.scss */
.theme-pink {
  background: #bf4f6d;
}

/* line 51, ../sass/modules/_theme.scss */
.theme-orange {
  background: #f1686c;
}

/* line 54, ../sass/modules/_theme.scss */
.theme-yellow {
  background: #f5cc71;
}

/* line 57, ../sass/modules/_theme.scss */
.theme-green {
  background: #007976;
}

/* line 64, ../sass/modules/_theme.scss */
.theme-white {
  background: #fff;
  color: #000;
}
/* line 69, ../sass/modules/_theme.scss */
.theme-white .label {
  border-color: #000 !important;
  color: #000 !important;
}
/* line 74, ../sass/modules/_theme.scss */
.theme-white .label::before, .theme-white .label::after {
  background: #000 !important;
}
/* line 83, ../sass/modules/_theme.scss */
.theme-white.cta-full .title {
  color: #5b91c7;
}

/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/
  /* line 6, ../sass/breakpoints/_2x.scss */
  .header #logo {
    background: transparent url("../images/logo@2x.jpg") left top no-repeat;
  }
}
/*********************
ANIMATIONS
*********************/
@media only screen and (min-width: 1025px) {
  /******************************************************************
  For Hover 
  ******************************************************************/
  /* line 9, ../sass/breakpoints/_hover.scss */
  .cta * {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 18, ../sass/breakpoints/_hover.scss */
  .cta .bg img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
  }
  /* line 28, ../sass/breakpoints/_hover.scss */
  .cta .title {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  /* line 32, ../sass/breakpoints/_hover.scss */
  .cta .description {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 40, ../sass/breakpoints/_hover.scss */
  .cta .label {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  /* line 47, ../sass/breakpoints/_hover.scss */
  .cta:hover .bg img, .cta.hover .bg img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition-duration: 30s;
    -o-transition-duration: 30s;
    -webkit-transition-duration: 30s;
    transition-duration: 30s;
  }
  /* line 56, ../sass/breakpoints/_hover.scss */
  .cta:hover .title, .cta.hover .title {
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  /* line 61, ../sass/breakpoints/_hover.scss */
  .cta:hover .label, .cta.hover .label {
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  /* line 72, ../sass/breakpoints/_hover.scss */
  .cta.cta-image .title, .cta.cta-product .title, .cta.cta-recette .title {
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  /* line 76, ../sass/breakpoints/_hover.scss */
  .cta.cta-image .label, .cta.cta-product .label, .cta.cta-recette .label {
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  /* line 81, ../sass/breakpoints/_hover.scss */
  .cta.cta-image:hover .title, .cta.cta-product:hover .title, .cta.cta-recette:hover .title {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 85, ../sass/breakpoints/_hover.scss */
  .cta.cta-image:hover .label, .cta.cta-product:hover .label, .cta.cta-recette:hover .label {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* line 94, ../sass/breakpoints/_hover.scss */
  .cta.cta-page .title {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  /* line 98, ../sass/breakpoints/_hover.scss */
  .cta.cta-page .label {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  /* line 103, ../sass/breakpoints/_hover.scss */
  .cta.cta-page:hover .title {
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  /* line 107, ../sass/breakpoints/_hover.scss */
  .cta.cta-page:hover .label {
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  /* line 116, ../sass/breakpoints/_hover.scss */
  .cta.cta-page.description-off:hover .title {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  /* line 120, ../sass/breakpoints/_hover.scss */
  .cta.cta-page.description-off:hover .label {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  /* line 141, ../sass/breakpoints/_hover.scss */
  .cta.cta-carrer:hover .title {
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  /* line 145, ../sass/breakpoints/_hover.scss */
  .cta.cta-carrer:hover .label {
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  /* line 154, ../sass/breakpoints/_hover.scss */
  .cta-recette.filter-on .bg:before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
  /* line 161, ../sass/breakpoints/_hover.scss */
  .cta-recette .title {
    opacity: 0;
  }
  /* line 167, ../sass/breakpoints/_hover.scss */
  .cta-recette .label {
    display: inline-block;
    word-break: normal;
    opacity: 0;
  }
  /* line 173, ../sass/breakpoints/_hover.scss */
  .cta-recette .label:before, .cta-recette .label:after {
    opacity: 0;
    left: 50%;
    right: 50%;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  /* line 183, ../sass/breakpoints/_hover.scss */
  .cta-recette .description {
    opacity: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  /* line 195, ../sass/breakpoints/_hover.scss */
  .cta-recette:hover.filter-on .bg:before, .cta-recette.hover.filter-on .bg:before {
    opacity: 1;
  }
  /* line 200, ../sass/breakpoints/_hover.scss */
  .cta-recette:hover .title, .cta-recette.hover .title {
    opacity: 1;
  }
  /* line 206, ../sass/breakpoints/_hover.scss */
  .cta-recette:hover .label, .cta-recette.hover .label {
    opacity: 1;
  }
  /* line 210, ../sass/breakpoints/_hover.scss */
  .cta-recette:hover .label:before, .cta-recette:hover .label:after, .cta-recette.hover .label:before, .cta-recette.hover .label:after {
    left: 0;
    right: 0;
    opacity: 1;
  }
  /* line 219, ../sass/breakpoints/_hover.scss */
  .cta-recette:hover .description, .cta-recette.hover .description {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
  }

  /* line 236, ../sass/breakpoints/_hover.scss */
  .cta-text .content .label, .cta-page .content .label {
    display: inline-block;
  }
  /* line 241, ../sass/breakpoints/_hover.scss */
  .cta-text .content .description, .cta-page .content .description {
    opacity: 1;
  }
  /* line 256, ../sass/breakpoints/_hover.scss */
  .cta-text:hover .content .description, .cta-text.hover .content .description, .cta-page:hover .content .description, .cta-page.hover .content .description {
    opacity: 0;
    margin-bottom: 0;
  }

  /* line 274, ../sass/breakpoints/_hover.scss */
  .cta-country.filter-on .bg:before {
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 281, ../sass/breakpoints/_hover.scss */
  .cta-country.filter-on .title {
    opacity: 1;
  }
  /* line 291, ../sass/breakpoints/_hover.scss */
  .cta-country:hover.filter-on .bg:before, .cta-country.hover.filter-on .bg:before {
    opacity: 0;
  }
  /* line 296, ../sass/breakpoints/_hover.scss */
  .cta-country:hover.filter-on .title, .cta-country.hover.filter-on .title {
    opacity: 0;
  }

  /* line 303, ../sass/breakpoints/_hover.scss */
  .cta-tip {
    position: relative;
  }
  /* line 305, ../sass/breakpoints/_hover.scss */
  .cta-tip:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 321, ../sass/breakpoints/_hover.scss */
  .cta-tip:hover:before, .cta-tip.hover:before {
    opacity: 1;
  }
  /* line 327, ../sass/breakpoints/_hover.scss */
  .cta-tip:hover .title, .cta-tip:hover .label, .cta-tip.hover .title, .cta-tip.hover .label {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 338, ../sass/breakpoints/_hover.scss */
  .cta-product:before {
    opacity: 0;
  }
  /* line 349, ../sass/breakpoints/_hover.scss */
  .cta-product .label {
    display: inline-block;
  }
  /* line 353, ../sass/breakpoints/_hover.scss */
  .cta-product .label:before, .cta-product .label:after {
    left: 50%;
    right: 50%;
    opacity: 1;
  }
  /* line 361, ../sass/breakpoints/_hover.scss */
  .cta-product .content {
    opacity: 0;
  }
  /* line 366, ../sass/breakpoints/_hover.scss */
  .cta-product .description {
    display: none;
  }
  /* line 372, ../sass/breakpoints/_hover.scss */
  .cta-product:hover:before, .cta-product.hover:before {
    opacity: 1;
  }
  /* line 385, ../sass/breakpoints/_hover.scss */
  .cta-product:hover .label:before, .cta-product:hover .label:after, .cta-product.hover .label:before, .cta-product.hover .label:after {
    left: 0;
    right: 0;
    opacity: 1;
  }
  /* line 394, ../sass/breakpoints/_hover.scss */
  .cta-product:hover .content, .cta-product.hover .content {
    opacity: 1;
  }

  /* line 403, ../sass/breakpoints/_hover.scss */
  .cta-only-text .description, .cta-page .description {
    opacity: 1;
  }
  /* line 414, ../sass/breakpoints/_hover.scss */
  .cta-only-text .label, .cta-page .label {
    display: inline-block;
  }
  /* line 423, ../sass/breakpoints/_hover.scss */
  .cta-only-text:hover .description, .cta-only-text.hover .description, .cta-page:hover .description, .cta-page.hover .description {
    opacity: 0;
    margin-bottom: 0;
  }
  /* line 440, ../sass/breakpoints/_hover.scss */
  .tax-product-taxo .cta-only-text, .tax-product-taxo .cta-page {
    position: relative;
  }
  /* line 444, ../sass/breakpoints/_hover.scss */
  .tax-product-taxo .cta-only-text .description, .tax-product-taxo .cta-page .description {
    margin-bottom: 0;
  }
  /* line 450, ../sass/breakpoints/_hover.scss */
  .tax-product-taxo .cta-only-text:before, .tax-product-taxo .cta-page:before {
    content: "";
    position: absolute;
    display: block;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 471, ../sass/breakpoints/_hover.scss */
  .tax-product-taxo .cta-only-text:hover:before, .tax-product-taxo .cta-only-text.hover:before, .tax-product-taxo .cta-page:hover:before, .tax-product-taxo .cta-page.hover:before {
    opacity: 1;
  }
  /* line 478, ../sass/breakpoints/_hover.scss */
  .tax-product-taxo .cta-only-text:hover .description, .tax-product-taxo .cta-only-text.hover .description, .tax-product-taxo .cta-page:hover .description, .tax-product-taxo .cta-page.hover .description {
    opacity: 1;
  }

  /* line 495, ../sass/breakpoints/_hover.scss */
  .cta-image.filter-on .bg:before {
    opacity: 0;
  }
  /* line 503, ../sass/breakpoints/_hover.scss */
  .cta-image .content .title, .cta-image .content .label, .cta-image .content .description {
    opacity: 0;
    color: #fff !important;
  }
  /* line 511, ../sass/breakpoints/_hover.scss */
  .cta-image .content .label::before, .cta-image .content .label::after {
    background: #fff !important;
    left: 50%;
    right: 50%;
  }
  /* line 522, ../sass/breakpoints/_hover.scss */
  .cta-image .content .description {
    opacity: 0;
    display: none;
  }
  /* line 531, ../sass/breakpoints/_hover.scss */
  .cta-image:hover .title, .cta-image:hover .label {
    opacity: 1;
  }
  /* line 541, ../sass/breakpoints/_hover.scss */
  .cta-image:hover .label::before, .cta-image:hover .label::after {
    left: 0%;
    right: 0%;
    opacity: 1;
  }
  /* line 550, ../sass/breakpoints/_hover.scss */
  .cta-image:hover.filter-on .bg:before {
    opacity: 1;
  }

  /* line 563, ../sass/breakpoints/_hover.scss */
  .cta-carrer:hover .description {
    opacity: 0;
  }

  /* line 575, ../sass/breakpoints/_hover.scss */
  .theme-primary.cta-full:hover {
    background: #6e9ecd;
  }

  /* line 586, ../sass/breakpoints/_hover.scss */
  .theme-secondary.cta-full:hover {
    background: #3b6896;
  }

  /* line 597, ../sass/breakpoints/_hover.scss */
  .theme-dark.cta-full:hover {
    background: #3c4568;
  }

  /* line 607, ../sass/breakpoints/_hover.scss */
  .theme-blue.cta-full:hover {
    background: #22264b;
  }

  /* line 618, ../sass/breakpoints/_hover.scss */
  .theme-pink.cta-full:hover {
    background: #c6627d;
  }

  /* line 629, ../sass/breakpoints/_hover.scss */
  .theme-orange.cta-full:hover {
    background: #f37f83;
  }

  /* line 639, ../sass/breakpoints/_hover.scss */
  .theme-yellow.cta-full:hover {
    background: #f7d589;
  }

  /* line 650, ../sass/breakpoints/_hover.scss */
  .theme-green.cta-full:hover {
    background: #00938f;
  }

  /* line 662, ../sass/breakpoints/_hover.scss */
  .theme-white.cta-full:hover {
    background: #f2f2f2;
  }

  @-moz-keyframes labelVisibleHover {
    0% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
    50% {
      left: 50%;
      right: 50%;
      opacity: 1;
    }
    100% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
  }
  @-webkit-keyframes labelVisibleHover {
    0% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
    50% {
      left: 50%;
      right: 50%;
      opacity: 1;
    }
    100% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
  }
  @keyframes labelVisibleHover {
    0% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
    50% {
      left: 50%;
      right: 50%;
      opacity: 1;
    }
    100% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
  }
  @-moz-keyframes labelVisibleHoverReverse {
    0% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
    50% {
      left: 50%;
      right: 50%;
      opacity: 1;
    }
    100% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
  }
  @-webkit-keyframes labelVisibleHoverReverse {
    0% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
    50% {
      left: 50%;
      right: 50%;
      opacity: 1;
    }
    100% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
  }
  @keyframes labelVisibleHoverReverse {
    0% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
    50% {
      left: 50%;
      right: 50%;
      opacity: 1;
    }
    100% {
      left: 0%;
      right: 0%;
      opacity: 1;
    }
  }
}

@media only screen and (min-width: 500px) {
  /******************************************************************
  For Animation page
  ******************************************************************/
  /* line 5, ../sass/breakpoints/_anim.scss */
  .modal-menu {
    opacity: 0;
  }

  /* line 15, ../sass/breakpoints/_anim.scss */
  .sprite-wrapper:hover .sprite-arrow-right {
    -moz-animation: arrowRight 1s 1;
    -webkit-animation: arrowRight 1s 1;
    animation: arrowRight 1s 1;
  }
  /* line 21, ../sass/breakpoints/_anim.scss */
  .sprite-wrapper:hover .sprite-arrow-top {
    -moz-animation: arrowTop 1s 1;
    -webkit-animation: arrowTop 1s 1;
    animation: arrowTop 1s 1;
  }
  /* line 27, ../sass/breakpoints/_anim.scss */
  .sprite-wrapper:hover .sprite-arrow-left {
    -moz-animation: arrowLeft 1s 1;
    -webkit-animation: arrowLeft 1s 1;
    animation: arrowLeft 1s 1;
  }
  /* line 33, ../sass/breakpoints/_anim.scss */
  .sprite-wrapper:hover .sprite-arrow-bottom-black {
    -moz-animation: arrowBottom 1s 1;
    -webkit-animation: arrowBottom 1s 1;
    animation: arrowBottom 1s 1;
  }

  /* line 46, ../sass/breakpoints/_anim.scss */
  .cta-full:hover .sprite-arrow-right-black {
    -moz-animation: arrowRight 1s 1;
    -webkit-animation: arrowRight 1s 1;
    animation: arrowRight 1s 1;
  }

  @-moz-keyframes arrowBottom {
    0% {
      opacity: 1;
      -moz-transform: translateY(0%);
      transform: translateY(0%);
    }
    33% {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
    }
    66% {
      opacity: 0;
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes arrowBottom {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
    33% {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    66% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @keyframes arrowBottom {
    0% {
      opacity: 1;
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
    33% {
      opacity: 0;
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    66% {
      opacity: 0;
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @-moz-keyframes arrowTop {
    0% {
      opacity: 1;
      -moz-transform: translateY(0%);
      transform: translateY(0%);
    }
    33% {
      opacity: 0;
      -moz-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    66% {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes arrowTop {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
    33% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    66% {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @keyframes arrowTop {
    0% {
      opacity: 1;
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
    33% {
      opacity: 0;
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
    66% {
      opacity: 0;
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  @-moz-keyframes arrowRight {
    0% {
      opacity: 1;
      -moz-transform: translateX(0%);
      transform: translateX(0%);
    }
    33% {
      opacity: 0;
      -moz-transform: translateX(100%);
      transform: translateX(100%);
    }
    66% {
      opacity: 0;
      -moz-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes arrowRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    33% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    66% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @keyframes arrowRight {
    0% {
      opacity: 1;
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    33% {
      opacity: 0;
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    66% {
      opacity: 0;
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @-moz-keyframes arrowLeft {
    0% {
      opacity: 1;
      -moz-transform: translateX(0%);
      transform: translateX(0%);
    }
    33% {
      opacity: 0;
      -moz-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    66% {
      opacity: 0;
      -moz-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes arrowLeft {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    33% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    66% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @keyframes arrowLeft {
    0% {
      opacity: 1;
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    33% {
      opacity: 0;
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    66% {
      opacity: 0;
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  /* line 140, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .content-wrapper {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  /* line 145, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .content-wrapper .content {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 154, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-1 .bg {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: -400px;
  }
  /* line 161, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-1.active {
    right: 30%;
  }
  /* line 165, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-1.active .bg {
    margin-left: -100px;
  }
  /* line 171, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-1.in-active {
    right: 70%;
  }
  /* line 175, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-1.in-active .bg {
    margin-left: -500px;
  }
  /* line 181, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-1.in-active .content {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  /* line 193, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-2 .bg img {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 0px;
  }
  /* line 201, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-2.active {
    left: 30%;
  }
  /* line 207, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-2.active .bg img {
    margin-left: -100px;
  }
  /* line 214, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-2.in-active {
    left: 70%;
  }
  /* line 220, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-2.in-active .bg img {
    margin-left: 0px;
  }
  /* line 225, ../sass/breakpoints/_anim.scss */
  .page-template-template-find-us .bloc-2.in-active .content {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  /* line 235, ../sass/breakpoints/_anim.scss */
  .delay {
    opacity: 0;
  }

  /* line 241, ../sass/breakpoints/_anim.scss */
  .anim-header {
    position: relative;
  }

  /* line 247, ../sass/breakpoints/_anim.scss */
  .animated {
    -webkit-animation-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-duration: 0.3s;
    transition-timing-function: ease-in-out;
    animation-fill-mode: both;
  }

  /* line 259, ../sass/breakpoints/_anim.scss */
  .animated--fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  /* line 265, ../sass/breakpoints/_anim.scss */
  .animated--fadeIn-rev {
    -webkit-animation-name: fadeIn-reverse;
    animation-name: fadeIn-reverse;
  }

  /* line 271, ../sass/breakpoints/_anim.scss */
  .animated--slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
  }

  /* line 278, ../sass/breakpoints/_anim.scss */
  .animated--slideRight {
    -webkit-animation-name: slideRight;
    animation-name: slideRight;
  }

  /* line 285, ../sass/breakpoints/_anim.scss */
  .animated--slideLeft {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
  }

  /* line 293, ../sass/breakpoints/_anim.scss */
  .animated--opacity {
    -webkit-animation-name: opacity;
    animation-name: opacity;
  }

  /* line 302, ../sass/breakpoints/_anim.scss */
  .animated--loadingLeft {
    -webkit-animation-name: loadingLeft;
    animation-name: loadingLeft;
    -moz-animation-duration: 1800ms;
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
  }

  /* line 310, ../sass/breakpoints/_anim.scss */
  .animated--loadingRight {
    -webkit-animation-name: loadingRight;
    animation-name: loadingRight;
    -moz-animation-duration: 1800ms;
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
  }

  /* line 319, ../sass/breakpoints/_anim.scss */
  .wrapper.main-wrapper, .right-content, .page-content {
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /** Reverse "exit" animations */
  /* line 327, ../sass/breakpoints/_anim.scss */
  .is-exiting .animated--fadeIn {
    -webkit-animation-name: fadeIn-reverse;
    animation-name: fadeIn-reverse;
  }
  /* line 334, ../sass/breakpoints/_anim.scss */
  .is-exiting .animated--fadeIn-rev {
    -webkit-animation-name: fadeIn-reverse;
    animation-name: fadeIn-reverse;
  }
  /* line 340, ../sass/breakpoints/_anim.scss */
  .is-exiting .animated--slideUp {
    -webkit-animation-name: slideUp-reverse;
    animation-name: slideUp-reverse;
  }
  /* line 345, ../sass/breakpoints/_anim.scss */
  .is-exiting .animated--slideRight {
    -webkit-animation-name: slideLeft-reverse;
    animation-name: slideLeft-reverse;
  }
  /* line 351, ../sass/breakpoints/_anim.scss */
  .is-exiting .animated--slideLeft {
    -webkit-animation-name: slideRight-reverse;
    animation-name: slideRight-reverse;
  }
  /* line 362, ../sass/breakpoints/_anim.scss */
  .is-exiting .animated.header.clone, .is-exiting .animated.wrapper.main-wrapper, .is-exiting .animated.right-content, .is-exiting .animated.page-content, .is-exiting .animated.sub-title, .is-exiting .animated.latin-name {
    opacity: 0;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0.2s;
    transition: all 0.3s ease 0.2s;
  }
  /* line 374, ../sass/breakpoints/_anim.scss */
  .is-exiting .animated.main-title, .is-exiting .animated.description, .is-exiting .animated.label {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  /* line 382, ../sass/breakpoints/_anim.scss */
  .is-exiting .animated.post-title, .is-exiting .animated.post-info, .is-exiting .animated.post-text {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  /* line 392, ../sass/breakpoints/_anim.scss */
  .is-exiting .flexible-html, .is-exiting .flexible-tab, .is-exiting .page-content, .is-exiting .right-content, .is-exiting .post-main, .is-exiting .post-aside,
  .is-exiting .main-wrapper {
    opacity: 0;
  }

  /* line 403, ../sass/breakpoints/_anim.scss */
  .flexible-html, .flexible-tab, .page-content, .right-content, .post-main, .post-aside,
  .main-wrapper {
    opacity: 1;
    -moz-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    -webkit-transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }

  /* line 410, ../sass/breakpoints/_anim.scss */
  .post-aside, .main-wrapper {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  /* line 416, ../sass/breakpoints/_anim.scss */
  .single-recette-type .right-content {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }

  /* line 422, ../sass/breakpoints/_anim.scss */
  .main-title {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  /* line 426, ../sass/breakpoints/_anim.scss */
  .main-title.animated {
    opacity: 1;
  }

  /* line 436, ../sass/breakpoints/_anim.scss */
  .animated.description {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  /* line 445, ../sass/breakpoints/_anim.scss */
  .animated.label {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  /* line 450, ../sass/breakpoints/_anim.scss */
  .animated.content-article {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
  }
  /* line 455, ../sass/breakpoints/_anim.scss */
  .animated.post-title, .animated.post-info, .animated.post-text, .animated.sub-title {
    opacity: 0;
  }
  /* line 459, ../sass/breakpoints/_anim.scss */
  .animated.post-info {
    -webkit-animation-delay: 0.10s;
    animation-delay: 0.10s;
  }
  /* line 463, ../sass/breakpoints/_anim.scss */
  .animated.post-title {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }
  /* line 467, ../sass/breakpoints/_anim.scss */
  .animated.post-text, .animated.sub-title {
    -webkit-animation-delay: 0.20s;
    animation-delay: 0.20s;
  }

  /* line 478, ../sass/breakpoints/_anim.scss */
  .ajax-on.single-post .post-title, .ajax-on.single-post.post-info, .ajax-on.single-post.post-text {
    opacity: 0;
  }

  /* line 490, ../sass/breakpoints/_anim.scss */
  .single-recette-type .header-page .main-title {
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  /* line 496, ../sass/breakpoints/_anim.scss */
  .single-recette-type .header-page .mask {
    -moz-animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  /* line 501, ../sass/breakpoints/_anim.scss */
  .single-recette-type .header-page .description {
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  /* line 506, ../sass/breakpoints/_anim.scss */
  .single-recette-type .header-page .sprite-wrapper {
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
}
/*********************
adjust Tablet
*********************/
@media only screen and (min-width: 1050px) and (max-width: 1280px) {
  /* line 5, ../sass/breakpoints/_tablet-adjust.scss */
  .cta-only-text .content .title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
  }
  /* line 10, ../sass/breakpoints/_tablet-adjust.scss */
  .cta-only-text .content .title br {
    display: none;
  }
  /* line 15, ../sass/breakpoints/_tablet-adjust.scss */
  .cta-only-text .content .description {
    font-size: 13px;
    margin-bottom: 20px;
  }
  /* line 22, ../sass/breakpoints/_tablet-adjust.scss */
  .cta-only-text .content .label {
    margin-top: 0;
  }
}
/*********************
TABLET
*********************/
@media only screen and (max-width: 1280px) {
  /******************************************************************
  Stylesheet: TABLET Stylsheet
  ******************************************************************/
  /* line 7, ../sass/breakpoints/_tablet.scss */
  .tablet-hide {
    display: none !important;
  }

  /* line 12, ../sass/breakpoints/_tablet.scss */
  .tablet-show {
    display: block !important;
  }

  /* line 18, ../sass/breakpoints/_tablet.scss */
  .wrapper, #main-wrapper, .modal-menu, .header,
  .flexible-menu-inter,
  .search-form-wrapper .wrapper {
    width: 1024px;
  }

  /* line 26, ../sass/breakpoints/_tablet.scss */
  .main-title {
    font-size: 42px;
    line-height: 52px;
    opacity: 1;
  }

  /* line 38, ../sass/breakpoints/_tablet.scss */
  .flexible-html .content,
  .flexible-tab .wrapper, #main-body #cookie-law .wrapper {
    width: 100%;
  }

  /* line 43, ../sass/breakpoints/_tablet.scss */
  .flexible-html .content {
    padding-left: 45px;
    padding-right: 45px;
  }

  /* line 52, ../sass/breakpoints/_tablet.scss */
  .grid .cta .bg img, .right-content .cta .bg img {
    width: 100%;
    height: auto;
  }
  /* line 60, ../sass/breakpoints/_tablet.scss */
  .grid .cta.post-item, .tax-pack-taxo .grid .cta, .right-content .cta.post-item, .tax-pack-taxo .right-content .cta {
    height: auto;
  }

  /* line 70, ../sass/breakpoints/_tablet.scss */
  .header-page .description, .hero .description {
    font-size: 17px;
    line-height: 25px;
  }

  /* line 76, ../sass/breakpoints/_tablet.scss */
  .page-template-template-product-type .header-page .description {
    margin-bottom: 20px;
  }

  /* line 82, ../sass/breakpoints/_tablet.scss */
  .col-row .col-quart {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }

  /* line 94, ../sass/breakpoints/_tablet.scss */
  .tabs_container .onglet-text {
    width: 100% !important;
  }
  /* line 100, ../sass/breakpoints/_tablet.scss */
  .tabs_container .slide {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
  }

  /* line 113, ../sass/breakpoints/_tablet.scss */
  .single-country-type .post-aside {
    width: 44%;
  }
  /* line 116, ../sass/breakpoints/_tablet.scss */
  .single-country-type .post-main {
    width: 66%;
  }

  /* line 123, ../sass/breakpoints/_tablet.scss */
  .modal-menu .main-nav {
    padding-left: 28px;
    width: 33%;
  }

  /* line 131, ../sass/breakpoints/_tablet.scss */
  #main-body #cookie-law .content {
    width: calc(100% - 132px);
  }

  /* line 134, ../sass/breakpoints/_tablet.scss */
  .tax-pack-taxo .pack-item .cta-pack {
    width: 33%;
  }

  /* line 141, ../sass/breakpoints/_tablet.scss */
  .tax-pack-taxo .pack-item .pack-post {
    width: calc(100% - 33%);
  }

  /* line 146, ../sass/breakpoints/_tablet.scss */
  .cta-boat li .fish-img {
    display: none;
  }

  /* line 150, ../sass/breakpoints/_tablet.scss */
  .cta .content .title {
    font-size: 21px;
    line-height: 29px;
    padding-bottom: 26px;
  }

  /* line 155, ../sass/breakpoints/_tablet.scss */
  .cta .content .description {
    margin-bottom: 21px;
  }

  /* line 159, ../sass/breakpoints/_tablet.scss */
  .page-template-template-product-type .header-page, .page-template-template-product-type .hero {
    height: auto;
  }

  /* line 162, ../sass/breakpoints/_tablet.scss */
  .page-template-default .aside-active #primary {
    width: 100%;
  }

  /* line 166, ../sass/breakpoints/_tablet.scss */
  .flexible-picto-produit .content .item {
    width: calc(94% / 3);
  }

  /* line 172, ../sass/breakpoints/_tablet.scss */
  .single-boat-type .post-wrapper .quote {
    font-size: 20px;
  }

  /* line 175, ../sass/breakpoints/_tablet.scss */
  .single-boat-type .post-wrapper .quote .content,
  .single-boat-type .post-wrapper .description,
  .single-boat-type .post-wrapper .features {
    width: 100%;
  }

  /* line 181, ../sass/breakpoints/_tablet.scss */
  .single-boat-type .post-wrapper .description,
  .single-boat-type .post-wrapper .features {
    margin-bottom: 40px;
  }

  .right-content .cta{

    width: 341px;

  }
}

@media only screen and (width: 1024px) {

  .cta-product .content .description{

    display: none;

  }

  .cta-image .content .label::before, .cta-image .content .label::after{

    left: 0;
    right: 0;

  }

  .page-template-default .aside-active #primary{

    width: 66.66666%;

  }


  .page-template-default .right-content{

    width: calc(100% - 66.66666%);

  }


}
/*********************
LARGE MOBILE
*********************/
@media only screen and (max-width: 1023px) {
  /******************************************************************
  Stylesheet: TABLET Stylsheet
  ******************************************************************/
  /* line 7, ../sass/breakpoints/_mobile-large.scss */
  .mobile-l-hide {
    display: none !important;
  }

  /* line 10, ../sass/breakpoints/_mobile-large.scss */
  .mobile-l-show {
    display: block !important;
  }

  .post-navigation{

    display: none;

  }

  /* line 18, ../sass/breakpoints/_mobile-large.scss */
  .wrapper, #main-wrapper, .modal-menu, .header,
  .search-form-wrapper .wrapper {
    width: 768px;
  }

  /* line 23, ../sass/breakpoints/_mobile-large.scss */
  .hide-rwd {
    display: none !important;
  }

  /* line 27, ../sass/breakpoints/_mobile-large.scss */
  .grid .cta, .right-content .cta {
    width: 50%;
  }
  /* line 34, ../sass/breakpoints/_mobile-large.scss */
  .grid .cta .bg img, .right-content .cta .bg img {
    width: 100%;
    height: auto;
  }
  /* line 41, ../sass/breakpoints/_mobile-large.scss */
  .grid .cta.post-item, .right-content .cta.post-item {
    width: 100%;
    height: auto;
  }

  /* line 50, ../sass/breakpoints/_mobile-large.scss */
  .flexible-menu-inter {
    display: none;
  }

  /* line 57, ../sass/breakpoints/_mobile-large.scss */
  .content-area,
  .widget-area {
    width: 100%;
  }

  /* line 65, ../sass/breakpoints/_mobile-large.scss */
  .header .wrapper .logo {
    width: 106px;
    overflow: hidden;
  }

  /* line 71, ../sass/breakpoints/_mobile-large.scss */
  .header.my-sticky .logo {
    -moz-transform: scale(0.4) translate3d(0, 78px, 0);
    -ms-transform: scale(0.4) translate3d(0, 78px, 0);
    -webkit-transform: scale(0.4) translate3d(0, 78px, 0);
    transform: scale(0.4) translate3d(0, 78px, 0);
  }

  /* line 79, ../sass/breakpoints/_mobile-large.scss */
  .btn-hamburger {
    display: block;
  }

  /* line 86, ../sass/breakpoints/_mobile-large.scss */
  .main-title {
    font-size: 30px;
    line-height: 48px;
  }

  /* line 93, ../sass/breakpoints/_mobile-large.scss */
  .header-page .description, .hero .description {
    width: 96%;
    font-size: 14px;
    line-height: 19px;
  }

  /* line 101, ../sass/breakpoints/_mobile-large.scss */
  .header-page .latin-name, .hero .latin-name {
    display: none;
  }

  /* line 105, ../sass/breakpoints/_mobile-large.scss */
  .widget-area {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  /* line 115, ../sass/breakpoints/_mobile-large.scss */
  .widget-area .widget {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* line 130, ../sass/breakpoints/_mobile-large.scss */
  .col-row .col-third {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }

  /* line 135, ../sass/breakpoints/_mobile-large.scss */
  .number-row {
    height: auto !important;
  }

  /* line 138, ../sass/breakpoints/_mobile-large.scss */
  .number-row .number-key-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  /* line 148, ../sass/breakpoints/_mobile-large.scss */
  .tabs ul {
    border: none;
  }
  /* line 150, ../sass/breakpoints/_mobile-large.scss */
  .tabs ul li {
    width: 100%;
  }
  /* line 152, ../sass/breakpoints/_mobile-large.scss */
  .tabs ul li a {
    margin: 0 !important;
    border-bottom: 1px solid #dbdbdb;
  }
  /* line 156, ../sass/breakpoints/_mobile-large.scss */
  .tabs ul li a.tabulous_active {
    border-color: #5b91c7;
    border-width: 3px;
  }
  /* line 164, ../sass/breakpoints/_mobile-large.scss */
  .tabs ul .indicator {
    display: none !important;
  }
  /* line 168, ../sass/breakpoints/_mobile-large.scss */
  .tabs .tabs_container {
    clear: both;
  }

  /* line 176, ../sass/breakpoints/_mobile-large.scss */
  .flexible-picto {
    background: #f7f7f7;
    padding: 20px 0;
  }
  /* line 181, ../sass/breakpoints/_mobile-large.scss */
  .flexible-picto .bg {
    display: none;
  }
  /* line 186, ../sass/breakpoints/_mobile-large.scss */
  .flexible-picto .center-target {
    position: relative !important;
  }

  /* line 194, ../sass/breakpoints/_mobile-large.scss */
  .flexible-map .content {
    position: initial;
    width: 100%;
  }
  /* line 198, ../sass/breakpoints/_mobile-large.scss */
  .flexible-map .content .bloc {
    padding: 40px;
    height: auto;
  }
  /* line 204, ../sass/breakpoints/_mobile-large.scss */
  .flexible-map .wrapper {
    width: auto;
  }

  /* line 210, ../sass/breakpoints/_mobile-large.scss */
  .flexible-formulaire .left, .flexible-formulaire .right, .wpcf7 .left, .wpcf7 .right, div.wpcf7 .left {
    width: 100%;
  }

  /* line 218, ../sass/breakpoints/_mobile-large.scss */
  .single-post .content-area {
    padding: 0 60px;
  }

  /* line 223, ../sass/breakpoints/_mobile-large.scss */
  .single-country-type .post-wrapper {
    flex-direction: column;
  }
  /* line 225, ../sass/breakpoints/_mobile-large.scss */
  .single-country-type .post-wrapper .post-aside, .single-country-type .post-wrapper .post-main {
    width: 100%;
    height: auto !important;
  }

  /* line 234, ../sass/breakpoints/_mobile-large.scss */
  .single-product-type .cta {
    width: 50%;
  }

  /* line 240, ../sass/breakpoints/_mobile-large.scss */
  .flex {
    display: block;
  }

  /* line 245, ../sass/breakpoints/_mobile-large.scss */
  .page-template-template-find-us .content-wrapper .content .title {
    font-size: 26px;
    line-height: 43px;
  }

  /* line 249, ../sass/breakpoints/_mobile-large.scss */
  .page-template-template-find-us .content-wrapper .content .logo {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  /* line 253, ../sass/breakpoints/_mobile-large.scss */
  .wpcf7 .left p {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
  /* line 258, ../sass/breakpoints/_mobile-large.scss */
  .wpcf7 .left p:nth-child(even) {
    margin-right: 0;
    margin-left: 10px;
  }
  div.wpcf7 .left p, .wpcf7 .left p:nth-child(even), div.wpcf7 .right{

    margin: 0;
    padding: 0;
    width: 100%;

  }

  div.wpcf7 .question .wpcf7-form-control-wrap{

  width: 100%;

  }

  div.wpcf7 .question .wpcf7-form-control-wrap{

  bottom: 0;

  }

  /* line 265, ../sass/breakpoints/_mobile-large.scss */
  .footer {
    position: relative;
    padding-top: 100px;
  }
  /* line 270, ../sass/breakpoints/_mobile-large.scss */
  .footer .footer-1 {
    margin: 15px 0 10px;
  }
  /* line 275, ../sass/breakpoints/_mobile-large.scss */
  .footer .wrapper {
    overflow: visible;
  }
  /* line 278, ../sass/breakpoints/_mobile-large.scss */
  .footer .go-to-top {
    top: -70px;
  }
  /* line 282, ../sass/breakpoints/_mobile-large.scss */
  .footer .col, .footer .copyright {
    text-align: center;
    width: 100%;
  }
  /* line 287, ../sass/breakpoints/_mobile-large.scss */
  .footer .col.social, .footer .copyright.social {
    position: absolute;
    width: 93% !important;
    padding: 0;
    top: -70px;
  }
  /* line 294, ../sass/breakpoints/_mobile-large.scss */
  .footer .col.social .indexel-icon, .footer .copyright.social .indexel-icon {
    margin: 0 10px;
  }
  /* line 301, ../sass/breakpoints/_mobile-large.scss */
  .footer .social-widget {
    margin: 0;
  }
  /* line 307, ../sass/breakpoints/_mobile-large.scss */
  .footer .widget {
    display: inline-block;
  }

  /* line 313, ../sass/breakpoints/_mobile-large.scss */
  .single-product-type .wrapper.main-wrapper,
  .single-product-type .content-area,
  .single-recette-type .wrapper.main-wrapper,
  .single-recette-type .content-area,
  .page-template-default .aside-active .wrapper.main-wrapper,
  .page-template-default .aside-active .content-area {
    display: block;
    width: 100%;
  }

  /* line 326, ../sass/breakpoints/_mobile-large.scss */
  #main-wrapper .left-content,
  #main-wrapper .right-content {
    width: 100%;
  }
  /* line 336, ../sass/breakpoints/_mobile-large.scss */
  #main-wrapper .left-content .cta-zone {
    display: none;
  }

  /* line 342, ../sass/breakpoints/_mobile-large.scss */
  #main-body #cookie-law {
    font-size: 11px;
  }

  /* line 354, ../sass/breakpoints/_mobile-large.scss */
  .post-info .share-post-wrapper .share-label {
    opacity: 0;
  }
  /* line 360, ../sass/breakpoints/_mobile-large.scss */
  .post-info .share-post-wrapper .post-share {
    right: -6px;
    opacity: 1;
  }
  /* line 365, ../sass/breakpoints/_mobile-large.scss */
  .post-info .share-post-wrapper .post-share .indexel-icon {
    opacity: 1;
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  /* line 376, ../sass/breakpoints/_mobile-large.scss */
  .post-info .share-post-wrapper .sprite {
    display: none;
  }
  /* line 385, ../sass/breakpoints/_mobile-large.scss */
  .post-info .share-post-wrapper:hover .share-label {
    opacity: 0;
    display: none;
  }
  /* line 391, ../sass/breakpoints/_mobile-large.scss */
  .post-info .share-post-wrapper:hover .post-share {
    position: absolute;
    opacity: 1;
    right: -6px;
  }

  /* line 402, ../sass/breakpoints/_mobile-large.scss */
  .tax-product-taxo .cta-only-text {
    display: none;
  }

  /* line 407, ../sass/breakpoints/_mobile-large.scss */
  .cta-boat, .cta-carrer {
    width: 100% !important;
  }

  /* line 413, ../sass/breakpoints/_mobile-large.scss */
  .cta-carrer img {
    width: 100%;
    height: auto;
  }

  /* line 420, ../sass/breakpoints/_mobile-large.scss */
  .cta-boat li .fish-img {
    display: block;
  }

  /* line 427, ../sass/breakpoints/_mobile-large.scss */
  .cta.theme-white {
    border: 0.5px solid #1a1d39;
  }

  .cta.description-off .label{

    -moz-transform: translateY(-0);
    -ms-transform: translateY(-0);
    -webkit-transform: translateY(-0); 
    transform: translateY(-0); 

  }

  /* line 433, ../sass/breakpoints/_mobile-large.scss */
  .filtre-cat a {
    padding: 0 2%;
    font-size: 12px;
  }

  /* line 458, ../sass/breakpoints/_mobile-large.scss */
  .error-404 .text {
    font-size: 20px;
    line-height: 38px;
  }

  /* line 474, ../sass/breakpoints/_mobile-large.scss */
  .single-boat-type .post-wrapper .boat-map {
    margin-top: 55px;
    margin-bottom: 50px;
  }

  /* line 479, ../sass/breakpoints/_mobile-large.scss */
  .single-boat-type .post-wrapper .boat-map .bloc {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 0;
    margin-bottom: 0px;
    overflow: hidden;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 492, ../sass/breakpoints/_mobile-large.scss */
  .single-boat-type .post-wrapper .boat-map .bg {
    margin-bottom: 40px;
  }

  /* line 497, ../sass/breakpoints/_mobile-large.scss */
  .single-boat-type .post-wrapper .quote .thumb {
    float: none;
    margin: 0 auto 50px;
  }

  /* line 501, ../sass/breakpoints/_mobile-large.scss */
  .single-boat-type .post-wrapper .boat-map .point::before, .single-boat-type .post-wrapper .boat-map .point::after {
    display: none;
  }

  /* line 504, ../sass/breakpoints/_mobile-large.scss */
  .single-boat-type .post-wrapper .boat-map .count {
    display: inline;
  }

  /* line 507, ../sass/breakpoints/_mobile-large.scss */
  .single-boat-type .post-wrapper .boat-map .bloc .picto {
    display: none;
  }

  /* line 510, ../sass/breakpoints/_mobile-large.scss */
  .single-boat-type .post-wrapper .boat-map .bloc .description {
    color: #5b91c7;
  }
}
/*********************
MOBILE
*********************/
@media only screen and (max-width: 790px) {
  /******************************************************************
  Stylesheet: Mobile Stylsheet
  ******************************************************************/
  /* line 8, ../sass/breakpoints/_mobile.scss */
  .mobile-hide {
    display: none !important;
  }

  /* line 11, ../sass/breakpoints/_mobile.scss */
  .mobile-show {
    display: block !important;
  }

  /* line 15, ../sass/breakpoints/_mobile.scss */
  .page-template-default .aside-active .content-area {
    padding: 20px;
  }

  /* line 22, ../sass/breakpoints/_mobile.scss */
  #main-wrapper,
  .search-form-wrapper .wrapper {
    width: calc(100% - 20px);
  }

  /* line 28, ../sass/breakpoints/_mobile.scss */
  .header,
  .header-page,
  .wrapper,
  .single-post .content-area,
  .modal-menu {
    width: 100%;
  }

  /* line 35, ../sass/breakpoints/_mobile.scss */
  .header {
    height: 65px;
  }

  /* line 38, ../sass/breakpoints/_mobile.scss */
  .mobile-btn-wrapper {
    top: 13px;
    right: 14px;
  }

  /* line 42, ../sass/breakpoints/_mobile.scss */
  .btn-hamburger .label-wrapper {
    display: none;
  }

  /* line 45, ../sass/breakpoints/_mobile.scss */
  .header .wrapper .logo {
    -moz-transform: scale(0.5) translate3d(-27px, -82px, 0);
    -ms-transform: scale(0.5) translate3d(-27px, -82px, 0);
    -webkit-transform: scale(0.5) translate3d(-27px, -82px, 0);
    transform: scale(0.5) translate3d(-27px, -82px, 0);
  }

  /* line 52, ../sass/breakpoints/_mobile.scss */
  .header-page, .hero {
    height: calc(100vh - 65px);
  }
  /* line 58, ../sass/breakpoints/_mobile.scss */
  .header-page figure, .hero figure {
    height: calc(100vh - 65px);
  }

  /* line 65, ../sass/breakpoints/_mobile.scss */
  .single-post .content-area {
    padding: 0 20px;
  }

  /* line 69, ../sass/breakpoints/_mobile.scss */
  .grid .cta, .post-item, .right-content .cta {
    width: 50%;
    height: auto;
  }
  /* line 76, ../sass/breakpoints/_mobile.scss */
  .grid .cta .bg img, .post-item .bg img, .right-content .cta .bg img {
    width: 100%;
    height: auto;
  }

  /* line 86, ../sass/breakpoints/_mobile.scss */
  .header .top-menu, .header #lang_sel, .header .search-contact {
    display: none;
  }

  /* line 96, ../sass/breakpoints/_mobile.scss */
  .page-template-template-product-type .header-page .main-title br {
    display: none;
  }

  /* line 114, ../sass/breakpoints/_mobile.scss */
  .header-page .description, .hero .description {
    display: none;
  }

  /* line 123, ../sass/breakpoints/_mobile.scss */
  .widget-area {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  /* line 133, ../sass/breakpoints/_mobile.scss */
  .widget-area .widget {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* line 147, ../sass/breakpoints/_mobile.scss */
  .col-row .col-half {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }

  /* line 153, ../sass/breakpoints/_mobile.scss */
  .single-product-type .wrapper.main-wrapper, .single-product-type .content-area, .single-recette-type .wrapper.main-wrapper, .single-recette-type .content-area {
    display: block;
  }

  /* line 158, ../sass/breakpoints/_mobile.scss */
  .tax-pack-taxo .pack-item {
    flex-direction: column;
  }
  /* line 162, ../sass/breakpoints/_mobile.scss */
  .tax-pack-taxo .pack-item .cta, .tax-pack-taxo .pack-item .pack-post {
    width: 100%;
    height: auto;
  }

  /* line 168, ../sass/breakpoints/_mobile.scss */
  .single-product-type .content-area, .single-pack-type .content-area {
    width: 100%;
  }

  /* line 171, ../sass/breakpoints/_mobile.scss */
  .single-product-type .right-content .cta {
    float: left;
  }

  /* line 175, ../sass/breakpoints/_mobile.scss */
  .hero .content .sub-title {
    font-size: 16px;
    line-height: 27px;
  }

  /* line 184, ../sass/breakpoints/_mobile.scss */
  .footer .col {
    width: 100% !important;
  }

  /* line 190, ../sass/breakpoints/_mobile.scss */
  #main-body #cookie-law .content {
    width: calc(100% - 58px);
  }

  /* line 193, ../sass/breakpoints/_mobile.scss */
  #main-body #cookie-law .btn {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
  }

  /* line 203, ../sass/breakpoints/_mobile.scss */
  body.modal-menu-on {
    overflow: visible;
  }

  /* line 207, ../sass/breakpoints/_mobile.scss */
  .modal-menu {
    top: 65px;
    padding-top: 40px;
  }
  /* line 212, ../sass/breakpoints/_mobile.scss */
  .modal-menu .main-nav {
    display: none;
  }
  /* line 216, ../sass/breakpoints/_mobile.scss */
  .modal-menu .mobile-menu-wrapper {
    font-size: 20px;
    margin: 0 20px;
    display: block;
  }
  /* line 222, ../sass/breakpoints/_mobile.scss */
  .modal-menu .mobile-menu-wrapper li {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
  }
  /* line 228, ../sass/breakpoints/_mobile.scss */
  .modal-menu .mobile-menu-wrapper li a {
    display: inline-block;
    width: calc(100% - 50px);
    color: #fff;
  }
  /* line 237, ../sass/breakpoints/_mobile.scss */
  .modal-menu .mobile-menu-wrapper .point-wrapper {
    position: absolute;
    top: calc(50% - 25px);
    right: -10px;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
    display: block;
  }
  /* line 250, ../sass/breakpoints/_mobile.scss */
  .modal-menu .mobile-menu-wrapper .main-mobile-menu {
    width: 100%;
    position: relative;
    z-index: 10000;
  }
  /* line 258, ../sass/breakpoints/_mobile.scss */
  .modal-menu .mobile-menu-wrapper .my-sub-menu {
    position: absolute;
    top: 40px;
    width: 100%;
  }
  /* line 268, ../sass/breakpoints/_mobile.scss */
  .modal-menu .mobile-menu-wrapper .my-sub-menu.active {
    z-index: 100000000;
  }
  /* line 274, ../sass/breakpoints/_mobile.scss */
  .modal-menu .back-btn {
    position: absolute;
    padding: 10px;
    left: -10px;
    top: -55px;
    opacity: 0;
    color: #fff;
    cursor: pointer;
    -webkit-animation: menu_fadeIn 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: menu_fadeIn 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  }

  /* line 288, ../sass/breakpoints/_mobile.scss */
  .single-boat-type .post-wrapper .boat-map .point {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .header .lang_sel{

    top: 10px;
    right: 120px;

  }

  .header .lang_sel li .current_lang{

    font-size: 15px;

  }

  @-ms-keyframes menu_fadeIn {
    to {
      opacity: 1;
    }
  }
  @-moz-keyframes menu_fadeIn {
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes menu_fadeIn {
    to {
      opacity: 1;
    }
  }
  @keyframes menu_fadeIn {
    to {
      opacity: 1;
    }
  }
  /* line 308, ../sass/breakpoints/_mobile.scss */
  .animate-parent-outToLeft .my-menu-item {
    -ms-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    -moz-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  }

  @-ms-keyframes parent-outToLeft {
    from {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @-moz-keyframes parent-outToLeft {
    from {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -moz-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @-webkit-keyframes parent-outToLeft {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes parent-outToLeft {
    from {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  /* line 341, ../sass/breakpoints/_mobile.scss */
  .animate-parent-outToRight .my-menu-item {
    -ms-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    -moz-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  }

  @-ms-keyframes parent-outToRight {
    from {
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      opacity: 0;
    }
    to {
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes parent-outToRight {
    from {
      -moz-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      opacity: 0;
    }
    to {
      -moz-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
    }
  }
  @-webkit-keyframes parent-outToRight {
    from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      opacity: 0;
    }
    to {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
    }
  }
  @keyframes parent-outToRight {
    from {
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      opacity: 0;
    }
    to {
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
    }
  }
  /* line 372, ../sass/breakpoints/_mobile.scss */
  .animate-children-inToRight .my-menu-item {
    -ms-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    -moz-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  }

  @-ms-keyframes children-inToRight {
    from {
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      opacity: 0;
      display: none;
    }
    to {
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      display: block;
    }
  }
  @-moz-keyframes children-inToRight {
    from {
      -moz-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      opacity: 0;
      display: none;
    }
    to {
      -moz-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      display: block;
    }
  }
  @-webkit-keyframes children-inToRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      opacity: 0;
      display: none;
    }
    to {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      display: block;
    }
  }
  @keyframes children-inToRight {
    from {
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      opacity: 0;
      display: none;
    }
    to {
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      display: block;
    }
  }
  /* line 411, ../sass/breakpoints/_mobile.scss */
  .animate-children-outToLeft .my-menu-item {
    -ms-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    -moz-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  }

  @-ms-keyframes children-outToLeft {
    from {
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      display: block;
    }
    to {
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      opacity: 0;
      display: none;
    }
  }
  @-moz-keyframes children-outToLeft {
    from {
      -moz-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      display: block;
    }
    to {
      -moz-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      opacity: 0;
      display: none;
    }
  }
  @-webkit-keyframes children-outToLeft {
    from {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      display: block;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      opacity: 0;
      display: none;
    }
  }
  @keyframes children-outToLeft {
    from {
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      display: block;
    }
    to {
      -moz-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      opacity: 0;
      display: none;
    }
  }

  .header-page .main-title, .header-page-404 .main-title, .hero .main-title{

    padding: 0 50px 0 50px;

  }

  .cta-image .content .label::before, .cta-image .content .label::after{

    left: 0;
    right: 0;

  }

  .cta.cta-product .content .description{

    display: none;

  }

  .single-recette-type .cta .content .title{

    max-width: 70%;

  }

  .flexible-cta{

    clear: none;

  }
}
/*********************
adjust MOBILE
*********************/
@media only screen and (min-width: 640px) and (max-width: 760px) {
  /* line 2, ../sass/breakpoints/_mobile-adjust.scss */
  .cta .content {
    font-size: 13px;
  }
  /* line 6, ../sass/breakpoints/_mobile-adjust.scss */
  .cta .content .title {
    margin-bottom: 7px;
    font-size: 3vw;
  }
  /* line 11, ../sass/breakpoints/_mobile-adjust.scss */
  .cta .content .description {
    margin-bottom: 20px;
  }
  /* line 15, ../sass/breakpoints/_mobile-adjust.scss */
  .cta .content .label {
    font-size: 14px;
  }
  /* line 19, ../sass/breakpoints/_mobile-adjust.scss */
  .cta .content .category {
    font-size: 14px;
  }
}
/*********************
MOBILE
*********************/
@media only screen and (max-width: 670px) {

  html .formcraft-css {
    background: none; padding: 0;
  }
  html .formcraft-css .fc-form .form-element, html .formcraft-css .fc-form .form-element-type-fileupload, html .formcraft-css .fc-form .form-element-type-textarea, html .formcraft-css .fc-form .form-element-type-submit {
    width: 100% !important;
  }

  /* line 4, ../sass/breakpoints/_mobile-small.scss */
  .wrapper, #main-wrapper, .modal-menu, .header-page .description, .hero .description {
    width: 100%;
  }

  /* line 12, ../sass/breakpoints/_mobile-small.scss */
  .header-page .content, .hero .content {
    padding-left: 45px;
    padding-right: 45px;
  }

  /* line 16, ../sass/breakpoints/_mobile-small.scss */
  .grid .cta, .post-item, .right-content .cta {
    width: 50%;
    height: auto;
  }
  /* line 23, ../sass/breakpoints/_mobile-small.scss */
  .grid .cta .bg img, .post-item .bg img, .right-content .cta .bg img {
    width: 100%;
    height: auto;
  }

  /* line 32, ../sass/breakpoints/_mobile-small.scss */
  .post-title {
    font-size: 24px;
    line-height: 40px;
  }

  /* line 37, ../sass/breakpoints/_mobile-small.scss */
  .header-page .content, .hero .content {
    padding: 0 20px;
  }

  /* line 44, ../sass/breakpoints/_mobile-small.scss */
  .post-info {
    text-align: center;
  }
  /* line 47, ../sass/breakpoints/_mobile-small.scss */
  .post-info .date {
    display: block;
  }

  /* line 52, ../sass/breakpoints/_mobile-small.scss */
  .post-info .share-post-wrapper {
    width: 100%;
  }
  /* line 54, ../sass/breakpoints/_mobile-small.scss */
  .post-info .share-post-wrapper .post-share {
    position: inherit;
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  /* line 62, ../sass/breakpoints/_mobile-small.scss */
  .post-info .share-post-wrapper .share-label {
    opacity: 0;
    display: none;
  }
  /* line 69, ../sass/breakpoints/_mobile-small.scss */
  .post-info .share-post-wrapper:hover .post-share {
    position: inherit;
    width: 100%;
    text-align: center;
  }

  /* line 77, ../sass/breakpoints/_mobile-small.scss */
  .single-country-type .post-main {
    padding: 40px 20px 0;
  }

  /* line 82, ../sass/breakpoints/_mobile-small.scss */
  .page-template-template-find-us .content-area {
    height: auto;
  }

  /* line 85, ../sass/breakpoints/_mobile-small.scss */
  .page-template-template-find-us .main-title {
    position: relative;
    top: 0;
    background: #5b91c7;
    margin-bottom: 0;
    line-height: 57px;
    padding: 20px 0;
  }

  /* line 93, ../sass/breakpoints/_mobile-small.scss */
  .page-template-template-find-us .content-wrapper {
    position: relative;
    height: 300px;
    width: 100%;
    right: 0 !important;
    left: 0 !important;
  }
  /* line 101, ../sass/breakpoints/_mobile-small.scss */
  .page-template-template-find-us .content-wrapper .content {
    margin-top: 30px;
  }

  /* line 112, ../sass/breakpoints/_mobile-small.scss */
  .page-template-template-product-type .header-page .latin-name {
    display: none;
  }
  /* line 116, ../sass/breakpoints/_mobile-small.scss */
  .page-template-template-product-type .header-page .description {
    font-size: 16px;
    margin-bottom: 17px;
  }

  /* line 123, ../sass/breakpoints/_mobile-small.scss */
  .cta-carrer {
    background: #7d7d7d;
  }

  /* line 126, ../sass/breakpoints/_mobile-small.scss */
  .cta-carrer .carrer-img {
    display: none;
  }

  /* line 129, ../sass/breakpoints/_mobile-small.scss */
  .cta-carrer .content {
    width: 100%;
    text-align: center;
  }

  /* line 144, ../sass/breakpoints/_mobile-small.scss */
  .error-404 .page-title {
    font-size: 30px;
  }
  /* line 148, ../sass/breakpoints/_mobile-small.scss */
  .error-404 .page-title span {
    font-size: 73px;
    display: block;
    letter-spacing: 0.22em;
    margin: -4px 0 37px 10px;
  }
  /* line 159, ../sass/breakpoints/_mobile-small.scss */
  .error-404 .text {
    font-size: 16px;
    line-height: 25px;
  }
  /* line 166, ../sass/breakpoints/_mobile-small.scss */
  .error-404 .label {
    font-size: 13px;
  }

  /* line 177, ../sass/breakpoints/_mobile-small.scss */
  .single-boat-type .post-wrapper {
    padding: 40px 20px 20px;
  }
}
/*********************
MOBILE
*********************/
@media only screen and (max-width: 640px) {
  /* line 7, ../sass/breakpoints/_mobile-x-small.scss */
  .wrapper, #main-wrapper, .modal-menu {
    width: 100%;
  }

  /* line 24, ../sass/breakpoints/_mobile-x-small.scss */
  .tax-pack-taxo .pack-item .pack-post,
  .post-item,
  .single-product-type .content-area,
  .single-pack-type .content-area {
    padding: 20px;
  }

  /* line 33, ../sass/breakpoints/_mobile-x-small.scss */
  .grid .cta, .post-item, .right-content .cta {
    border-bottom: 1px solid #fff;
  }

  /* line 40, ../sass/breakpoints/_mobile-x-small.scss */
  .flexible-map {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 44, ../sass/breakpoints/_mobile-x-small.scss */
  .post-text img {
    height: auto;
  }

  /* line 48, ../sass/breakpoints/_mobile-x-small.scss */
  .cta.hide-rwd, .hide-rwd {
    display: block !important;
  }

  /* line 52, ../sass/breakpoints/_mobile-x-small.scss */
  .btn-hamburger .label-wrapper {
    display: none;
  }

  /* line 59, ../sass/breakpoints/_mobile-x-small.scss */
  .grid .cta, .post-item, .right-content .cta {
    width: 100%;
    height: auto;
  }
  /* line 66, ../sass/breakpoints/_mobile-x-small.scss */
  .grid .cta .bg img, .post-item .bg img, .right-content .cta .bg img {
    width: 100%;
    height: auto !important;
  }

  /* line 75, ../sass/breakpoints/_mobile-x-small.scss */
  .filtre-cat a {
    display: block;
  }

  /* line 79, ../sass/breakpoints/_mobile-x-small.scss */
  .single-recette-type .right-content .post-content .list-item .item {
    display: block;
  }

  /* line 84, ../sass/breakpoints/_mobile-x-small.scss */
  .single-recette-type .right-content,
  .single-recette-type .left-content .ingredients {
    padding: 20px;
  }

  /* line 88, ../sass/breakpoints/_mobile-x-small.scss */
  .single-recette-type .right-content .post-content .list-item .item .bg,
  .single-recette-type .right-content .post-content .list-item .item .content {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }

  /* line 95, ../sass/breakpoints/_mobile-x-small.scss */
  .single-recette-type .right-content .post-content .list-item .item .bg img {
    margin: 0 auto;
  }

  /* line 112, ../sass/breakpoints/_mobile-x-small.scss */
  .cta-boat li {
    line-height: 63px;
  }
  /* line 115, ../sass/breakpoints/_mobile-x-small.scss */
  .cta-boat li .boat-img, .cta-boat li .fish-img {
    display: none;
  }
  /* line 119, ../sass/breakpoints/_mobile-x-small.scss */
  .cta-boat li .name {
    margin-left: 0;
  }

  /* line 125, ../sass/breakpoints/_mobile-x-small.scss */
  .tax-product-taxo .cta-recette {
    display: none;
  }

  /* line 130, ../sass/breakpoints/_mobile-x-small.scss */
  .single-country-type .post-aside {
    text-align: center;
  }
  /* line 134, ../sass/breakpoints/_mobile-x-small.scss */
  .single-country-type .post-aside .picto {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 138, ../sass/breakpoints/_mobile-x-small.scss */
  .single-country-type .post-aside .picto img {
    margin: auto;
  }
  /* line 143, ../sass/breakpoints/_mobile-x-small.scss */
  .single-country-type .post-aside .text {
    width: 100%;
    margin-bottom: 40px;
  }

  /* line 148, ../sass/breakpoints/_mobile-x-small.scss */
  .single-country-type .post-wrapper .post-aside, .single-country-type .post-wrapper .post-main {
    text-align: center;
  }
  /* line 151, ../sass/breakpoints/_mobile-x-small.scss */
  .single-country-type .post-wrapper .post-aside li, .single-country-type .post-wrapper .post-main li {
    text-align: left;
  }

  /* line 155, ../sass/breakpoints/_mobile-x-small.scss */
  .page-template-template-find-us .main-title {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 161, ../sass/breakpoints/_mobile-x-small.scss */
  .page-template-template-find-us .main-title br {
    display: none;
  }

  /* line 168, ../sass/breakpoints/_mobile-x-small.scss */
  #main-body #cookie-law {
    padding: 10px;
  }

  /* line 171, ../sass/breakpoints/_mobile-x-small.scss */
  #main-body #cookie-law .content {
    width: 100%;
  }

  /* line 174, ../sass/breakpoints/_mobile-x-small.scss */
  #main-body #cookie-law .btn {
    position: absolute;
    top: -15px;
    right: -31px;
    bottom: 0;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .header-page .main-title, .header-page-404 .main-title, .hero .main-title{

    padding: 0 20px 0 20px;

  }
}
@media only screen and (max-width: 500px) {
  /* line 4, ../sass/breakpoints/_400.scss */
  .header-page .main-title, .hero .main-title {
    font-size: 22px;
  }
  /* line 8, ../sass/breakpoints/_400.scss */
  .header-page .main-title br, .hero .main-title br {
    display: none;
  }
  /* line 13, ../sass/breakpoints/_400.scss */
  .header-page .description, .hero .description {
    display: none;
  }
  /* line 17, ../sass/breakpoints/_400.scss */
  .header-page .label, .hero .label {
    font-size: 12px;
  }
  /* line 25, ../sass/breakpoints/_400.scss */
  .page-template-template-product-type .header-page .main-title, .page-template-template-product-type .hero .main-title {
    font-size: 16px;
    line-height: 22px;
  }

  /* line 34, ../sass/breakpoints/_400.scss */
  .flex {
    display: block;
  }

  /* line 43, ../sass/breakpoints/_400.scss */
  .cta .content .title {
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  /* line 48, ../sass/breakpoints/_400.scss */
  .cta .content .description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
  }

  .cta.cta-product .content .description{

    display: none;

  }

  /* line 56, ../sass/breakpoints/_400.scss */
  .cta-boat, .cta-carrer .content {
    padding: 25px;
  }

  /* line 59, ../sass/breakpoints/_400.scss */
  .cta-boat li .number {
    display: none;
  }

  /* line 62, ../sass/breakpoints/_400.scss */
  .cta-boat li .name {
    width: 90%;
  }

  /* line 67, ../sass/breakpoints/_400.scss */
  .cta-carrer .content .label {
    margin-bottom: 20px;
  }

  /* line 72, ../sass/breakpoints/_400.scss */
  .flexible-partner {
    display: none;
  }

  /* line 78, ../sass/breakpoints/_400.scss */
  .flexible-picto-produit .content .item {
    width: calc(94% / 2);
  }

  /* line 83, ../sass/breakpoints/_400.scss */
  .logo-loading {
    display: none;
  }

  /* line 88, ../sass/breakpoints/_400.scss */
  .single-boat-type .post-wrapper .boat-map .point {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  .header-page .main-title, .header-page-404 .main-title, .hero .main-title{

    padding: 0 20px 0 20px;

  }
  .cta-image .content .label::before, .cta-image .content .label::after{

    left: 0;
    right: 0;

  }
}

@media only screen and (max-height: 750px) {

  .header-page .sprite-wrapper, .header-page-404 .sprite-wrapper, .hero .sprite-wrapper{

    display: none;

  }

  .page-template-template-home .header-page .sprite-wrapper{

    display: block;

  }

}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet
  ******************************************************************/
  /* line 5, ../sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 13, ../sass/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 18, ../sass/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 23, ../sass/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 28, ../sass/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, ../sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 39, ../sass/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 43, ../sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 47, ../sass/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 55, ../sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 60, ../sass/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 66, ../sass/partials/_print.scss */
  .header-wrapper,
  #footer,
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* line 183, ../sass/style.scss */
.animate-parent-outToLeft .my-menu-item {
  -ms-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: parent-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 189, ../sass/style.scss */
.animate-parent-outToRight .my-menu-item {
  -ms-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: parent-outToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 194, ../sass/style.scss */
.animate-children-inToRight .my-menu-item {
  -ms-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: children-inToRight 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 199, ../sass/style.scss */
.animate-children-outToLeft .my-menu-item {
  -ms-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: children-outToLeft 0.5s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-ms-keyframes menu_fadeIn {
  to {
    opacity: 1;
  }
}
@-moz-keyframes menu_fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes menu_fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes menu_fadeIn {
  to {
    opacity: 1;
  }
}
@-ms-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes parent-outToLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes parent-outToLeft {
  from {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes parent-outToRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@keyframes parent-outToRight {
  from {
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
@-ms-keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
}
@-moz-keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes children-inToRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
}
@keyframes children-inToRight {
  from {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
  to {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
}
@-ms-keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@-moz-keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes children-outToLeft {
  from {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
}
@keyframes children-outToLeft {
  from {
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    opacity: 1;
    display: block;
  }
  to {
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeIn-reverse {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@-webkit-keyframes fadeIn-reverse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@keyframes fadeIn-reverse {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
}
@keyframes slideUp {
  0% {
    -moz-transform: translate3D(0, -100%, 0);
    -ms-transform: translate3D(0, -100%, 0);
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3D(0, 0%, 0);
    -ms-transform: translate3D(0, 0%, 0);
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
}
@-moz-keyframes slideUp-reverse {
  0% {
    -moz-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
  100% {
    -moz-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
}
@-webkit-keyframes slideUp-reverse {
  0% {
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
  100% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
}
@keyframes slideUp-reverse {
  0% {
    -moz-transform: translate3D(0, 0%, 0);
    -ms-transform: translate3D(0, 0%, 0);
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
  }
  100% {
    -moz-transform: translate3D(0, -100%, 0);
    -ms-transform: translate3D(0, -100%, 0);
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0);
  }
}
@-moz-keyframes slideRight {
  0% {
    -moz-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slideRight-reverse {
  0% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes slideRight-reverse {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes slideRight-reverse {
  0% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    -moz-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slideLeft-reverse {
  0% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes slideLeft-reverse {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@keyframes slideLeft-reverse {
  0% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes loadingLeft {
  0% {
    -moz-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  20% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes loadingLeft {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes loadingLeft {
  0% {
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
  20% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes loadingRight {
  0% {
    -moz-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  20% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes loadingRight {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}
@keyframes loadingRight {
  0% {
    -moz-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    opacity: 0;
  }
  20% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  80% {
    -moz-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3D(-100%, 0, 0);
    -ms-transform: translate3D(-100%, 0, 0);
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0);
    opacity: 0;
  }
}

/**************
*Order form
*************/

/* Nicky Laatz  - South Route Standup */
@font-face {
  font-family: 'South-Route-Standup';
  src: url('../fonts/South-Route-Standup.woff2') format('woff2'),
  url('../fonts/South-Route-Standup.woff') format('woff'),
  url('../fonts/South-Route-Standup.svg#South-Route-Standup') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* S-Core - Core Circus */
@font-face {
  font-family: 'Core-Circus';
  src: url('../fonts/Core-Circus.woff2') format('woff2'),
  url('../fonts/Core-Circus.woff') format('woff'),
  url('../fonts/Core-Circus.svg#Core-Circus') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Typoforge Studio - CervoNeue-RegularNeue */
@font-face {
  font-family: 'CervoNeue-RegularNeue';
  src: url('../fonts/CervoNeue-RegularNeue.woff2') format('woff2'),
  url('../fonts/CervoNeue-RegularNeue.woff') format('woff'),
  url('../fonts/CervoNeue-RegularNeue.svg#CervoNeue-RegularNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Texta */
@font-face {
  font-family: 'TextaAlt-Italic';
  src: url('../fonts/TextaAlt-Italic.woff2') format('woff2'),
  url('../fonts/TextaAlt-Italic.woff') format('woff'),
  url('../fonts/TextaAlt-Italic.svg#TextaAlt-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Texta-Bold';
  src: url('../fonts/Texta-Bold.woff2') format('woff2'),
  url('../fonts/Texta-Bold.woff') format('woff'),
  url('../fonts/Texta-Bold.svg#Texta-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Texta-Light';
  src: url('../fonts/Texta-Light.woff2') format('woff2'),
  url('../fonts/Texta-Light.woff') format('woff'),
  url('../fonts/Texta-Light.svg#Texta-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Texta-Regular';
  src: url('../fonts/Texta-Regular.woff2') format('woff2'),
  url('../fonts/Texta-Regular.woff') format('woff'),
  url('../fonts/Texta-Regular.svg#Texta-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*end*/

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

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-reinitialiser:before {
  content: "\e900";
}

.introBlk {
  display: inline-block;
  width: 100%;
}
.introBlk .contBlk {
  font-size: 1.313em;
  float: left;
  width: calc(100% - 400px);
  line-height: normal;
}
.introBlk .contBlk h2 {
  line-height: normal;
  font-size: 1.238em;
}
.introBlk .imgBlk {
  float: right;
  width: 300px;
  max-width: 275px;
}
.introBlk .imgBlk img{
  width: 100%;
  height: auto;
}
.contInfoBlk {
  display: inline-block;
  width: 100%;
}
.contInfoBlk h3 {
  color: #29b1d9;
  font-size: 1.313em;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  display: inline-block;
  width: 100%;
  margin: 30px 0 20px;
}
.contInfoBlk ul {
  padding: 0 0 0 10px;
  margin: 8px 0 15px;
}
.btnBlk {
  display: inline-block;
  width: 100%;
  padding: 60px 0;
}
.btnBlk > div{
  float: left;
  width: 50%;
  background-color: #bf506e;
  text-align: center;
  padding: 65px;
}
.btnBlk > div + div {
  background-color: #8baed1;
}
.btnBlk > div h4 {
  color: #FFFFFF;
  line-height: normal;
    font-size: 1.375em;
}
.btnBlk > div .link {
  color: #FFFFFF;
  line-height: normal;
  display: inline-block;
  padding: 12px 0;
  margin-top: 25px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.order-form-head{
  display: inline-block;
  width: 100%;
  padding: 0 30px;
}
.order-form {
  display: inline-block;
  width: 100%;
  padding: 0 30px;
}
.order-form-head .arrow{
  width: 14px;
  height: 14px;
  margin-left: 50px;
  border: solid #29b1d9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.order-form-head.active .arrow{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 7px;
}

.order-form-head img{
  display: inline-block;
  width: 100%;
  height: auto;
}

.order .main-wrapper{
  padding: 65px;
  background: #fefefe;
}

.order-form-head > div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.order-form-head > div .wrapper {
  max-width: 1180px;
  padding: 1.1em 15px;
  border-bottom: 2px solid #ccc;
  width: 100%;
}
.order-form-head > div.stickyElem {
  position: fixed;
  top: 71px;
  left: 0;
  z-index: 1;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12);
}
.order-form-head > div.stickyElem .wrapper {
  border: none;
  background-color: #fefefe;
}

.order .show-list-product {
  font-family: 'Core-Circus', Arial, sans-serif;
  color: #626262;
  font-size: .8em;
  cursor: pointer;
  float: left;
  padding: 0 0 0 35px;
  position: relative;
  letter-spacing: -0.085em;
}
.order .show-list-product:hover {
  color: #29b1d9;
}

.order .show-list-product i {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
#resetOrder {
  float: right;
  border: none;
  outline: none !important;
  background: none;
  font-family: 'Core-Circus', Arial, sans-serif;
  color: #626262;
  font-size: .8em;
  cursor: pointer;
  padding: 0 35px 0 0;
  position: relative;
  letter-spacing: -0.085em;
}
#resetOrder:hover {
  color: #29b1d9;
}
#resetOrder i {
  position: absolute;
  right: 0;
  top: -2px;
  color: #29b1d9;
  font-size: 1.85em;
}

.blk-collapsible-header .arrow {
  width: 20px;
  height: 20px;
  border: solid #29b1d9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
}

.blk-collapsible-header.open .arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 12px;
}

.order-form-head .arrow {
  width: 15px;
  height: 15px;
  margin-top: 0;
}


/*category*/
.order-form .category {
  position: relative;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #ccc;
}

.order-form .category.activeBlk {
  border-color: #1e2c73;
}

.order-form .category .line {
  height: 2px;
  width: 100%;
  background: #ccc;
  transition: all .3 ease;
}

.blk-collapsible-body .line.open{
  height: 4px;
  background: #1e2c73;
}

.order-form .category-content {
padding-left: 4em;
padding-right: 4em;
}

.order-form .category-title {
  font-family: 'CervoNeue-RegularNeue', Arial, sans-serif;
  color: #1e2c73;
  font-size: 1.85em;
  letter-spacing: inherit;
  line-height: 1.2em; 
  margin-left: 25px;
  margin-bottom: 0;
}

.order-form .category-title span {
  font-family: 'South-Route-Standup', Arial, sans-serif;
  color: #29b1d9;
  text-transform: none;
  font-size: .8em;
}

.order-form .origin {
  font-family: 'Core-Circus', Arial, sans-serif;
  color: #656565;
  text-transform: none;
  font-size: 0.9em;
  align-items: center;
  display: flex;
  margin-right: 15px;
}

.order-form .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f25c57;
}

.order-form .product-category.open {
  padding-bottom: 50px;
}

.category-description {
  color: #888;
  font-size: 1em;
}



/*products*/

.products .item-head {
  margin-top: 5em;
  padding-bottom: .3em;
  border-bottom: 2px solid #ccc;
  font-family: 'Core-Circus', Arial, sans-serif;
  color: #6b6b6b;
  font-size: .7em;
}

.products .item-head .product-unit-price span{
  padding-right: 4em;
}

.products .item{
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
}

.products .item:last-child {
  border: none;
  padding-bottom: 0;
}

.products .product-image{
  position: relative;
}

.products .out-of-stock {
  background: #e42222;
  border: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: calc(100% + 10px);
  font-size: .6rem;
  text-transform: uppercase;
  font-weight: 600;
}

.products .product-name {
  font-family: 'Texta-Bold', Arial, sans-serif;
  color: #656565;
  text-transform: none;
  font-size: 1.3em;
  letter-spacing: inherit;
}

.products .item-package {
  font-family: 'Texta-bold', Arial, sans-serif;
  color: #656565;
  text-transform: none;
  font-size: 1em;
  letter-spacing: inherit;
}

.products .item-package:before {
  content: '';
  display: inline-block;
  width: 51px;
  height: 38px;
  background-repeat: no-repeat;
}

.products .item-package.Packet:before{
  background-image: url('../images/packet.jpg');
  background-size: 80%;
  width: 33px;
}

.products .item-package.Weight:before{
  background-image: url('../images/weight.jpg');
  background-size: 80%;
  width: 51px;
}

.products .item-package.Box:before{
  background-image: url('../images/box.png');
  background-size: 80%;
  width: 51px;
}

.products .item-infos {
  margin-left: 30px;
}

.products .price, .products .total-price {
  display: flex;
  flex-direction: column;
  color: #656565;
  text-transform: none;
  font-size: .85em;
  letter-spacing: inherit;
  line-height: 1.1em;
  font-weight: bold;
}
.products .total-price.sumOf {
  color: #29b1d9;
}

.products .product-unit-price .price {
  padding-right: 2em;
}

.products .price .unit {
  font-family: 'TextaAlt-Italic', Arial, sans-serif;
  color: #656565;
  text-transform: none;
  font-size: 1em;
  letter-spacing: inherit;
  font-weight: normal;
  text-align: left;
}

.product-total-price {
  justify-content: flex-end;
  display: flex;
}

.item .product-unit-price {
  justify-content: center;
}

.product-unit-price {
  justify-content: flex-end;
  display: flex;
  text-align: right;
}

.product-qty {
  justify-content: center;
  display: flex;
}

.item-number {
  display: flex;
  flex-wrap: wrap;
}

.item-number .btn {

  padding: 5px 10px;
  line-height: inherit;
  background: none;
  color: #29b1d9;
  font-size: 2.3em;
  font-family: 'Texta-Light', Arial, sans-serif;
  border: 0;
  outline: none;
}

.item-number .btn.dec {
  position: relative;
  top: -3px;
}

.item-number input {
  max-width: 60px;
  margin-bottom: 0;
  height: 35px;
  padding: 5px;
  background: #fff !important;
  border: 2px solid #ccc;
  color: #656565;
  text-align: center;
  font-weight: bold;
  font-size: .8em;
}

.disable-color *{
  color: #ccc !important;
}

.blk-collapsible-body{
  display: none;
}

.blk-collapsible-body{
  display: none;
}

.resume-cart.stickyElem {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

.resume-cart.stickyElem .wrapper {
  width: 100%;
  max-width: 1280px;
  background: #fefefe;
  padding: 18px 65px 15px 65px;
  -webkit-box-shadow: 0 1px 4px 4px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 1px 4px 4px rgba(0,0,0,0.12);
  box-shadow: 0 1px 4px 4px rgba(0,0,0,0.12);
}

.resume-item {
  padding-bottom: .3em;
  padding-top: .3em;
  border-bottom: 1px solid #ccc;
  display: flex;
}

.resume-cart .prd-name {
  flex: 6;
}

.resume-cart .prd-price, .resume-cart .prd-qty, .resume-cart .prd-total {
  flex: 3;
}

.resume-cart .cat-name {
  font-family: 'CervoNeue-RegularNeue', Arial, sans-serif;
  color: #1e2c73;
  font-size: 1.9em;
  letter-spacing: inherit;
  line-height: 1.2em;
  margin-bottom: .6em;
  margin-top: .6em;
}

.resume-cart h2 {
  margin: 0 0 10px;
  background: none;
  font-family: 'Core-Circus', Arial, sans-serif;
  color: #626262;
  font-size: .8em;
  letter-spacing: -0.085em;
}

.resume-cart-content {
  display: none;
  float: left;
  max-height: 75vh;
  width: 100%;
  overflow-y: auto;
}

.instructions h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}

.viewDetails {
  display: none;
  width: 100%;
  float: left;
  margin: -30px 0 0 0;
}
.viewDetails span {
  float: right;
  background: none;
  font-family: 'Core-Circus', Arial, sans-serif;
  color: #626262;
  font-size: .9em;
  cursor: pointer;
  padding: 0 35px 0 0;
  position: relative;
  letter-spacing: -0.085em;
}

.viewDetails em {
  font-style: normal;
}
.viewDetails em + em {
  display: none;
}
.viewDetails.showElem em:first-child{
  display: none;
}
.viewDetails.showElem em + em{
  display: inline-block;
}

.viewDetails .arrow {
  width: 14px;
  height: 14px;
  border: solid #29b1d9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: absolute;
  right: 0;
  top: 8px;
}
.viewDetails.showElem .arrow {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}

.instructions h2 {
  text-align: center;
  margin-bottom: 3em;
}

.instructions {
  margin-top: 2em;
}

.total-amount {
  display: flex;
  font-size: 1.1em;
  color: #656565;
}

.total-amount span{
  color: #29b1d9;
  display: inline-block;
  padding-left: 5px;
  font-weight: bold;
}

/*contact form*/
.contact-form{
  background: #fefefe;
  margin-top: 4em;
}

.flex-1{
  flex: 1;
}

.flex-2{
  flex: 2;
}

.flex-3{
  flex: 3;
}

.flex-6{
  flex: 6;
}

.flex-8{
  flex: 8;
    padding: 0 0 0 15px;
}

.flex-grid{
  display: flex;
  flex-direction: column;
}

.align-center{
  align-items: center;
}

.flex-left{
  margin-left: auto;
  padding-right: 105px;
  position: relative;
}

.justify-center{
  justify-content: center;
}

.flex-row{
  flex-direction: row !important;
}

/* Order Form */
.resume-cart h2 {
  border-top: none;
  margin-bottom: 5px;
}
.page-template-template-order-form-php .formcraft-css .fc-form .form-element.error-field .error {
  text-align: left;
}
.products .item-head .product-selection, .products .item .product-selection {
  visibility: hidden;
  display: none;
}
.scientific-name {
    font-family: 'South-Route-Standup', Arial, sans-serif;
    color: #29b1d9;
    text-transform: none;
    font-size: 1.85em;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.resume-cart .prd-name strong {
  padding-right: 2px;
}

.item-number {
  position: relative;
}
.item-number:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,0.65);
}

.checkedItem .item-number:after{
  display: none;
}

/*********************
MOBILE
*********************/
@media only screen and (max-width: 670px) {
  .order .main-wrapper {
    padding: 25px;
  }
  .order-form {
    padding: 0;
  }
  .order-form .category-content, .order-form .category, .order-form-head {
    padding-left: 0;
    padding-right: 0;
  }
  .order-form .category {
    padding-bottom: 0;
  }
  .order-form .category.activeBlk {
    padding-bottom: 20px;
  }
  .order .show-list-product {
    position: relative;
    padding-right: 30px;
  }
  .order-form-head .arrow {
    position: absolute;
    right: 5px;
  }
  .order-form-head.active .arrow {
    top: 6px;
  }
  .order-form .product-category {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
  }
  .order-form .product-category.open {
    padding-bottom: 0;
  }
  .order-form .product-category img{
    float: left;
    padding: 0 0 25px 0;
    width: 100%;
    height: auto;
  }
  .order-form .product-category h3 {
    margin: 0 0 10px;
    font-size: 2em;
    padding: 0;
    width: 100%;
  }
  .order-form .product-category .flex-left {
    float: left;
    width: 100%;
    padding: 0 35px;
  }
  .order-form .product-category .flex-left .origin {
    padding: 15px 0;
  }
  .order-form .product-category .flex-left .origin, .order-form .product-category .flex-left .circle {
    float: left;
    padding: 2px 0 0;
  }
  .order-form .product-category .flex-left .circle {
    width: 25px;
    height: 25px;
    position: absolute;
      left: 0;
  }
  .order-form .product-category .flex-left .arrow {
    position: absolute;
    right: 5px;
    top: -3px;
  }
  .order-form .product-category.open .flex-left .arrow {
    top: 9px;
  }
  .order-form .category-content .blk-collapsible-body {
    padding-top: 20px;
  }
  .category-description {
    font-size: 0.9em;
  }
  .order-form .products .item-head > div{
      display: none;
  }
  .order-form .products .item {
    display: inline-block;
    width: 100%;
    font-size: 1.1em;
  }
  .order-form .products .item .item-selection {
    margin-bottom: 10px;
  }
  .order-form .products .item > .product-infos > div {
    float: left;
    width: 58%;
    margin: 0;
    text-align: left;
    padding-left: 25px;
  }
  .order-form .products .item > .product-infos > .product-image {
    width: 110px;
    padding: 0;
  }
  .order-form .products .item > .product-infos > .product-image img {
    width: 100%;
    height: auto;
    max-width: 110px;
  }
  .order-form .products .item-package.Packet:before, .order-form .products .item-package.Weight:before, .order-form .products .item-package.Box:before {
    float: left;
  }
  .order-form .products .item-package span {
    padding: 7px 0 0 0;
  }

  .order-form .products .item .product-unit-price, .order-form .products .item .product-qty, .order-form .products .item .product-total-price {
    float: left;
    width: 25%;
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    min-height: 55px;
  }
  .order-form .products .item .product-unit-price {
    justify-content: left;
    padding-left: 15px;
  }
  .order-form .products .item .product-total-price {
    padding-right: 15px;
  }

    .item-number .btn.dec {
      top: -2px;
    }
    .item-number input {
      max-width: 50px;
    }

  .order-form-head > div .wrapper {
    padding: 1.1em 5px;
  }
  .order-form-head > div.stickyElem .wrapper {
    padding: 15px 25px;
  }

  .order-form .products .item .product-qty {
    width: 50%;
  }
  .products .product-name {
    margin-bottom: 10px;
  }
  .products .out-of-stock {
    width: calc(100% + 25px);
    font-size: 9px;
  }
  .products .item-head {
    margin-top: 25px;
  }
  .products .product-infos {
    display: inline-block;
    width: 100%;
  }
  .products .product-unit-price .price {
    padding: 5px 0 0 0;
    text-align: left;
  }
  .products .price, .products .total-price {
    justify-content: flex-end;
  }

  .resume-cart .resume-item {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
  }

  .contInfoBlk h3 {
    font-size: 1.15em;
  }
  .introBlk .imgBlk {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 35px;
  }
  .introBlk .imgBlk img {
    display: inline-block;
  }
  .introBlk .contBlk {
    width: 100%;
    float: left;
  }
  .btnBlk > div {
    width: 100%;
    padding: 25px;
  }

    .introBlk .contBlk {
        font-size: 1.15em;
    }
  .contInfoBlk, .order-form {
    font-size: 0.9em;
  }

  .order-form-head > div.stickyElem {
    top: 0;
  }
  .resume-cart.stickyElem .wrapper {
    padding: 18px 25px 15px 25px;
  }

  #resetOrder, .order .show-list-product {
    font-size: 0.75em;
  }
  #resetOrder {
    float: left;
    padding: 0 0 0 35px;
    margin-bottom: 20px;
  }
  #resetOrder i {
    right: auto;
    left: 0;
  }
  .order .show-list-product i {
    left: 6px;
  }

  .viewDetails {
    margin: 15px 0 0 0;
  }
  .viewDetails span {
    float: left;
    font-size: 0.8em;
  }

  .resume-cart .cat-name {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }

    .resume-cart-content > div:last-child {
        border: none;
    }

  .total-amount {
    font-size: 1em;
  }

}