@charset "UTF-8";
/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .path-products #block-titlerecipesyoumaylikeallproducts > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts > div, .path-products .block--type-recipe-related > div,
  .path-produits .block--type-recipe-related > div,
  .node-921896 .block--type-recipe-related > div, .path-contests .block-views-blockcontest-block-1 > h2,
  .path-contests .block-views-blockcontest-block > h2,
  .path-concours .block-views-blockcontest-block-1 > h2,
  .path-concours .block-views-blockcontest-block > h2 {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFFFFF !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #CCD0DB !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #CCD0DB; }
  .table .thead-dark th {
    color: inherit;
    border-color: #CCD0DB; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #003DA5;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0059f2;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.2; }

h1, .h1 {
  font-size: 5.625rem; }

h2, .h2 {
  font-size: 2.875rem; }

h3, .h3 {
  font-size: 2.5rem; }

h4, .h4 {
  font-size: 1.875rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1.125rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #CCD0DB;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.75rem;
  color: #2B2926; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .path-products #block-titlerecipesyoumaylikeallproducts > div,
.path-produits #block-titlerecipesyoumaylikeallproducts > div,
.node-921896 #block-titlerecipesyoumaylikeallproducts > div, .path-products .block--type-recipe-related > div,
.path-produits .block--type-recipe-related > div,
.node-921896 .block--type-recipe-related > div, .path-contests .block-views-blockcontest-block-1 > h2,
.path-contests .block-views-blockcontest-block > h2,
.path-concours .block-views-blockcontest-block-1 > h2,
.path-concours .block-views-blockcontest-block > h2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .path-products #block-titlerecipesyoumaylikeallproducts > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts > div, .path-products .block--type-recipe-related > div,
    .path-produits .block--type-recipe-related > div,
    .node-921896 .block--type-recipe-related > div, .path-contests .block-views-blockcontest-block-1 > h2,
    .path-contests .block-views-blockcontest-block > h2,
    .path-concours .block-views-blockcontest-block-1 > h2,
    .path-concours .block-views-blockcontest-block > h2 {
      max-width: 540px; } }
  @media (min-width: 728px) {
    .container, .path-products #block-titlerecipesyoumaylikeallproducts > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts > div, .path-products .block--type-recipe-related > div,
    .path-produits .block--type-recipe-related > div,
    .node-921896 .block--type-recipe-related > div, .path-contests .block-views-blockcontest-block-1 > h2,
    .path-contests .block-views-blockcontest-block > h2,
    .path-concours .block-views-blockcontest-block-1 > h2,
    .path-concours .block-views-blockcontest-block > h2 {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .path-products #block-titlerecipesyoumaylikeallproducts > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts > div, .path-products .block--type-recipe-related > div,
    .path-produits .block--type-recipe-related > div,
    .node-921896 .block--type-recipe-related > div, .path-contests .block-views-blockcontest-block-1 > h2,
    .path-contests .block-views-blockcontest-block > h2,
    .path-concours .block-views-blockcontest-block-1 > h2,
    .path-concours .block-views-blockcontest-block > h2 {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .path-products #block-titlerecipesyoumaylikeallproducts > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts > div, .path-products .block--type-recipe-related > div,
    .path-produits .block--type-recipe-related > div,
    .node-921896 .block--type-recipe-related > div, .path-contests .block-views-blockcontest-block-1 > h2,
    .path-contests .block-views-blockcontest-block > h2,
    .path-concours .block-views-blockcontest-block-1 > h2,
    .path-concours .block-views-blockcontest-block > h2 {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .newsletter-form__row, .newsletter-form__row > .col-12, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm .js-form-item, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm .js-form-item, .col-md-7, .col-md-8, .newsletter-form .webform-confirmation, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10, .newsletter-form__row, .newsletter-form__row > .col-12 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1, .newsletter-form__row, .newsletter-form__row > .col-12 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 320px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 13; }
  .order-xs-0 {
    order: 0; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 728px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm .js-form-item, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm .js-form-item {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8, .newsletter-form .webform-confirmation {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2, .newsletter-form .webform-confirmation {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #CCD0DB; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #CCD0DB; }
  .table tbody + tbody {
    border-top: 2px solid #CCD0DB; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #CCD0DB; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #CCD0DB; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f6c3c2; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ee8f8e; }

.table-hover .table-primary:hover {
  background-color: #f3adac; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #f3adac; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8c9e6; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a9ad0; }

.table-hover .table-secondary:hover {
  background-color: #a5bbdf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #a5bbdf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bee2be; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #86c986; }

.table-hover .table-success:hover {
  background-color: #acdaac; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #acdaac; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e9bfbf; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #d68888; }

.table-hover .table-info:hover {
  background-color: #e2acac; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #e2acac; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #e9bfbf; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #d68888; }

.table-hover .table-warning:hover {
  background-color: #e2acac; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #e2acac; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e9bfbf; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d68888; }

.table-hover .table-danger:hover {
  background-color: #e2acac; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #e2acac; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfa; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8f7f6; }

.table-hover .table-light:hover {
  background-color: #f0f0ec; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f0f0ec; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c4c3c2; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #91908e; }

.table-hover .table-dark:hover {
  background-color: #b7b6b5; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b7b6b5; }

.table-custom,
.table-custom > th,
.table-custom > td {
  background-color: #f6c3c2; }

.table-custom th,
.table-custom td,
.table-custom thead th,
.table-custom tbody + tbody {
  border-color: #ee8f8e; }

.table-hover .table-custom:hover {
  background-color: #f3adac; }
  .table-hover .table-custom:hover > td,
  .table-hover .table-custom:hover > th {
    background-color: #f3adac; }

.table-red-00,
.table-red-00 > th,
.table-red-00 > td {
  background-color: #f6c3c2; }

.table-red-00 th,
.table-red-00 td,
.table-red-00 thead th,
.table-red-00 tbody + tbody {
  border-color: #ee8f8e; }

.table-hover .table-red-00:hover {
  background-color: #f3adac; }
  .table-hover .table-red-00:hover > td,
  .table-hover .table-red-00:hover > th {
    background-color: #f3adac; }

.table-red-100,
.table-red-100 > th,
.table-red-100 > td {
  background-color: #e9bfbf; }

.table-red-100 th,
.table-red-100 td,
.table-red-100 thead th,
.table-red-100 tbody + tbody {
  border-color: #d68888; }

.table-hover .table-red-100:hover {
  background-color: #e2acac; }
  .table-hover .table-red-100:hover > td,
  .table-hover .table-red-100:hover > th {
    background-color: #e2acac; }

.table-red-200,
.table-red-200 > th,
.table-red-200 > td {
  background-color: #e9bfbf; }

.table-red-200 th,
.table-red-200 td,
.table-red-200 thead th,
.table-red-200 tbody + tbody {
  border-color: #d68888; }

.table-hover .table-red-200:hover {
  background-color: #e2acac; }
  .table-hover .table-red-200:hover > td,
  .table-hover .table-red-200:hover > th {
    background-color: #e2acac; }

.table-beige-00,
.table-beige-00 > th,
.table-beige-00 > td {
  background-color: #fbfbfa; }

.table-beige-00 th,
.table-beige-00 td,
.table-beige-00 thead th,
.table-beige-00 tbody + tbody {
  border-color: #f8f7f6; }

.table-hover .table-beige-00:hover {
  background-color: #f0f0ec; }
  .table-hover .table-beige-00:hover > td,
  .table-hover .table-beige-00:hover > th {
    background-color: #f0f0ec; }

.table-beige-100,
.table-beige-100 > th,
.table-beige-100 > td {
  background-color: #fdfcfc; }

.table-beige-100 th,
.table-beige-100 td,
.table-beige-100 thead th,
.table-beige-100 tbody + tbody {
  border-color: #fbfafa; }

.table-hover .table-beige-100:hover {
  background-color: #f3eded; }
  .table-hover .table-beige-100:hover > td,
  .table-hover .table-beige-100:hover > th {
    background-color: #f3eded; }

.table-beige-200,
.table-beige-200 > th,
.table-beige-200 > td {
  background-color: #fbf9f8; }

.table-beige-200 th,
.table-beige-200 td,
.table-beige-200 thead th,
.table-beige-200 tbody + tbody {
  border-color: #f7f4f2; }

.table-hover .table-beige-200:hover {
  background-color: #f2ebe8; }
  .table-hover .table-beige-200:hover > td,
  .table-hover .table-beige-200:hover > th {
    background-color: #f2ebe8; }

.table-beige-300,
.table-beige-300 > th,
.table-beige-300 > td {
  background-color: #f7f5f4; }

.table-beige-300 th,
.table-beige-300 td,
.table-beige-300 thead th,
.table-beige-300 tbody + tbody {
  border-color: #f0ecea; }

.table-hover .table-beige-300:hover {
  background-color: #ece8e5; }
  .table-hover .table-beige-300:hover > td,
  .table-hover .table-beige-300:hover > th {
    background-color: #ece8e5; }

.table-beige-400,
.table-beige-400 > th,
.table-beige-400 > td {
  background-color: #ddd6d3; }

.table-beige-400 th,
.table-beige-400 td,
.table-beige-400 thead th,
.table-beige-400 tbody + tbody {
  border-color: #bfb3ad; }

.table-hover .table-beige-400:hover {
  background-color: #d2c9c5; }
  .table-hover .table-beige-400:hover > td,
  .table-hover .table-beige-400:hover > th {
    background-color: #d2c9c5; }

.table-error,
.table-error > th,
.table-error > td {
  background-color: #f3c1c1; }

.table-error th,
.table-error td,
.table-error thead th,
.table-error tbody + tbody {
  border-color: #e98b8b; }

.table-hover .table-error:hover {
  background-color: #efacac; }
  .table-hover .table-error:hover > td,
  .table-hover .table-error:hover > th {
    background-color: #efacac; }

.table-disabled,
.table-disabled > th,
.table-disabled > td {
  background-color: #e7e6e6; }

.table-disabled th,
.table-disabled td,
.table-disabled thead th,
.table-disabled tbody + tbody {
  border-color: #d2d1d1; }

.table-hover .table-disabled:hover {
  background-color: #dbd9d9; }
  .table-hover .table-disabled:hover > td,
  .table-hover .table-disabled:hover > th {
    background-color: #dbd9d9; }

.table-focus,
.table-focus > th,
.table-focus > td {
  background-color: #cad3ec; }

.table-focus th,
.table-focus td,
.table-focus thead th,
.table-focus tbody + tbody {
  border-color: #9caddc; }

.table-hover .table-focus:hover {
  background-color: #b7c3e5; }
  .table-hover .table-focus:hover > td,
  .table-hover .table-focus:hover > th {
    background-color: #b7c3e5; }

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: white; }

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: white; }

.table-hover .table-tertiary:hover {
  background-color: #f2f2f2; }
  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #f2f2f2; }

.table-quaternary,
.table-quaternary > th,
.table-quaternary > td {
  background-color: #fcfbfb; }

.table-quaternary th,
.table-quaternary td,
.table-quaternary thead th,
.table-quaternary tbody + tbody {
  border-color: #faf8f8; }

.table-hover .table-quaternary:hover {
  background-color: #f1ecec; }
  .table-hover .table-quaternary:hover > td,
  .table-hover .table-quaternary:hover > th {
    background-color: #f1ecec; }

.table-quinary,
.table-quinary > th,
.table-quinary > td {
  background-color: #f6f5f5; }

.table-quinary th,
.table-quinary td,
.table-quinary thead th,
.table-quinary tbody + tbody {
  border-color: #efeded; }

.table-hover .table-quinary:hover {
  background-color: #eae8e8; }
  .table-hover .table-quinary:hover > td,
  .table-hover .table-quinary:hover > th {
    background-color: #eae8e8; }

.table-senary,
.table-senary > th,
.table-senary > td {
  background-color: #c4c3c2; }

.table-senary th,
.table-senary td,
.table-senary thead th,
.table-senary tbody + tbody {
  border-color: #91908e; }

.table-hover .table-senary:hover {
  background-color: #b7b6b5; }
  .table-hover .table-senary:hover > td,
  .table-hover .table-senary:hover > th {
    background-color: #b7b6b5; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #f6f5f5; }

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #efeded; }

.table-hover .table-gray:hover {
  background-color: #eae8e8; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #eae8e8; }

.table-gray_light,
.table-gray_light > th,
.table-gray_light > td {
  background-color: rgba(225, 224, 224, 0.888); }

.table-gray_light th,
.table-gray_light td,
.table-gray_light thead th,
.table-gray_light tbody + tbody {
  border-color: rgba(188, 187, 186, 0.792); }

.table-hover .table-gray_light:hover {
  background-color: rgba(212, 211, 211, 0.888); }
  .table-hover .table-gray_light:hover > td,
  .table-hover .table-gray_light:hover > th {
    background-color: rgba(212, 211, 211, 0.888); }

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #85888F;
  border-color: #CCD0DB; }

.table-dark {
  color: #FFFFFF;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 319.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xs > .table-bordered {
      border: 0; } }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 727.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1679.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1919.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: 51px;
  padding: 0.65rem 0.57rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 2px solid #000000;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #ef9595;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #003DA5; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #85888F;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #FFFFFF; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.65rem + 2px);
  padding-bottom: calc(0.65rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #169816; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(22, 152, 22, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #169816;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23169816' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #169816;
    box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #169816;
  padding-right: calc((1em + 1.3rem) * 3 / 4 + 1.57rem);
  background: url("data:image/svg+xml,%3Csvg width='11px' height='14px' viewBox='0 0 11 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EC8C139B3-FE61-40AA-96B2-89E83DA77D77%3C/title%3E%3Cg id='Module-guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='RAD_ModuleGuide_Forms' transform='translate(-863.000000, -1036.000000)' fill='%23000000'%3E%3Cg id='classic-form' transform='translate(149.000000, 281.000000)'%3E%3Cg id='default' transform='translate(1.000000, 173.000000)'%3E%3Cg id='Module/1440/Form/Contact/Default' transform='translate(0.000000, 82.000000)'%3E%3Cg id='Forms' transform='translate(1.000000, 0.000000)'%3E%3Cg id='Items/1440/Forms/Field/Default' transform='translate(1.000000, 481.000000)'%3E%3Cg id='icones/fonctionnel/fleche/avec-ligne/bas/S/neutre' transform='translate(716.500000, 26.000000) rotate(-360.000000) translate(-716.500000, -26.000000) translate(711.000000, 19.000000)'%3E%3Cpath d='M7.43405007,2 L11.9986749,7.32539569 L7.43405007,12.6507914 L6.67479347,12 L10.252,7.825 L-1,7.82539569 L-1,6.82539569 L10.252,6.825 L6.67479347,2.65079137 L7.43405007,2 Z' id='Combined-Shape' transform='translate(5.499337, 7.325396) rotate(-270.000000) translate(-5.499337, -7.325396) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.57rem center/18px 18px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23169816' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.57rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #169816;
    box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #169816; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #169816; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #169816; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #1cc51c;
  background-color: #1cc51c; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #169816; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #169816; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #169816;
  box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #B11B1B; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(177, 27, 27, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #B11B1B;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B11B1B' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B11B1B' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #B11B1B;
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #B11B1B;
  padding-right: calc((1em + 1.3rem) * 3 / 4 + 1.57rem);
  background: url("data:image/svg+xml,%3Csvg width='11px' height='14px' viewBox='0 0 11 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EC8C139B3-FE61-40AA-96B2-89E83DA77D77%3C/title%3E%3Cg id='Module-guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='RAD_ModuleGuide_Forms' transform='translate(-863.000000, -1036.000000)' fill='%23000000'%3E%3Cg id='classic-form' transform='translate(149.000000, 281.000000)'%3E%3Cg id='default' transform='translate(1.000000, 173.000000)'%3E%3Cg id='Module/1440/Form/Contact/Default' transform='translate(0.000000, 82.000000)'%3E%3Cg id='Forms' transform='translate(1.000000, 0.000000)'%3E%3Cg id='Items/1440/Forms/Field/Default' transform='translate(1.000000, 481.000000)'%3E%3Cg id='icones/fonctionnel/fleche/avec-ligne/bas/S/neutre' transform='translate(716.500000, 26.000000) rotate(-360.000000) translate(-716.500000, -26.000000) translate(711.000000, 19.000000)'%3E%3Cpath d='M7.43405007,2 L11.9986749,7.32539569 L7.43405007,12.6507914 L6.67479347,12 L10.252,7.825 L-1,7.82539569 L-1,6.82539569 L10.252,6.825 L6.67479347,2.65079137 L7.43405007,2 Z' id='Combined-Shape' transform='translate(5.499337, 7.325396) rotate(-270.000000) translate(-5.499337, -7.325396) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.57rem center/18px 18px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B11B1B' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23B11B1B' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #FFFFFF no-repeat center right 1.57rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #B11B1B;
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #B11B1B; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #B11B1B; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #B11B1B; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #dd2222;
  background-color: #dd2222; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #B11B1B; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #B11B1B; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #B11B1B;
  box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.65rem 0.57rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
    .node-921386 .view-search-products .product-related__cta .stretched-link span {
      transition: none; } }
  .btn:hover, .views-infinite-scroll-load-more a:hover, .contest-detail__cta a:hover, .path-search-results .view-search-products .product-related__cta .stretched-link span:hover,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:hover,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .views-infinite-scroll-load-more a:focus, .contest-detail__cta a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .btn.focus, .views-infinite-scroll-load-more a.focus, .contest-detail__cta a.focus, .path-search-results .view-search-products .product-related__cta .stretched-link span.focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.focus {
    outline: 0;
    box-shadow: #003DA5; }
  .btn.disabled, .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .btn:disabled, .views-infinite-scroll-load-more a:disabled, .contest-detail__cta a:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled {
    opacity: 0.65; }

a.btn.disabled, .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more fieldset:disabled a,
fieldset:disabled .contest-detail__cta a,
.contest-detail__cta fieldset:disabled a {
  pointer-events: none; }

.btn-primary, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-primary:hover, .blog-middle .views-infinite-scroll-load-more a:hover, .contest-detail__cta a:hover, .path-search-results .view-search-products .product-related__cta .stretched-link span:hover,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:hover,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-primary:focus, .blog-middle .views-infinite-scroll-load-more a:focus, .contest-detail__cta a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .btn-primary.focus, .blog-middle .views-infinite-scroll-load-more a.focus, .contest-detail__cta a.focus, .path-search-results .view-search-products .product-related__cta .stretched-link span.focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-primary.disabled, .blog-middle .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .btn-primary:disabled, .blog-middle .views-infinite-scroll-load-more a:disabled, .contest-detail__cta a:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-primary:not(:disabled):not(.disabled):active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .contest-detail__cta a:not(:disabled):not(.disabled):active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .contest-detail__cta a:not(:disabled):not(.disabled).active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .blog-middle .views-infinite-scroll-load-more .show > a.dropdown-toggle,
  .contest-detail__cta .show > a.dropdown-toggle,
  .path-search-results .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle,
  .node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .contest-detail__cta a:not(:disabled):not(.disabled):active:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active:focus, .contest-detail__cta a:not(:disabled):not(.disabled).active:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .blog-middle .views-infinite-scroll-load-more .show > a.dropdown-toggle:focus,
    .contest-detail__cta .show > a.dropdown-toggle:focus,
    .path-search-results .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #003DA5;
  border-color: #003DA5; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #002f7f;
    border-color: #002a72; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #002a72;
    border-color: #002565; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5); }

.btn-success {
  color: #FFFFFF;
  background-color: #169816;
  border-color: #169816; }
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #117711;
    border-color: #106b10; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 167, 57, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #106b10;
    border-color: #0e600e; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 167, 57, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-warning {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-warning:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-light {
  color: #212529;
  background-color: #F2EFED;
  border-color: #F2EFED; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2dbd7;
    border-color: #ddd5cf; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ddd5cf;
    border-color: #d7cec8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #2B2926;
  border-color: #2B2926; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #171614;
    border-color: #100f0e; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100f0e;
    border-color: #090908; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }

.btn-custom {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-custom:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-custom:focus, .btn-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-custom.disabled, .btn-custom:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
  .show > .btn-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-red-00 {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-red-00:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-red-00:focus, .btn-red-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-red-00.disabled, .btn-red-00:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-red-00:not(:disabled):not(.disabled):active, .btn-red-00:not(:disabled):not(.disabled).active,
  .show > .btn-red-00.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-red-00:not(:disabled):not(.disabled):active:focus, .btn-red-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-red-100 {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-red-100:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-red-100:focus, .btn-red-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-red-100.disabled, .btn-red-100:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-red-100:not(:disabled):not(.disabled):active, .btn-red-100:not(:disabled):not(.disabled).active,
  .show > .btn-red-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-red-100:not(:disabled):not(.disabled):active:focus, .btn-red-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-red-200 {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-red-200:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-red-200:focus, .btn-red-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-red-200.disabled, .btn-red-200:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-red-200:not(:disabled):not(.disabled):active, .btn-red-200:not(:disabled):not(.disabled).active,
  .show > .btn-red-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-red-200:not(:disabled):not(.disabled):active:focus, .btn-red-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-beige-00 {
  color: #212529;
  background-color: #F2EFED;
  border-color: #F2EFED; }
  .btn-beige-00:hover {
    color: #212529;
    background-color: #e2dbd7;
    border-color: #ddd5cf; }
  .btn-beige-00:focus, .btn-beige-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }
  .btn-beige-00.disabled, .btn-beige-00:disabled {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-beige-00:not(:disabled):not(.disabled):active, .btn-beige-00:not(:disabled):not(.disabled).active,
  .show > .btn-beige-00.dropdown-toggle {
    color: #212529;
    background-color: #ddd5cf;
    border-color: #d7cec8; }
    .btn-beige-00:not(:disabled):not(.disabled):active:focus, .btn-beige-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }

.btn-beige-100 {
  color: #212529;
  background-color: #F8F6F5;
  border-color: #F8F6F5; }
  .btn-beige-100:hover {
    color: #212529;
    background-color: #e8e2df;
    border-color: #e3dbd7; }
  .btn-beige-100:focus, .btn-beige-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 215, 214, 0.5); }
  .btn-beige-100.disabled, .btn-beige-100:disabled {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
  .btn-beige-100:not(:disabled):not(.disabled):active, .btn-beige-100:not(:disabled):not(.disabled).active,
  .show > .btn-beige-100.dropdown-toggle {
    color: #212529;
    background-color: #e3dbd7;
    border-color: #ded4d0; }
    .btn-beige-100:not(:disabled):not(.disabled):active:focus, .btn-beige-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 215, 214, 0.5); }

.btn-beige-200 {
  color: #212529;
  background-color: #EFE9E6;
  border-color: #EFE9E6; }
  .btn-beige-200:hover {
    color: #212529;
    background-color: #e0d4cf;
    border-color: #dbcec7; }
  .btn-beige-200:focus, .btn-beige-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 204, 202, 0.5); }
  .btn-beige-200.disabled, .btn-beige-200:disabled {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-beige-200:not(:disabled):not(.disabled):active, .btn-beige-200:not(:disabled):not(.disabled).active,
  .show > .btn-beige-200.dropdown-toggle {
    color: #212529;
    background-color: #dbcec7;
    border-color: #d6c7bf; }
    .btn-beige-200:not(:disabled):not(.disabled):active:focus, .btn-beige-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 204, 202, 0.5); }

.btn-beige-300 {
  color: #212529;
  background-color: #E2DAD6;
  border-color: #E2DAD6; }
  .btn-beige-300:hover {
    color: #212529;
    background-color: #d2c6c0;
    border-color: #cdbfb8; }
  .btn-beige-300:focus, .btn-beige-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 191, 188, 0.5); }
  .btn-beige-300.disabled, .btn-beige-300:disabled {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
  .btn-beige-300:not(:disabled):not(.disabled):active, .btn-beige-300:not(:disabled):not(.disabled).active,
  .show > .btn-beige-300.dropdown-toggle {
    color: #212529;
    background-color: #cdbfb8;
    border-color: #c8b8b1; }
    .btn-beige-300:not(:disabled):not(.disabled):active:focus, .btn-beige-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(197, 191, 188, 0.5); }

.btn-beige-400 {
  color: #FFFFFF;
  background-color: #846C62;
  border-color: #846C62; }
  .btn-beige-400:hover {
    color: #FFFFFF;
    background-color: #6e5a52;
    border-color: #67544c; }
  .btn-beige-400:focus, .btn-beige-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 130, 122, 0.5); }
  .btn-beige-400.disabled, .btn-beige-400:disabled {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
  .btn-beige-400:not(:disabled):not(.disabled):active, .btn-beige-400:not(:disabled):not(.disabled).active,
  .show > .btn-beige-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #67544c;
    border-color: #5f4e47; }
    .btn-beige-400:not(:disabled):not(.disabled):active:focus, .btn-beige-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(150, 130, 122, 0.5); }

.btn-error {
  color: #FFFFFF;
  background-color: #D52020;
  border-color: #D52020; }
  .btn-error:hover {
    color: #FFFFFF;
    background-color: #b41b1b;
    border-color: #a91919; }
  .btn-error:focus, .btn-error.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 65, 65, 0.5); }
  .btn-error.disabled, .btn-error:disabled {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
  .btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active,
  .show > .btn-error.dropdown-toggle {
    color: #FFFFFF;
    background-color: #a91919;
    border-color: #9e1818; }
    .btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-error.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 65, 65, 0.5); }

.btn-disabled {
  color: #212529;
  background-color: #A8A6A6;
  border-color: #A8A6A6; }
  .btn-disabled:hover {
    color: #FFFFFF;
    background-color: #959393;
    border-color: #8f8c8c; }
  .btn-disabled:focus, .btn-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 147, 147, 0.5); }
  .btn-disabled.disabled, .btn-disabled:disabled {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
  .btn-disabled:not(:disabled):not(.disabled):active, .btn-disabled:not(:disabled):not(.disabled).active,
  .show > .btn-disabled.dropdown-toggle {
    color: #FFFFFF;
    background-color: #8f8c8c;
    border-color: #888686; }
    .btn-disabled:not(:disabled):not(.disabled):active:focus, .btn-disabled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(148, 147, 147, 0.5); }

.btn-focus {
  color: #FFFFFF;
  background-color: #4062BB;
  border-color: #4062BB; }
  .btn-focus:hover {
    color: #FFFFFF;
    background-color: #36539f;
    border-color: #334e95; }
  .btn-focus:focus, .btn-focus.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 122, 197, 0.5); }
  .btn-focus.disabled, .btn-focus:disabled {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
  .btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active,
  .show > .btn-focus.dropdown-toggle {
    color: #FFFFFF;
    background-color: #334e95;
    border-color: #30498c; }
    .btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-focus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 122, 197, 0.5); }

.btn-tertiary {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-tertiary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-quaternary {
  color: #212529;
  background-color: #F5F2F2;
  border-color: #F5F2F2; }
  .btn-quaternary:hover {
    color: #212529;
    background-color: #e4dcdc;
    border-color: #dfd5d5; }
  .btn-quaternary:focus, .btn-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 211, 212, 0.5); }
  .btn-quaternary.disabled, .btn-quaternary:disabled {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
  .btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-quaternary.dropdown-toggle {
    color: #212529;
    background-color: #dfd5d5;
    border-color: #d9cece; }
    .btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 211, 212, 0.5); }

.btn-quinary {
  color: #212529;
  background-color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-quinary:hover {
    color: #212529;
    background-color: #cec9c9;
    border-color: #c8c2c2; }
  .btn-quinary:focus, .btn-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }
  .btn-quinary.disabled, .btn-quinary:disabled {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-quinary:not(:disabled):not(.disabled):active, .btn-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-quinary.dropdown-toggle {
    color: #212529;
    background-color: #c8c2c2;
    border-color: #c2bcbc; }
    .btn-quinary:not(:disabled):not(.disabled):active:focus, .btn-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }

.btn-senary {
  color: #FFFFFF;
  background-color: #2B2926;
  border-color: #2B2926; }
  .btn-senary:hover {
    color: #FFFFFF;
    background-color: #171614;
    border-color: #100f0e; }
  .btn-senary:focus, .btn-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }
  .btn-senary.disabled, .btn-senary:disabled {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-senary:not(:disabled):not(.disabled):active, .btn-senary:not(:disabled):not(.disabled).active,
  .show > .btn-senary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100f0e;
    border-color: #090908; }
    .btn-senary:not(:disabled):not(.disabled):active:focus, .btn-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }

.btn-white {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-gray {
  color: #212529;
  background-color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-gray:hover {
    color: #212529;
    background-color: #cec9c9;
    border-color: #c8c2c2; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #c8c2c2;
    border-color: #c2bcbc; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }

.btn-gray_light {
  color: #FFFFFF;
  background-color: rgba(43, 41, 38, 0.6);
  border-color: rgba(43, 41, 38, 0.6); }
  .btn-gray_light:hover {
    color: #FFFFFF;
    background-color: rgba(23, 22, 20, 0.6);
    border-color: rgba(16, 15, 14, 0.6); }
  .btn-gray_light:focus, .btn-gray_light.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 103, 101, 0.5); }
  .btn-gray_light.disabled, .btn-gray_light:disabled {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
  .btn-gray_light:not(:disabled):not(.disabled):active, .btn-gray_light:not(:disabled):not(.disabled).active,
  .show > .btn-gray_light.dropdown-toggle {
    color: #FFFFFF;
    background-color: rgba(16, 15, 14, 0.6);
    border-color: rgba(9, 9, 8, 0.6); }
    .btn-gray_light:not(:disabled):not(.disabled):active:focus, .btn-gray_light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 103, 101, 0.5); }

.btn-black {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary, .views-infinite-scroll-load-more a {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-primary:hover, .views-infinite-scroll-load-more a:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-primary:focus, .views-infinite-scroll-load-more a:focus, .btn-outline-primary.focus, .views-infinite-scroll-load-more a.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-primary.disabled, .views-infinite-scroll-load-more a.disabled, .btn-outline-primary:disabled, .views-infinite-scroll-load-more a:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle,
  .views-infinite-scroll-load-more .show > a.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus,
    .views-infinite-scroll-load-more .show > a.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-secondary {
  color: #003DA5;
  border-color: #003DA5; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #003DA5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }

.btn-outline-success {
  color: #169816;
  border-color: #169816; }
  .btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #169816;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }

.btn-outline-info {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-warning {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-danger {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-light {
  color: #F2EFED;
  border-color: #F2EFED; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F2EFED;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.btn-outline-dark {
  color: #2B2926;
  border-color: #2B2926; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2B2926;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-custom {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-custom:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-custom:focus, .btn-outline-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-custom.disabled, .btn-outline-custom:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
  .show > .btn-outline-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-red-00 {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-red-00:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-red-00:focus, .btn-outline-red-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-red-00.disabled, .btn-outline-red-00:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-red-00:not(:disabled):not(.disabled):active, .btn-outline-red-00:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-00.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-red-00:not(:disabled):not(.disabled):active:focus, .btn-outline-red-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-red-100 {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-red-100:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-red-100:focus, .btn-outline-red-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-red-100.disabled, .btn-outline-red-100:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-red-100:not(:disabled):not(.disabled):active, .btn-outline-red-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-red-100:not(:disabled):not(.disabled):active:focus, .btn-outline-red-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-red-200 {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-red-200:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-red-200:focus, .btn-outline-red-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-red-200.disabled, .btn-outline-red-200:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-red-200:not(:disabled):not(.disabled):active, .btn-outline-red-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-red-200:not(:disabled):not(.disabled):active:focus, .btn-outline-red-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-beige-00 {
  color: #F2EFED;
  border-color: #F2EFED; }
  .btn-outline-beige-00:hover {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-outline-beige-00:focus, .btn-outline-beige-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }
  .btn-outline-beige-00.disabled, .btn-outline-beige-00:disabled {
    color: #F2EFED;
    background-color: transparent; }
  .btn-outline-beige-00:not(:disabled):not(.disabled):active, .btn-outline-beige-00:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-00.dropdown-toggle {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
    .btn-outline-beige-00:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.btn-outline-beige-100 {
  color: #F8F6F5;
  border-color: #F8F6F5; }
  .btn-outline-beige-100:hover {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
  .btn-outline-beige-100:focus, .btn-outline-beige-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }
  .btn-outline-beige-100.disabled, .btn-outline-beige-100:disabled {
    color: #F8F6F5;
    background-color: transparent; }
  .btn-outline-beige-100:not(:disabled):not(.disabled):active, .btn-outline-beige-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-100.dropdown-toggle {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
    .btn-outline-beige-100:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }

.btn-outline-beige-200 {
  color: #EFE9E6;
  border-color: #EFE9E6; }
  .btn-outline-beige-200:hover {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-outline-beige-200:focus, .btn-outline-beige-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }
  .btn-outline-beige-200.disabled, .btn-outline-beige-200:disabled {
    color: #EFE9E6;
    background-color: transparent; }
  .btn-outline-beige-200:not(:disabled):not(.disabled):active, .btn-outline-beige-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-200.dropdown-toggle {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
    .btn-outline-beige-200:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }

.btn-outline-beige-300 {
  color: #E2DAD6;
  border-color: #E2DAD6; }
  .btn-outline-beige-300:hover {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
  .btn-outline-beige-300:focus, .btn-outline-beige-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }
  .btn-outline-beige-300.disabled, .btn-outline-beige-300:disabled {
    color: #E2DAD6;
    background-color: transparent; }
  .btn-outline-beige-300:not(:disabled):not(.disabled):active, .btn-outline-beige-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-300.dropdown-toggle {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
    .btn-outline-beige-300:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }

.btn-outline-beige-400 {
  color: #846C62;
  border-color: #846C62; }
  .btn-outline-beige-400:hover {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
  .btn-outline-beige-400:focus, .btn-outline-beige-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }
  .btn-outline-beige-400.disabled, .btn-outline-beige-400:disabled {
    color: #846C62;
    background-color: transparent; }
  .btn-outline-beige-400:not(:disabled):not(.disabled):active, .btn-outline-beige-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
    .btn-outline-beige-400:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }

.btn-outline-error {
  color: #D52020;
  border-color: #D52020; }
  .btn-outline-error:hover {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
  .btn-outline-error:focus, .btn-outline-error.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }
  .btn-outline-error.disabled, .btn-outline-error:disabled {
    color: #D52020;
    background-color: transparent; }
  .btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active,
  .show > .btn-outline-error.dropdown-toggle {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
    .btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-error.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }

.btn-outline-disabled {
  color: #A8A6A6;
  border-color: #A8A6A6; }
  .btn-outline-disabled:hover {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
  .btn-outline-disabled:focus, .btn-outline-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }
  .btn-outline-disabled.disabled, .btn-outline-disabled:disabled {
    color: #A8A6A6;
    background-color: transparent; }
  .btn-outline-disabled:not(:disabled):not(.disabled):active, .btn-outline-disabled:not(:disabled):not(.disabled).active,
  .show > .btn-outline-disabled.dropdown-toggle {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
    .btn-outline-disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-disabled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }

.btn-outline-focus {
  color: #4062BB;
  border-color: #4062BB; }
  .btn-outline-focus:hover {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
  .btn-outline-focus:focus, .btn-outline-focus.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }
  .btn-outline-focus.disabled, .btn-outline-focus:disabled {
    color: #4062BB;
    background-color: transparent; }
  .btn-outline-focus:not(:disabled):not(.disabled):active, .btn-outline-focus:not(:disabled):not(.disabled).active,
  .show > .btn-outline-focus.dropdown-toggle {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
    .btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-focus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }

.btn-outline-tertiary {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-tertiary:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-quaternary {
  color: #F5F2F2;
  border-color: #F5F2F2; }
  .btn-outline-quaternary:hover {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
  .btn-outline-quaternary:focus, .btn-outline-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }
  .btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
    color: #F5F2F2;
    background-color: transparent; }
  .btn-outline-quaternary:not(:disabled):not(.disabled):active, .btn-outline-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quaternary.dropdown-toggle {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
    .btn-outline-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }

.btn-outline-quinary {
  color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-outline-quinary:hover {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-outline-quinary:focus, .btn-outline-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }
  .btn-outline-quinary.disabled, .btn-outline-quinary:disabled {
    color: #E0DDDD;
    background-color: transparent; }
  .btn-outline-quinary:not(:disabled):not(.disabled):active, .btn-outline-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quinary.dropdown-toggle {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
    .btn-outline-quinary:not(:disabled):not(.disabled):active:focus, .btn-outline-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.btn-outline-senary {
  color: #2B2926;
  border-color: #2B2926; }
  .btn-outline-senary:hover {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-outline-senary:focus, .btn-outline-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-senary.disabled, .btn-outline-senary:disabled {
    color: #2B2926;
    background-color: transparent; }
  .btn-outline-senary:not(:disabled):not(.disabled):active, .btn-outline-senary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-senary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
    .btn-outline-senary:not(:disabled):not(.disabled):active:focus, .btn-outline-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-gray {
  color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-outline-gray:hover {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #E0DDDD;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.btn-outline-gray_light {
  color: rgba(43, 41, 38, 0.6);
  border-color: rgba(43, 41, 38, 0.6); }
  .btn-outline-gray_light:hover {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
  .btn-outline-gray_light:focus, .btn-outline-gray_light.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-gray_light.disabled, .btn-outline-gray_light:disabled {
    color: rgba(43, 41, 38, 0.6);
    background-color: transparent; }
  .btn-outline-gray_light:not(:disabled):not(.disabled):active, .btn-outline-gray_light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray_light.dropdown-toggle {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
    .btn-outline-gray_light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray_light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #003DA5;
  text-decoration: none; }
  .btn-link:hover {
    color: #0059f2;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .views-infinite-scroll-load-more .btn-group-lg > a, .contest-detail__cta .btn-group-lg > a, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-lg > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-lg > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-lg > span {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .views-infinite-scroll-load-more .btn-group-sm > a, .contest-detail__cta .btn-group-sm > a, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-sm > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-sm > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-sm > span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: none solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 320px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto; } }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 728px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1680px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1920px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #85888F; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #E0DDDD; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #DE2726; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .views-infinite-scroll-load-more .btn-group > a, .contest-detail__cta .btn-group > a, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span,
  .btn-group-vertical > .btn,
  .views-infinite-scroll-load-more .btn-group-vertical > a,
  .contest-detail__cta .btn-group-vertical > a,
  .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .views-infinite-scroll-load-more .btn-group > a:hover, .contest-detail__cta .btn-group > a:hover, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > span:hover,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:hover,
    .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:hover,
    .btn-group-vertical > .btn:hover,
    .views-infinite-scroll-load-more .btn-group-vertical > a:hover,
    .contest-detail__cta .btn-group-vertical > a:hover,
    .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:hover,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:hover,
    .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .views-infinite-scroll-load-more .btn-group > a:focus, .contest-detail__cta .btn-group > a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > span:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:focus, .btn-group > .btn:active, .views-infinite-scroll-load-more .btn-group > a:active, .contest-detail__cta .btn-group > a:active, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > span:active,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:active,
    .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:active, .btn-group > .btn.active, .views-infinite-scroll-load-more .btn-group > a.active, .contest-detail__cta .btn-group > a.active, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > span.active,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span.active,
    .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span.active,
    .btn-group-vertical > .btn:focus,
    .views-infinite-scroll-load-more .btn-group-vertical > a:focus,
    .contest-detail__cta .btn-group-vertical > a:focus,
    .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:focus,
    .btn-group-vertical > .btn:active,
    .views-infinite-scroll-load-more .btn-group-vertical > a:active,
    .contest-detail__cta .btn-group-vertical > a:active,
    .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:active,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:active,
    .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:active,
    .btn-group-vertical > .btn.active,
    .views-infinite-scroll-load-more .btn-group-vertical > a.active,
    .contest-detail__cta .btn-group-vertical > a.active,
    .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span.active,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span.active,
    .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .views-infinite-scroll-load-more .btn-group > a:not(:first-child), .contest-detail__cta .btn-group > a:not(:first-child), .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:first-child),
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:first-child),
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .views-infinite-scroll-load-more .btn-group > a:not(:last-child):not(.dropdown-toggle), .contest-detail__cta .btn-group > a:not(:last-child):not(.dropdown-toggle), .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:last-child):not(.dropdown-toggle),
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:last-child):not(.dropdown-toggle),
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.views-infinite-scroll-load-more .btn-group > .btn-group:not(:last-child) > a,
.contest-detail__cta .btn-group > .btn-group:not(:last-child) > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > .btn-group:not(:last-child) > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > .btn-group:not(:last-child) > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > .btn-group:not(:last-child) > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .views-infinite-scroll-load-more .btn-group > a:not(:first-child), .contest-detail__cta .btn-group > a:not(:first-child), .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:first-child),
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:first-child),
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > span:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.views-infinite-scroll-load-more .btn-group > .btn-group:not(:first-child) > a,
.contest-detail__cta .btn-group > .btn-group:not(:first-child) > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .btn-group > .btn-group:not(:first-child) > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > .btn-group:not(:first-child) > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group > .btn-group:not(:first-child) > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.4275rem;
  padding-left: 0.4275rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .views-infinite-scroll-load-more .btn-group-sm > a + .dropdown-toggle-split, .contest-detail__cta .btn-group-sm > a + .dropdown-toggle-split, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-sm > span + .dropdown-toggle-split, .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-sm > span + .dropdown-toggle-split, .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-sm > span + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .views-infinite-scroll-load-more .btn-group-lg > a + .dropdown-toggle-split, .contest-detail__cta .btn-group-lg > a + .dropdown-toggle-split, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-lg > span + .dropdown-toggle-split, .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-lg > span + .dropdown-toggle-split, .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-lg > span + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .views-infinite-scroll-load-more .btn-group-vertical > a,
  .contest-detail__cta .btn-group-vertical > a,
  .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .views-infinite-scroll-load-more .btn-group-vertical > a:not(:first-child), .contest-detail__cta .btn-group-vertical > a:not(:first-child), .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:first-child),
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:first-child),
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -2px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .views-infinite-scroll-load-more .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .contest-detail__cta .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:last-child):not(.dropdown-toggle),
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:last-child):not(.dropdown-toggle),
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .views-infinite-scroll-load-more .btn-group-vertical > .btn-group:not(:last-child) > a,
  .contest-detail__cta .btn-group-vertical > .btn-group:not(:last-child) > a,
  .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > .btn-group:not(:last-child) > span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > .btn-group:not(:last-child) > span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > .btn-group:not(:last-child) > span {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .views-infinite-scroll-load-more .btn-group-vertical > a:not(:first-child), .contest-detail__cta .btn-group-vertical > a:not(:first-child), .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:first-child),
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:first-child),
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > span:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .views-infinite-scroll-load-more .btn-group-vertical > .btn-group:not(:first-child) > a,
  .contest-detail__cta .btn-group-vertical > .btn-group:not(:first-child) > a,
  .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-vertical > .btn-group:not(:first-child) > span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > .btn-group:not(:first-child) > span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-vertical > .btn-group:not(:first-child) > span {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .views-infinite-scroll-load-more .btn-group-toggle > a, .contest-detail__cta .btn-group-toggle > a, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span,
.btn-group-toggle > .btn-group > .btn,
.views-infinite-scroll-load-more .btn-group-toggle > .btn-group > a,
.contest-detail__cta .btn-group-toggle > .btn-group > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .views-infinite-scroll-load-more .btn-group-toggle > a input[type="radio"], .contest-detail__cta .btn-group-toggle > a input[type="radio"], .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span input[type="radio"], .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span input[type="radio"], .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .views-infinite-scroll-load-more .btn-group-toggle > a input[type="checkbox"],
  .contest-detail__cta .btn-group-toggle > a input[type="checkbox"],
  .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span input[type="checkbox"],
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span input[type="checkbox"],
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > span input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .views-infinite-scroll-load-more .btn-group-toggle > .btn-group > a input[type="radio"],
  .contest-detail__cta .btn-group-toggle > .btn-group > a input[type="radio"],
  .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span input[type="radio"],
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span input[type="radio"],
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .views-infinite-scroll-load-more .btn-group-toggle > .btn-group > a input[type="checkbox"],
  .contest-detail__cta .btn-group-toggle > .btn-group > a input[type="checkbox"],
  .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span input[type="checkbox"],
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span input[type="checkbox"],
  .node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-toggle > .btn-group > span input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -2px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .input-group-prepend a, .input-group-prepend .contest-detail__cta a, .contest-detail__cta .input-group-prepend a, .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend span,
  .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span,
  .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span,
  .input-group-append .btn,
  .input-group-append .views-infinite-scroll-load-more a,
  .views-infinite-scroll-load-more .input-group-append a,
  .input-group-append .contest-detail__cta a,
  .contest-detail__cta .input-group-append a,
  .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append span,
  .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span,
  .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .views-infinite-scroll-load-more a:focus, .views-infinite-scroll-load-more .input-group-prepend a:focus, .input-group-prepend .contest-detail__cta a:focus, .contest-detail__cta .input-group-prepend a:focus, .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link span:focus, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend span:focus,
    .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span:focus,
    .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span:focus,
    .input-group-append .btn:focus,
    .input-group-append .views-infinite-scroll-load-more a:focus,
    .views-infinite-scroll-load-more .input-group-append a:focus,
    .input-group-append .contest-detail__cta a:focus,
    .contest-detail__cta .input-group-append a:focus,
    .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
    .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append span:focus,
    .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span:focus,
    .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .views-infinite-scroll-load-more a + .btn, .views-infinite-scroll-load-more .input-group-prepend a + .btn, .input-group-prepend .contest-detail__cta a + .btn, .contest-detail__cta .input-group-prepend a + .btn, .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link span + .btn, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend span + .btn, .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link span + .btn, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + .btn, .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link span + .btn, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + .btn, .input-group-prepend .views-infinite-scroll-load-more .btn + a, .views-infinite-scroll-load-more .input-group-prepend .btn + a, .input-group-prepend .views-infinite-scroll-load-more a + a, .views-infinite-scroll-load-more .input-group-prepend a + a, .input-group-prepend .contest-detail__cta .views-infinite-scroll-load-more a + a, .views-infinite-scroll-load-more .contest-detail__cta .input-group-prepend a + a, .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more span + a, .views-infinite-scroll-load-more .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link span + a, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend .views-infinite-scroll-load-more span + a, .views-infinite-scroll-load-more .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend span + a, .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more span + a, .views-infinite-scroll-load-more .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link span + a, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .views-infinite-scroll-load-more span + a, .views-infinite-scroll-load-more .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + a, .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more span + a, .views-infinite-scroll-load-more .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link span + a, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .views-infinite-scroll-load-more span + a, .views-infinite-scroll-load-more .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + a, .blog-middle .input-group-prepend .views-infinite-scroll-load-more a + a, .input-group-prepend .blog-middle .views-infinite-scroll-load-more a + a, .blog-middle .views-infinite-scroll-load-more .input-group-prepend a + a, .input-group-prepend .contest-detail__cta .btn + a, .contest-detail__cta .input-group-prepend .btn + a, .input-group-prepend .views-infinite-scroll-load-more .contest-detail__cta a + a, .contest-detail__cta .input-group-prepend .views-infinite-scroll-load-more a + a, .views-infinite-scroll-load-more .input-group-prepend .contest-detail__cta a + a, .contest-detail__cta .views-infinite-scroll-load-more .input-group-prepend a + a, .input-group-prepend .contest-detail__cta a + a, .contest-detail__cta .input-group-prepend a + a, .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link .contest-detail__cta span + a, .contest-detail__cta .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link span + a, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend .contest-detail__cta span + a, .contest-detail__cta .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend span + a, .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link .contest-detail__cta span + a, .contest-detail__cta .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link span + a, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .contest-detail__cta span + a, .contest-detail__cta .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + a, .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link .contest-detail__cta span + a, .contest-detail__cta .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link span + a, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .contest-detail__cta span + a, .contest-detail__cta .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + a, .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link .btn + span, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend .btn + span, .input-group-prepend .views-infinite-scroll-load-more .path-search-results .view-search-products .product-related__cta .stretched-link a + span, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend .views-infinite-scroll-load-more a + span, .views-infinite-scroll-load-more .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link a + span, .path-search-results .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more .input-group-prepend a + span, .input-group-prepend .contest-detail__cta .path-search-results .view-search-products .product-related__cta .stretched-link a + span, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend .contest-detail__cta a + span, .contest-detail__cta .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link a + span, .path-search-results .view-search-products .product-related__cta .stretched-link .contest-detail__cta .input-group-prepend a + span, .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link span + span, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend span + span,
  .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn + span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .btn + span,
  .input-group-prepend .views-infinite-scroll-load-more .path-node-921386 .view-search-products .product-related__cta .stretched-link a + span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .views-infinite-scroll-load-more a + span, .views-infinite-scroll-load-more .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link a + span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more .input-group-prepend a + span,
  .input-group-prepend .contest-detail__cta .path-node-921386 .view-search-products .product-related__cta .stretched-link a + span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .contest-detail__cta a + span, .contest-detail__cta .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link a + span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .contest-detail__cta .input-group-prepend a + span,
  .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link span + span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + span,
  .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link .btn + span, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .btn + span,
  .input-group-prepend .views-infinite-scroll-load-more .node-921386 .view-search-products .product-related__cta .stretched-link a + span, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .views-infinite-scroll-load-more a + span, .views-infinite-scroll-load-more .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link a + span, .node-921386 .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more .input-group-prepend a + span,
  .input-group-prepend .contest-detail__cta .node-921386 .view-search-products .product-related__cta .stretched-link a + span, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .contest-detail__cta a + span, .contest-detail__cta .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link a + span, .node-921386 .view-search-products .product-related__cta .stretched-link .contest-detail__cta .input-group-prepend a + span,
  .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link span + span, .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + span,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .views-infinite-scroll-load-more a + .input-group-text,
  .views-infinite-scroll-load-more .input-group-prepend a + .input-group-text,
  .input-group-prepend .contest-detail__cta a + .input-group-text,
  .contest-detail__cta .input-group-prepend a + .input-group-text,
  .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link span + .input-group-text,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend span + .input-group-text,
  .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link span + .input-group-text,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + .input-group-text,
  .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link span + .input-group-text,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend span + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .views-infinite-scroll-load-more .input-group-text + a,
  .views-infinite-scroll-load-more .input-group-prepend .input-group-text + a,
  .input-group-prepend .contest-detail__cta .input-group-text + a,
  .contest-detail__cta .input-group-prepend .input-group-text + a,
  .input-group-prepend .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-text + span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-prepend .input-group-text + span,
  .input-group-prepend .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-text + span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .input-group-text + span,
  .input-group-prepend .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-text + span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-prepend .input-group-text + span,
  .input-group-append .btn + .btn,
  .input-group-append .views-infinite-scroll-load-more a + .btn,
  .views-infinite-scroll-load-more .input-group-append a + .btn,
  .input-group-append .contest-detail__cta a + .btn,
  .contest-detail__cta .input-group-append a + .btn,
  .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link span + .btn,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append span + .btn,
  .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link span + .btn,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + .btn,
  .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link span + .btn,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + .btn,
  .input-group-append .views-infinite-scroll-load-more .btn + a,
  .views-infinite-scroll-load-more .input-group-append .btn + a,
  .input-group-append .views-infinite-scroll-load-more a + a,
  .views-infinite-scroll-load-more .input-group-append a + a,
  .input-group-append .contest-detail__cta .views-infinite-scroll-load-more a + a,
  .views-infinite-scroll-load-more .contest-detail__cta .input-group-append a + a,
  .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more span + a,
  .views-infinite-scroll-load-more .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link span + a,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append .views-infinite-scroll-load-more span + a,
  .views-infinite-scroll-load-more .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append span + a,
  .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more span + a,
  .views-infinite-scroll-load-more .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link span + a,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .views-infinite-scroll-load-more span + a,
  .views-infinite-scroll-load-more .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + a,
  .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more span + a,
  .views-infinite-scroll-load-more .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link span + a,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .views-infinite-scroll-load-more span + a,
  .views-infinite-scroll-load-more .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + a,
  .blog-middle .input-group-append .views-infinite-scroll-load-more a + a,
  .input-group-append .blog-middle .views-infinite-scroll-load-more a + a,
  .blog-middle .views-infinite-scroll-load-more .input-group-append a + a,
  .input-group-append .contest-detail__cta .btn + a,
  .contest-detail__cta .input-group-append .btn + a,
  .input-group-append .views-infinite-scroll-load-more .contest-detail__cta a + a,
  .contest-detail__cta .input-group-append .views-infinite-scroll-load-more a + a,
  .views-infinite-scroll-load-more .input-group-append .contest-detail__cta a + a,
  .contest-detail__cta .views-infinite-scroll-load-more .input-group-append a + a,
  .input-group-append .contest-detail__cta a + a,
  .contest-detail__cta .input-group-append a + a,
  .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link .contest-detail__cta span + a,
  .contest-detail__cta .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link span + a,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append .contest-detail__cta span + a,
  .contest-detail__cta .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append span + a,
  .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link .contest-detail__cta span + a,
  .contest-detail__cta .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link span + a,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .contest-detail__cta span + a,
  .contest-detail__cta .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + a,
  .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link .contest-detail__cta span + a,
  .contest-detail__cta .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link span + a,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .contest-detail__cta span + a,
  .contest-detail__cta .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + a,
  .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link .btn + span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append .btn + span,
  .input-group-append .views-infinite-scroll-load-more .path-search-results .view-search-products .product-related__cta .stretched-link a + span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append .views-infinite-scroll-load-more a + span,
  .views-infinite-scroll-load-more .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link a + span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more .input-group-append a + span,
  .input-group-append .contest-detail__cta .path-search-results .view-search-products .product-related__cta .stretched-link a + span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append .contest-detail__cta a + span,
  .contest-detail__cta .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link a + span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .contest-detail__cta .input-group-append a + span,
  .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link span + span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append span + span,
  .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link .btn + span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .btn + span,
  .input-group-append .views-infinite-scroll-load-more .path-node-921386 .view-search-products .product-related__cta .stretched-link a + span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .views-infinite-scroll-load-more a + span,
  .views-infinite-scroll-load-more .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link a + span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more .input-group-append a + span,
  .input-group-append .contest-detail__cta .path-node-921386 .view-search-products .product-related__cta .stretched-link a + span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .contest-detail__cta a + span,
  .contest-detail__cta .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link a + span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .contest-detail__cta .input-group-append a + span,
  .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link span + span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + span,
  .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link .btn + span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .btn + span,
  .input-group-append .views-infinite-scroll-load-more .node-921386 .view-search-products .product-related__cta .stretched-link a + span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .views-infinite-scroll-load-more a + span,
  .views-infinite-scroll-load-more .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link a + span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .views-infinite-scroll-load-more .input-group-append a + span,
  .input-group-append .contest-detail__cta .node-921386 .view-search-products .product-related__cta .stretched-link a + span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .contest-detail__cta a + span,
  .contest-detail__cta .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link a + span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .contest-detail__cta .input-group-append a + span,
  .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link span + span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + span,
  .input-group-append .btn + .input-group-text,
  .input-group-append .views-infinite-scroll-load-more a + .input-group-text,
  .views-infinite-scroll-load-more .input-group-append a + .input-group-text,
  .input-group-append .contest-detail__cta a + .input-group-text,
  .contest-detail__cta .input-group-append a + .input-group-text,
  .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link span + .input-group-text,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append span + .input-group-text,
  .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link span + .input-group-text,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + .input-group-text,
  .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link span + .input-group-text,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append span + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .views-infinite-scroll-load-more .input-group-text + a,
  .views-infinite-scroll-load-more .input-group-append .input-group-text + a,
  .input-group-append .contest-detail__cta .input-group-text + a,
  .contest-detail__cta .input-group-append .input-group-text + a,
  .input-group-append .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-text + span,
  .path-search-results .view-search-products .product-related__cta .stretched-link .input-group-append .input-group-text + span,
  .input-group-append .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-text + span,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .input-group-text + span,
  .input-group-append .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-text + span,
  .node-921386 .view-search-products .product-related__cta .stretched-link .input-group-append .input-group-text + span {
    margin-left: -2px; }

.input-group-prepend {
  margin-right: -2px; }

.input-group-append {
  margin-left: -2px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.65rem 0.57rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #85888F;
  border: 2px solid #000000;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.views-infinite-scroll-load-more .input-group-lg > .input-group-prepend > a,
.contest-detail__cta .input-group-lg > .input-group-prepend > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .input-group-lg > .input-group-prepend > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-lg > .input-group-prepend > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group-lg > .input-group-prepend > span,
.input-group-lg > .input-group-append > .btn,
.views-infinite-scroll-load-more .input-group-lg > .input-group-append > a,
.contest-detail__cta .input-group-lg > .input-group-append > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .input-group-lg > .input-group-append > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-lg > .input-group-append > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group-lg > .input-group-append > span {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.views-infinite-scroll-load-more .input-group-sm > .input-group-prepend > a,
.contest-detail__cta .input-group-sm > .input-group-prepend > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .input-group-sm > .input-group-prepend > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-sm > .input-group-prepend > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group-sm > .input-group-prepend > span,
.input-group-sm > .input-group-append > .btn,
.views-infinite-scroll-load-more .input-group-sm > .input-group-append > a,
.contest-detail__cta .input-group-sm > .input-group-append > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .input-group-sm > .input-group-append > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group-sm > .input-group-append > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group-sm > .input-group-append > span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.57rem; }

.input-group > .input-group-prepend > .btn, .views-infinite-scroll-load-more .input-group > .input-group-prepend > a, .contest-detail__cta .input-group > .input-group-prepend > a, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend > span,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.views-infinite-scroll-load-more .input-group > .input-group-append:not(:last-child) > a,
.contest-detail__cta .input-group > .input-group-append:not(:last-child) > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append:not(:last-child) > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append:not(:last-child) > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append:not(:last-child) > span,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.views-infinite-scroll-load-more .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.contest-detail__cta .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.path-search-results .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append:last-child > span:not(:last-child):not(.dropdown-toggle),
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append:last-child > span:not(:last-child):not(.dropdown-toggle),
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append:last-child > span:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .views-infinite-scroll-load-more .input-group > .input-group-append > a, .contest-detail__cta .input-group > .input-group-append > a, .path-search-results .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-append > span,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.views-infinite-scroll-load-more .input-group > .input-group-prepend:not(:first-child) > a,
.contest-detail__cta .input-group > .input-group-prepend:not(:first-child) > a,
.path-search-results .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend:not(:first-child) > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend:not(:first-child) > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend:not(:first-child) > span,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.views-infinite-scroll-load-more .input-group > .input-group-prepend:first-child > a:not(:first-child),
.contest-detail__cta .input-group > .input-group-prepend:first-child > a:not(:first-child),
.path-search-results .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend:first-child > span:not(:first-child),
.path-node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend:first-child > span:not(:first-child),
.node-921386 .view-search-products .product-related__cta .stretched-link .input-group > .input-group-prepend:first-child > span:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #DE2726;
    background-color: #DE2726; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #003DA5; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ef9595; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #f6c1c1;
    border-color: #f6c1c1; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #85888F; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #FFFFFF;
    border: #adb5bd solid 2px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #DE2726;
  background-color: #DE2726; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(222, 39, 38, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(222, 39, 38, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(222, 39, 38, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 4px);
    left: calc(-2.25rem + 4px);
    width: calc(1rem - 8px);
    height: calc(1rem - 8px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFFFFF;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(222, 39, 38, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: 51px;
  padding: 0.65rem 1.57rem 0.65rem 0.57rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg width='11px' height='14px' viewBox='0 0 11 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EC8C139B3-FE61-40AA-96B2-89E83DA77D77%3C/title%3E%3Cg id='Module-guide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='RAD_ModuleGuide_Forms' transform='translate(-863.000000, -1036.000000)' fill='%23000000'%3E%3Cg id='classic-form' transform='translate(149.000000, 281.000000)'%3E%3Cg id='default' transform='translate(1.000000, 173.000000)'%3E%3Cg id='Module/1440/Form/Contact/Default' transform='translate(0.000000, 82.000000)'%3E%3Cg id='Forms' transform='translate(1.000000, 0.000000)'%3E%3Cg id='Items/1440/Forms/Field/Default' transform='translate(1.000000, 481.000000)'%3E%3Cg id='icones/fonctionnel/fleche/avec-ligne/bas/S/neutre' transform='translate(716.500000, 26.000000) rotate(-360.000000) translate(-716.500000, -26.000000) translate(711.000000, 19.000000)'%3E%3Cpath d='M7.43405007,2 L11.9986749,7.32539569 L7.43405007,12.6507914 L6.67479347,12 L10.252,7.825 L-1,7.82539569 L-1,6.82539569 L10.252,6.825 L6.67479347,2.65079137 L7.43405007,2 Z' id='Combined-Shape' transform='translate(5.499337, 7.325396) rotate(-270.000000) translate(-5.499337, -7.325396) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.57rem center/18px 18px;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #ef9595;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #003DA5; }
    .custom-select:focus::-ms-value {
      color: #000000;
      background-color: #FFFFFF; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.57rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #85888F; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 51px;
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 51px;
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ef9595;
    box-shadow: 0 0 0 0.2rem #003DA5; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #85888F; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 51px;
  padding: 0.65rem 0.57rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.3rem);
    padding: 0.65rem 0.57rem;
    line-height: 1.5;
    color: #000000;
    content: "Browse";
    background-color: #85888F;
    border-left: inherit;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #003DA5; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #003DA5; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem #003DA5; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #DE2726;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #f6c1c1; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #CCD0DB;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #DE2726;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #f6c1c1; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #CCD0DB;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #DE2726;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #f6c1c1; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #CCD0DB;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #CCD0DB;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #CCD0DB; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #85888F #85888F #CCD0DB; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #CCD0DB #CCD0DB #FFFFFF; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #DE2726; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar > div, .path-products .block--type-recipe-related.navbar > div,
  .path-produits .block--type-recipe-related.navbar > div,
  .node-921896 .block--type-recipe-related.navbar > div, .path-contests .block-views-blockcontest-block-1.navbar > h2,
  .path-contests .block-views-blockcontest-block.navbar > h2,
  .path-concours .block-views-blockcontest-block-1.navbar > h2,
  .path-concours .block-views-blockcontest-block.navbar > h2,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 319.98px) {
  .navbar-expand-xs > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-xs > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-xs > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-xs > div, .path-products .block--type-recipe-related.navbar-expand-xs > div,
  .path-produits .block--type-recipe-related.navbar-expand-xs > div,
  .node-921896 .block--type-recipe-related.navbar-expand-xs > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-xs > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand-xs > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand-xs > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand-xs > h2,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 320px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xs .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem; }
    .navbar-expand-xs > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-xs > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-xs > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-xs > div, .path-products .block--type-recipe-related.navbar-expand-xs > div,
    .path-produits .block--type-recipe-related.navbar-expand-xs > div,
    .node-921896 .block--type-recipe-related.navbar-expand-xs > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-xs > h2,
    .path-contests .block-views-blockcontest-block.navbar-expand-xs > h2,
    .path-concours .block-views-blockcontest-block-1.navbar-expand-xs > h2,
    .path-concours .block-views-blockcontest-block.navbar-expand-xs > h2,
    .navbar-expand-xs > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xs .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xs .navbar-toggler {
      display: none; } }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-sm > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-sm > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-sm > div, .path-products .block--type-recipe-related.navbar-expand-sm > div,
  .path-produits .block--type-recipe-related.navbar-expand-sm > div,
  .node-921896 .block--type-recipe-related.navbar-expand-sm > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-sm > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand-sm > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand-sm > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand-sm > h2,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem; }
    .navbar-expand-sm > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-sm > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-sm > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-sm > div, .path-products .block--type-recipe-related.navbar-expand-sm > div,
    .path-produits .block--type-recipe-related.navbar-expand-sm > div,
    .node-921896 .block--type-recipe-related.navbar-expand-sm > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-sm > h2,
    .path-contests .block-views-blockcontest-block.navbar-expand-sm > h2,
    .path-concours .block-views-blockcontest-block-1.navbar-expand-sm > h2,
    .path-concours .block-views-blockcontest-block.navbar-expand-sm > h2,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 727.98px) {
  .navbar-expand-md > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-md > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-md > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-md > div, .path-products .block--type-recipe-related.navbar-expand-md > div,
  .path-produits .block--type-recipe-related.navbar-expand-md > div,
  .node-921896 .block--type-recipe-related.navbar-expand-md > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-md > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand-md > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand-md > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand-md > h2,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 728px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem; }
    .navbar-expand-md > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-md > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-md > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-md > div, .path-products .block--type-recipe-related.navbar-expand-md > div,
    .path-produits .block--type-recipe-related.navbar-expand-md > div,
    .node-921896 .block--type-recipe-related.navbar-expand-md > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-md > h2,
    .path-contests .block-views-blockcontest-block.navbar-expand-md > h2,
    .path-concours .block-views-blockcontest-block-1.navbar-expand-md > h2,
    .path-concours .block-views-blockcontest-block.navbar-expand-md > h2,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-lg > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-lg > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-lg > div, .path-products .block--type-recipe-related.navbar-expand-lg > div,
  .path-produits .block--type-recipe-related.navbar-expand-lg > div,
  .node-921896 .block--type-recipe-related.navbar-expand-lg > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-lg > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand-lg > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand-lg > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand-lg > h2,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem; }
    .navbar-expand-lg > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-lg > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-lg > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-lg > div, .path-products .block--type-recipe-related.navbar-expand-lg > div,
    .path-produits .block--type-recipe-related.navbar-expand-lg > div,
    .node-921896 .block--type-recipe-related.navbar-expand-lg > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-lg > h2,
    .path-contests .block-views-blockcontest-block.navbar-expand-lg > h2,
    .path-concours .block-views-blockcontest-block-1.navbar-expand-lg > h2,
    .path-concours .block-views-blockcontest-block.navbar-expand-lg > h2,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-xl > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-xl > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-xl > div, .path-products .block--type-recipe-related.navbar-expand-xl > div,
  .path-produits .block--type-recipe-related.navbar-expand-xl > div,
  .node-921896 .block--type-recipe-related.navbar-expand-xl > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-xl > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand-xl > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand-xl > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand-xl > h2,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem; }
    .navbar-expand-xl > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-xl > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-xl > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-xl > div, .path-products .block--type-recipe-related.navbar-expand-xl > div,
    .path-produits .block--type-recipe-related.navbar-expand-xl > div,
    .node-921896 .block--type-recipe-related.navbar-expand-xl > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-xl > h2,
    .path-contests .block-views-blockcontest-block.navbar-expand-xl > h2,
    .path-concours .block-views-blockcontest-block-1.navbar-expand-xl > h2,
    .path-concours .block-views-blockcontest-block.navbar-expand-xl > h2,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1679.98px) {
  .navbar-expand-xxl > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxl > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxl > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxl > div, .path-products .block--type-recipe-related.navbar-expand-xxl > div,
  .path-produits .block--type-recipe-related.navbar-expand-xxl > div,
  .node-921896 .block--type-recipe-related.navbar-expand-xxl > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-xxl > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand-xxl > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand-xxl > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand-xxl > h2,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1680px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem; }
    .navbar-expand-xxl > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxl > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxl > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxl > div, .path-products .block--type-recipe-related.navbar-expand-xxl > div,
    .path-produits .block--type-recipe-related.navbar-expand-xxl > div,
    .node-921896 .block--type-recipe-related.navbar-expand-xxl > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-xxl > h2,
    .path-contests .block-views-blockcontest-block.navbar-expand-xxl > h2,
    .path-concours .block-views-blockcontest-block-1.navbar-expand-xxl > h2,
    .path-concours .block-views-blockcontest-block.navbar-expand-xxl > h2,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 1919.98px) {
  .navbar-expand-xxxl > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxxl > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxxl > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxxl > div, .path-products .block--type-recipe-related.navbar-expand-xxxl > div,
  .path-produits .block--type-recipe-related.navbar-expand-xxxl > div,
  .node-921896 .block--type-recipe-related.navbar-expand-xxxl > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-xxxl > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand-xxxl > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand-xxxl > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand-xxxl > h2,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1920px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem; }
    .navbar-expand-xxxl > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxxl > div,
    .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxxl > div,
    .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand-xxxl > div, .path-products .block--type-recipe-related.navbar-expand-xxxl > div,
    .path-produits .block--type-recipe-related.navbar-expand-xxxl > div,
    .node-921896 .block--type-recipe-related.navbar-expand-xxxl > div, .path-contests .block-views-blockcontest-block-1.navbar-expand-xxxl > h2,
    .path-contests .block-views-blockcontest-block.navbar-expand-xxxl > h2,
    .path-concours .block-views-blockcontest-block-1.navbar-expand-xxxl > h2,
    .path-concours .block-views-blockcontest-block.navbar-expand-xxxl > h2,
    .navbar-expand-xxxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand > div, .path-products .block--type-recipe-related.navbar-expand > div,
  .path-produits .block--type-recipe-related.navbar-expand > div,
  .node-921896 .block--type-recipe-related.navbar-expand > div, .path-contests .block-views-blockcontest-block-1.navbar-expand > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand > h2,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1.2rem;
      padding-left: 1.2rem; }
  .navbar-expand > .container, .path-products #block-titlerecipesyoumaylikeallproducts.navbar-expand > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.navbar-expand > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.navbar-expand > div, .path-products .block--type-recipe-related.navbar-expand > div,
  .path-produits .block--type-recipe-related.navbar-expand > div,
  .node-921896 .block--type-recipe-related.navbar-expand > div, .path-contests .block-views-blockcontest-block-1.navbar-expand > h2,
  .path-contests .block-views-blockcontest-block.navbar-expand > h2,
  .path-concours .block-views-blockcontest-block-1.navbar-expand > h2,
  .path-concours .block-views-blockcontest-block.navbar-expand > h2,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: #000000; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #000000; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #000000; }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #FFFFFF; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFFFFF; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #FFFFFF; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFFFFF; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid none;
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid none; }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid none; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px); }

.card-img-top, .path-search-results .view-search-recipes .recipe-featured__image img,
.path-search-results .view-search-recipes .recipe-featured__image .field__item img,
.path-node-921386 .view-search-recipes .recipe-featured__image img,
.path-node-921386 .view-search-recipes .recipe-featured__image .field__item img,
.node-921386 .view-search-recipes .recipe-featured__image img,
.node-921386 .view-search-recipes .recipe-featured__image .field__item img {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .path-search-results .view-search-recipes .recipe-featured__image img, .path-search-results .view-search-recipes .recipe-featured__image .card-group > .card:not(:last-child) img, .path-search-results .view-search-recipes .recipe-featured__image .field__item .card-group > .card:not(:last-child) img,
          .card-group > .card:not(:last-child) .path-node-921386 .view-search-recipes .recipe-featured__image img, .path-node-921386 .view-search-recipes .recipe-featured__image .card-group > .card:not(:last-child) img, .path-node-921386 .view-search-recipes .recipe-featured__image .field__item .card-group > .card:not(:last-child) img,
          .card-group > .card:not(:last-child) .node-921386 .view-search-recipes .recipe-featured__image img, .node-921386 .view-search-recipes .recipe-featured__image .card-group > .card:not(:last-child) img, .node-921386 .view-search-recipes .recipe-featured__image .field__item .card-group > .card:not(:last-child) img,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .path-search-results .view-search-recipes .recipe-featured__image img, .path-search-results .view-search-recipes .recipe-featured__image .card-group > .card:not(:first-child) img, .path-search-results .view-search-recipes .recipe-featured__image .field__item .card-group > .card:not(:first-child) img,
          .card-group > .card:not(:first-child) .path-node-921386 .view-search-recipes .recipe-featured__image img, .path-node-921386 .view-search-recipes .recipe-featured__image .card-group > .card:not(:first-child) img, .path-node-921386 .view-search-recipes .recipe-featured__image .field__item .card-group > .card:not(:first-child) img,
          .card-group > .card:not(:first-child) .node-921386 .view-search-recipes .recipe-featured__image img, .node-921386 .view-search-recipes .recipe-featured__image .card-group > .card:not(:first-child) img, .node-921386 .view-search-recipes .recipe-featured__image .field__item .card-group > .card:not(:first-child) img,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #85888F;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003DA5;
  background-color: #FFFFFF;
  border: 1px solid #CCD0DB; }
  .page-link:hover {
    z-index: 2;
    color: #0059f2;
    text-decoration: none;
    background-color: #85888F;
    border-color: #CCD0DB; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #003DA5; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #CCD0DB; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .views-infinite-scroll-load-more a .badge, .contest-detail__cta a .badge, .path-search-results .view-search-products .product-related__cta .stretched-link span .badge, .path-node-921386 .view-search-products .product-related__cta .stretched-link span .badge, .node-921386 .view-search-products .product-related__cta .stretched-link span .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #FFFFFF;
  background-color: #DE2726; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #b51c1c; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.badge-secondary {
  color: #FFFFFF;
  background-color: #003DA5; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #FFFFFF;
    background-color: #002a72; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }

.badge-success {
  color: #FFFFFF;
  background-color: #169816; }
  a.badge-success:hover, a.badge-success:focus {
    color: #FFFFFF;
    background-color: #106b10; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }

.badge-info {
  color: #FFFFFF;
  background-color: #B11B1B; }
  a.badge-info:hover, a.badge-info:focus {
    color: #FFFFFF;
    background-color: #851414; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.badge-warning {
  color: #FFFFFF;
  background-color: #B11B1B; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #FFFFFF;
    background-color: #851414; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.badge-danger {
  color: #FFFFFF;
  background-color: #B11B1B; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #FFFFFF;
    background-color: #851414; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.badge-light {
  color: #212529;
  background-color: #F2EFED; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #ddd5cf; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.badge-dark {
  color: #FFFFFF;
  background-color: #2B2926; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #FFFFFF;
    background-color: #100f0e; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.badge-custom {
  color: #FFFFFF;
  background-color: #DE2726; }
  a.badge-custom:hover, a.badge-custom:focus {
    color: #FFFFFF;
    background-color: #b51c1c; }
  a.badge-custom:focus, a.badge-custom.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.badge-red-00 {
  color: #FFFFFF;
  background-color: #DE2726; }
  a.badge-red-00:hover, a.badge-red-00:focus {
    color: #FFFFFF;
    background-color: #b51c1c; }
  a.badge-red-00:focus, a.badge-red-00.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.badge-red-100 {
  color: #FFFFFF;
  background-color: #B11B1B; }
  a.badge-red-100:hover, a.badge-red-100:focus {
    color: #FFFFFF;
    background-color: #851414; }
  a.badge-red-100:focus, a.badge-red-100.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.badge-red-200 {
  color: #FFFFFF;
  background-color: #B11B1B; }
  a.badge-red-200:hover, a.badge-red-200:focus {
    color: #FFFFFF;
    background-color: #851414; }
  a.badge-red-200:focus, a.badge-red-200.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.badge-beige-00 {
  color: #212529;
  background-color: #F2EFED; }
  a.badge-beige-00:hover, a.badge-beige-00:focus {
    color: #212529;
    background-color: #ddd5cf; }
  a.badge-beige-00:focus, a.badge-beige-00.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.badge-beige-100 {
  color: #212529;
  background-color: #F8F6F5; }
  a.badge-beige-100:hover, a.badge-beige-100:focus {
    color: #212529;
    background-color: #e3dbd7; }
  a.badge-beige-100:focus, a.badge-beige-100.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }

.badge-beige-200 {
  color: #212529;
  background-color: #EFE9E6; }
  a.badge-beige-200:hover, a.badge-beige-200:focus {
    color: #212529;
    background-color: #dbcec7; }
  a.badge-beige-200:focus, a.badge-beige-200.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }

.badge-beige-300 {
  color: #212529;
  background-color: #E2DAD6; }
  a.badge-beige-300:hover, a.badge-beige-300:focus {
    color: #212529;
    background-color: #cdbfb8; }
  a.badge-beige-300:focus, a.badge-beige-300.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }

.badge-beige-400 {
  color: #FFFFFF;
  background-color: #846C62; }
  a.badge-beige-400:hover, a.badge-beige-400:focus {
    color: #FFFFFF;
    background-color: #67544c; }
  a.badge-beige-400:focus, a.badge-beige-400.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }

.badge-error {
  color: #FFFFFF;
  background-color: #D52020; }
  a.badge-error:hover, a.badge-error:focus {
    color: #FFFFFF;
    background-color: #a91919; }
  a.badge-error:focus, a.badge-error.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }

.badge-disabled {
  color: #212529;
  background-color: #A8A6A6; }
  a.badge-disabled:hover, a.badge-disabled:focus {
    color: #212529;
    background-color: #8f8c8c; }
  a.badge-disabled:focus, a.badge-disabled.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }

.badge-focus {
  color: #FFFFFF;
  background-color: #4062BB; }
  a.badge-focus:hover, a.badge-focus:focus {
    color: #FFFFFF;
    background-color: #334e95; }
  a.badge-focus:focus, a.badge-focus.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }

.badge-tertiary {
  color: #212529;
  background-color: #FFFFFF; }
  a.badge-tertiary:hover, a.badge-tertiary:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-tertiary:focus, a.badge-tertiary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-quaternary {
  color: #212529;
  background-color: #F5F2F2; }
  a.badge-quaternary:hover, a.badge-quaternary:focus {
    color: #212529;
    background-color: #dfd5d5; }
  a.badge-quaternary:focus, a.badge-quaternary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }

.badge-quinary {
  color: #212529;
  background-color: #E0DDDD; }
  a.badge-quinary:hover, a.badge-quinary:focus {
    color: #212529;
    background-color: #c8c2c2; }
  a.badge-quinary:focus, a.badge-quinary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.badge-senary {
  color: #FFFFFF;
  background-color: #2B2926; }
  a.badge-senary:hover, a.badge-senary:focus {
    color: #FFFFFF;
    background-color: #100f0e; }
  a.badge-senary:focus, a.badge-senary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.badge-white {
  color: #212529;
  background-color: #FFFFFF; }
  a.badge-white:hover, a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-gray {
  color: #212529;
  background-color: #E0DDDD; }
  a.badge-gray:hover, a.badge-gray:focus {
    color: #212529;
    background-color: #c8c2c2; }
  a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.badge-gray_light {
  color: #FFFFFF;
  background-color: rgba(43, 41, 38, 0.6); }
  a.badge-gray_light:hover, a.badge-gray_light:focus {
    color: #FFFFFF;
    background-color: rgba(16, 15, 14, 0.6); }
  a.badge-gray_light:focus, a.badge-gray_light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.badge-black {
  color: #FFFFFF;
  background-color: #000000; }
  a.badge-black:hover, a.badge-black:focus {
    color: #FFFFFF;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #85888F;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #731414;
  background-color: #f8d4d4;
  border-color: #f6c3c2; }
  .alert-primary hr {
    border-top-color: #f3adac; }
  .alert-primary .alert-link {
    color: #480c0c; }

.alert-secondary {
  color: #002056;
  background-color: #ccd8ed;
  border-color: #b8c9e6; }
  .alert-secondary hr {
    border-top-color: #a5bbdf; }
  .alert-secondary .alert-link {
    color: #000d23; }

.alert-success {
  color: #0b4f0b;
  background-color: #d0ead0;
  border-color: #bee2be; }
  .alert-success hr {
    border-top-color: #acdaac; }
  .alert-success .alert-link {
    color: #052205; }

.alert-info {
  color: #5c0e0e;
  background-color: #efd1d1;
  border-color: #e9bfbf; }
  .alert-info hr {
    border-top-color: #e2acac; }
  .alert-info .alert-link {
    color: #300707; }

.alert-warning {
  color: #5c0e0e;
  background-color: #efd1d1;
  border-color: #e9bfbf; }
  .alert-warning hr {
    border-top-color: #e2acac; }
  .alert-warning .alert-link {
    color: #300707; }

.alert-danger {
  color: #5c0e0e;
  background-color: #efd1d1;
  border-color: #e9bfbf; }
  .alert-danger hr {
    border-top-color: #e2acac; }
  .alert-danger .alert-link {
    color: #300707; }

.alert-light {
  color: #7e7c7b;
  background-color: #fcfcfb;
  border-color: #fbfbfa; }
  .alert-light hr {
    border-top-color: #f0f0ec; }
  .alert-light .alert-link {
    color: #646362; }

.alert-dark {
  color: #161514;
  background-color: #d5d4d4;
  border-color: #c4c3c2; }
  .alert-dark hr {
    border-top-color: #b7b6b5; }
  .alert-dark .alert-link {
    color: black; }

.alert-custom {
  color: #731414;
  background-color: #f8d4d4;
  border-color: #f6c3c2; }
  .alert-custom hr {
    border-top-color: #f3adac; }
  .alert-custom .alert-link {
    color: #480c0c; }

.alert-red-00 {
  color: #731414;
  background-color: #f8d4d4;
  border-color: #f6c3c2; }
  .alert-red-00 hr {
    border-top-color: #f3adac; }
  .alert-red-00 .alert-link {
    color: #480c0c; }

.alert-red-100 {
  color: #5c0e0e;
  background-color: #efd1d1;
  border-color: #e9bfbf; }
  .alert-red-100 hr {
    border-top-color: #e2acac; }
  .alert-red-100 .alert-link {
    color: #300707; }

.alert-red-200 {
  color: #5c0e0e;
  background-color: #efd1d1;
  border-color: #e9bfbf; }
  .alert-red-200 hr {
    border-top-color: #e2acac; }
  .alert-red-200 .alert-link {
    color: #300707; }

.alert-beige-00 {
  color: #7e7c7b;
  background-color: #fcfcfb;
  border-color: #fbfbfa; }
  .alert-beige-00 hr {
    border-top-color: #f0f0ec; }
  .alert-beige-00 .alert-link {
    color: #646362; }

.alert-beige-100 {
  color: #81807f;
  background-color: #fefdfd;
  border-color: #fdfcfc; }
  .alert-beige-100 hr {
    border-top-color: #f3eded; }
  .alert-beige-100 .alert-link {
    color: #676766; }

.alert-beige-200 {
  color: #7c7978;
  background-color: #fcfbfa;
  border-color: #fbf9f8; }
  .alert-beige-200 hr {
    border-top-color: #f2ebe8; }
  .alert-beige-200 .alert-link {
    color: #62605f; }

.alert-beige-300 {
  color: #76716f;
  background-color: #f9f8f7;
  border-color: #f7f5f4; }
  .alert-beige-300 hr {
    border-top-color: #ece8e5; }
  .alert-beige-300 .alert-link {
    color: #5c5856; }

.alert-beige-400 {
  color: #453833;
  background-color: #e6e2e0;
  border-color: #ddd6d3; }
  .alert-beige-400 hr {
    border-top-color: #d2c9c5; }
  .alert-beige-400 .alert-link {
    color: #28201d; }

.alert-error {
  color: #6f1111;
  background-color: #f7d2d2;
  border-color: #f3c1c1; }
  .alert-error hr {
    border-top-color: #efacac; }
  .alert-error .alert-link {
    color: #430a0a; }

.alert-disabled {
  color: #575656;
  background-color: #eeeded;
  border-color: #e7e6e6; }
  .alert-disabled hr {
    border-top-color: #dbd9d9; }
  .alert-disabled .alert-link {
    color: #3d3d3d; }

.alert-focus {
  color: #213361;
  background-color: #d9e0f1;
  border-color: #cad3ec; }
  .alert-focus hr {
    border-top-color: #b7c3e5; }
  .alert-focus .alert-link {
    color: #141f3b; }

.alert-tertiary {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-tertiary hr {
    border-top-color: #f2f2f2; }
  .alert-tertiary .alert-link {
    color: #6c6c6c; }

.alert-quaternary {
  color: #7f7e7e;
  background-color: #fdfcfc;
  border-color: #fcfbfb; }
  .alert-quaternary hr {
    border-top-color: #f1ecec; }
  .alert-quaternary .alert-link {
    color: #656565; }

.alert-quinary {
  color: #747373;
  background-color: #f9f8f8;
  border-color: #f6f5f5; }
  .alert-quinary hr {
    border-top-color: #eae8e8; }
  .alert-quinary .alert-link {
    color: #5a5a5a; }

.alert-senary {
  color: #161514;
  background-color: #d5d4d4;
  border-color: #c4c3c2; }
  .alert-senary hr {
    border-top-color: #b7b6b5; }
  .alert-senary .alert-link {
    color: black; }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-gray {
  color: #747373;
  background-color: #f9f8f8;
  border-color: #f6f5f5; }
  .alert-gray hr {
    border-top-color: #eae8e8; }
  .alert-gray .alert-link {
    color: #5a5a5a; }

.alert-gray_light {
  color: rgba(14, 13, 12, 0.792);
  background-color: rgba(234, 234, 234, 0.92);
  border-color: rgba(225, 224, 224, 0.888); }
  .alert-gray_light hr {
    border-top-color: rgba(212, 211, 211, 0.888); }
  .alert-gray_light .alert-link {
    color: rgba(0, 0, 0, 0.792); }

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #85888F;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #DE2726;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #E0DDDD; }
  .list-group-item-action:active {
    color: #000000;
    background-color: #85888F; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #FFFFFF; }
  .list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 320px) {
  .list-group-horizontal-xs {
    flex-direction: row; }
    .list-group-horizontal-xs .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xs .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xs .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 728px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1680px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1920px) {
  .list-group-horizontal-xxxl {
    flex-direction: row; }
    .list-group-horizontal-xxxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxxl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xxxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #731414;
  background-color: #f6c3c2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #731414;
    background-color: #f3adac; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #731414;
    border-color: #731414; }

.list-group-item-secondary {
  color: #002056;
  background-color: #b8c9e6; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #002056;
    background-color: #a5bbdf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #002056;
    border-color: #002056; }

.list-group-item-success {
  color: #0b4f0b;
  background-color: #bee2be; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0b4f0b;
    background-color: #acdaac; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #0b4f0b;
    border-color: #0b4f0b; }

.list-group-item-info {
  color: #5c0e0e;
  background-color: #e9bfbf; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #5c0e0e;
    background-color: #e2acac; }
  .list-group-item-info.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5c0e0e;
    border-color: #5c0e0e; }

.list-group-item-warning {
  color: #5c0e0e;
  background-color: #e9bfbf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #5c0e0e;
    background-color: #e2acac; }
  .list-group-item-warning.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5c0e0e;
    border-color: #5c0e0e; }

.list-group-item-danger {
  color: #5c0e0e;
  background-color: #e9bfbf; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #5c0e0e;
    background-color: #e2acac; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5c0e0e;
    border-color: #5c0e0e; }

.list-group-item-light {
  color: #7e7c7b;
  background-color: #fbfbfa; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7e7c7b;
    background-color: #f0f0ec; }
  .list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7e7c7b;
    border-color: #7e7c7b; }

.list-group-item-dark {
  color: #161514;
  background-color: #c4c3c2; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #161514;
    background-color: #b7b6b5; }
  .list-group-item-dark.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #161514;
    border-color: #161514; }

.list-group-item-custom {
  color: #731414;
  background-color: #f6c3c2; }
  .list-group-item-custom.list-group-item-action:hover, .list-group-item-custom.list-group-item-action:focus {
    color: #731414;
    background-color: #f3adac; }
  .list-group-item-custom.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #731414;
    border-color: #731414; }

.list-group-item-red-00 {
  color: #731414;
  background-color: #f6c3c2; }
  .list-group-item-red-00.list-group-item-action:hover, .list-group-item-red-00.list-group-item-action:focus {
    color: #731414;
    background-color: #f3adac; }
  .list-group-item-red-00.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #731414;
    border-color: #731414; }

.list-group-item-red-100 {
  color: #5c0e0e;
  background-color: #e9bfbf; }
  .list-group-item-red-100.list-group-item-action:hover, .list-group-item-red-100.list-group-item-action:focus {
    color: #5c0e0e;
    background-color: #e2acac; }
  .list-group-item-red-100.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5c0e0e;
    border-color: #5c0e0e; }

.list-group-item-red-200 {
  color: #5c0e0e;
  background-color: #e9bfbf; }
  .list-group-item-red-200.list-group-item-action:hover, .list-group-item-red-200.list-group-item-action:focus {
    color: #5c0e0e;
    background-color: #e2acac; }
  .list-group-item-red-200.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #5c0e0e;
    border-color: #5c0e0e; }

.list-group-item-beige-00 {
  color: #7e7c7b;
  background-color: #fbfbfa; }
  .list-group-item-beige-00.list-group-item-action:hover, .list-group-item-beige-00.list-group-item-action:focus {
    color: #7e7c7b;
    background-color: #f0f0ec; }
  .list-group-item-beige-00.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7e7c7b;
    border-color: #7e7c7b; }

.list-group-item-beige-100 {
  color: #81807f;
  background-color: #fdfcfc; }
  .list-group-item-beige-100.list-group-item-action:hover, .list-group-item-beige-100.list-group-item-action:focus {
    color: #81807f;
    background-color: #f3eded; }
  .list-group-item-beige-100.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #81807f;
    border-color: #81807f; }

.list-group-item-beige-200 {
  color: #7c7978;
  background-color: #fbf9f8; }
  .list-group-item-beige-200.list-group-item-action:hover, .list-group-item-beige-200.list-group-item-action:focus {
    color: #7c7978;
    background-color: #f2ebe8; }
  .list-group-item-beige-200.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7c7978;
    border-color: #7c7978; }

.list-group-item-beige-300 {
  color: #76716f;
  background-color: #f7f5f4; }
  .list-group-item-beige-300.list-group-item-action:hover, .list-group-item-beige-300.list-group-item-action:focus {
    color: #76716f;
    background-color: #ece8e5; }
  .list-group-item-beige-300.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #76716f;
    border-color: #76716f; }

.list-group-item-beige-400 {
  color: #453833;
  background-color: #ddd6d3; }
  .list-group-item-beige-400.list-group-item-action:hover, .list-group-item-beige-400.list-group-item-action:focus {
    color: #453833;
    background-color: #d2c9c5; }
  .list-group-item-beige-400.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #453833;
    border-color: #453833; }

.list-group-item-error {
  color: #6f1111;
  background-color: #f3c1c1; }
  .list-group-item-error.list-group-item-action:hover, .list-group-item-error.list-group-item-action:focus {
    color: #6f1111;
    background-color: #efacac; }
  .list-group-item-error.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #6f1111;
    border-color: #6f1111; }

.list-group-item-disabled {
  color: #575656;
  background-color: #e7e6e6; }
  .list-group-item-disabled.list-group-item-action:hover, .list-group-item-disabled.list-group-item-action:focus {
    color: #575656;
    background-color: #dbd9d9; }
  .list-group-item-disabled.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #575656;
    border-color: #575656; }

.list-group-item-focus {
  color: #213361;
  background-color: #cad3ec; }
  .list-group-item-focus.list-group-item-action:hover, .list-group-item-focus.list-group-item-action:focus {
    color: #213361;
    background-color: #b7c3e5; }
  .list-group-item-focus.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #213361;
    border-color: #213361; }

.list-group-item-tertiary {
  color: #858585;
  background-color: white; }
  .list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-tertiary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-quaternary {
  color: #7f7e7e;
  background-color: #fcfbfb; }
  .list-group-item-quaternary.list-group-item-action:hover, .list-group-item-quaternary.list-group-item-action:focus {
    color: #7f7e7e;
    background-color: #f1ecec; }
  .list-group-item-quaternary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #7f7e7e;
    border-color: #7f7e7e; }

.list-group-item-quinary {
  color: #747373;
  background-color: #f6f5f5; }
  .list-group-item-quinary.list-group-item-action:hover, .list-group-item-quinary.list-group-item-action:focus {
    color: #747373;
    background-color: #eae8e8; }
  .list-group-item-quinary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #747373;
    border-color: #747373; }

.list-group-item-senary {
  color: #161514;
  background-color: #c4c3c2; }
  .list-group-item-senary.list-group-item-action:hover, .list-group-item-senary.list-group-item-action:focus {
    color: #161514;
    background-color: #b7b6b5; }
  .list-group-item-senary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #161514;
    border-color: #161514; }

.list-group-item-white {
  color: #858585;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-gray {
  color: #747373;
  background-color: #f6f5f5; }
  .list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #747373;
    background-color: #eae8e8; }
  .list-group-item-gray.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #747373;
    border-color: #747373; }

.list-group-item-gray_light {
  color: rgba(14, 13, 12, 0.792);
  background-color: rgba(225, 224, 224, 0.888); }
  .list-group-item-gray_light.list-group-item-action:hover, .list-group-item-gray_light.list-group-item-action:focus {
    color: rgba(14, 13, 12, 0.792);
    background-color: rgba(212, 211, 211, 0.888); }
  .list-group-item-gray_light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: rgba(14, 13, 12, 0.792);
    border-color: rgba(14, 13, 12, 0.792); }

.list-group-item-black {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #CCD0DB;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #CCD0DB;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #FFFFFF; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #FFFFFF; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #FFFFFF; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #FFFFFF; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000000; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #DE2726 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b51c1c !important; }

.bg-secondary {
  background-color: #003DA5 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #002a72 !important; }

.bg-success {
  background-color: #169816 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #106b10 !important; }

.bg-info {
  background-color: #B11B1B !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #851414 !important; }

.bg-warning {
  background-color: #B11B1B !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #851414 !important; }

.bg-danger {
  background-color: #B11B1B !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #851414 !important; }

.bg-light {
  background-color: #F2EFED !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ddd5cf !important; }

.bg-dark {
  background-color: #2B2926 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #100f0e !important; }

.bg-custom {
  background-color: #DE2726 !important; }

a.bg-custom:hover, a.bg-custom:focus,
button.bg-custom:hover,
button.bg-custom:focus {
  background-color: #b51c1c !important; }

.bg-red-00 {
  background-color: #DE2726 !important; }

a.bg-red-00:hover, a.bg-red-00:focus,
button.bg-red-00:hover,
button.bg-red-00:focus {
  background-color: #b51c1c !important; }

.bg-red-100 {
  background-color: #B11B1B !important; }

a.bg-red-100:hover, a.bg-red-100:focus,
button.bg-red-100:hover,
button.bg-red-100:focus {
  background-color: #851414 !important; }

.bg-red-200 {
  background-color: #B11B1B !important; }

a.bg-red-200:hover, a.bg-red-200:focus,
button.bg-red-200:hover,
button.bg-red-200:focus {
  background-color: #851414 !important; }

.bg-beige-00 {
  background-color: #F2EFED !important; }

a.bg-beige-00:hover, a.bg-beige-00:focus,
button.bg-beige-00:hover,
button.bg-beige-00:focus {
  background-color: #ddd5cf !important; }

.bg-beige-100 {
  background-color: #F8F6F5 !important; }

a.bg-beige-100:hover, a.bg-beige-100:focus,
button.bg-beige-100:hover,
button.bg-beige-100:focus {
  background-color: #e3dbd7 !important; }

.bg-beige-200 {
  background-color: #EFE9E6 !important; }

a.bg-beige-200:hover, a.bg-beige-200:focus,
button.bg-beige-200:hover,
button.bg-beige-200:focus {
  background-color: #dbcec7 !important; }

.bg-beige-300 {
  background-color: #E2DAD6 !important; }

a.bg-beige-300:hover, a.bg-beige-300:focus,
button.bg-beige-300:hover,
button.bg-beige-300:focus {
  background-color: #cdbfb8 !important; }

.bg-beige-400 {
  background-color: #846C62 !important; }

a.bg-beige-400:hover, a.bg-beige-400:focus,
button.bg-beige-400:hover,
button.bg-beige-400:focus {
  background-color: #67544c !important; }

.bg-error {
  background-color: #D52020 !important; }

a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
  background-color: #a91919 !important; }

.bg-disabled {
  background-color: #A8A6A6 !important; }

a.bg-disabled:hover, a.bg-disabled:focus,
button.bg-disabled:hover,
button.bg-disabled:focus {
  background-color: #8f8c8c !important; }

.bg-focus {
  background-color: #4062BB !important; }

a.bg-focus:hover, a.bg-focus:focus,
button.bg-focus:hover,
button.bg-focus:focus {
  background-color: #334e95 !important; }

.bg-tertiary {
  background-color: #FFFFFF !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #e6e6e6 !important; }

.bg-quaternary {
  background-color: #F5F2F2 !important; }

a.bg-quaternary:hover, a.bg-quaternary:focus,
button.bg-quaternary:hover,
button.bg-quaternary:focus {
  background-color: #dfd5d5 !important; }

.bg-quinary {
  background-color: #E0DDDD !important; }

a.bg-quinary:hover, a.bg-quinary:focus,
button.bg-quinary:hover,
button.bg-quinary:focus {
  background-color: #c8c2c2 !important; }

.bg-senary {
  background-color: #2B2926 !important; }

a.bg-senary:hover, a.bg-senary:focus,
button.bg-senary:hover,
button.bg-senary:focus {
  background-color: #100f0e !important; }

.bg-white {
  background-color: #FFFFFF !important; }

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-gray {
  background-color: #E0DDDD !important; }

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #c8c2c2 !important; }

.bg-gray_light {
  background-color: rgba(43, 41, 38, 0.6) !important; }

a.bg-gray_light:hover, a.bg-gray_light:focus,
button.bg-gray_light:hover,
button.bg-gray_light:focus {
  background-color: rgba(16, 15, 14, 0.6) !important; }

.bg-black {
  background-color: #000000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #CCD0DB !important; }

.border-top {
  border-top: 1px solid #CCD0DB !important; }

.border-right {
  border-right: 1px solid #CCD0DB !important; }

.border-bottom {
  border-bottom: 1px solid #CCD0DB !important; }

.border-left {
  border-left: 1px solid #CCD0DB !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #DE2726 !important; }

.border-secondary {
  border-color: #003DA5 !important; }

.border-success {
  border-color: #169816 !important; }

.border-info {
  border-color: #B11B1B !important; }

.border-warning {
  border-color: #B11B1B !important; }

.border-danger {
  border-color: #B11B1B !important; }

.border-light {
  border-color: #F2EFED !important; }

.border-dark {
  border-color: #2B2926 !important; }

.border-custom {
  border-color: #DE2726 !important; }

.border-red-00 {
  border-color: #DE2726 !important; }

.border-red-100 {
  border-color: #B11B1B !important; }

.border-red-200 {
  border-color: #B11B1B !important; }

.border-beige-00 {
  border-color: #F2EFED !important; }

.border-beige-100 {
  border-color: #F8F6F5 !important; }

.border-beige-200 {
  border-color: #EFE9E6 !important; }

.border-beige-300 {
  border-color: #E2DAD6 !important; }

.border-beige-400 {
  border-color: #846C62 !important; }

.border-error {
  border-color: #D52020 !important; }

.border-disabled {
  border-color: #A8A6A6 !important; }

.border-focus {
  border-color: #4062BB !important; }

.border-tertiary {
  border-color: #FFFFFF !important; }

.border-quaternary {
  border-color: #F5F2F2 !important; }

.border-quinary {
  border-color: #E0DDDD !important; }

.border-senary {
  border-color: #2B2926 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.border-gray {
  border-color: #E0DDDD !important; }

.border-gray_light {
  border-color: rgba(43, 41, 38, 0.6) !important; }

.border-black {
  border-color: #000000 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after, .node-contact-us .js-form-type-managed-file .form-item--error-message ul::after, .node-13 .js-form-type-managed-file .form-item--error-message ul::after {
  display: block;
  clear: both;
  content: ""; }

.d-none, .path-où-acheter .content-wrapper .products-online .container .products-online__more-link, .path-où-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-products .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-où-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-produits .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-où-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .node-921896 .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-où-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div .products-online__more-link, .path-products .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link, .path-où-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div .products-online__more-link, .path-produits .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link, .path-où-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div .products-online__more-link, .node-921896 .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link, .path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 .products-online__more-link, .path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 .products-online__more-link, .path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 .products-online__more-link, .path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .container .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-products .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-produits .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .node-921896 .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .path-products .block--type-recipe-related > div .products-online__more-link, .path-products .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .path-produits .block--type-recipe-related > div .products-online__more-link, .path-produits .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .node-921896 .block--type-recipe-related > div .products-online__more-link, .node-921896 .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 .products-online__more-link, .path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 .products-online__more-link,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 .products-online__more-link, .path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .container .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-products .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-produits .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .node-921896 .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div .products-online__more-link, .path-products .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div .products-online__more-link, .path-produits .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div .products-online__more-link, .node-921896 .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 .products-online__more-link, .path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 .products-online__more-link,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 .products-online__more-link, .path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 .products-online__more-link,
.node-36 .content-wrapper .products-online .container .products-online__more-link,
.node-36 .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-products .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.node-36 .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .path-produits .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.node-36 .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link, .node-921896 .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div .products-online__more-link,
.node-36 .content-wrapper .products-online .path-products .block--type-recipe-related > div .products-online__more-link, .path-products .node-36 .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.node-36 .content-wrapper .products-online .path-produits .block--type-recipe-related > div .products-online__more-link, .path-produits .node-36 .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.node-36 .content-wrapper .products-online .node-921896 .block--type-recipe-related > div .products-online__more-link, .node-921896 .node-36 .content-wrapper .products-online .block--type-recipe-related > div .products-online__more-link,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 .products-online__more-link,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 .products-online__more-link, .path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 .products-online__more-link,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 .products-online__more-link, .path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 .products-online__more-link,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 .products-online__more-link, .path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 .products-online__more-link {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .newsletter-form .js-form-type-checkbox, .node-9 .page-not-found-wrapper, .path-forbidden-access .page-not-found-wrapper, .node-921755 .page-not-found-wrapper, .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 320px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: flex !important; }
  .d-xs-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 728px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse, .newsletter-form .js-form-type-checkbox {
  flex-direction: column-reverse !important; }

.flex-wrap, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center, .node-9 .page-not-found-wrapper, .path-forbidden-access .page-not-found-wrapper, .node-921755 .page-not-found-wrapper {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 320px) {
  .flex-xs-row {
    flex-direction: row !important; }
  .flex-xs-column {
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    justify-content: center !important; }
  .justify-content-xs-between {
    justify-content: space-between !important; }
  .justify-content-xs-around {
    justify-content: space-around !important; }
  .align-items-xs-start {
    align-items: flex-start !important; }
  .align-items-xs-end {
    align-items: flex-end !important; }
  .align-items-xs-center {
    align-items: center !important; }
  .align-items-xs-baseline {
    align-items: baseline !important; }
  .align-items-xs-stretch {
    align-items: stretch !important; }
  .align-content-xs-start {
    align-content: flex-start !important; }
  .align-content-xs-end {
    align-content: flex-end !important; }
  .align-content-xs-center {
    align-content: center !important; }
  .align-content-xs-between {
    align-content: space-between !important; }
  .align-content-xs-around {
    align-content: space-around !important; }
  .align-content-xs-stretch {
    align-content: stretch !important; }
  .align-self-xs-auto {
    align-self: auto !important; }
  .align-self-xs-start {
    align-self: flex-start !important; }
  .align-self-xs-end {
    align-self: flex-end !important; }
  .align-self-xs-center {
    align-self: center !important; }
  .align-self-xs-baseline {
    align-self: baseline !important; }
  .align-self-xs-stretch {
    align-self: stretch !important; } }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 728px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1920px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 320px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 728px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1680px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1920px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0,
.node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm,
.node-13 .block-webform .form-row .js-form-type-webform-email-confirm {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0, .node-contact-us .block-webform .form-group.form-item-message, .node-13 .block-webform .form-group.form-item-message,
.my-0,
.node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm,
.node-13 .block-webform .form-row .js-form-type-webform-email-confirm {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .node-contact-us .webform-confirmation__back, .node-13 .webform-confirmation__back,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .newsletter-form__row .form-item-legal-1,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3, .newsletter-form__row .form-item-legal-1,
.newsletter-form__row .form-item-legal-2,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .newsletter-form__row .form-submit,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0,
.newsletter-form__row > .col-12,
.path-où-acheter .content-wrapper .products-online .container h2,
.path-où-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2,
.path-products .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-où-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2,
.path-produits .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-où-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2,
.node-921896 .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-où-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h2,
.path-products .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-où-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2,
.path-produits .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-où-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2,
.node-921896 .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2,
.path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2,
.path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2,
.path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2,
.path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-where-to-buy .content-wrapper .products-online .container h2,
.path-where-to-buy .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2,
.path-products .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2,
.path-produits .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2,
.node-921896 .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .path-products .block--type-recipe-related > div h2,
.path-products .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2,
.path-produits .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2,
.node-921896 .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2,
.path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2,
.path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2,
.path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2,
.path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-ou-acheter .content-wrapper .products-online .container h2,
.path-ou-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2,
.path-products .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2,
.path-produits .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2,
.node-921896 .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h2,
.path-products .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2,
.path-produits .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2,
.node-921896 .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2,
.path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2,
.path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2,
.path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2,
.path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.node-36 .content-wrapper .products-online .container h2,
.node-36 .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2,
.path-products .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2,
.path-produits .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2,
.node-921896 .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .path-products .block--type-recipe-related > div h2,
.path-products .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2,
.path-produits .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2,
.node-921896 .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2,
.path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2,
.path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2,
.path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2,
.path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h2 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0,
.newsletter-form__row > .col-12,
.path-où-acheter .content-wrapper .products-online .container h2,
.path-où-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2,
.path-products .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-où-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2,
.path-produits .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-où-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2,
.node-921896 .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-où-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h2,
.path-products .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-où-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2,
.path-produits .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-où-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2,
.node-921896 .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2,
.path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2,
.path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2,
.path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2,
.path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-where-to-buy .content-wrapper .products-online .container h2,
.path-where-to-buy .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2,
.path-products .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2,
.path-produits .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2,
.node-921896 .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .path-products .block--type-recipe-related > div h2,
.path-products .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2,
.path-produits .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2,
.node-921896 .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2,
.path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2,
.path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2,
.path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2,
.path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-ou-acheter .content-wrapper .products-online .container h2,
.path-ou-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2,
.path-products .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2,
.path-produits .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2,
.node-921896 .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h2,
.path-products .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2,
.path-produits .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2,
.node-921896 .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2,
.path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2,
.path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2,
.path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2,
.path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.node-36 .content-wrapper .products-online .container h2,
.node-36 .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2,
.path-products .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2,
.path-produits .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2,
.node-921896 .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .path-products .block--type-recipe-related > div h2,
.path-products .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2,
.path-produits .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2,
.node-921896 .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2,
.path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2,
.path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2,
.path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2,
.path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h2 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3,
.newsletter-form__row .form-submit {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3,
.newsletter-form__row .form-submit {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto,
.node-contact-us .block-webform .form-check .form-text .webform-element-description,
.node-13 .block-webform .form-check .form-text .webform-element-description {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto,
.node-contact-us .block-webform .form-check .form-text .webform-element-description,
.node-13 .block-webform .form-check .form-text .webform-element-description {
  margin-left: auto !important; }

@media (min-width: 320px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important; }
  .m-xs-n1 {
    margin: -0.25rem !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important; }
  .m-xs-n2 {
    margin: -0.5rem !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important; }
  .m-xs-n3 {
    margin: -1rem !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important; }
  .m-xs-n4 {
    margin: -1.5rem !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important; }
  .m-xs-n5 {
    margin: -3rem !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 728px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1920px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left, .newsletter-form .js-form-type-checkbox {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center, .node-contact-us .webform-confirmation__message, .node-13 .webform-confirmation__message, .node-contact-us .webform-confirmation__back, .node-13 .webform-confirmation__back, .path-où-acheter .content-wrapper .products-online .container h2, .path-où-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2, .path-products .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2, .path-où-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2, .path-produits .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2, .path-où-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2, .node-921896 .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2, .path-où-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h2, .path-products .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2, .path-où-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2, .path-produits .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2, .path-où-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2, .node-921896 .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h2, .path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2, .path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2, .path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2, .path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2, .path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2, .path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2, .path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2, .path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-where-to-buy .content-wrapper .products-online .container h2,
.path-where-to-buy .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2, .path-products .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2, .path-produits .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2, .node-921896 .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-where-to-buy .content-wrapper .products-online .path-products .block--type-recipe-related > div h2, .path-products .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2, .path-produits .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2, .node-921896 .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2, .path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2, .path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2, .path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2, .path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-ou-acheter .content-wrapper .products-online .container h2,
.path-ou-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2, .path-products .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2, .path-produits .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2, .node-921896 .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.path-ou-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h2, .path-products .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2, .path-produits .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2, .node-921896 .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h2,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2, .path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2, .path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2, .path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2, .path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.node-36 .content-wrapper .products-online .container h2,
.node-36 .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h2, .path-products .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h2, .path-produits .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h2, .node-921896 .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h2,
.node-36 .content-wrapper .products-online .path-products .block--type-recipe-related > div h2, .path-products .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .path-produits .block--type-recipe-related > div h2, .path-produits .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h2, .node-921896 .node-36 .content-wrapper .products-online .block--type-recipe-related > div h2,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h2, .path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h2, .path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h2,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h2, .path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h2,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h2, .path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h2, .path-où-acheter .content-wrapper .products-online .container h4, .path-où-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h4, .path-products .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4, .path-où-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h4, .path-produits .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4, .path-où-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h4, .node-921896 .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4, .path-où-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h4, .path-products .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h4, .path-où-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h4, .path-produits .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h4, .path-où-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h4, .node-921896 .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h4, .path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h4, .path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4, .path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h4, .path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h4, .path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h4, .path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4, .path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h4, .path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.path-where-to-buy .content-wrapper .products-online .container h4,
.path-where-to-buy .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h4, .path-products .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-where-to-buy .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h4, .path-produits .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-where-to-buy .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h4, .node-921896 .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-where-to-buy .content-wrapper .products-online .path-products .block--type-recipe-related > div h4, .path-products .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-where-to-buy .content-wrapper .products-online .path-produits .block--type-recipe-related > div h4, .path-produits .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-where-to-buy .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h4, .node-921896 .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h4, .path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h4, .path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h4, .path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h4, .path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.path-ou-acheter .content-wrapper .products-online .container h4,
.path-ou-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h4, .path-products .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-ou-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h4, .path-produits .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-ou-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h4, .node-921896 .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-ou-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h4, .path-products .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-ou-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h4, .path-produits .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-ou-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h4, .node-921896 .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h4, .path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h4, .path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h4, .path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h4, .path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.node-36 .content-wrapper .products-online .container h4,
.node-36 .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h4, .path-products .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.node-36 .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h4, .path-produits .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.node-36 .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h4, .node-921896 .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.node-36 .content-wrapper .products-online .path-products .block--type-recipe-related > div h4, .path-products .node-36 .content-wrapper .products-online .block--type-recipe-related > div h4,
.node-36 .content-wrapper .products-online .path-produits .block--type-recipe-related > div h4, .path-produits .node-36 .content-wrapper .products-online .block--type-recipe-related > div h4,
.node-36 .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h4, .node-921896 .node-36 .content-wrapper .products-online .block--type-recipe-related > div h4,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h4, .path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h4, .path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h4, .path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h4, .path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h4 {
  text-align: center !important; }

@media (min-width: 320px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 728px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1680px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1920px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

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

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #FFFFFF !important; }

.text-primary {
  color: #DE2726 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #9f1918 !important; }

.text-secondary {
  color: #003DA5 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #002159 !important; }

.text-success {
  color: #169816 !important; }

a.text-success:hover, a.text-success:focus {
  color: #0c550c !important; }

.text-info {
  color: #B11B1B !important; }

a.text-info:hover, a.text-info:focus {
  color: #6f1111 !important; }

.text-warning {
  color: #B11B1B !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #6f1111 !important; }

.text-danger {
  color: #B11B1B !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #6f1111 !important; }

.text-light {
  color: #F2EFED !important; }

a.text-light:hover, a.text-light:focus {
  color: #d2c8c1 !important; }

.text-dark {
  color: #2B2926 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #020202 !important; }

.text-custom {
  color: #DE2726 !important; }

a.text-custom:hover, a.text-custom:focus {
  color: #9f1918 !important; }

.text-red-00 {
  color: #DE2726 !important; }

a.text-red-00:hover, a.text-red-00:focus {
  color: #9f1918 !important; }

.text-red-100 {
  color: #B11B1B !important; }

a.text-red-100:hover, a.text-red-100:focus {
  color: #6f1111 !important; }

.text-red-200 {
  color: #B11B1B !important; }

a.text-red-200:hover, a.text-red-200:focus {
  color: #6f1111 !important; }

.text-beige-00 {
  color: #F2EFED !important; }

a.text-beige-00:hover, a.text-beige-00:focus {
  color: #d2c8c1 !important; }

.text-beige-100 {
  color: #F8F6F5 !important; }

a.text-beige-100:hover, a.text-beige-100:focus {
  color: #d9cec8 !important; }

.text-beige-200 {
  color: #EFE9E6 !important; }

a.text-beige-200:hover, a.text-beige-200:focus {
  color: #d1c0b7 !important; }

.text-beige-300 {
  color: #E2DAD6 !important; }

a.text-beige-300:hover, a.text-beige-300:focus {
  color: #c2b2a9 !important; }

.text-beige-400 {
  color: #846C62 !important; }

a.text-beige-400:hover, a.text-beige-400:focus {
  color: #584841 !important; }

.text-error {
  color: #D52020 !important; }

a.text-error:hover, a.text-error:focus {
  color: #921616 !important; }

.text-disabled {
  color: #A8A6A6 !important; }

a.text-disabled:hover, a.text-disabled:focus {
  color: #827f7f !important; }

.text-focus {
  color: #4062BB !important; }

a.text-focus:hover, a.text-focus:focus {
  color: #2c4482 !important; }

.text-tertiary {
  color: #FFFFFF !important; }

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #d9d9d9 !important; }

.text-quaternary {
  color: #F5F2F2 !important; }

a.text-quaternary:hover, a.text-quaternary:focus {
  color: #d4c7c7 !important; }

.text-quinary {
  color: #E0DDDD !important; }

a.text-quinary:hover, a.text-quinary:focus {
  color: #bcb5b5 !important; }

.text-senary {
  color: #2B2926 !important; }

a.text-senary:hover, a.text-senary:focus {
  color: #020202 !important; }

.text-white {
  color: #FFFFFF !important; }

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.text-gray {
  color: #E0DDDD !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #bcb5b5 !important; }

.text-gray_light {
  color: rgba(43, 41, 38, 0.6) !important; }

a.text-gray_light:hover, a.text-gray_light:focus {
  color: rgba(2, 2, 2, 0.6) !important; }

.text-black {
  color: #000000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.text-body {
  color: #000000 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  transition: all 0s; }
  .tns-slider > .tns-item {
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.font-family-base {
  font-family: "HCo Gotham", "Source Sans 3", sans-serif; }

.font-family-headings {
  font-family: "proxima-soft", "Source Sans 3", sans-serif; }
  .font-family-headings-200 {
    font-weight: 200; }
  .font-family-headings-300 {
    font-weight: 300; }
  .font-family-headings-400 {
    font-weight: 400; }
  .font-family-headings-500 {
    font-weight: 500; }
  .font-family-headings-600 {
    font-weight: 600; }
  .font-family-headings-700 {
    font-weight: 700; }

.font-regular {
  font-style: normal; }

.font-italic {
  font-style: italic; }

.font-bold {
  font-weight: bold; }

.sg__font-highlight {
  font-size: 3.9375rem;
  line-height: 3.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 1.15px;
  font-weight: 400; }
  @media (min-width: 576px) {
    .sg__font-highlight {
      font-size: 5rem;
      line-height: 4.375rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.15px;
      font-weight: 400; } }
  @media (min-width: 992px) {
    .sg__font-highlight {
      font-size: 5.125rem;
      line-height: 5rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.5px;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .sg__font-highlight {
      font-size: 6.25rem;
      line-height: 5.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.83px;
      font-weight: 400; } }

.sg__font-headline1, h1, .h1, .page__content .field h1, .page__content .field .h1 {
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: -0.35px;
  font-weight: bold; }
  @media (min-width: 576px) {
    .sg__font-headline1, h1, .h1, .page__content .field h1, .page__content .field .h1 {
      font-size: 2.5rem;
      line-height: 2.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.45px;
      font-weight: bold; } }
  @media (min-width: 1200px) {
    .sg__font-headline1, h1, .h1, .page__content .field h1, .page__content .field .h1 {
      font-size: 4rem;
      line-height: 4.125rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.64px;
      font-weight: bold; } }

.sg__font-headline1-alternative {
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: -0.35px;
  font-weight: bold; }
  @media (min-width: 576px) {
    .sg__font-headline1-alternative {
      font-size: 3.375rem;
      line-height: 3.5rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.45px;
      font-weight: bold; } }
  @media (min-width: 728px) {
    .sg__font-headline1-alternative {
      font-size: 2.5rem;
      line-height: 2.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.35px;
      font-weight: bold; } }

.sg__font-headline2, h2, .h2, .page__content .field h2, .page__content .field .h2 {
  font-size: 2.25rem;
  line-height: 2.1875rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: bold; }
  @media (min-width: 576px) {
    .sg__font-headline2, h2, .h2, .page__content .field h2, .page__content .field .h2 {
      font-size: 2.25rem;
      line-height: 2.375rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.4px;
      font-weight: bold; } }
  @media (min-width: 1200px) {
    .sg__font-headline2, h2, .h2, .page__content .field h2, .page__content .field .h2 {
      font-size: 2.5rem;
      line-height: 2.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.4px;
      font-weight: bold; } }

.sg__font-headline3, h3, .h3, .page__content .field h3, .page__content .field .h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0.94px;
  font-weight: 400; }
  @media (min-width: 576px) {
    .sg__font-headline3, h3, .h3, .page__content .field h3, .page__content .field .h3 {
      font-size: 1.5rem;
      line-height: 1.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: 1px;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .sg__font-headline3, h3, .h3, .page__content .field h3, .page__content .field .h3 {
      font-size: 1.5rem;
      line-height: 1.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.36px;
      font-weight: 400; } }

.sg__font-headline4, h4, .h4, .page__content .field h4, .page__content .field .h4 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: bold; }

.sg__font-subtitle1, h5, .h5 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-subtitle1, h5, .h5 {
      font-size: 1.5rem;
      line-height: 1.625rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: 0;
      font-weight: 400; } }

.sg__font-subtitle2 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0.22px;
  font-weight: 400; }

.sg__font-body1, .node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-body1, .node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description {
      font-size: 1rem;
      line-height: 1.5rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: 0;
      font-weight: 400; } }

.sg__font-body2, .newsletter-form__row .form-item-legal-1,
.newsletter-form__row .form-item-legal-2, .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p, .node-contact-us .block-webform .form-check .form-text .webform-element-description, .node-13 .block-webform .form-check .form-text .webform-element-description, .node-contact-us .js-form-type-managed-file .js-form-type-checkbox, .node-13 .js-form-type-managed-file .js-form-type-checkbox, .node-contact-us .form-item-required-message, .node-13 .form-item-required-message, .blog--blog-hero .back-to, .contest-detail .back-to, .contest-detail__back a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400; }

.sg__font-body3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-body3 {
      font-size: 1.375rem;
      line-height: 1.75rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: 0;
      font-weight: 400; } }

.sg__font-caption {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0.2;
  font-weight: 400; }

.sg__font-quote, .node-contact-us .webform-confirmation__message p, .node-13 .webform-confirmation__message p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 992px) {
    .sg__font-quote, .node-contact-us .webform-confirmation__message p, .node-13 .webform-confirmation__message p {
      font-size: 1.375rem;
      line-height: 1.75rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 0;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .sg__font-quote, .node-contact-us .webform-confirmation__message p, .node-13 .webform-confirmation__message p {
      font-size: 1.375rem;
      line-height: 1.875rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 0;
      font-weight: 400; } }

.sg__font-navbar {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-navbar {
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.15px;
      font-weight: 400; } }

.sg__font-button {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-button {
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.15px;
      font-weight: 400; } }

main .sg__font-subtitle1, main h5, main .h5 {
  text-transform: uppercase; }

.tag-blue {
  /*padding: 7px 10px 8px;*/
  padding: 7px 10px;
  border: 2px solid #003DA5;
  color: #003DA5;
  border-radius: 10px;
  /*font-size: 0.625rem;
  letter-spacing: 0.15px;*/
  display: inline-block;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #003DA5;
  letter-spacing: 0.15px;
  font-weight: 500; }
  .tag-blue:hover {
    text-decoration: none;
    background-color: #003DA5;
    color: #FFFFFF; }

.color-red-00 {
  color: #DE2726; }

.color-red-100 {
  color: #B11B1B; }

.color-red-200 {
  color: #B11B1B; }

.color-beige-00 {
  color: #F2EFED; }

.color-beige-100 {
  color: #F8F6F5; }

.color-beige-200 {
  color: #EFE9E6; }

.color-beige-300 {
  color: #E2DAD6; }

.color-beige-400 {
  color: #846C62; }

.color-black {
  color: #000000; }

.color-white {
  color: #FFFFFF; }

.color-error {
  color: #D52020; }

.color-disabled {
  color: #A8A6A6; }

.color-focus {
  color: #4062BB; }

.lists ol, .page__content .field--type-text-with-summary ol,
.lists ul,
.page__content .field--type-text-with-summary ul,
.lists dl,
.page__content .field--type-text-with-summary dl {
  padding-left: 0;
  list-style-position: inside; }

.lists li::marker, .page__content .field--type-text-with-summary li::marker {
  color: #DE2726; }

.lists ul li, .page__content .field--type-text-with-summary ul li {
  list-style: none;
  /*line-height: 40px;*/
  line-height: 32px;
  list-style-position: inside; }
  .lists ul li:before, .page__content .field--type-text-with-summary ul li:before {
    content: "\2022";
    font-size: 25px;
    color: #DE2726;
    margin-right: 15px;
    position: relative;
    top: 3px; }

.lists ol, .page__content .field--type-text-with-summary ol {
  list-style: none;
  counter-reset: counter; }
  .lists ol li, .page__content .field--type-text-with-summary ol li {
    list-style-position: inside;
    counter-increment: counter;
    margin: 1rem 0;
    display: flex;
    align-items: flex-start; }
    .lists ol li:before, .page__content .field--type-text-with-summary ol li:before {
      margin-right: 1.25rem;
      content: counter(counter);
      border: 2px solid #DE2726;
      font-size: 1rem;
      font-weight: 700;
      min-width: 26px;
      width: 26px;
      height: 26px;
      text-align: center;
      border-radius: 50%;
      color: #DE2726;
      display: inline-flex;
      /*align-items: flex-end;*/
      justify-content: center; }

.ajax-progress-fullscreen, .ajax-progress-throbber .throbber {
  background: none;
  border: none; }
  .ajax-progress-fullscreen:after, .ajax-progress-throbber .throbber:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 4px #E2DAD6 solid;
    border-top: 4px #DE2726 solid;
    border-radius: 50%;
    -webkit-animation: rotation .6s infinite linear;
            animation: rotation .6s infinite linear; }

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.newsletter-form .js-form-type-checkbox .form-check-input.error:before, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error:before,
.node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error:before, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error:before,
.node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error:before {
  content: "";
  display: block;
  position: relative;
  width: 13px;
  height: 14px;
  border-style: solid;
  border-color: #B11B1B; }

.node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description {
  text-align: center;
  font-size: 0.900rem;
  margin: 0 auto 10px; }
  @media (min-width: 1200px) {
    .node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }

.path-frontpage .page__content .recipe-redirection__col .btn.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-frontpage .page__content .recipe-redirection__col a.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-frontpage .page__content .recipe-redirection__col a.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block,
.path-frontpage .page__content .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block,
.path-frontpage .page__content .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .btn, .path-frontpage .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-frontpage .page__content .field--type-text-with-summary .d-md-none a, .path-frontpage .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .path-frontpage .page__content .field--type-text-with-summary .d-md-none a, .path-frontpage .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span, .path-products .recipe-redirection__col .btn.d-md-inline-block, .path-products .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-products .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-products .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .btn.d-md-inline-block, .path-produits .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-produits .recipe-redirection__col a.d-md-inline-block, .path-produits .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .path-produits .recipe-redirection__col a.d-md-inline-block, .path-produits .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-produits .recipe-redirection__col a.d-md-inline-block, .path-produits .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .btn.d-md-inline-block, .node-921896 .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .node-921896 .recipe-redirection__col a.d-md-inline-block, .node-921896 .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .node-921896 .recipe-redirection__col a.d-md-inline-block, .node-921896 .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .node-921896 .recipe-redirection__col a.d-md-inline-block, .node-921896 .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .btn.d-md-inline-block, .path-about .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-about .recipe-redirection__col a.d-md-inline-block, .path-about .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .path-about .recipe-redirection__col a.d-md-inline-block, .path-about .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-about .recipe-redirection__col a.d-md-inline-block, .path-about .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .d-md-none .btn, .path-products .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-products .page__content .field--type-text-with-summary .d-md-none a, .path-products .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .path-products .page__content .field--type-text-with-summary .d-md-none a, .path-products .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-products .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-products .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .btn, .path-produits .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-produits .page__content .field--type-text-with-summary .d-md-none a, .path-produits .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .path-produits .page__content .field--type-text-with-summary .d-md-none a, .path-produits .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .btn, .node-921896 .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .node-921896 .page__content .field--type-text-with-summary .d-md-none a, .node-921896 .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .node-921896 .page__content .field--type-text-with-summary .d-md-none a, .node-921896 .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .d-md-none .btn, .path-about .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-about .page__content .field--type-text-with-summary .d-md-none a, .path-about .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .path-about .page__content .field--type-text-with-summary .d-md-none a, .path-about .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span, .node-type--recipes .page__content .recipe-featured .btn, .node-type--recipes .page__content .recipe-featured .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .node-type--recipes .page__content .recipe-featured a, .node-type--recipes .page__content .recipe-featured .contest-detail__cta a, .contest-detail__cta .node-type--recipes .page__content .recipe-featured a, .node-type--recipes .page__content .recipe-featured .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span,
.node-type--recipes .page__content .recipe-featured .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span,
.node-type--recipes .page__content .recipe-featured .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span {
  justify-content: center;
  min-width: 157px; }

.my-60px {
  margin-top: 60px;
  margin-bottom: 60px; }

.no-background {
  background: none !important; }

.bg-gray-00 {
  background: #F5F2F2; }

@media (max-width: 991.98px) {
  .juicer-feed.image-grid .j-text .j-message, .juicer-feed.image-grid .j-text .j-edit, .juicer-feed.slider .j-text .j-message, .juicer-feed.slider .j-text .j-edit, .juicer-feed.hip .j-text .j-message, .juicer-feed.hip .j-text .j-edit {
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important; } }

@media (max-width: 991.98px) {
  .juicer-feed.image-grid .j-text .j-message p:last-of-type, .juicer-feed.image-grid .j-text .j-edit p:last-of-type, .juicer-feed.slider .j-text .j-message p:last-of-type, .juicer-feed.slider .j-text .j-edit p:last-of-type, .juicer-feed.hip .j-text .j-message p:last-of-type, .juicer-feed.hip .j-text .j-edit p:last-of-type {
    overflow: auto;
    height: 100%;
    line-height: normal; } }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-359deg); } }

/* When mouse is detected, ALL focused elements have outline removed. */
body.using-mouse :focus {
  outline: none !important; }

body.using-mouse .link_store, body.using-mouse .link_store:focus {
  outline: none !important; }

body.using-mouse .form-control:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 2px black !important; }

body {
  /*font-family: 'HCo Gotham', sans-serif;*/ }

a:focus:not(:focus-visible), button:focus:not(:focus-visible), .btn:focus:not(:focus-visible), .views-infinite-scroll-load-more a:focus:not(:focus-visible), .contest-detail__cta a:focus:not(:focus-visible), .path-search-results .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible),
.path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible),
.node-921386 .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible), input:focus:not(:focus-visible), textarea:focus:not(:focus-visible), select:focus:not(:focus-visible) {
  outline: none !important; }

figcaption {
  margin-top: 15px; }

.page__content .field p:not(.small) {
  font-size: 1rem; }

.page__content .field p a:not(.btn):not(.cta-secondary) {
  text-decoration: none;
  color: #003DA5;
  font-weight: 500; }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
@font-face {
  font-family: 'Source Sans 3';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("/themes/custom/dempsters/assets/fonts/SourceSans3-Regular.ttf.woff2") format("woff2"), url("/themes/custom/dempsters/assets/fonts/SourceSans3-Regular.otf.woff") format("woff"); }

body {
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.block-views .view-advanced-filters .views-exposed-form,
.block-views .view-advanced-filters #advanced-filters-wrapper {
  display: none; }

#advanced-filter-form-wrapper {
  display: none; }

.ui-dialog.advanced-filters-modal .ui-widget-header .ui-dialog-title {
  display: block !important; }

.newsletter-form {
  min-height: 759px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative; }
  .newsletter-form > .container, .path-products #block-titlerecipesyoumaylikeallproducts.newsletter-form > div,
  .path-produits #block-titlerecipesyoumaylikeallproducts.newsletter-form > div,
  .node-921896 #block-titlerecipesyoumaylikeallproducts.newsletter-form > div, .path-products .block--type-recipe-related.newsletter-form > div,
  .path-produits .block--type-recipe-related.newsletter-form > div,
  .node-921896 .block--type-recipe-related.newsletter-form > div, .path-contests .block-views-blockcontest-block-1.newsletter-form > h2,
  .path-contests .block-views-blockcontest-block.newsletter-form > h2,
  .path-concours .block-views-blockcontest-block-1.newsletter-form > h2,
  .path-concours .block-views-blockcontest-block.newsletter-form > h2 {
    padding: 0; }
  .newsletter-form__row {
    background-color: #F2EFED;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 30px 0 50px 0;
    border-radius: 30px; }
    @media (min-width: 992px) {
      .newsletter-form__row {
        padding: 40px 0 25px 0;
        margin-top: 120px;
        margin-bottom: 120px; } }
    .newsletter-form__row .js-form-type-processed-text {
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .newsletter-form__row .js-form-type-processed-text {
          margin-bottom: 50px; } }
    @media (max-width: 727.98px) {
      .newsletter-form__row .form-item-legal-1,
      .newsletter-form__row .form-item-legal-2 {
        text-align: left; } }
    .newsletter-form__row input::-moz-placeholder {
      color: #000000; }
    .newsletter-form__row input:-ms-input-placeholder {
      color: #000000; }
    .newsletter-form__row input::placeholder {
      color: #000000; }
  .newsletter-form .webform-confirmation {
    padding: 0; }
    .newsletter-form .webform-confirmation:before {
      content: '';
      width: 137px;
      height: 129px;
      display: inline-block;
      margin: 20px auto 25px;
      background-image: url("/themes/custom/dempsters/assets/images/bread_1loop.gif");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .newsletter-form .webform-confirmation .btn, .newsletter-form .webform-confirmation .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .newsletter-form .webform-confirmation a, .newsletter-form .webform-confirmation .contest-detail__cta a, .contest-detail__cta .newsletter-form .webform-confirmation a, .newsletter-form .webform-confirmation .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .newsletter-form .webform-confirmation span,
    .newsletter-form .webform-confirmation .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .newsletter-form .webform-confirmation span,
    .newsletter-form .webform-confirmation .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .newsletter-form .webform-confirmation span {
      margin-top: 15px; }
  .newsletter-form .js-form-type-checkbox {
    margin-right: 20px;
    margin-left: 20px; }
    @media (min-width: 728px) {
      .newsletter-form .js-form-type-checkbox {
        margin-left: 50px; } }
  .newsletter-form #webform-submission-newsletter-form-node-4-form-ajax .ajax-submit-prevented .form-group:focus-within label {
    color: #B11B1B !important; }
  .newsletter-form input[type="checkbox"]:focus {
    border: 2px solid #000000;
    outline-color: #000000;
    outline-style: dashed; }
  .newsletter-form input[type="checkbox"]:hover {
    border: 2px solid #000000; }
  .newsletter-form .js-form-type-checkbox .form-check-input {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    position: absolute; }
  .newsletter-form .js-form-type-checkbox .form-check-input.error:before {
    top: 0;
    height: 30px !important;
    width: 30px !important; }
  .newsletter-form .js-form-type-checkbox .form-check-input.error ~ label {
    color: #B11B1B !important; }
  .newsletter-form .js-form-type-checkbox .form-check-input.error ~ .form-item--error-message {
    margin: 15px 0; }

.ajax-progress.ajax-progress-throbber {
  width: 100%; }

.throbber {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important; }

.node-9, .path-forbidden-access, .node-921755 {
  /*background-color: $red-00;*/
  background-color: #003DA5;
  color: white; }
  .node-9 .node-layout-builder-form, .path-forbidden-access .node-layout-builder-form, .node-921755 .node-layout-builder-form {
    background-color: #FFFFFF; }
  .node-9 .btn-outline-white:not(:disabled):not(.disabled), .path-forbidden-access .btn-outline-white:not(:disabled):not(.disabled), .node-921755 .btn-outline-white:not(:disabled):not(.disabled) {
    padding: 0.657rem 0.75em; }
    .node-9 .btn-outline-white:not(:disabled):not(.disabled):hover, .node-9 .btn-outline-white:not(:disabled):not(.disabled):focus, .path-forbidden-access .btn-outline-white:not(:disabled):not(.disabled):hover, .path-forbidden-access .btn-outline-white:not(:disabled):not(.disabled):focus, .node-921755 .btn-outline-white:not(:disabled):not(.disabled):hover, .node-921755 .btn-outline-white:not(:disabled):not(.disabled):focus {
      background-color: #FFFFFF !important;
      color: #003DA5 !important; }
  .node-9 .page-not-found-wrapper, .path-forbidden-access .page-not-found-wrapper, .node-921755 .page-not-found-wrapper {
    padding-top: 50px; }
    .node-9 .page-not-found-wrapper .row .block-inline-blockbasic, .path-forbidden-access .page-not-found-wrapper .row .block-inline-blockbasic, .node-921755 .page-not-found-wrapper .row .block-inline-blockbasic {
      padding: 0; }
      @media (min-width: 992px) {
        .node-9 .page-not-found-wrapper .row .block-inline-blockbasic, .path-forbidden-access .page-not-found-wrapper .row .block-inline-blockbasic, .node-921755 .page-not-found-wrapper .row .block-inline-blockbasic {
          padding: 0 27px; } }
      .node-9 .page-not-found-wrapper .row .block-inline-blockbasic .sg__font-subtitle1, .node-9 .page-not-found-wrapper .row .block-inline-blockbasic h5, .node-9 .page-not-found-wrapper .row .block-inline-blockbasic .h5, .path-forbidden-access .page-not-found-wrapper .row .block-inline-blockbasic .sg__font-subtitle1, .path-forbidden-access .page-not-found-wrapper .row .block-inline-blockbasic h5, .path-forbidden-access .page-not-found-wrapper .row .block-inline-blockbasic .h5, .node-921755 .page-not-found-wrapper .row .block-inline-blockbasic .sg__font-subtitle1, .node-921755 .page-not-found-wrapper .row .block-inline-blockbasic h5, .node-921755 .page-not-found-wrapper .row .block-inline-blockbasic .h5 {
        font-size: 1.5rem;
        letter-spacing: 1px;
        line-height: 1.625rem; }
      .node-9 .page-not-found-wrapper .row .block-inline-blockbasic .highlight, .path-forbidden-access .page-not-found-wrapper .row .block-inline-blockbasic .highlight, .node-921755 .page-not-found-wrapper .row .block-inline-blockbasic .highlight {
        color: #FFFFFF;
        letter-spacing: -1.35px;
        margin-bottom: 15px; }
      .node-9 .page-not-found-wrapper .row .block-inline-blockbasic .description, .path-forbidden-access .page-not-found-wrapper .row .block-inline-blockbasic .description, .node-921755 .page-not-found-wrapper .row .block-inline-blockbasic .description {
        margin-bottom: 30px; }
    @media (min-width: 728px) {
      .node-9 .page-not-found-wrapper .row .image__content, .path-forbidden-access .page-not-found-wrapper .row .image__content, .node-921755 .page-not-found-wrapper .row .image__content {
        margin: 0 auto;
        max-width: 70%; } }
    @media (min-width: 992px) {
      .node-9 .page-not-found-wrapper .row .image__content, .path-forbidden-access .page-not-found-wrapper .row .image__content, .node-921755 .page-not-found-wrapper .row .image__content {
        max-width: 100%; } }
  .node-9 .footer, .path-forbidden-access .footer, .node-921755 .footer {
    display: none; }

.views-infinite-scroll-content-wrapper {
  width: 100%; }

.views-infinite-scroll-load-more {
  list-style: none;
  margin: 0 auto;
  padding: 0 !important;
  text-align: center; }
  .views-infinite-scroll-load-more a {
    margin-bottom: 50px; }

.has-popover input {
  padding-right: 42px; }

.popover {
  z-index: 8000;
  border: 0 none;
  background-color: transparent;
  left: auto !important;
  top: 7px !important;
  right: -2px !important;
  transform: none !important;
  max-width: 50%;
  width: 180px; }
  .popover-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: absolute;
    right: 26px;
    top: 13px;
    z-index: 9000;
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    border-radius: 50%;
    background-color: transparent;
    color: #000000;
    font-size: 18px;
    text-indent: 2px; }
    .popover-button:focus {
      outline: none; }
  .popover-body {
    background-color: #E2DAD6;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
    padding-right: 40px;
    border: 0 none;
    border-radius: 13px;
    padding: 8px 40px 10px 15px;
    min-height: 37px; }

.col-md-6 .popover, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm .js-form-item .popover, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm .js-form-item .popover {
  right: 14px !important; }
  .col-md-6 .popover-button, .node-contact-us .block-webform .form-row .js-form-type-webform-email-confirm .js-form-item .popover-button, .node-13 .block-webform .form-row .js-form-type-webform-email-confirm .js-form-item .popover-button {
    right: 27px; }

/** New Auto Activated Tooltip **/
/** Common wrapper to help with positioning */
.tooltip-container {
  display: block;
  position: relative;
  float: right;
  /** Triggering element */
  /** Tooltip */ }
  .tooltip-container .trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 9000;
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    border-radius: 50%;
    background-color: transparent;
    color: #000000;
    font-size: 18px;
    text-indent: 2px;
    padding: 0;
    font-weight: 500;
    right: 0;
    /** Make the tooltip visible on focus and on hover */ }
    .tooltip-container .trigger:focus {
      outline: 2px dashed #003DA5;
      outline-offset: 2px; }
      .tooltip-container .trigger:focus + .tooltip {
        top: 0; }
    .tooltip-container .trigger:focus + .tooltip,
    .tooltip-container .trigger:hover + .tooltip {
      opacity: 1;
      top: -7px; }
  .tooltip-container .tooltip {
    position: absolute;
    top: 0;
    left: auto;
    right: -7px;
    background-color: #E2DAD6;
    color: #000000;
    font-size: 12px;
    /* Making the tooltip transparent means its always reachable in the DOM for screen readers, but can be made visible on focus and hover for sighted users too. */
    opacity: 0;
    pointer-events: none;
    min-height: 37px;
    padding: 10px 40px 10px 10px;
    line-height: 14px;
    border-radius: 13px;
    width: 180px;
    /** Arrow indicator */ }

.node-page-layout-builder-form #edit-actions {
  margin-left: 10px; }
  .node-page-layout-builder-form #edit-actions input {
    margin-bottom: 10px; }

.node-page-layout-builder-form .form-group .form-check label {
  left: unset !important;
  top: unset !important; }

.ui-dialog.ui-dialog--narrow .js-form-type-managed-file {
  margin-bottom: 10px; }

.ui-dialog.ui-dialog--narrow .card-header legend {
  color: inherit; }

.ui-dialog.ui-dialog--narrow .form-group:focus-within label {
  font-size: 1rem !important;
  line-height: unset !important;
  margin-bottom: 0 !important;
  letter-spacing: initial !important; }

.ui-dialog.ui-dialog--narrow .form-group label {
  left: unset !important;
  top: unset !important; }
  .ui-dialog.ui-dialog--narrow .form-group label ~ .description {
    margin-top: 1rem; }

.ui-dialog.ui-layout-builder-modal {
  z-index: 999999 !important; }
  @media (max-width: 727.98px) {
    .ui-dialog.ui-layout-builder-modal {
      padding-left: 5px;
      padding-right: 5px;
      width: 100% !important; } }
  .ui-dialog.ui-layout-builder-modal #layout-builder-modal {
    overflow-x: hidden !important; }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block fieldset.card, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block fieldset.card {
      background-color: unset; }
      .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block fieldset.card > div, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block fieldset.card > div {
        padding-left: 0; }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block .field-label h4, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block .field-label h4 {
      color: #FFFFFF; }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block button.link.tabledrag-toggle-weight, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block button.link.media-library-widget__toggle-weight, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block button.link.tabledrag-toggle-weight, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block button.link.media-library-widget__toggle-weight {
      background-color: unset; }
      .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block button.link.tabledrag-toggle-weight:hover, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block button.link.media-library-widget__toggle-weight:hover, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block button.link.tabledrag-toggle-weight:hover, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block button.link.media-library-widget__toggle-weight:hover {
        color: #FFFFFF; }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block button.link.media-library-widget__toggle-weight, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block button.link.media-library-widget__toggle-weight {
      color: #41A5FF; }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block .form-select, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block .form-select {
      background-position: right 0px center;
      padding-left: 6px; }
      .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block .form-select.field_recipe_featured_items-delta-order, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block .form-select.field_recipe_featured_items-delta-order {
        padding-left: 6px; }
        @media (min-width: 728px) {
          .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block .form-select.field_recipe_featured_items-delta-order, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block .form-select.field_recipe_featured_items-delta-order {
            padding-left: 10px; } }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block .field_recipe_featured_items-delta-order, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block .field_recipe_featured_items-delta-order {
      padding-left: 6px; }
      @media (min-width: 728px) {
        .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block .field_recipe_featured_items-delta-order, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block .field_recipe_featured_items-delta-order {
          padding-left: 10px; } }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block .filter-wrapper, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block .filter-wrapper {
      border: 0; }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-update-block .form-group label, .ui-dialog.ui-layout-builder-modal #layout-builder-modal #layout-builder-add-block .form-group label {
      left: unset;
      top: unset; }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal a.tabledrag-handle .handle {
      height: 45px; }
    .ui-dialog.ui-layout-builder-modal #layout-builder-modal .form-autocomplete {
      background-position: right 0px center;
      padding-left: 10px; }
      @media (min-width: 576px) {
        .ui-dialog.ui-layout-builder-modal #layout-builder-modal .form-autocomplete {
          background-position: right 10px center;
          padding-left: 1rem; } }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.juicer-feed.slider .slick-next:hover, .juicer-feed.slider .slick-next:focus,
.juicer-feed.slider .slick-prev:hover,
.juicer-feed.slider .slick-prev:focus {
  background-color: rgba(255, 255, 255, 0.7);
  outline: 2px dashed #4062BB; }
  .juicer-feed.slider .slick-next:hover::before, .juicer-feed.slider .slick-next:focus::before,
  .juicer-feed.slider .slick-prev:hover::before,
  .juicer-feed.slider .slick-prev:focus::before {
    color: #000000; }

.juicer-feed.slider li.feed-item:hover, .juicer-feed.slider li.feed-item:focus {
  overflow: auto !important;
  background: rgba(58, 58, 58, 0.9) !important; }
  .juicer-feed.slider li.feed-item:hover .j-text, .juicer-feed.slider li.feed-item:focus .j-text {
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    transition: none !important; }

.juicer-feed.slider li.feed-item a:focus + .j-text {
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  transition: none !important;
  outline: -webkit-focus-ring-color auto 1px; }

.juicer-feed.slider li.feed-item {
  color: white; }

.juicer-feed.slider .j-meta a {
  display: none; }

.juicer-feed.slider .j-meta .j-social {
  background: transparent;
  width: auto;
  height: auto;
  float: none; }

.juicer-feed.slider .j-meta .j-meta-nav {
  float: right;
  border: none;
  background: transparent;
  position: relative;
  width: auto;
  height: auto; }

.juicer-feed.slider .j-text {
  pointer-events: none;
  background: rgba(58, 58, 58, 0.9) !important;
  overflow: visible !important; }

.juicer-feed.slider .j-message {
  overflow: visible !important; }
  .juicer-feed.slider .j-message p {
    color: #ffffff !important; }

.social-pb {
  padding-bottom: 3.75rem; }

.juicer-feed li.feed-item.j-video a.j-image .j-video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3; }
  .juicer-feed li.feed-item.j-video a.j-image .j-video-icon:before {
    font-size: 2.5rem;
    font-family: 'fontawesome-5-juicer';
    text-shadow: 0 0 4px #999;
    content: '\f04b';
    color: white; }

.juicer-feed li.feed-item.j-video a.j-image:before {
  display: none; }

.j-facebook::before,
.j-instagram::before,
.j-pinterest::before,
.j-twitter::before,
.j-youtube::before {
  display: none; }

.j-facebook .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.j-instagram .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.j-pinterest .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.j-twitter .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.j-youtube .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.newsletter-sign-up {
  margin-right: auto;
  margin-left: auto;
  padding: 50px 35px;
  text-align: center;
  max-width: 750px;
  background-color: #F2EFED; }
  @media (min-width: 576px) {
    .newsletter-sign-up {
      padding: 60px 50px; } }
  .newsletter-sign-up p {
    font-size: 19px; }

.paragraph-video .field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .paragraph-video .field--name-field-media-oembed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.paragraph-video .field--name-field-video-p-description {
  margin-top: 10px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 728px) {
    .paragraph-video .field--name-field-video-p-description {
      text-align: left; } }

.paragraph-video .field-video-p-transcription-wrapper .expand-collapse__item-head {
  color: #2B2926;
  text-transform: uppercase;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  font-weight: 500;
  padding-right: 0; }
  .paragraph-video .field-video-p-transcription-wrapper .expand-collapse__item-head .icon {
    background-size: 100%; }
  .paragraph-video .field-video-p-transcription-wrapper .expand-collapse__item-head[aria-expanded="true"] .icon {
    transform: rotate(180deg); }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.juicer-feed.slider .slick-next:hover, .juicer-feed.slider .slick-next:focus,
.juicer-feed.slider .slick-prev:hover,
.juicer-feed.slider .slick-prev:focus {
  background-color: rgba(255, 255, 255, 0.7);
  outline: 2px dashed #4062BB; }
  .juicer-feed.slider .slick-next:hover::before, .juicer-feed.slider .slick-next:focus::before,
  .juicer-feed.slider .slick-prev:hover::before,
  .juicer-feed.slider .slick-prev:focus::before {
    color: #000000; }

.juicer-feed.slider li.feed-item:hover, .juicer-feed.slider li.feed-item:focus {
  overflow: auto !important;
  background: rgba(58, 58, 58, 0.9) !important; }
  .juicer-feed.slider li.feed-item:hover .j-text, .juicer-feed.slider li.feed-item:focus .j-text {
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    transition: none !important; }

.juicer-feed.slider li.feed-item a:focus + .j-text {
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  transition: none !important;
  outline: -webkit-focus-ring-color auto 1px; }

.juicer-feed.slider li.feed-item {
  color: white; }

.juicer-feed.slider .j-meta a {
  display: none; }

.juicer-feed.slider .j-meta .j-social {
  background: transparent;
  width: auto;
  height: auto;
  float: none; }

.juicer-feed.slider .j-meta .j-meta-nav {
  float: right;
  border: none;
  background: transparent;
  position: relative;
  width: auto;
  height: auto; }

.juicer-feed.slider .j-text {
  pointer-events: none;
  background: rgba(58, 58, 58, 0.9) !important;
  overflow: visible !important; }

.juicer-feed.slider .j-message {
  overflow: visible !important; }
  .juicer-feed.slider .j-message p {
    color: #ffffff !important; }

.social-pb {
  padding-bottom: 3.75rem; }

.juicer-feed li.feed-item.j-video a.j-image .j-video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3; }
  .juicer-feed li.feed-item.j-video a.j-image .j-video-icon:before {
    font-size: 2.5rem;
    font-family: 'fontawesome-5-juicer';
    text-shadow: 0 0 4px #999;
    content: '\f04b';
    color: white; }

.juicer-feed li.feed-item.j-video a.j-image:before {
  display: none; }

.j-facebook::before,
.j-instagram::before,
.j-pinterest::before,
.j-twitter::before,
.j-youtube::before {
  display: none; }

.j-facebook .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.j-instagram .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.j-pinterest .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.j-twitter .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.j-youtube .j-social-icon::before {
  content: "";
  font-family: 'fontawesome-5-juicer'; }

.ui-disabled .tns-custom-controls, .ui-disabled .tns-custom-nav, .ui-disabled .tns-custom-instructions {
  display: none !important; }

.tns-custom-controls {
  position: absolute;
  top: -30%;
  z-index: 10;
  transform: translate(0, -25%);
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background-image: url("/themes/custom/dempsters/assets/icons/chevron-white.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: #DE2726;
  border-radius: 10px;
  font-size: 0; }
  .tns-custom-controls.tns-custom-prev {
    transform: rotate(90deg);
    transition: left 0.3s ease;
    left: 0; }
    .tns-custom-controls.tns-custom-prev:hover {
      left: -4px;
      transition: left 0.3s ease; }
  .tns-custom-controls.tns-custom-next {
    transform: rotate(-90deg);
    transition: right 0.3s ease;
    right: 0; }
    .tns-custom-controls.tns-custom-next:hover {
      right: -4px;
      transition: right 0.3s ease; }

.tns-custom-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%; }
  .tns-custom-nav li {
    display: block; }
    .tns-custom-nav li button.tns-custom-nav-item {
      height: 16px;
      width: 16px;
      margin: 0 6px;
      border: 2px solid #FFFFFF;
      border-radius: 50%;
      background-color: #FFFFFF; }
      .tns-custom-nav li button.tns-custom-nav-item[aria-current="true"] {
        background-color: #ffc107;
        border-color: #ffc107; }

.tnsAdaControls {
  position: absolute;
  bottom: 5px;
  transform: translateY(-50%);
  right: 200px;
  z-index: 1;
  display: flex;
  gap: 10px;
  width: 200px;
  align-items: flex-end;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .tnsAdaControls {
      position: relative;
      margin: 20px auto 0;
      right: unset; } }
  .tnsAdaControls button {
    transform: none !important;
    background-color: transparent !important;
    position: relative !important; }
  .tnsAdaControls .tns-custom-next {
    background-image: url(/themes/custom/dempsters/assets/icons/arrow-right.svg) !important; }
  .tnsAdaControls .tns-custom-prev {
    background-image: url(/themes/custom/dempsters/assets/icons/arrow-left.svg) !important; }
  .tnsAdaControls .tns-custom-nav {
    position: relative !important; }
    .tnsAdaControls .tns-custom-nav button {
      border-radius: 50% !important;
      width: 11px  !important;
      height: 11px !important;
      background-color: transparent !important;
      border: 3px solid #000000 !important;
      padding: 0 !important;
      margin-left: 0.9375rem !important;
      margin-right: 0.9375rem !important; }
      .tnsAdaControls .tns-custom-nav button[aria-current="true"] {
        background-color: #000000 !important; }
    .tnsAdaControls .tns-custom-nav span {
      visibility: hidden; }

.path-products .content-wrapper .container-fluid,
.path-produits .content-wrapper .container-fluid,
.node-921896 .content-wrapper .container-fluid {
  padding: 0; }
  .path-products .content-wrapper .container-fluid .heroes-promotional .heroes,
  .path-produits .content-wrapper .container-fluid .heroes-promotional .heroes,
  .node-921896 .content-wrapper .container-fluid .heroes-promotional .heroes {
    background: url("../../assets/images/hero-promotional-sm.png");
    background-size: cover;
    display: none; }
    @media (min-width: 728px) {
      .path-products .content-wrapper .container-fluid .heroes-promotional .heroes,
      .path-produits .content-wrapper .container-fluid .heroes-promotional .heroes,
      .node-921896 .content-wrapper .container-fluid .heroes-promotional .heroes {
        background: url("../../assets/images/hero-promotional.png");
        background-size: cover; } }
    .path-products .content-wrapper .container-fluid .heroes-promotional .heroes__row,
    .path-produits .content-wrapper .container-fluid .heroes-promotional .heroes__row,
    .node-921896 .content-wrapper .container-fluid .heroes-promotional .heroes__row {
      background: transparent; }

.path-products #block-titlerecipesyoumaylikeallproducts,
.path-produits #block-titlerecipesyoumaylikeallproducts,
.node-921896 #block-titlerecipesyoumaylikeallproducts {
  background-color: #F8F6F5; }

.path-products .block--type-recipe-related,
.path-produits .block--type-recipe-related,
.node-921896 .block--type-recipe-related {
  background-color: #F8F6F5; }

.path-products .filter-select-checkbox__sort-by-item,
.path-produits .filter-select-checkbox__sort-by-item,
.node-921896 .filter-select-checkbox__sort-by-item {
  display: none !important; }

.path-products .hero-small,
.path-produits .hero-small,
.node-921896 .hero-small {
  padding-bottom: 1rem; }

.view-all-products .product-related {
  padding-bottom: 0; }
  .view-all-products .product-related > .container, .view-all-products .path-products #block-titlerecipesyoumaylikeallproducts.product-related > div, .path-products .view-all-products #block-titlerecipesyoumaylikeallproducts.product-related > div,
  .view-all-products .path-produits #block-titlerecipesyoumaylikeallproducts.product-related > div, .path-produits .view-all-products #block-titlerecipesyoumaylikeallproducts.product-related > div,
  .view-all-products .node-921896 #block-titlerecipesyoumaylikeallproducts.product-related > div, .node-921896 .view-all-products #block-titlerecipesyoumaylikeallproducts.product-related > div, .view-all-products .path-products .block--type-recipe-related.product-related > div, .path-products .view-all-products .block--type-recipe-related.product-related > div,
  .view-all-products .path-produits .block--type-recipe-related.product-related > div, .path-produits .view-all-products .block--type-recipe-related.product-related > div,
  .view-all-products .node-921896 .block--type-recipe-related.product-related > div, .node-921896 .view-all-products .block--type-recipe-related.product-related > div, .view-all-products .path-contests .block-views-blockcontest-block-1.product-related > h2, .path-contests .view-all-products .block-views-blockcontest-block-1.product-related > h2,
  .view-all-products .path-contests .block-views-blockcontest-block.product-related > h2, .path-contests .view-all-products .block-views-blockcontest-block.product-related > h2,
  .view-all-products .path-concours .block-views-blockcontest-block-1.product-related > h2, .path-concours .view-all-products .block-views-blockcontest-block-1.product-related > h2,
  .view-all-products .path-concours .block-views-blockcontest-block.product-related > h2, .path-concours .view-all-products .block-views-blockcontest-block.product-related > h2 {
    padding-top: 40px; }

.view-all-products .products-advanced-filters {
  background-color: #F2EFED; }

.view-all-products .form-item-bread-type {
  background-color: #FFFFFF; }

.view-all-products .views-infinite-scroll-load-more {
  background-color: #F2EFED; }

.view-all-products .form-item-sort-by .form-select {
  background-color: transparent; }

.view-all-products .view-header {
  background-color: #F2EFED; }

.path-home .our-products-home {
  font-size: 1.5rem !important;
  line-height: 1.625rem !important;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .path-home .our-products-home {
      font-size: 1.5rem !important;
      line-height: 1.625rem !important; } }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px; }
  .icon-arrow-right, .tns-custom-controls.tns-custom-next {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-right.svg"); }
  .icon-arrow-left, .tns-custom-controls.tns-custom-prev {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-left.svg"); }
  .icon-arrow-cta-secondary {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-cta-secondary.svg"); }
  .icon-arrow-collapse {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-collapse.svg"); }
  .icon-arrow-collapse-small {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-collapse.svg");
    background-size: 50%; }
  .icon-arrow-collapse-up {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-collapse.svg");
    transform: rotate(180deg); }
  .icon-close {
    background-image: url("/themes/custom/dempsters/assets/icons/close.svg"); }
  .icon-close--medium {
    background-image: url("/themes/custom/dempsters/assets/icons/close.svg");
    width: 14px;
    height: 14px; }
  .icon-close--small {
    background-image: url("/themes/custom/dempsters/assets/icons/close.svg");
    width: 8px;
    height: 8px; }
  .icon-close-bold {
    background-image: url("/themes/custom/dempsters/assets/icons/close-bold.svg"); }
  .icon-share-close {
    background-image: url("/themes/custom/dempsters/assets/icons/share-close.svg");
    background-size: 50%; }
  .icon-arrow-reload {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-reload.svg"); }
  .icon-arrow-down {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-down.svg"); }
  .icon-error {
    background-image: url("/themes/custom/dempsters/assets/icons/error.svg"); }
  .icon-warning {
    background-image: url("/themes/custom/dempsters/assets/icons/warning.svg"); }
  .icon-check {
    background-image: url("/themes/custom/dempsters/assets/icons/check.svg");
    width: 10px;
    height: 10px; }
  .icon-arrow-up {
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-up.svg"); }
  .icon-plus {
    background-image: url("/themes/custom/dempsters/assets/icons/plus.svg"); }
  .icon-less {
    background-image: url("/themes/custom/dempsters/assets/icons/less.svg"); }
  .icon-link {
    background-image: url("/themes/custom/dempsters/assets/icons/link.svg"); }
  .icon-information {
    background-image: url("/themes/custom/dempsters/assets/icons/information.svg"); }
  .icon-phone {
    background-image: url("/themes/custom/dempsters/assets/icons/phone.svg"); }
  .icon-email {
    background-image: url("/themes/custom/dempsters/assets/icons/email.svg"); }
  .icon-mail {
    background-image: url("/themes/custom/dempsters/assets/icons/mail.svg"); }
  .icon-faq {
    background-image: url("/themes/custom/dempsters/assets/icons/faq.svg"); }
  .icon-external {
    background-image: url("/themes/custom/dempsters/assets/icons/external.svg"); }
  .icon-social {
    width: 44px;
    height: 44px; }
  .icon-facebook {
    background-image: url("/themes/custom/dempsters/assets/icons/facebook.svg"); }
  .icon-tiktok {
    background-image: url("/themes/custom/dempsters/assets/icons/tiktok.svg"); }
  .icon-instagram {
    background-image: url("/themes/custom/dempsters/assets/icons/instagram.svg"); }
  .icon-youtube {
    background-image: url("/themes/custom/dempsters/assets/icons/youtube.svg"); }
  .icon-twitter {
    background-image: url("/themes/custom/dempsters/assets/icons/twitter.svg"); }
  .icon-pinterest {
    background-image: url("/themes/custom/dempsters/assets/icons/pinterest.svg"); }
  .icon-share {
    background-image: url("/themes/custom/dempsters/assets/icons/share.svg"); }
  .icon-heart {
    background-image: url("/themes/custom/dempsters/assets/icons/heart.svg");
    width: 33px;
    height: 30px; }
    .icon-heart:hover {
      background-image: url("/themes/custom/dempsters/assets/icons/heart-full.svg"); }
  .icon-heart-full {
    background-image: url("/themes/custom/dempsters/assets/icons/heart-full.svg");
    width: 33px;
    height: 30px; }
  .icon-timer {
    background-image: url("/themes/custom/dempsters/assets/icons/timer.svg"); }
  .icon-search {
    background-image: url("/themes/custom/dempsters/assets/icons/search.svg"); }
  .icon-download {
    background-image: url("/themes/custom/dempsters/assets/icons/download.svg"); }
  .icon-marker {
    background-image: url("/themes/custom/dempsters/assets/icons/marker.svg"); }
  .icon-menu {
    background-image: url("/themes/custom/dempsters/assets/icons/menu.svg"); }
    .icon-menu:hover {
      background-image: url("/themes/custom/dempsters/assets/icons/menu-hover.svg"); }
    .icon-menu.active {
      background-image: url("/themes/custom/dempsters/assets/icons/close.svg"); }
  .icon-recipes {
    width: 59px;
    height: 59px; }
  .icon-portions {
    background-image: url("/themes/custom/dempsters/assets/icons/portions.svg"); }
  .icon-recommended {
    background-image: url("/themes/custom/dempsters/assets/icons/recommended.svg"); }
  .icon-timer2 {
    background-image: url("/themes/custom/dempsters/assets/icons/timer2.svg"); }
  .icon-reset {
    background-image: url("/themes/custom/dempsters/assets/icons/reset.svg"); }
  .icon-play {
    background-image: url("/themes/custom/dempsters/assets/icons/play.svg");
    height: 72px;
    width: 72px;
    background-size: 60%;
    background-color: #D52020;
    border-radius: 100%; }
    .icon-play:hover {
      height: 77px;
      width: 77px; }

.icon-fill-white {
  filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }

.node-contact-us .form-item-unit input, .node-13 .form-item-unit input {
  margin-left: 0 !important; }

.node-contact-us #edit-unit, .node-13 #edit-unit {
  margin-left: 0; }

.node-contact-us .js-form-item-adress-address label.error,
.node-contact-us .form-item-daytime-phone-phone label.error, .node-13 .js-form-item-adress-address label.error,
.node-13 .form-item-daytime-phone-phone label.error {
  left: 0 !important; }

.node-contact-us .hero-intro, .node-13 .hero-intro {
  margin: 60px 0 !important; }
  @media (max-width: 575.98px) {
    .node-contact-us .hero-intro .row > .col-12:nth-child(1), .node-13 .hero-intro .row > .col-12:nth-child(1) {
      min-height: unset; } }
  @media (min-width: 576px) {
    .node-contact-us .hero-intro .row > .col-12:nth-child(1), .node-13 .hero-intro .row > .col-12:nth-child(1) {
      min-height: 305px; }
      .node-contact-us .hero-intro .row > .col-12:nth-child(1) .image, .node-contact-us .hero-intro .row > .col-12:nth-child(1) .image__content, .node-contact-us .hero-intro .row > .col-12:nth-child(1) .image__item, .node-contact-us .hero-intro .row > .col-12:nth-child(1) figure, .node-contact-us .hero-intro .row > .col-12:nth-child(1) figure div, .node-contact-us .hero-intro .row > .col-12:nth-child(1) figure div img, .node-13 .hero-intro .row > .col-12:nth-child(1) .image, .node-13 .hero-intro .row > .col-12:nth-child(1) .image__content, .node-13 .hero-intro .row > .col-12:nth-child(1) .image__item, .node-13 .hero-intro .row > .col-12:nth-child(1) figure, .node-13 .hero-intro .row > .col-12:nth-child(1) figure div, .node-13 .hero-intro .row > .col-12:nth-child(1) figure div img {
        height: 100%; } }
  @media (max-width: 727.98px) {
    .node-contact-us .hero-intro .row > .col-12:nth-child(1) .image__content, .node-13 .hero-intro .row > .col-12:nth-child(1) .image__content {
      display: none; } }
  .node-contact-us .hero-intro .row > .col-12:nth-child(1) .image__content figure, .node-13 .hero-intro .row > .col-12:nth-child(1) .image__content figure {
    margin: 0; }
  .node-contact-us .hero-intro .row .col-12:nth-child(2), .node-13 .hero-intro .row .col-12:nth-child(2) {
    margin: auto 0; }
    .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic {
      align-items: center;
      display: flex; }
      @media (max-width: 727.98px) {
        .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic {
          min-height: 360px; } }
      @media (min-width: 992px) {
        .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic {
          margin-left: 60px; } }
      .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item {
        margin: 0 auto 0 20px; }
        @media (min-width: 992px) {
          .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item {
            margin: unset; } }
        .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul {
          margin: 0; }
          @media (max-width: 575.98px) {
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul {
              margin-top: 36px; } }
          @media (max-width: 991.98px) {
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul {
              padding-right: 15px; } }
          .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li {
            align-items: center;
            margin-bottom: 30px; }
            @media (min-width: 992px) {
              .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li {
                margin-bottom: 50px; } }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li::before, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li::before {
              content: unset; }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li:last-child, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li:last-child {
              margin-bottom: 0; }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li img, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li img {
              align-self: baseline;
              margin-bottom: 15px;
              max-width: 35px; }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li div, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li div {
              margin-left: 35px; }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li button, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li button {
              background-color: white;
              border: none; }
              .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li button:hover, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li button:hover {
                background-color: white;
                border: none; }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li .h3, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li .h3 {
              display: block;
              margin-bottom: 15px;
              letter-spacing: -0.36px; }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p {
              font-size: 16px !important;
              line-height: 24px !important; }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li .icon, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li .icon {
              width: 40px;
              height: 40px; }
            .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p {
              line-height: 15px;
              margin: -6px 0 0 0; }
              .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p strong, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p strong {
                font-size: 1rem;
                line-height: 19px; }
                @media (max-width: 991.98px) {
                  .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p strong, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p strong {
                    display: inline-block;
                    max-width: 230px; } }

.node-contact-us .contact-form-wrapper, .node-13 .contact-form-wrapper {
  background: #F5F2F2; }

.node-contact-us textarea.form-control, .node-13 textarea.form-control {
  height: 150px !important; }

.node-contact-us .block-webform, .node-13 .block-webform {
  padding: 0 15px 60px; }
  @media (min-width: 1200px) {
    .node-contact-us .block-webform, .node-13 .block-webform {
      padding: 0 200px 60px; } }
  .node-contact-us .block-webform .form-group, .node-13 .block-webform .form-group {
    margin-bottom: 25px !important;
    /*#edit-country {
                border: 2px solid $gray-100;
            }*/ }
    @media (min-width: 728px) {
      .node-contact-us .block-webform .form-group, .node-13 .block-webform .form-group {
        margin-bottom: 30px !important; } }
    .node-contact-us .block-webform .form-group #edit-province-state, .node-13 .block-webform .form-group #edit-province-state {
      color: #495057 !important; }
    @media (max-width: 991.98px) {
      .node-contact-us .block-webform .form-group #edit-message ~ label, .node-13 .block-webform .form-group #edit-message ~ label {
        max-width: 85%; } }
  .node-contact-us .block-webform #edit-row-address .webform-email-confirm.required ~ label:after, .node-13 .block-webform #edit-row-address .webform-email-confirm.required ~ label:after {
    content: '*'; }
  .node-contact-us .block-webform .form-check .form-checkbox, .node-13 .block-webform .form-check .form-checkbox {
    position: static;
    margin: 5px 15px 0 0;
    /*height: 20px;*/
    height: 30px;
    width: 30px;
    padding-right: 1rem; }
    @media (min-width: 992px) {
      .node-contact-us .block-webform .form-check .form-checkbox, .node-13 .block-webform .form-check .form-checkbox {
        margin: -4px 15px 0 0 !important; } }
  .node-contact-us .block-webform .form-check .form-text, .node-13 .block-webform .form-check .form-text {
    margin: 0;
    text-align: left; }
    .node-contact-us .block-webform .form-check .form-text .webform-element-description, .node-13 .block-webform .form-check .form-text .webform-element-description {
      display: inline;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  .node-contact-us .block-webform input[type="checkbox"]:focus, .node-13 .block-webform input[type="checkbox"]:focus {
    border: 2px solid #000000;
    outline-color: #000000;
    outline-style: dashed; }
  .node-contact-us .block-webform input[type="checkbox"]:hover, .node-13 .block-webform input[type="checkbox"]:hover {
    border: 2px solid #000000; }
  .node-contact-us .block-webform .form-check-input:disabled ~ .description #edit-checkbox-marcation--description, .node-contact-us .block-webform .form-check-input:disabled ~ .description #edit-send-me-a-copy--description, .node-13 .block-webform .form-check-input:disabled ~ .description #edit-checkbox-marcation--description, .node-13 .block-webform .form-check-input:disabled ~ .description #edit-send-me-a-copy--description {
    color: #6c757d !important; }
  .node-contact-us .block-webform input.valid ~ .form-item--error-message:before, .node-13 .block-webform input.valid ~ .form-item--error-message:before {
    content: unset; }
  @media (max-width: 991.98px) {
    .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-message label, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-message label {
      max-width: 85%; } }
  .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error {
    color: #B11B1B; }
    .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error ~ label, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error ~ label {
      color: #B11B1B; }
      .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error ~ label.error, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error ~ label.error {
        font-size: 11px;
        font-weight: bold;
        left: 15px;
        letter-spacing: 0.42px;
        line-height: 15px;
        margin-top: 5px;
        top: 100%;
        width: 100%; }
        .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error ~ label.error:before, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error ~ label.error:before {
          content: "!";
          display: inline-block;
          height: 12px;
          margin-right: 0;
          width: 8px; }
    .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error:focus label, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item .error:focus label {
      color: #B11B1B; }
  .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error:before,
  .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error:before, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error:before,
  .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error:before {
    top: 3px; }
  .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error ~ small div,
  .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error ~ small div, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error ~ small div,
  .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error ~ small div {
    color: #B11B1B !important; }
  .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error ~ .form-item--error-message,
  .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error ~ .form-item--error-message, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error ~ .form-item--error-message,
  .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error ~ .form-item--error-message {
    margin: 15px 0; }

.node-contact-us .webform-confirmation__message, .node-13 .webform-confirmation__message {
  margin: 64px 0; }
  .node-contact-us .webform-confirmation__message blockquote:last-child p, .node-13 .webform-confirmation__message blockquote:last-child p {
    text-decoration: underline; }

.node-contact-us .webform-confirmation__back, .node-13 .webform-confirmation__back {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  /*&:after {
            content: '';
            display: inline-block;
            width: 20px;
            height: 10px;
            margin-left: .5rem;
            background-repeat: no-repeat;
            background-position: center center;
            @include icon('arrow-cta-secondary');
            @include svgFilterColor($primary);
        }*/ }
  .node-contact-us .webform-confirmation__back a, .node-13 .webform-confirmation__back a {
    color: #DE2726 !important; }
  .node-contact-us .webform-confirmation__back:before, .node-13 .webform-confirmation__back:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-cta-secondary.svg");
    transform: rotate(180deg); }

.node-contact-us .ajax-progress.ajax-progress-throbber, .node-13 .ajax-progress.ajax-progress-throbber {
  margin: 20px 50%;
  transform: translateX(-50%); }

.node-contact-us .js-form-type-managed-file, .node-13 .js-form-type-managed-file {
  padding-top: 20px;
  text-align: center; }
  .node-contact-us .js-form-type-managed-file > label, .node-13 .js-form-type-managed-file > label {
    display: none; }
  .node-contact-us .js-form-type-managed-file .webform-element-description, .node-13 .js-form-type-managed-file .webform-element-description {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
    margin-bottom: 15px; }
    .node-contact-us .js-form-type-managed-file .webform-element-description small, .node-13 .js-form-type-managed-file .webform-element-description small {
      display: none; }
  .node-contact-us .js-form-type-managed-file .js-form-type-checkbox, .node-13 .js-form-type-managed-file .js-form-type-checkbox {
    color: #DE2726 !important;
    font-weight: 500;
    display: flex;
    flex-direction: row-reverse;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 0 5px;
    position: relative;
    border: none;
    align-items: center; }
    .node-contact-us .js-form-type-managed-file .js-form-type-checkbox .form-check-input, .node-13 .js-form-type-managed-file .js-form-type-checkbox .form-check-input {
      margin: 2px 2px 0;
      position: absolute !important;
      right: 0;
      opacity: 0; }
      .node-contact-us .js-form-type-managed-file .js-form-type-checkbox .form-check-input:hover, .node-13 .js-form-type-managed-file .js-form-type-checkbox .form-check-input:hover {
        cursor: pointer; }
    .node-contact-us .js-form-type-managed-file .js-form-type-checkbox:before, .node-13 .js-form-type-managed-file .js-form-type-checkbox:before {
      content: '';
      width: 20px;
      height: 20px;
      display: inline-block;
      color: #DE2726;
      transform: rotate(45deg);
      background-image: url("/themes/custom/dempsters/assets/icons/plus.svg"); }
      .node-contact-us .js-form-type-managed-file .js-form-type-checkbox:before:hover, .node-13 .js-form-type-managed-file .js-form-type-checkbox:before:hover {
        cursor: pointer; }
  .node-contact-us .js-form-type-managed-file .form-item--error-message, .node-13 .js-form-type-managed-file .form-item--error-message {
    display: inherit !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important; }
    .node-contact-us .js-form-type-managed-file .form-item--error-message ul, .node-13 .js-form-type-managed-file .form-item--error-message ul {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      list-style: none;
      font-weight: 500; }
  .node-contact-us .js-form-type-managed-file .error ~ label, .node-13 .js-form-type-managed-file .error ~ label {
    color: #DE2726 !important; }
  .node-contact-us .js-form-type-managed-file input[name="image_upload_remove_button"], .node-13 .js-form-type-managed-file input[name="image_upload_remove_button"] {
    display: none; }

.node-contact-us #edit-last-row div[aria-label="Error message"], .node-13 #edit-last-row div[aria-label="Error message"] {
  display: none; }

.node-contact-us .js-form-item-send-me-a-copy, .node-13 .js-form-item-send-me-a-copy {
  margin-top: 20px !important;
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: center; }
  .node-contact-us .js-form-item-send-me-a-copy input, .node-13 .js-form-item-send-me-a-copy input {
    margin-top: 2px !important;
    position: unset; }
  .node-contact-us .js-form-item-send-me-a-copy label, .node-13 .js-form-item-send-me-a-copy label {
    /*font-size: calculateRem(16px);
        color: #555;
        font-weight: 500;*/
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: "HCo Gotham", "Source Sans 3", sans-serif;
    color: #000000;
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 15px;
    flex: 0 0 auto;
    order: 1;
    text-align: left; }
    @media (max-width: 727.98px) {
      .node-contact-us .js-form-item-send-me-a-copy label, .node-13 .js-form-item-send-me-a-copy label {
        flex: 0 0 90%; } }
  .node-contact-us .js-form-item-send-me-a-copy .form-item--error-message, .node-13 .js-form-item-send-me-a-copy .form-item--error-message {
    margin: 0 !important;
    order: 2;
    flex: 1 1 100%;
    justify-content: center; }
  .node-contact-us .js-form-item-send-me-a-copy .error ~ label, .node-13 .js-form-item-send-me-a-copy .error ~ label {
    color: #DE2726 !important; }

.node-contact-us .description, .node-13 .description {
  display: inline; }

.node-contact-us .description.visually-hidden, .node-13 .description.visually-hidden {
  display: none; }

.node-contact-us .form-actions, .node-13 .form-actions {
  margin-top: 20px; }

.node-contact-us .form-item-required-message, .node-13 .form-item-required-message {
  text-align: center;
  font-size: 0.900rem;
  margin: 0 auto 10px; }

.popover-body {
  padding: 10px 40px 10px 10px;
  line-height: 14px; }

.popover-button {
  padding: 0 !important;
  font-weight: 500;
  right: 30px; }

.has-popover input {
  padding-right: 15px; }

.popover {
  right: 1rem !important; }

.path-faq .content-wrapper,
.node-37 .content-wrapper {
  overflow: hidden; }

.path-faq .collapse h3, .path-faq .collapse .p,
.node-37 .collapse h3,
.node-37 .collapse .p {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  font-weight: 700; }

.path-faq .collapse .whole-wrapper,
.node-37 .collapse .whole-wrapper {
  margin-bottom: 1rem; }

.path-faq .collapse .wholeg-p,
.node-37 .collapse .wholeg-p {
  display: inline; }
  .path-faq .collapse .wholeg-p::after,
  .node-37 .collapse .wholeg-p::after {
    content: "\a";
    white-space: pre; }

.path-faq .sg__font-headline4, .path-faq h4, .path-faq .h4, .path-faq .page__content .field h4, .page__content .field .path-faq h4, .path-faq .page__content .field .h4, .page__content .field .path-faq .h4, .path-faq h4, .path-faq .h4, .path-faq .page__content .field h4,
.node-37 .sg__font-headline4,
.node-37 h4,
.node-37 .h4,
.node-37 .page__content .field h4,
.page__content .field .node-37 h4,
.node-37 .page__content .field .h4,
.page__content .field .node-37 .h4,
.node-37 h4,
.node-37 .h4,
.node-37 .page__content .field h4 {
  font-size: 24px !important;
  line-height: 26px !important; }

.path-où-acheter .content-wrapper .block-inline-blockbasic,
.path-where-to-buy .content-wrapper .block-inline-blockbasic,
.path-ou-acheter .content-wrapper .block-inline-blockbasic,
.node-36 .content-wrapper .block-inline-blockbasic {
  margin: 0 auto;
  padding: 0 15px; }
  .path-où-acheter .content-wrapper .block-inline-blockbasic p,
  .path-where-to-buy .content-wrapper .block-inline-blockbasic p,
  .path-ou-acheter .content-wrapper .block-inline-blockbasic p,
  .node-36 .content-wrapper .block-inline-blockbasic p {
    margin-top: 15px; }

.path-où-acheter .content-wrapper .image,
.path-where-to-buy .content-wrapper .image,
.path-ou-acheter .content-wrapper .image,
.node-36 .content-wrapper .image {
  margin-top: 34px; }
  .path-où-acheter .content-wrapper .image figure,
  .path-where-to-buy .content-wrapper .image figure,
  .path-ou-acheter .content-wrapper .image figure,
  .node-36 .content-wrapper .image figure {
    margin: 0; }
    .path-où-acheter .content-wrapper .image figure img.w-100,
    .path-where-to-buy .content-wrapper .image figure img.w-100,
    .path-ou-acheter .content-wrapper .image figure img.w-100,
    .node-36 .content-wrapper .image figure img.w-100 {
      display: block;
      margin: 0 auto;
      min-width: 240px;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content; }
  .path-où-acheter .content-wrapper .image figcaption,
  .path-where-to-buy .content-wrapper .image figcaption,
  .path-ou-acheter .content-wrapper .image figcaption,
  .node-36 .content-wrapper .image figcaption {
    margin: 0; }

.path-où-acheter .content-wrapper .bg-beige-00 .col-12 .products-online,
.path-where-to-buy .content-wrapper .bg-beige-00 .col-12 .products-online,
.path-ou-acheter .content-wrapper .bg-beige-00 .col-12 .products-online,
.node-36 .content-wrapper .bg-beige-00 .col-12 .products-online {
  background-color: #F2EFED !important; }

.path-où-acheter .content-wrapper .bg-beige-200 .col-12 .products-online,
.path-where-to-buy .content-wrapper .bg-beige-200 .col-12 .products-online,
.path-ou-acheter .content-wrapper .bg-beige-200 .col-12 .products-online,
.node-36 .content-wrapper .bg-beige-200 .col-12 .products-online {
  background-color: #EFE9E6 !important; }

.path-où-acheter .content-wrapper .bg-blue-00,
.path-where-to-buy .content-wrapper .bg-blue-00,
.path-ou-acheter .content-wrapper .bg-blue-00,
.node-36 .content-wrapper .bg-blue-00 {
  background-color: #003DA5 !important; }
  .path-où-acheter .content-wrapper .bg-blue-00 .hero-tertiary-container,
  .path-where-to-buy .content-wrapper .bg-blue-00 .hero-tertiary-container,
  .path-ou-acheter .content-wrapper .bg-blue-00 .hero-tertiary-container,
  .node-36 .content-wrapper .bg-blue-00 .hero-tertiary-container {
    padding: 60px 0 30px; }
  .path-où-acheter .content-wrapper .bg-blue-00 h1,
  .path-où-acheter .content-wrapper .bg-blue-00 span,
  .path-où-acheter .content-wrapper .bg-blue-00 p,
  .path-where-to-buy .content-wrapper .bg-blue-00 h1,
  .path-where-to-buy .content-wrapper .bg-blue-00 span,
  .path-where-to-buy .content-wrapper .bg-blue-00 p,
  .path-ou-acheter .content-wrapper .bg-blue-00 h1,
  .path-ou-acheter .content-wrapper .bg-blue-00 span,
  .path-ou-acheter .content-wrapper .bg-blue-00 p,
  .node-36 .content-wrapper .bg-blue-00 h1,
  .node-36 .content-wrapper .bg-blue-00 span,
  .node-36 .content-wrapper .bg-blue-00 p {
    color: #FFFFFF; }
  .path-où-acheter .content-wrapper .bg-blue-00 h1,
  .path-where-to-buy .content-wrapper .bg-blue-00 h1,
  .path-ou-acheter .content-wrapper .bg-blue-00 h1,
  .node-36 .content-wrapper .bg-blue-00 h1 {
    padding: 0 0 30px;
    font-size: 4rem;
    line-height: 66px; }

.path-où-acheter .content-wrapper .products-online .container h4, .path-où-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h4, .path-products .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4, .path-où-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h4, .path-produits .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4, .path-où-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h4, .node-921896 .path-où-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4, .path-où-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h4, .path-products .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h4, .path-où-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h4, .path-produits .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h4, .path-où-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h4, .node-921896 .path-où-acheter .content-wrapper .products-online .block--type-recipe-related > div h4, .path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h4, .path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4, .path-où-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h4, .path-contests .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h4, .path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h4, .path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4, .path-où-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h4, .path-concours .path-où-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.path-where-to-buy .content-wrapper .products-online .container h4,
.path-where-to-buy .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h4,
.path-products .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-where-to-buy .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h4,
.path-produits .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-where-to-buy .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h4,
.node-921896 .path-where-to-buy .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-where-to-buy .content-wrapper .products-online .path-products .block--type-recipe-related > div h4,
.path-products .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-where-to-buy .content-wrapper .products-online .path-produits .block--type-recipe-related > div h4,
.path-produits .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-where-to-buy .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h4,
.node-921896 .path-where-to-buy .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h4,
.path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.path-where-to-buy .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h4,
.path-contests .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h4,
.path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.path-where-to-buy .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h4,
.path-concours .path-where-to-buy .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.path-ou-acheter .content-wrapper .products-online .container h4,
.path-ou-acheter .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h4,
.path-products .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-ou-acheter .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h4,
.path-produits .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-ou-acheter .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h4,
.node-921896 .path-ou-acheter .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.path-ou-acheter .content-wrapper .products-online .path-products .block--type-recipe-related > div h4,
.path-products .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-ou-acheter .content-wrapper .products-online .path-produits .block--type-recipe-related > div h4,
.path-produits .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-ou-acheter .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h4,
.node-921896 .path-ou-acheter .content-wrapper .products-online .block--type-recipe-related > div h4,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h4,
.path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.path-ou-acheter .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h4,
.path-contests .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h4,
.path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.path-ou-acheter .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h4,
.path-concours .path-ou-acheter .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.node-36 .content-wrapper .products-online .container h4,
.node-36 .content-wrapper .products-online .path-products #block-titlerecipesyoumaylikeallproducts > div h4,
.path-products .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.node-36 .content-wrapper .products-online .path-produits #block-titlerecipesyoumaylikeallproducts > div h4,
.path-produits .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.node-36 .content-wrapper .products-online .node-921896 #block-titlerecipesyoumaylikeallproducts > div h4,
.node-921896 .node-36 .content-wrapper .products-online #block-titlerecipesyoumaylikeallproducts > div h4,
.node-36 .content-wrapper .products-online .path-products .block--type-recipe-related > div h4,
.path-products .node-36 .content-wrapper .products-online .block--type-recipe-related > div h4,
.node-36 .content-wrapper .products-online .path-produits .block--type-recipe-related > div h4,
.path-produits .node-36 .content-wrapper .products-online .block--type-recipe-related > div h4,
.node-36 .content-wrapper .products-online .node-921896 .block--type-recipe-related > div h4,
.node-921896 .node-36 .content-wrapper .products-online .block--type-recipe-related > div h4,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block-1 > h2 h4,
.path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.node-36 .content-wrapper .products-online .path-contests .block-views-blockcontest-block > h2 h4,
.path-contests .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h4,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block-1 > h2 h4,
.path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block-1 > h2 h4,
.node-36 .content-wrapper .products-online .path-concours .block-views-blockcontest-block > h2 h4,
.path-concours .node-36 .content-wrapper .products-online .block-views-blockcontest-block > h2 h4 {
  margin-bottom: 30px; }

.path-contests-promos .heroes__row,
.node-39 .heroes__row {
  padding: 55px 10px 0; }
  .path-contests-promos .heroes__row .heroes__col-left,
  .node-39 .heroes__row .heroes__col-left {
    height: initial; }
    @media (min-width: 728px) {
      .path-contests-promos .heroes__row .heroes__col-left,
      .node-39 .heroes__row .heroes__col-left {
        padding: 75px 0 !important; } }
    @media (min-width: 992px) {
      .path-contests-promos .heroes__row .heroes__col-left,
      .node-39 .heroes__row .heroes__col-left {
        padding: 40px 0 !important; } }
  .path-contests-promos .heroes__row .heroes__col-right,
  .node-39 .heroes__row .heroes__col-right {
    padding: 50px 15px !important; }
    @media (min-width: 992px) {
      .path-contests-promos .heroes__row .heroes__col-right,
      .node-39 .heroes__row .heroes__col-right {
        padding: 50px !important; } }

.path-contests-promos .block-inline-blockbasic,
.node-39 .block-inline-blockbasic {
  padding: 0 20px; }
  @media (min-width: 992px) {
    .path-contests-promos .block-inline-blockbasic,
    .node-39 .block-inline-blockbasic {
      padding: 0 309px; } }

@media (max-width: 727.98px) {
  .path-a-propos-de-nous .heroes .heroes__row,
  .path-about-us .heroes .heroes__row {
    flex-direction: column-reverse; } }

.path-a-propos-de-nous .heroes .heroes__row .heroes__title,
.path-about-us .heroes .heroes__row .heroes__title {
  text-align: center !important; }

.path-a-propos-de-nous .block-inline-blockbasic .field--name-body h2,
.path-about-us .block-inline-blockbasic .field--name-body h2 {
  margin: 0 auto 30px auto;
  max-width: 730px; }

.path-a-propos-de-nous .block-inline-blockbasic .field--name-body p,
.path-about-us .block-inline-blockbasic .field--name-body p {
  max-width: 730px;
  margin: 0 auto; }

.path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .btn.btn-primary, .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .views-infinite-scroll-load-more a.btn-primary, .views-infinite-scroll-load-more .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description a.btn-primary, .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .blog-middle .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description a, .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .views-infinite-scroll-load-more .contest-detail__cta a, .views-infinite-scroll-load-more .contest-detail__cta .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description a, .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .contest-detail__cta .views-infinite-scroll-load-more a, .contest-detail__cta .views-infinite-scroll-load-more .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description a, .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .contest-detail__cta a, .contest-detail__cta .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description a, .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description span,
.path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description span,
.path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-a-propos-de-nous .text-media .tns-inner .block-inline-blocktext-media-block__description span,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .btn.btn-primary,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .views-infinite-scroll-load-more a.btn-primary,
.views-infinite-scroll-load-more .path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description a.btn-primary,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .blog-middle .views-infinite-scroll-load-more a,
.blog-middle .views-infinite-scroll-load-more .path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description a,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .views-infinite-scroll-load-more .contest-detail__cta a,
.views-infinite-scroll-load-more .contest-detail__cta .path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description a,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .contest-detail__cta .views-infinite-scroll-load-more a,
.contest-detail__cta .views-infinite-scroll-load-more .path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description a,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .contest-detail__cta a,
.contest-detail__cta .path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description a,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description span,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description span,
.path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-about-us .text-media .tns-inner .block-inline-blocktext-media-block__description span {
  margin-top: 24px; }

@media (min-width: 992px) {
  .about-us-history .field--name-field-media-image {
    text-align: center; } }

.about-us-history .block-inline-blocktext-media-block .block-inline-blocktext-media-block__image .img-fluid {
  max-width: 50%; }
  @media (min-width: 728px) {
    .about-us-history .block-inline-blocktext-media-block .block-inline-blocktext-media-block__image .img-fluid {
      max-width: 375px; } }
  @media (max-width: 727.98px) {
    .about-us-history .block-inline-blocktext-media-block .block-inline-blocktext-media-block__image .img-fluid {
      height: 114px;
      width: auto;
      max-width: 100%;
      -o-object-fit: fill;
         object-fit: fill; } }

@media (min-width: 526px) and (max-width: 727px) and (max-height: 666px) {
  .about-us-history .block-inline-blocktext-media-block .block-inline-blocktext-media-block__image .img-fluid {
    max-width: 100%;
    height: auto; } }

@media (max-width: 727.98px) {
  .about-us-history .text-media .tns-outer .tns-nav {
    bottom: calc((100% - 144px) / 2); } }

@media (min-width: 526px) and (max-width: 727px) and (max-height: 666px) {
  .about-us-history .text-media .tns-outer .tns-nav {
    top: auto;
    bottom: 50%;
    transform: translateY(50%); } }

.about-us-history .block-views-blockall-recipes-block-1 form,
.about-us-history .block-views-blockall-recipes-block-1 .view-filters,
.about-us-history .block-views-blockall-recipes-block-1 .view-header,
.about-us-history .block-views-blockall-recipes-block-1 .pager {
  display: none; }

.about-us-history .block-views-blockall-recipes-block-1 .recipe-related {
  background: unset; }
  .about-us-history .block-views-blockall-recipes-block-1 .recipe-related .tns-outer {
    position: relative; }
    .about-us-history .block-views-blockall-recipes-block-1 .recipe-related .tns-outer .tns-custom-controls {
      position: absolute;
      top: -213px;
      bottom: 0;
      margin: auto;
      width: 45px;
      height: 45px;
      background-image: url("/themes/custom/dempsters/assets/icons/chevron-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      border: none;
      background-color: #DE2726;
      border-radius: 10px;
      font-size: 0;
      z-index: 2; }
      .about-us-history .block-views-blockall-recipes-block-1 .recipe-related .tns-outer .tns-custom-controls.tns-custom-prev {
        left: -24px;
        transform: rotate(90deg); }
        @media (min-width: 992px) {
          .about-us-history .block-views-blockall-recipes-block-1 .recipe-related .tns-outer .tns-custom-controls.tns-custom-prev {
            left: -75px; } }
      .about-us-history .block-views-blockall-recipes-block-1 .recipe-related .tns-outer .tns-custom-controls.tns-custom-next {
        right: -24px;
        transform: rotate(270deg); }
        @media (min-width: 992px) {
          .about-us-history .block-views-blockall-recipes-block-1 .recipe-related .tns-outer .tns-custom-controls.tns-custom-next {
            right: -75px; } }

.about-values-carousel #tns1-ow .tns-nav button {
  outline-offset: 5px; }

.btn, .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.65rem 0.57rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
    .node-921386 .view-search-products .product-related__cta .stretched-link span {
      transition: none; } }
  .btn:hover, .views-infinite-scroll-load-more a:hover, .contest-detail__cta a:hover, .path-search-results .view-search-products .product-related__cta .stretched-link span:hover,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:hover,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .views-infinite-scroll-load-more a:focus, .contest-detail__cta a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .btn.focus, .views-infinite-scroll-load-more a.focus, .contest-detail__cta a.focus, .path-search-results .view-search-products .product-related__cta .stretched-link span.focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.focus {
    outline: 0;
    box-shadow: #003DA5; }
  .btn.disabled, .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .btn:disabled, .views-infinite-scroll-load-more a:disabled, .contest-detail__cta a:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled {
    opacity: 0.65; }

a.btn.disabled, .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more fieldset:disabled a,
fieldset:disabled .contest-detail__cta a,
.contest-detail__cta fieldset:disabled a {
  pointer-events: none; }

.btn-primary, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-primary:hover, .blog-middle .views-infinite-scroll-load-more a:hover, .contest-detail__cta a:hover, .path-search-results .view-search-products .product-related__cta .stretched-link span:hover,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:hover,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-primary:focus, .blog-middle .views-infinite-scroll-load-more a:focus, .contest-detail__cta a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .btn-primary.focus, .blog-middle .views-infinite-scroll-load-more a.focus, .contest-detail__cta a.focus, .path-search-results .view-search-products .product-related__cta .stretched-link span.focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-primary.disabled, .blog-middle .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .btn-primary:disabled, .blog-middle .views-infinite-scroll-load-more a:disabled, .contest-detail__cta a:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-primary:not(:disabled):not(.disabled):active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .contest-detail__cta a:not(:disabled):not(.disabled):active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .contest-detail__cta a:not(:disabled):not(.disabled).active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .blog-middle .views-infinite-scroll-load-more .show > a.dropdown-toggle,
  .contest-detail__cta .show > a.dropdown-toggle,
  .path-search-results .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle,
  .node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .contest-detail__cta a:not(:disabled):not(.disabled):active:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active:focus, .contest-detail__cta a:not(:disabled):not(.disabled).active:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .blog-middle .views-infinite-scroll-load-more .show > a.dropdown-toggle:focus,
    .contest-detail__cta .show > a.dropdown-toggle:focus,
    .path-search-results .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #003DA5;
  border-color: #003DA5; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #002f7f;
    border-color: #002a72; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #002a72;
    border-color: #002565; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5); }

.btn-success {
  color: #FFFFFF;
  background-color: #169816;
  border-color: #169816; }
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #117711;
    border-color: #106b10; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 167, 57, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #106b10;
    border-color: #0e600e; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 167, 57, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-warning {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-warning:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-light {
  color: #212529;
  background-color: #F2EFED;
  border-color: #F2EFED; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2dbd7;
    border-color: #ddd5cf; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ddd5cf;
    border-color: #d7cec8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #2B2926;
  border-color: #2B2926; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #171614;
    border-color: #100f0e; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100f0e;
    border-color: #090908; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }

.btn-custom {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-custom:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-custom:focus, .btn-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-custom.disabled, .btn-custom:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
  .show > .btn-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-red-00 {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-red-00:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-red-00:focus, .btn-red-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-red-00.disabled, .btn-red-00:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-red-00:not(:disabled):not(.disabled):active, .btn-red-00:not(:disabled):not(.disabled).active,
  .show > .btn-red-00.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-red-00:not(:disabled):not(.disabled):active:focus, .btn-red-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-red-100 {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-red-100:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-red-100:focus, .btn-red-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-red-100.disabled, .btn-red-100:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-red-100:not(:disabled):not(.disabled):active, .btn-red-100:not(:disabled):not(.disabled).active,
  .show > .btn-red-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-red-100:not(:disabled):not(.disabled):active:focus, .btn-red-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-red-200 {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-red-200:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-red-200:focus, .btn-red-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-red-200.disabled, .btn-red-200:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-red-200:not(:disabled):not(.disabled):active, .btn-red-200:not(:disabled):not(.disabled).active,
  .show > .btn-red-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-red-200:not(:disabled):not(.disabled):active:focus, .btn-red-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-beige-00 {
  color: #212529;
  background-color: #F2EFED;
  border-color: #F2EFED; }
  .btn-beige-00:hover {
    color: #212529;
    background-color: #e2dbd7;
    border-color: #ddd5cf; }
  .btn-beige-00:focus, .btn-beige-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }
  .btn-beige-00.disabled, .btn-beige-00:disabled {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-beige-00:not(:disabled):not(.disabled):active, .btn-beige-00:not(:disabled):not(.disabled).active,
  .show > .btn-beige-00.dropdown-toggle {
    color: #212529;
    background-color: #ddd5cf;
    border-color: #d7cec8; }
    .btn-beige-00:not(:disabled):not(.disabled):active:focus, .btn-beige-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }

.btn-beige-100 {
  color: #212529;
  background-color: #F8F6F5;
  border-color: #F8F6F5; }
  .btn-beige-100:hover {
    color: #212529;
    background-color: #e8e2df;
    border-color: #e3dbd7; }
  .btn-beige-100:focus, .btn-beige-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 215, 214, 0.5); }
  .btn-beige-100.disabled, .btn-beige-100:disabled {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
  .btn-beige-100:not(:disabled):not(.disabled):active, .btn-beige-100:not(:disabled):not(.disabled).active,
  .show > .btn-beige-100.dropdown-toggle {
    color: #212529;
    background-color: #e3dbd7;
    border-color: #ded4d0; }
    .btn-beige-100:not(:disabled):not(.disabled):active:focus, .btn-beige-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 215, 214, 0.5); }

.btn-beige-200 {
  color: #212529;
  background-color: #EFE9E6;
  border-color: #EFE9E6; }
  .btn-beige-200:hover {
    color: #212529;
    background-color: #e0d4cf;
    border-color: #dbcec7; }
  .btn-beige-200:focus, .btn-beige-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 204, 202, 0.5); }
  .btn-beige-200.disabled, .btn-beige-200:disabled {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-beige-200:not(:disabled):not(.disabled):active, .btn-beige-200:not(:disabled):not(.disabled).active,
  .show > .btn-beige-200.dropdown-toggle {
    color: #212529;
    background-color: #dbcec7;
    border-color: #d6c7bf; }
    .btn-beige-200:not(:disabled):not(.disabled):active:focus, .btn-beige-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 204, 202, 0.5); }

.btn-beige-300 {
  color: #212529;
  background-color: #E2DAD6;
  border-color: #E2DAD6; }
  .btn-beige-300:hover {
    color: #212529;
    background-color: #d2c6c0;
    border-color: #cdbfb8; }
  .btn-beige-300:focus, .btn-beige-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 191, 188, 0.5); }
  .btn-beige-300.disabled, .btn-beige-300:disabled {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
  .btn-beige-300:not(:disabled):not(.disabled):active, .btn-beige-300:not(:disabled):not(.disabled).active,
  .show > .btn-beige-300.dropdown-toggle {
    color: #212529;
    background-color: #cdbfb8;
    border-color: #c8b8b1; }
    .btn-beige-300:not(:disabled):not(.disabled):active:focus, .btn-beige-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(197, 191, 188, 0.5); }

.btn-beige-400 {
  color: #FFFFFF;
  background-color: #846C62;
  border-color: #846C62; }
  .btn-beige-400:hover {
    color: #FFFFFF;
    background-color: #6e5a52;
    border-color: #67544c; }
  .btn-beige-400:focus, .btn-beige-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 130, 122, 0.5); }
  .btn-beige-400.disabled, .btn-beige-400:disabled {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
  .btn-beige-400:not(:disabled):not(.disabled):active, .btn-beige-400:not(:disabled):not(.disabled).active,
  .show > .btn-beige-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #67544c;
    border-color: #5f4e47; }
    .btn-beige-400:not(:disabled):not(.disabled):active:focus, .btn-beige-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(150, 130, 122, 0.5); }

.btn-error {
  color: #FFFFFF;
  background-color: #D52020;
  border-color: #D52020; }
  .btn-error:hover {
    color: #FFFFFF;
    background-color: #b41b1b;
    border-color: #a91919; }
  .btn-error:focus, .btn-error.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 65, 65, 0.5); }
  .btn-error.disabled, .btn-error:disabled {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
  .btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active,
  .show > .btn-error.dropdown-toggle {
    color: #FFFFFF;
    background-color: #a91919;
    border-color: #9e1818; }
    .btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-error.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 65, 65, 0.5); }

.btn-disabled {
  color: #212529;
  background-color: #A8A6A6;
  border-color: #A8A6A6; }
  .btn-disabled:hover {
    color: #FFFFFF;
    background-color: #959393;
    border-color: #8f8c8c; }
  .btn-disabled:focus, .btn-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 147, 147, 0.5); }
  .btn-disabled.disabled, .btn-disabled:disabled {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
  .btn-disabled:not(:disabled):not(.disabled):active, .btn-disabled:not(:disabled):not(.disabled).active,
  .show > .btn-disabled.dropdown-toggle {
    color: #FFFFFF;
    background-color: #8f8c8c;
    border-color: #888686; }
    .btn-disabled:not(:disabled):not(.disabled):active:focus, .btn-disabled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(148, 147, 147, 0.5); }

.btn-focus {
  color: #FFFFFF;
  background-color: #4062BB;
  border-color: #4062BB; }
  .btn-focus:hover {
    color: #FFFFFF;
    background-color: #36539f;
    border-color: #334e95; }
  .btn-focus:focus, .btn-focus.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 122, 197, 0.5); }
  .btn-focus.disabled, .btn-focus:disabled {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
  .btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active,
  .show > .btn-focus.dropdown-toggle {
    color: #FFFFFF;
    background-color: #334e95;
    border-color: #30498c; }
    .btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-focus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 122, 197, 0.5); }

.btn-tertiary {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-tertiary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-quaternary {
  color: #212529;
  background-color: #F5F2F2;
  border-color: #F5F2F2; }
  .btn-quaternary:hover {
    color: #212529;
    background-color: #e4dcdc;
    border-color: #dfd5d5; }
  .btn-quaternary:focus, .btn-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 211, 212, 0.5); }
  .btn-quaternary.disabled, .btn-quaternary:disabled {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
  .btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-quaternary.dropdown-toggle {
    color: #212529;
    background-color: #dfd5d5;
    border-color: #d9cece; }
    .btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 211, 212, 0.5); }

.btn-quinary {
  color: #212529;
  background-color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-quinary:hover {
    color: #212529;
    background-color: #cec9c9;
    border-color: #c8c2c2; }
  .btn-quinary:focus, .btn-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }
  .btn-quinary.disabled, .btn-quinary:disabled {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-quinary:not(:disabled):not(.disabled):active, .btn-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-quinary.dropdown-toggle {
    color: #212529;
    background-color: #c8c2c2;
    border-color: #c2bcbc; }
    .btn-quinary:not(:disabled):not(.disabled):active:focus, .btn-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }

.btn-senary {
  color: #FFFFFF;
  background-color: #2B2926;
  border-color: #2B2926; }
  .btn-senary:hover {
    color: #FFFFFF;
    background-color: #171614;
    border-color: #100f0e; }
  .btn-senary:focus, .btn-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }
  .btn-senary.disabled, .btn-senary:disabled {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-senary:not(:disabled):not(.disabled):active, .btn-senary:not(:disabled):not(.disabled).active,
  .show > .btn-senary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100f0e;
    border-color: #090908; }
    .btn-senary:not(:disabled):not(.disabled):active:focus, .btn-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }

.btn-white {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-gray {
  color: #212529;
  background-color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-gray:hover {
    color: #212529;
    background-color: #cec9c9;
    border-color: #c8c2c2; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #c8c2c2;
    border-color: #c2bcbc; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }

.btn-gray_light {
  color: #FFFFFF;
  background-color: rgba(43, 41, 38, 0.6);
  border-color: rgba(43, 41, 38, 0.6); }
  .btn-gray_light:hover {
    color: #FFFFFF;
    background-color: rgba(23, 22, 20, 0.6);
    border-color: rgba(16, 15, 14, 0.6); }
  .btn-gray_light:focus, .btn-gray_light.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 103, 101, 0.5); }
  .btn-gray_light.disabled, .btn-gray_light:disabled {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
  .btn-gray_light:not(:disabled):not(.disabled):active, .btn-gray_light:not(:disabled):not(.disabled).active,
  .show > .btn-gray_light.dropdown-toggle {
    color: #FFFFFF;
    background-color: rgba(16, 15, 14, 0.6);
    border-color: rgba(9, 9, 8, 0.6); }
    .btn-gray_light:not(:disabled):not(.disabled):active:focus, .btn-gray_light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 103, 101, 0.5); }

.btn-black {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary, .views-infinite-scroll-load-more a {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-primary:hover, .views-infinite-scroll-load-more a:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-primary:focus, .views-infinite-scroll-load-more a:focus, .btn-outline-primary.focus, .views-infinite-scroll-load-more a.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-primary.disabled, .views-infinite-scroll-load-more a.disabled, .btn-outline-primary:disabled, .views-infinite-scroll-load-more a:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle,
  .views-infinite-scroll-load-more .show > a.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus,
    .views-infinite-scroll-load-more .show > a.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-secondary {
  color: #003DA5;
  border-color: #003DA5; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #003DA5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }

.btn-outline-success {
  color: #169816;
  border-color: #169816; }
  .btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #169816;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }

.btn-outline-info {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-warning {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-danger {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-light {
  color: #F2EFED;
  border-color: #F2EFED; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F2EFED;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.btn-outline-dark {
  color: #2B2926;
  border-color: #2B2926; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2B2926;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-custom {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-custom:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-custom:focus, .btn-outline-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-custom.disabled, .btn-outline-custom:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
  .show > .btn-outline-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-red-00 {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-red-00:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-red-00:focus, .btn-outline-red-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-red-00.disabled, .btn-outline-red-00:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-red-00:not(:disabled):not(.disabled):active, .btn-outline-red-00:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-00.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-red-00:not(:disabled):not(.disabled):active:focus, .btn-outline-red-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-red-100 {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-red-100:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-red-100:focus, .btn-outline-red-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-red-100.disabled, .btn-outline-red-100:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-red-100:not(:disabled):not(.disabled):active, .btn-outline-red-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-red-100:not(:disabled):not(.disabled):active:focus, .btn-outline-red-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-red-200 {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-red-200:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-red-200:focus, .btn-outline-red-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-red-200.disabled, .btn-outline-red-200:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-red-200:not(:disabled):not(.disabled):active, .btn-outline-red-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-red-200:not(:disabled):not(.disabled):active:focus, .btn-outline-red-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-beige-00 {
  color: #F2EFED;
  border-color: #F2EFED; }
  .btn-outline-beige-00:hover {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-outline-beige-00:focus, .btn-outline-beige-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }
  .btn-outline-beige-00.disabled, .btn-outline-beige-00:disabled {
    color: #F2EFED;
    background-color: transparent; }
  .btn-outline-beige-00:not(:disabled):not(.disabled):active, .btn-outline-beige-00:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-00.dropdown-toggle {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
    .btn-outline-beige-00:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.btn-outline-beige-100 {
  color: #F8F6F5;
  border-color: #F8F6F5; }
  .btn-outline-beige-100:hover {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
  .btn-outline-beige-100:focus, .btn-outline-beige-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }
  .btn-outline-beige-100.disabled, .btn-outline-beige-100:disabled {
    color: #F8F6F5;
    background-color: transparent; }
  .btn-outline-beige-100:not(:disabled):not(.disabled):active, .btn-outline-beige-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-100.dropdown-toggle {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
    .btn-outline-beige-100:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }

.btn-outline-beige-200 {
  color: #EFE9E6;
  border-color: #EFE9E6; }
  .btn-outline-beige-200:hover {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-outline-beige-200:focus, .btn-outline-beige-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }
  .btn-outline-beige-200.disabled, .btn-outline-beige-200:disabled {
    color: #EFE9E6;
    background-color: transparent; }
  .btn-outline-beige-200:not(:disabled):not(.disabled):active, .btn-outline-beige-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-200.dropdown-toggle {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
    .btn-outline-beige-200:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }

.btn-outline-beige-300 {
  color: #E2DAD6;
  border-color: #E2DAD6; }
  .btn-outline-beige-300:hover {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
  .btn-outline-beige-300:focus, .btn-outline-beige-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }
  .btn-outline-beige-300.disabled, .btn-outline-beige-300:disabled {
    color: #E2DAD6;
    background-color: transparent; }
  .btn-outline-beige-300:not(:disabled):not(.disabled):active, .btn-outline-beige-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-300.dropdown-toggle {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
    .btn-outline-beige-300:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }

.btn-outline-beige-400 {
  color: #846C62;
  border-color: #846C62; }
  .btn-outline-beige-400:hover {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
  .btn-outline-beige-400:focus, .btn-outline-beige-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }
  .btn-outline-beige-400.disabled, .btn-outline-beige-400:disabled {
    color: #846C62;
    background-color: transparent; }
  .btn-outline-beige-400:not(:disabled):not(.disabled):active, .btn-outline-beige-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
    .btn-outline-beige-400:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }

.btn-outline-error {
  color: #D52020;
  border-color: #D52020; }
  .btn-outline-error:hover {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
  .btn-outline-error:focus, .btn-outline-error.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }
  .btn-outline-error.disabled, .btn-outline-error:disabled {
    color: #D52020;
    background-color: transparent; }
  .btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active,
  .show > .btn-outline-error.dropdown-toggle {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
    .btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-error.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }

.btn-outline-disabled {
  color: #A8A6A6;
  border-color: #A8A6A6; }
  .btn-outline-disabled:hover {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
  .btn-outline-disabled:focus, .btn-outline-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }
  .btn-outline-disabled.disabled, .btn-outline-disabled:disabled {
    color: #A8A6A6;
    background-color: transparent; }
  .btn-outline-disabled:not(:disabled):not(.disabled):active, .btn-outline-disabled:not(:disabled):not(.disabled).active,
  .show > .btn-outline-disabled.dropdown-toggle {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
    .btn-outline-disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-disabled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }

.btn-outline-focus {
  color: #4062BB;
  border-color: #4062BB; }
  .btn-outline-focus:hover {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
  .btn-outline-focus:focus, .btn-outline-focus.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }
  .btn-outline-focus.disabled, .btn-outline-focus:disabled {
    color: #4062BB;
    background-color: transparent; }
  .btn-outline-focus:not(:disabled):not(.disabled):active, .btn-outline-focus:not(:disabled):not(.disabled).active,
  .show > .btn-outline-focus.dropdown-toggle {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
    .btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-focus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }

.btn-outline-tertiary {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-tertiary:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-quaternary {
  color: #F5F2F2;
  border-color: #F5F2F2; }
  .btn-outline-quaternary:hover {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
  .btn-outline-quaternary:focus, .btn-outline-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }
  .btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
    color: #F5F2F2;
    background-color: transparent; }
  .btn-outline-quaternary:not(:disabled):not(.disabled):active, .btn-outline-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quaternary.dropdown-toggle {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
    .btn-outline-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }

.btn-outline-quinary {
  color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-outline-quinary:hover {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-outline-quinary:focus, .btn-outline-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }
  .btn-outline-quinary.disabled, .btn-outline-quinary:disabled {
    color: #E0DDDD;
    background-color: transparent; }
  .btn-outline-quinary:not(:disabled):not(.disabled):active, .btn-outline-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quinary.dropdown-toggle {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
    .btn-outline-quinary:not(:disabled):not(.disabled):active:focus, .btn-outline-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.btn-outline-senary {
  color: #2B2926;
  border-color: #2B2926; }
  .btn-outline-senary:hover {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-outline-senary:focus, .btn-outline-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-senary.disabled, .btn-outline-senary:disabled {
    color: #2B2926;
    background-color: transparent; }
  .btn-outline-senary:not(:disabled):not(.disabled):active, .btn-outline-senary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-senary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
    .btn-outline-senary:not(:disabled):not(.disabled):active:focus, .btn-outline-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-gray {
  color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-outline-gray:hover {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #E0DDDD;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.btn-outline-gray_light {
  color: rgba(43, 41, 38, 0.6);
  border-color: rgba(43, 41, 38, 0.6); }
  .btn-outline-gray_light:hover {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
  .btn-outline-gray_light:focus, .btn-outline-gray_light.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-gray_light.disabled, .btn-outline-gray_light:disabled {
    color: rgba(43, 41, 38, 0.6);
    background-color: transparent; }
  .btn-outline-gray_light:not(:disabled):not(.disabled):active, .btn-outline-gray_light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray_light.dropdown-toggle {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
    .btn-outline-gray_light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray_light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #003DA5;
  text-decoration: none; }
  .btn-link:hover {
    color: #0059f2;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .views-infinite-scroll-load-more .btn-group-lg > a, .contest-detail__cta .btn-group-lg > a, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-lg > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-lg > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-lg > span {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .views-infinite-scroll-load-more .btn-group-sm > a, .contest-detail__cta .btn-group-sm > a, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-sm > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-sm > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-sm > span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.btn, .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  display: inline-flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: 600;
  outline: 2px solid transparent;
  border-radius: 10px;
  /*padding: 10px calculateRem(15px) 16px;*/
  /*padding: toRem(15);*/
  padding: 15px 18px;
  height: 2.8125rem;
  letter-spacing: .64px !important; }
  .btn.icon-search:focus:not(:focus-visible), .views-infinite-scroll-load-more a.icon-search:focus:not(:focus-visible), .contest-detail__cta a.icon-search:focus:not(:focus-visible), .path-search-results .view-search-products .product-related__cta .stretched-link span.icon-search:focus:not(:focus-visible),
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.icon-search:focus:not(:focus-visible),
  .node-921386 .view-search-products .product-related__cta .stretched-link span.icon-search:focus:not(:focus-visible) {
    outline: none !important;
    border: 0 !important; }
  .btn.icon-search:active, .views-infinite-scroll-load-more a.icon-search:active, .contest-detail__cta a.icon-search:active, .path-search-results .view-search-products .product-related__cta .stretched-link span.icon-search:active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.icon-search:active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.icon-search:active {
    outline: none !important;
    border: 0 !important; }
  .btn:focus, .views-infinite-scroll-load-more a:focus, .contest-detail__cta a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .btn:active, .views-infinite-scroll-load-more a:active, .contest-detail__cta a:active, .path-search-results .view-search-products .product-related__cta .stretched-link span:active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:active {
    outline: 2px dashed #003DA5;
    box-shadow: none;
    text-decoration: underline; }
  .btn:focus:not(:focus-visible), .views-infinite-scroll-load-more a:focus:not(:focus-visible), .contest-detail__cta a:focus:not(:focus-visible), .path-search-results .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible),
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible),
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible) {
    outline: none !important;
    text-decoration: none; }
  .btn:focus-visible, .views-infinite-scroll-load-more a:focus-visible, .contest-detail__cta a:focus-visible, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus-visible,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus-visible,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus-visible {
    outline: dashed #003DA5 2px;
    text-decoration: underline; }
  .btn:not(:disabled):not(.disabled):active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .contest-detail__cta a:not(:disabled):not(.disabled):active:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus {
    box-shadow: none; }

.btn-primary, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  border-color: transparent;
  background-color: #DE2726;
  color: #FFFFFF; }
  .btn-primary .icon, .blog-middle .views-infinite-scroll-load-more a .icon, .contest-detail__cta a .icon, .path-search-results .view-search-products .product-related__cta .stretched-link span .icon, .path-node-921386 .view-search-products .product-related__cta .stretched-link span .icon, .node-921386 .view-search-products .product-related__cta .stretched-link span .icon {
    filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
  .btn-primary:not(:disabled):not(.disabled):hover, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):hover, .contest-detail__cta a:not(:disabled):not(.disabled):hover, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: transparent; }
  .btn-primary:not(:disabled):not(.disabled):focus, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):focus, .contest-detail__cta a:not(:disabled):not(.disabled):focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .contest-detail__cta a:not(:disabled):not(.disabled):active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .contest-detail__cta a:not(:disabled):not(.disabled).active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active {
    outline: dashed #4D85FF 2px;
    background-color: #DE2726;
    border-color: #FFFFFF;
    color: #FFFFFF; }
  .btn-primary.disabled, .blog-middle .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .btn-primary:disabled, .blog-middle .views-infinite-scroll-load-more a:disabled, .contest-detail__cta a:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled {
    opacity: 0.8;
    color: #FFFFFF;
    background: #85888F;
    cursor: not-allowed;
    border-color: transparent; }

.btn-secondary {
  border-color: #003DA5;
  background-color: transparent;
  color: #003DA5; }
  .btn-secondary .icon {
    filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
  .btn-secondary:not(:disabled):not(.disabled):hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-secondary:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    outline: dashed #4D85FF 2px;
    background-color: transparent;
    border-color: #003DA5;
    color: #003DA5; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    opacity: 0.8;
    color: #85888F;
    background: #85888F;
    cursor: not-allowed;
    border-color: #85888F; }

.btn-outline-primary, .views-infinite-scroll-load-more a {
  color: #DE2726;
  background-color: #FFFFFF; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled):hover, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):hover {
    color: #DE2726;
    background-color: #FFFFFF; }
  .btn-outline-primary.disabled, .views-infinite-scroll-load-more a.disabled, .btn-outline-primary:disabled, .views-infinite-scroll-load-more a:disabled {
    color: #000000;
    cursor: not-allowed;
    opacity: 0.35;
    background-color: #FFFFFF;
    border-color: #000000; }

.btn-tertiary {
  background: transparent;
  color: #000000;
  outline: none;
  transition: all 0.1s ease-in-out;
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  padding: 0px 5px; }
  .btn-tertiary:before, .btn-tertiary:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0px;
    height: 2px;
    margin: 0 auto;
    transition: all 0.1s ease-in-out;
    transition-duration: 0.2s;
    opacity: 0;
    background-color: #000000;
    left: 5px; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled):hover {
    background: transparent;
    border-color: transparent; }
    .btn-tertiary:not(:disabled):not(.disabled):active:before, .btn-tertiary:not(:disabled):not(.disabled):active:after, .btn-tertiary:not(:disabled):not(.disabled).active:before, .btn-tertiary:not(:disabled):not(.disabled).active:after, .btn-tertiary:not(:disabled):not(.disabled):active:focus:before, .btn-tertiary:not(:disabled):not(.disabled):active:focus:after, .btn-tertiary:not(:disabled):not(.disabled):hover:before, .btn-tertiary:not(:disabled):not(.disabled):hover:after {
      width: calc(100% - 40px);
      opacity: 1; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    background: transparent;
    color: #85888F;
    outline: none;
    opacity: 0.8;
    cursor: not-allowed; }
    .btn-tertiary.disabled:hover, .btn-tertiary:disabled:hover {
      cursor: not-allowed; }
  .btn-tertiary:active, .btn-tertiary:hover {
    background: transparent;
    color: #000000;
    outline: none; }
  .btn-tertiary:focus, .btn-tertiary:focus:not(:focus-visible) {
    outline: 2px dashed #4D85FF;
    border: 2px solid transparent;
    background: transparent;
    color: #000000;
    text-decoration: none; }
  .btn-tertiary .icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-size: 20px; }
  .btn-tertiary.no-icon:not(:disabled):not(.disabled):active, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover {
    background: transparent;
    border-color: transparent; }
    .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover:after {
      width: calc(100% - 10px);
      opacity: 1; }

.cta-secondary {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #DE2726; }
  .cta-secondary:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: .5rem;
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-cta-secondary.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.btn-primary-white {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #DE2726; }
  .btn-primary-white:not(:disabled):not(.disabled):hover {
    color: #DE2726;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-primary-white:not(:disabled):not(.disabled):focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white:not(:disabled):not(.disabled).active {
    outline: dashed #FFFFFF 2px;
    background-color: #EFE9E6;
    border-color: #EFE9E6;
    color: #DE2726; }
  .btn-primary-white.disabled, .btn-primary-white:disabled {
    opacity: 0.8;
    color: #DE2726; }

.btn-outline-white:not(:disabled):not(.disabled):hover {
  color: #FFFFFF;
  background-color: #9f1918;
  border-color: #FFFFFF; }

.btn-outline-white:not(:disabled):not(.disabled):focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
  outline: dashed #FFFFFF 2px;
  background-color: #9f1918;
  border-color: #FFFFFF;
  color: #FFFFFF; }

.btn-outline-white.disabled, .btn-outline-white:disabled {
  opacity: 0.8;
  cursor: not-allowed; }

.btn-tertiary-white {
  padding: 0;
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  border-left: none;
  border-right: none;
  position: relative;
  border-radius: 0; }
  .btn-tertiary-white:not(:disabled):not(.disabled):hover {
    border-color: transparent;
    border-bottom-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 0; }
  .btn-tertiary-white:not(:disabled):not(.disabled):active, .btn-tertiary-white:not(:disabled):not(.disabled).active, .btn-tertiary-white:not(:disabled):not(.disabled):active:focus, .btn-tertiary-white:not(:disabled):not(.disabled):focus {
    background-color: transparent;
    border-color: transparent;
    color: #FFFFFF;
    outline: dashed #FFFFFF 2px; }
  .btn-tertiary-white.disabled, .btn-tertiary-white:disabled {
    opacity: 0.8;
    color: #FFFFFF;
    cursor: not-allowed; }

.primary-background {
  background-color: #DE2726; }
  .primary-background .btn-primary, .primary-background .blog-middle .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more .primary-background a, .primary-background .contest-detail__cta a, .contest-detail__cta .primary-background a, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span,
  .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span,
  .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span {
    border-color: transparent;
    background-color: #FFFFFF;
    color: #DE2726; }
    .primary-background .btn-primary:not(:disabled):not(.disabled):hover, .primary-background .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):hover, .blog-middle .views-infinite-scroll-load-more .primary-background a:not(:disabled):not(.disabled):hover, .primary-background .contest-detail__cta a:not(:disabled):not(.disabled):hover, .contest-detail__cta .primary-background a:not(:disabled):not(.disabled):hover, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):hover,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):hover,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):hover {
      color: #003DA5;
      background-color: #FFFFFF;
      border-color: transparent; }
    .primary-background .btn-primary:not(:disabled):not(.disabled):focus, .primary-background .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):focus, .blog-middle .views-infinite-scroll-load-more .primary-background a:not(:disabled):not(.disabled):focus, .primary-background .contest-detail__cta a:not(:disabled):not(.disabled):focus, .contest-detail__cta .primary-background a:not(:disabled):not(.disabled):focus, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):focus,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):focus,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):focus, .primary-background .btn-primary:not(:disabled):not(.disabled):active, .primary-background .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .blog-middle .views-infinite-scroll-load-more .primary-background a:not(:disabled):not(.disabled):active, .primary-background .contest-detail__cta a:not(:disabled):not(.disabled):active, .contest-detail__cta .primary-background a:not(:disabled):not(.disabled):active, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):active,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):active,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):active, .primary-background .btn-primary:not(:disabled):not(.disabled).active, .primary-background .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .blog-middle .views-infinite-scroll-load-more .primary-background a:not(:disabled):not(.disabled).active, .primary-background .contest-detail__cta a:not(:disabled):not(.disabled).active, .contest-detail__cta .primary-background a:not(:disabled):not(.disabled).active, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled).active,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled).active,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled).active {
      outline: dashed #85888F 2px;
      background-color: #FFFFFF;
      border-color: #DE2726;
      color: #DE2726; }
    .primary-background .btn-primary.disabled, .primary-background .blog-middle .views-infinite-scroll-load-more a.disabled, .blog-middle .views-infinite-scroll-load-more .primary-background a.disabled, .primary-background .contest-detail__cta a.disabled, .contest-detail__cta .primary-background a.disabled, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span.disabled,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span.disabled,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span.disabled, .primary-background .btn-primary:disabled, .primary-background .blog-middle .views-infinite-scroll-load-more a:disabled, .blog-middle .views-infinite-scroll-load-more .primary-background a:disabled, .primary-background .contest-detail__cta a:disabled, .contest-detail__cta .primary-background a:disabled, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:disabled,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:disabled,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:disabled {
      opacity: 0.8;
      color: #DE2726;
      background: #CCD0DB;
      cursor: not-allowed;
      border-color: #DE2726; }
  .primary-background .btn-secondary {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF; }
    .primary-background .btn-secondary .icon {
      filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
    .primary-background .btn-secondary:not(:disabled):not(.disabled):hover {
      color: #003DA5;
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
    .primary-background .btn-secondary:not(:disabled):not(.disabled):focus, .primary-background .btn-secondary:not(:disabled):not(.disabled):active, .primary-background .btn-secondary:not(:disabled):not(.disabled).active {
      outline: dashed #B5D0FF 2px;
      background-color: transparent;
      border-color: #FFFFFF;
      color: #FFFFFF; }
    .primary-background .btn-secondary.disabled, .primary-background .btn-secondary:disabled {
      opacity: 0.8;
      color: #CCD0DB;
      background: transparent;
      cursor: not-allowed;
      border-color: #CCD0DB; }
  .primary-background .btn-tertiary {
    color: #FFFFFF;
    border-color: transparent; }
    .primary-background .btn-tertiary:before, .primary-background .btn-tertiary:after {
      background-color: #FFFFFF; }
    .primary-background .btn-tertiary.disabled, .primary-background .btn-tertiary:disabled {
      color: #CCD0DB; }
      .primary-background .btn-tertiary.disabled:hover, .primary-background .btn-tertiary:disabled:hover {
        cursor: not-allowed; }
    .primary-background .btn-tertiary:active, .primary-background .btn-tertiary:hover {
      background: transparent;
      color: #FFFFFF;
      outline: none; }
    .primary-background .btn-tertiary:focus, .primary-background .btn-tertiary:focus:not(:focus-visible) {
      outline: 2px dashed #B5D0FF;
      border: 2px solid transparent;
      color: #FFFFFF; }
    .primary-background .btn-tertiary .icon {
      filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }

.btn-filters {
  font-size: 14px;
  padding: .75rem 1rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    .btn-filters {
      /*padding: 10px;*/
      padding: 0.625rem; } }

/*.btn.expand-collapse__show-more {
  padding: 0;
  color: #D52020;
  background-color: transparent;
  border-color: transparent;
  border-left: none;
  border-right: none;
  position: relative;

  .icon {
    filter: invert(24%) sepia(96%) saturate(2570%) hue-rotate(337deg) brightness(85%) contrast(114%);
  }
}*/
@media (min-width: 992px) {
  .path-communaute .heroes-contest .heroes__col-left,
  .path-node-921931 .heroes-contest .heroes__col-left,
  .path-blog .heroes-contest .heroes__col-left {
    justify-content: right;
    margin: 3rem 0; } }

.path-communaute .heroes-contest .heroes__col-left img,
.path-node-921931 .heroes-contest .heroes__col-left img,
.path-blog .heroes-contest .heroes__col-left img {
  border-radius: 30px; }
  @media (min-width: 992px) {
    .path-communaute .heroes-contest .heroes__col-left img,
    .path-node-921931 .heroes-contest .heroes__col-left img,
    .path-blog .heroes-contest .heroes__col-left img {
      max-width: 540px;
      height: 395px;
      padding: 0; } }

.path-communaute .heroes-contest .heroes__col-right,
.path-node-921931 .heroes-contest .heroes__col-right,
.path-blog .heroes-contest .heroes__col-right {
  justify-content: left; }
  @media (min-width: 992px) {
    .path-communaute .heroes-contest .heroes__col-right .heroes__content,
    .path-node-921931 .heroes-contest .heroes__col-right .heroes__content,
    .path-blog .heroes-contest .heroes__col-right .heroes__content {
      margin-left: 10%; } }

.path-communaute .heroes-contest .heroes__title,
.path-node-921931 .heroes-contest .heroes__title,
.path-blog .heroes-contest .heroes__title {
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: -0.56px;
  font-weight: 400; }
  @media (min-width: 576px) {
    .path-communaute .heroes-contest .heroes__title,
    .path-node-921931 .heroes-contest .heroes__title,
    .path-blog .heroes-contest .heroes__title {
      font-size: 2.5rem;
      line-height: 2.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #FFFFFF;
      letter-spacing: -0.56px;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .path-communaute .heroes-contest .heroes__title,
    .path-node-921931 .heroes-contest .heroes__title,
    .path-blog .heroes-contest .heroes__title {
      font-size: 2.5rem;
      line-height: 2.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #FFFFFF;
      letter-spacing: -0.56px;
      font-weight: 400; } }

@media (min-width: 728px) {
  .path-communaute .heroes-contest .heroes__row,
  .path-node-921931 .heroes-contest .heroes__row,
  .path-blog .heroes-contest .heroes__row {
    min-height: auto; } }

.path-blog {
  background-color: #F5F2F2; }
  .path-blog .node-featured-recipes {
    background-color: #FFFFFF;
    margin-bottom: 60px; }
    @media (min-width: 728px) {
      .path-blog .node-featured-recipes {
        margin-bottom: 0; } }

.node-type--blog {
  background-color: #F5F2F2; }
  .node-type--blog .field--name-body figure img {
    width: 100%;
    height: auto; }

.blog-middle {
  background: #F5F2F2;
  padding: 4rem 0; }
  @media (min-width: 992px) {
    .blog-middle {
      padding: 6rem 0; } }
  .blog-middle .views-infinite-scroll-load-more a {
    margin-bottom: 0; }

@media (min-width: 728px) {
  .article-detail__main-row .col-12 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%; } }

.page-node-type-blog .recipe-featured-block {
  background: #FBFBF8 !important; }

.page-node-type-blog .blog--full {
  padding-bottom: 60px; }

.page-node-type-blog .block-inline-blockbasic,
.page-node-type-blog .block-inline-blockvideo-block,
.page-node-type-blog .newsletter-sign-up,
.page-node-type-blog .block-inline-blockimage-component,
.page-node-type-blog .block-inline-blockquote-block {
  margin-bottom: 60px; }

.page-node-type-blog .block-inline-blockquote-block blockquote {
  margin: 0; }

.page-node-type-blog .text-media .tns-inner .block-inline-blocktext-media-block__description {
  padding: 30px; }

.blog--blog-hero .light-theme .heroes__row {
  background-color: #FBFBF8; }

.blog--blog-hero .heroes-tertiary .heroes__col .heroes_oval {
  background-image: url("/themes/custom/dempsters/assets/images/hero-tertiary-curve-bottom-beige-50.svg"); }

.blog--blog-hero .article-detail__back-and-share {
  margin-bottom: 20px; }
  .blog--blog-hero .article-detail__back-and-share .back-to {
    align-items: center;
    display: flex;
    padding-top: 35px;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #000000;
    letter-spacing: 0.6px;
    font-weight: 400; }

.blog--blog-hero .back-to {
  display: flex;
  align-items: center;
  font-weight: 600 !important;
  font-size: .75rem !important; }
  .blog--blog-hero .back-to .icon {
    width: 24px;
    height: 24px; }

.blog--blog-hero .info-share {
  margin: 0;
  position: relative;
  top: auto;
  right: auto; }

.blog--blog-hero .article-detail__image img {
  border-radius: 30px; }

.blog--blog-hero .article-detail__date-and-author {
  font-weight: 500;
  line-height: 16px;
  margin: 40px auto; }

.blog--blog-hero .field--name-body,
.blog--blog-hero .field--name-body p:not(.small) {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.5px; }

.blog--blog-hero .heroes-tertiary .heroes__col.with-image {
  padding-bottom: 0; }

.blog--blog-hero .article-detail__section-abstract {
  margin-bottom: 60px; }
  @media (max-width: 727.98px) {
    .blog--blog-hero .article-detail__section-abstract {
      margin-top: 20px; } }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.font-family-base {
  font-family: "HCo Gotham", "Source Sans 3", sans-serif; }

.font-family-headings {
  font-family: "proxima-soft", "Source Sans 3", sans-serif; }
  .font-family-headings-200 {
    font-weight: 200; }
  .font-family-headings-300 {
    font-weight: 300; }
  .font-family-headings-400 {
    font-weight: 400; }
  .font-family-headings-500 {
    font-weight: 500; }
  .font-family-headings-600 {
    font-weight: 600; }
  .font-family-headings-700 {
    font-weight: 700; }

.font-regular {
  font-style: normal; }

.font-italic {
  font-style: italic; }

.font-bold {
  font-weight: bold; }

.sg__font-highlight {
  font-size: 3.9375rem;
  line-height: 3.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 1.15px;
  font-weight: 400; }
  @media (min-width: 576px) {
    .sg__font-highlight {
      font-size: 5rem;
      line-height: 4.375rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.15px;
      font-weight: 400; } }
  @media (min-width: 992px) {
    .sg__font-highlight {
      font-size: 5.125rem;
      line-height: 5rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.5px;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .sg__font-highlight {
      font-size: 6.25rem;
      line-height: 5.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.83px;
      font-weight: 400; } }

.sg__font-headline1, h1, .h1, .page__content .field h1, .page__content .field .h1 {
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: -0.35px;
  font-weight: bold; }
  @media (min-width: 576px) {
    .sg__font-headline1, h1, .h1, .page__content .field h1, .page__content .field .h1 {
      font-size: 2.5rem;
      line-height: 2.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.45px;
      font-weight: bold; } }
  @media (min-width: 1200px) {
    .sg__font-headline1, h1, .h1, .page__content .field h1, .page__content .field .h1 {
      font-size: 4rem;
      line-height: 4.125rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.64px;
      font-weight: bold; } }

.sg__font-headline1-alternative {
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: -0.35px;
  font-weight: bold; }
  @media (min-width: 576px) {
    .sg__font-headline1-alternative {
      font-size: 3.375rem;
      line-height: 3.5rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.45px;
      font-weight: bold; } }
  @media (min-width: 728px) {
    .sg__font-headline1-alternative {
      font-size: 2.5rem;
      line-height: 2.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.35px;
      font-weight: bold; } }

.sg__font-headline2, h2, .h2, .page__content .field h2, .page__content .field .h2 {
  font-size: 2.25rem;
  line-height: 2.1875rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: bold; }
  @media (min-width: 576px) {
    .sg__font-headline2, h2, .h2, .page__content .field h2, .page__content .field .h2 {
      font-size: 2.25rem;
      line-height: 2.375rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.4px;
      font-weight: bold; } }
  @media (min-width: 1200px) {
    .sg__font-headline2, h2, .h2, .page__content .field h2, .page__content .field .h2 {
      font-size: 2.5rem;
      line-height: 2.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.4px;
      font-weight: bold; } }

.sg__font-headline3, h3, .h3, .page__content .field h3, .page__content .field .h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0.94px;
  font-weight: 400; }
  @media (min-width: 576px) {
    .sg__font-headline3, h3, .h3, .page__content .field h3, .page__content .field .h3 {
      font-size: 1.5rem;
      line-height: 1.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: 1px;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .sg__font-headline3, h3, .h3, .page__content .field h3, .page__content .field .h3 {
      font-size: 1.5rem;
      line-height: 1.625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: -0.36px;
      font-weight: 400; } }

.sg__font-headline4, h4, .h4, .page__content .field h4, .page__content .field .h4 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: bold; }

.sg__font-subtitle1, h5, .h5 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-subtitle1, h5, .h5 {
      font-size: 1.5rem;
      line-height: 1.625rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: 0;
      font-weight: 400; } }

.sg__font-subtitle2 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0.22px;
  font-weight: 400; }

.sg__font-body1, .node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-body1, .node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description {
      font-size: 1rem;
      line-height: 1.5rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: 0;
      font-weight: 400; } }

.sg__font-body2, .newsletter-form__row .form-item-legal-1,
.newsletter-form__row .form-item-legal-2, .node-contact-us .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p, .node-13 .hero-intro .row .col-12:nth-child(2) .block-inline-blockbasic .field__item ul li p, .node-contact-us .block-webform .form-check .form-text .webform-element-description, .node-13 .block-webform .form-check .form-text .webform-element-description, .node-contact-us .js-form-type-managed-file .js-form-type-checkbox, .node-13 .js-form-type-managed-file .js-form-type-checkbox, .node-contact-us .form-item-required-message, .node-13 .form-item-required-message, .blog--blog-hero .back-to, .contest-detail .back-to, .contest-detail__back a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400; }

.sg__font-body3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #2B2926;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-body3 {
      font-size: 1.375rem;
      line-height: 1.75rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #2B2926;
      letter-spacing: 0;
      font-weight: 400; } }

.sg__font-caption {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0.2;
  font-weight: 400; }

.sg__font-quote, .node-contact-us .webform-confirmation__message p, .node-13 .webform-confirmation__message p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0;
  font-weight: 400; }
  @media (min-width: 992px) {
    .sg__font-quote, .node-contact-us .webform-confirmation__message p, .node-13 .webform-confirmation__message p {
      font-size: 1.375rem;
      line-height: 1.75rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 0;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .sg__font-quote, .node-contact-us .webform-confirmation__message p, .node-13 .webform-confirmation__message p {
      font-size: 1.375rem;
      line-height: 1.875rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 0;
      font-weight: 400; } }

.sg__font-navbar {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 1px;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-navbar {
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.15px;
      font-weight: 400; } }

.sg__font-button {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: 400; }
  @media (min-width: 1200px) {
    .sg__font-button {
      font-size: 1.25rem;
      line-height: 1.25rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 1.15px;
      font-weight: 400; } }

main .sg__font-subtitle1, main h5, main .h5 {
  text-transform: uppercase; }

.tag-blue {
  /*padding: 7px 10px 8px;*/
  padding: 7px 10px;
  border: 2px solid #003DA5;
  color: #003DA5;
  border-radius: 10px;
  /*font-size: 0.625rem;
  letter-spacing: 0.15px;*/
  display: inline-block;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #003DA5;
  letter-spacing: 0.15px;
  font-weight: 500; }
  .tag-blue:hover {
    text-decoration: none;
    background-color: #003DA5;
    color: #FFFFFF; }

.color-red-00 {
  color: #DE2726; }

.color-red-100 {
  color: #B11B1B; }

.color-red-200 {
  color: #B11B1B; }

.color-beige-00 {
  color: #F2EFED; }

.color-beige-100 {
  color: #F8F6F5; }

.color-beige-200 {
  color: #EFE9E6; }

.color-beige-300 {
  color: #E2DAD6; }

.color-beige-400 {
  color: #846C62; }

.color-black {
  color: #000000; }

.color-white {
  color: #FFFFFF; }

.color-error {
  color: #D52020; }

.color-disabled {
  color: #A8A6A6; }

.color-focus {
  color: #4062BB; }

.lists ol, .page__content .field--type-text-with-summary ol,
.lists ul,
.page__content .field--type-text-with-summary ul,
.lists dl,
.page__content .field--type-text-with-summary dl {
  padding-left: 0;
  list-style-position: inside; }

.lists li::marker, .page__content .field--type-text-with-summary li::marker {
  color: #DE2726; }

.lists ul li, .page__content .field--type-text-with-summary ul li {
  list-style: none;
  /*line-height: 40px;*/
  line-height: 32px;
  list-style-position: inside; }
  .lists ul li:before, .page__content .field--type-text-with-summary ul li:before {
    content: "\2022";
    font-size: 25px;
    color: #DE2726;
    margin-right: 15px;
    position: relative;
    top: 3px; }

.lists ol, .page__content .field--type-text-with-summary ol {
  list-style: none;
  counter-reset: counter; }
  .lists ol li, .page__content .field--type-text-with-summary ol li {
    list-style-position: inside;
    counter-increment: counter;
    margin: 1rem 0;
    display: flex;
    align-items: flex-start; }
    .lists ol li:before, .page__content .field--type-text-with-summary ol li:before {
      margin-right: 1.25rem;
      content: counter(counter);
      border: 2px solid #DE2726;
      font-size: 1rem;
      font-weight: 700;
      min-width: 26px;
      width: 26px;
      height: 26px;
      text-align: center;
      border-radius: 50%;
      color: #DE2726;
      display: inline-flex;
      /*align-items: flex-end;*/
      justify-content: center; }

.ajax-progress-fullscreen, .ajax-progress-throbber .throbber {
  background: none;
  border: none; }
  .ajax-progress-fullscreen:after, .ajax-progress-throbber .throbber:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 4px #E2DAD6 solid;
    border-top: 4px #DE2726 solid;
    border-radius: 50%;
    -webkit-animation: rotation .6s infinite linear;
            animation: rotation .6s infinite linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.newsletter-form .js-form-type-checkbox .form-check-input.error:before, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error:before,
.node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error:before, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-checkbox-marcation .form-check-input.error:before,
.node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-send-me-a-copy .form-check-input.error:before {
  content: "";
  display: block;
  position: relative;
  width: 13px;
  height: 14px;
  border-style: solid;
  border-color: #B11B1B; }

.node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description {
  text-align: center;
  font-size: 0.900rem;
  margin: 0 auto 10px; }
  @media (min-width: 1200px) {
    .node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }

.path-frontpage .page__content .recipe-redirection__col .btn.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-frontpage .page__content .recipe-redirection__col a.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-frontpage .page__content .recipe-redirection__col a.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block,
.path-frontpage .page__content .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block,
.path-frontpage .page__content .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .btn, .path-frontpage .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-frontpage .page__content .field--type-text-with-summary .d-md-none a, .path-frontpage .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .path-frontpage .page__content .field--type-text-with-summary .d-md-none a, .path-frontpage .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span, .path-products .recipe-redirection__col .btn.d-md-inline-block, .path-products .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-products .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-products .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .btn.d-md-inline-block, .path-produits .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-produits .recipe-redirection__col a.d-md-inline-block, .path-produits .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .path-produits .recipe-redirection__col a.d-md-inline-block, .path-produits .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-produits .recipe-redirection__col a.d-md-inline-block, .path-produits .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .btn.d-md-inline-block, .node-921896 .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .node-921896 .recipe-redirection__col a.d-md-inline-block, .node-921896 .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .node-921896 .recipe-redirection__col a.d-md-inline-block, .node-921896 .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .node-921896 .recipe-redirection__col a.d-md-inline-block, .node-921896 .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .btn.d-md-inline-block, .path-about .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-about .recipe-redirection__col a.d-md-inline-block, .path-about .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .path-about .recipe-redirection__col a.d-md-inline-block, .path-about .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-about .recipe-redirection__col a.d-md-inline-block, .path-about .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .d-md-none .btn, .path-products .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-products .page__content .field--type-text-with-summary .d-md-none a, .path-products .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .path-products .page__content .field--type-text-with-summary .d-md-none a, .path-products .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-products .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-products .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .btn, .path-produits .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-produits .page__content .field--type-text-with-summary .d-md-none a, .path-produits .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .path-produits .page__content .field--type-text-with-summary .d-md-none a, .path-produits .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .btn, .node-921896 .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .node-921896 .page__content .field--type-text-with-summary .d-md-none a, .node-921896 .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .node-921896 .page__content .field--type-text-with-summary .d-md-none a, .node-921896 .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .d-md-none .btn, .path-about .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-about .page__content .field--type-text-with-summary .d-md-none a, .path-about .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a, .contest-detail__cta .path-about .page__content .field--type-text-with-summary .d-md-none a, .path-about .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span, .node-type--recipes .page__content .recipe-featured .btn, .node-type--recipes .page__content .recipe-featured .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .node-type--recipes .page__content .recipe-featured a, .node-type--recipes .page__content .recipe-featured .contest-detail__cta a, .contest-detail__cta .node-type--recipes .page__content .recipe-featured a, .node-type--recipes .page__content .recipe-featured .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span,
.node-type--recipes .page__content .recipe-featured .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span,
.node-type--recipes .page__content .recipe-featured .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span {
  justify-content: center;
  min-width: 157px; }

.my-60px {
  margin-top: 60px;
  margin-bottom: 60px; }

.no-background {
  background: none !important; }

.bg-gray-00 {
  background: #F5F2F2; }

@media (max-width: 991.98px) {
  .juicer-feed.image-grid .j-text .j-message, .juicer-feed.image-grid .j-text .j-edit, .juicer-feed.slider .j-text .j-message, .juicer-feed.slider .j-text .j-edit, .juicer-feed.hip .j-text .j-message, .juicer-feed.hip .j-text .j-edit {
    max-height: -webkit-max-content !important;
    max-height: -moz-max-content !important;
    max-height: max-content !important; } }

@media (max-width: 991.98px) {
  .juicer-feed.image-grid .j-text .j-message p:last-of-type, .juicer-feed.image-grid .j-text .j-edit p:last-of-type, .juicer-feed.slider .j-text .j-message p:last-of-type, .juicer-feed.slider .j-text .j-edit p:last-of-type, .juicer-feed.hip .j-text .j-message p:last-of-type, .juicer-feed.hip .j-text .j-edit p:last-of-type {
    overflow: auto;
    height: 100%;
    line-height: normal; } }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-359deg); } }

/* When mouse is detected, ALL focused elements have outline removed. */
body.using-mouse :focus {
  outline: none !important; }

body.using-mouse .link_store, body.using-mouse .link_store:focus {
  outline: none !important; }

body.using-mouse .form-control:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 2px black !important; }

.btn, .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.65rem 0.57rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
    .node-921386 .view-search-products .product-related__cta .stretched-link span {
      transition: none; } }
  .btn:hover, .views-infinite-scroll-load-more a:hover, .contest-detail__cta a:hover, .path-search-results .view-search-products .product-related__cta .stretched-link span:hover,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:hover,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .views-infinite-scroll-load-more a:focus, .contest-detail__cta a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .btn.focus, .views-infinite-scroll-load-more a.focus, .contest-detail__cta a.focus, .path-search-results .view-search-products .product-related__cta .stretched-link span.focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.focus {
    outline: 0;
    box-shadow: #003DA5; }
  .btn.disabled, .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .btn:disabled, .views-infinite-scroll-load-more a:disabled, .contest-detail__cta a:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled {
    opacity: 0.65; }

a.btn.disabled, .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more fieldset:disabled a,
fieldset:disabled .contest-detail__cta a,
.contest-detail__cta fieldset:disabled a {
  pointer-events: none; }

.btn-primary, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-primary:hover, .blog-middle .views-infinite-scroll-load-more a:hover, .contest-detail__cta a:hover, .path-search-results .view-search-products .product-related__cta .stretched-link span:hover,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:hover,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-primary:focus, .blog-middle .views-infinite-scroll-load-more a:focus, .contest-detail__cta a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .btn-primary.focus, .blog-middle .views-infinite-scroll-load-more a.focus, .contest-detail__cta a.focus, .path-search-results .view-search-products .product-related__cta .stretched-link span.focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-primary.disabled, .blog-middle .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .btn-primary:disabled, .blog-middle .views-infinite-scroll-load-more a:disabled, .contest-detail__cta a:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-primary:not(:disabled):not(.disabled):active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .contest-detail__cta a:not(:disabled):not(.disabled):active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .contest-detail__cta a:not(:disabled):not(.disabled).active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .blog-middle .views-infinite-scroll-load-more .show > a.dropdown-toggle,
  .contest-detail__cta .show > a.dropdown-toggle,
  .path-search-results .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle,
  .node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .contest-detail__cta a:not(:disabled):not(.disabled):active:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active:focus, .contest-detail__cta a:not(:disabled):not(.disabled).active:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .blog-middle .views-infinite-scroll-load-more .show > a.dropdown-toggle:focus,
    .contest-detail__cta .show > a.dropdown-toggle:focus,
    .path-search-results .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus,
    .node-921386 .view-search-products .product-related__cta .stretched-link .show > span.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #003DA5;
  border-color: #003DA5; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #002f7f;
    border-color: #002a72; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #002a72;
    border-color: #002565; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5); }

.btn-success {
  color: #FFFFFF;
  background-color: #169816;
  border-color: #169816; }
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #117711;
    border-color: #106b10; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 167, 57, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #106b10;
    border-color: #0e600e; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 167, 57, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-warning {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-warning:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-light {
  color: #212529;
  background-color: #F2EFED;
  border-color: #F2EFED; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2dbd7;
    border-color: #ddd5cf; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ddd5cf;
    border-color: #d7cec8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #2B2926;
  border-color: #2B2926; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #171614;
    border-color: #100f0e; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100f0e;
    border-color: #090908; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }

.btn-custom {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-custom:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-custom:focus, .btn-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-custom.disabled, .btn-custom:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
  .show > .btn-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-red-00 {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-red-00:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-red-00:focus, .btn-red-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-red-00.disabled, .btn-red-00:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-red-00:not(:disabled):not(.disabled):active, .btn-red-00:not(:disabled):not(.disabled).active,
  .show > .btn-red-00.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-red-00:not(:disabled):not(.disabled):active:focus, .btn-red-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-red-100 {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-red-100:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-red-100:focus, .btn-red-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-red-100.disabled, .btn-red-100:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-red-100:not(:disabled):not(.disabled):active, .btn-red-100:not(:disabled):not(.disabled).active,
  .show > .btn-red-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-red-100:not(:disabled):not(.disabled):active:focus, .btn-red-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-red-200 {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-red-200:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-red-200:focus, .btn-red-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-red-200.disabled, .btn-red-200:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-red-200:not(:disabled):not(.disabled):active, .btn-red-200:not(:disabled):not(.disabled).active,
  .show > .btn-red-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-red-200:not(:disabled):not(.disabled):active:focus, .btn-red-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-beige-00 {
  color: #212529;
  background-color: #F2EFED;
  border-color: #F2EFED; }
  .btn-beige-00:hover {
    color: #212529;
    background-color: #e2dbd7;
    border-color: #ddd5cf; }
  .btn-beige-00:focus, .btn-beige-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }
  .btn-beige-00.disabled, .btn-beige-00:disabled {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-beige-00:not(:disabled):not(.disabled):active, .btn-beige-00:not(:disabled):not(.disabled).active,
  .show > .btn-beige-00.dropdown-toggle {
    color: #212529;
    background-color: #ddd5cf;
    border-color: #d7cec8; }
    .btn-beige-00:not(:disabled):not(.disabled):active:focus, .btn-beige-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }

.btn-beige-100 {
  color: #212529;
  background-color: #F8F6F5;
  border-color: #F8F6F5; }
  .btn-beige-100:hover {
    color: #212529;
    background-color: #e8e2df;
    border-color: #e3dbd7; }
  .btn-beige-100:focus, .btn-beige-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 215, 214, 0.5); }
  .btn-beige-100.disabled, .btn-beige-100:disabled {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
  .btn-beige-100:not(:disabled):not(.disabled):active, .btn-beige-100:not(:disabled):not(.disabled).active,
  .show > .btn-beige-100.dropdown-toggle {
    color: #212529;
    background-color: #e3dbd7;
    border-color: #ded4d0; }
    .btn-beige-100:not(:disabled):not(.disabled):active:focus, .btn-beige-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 215, 214, 0.5); }

.btn-beige-200 {
  color: #212529;
  background-color: #EFE9E6;
  border-color: #EFE9E6; }
  .btn-beige-200:hover {
    color: #212529;
    background-color: #e0d4cf;
    border-color: #dbcec7; }
  .btn-beige-200:focus, .btn-beige-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 204, 202, 0.5); }
  .btn-beige-200.disabled, .btn-beige-200:disabled {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-beige-200:not(:disabled):not(.disabled):active, .btn-beige-200:not(:disabled):not(.disabled).active,
  .show > .btn-beige-200.dropdown-toggle {
    color: #212529;
    background-color: #dbcec7;
    border-color: #d6c7bf; }
    .btn-beige-200:not(:disabled):not(.disabled):active:focus, .btn-beige-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 204, 202, 0.5); }

.btn-beige-300 {
  color: #212529;
  background-color: #E2DAD6;
  border-color: #E2DAD6; }
  .btn-beige-300:hover {
    color: #212529;
    background-color: #d2c6c0;
    border-color: #cdbfb8; }
  .btn-beige-300:focus, .btn-beige-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 191, 188, 0.5); }
  .btn-beige-300.disabled, .btn-beige-300:disabled {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
  .btn-beige-300:not(:disabled):not(.disabled):active, .btn-beige-300:not(:disabled):not(.disabled).active,
  .show > .btn-beige-300.dropdown-toggle {
    color: #212529;
    background-color: #cdbfb8;
    border-color: #c8b8b1; }
    .btn-beige-300:not(:disabled):not(.disabled):active:focus, .btn-beige-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(197, 191, 188, 0.5); }

.btn-beige-400 {
  color: #FFFFFF;
  background-color: #846C62;
  border-color: #846C62; }
  .btn-beige-400:hover {
    color: #FFFFFF;
    background-color: #6e5a52;
    border-color: #67544c; }
  .btn-beige-400:focus, .btn-beige-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 130, 122, 0.5); }
  .btn-beige-400.disabled, .btn-beige-400:disabled {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
  .btn-beige-400:not(:disabled):not(.disabled):active, .btn-beige-400:not(:disabled):not(.disabled).active,
  .show > .btn-beige-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #67544c;
    border-color: #5f4e47; }
    .btn-beige-400:not(:disabled):not(.disabled):active:focus, .btn-beige-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(150, 130, 122, 0.5); }

.btn-error {
  color: #FFFFFF;
  background-color: #D52020;
  border-color: #D52020; }
  .btn-error:hover {
    color: #FFFFFF;
    background-color: #b41b1b;
    border-color: #a91919; }
  .btn-error:focus, .btn-error.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 65, 65, 0.5); }
  .btn-error.disabled, .btn-error:disabled {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
  .btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active,
  .show > .btn-error.dropdown-toggle {
    color: #FFFFFF;
    background-color: #a91919;
    border-color: #9e1818; }
    .btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-error.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 65, 65, 0.5); }

.btn-disabled {
  color: #212529;
  background-color: #A8A6A6;
  border-color: #A8A6A6; }
  .btn-disabled:hover {
    color: #FFFFFF;
    background-color: #959393;
    border-color: #8f8c8c; }
  .btn-disabled:focus, .btn-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 147, 147, 0.5); }
  .btn-disabled.disabled, .btn-disabled:disabled {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
  .btn-disabled:not(:disabled):not(.disabled):active, .btn-disabled:not(:disabled):not(.disabled).active,
  .show > .btn-disabled.dropdown-toggle {
    color: #FFFFFF;
    background-color: #8f8c8c;
    border-color: #888686; }
    .btn-disabled:not(:disabled):not(.disabled):active:focus, .btn-disabled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(148, 147, 147, 0.5); }

.btn-focus {
  color: #FFFFFF;
  background-color: #4062BB;
  border-color: #4062BB; }
  .btn-focus:hover {
    color: #FFFFFF;
    background-color: #36539f;
    border-color: #334e95; }
  .btn-focus:focus, .btn-focus.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 122, 197, 0.5); }
  .btn-focus.disabled, .btn-focus:disabled {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
  .btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active,
  .show > .btn-focus.dropdown-toggle {
    color: #FFFFFF;
    background-color: #334e95;
    border-color: #30498c; }
    .btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-focus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 122, 197, 0.5); }

.btn-tertiary {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-tertiary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-quaternary {
  color: #212529;
  background-color: #F5F2F2;
  border-color: #F5F2F2; }
  .btn-quaternary:hover {
    color: #212529;
    background-color: #e4dcdc;
    border-color: #dfd5d5; }
  .btn-quaternary:focus, .btn-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 211, 212, 0.5); }
  .btn-quaternary.disabled, .btn-quaternary:disabled {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
  .btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-quaternary.dropdown-toggle {
    color: #212529;
    background-color: #dfd5d5;
    border-color: #d9cece; }
    .btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 211, 212, 0.5); }

.btn-quinary {
  color: #212529;
  background-color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-quinary:hover {
    color: #212529;
    background-color: #cec9c9;
    border-color: #c8c2c2; }
  .btn-quinary:focus, .btn-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }
  .btn-quinary.disabled, .btn-quinary:disabled {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-quinary:not(:disabled):not(.disabled):active, .btn-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-quinary.dropdown-toggle {
    color: #212529;
    background-color: #c8c2c2;
    border-color: #c2bcbc; }
    .btn-quinary:not(:disabled):not(.disabled):active:focus, .btn-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }

.btn-senary {
  color: #FFFFFF;
  background-color: #2B2926;
  border-color: #2B2926; }
  .btn-senary:hover {
    color: #FFFFFF;
    background-color: #171614;
    border-color: #100f0e; }
  .btn-senary:focus, .btn-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }
  .btn-senary.disabled, .btn-senary:disabled {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-senary:not(:disabled):not(.disabled):active, .btn-senary:not(:disabled):not(.disabled).active,
  .show > .btn-senary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100f0e;
    border-color: #090908; }
    .btn-senary:not(:disabled):not(.disabled):active:focus, .btn-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }

.btn-white {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-gray {
  color: #212529;
  background-color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-gray:hover {
    color: #212529;
    background-color: #cec9c9;
    border-color: #c8c2c2; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #c8c2c2;
    border-color: #c2bcbc; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }

.btn-gray_light {
  color: #FFFFFF;
  background-color: rgba(43, 41, 38, 0.6);
  border-color: rgba(43, 41, 38, 0.6); }
  .btn-gray_light:hover {
    color: #FFFFFF;
    background-color: rgba(23, 22, 20, 0.6);
    border-color: rgba(16, 15, 14, 0.6); }
  .btn-gray_light:focus, .btn-gray_light.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 103, 101, 0.5); }
  .btn-gray_light.disabled, .btn-gray_light:disabled {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
  .btn-gray_light:not(:disabled):not(.disabled):active, .btn-gray_light:not(:disabled):not(.disabled).active,
  .show > .btn-gray_light.dropdown-toggle {
    color: #FFFFFF;
    background-color: rgba(16, 15, 14, 0.6);
    border-color: rgba(9, 9, 8, 0.6); }
    .btn-gray_light:not(:disabled):not(.disabled):active:focus, .btn-gray_light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 103, 101, 0.5); }

.btn-black {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary, .views-infinite-scroll-load-more a {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-primary:hover, .views-infinite-scroll-load-more a:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-primary:focus, .views-infinite-scroll-load-more a:focus, .btn-outline-primary.focus, .views-infinite-scroll-load-more a.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-primary.disabled, .views-infinite-scroll-load-more a.disabled, .btn-outline-primary:disabled, .views-infinite-scroll-load-more a:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle,
  .views-infinite-scroll-load-more .show > a.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus,
    .views-infinite-scroll-load-more .show > a.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-secondary {
  color: #003DA5;
  border-color: #003DA5; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #003DA5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }

.btn-outline-success {
  color: #169816;
  border-color: #169816; }
  .btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #169816;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }

.btn-outline-info {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-warning {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-danger {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-light {
  color: #F2EFED;
  border-color: #F2EFED; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F2EFED;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.btn-outline-dark {
  color: #2B2926;
  border-color: #2B2926; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2B2926;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-custom {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-custom:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-custom:focus, .btn-outline-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-custom.disabled, .btn-outline-custom:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
  .show > .btn-outline-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-red-00 {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-red-00:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-red-00:focus, .btn-outline-red-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-red-00.disabled, .btn-outline-red-00:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-red-00:not(:disabled):not(.disabled):active, .btn-outline-red-00:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-00.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-red-00:not(:disabled):not(.disabled):active:focus, .btn-outline-red-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-red-100 {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-red-100:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-red-100:focus, .btn-outline-red-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-red-100.disabled, .btn-outline-red-100:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-red-100:not(:disabled):not(.disabled):active, .btn-outline-red-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-red-100:not(:disabled):not(.disabled):active:focus, .btn-outline-red-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-red-200 {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-red-200:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-red-200:focus, .btn-outline-red-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-red-200.disabled, .btn-outline-red-200:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-red-200:not(:disabled):not(.disabled):active, .btn-outline-red-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-red-200:not(:disabled):not(.disabled):active:focus, .btn-outline-red-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-beige-00 {
  color: #F2EFED;
  border-color: #F2EFED; }
  .btn-outline-beige-00:hover {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-outline-beige-00:focus, .btn-outline-beige-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }
  .btn-outline-beige-00.disabled, .btn-outline-beige-00:disabled {
    color: #F2EFED;
    background-color: transparent; }
  .btn-outline-beige-00:not(:disabled):not(.disabled):active, .btn-outline-beige-00:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-00.dropdown-toggle {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
    .btn-outline-beige-00:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.btn-outline-beige-100 {
  color: #F8F6F5;
  border-color: #F8F6F5; }
  .btn-outline-beige-100:hover {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
  .btn-outline-beige-100:focus, .btn-outline-beige-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }
  .btn-outline-beige-100.disabled, .btn-outline-beige-100:disabled {
    color: #F8F6F5;
    background-color: transparent; }
  .btn-outline-beige-100:not(:disabled):not(.disabled):active, .btn-outline-beige-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-100.dropdown-toggle {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
    .btn-outline-beige-100:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }

.btn-outline-beige-200 {
  color: #EFE9E6;
  border-color: #EFE9E6; }
  .btn-outline-beige-200:hover {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-outline-beige-200:focus, .btn-outline-beige-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }
  .btn-outline-beige-200.disabled, .btn-outline-beige-200:disabled {
    color: #EFE9E6;
    background-color: transparent; }
  .btn-outline-beige-200:not(:disabled):not(.disabled):active, .btn-outline-beige-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-200.dropdown-toggle {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
    .btn-outline-beige-200:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }

.btn-outline-beige-300 {
  color: #E2DAD6;
  border-color: #E2DAD6; }
  .btn-outline-beige-300:hover {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
  .btn-outline-beige-300:focus, .btn-outline-beige-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }
  .btn-outline-beige-300.disabled, .btn-outline-beige-300:disabled {
    color: #E2DAD6;
    background-color: transparent; }
  .btn-outline-beige-300:not(:disabled):not(.disabled):active, .btn-outline-beige-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-300.dropdown-toggle {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
    .btn-outline-beige-300:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }

.btn-outline-beige-400 {
  color: #846C62;
  border-color: #846C62; }
  .btn-outline-beige-400:hover {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
  .btn-outline-beige-400:focus, .btn-outline-beige-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }
  .btn-outline-beige-400.disabled, .btn-outline-beige-400:disabled {
    color: #846C62;
    background-color: transparent; }
  .btn-outline-beige-400:not(:disabled):not(.disabled):active, .btn-outline-beige-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
    .btn-outline-beige-400:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }

.btn-outline-error {
  color: #D52020;
  border-color: #D52020; }
  .btn-outline-error:hover {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
  .btn-outline-error:focus, .btn-outline-error.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }
  .btn-outline-error.disabled, .btn-outline-error:disabled {
    color: #D52020;
    background-color: transparent; }
  .btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active,
  .show > .btn-outline-error.dropdown-toggle {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
    .btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-error.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }

.btn-outline-disabled {
  color: #A8A6A6;
  border-color: #A8A6A6; }
  .btn-outline-disabled:hover {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
  .btn-outline-disabled:focus, .btn-outline-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }
  .btn-outline-disabled.disabled, .btn-outline-disabled:disabled {
    color: #A8A6A6;
    background-color: transparent; }
  .btn-outline-disabled:not(:disabled):not(.disabled):active, .btn-outline-disabled:not(:disabled):not(.disabled).active,
  .show > .btn-outline-disabled.dropdown-toggle {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
    .btn-outline-disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-disabled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }

.btn-outline-focus {
  color: #4062BB;
  border-color: #4062BB; }
  .btn-outline-focus:hover {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
  .btn-outline-focus:focus, .btn-outline-focus.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }
  .btn-outline-focus.disabled, .btn-outline-focus:disabled {
    color: #4062BB;
    background-color: transparent; }
  .btn-outline-focus:not(:disabled):not(.disabled):active, .btn-outline-focus:not(:disabled):not(.disabled).active,
  .show > .btn-outline-focus.dropdown-toggle {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
    .btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-focus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }

.btn-outline-tertiary {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-tertiary:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-quaternary {
  color: #F5F2F2;
  border-color: #F5F2F2; }
  .btn-outline-quaternary:hover {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
  .btn-outline-quaternary:focus, .btn-outline-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }
  .btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
    color: #F5F2F2;
    background-color: transparent; }
  .btn-outline-quaternary:not(:disabled):not(.disabled):active, .btn-outline-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quaternary.dropdown-toggle {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
    .btn-outline-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }

.btn-outline-quinary {
  color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-outline-quinary:hover {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-outline-quinary:focus, .btn-outline-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }
  .btn-outline-quinary.disabled, .btn-outline-quinary:disabled {
    color: #E0DDDD;
    background-color: transparent; }
  .btn-outline-quinary:not(:disabled):not(.disabled):active, .btn-outline-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quinary.dropdown-toggle {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
    .btn-outline-quinary:not(:disabled):not(.disabled):active:focus, .btn-outline-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.btn-outline-senary {
  color: #2B2926;
  border-color: #2B2926; }
  .btn-outline-senary:hover {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-outline-senary:focus, .btn-outline-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-senary.disabled, .btn-outline-senary:disabled {
    color: #2B2926;
    background-color: transparent; }
  .btn-outline-senary:not(:disabled):not(.disabled):active, .btn-outline-senary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-senary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
    .btn-outline-senary:not(:disabled):not(.disabled):active:focus, .btn-outline-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-gray {
  color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-outline-gray:hover {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #E0DDDD;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.btn-outline-gray_light {
  color: rgba(43, 41, 38, 0.6);
  border-color: rgba(43, 41, 38, 0.6); }
  .btn-outline-gray_light:hover {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
  .btn-outline-gray_light:focus, .btn-outline-gray_light.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-gray_light.disabled, .btn-outline-gray_light:disabled {
    color: rgba(43, 41, 38, 0.6);
    background-color: transparent; }
  .btn-outline-gray_light:not(:disabled):not(.disabled):active, .btn-outline-gray_light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray_light.dropdown-toggle {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
    .btn-outline-gray_light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray_light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #003DA5;
  text-decoration: none; }
  .btn-link:hover {
    color: #0059f2;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .views-infinite-scroll-load-more .btn-group-lg > a, .contest-detail__cta .btn-group-lg > a, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-lg > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-lg > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-lg > span {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .views-infinite-scroll-load-more .btn-group-sm > a, .contest-detail__cta .btn-group-sm > a, .path-search-results .view-search-products .product-related__cta .stretched-link .btn-group-sm > span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-sm > span,
.node-921386 .view-search-products .product-related__cta .stretched-link .btn-group-sm > span {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.btn, .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  display: inline-flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: 600;
  outline: 2px solid transparent;
  border-radius: 10px;
  /*padding: 10px calculateRem(15px) 16px;*/
  /*padding: toRem(15);*/
  padding: 15px 18px;
  height: 2.8125rem;
  letter-spacing: .64px !important; }
  .btn.icon-search:focus:not(:focus-visible), .views-infinite-scroll-load-more a.icon-search:focus:not(:focus-visible), .contest-detail__cta a.icon-search:focus:not(:focus-visible), .path-search-results .view-search-products .product-related__cta .stretched-link span.icon-search:focus:not(:focus-visible),
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.icon-search:focus:not(:focus-visible),
  .node-921386 .view-search-products .product-related__cta .stretched-link span.icon-search:focus:not(:focus-visible) {
    outline: none !important;
    border: 0 !important; }
  .btn.icon-search:active, .views-infinite-scroll-load-more a.icon-search:active, .contest-detail__cta a.icon-search:active, .path-search-results .view-search-products .product-related__cta .stretched-link span.icon-search:active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.icon-search:active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.icon-search:active {
    outline: none !important;
    border: 0 !important; }
  .btn:focus, .views-infinite-scroll-load-more a:focus, .contest-detail__cta a:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus, .btn:active, .views-infinite-scroll-load-more a:active, .contest-detail__cta a:active, .path-search-results .view-search-products .product-related__cta .stretched-link span:active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:active {
    outline: 2px dashed #003DA5;
    box-shadow: none;
    text-decoration: underline; }
  .btn:focus:not(:focus-visible), .views-infinite-scroll-load-more a:focus:not(:focus-visible), .contest-detail__cta a:focus:not(:focus-visible), .path-search-results .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible),
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible),
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus:not(:focus-visible) {
    outline: none !important;
    text-decoration: none; }
  .btn:focus-visible, .views-infinite-scroll-load-more a:focus-visible, .contest-detail__cta a:focus-visible, .path-search-results .view-search-products .product-related__cta .stretched-link span:focus-visible,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus-visible,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:focus-visible {
    outline: dashed #003DA5 2px;
    text-decoration: underline; }
  .btn:not(:disabled):not(.disabled):active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .contest-detail__cta a:not(:disabled):not(.disabled):active:focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active:focus {
    box-shadow: none; }

.btn-primary, .blog-middle .views-infinite-scroll-load-more a, .contest-detail__cta a, .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link span {
  border-color: transparent;
  background-color: #DE2726;
  color: #FFFFFF; }
  .btn-primary .icon, .blog-middle .views-infinite-scroll-load-more a .icon, .contest-detail__cta a .icon, .path-search-results .view-search-products .product-related__cta .stretched-link span .icon, .path-node-921386 .view-search-products .product-related__cta .stretched-link span .icon, .node-921386 .view-search-products .product-related__cta .stretched-link span .icon {
    filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
  .btn-primary:not(:disabled):not(.disabled):hover, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):hover, .contest-detail__cta a:not(:disabled):not(.disabled):hover, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: transparent; }
  .btn-primary:not(:disabled):not(.disabled):focus, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):focus, .contest-detail__cta a:not(:disabled):not(.disabled):focus, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .contest-detail__cta a:not(:disabled):not(.disabled):active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .contest-detail__cta a:not(:disabled):not(.disabled).active, .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active {
    outline: dashed #4D85FF 2px;
    background-color: #DE2726;
    border-color: #FFFFFF;
    color: #FFFFFF; }
  .btn-primary.disabled, .blog-middle .views-infinite-scroll-load-more a.disabled, .contest-detail__cta a.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .btn-primary:disabled, .blog-middle .views-infinite-scroll-load-more a:disabled, .contest-detail__cta a:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled,
  .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled {
    opacity: 0.8;
    color: #FFFFFF;
    background: #85888F;
    cursor: not-allowed;
    border-color: transparent; }

.btn-secondary {
  border-color: #003DA5;
  background-color: transparent;
  color: #003DA5; }
  .btn-secondary .icon {
    filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
  .btn-secondary:not(:disabled):not(.disabled):hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-secondary:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    outline: dashed #4D85FF 2px;
    background-color: transparent;
    border-color: #003DA5;
    color: #003DA5; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    opacity: 0.8;
    color: #85888F;
    background: #85888F;
    cursor: not-allowed;
    border-color: #85888F; }

.btn-outline-primary, .views-infinite-scroll-load-more a {
  color: #DE2726;
  background-color: #FFFFFF; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled):hover, .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):hover {
    color: #DE2726;
    background-color: #FFFFFF; }
  .btn-outline-primary.disabled, .views-infinite-scroll-load-more a.disabled, .btn-outline-primary:disabled, .views-infinite-scroll-load-more a:disabled {
    color: #000000;
    cursor: not-allowed;
    opacity: 0.35;
    background-color: #FFFFFF;
    border-color: #000000; }

.btn-tertiary {
  background: transparent;
  color: #000000;
  outline: none;
  transition: all 0.1s ease-in-out;
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  padding: 0px 5px; }
  .btn-tertiary:before, .btn-tertiary:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0px;
    height: 2px;
    margin: 0 auto;
    transition: all 0.1s ease-in-out;
    transition-duration: 0.2s;
    opacity: 0;
    background-color: #000000;
    left: 5px; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled):hover {
    background: transparent;
    border-color: transparent; }
    .btn-tertiary:not(:disabled):not(.disabled):active:before, .btn-tertiary:not(:disabled):not(.disabled):active:after, .btn-tertiary:not(:disabled):not(.disabled).active:before, .btn-tertiary:not(:disabled):not(.disabled).active:after, .btn-tertiary:not(:disabled):not(.disabled):active:focus:before, .btn-tertiary:not(:disabled):not(.disabled):active:focus:after, .btn-tertiary:not(:disabled):not(.disabled):hover:before, .btn-tertiary:not(:disabled):not(.disabled):hover:after {
      width: calc(100% - 40px);
      opacity: 1; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    background: transparent;
    color: #85888F;
    outline: none;
    opacity: 0.8;
    cursor: not-allowed; }
    .btn-tertiary.disabled:hover, .btn-tertiary:disabled:hover {
      cursor: not-allowed; }
  .btn-tertiary:active, .btn-tertiary:hover {
    background: transparent;
    color: #000000;
    outline: none; }
  .btn-tertiary:focus, .btn-tertiary:focus:not(:focus-visible) {
    outline: 2px dashed #4D85FF;
    border: 2px solid transparent;
    background: transparent;
    color: #000000;
    text-decoration: none; }
  .btn-tertiary .icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-size: 20px; }
  .btn-tertiary.no-icon:not(:disabled):not(.disabled):active, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover {
    background: transparent;
    border-color: transparent; }
    .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover:after {
      width: calc(100% - 10px);
      opacity: 1; }

.cta-secondary {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #DE2726; }
  .cta-secondary:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: .5rem;
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-cta-secondary.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.btn-primary-white {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #DE2726; }
  .btn-primary-white:not(:disabled):not(.disabled):hover {
    color: #DE2726;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-primary-white:not(:disabled):not(.disabled):focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white:not(:disabled):not(.disabled).active {
    outline: dashed #FFFFFF 2px;
    background-color: #EFE9E6;
    border-color: #EFE9E6;
    color: #DE2726; }
  .btn-primary-white.disabled, .btn-primary-white:disabled {
    opacity: 0.8;
    color: #DE2726; }

.btn-outline-white:not(:disabled):not(.disabled):hover {
  color: #FFFFFF;
  background-color: #9f1918;
  border-color: #FFFFFF; }

.btn-outline-white:not(:disabled):not(.disabled):focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
  outline: dashed #FFFFFF 2px;
  background-color: #9f1918;
  border-color: #FFFFFF;
  color: #FFFFFF; }

.btn-outline-white.disabled, .btn-outline-white:disabled {
  opacity: 0.8;
  cursor: not-allowed; }

.btn-tertiary-white {
  padding: 0;
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  border-left: none;
  border-right: none;
  position: relative;
  border-radius: 0; }
  .btn-tertiary-white:not(:disabled):not(.disabled):hover {
    border-color: transparent;
    border-bottom-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 0; }
  .btn-tertiary-white:not(:disabled):not(.disabled):active, .btn-tertiary-white:not(:disabled):not(.disabled).active, .btn-tertiary-white:not(:disabled):not(.disabled):active:focus, .btn-tertiary-white:not(:disabled):not(.disabled):focus {
    background-color: transparent;
    border-color: transparent;
    color: #FFFFFF;
    outline: dashed #FFFFFF 2px; }
  .btn-tertiary-white.disabled, .btn-tertiary-white:disabled {
    opacity: 0.8;
    color: #FFFFFF;
    cursor: not-allowed; }

.primary-background {
  background-color: #DE2726; }
  .primary-background .btn-primary, .primary-background .blog-middle .views-infinite-scroll-load-more a, .blog-middle .views-infinite-scroll-load-more .primary-background a, .primary-background .contest-detail__cta a, .contest-detail__cta .primary-background a, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span,
  .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span,
  .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span {
    border-color: transparent;
    background-color: #FFFFFF;
    color: #DE2726; }
    .primary-background .btn-primary:not(:disabled):not(.disabled):hover, .primary-background .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):hover, .blog-middle .views-infinite-scroll-load-more .primary-background a:not(:disabled):not(.disabled):hover, .primary-background .contest-detail__cta a:not(:disabled):not(.disabled):hover, .contest-detail__cta .primary-background a:not(:disabled):not(.disabled):hover, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):hover,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):hover,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):hover, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):hover {
      color: #003DA5;
      background-color: #FFFFFF;
      border-color: transparent; }
    .primary-background .btn-primary:not(:disabled):not(.disabled):focus, .primary-background .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):focus, .blog-middle .views-infinite-scroll-load-more .primary-background a:not(:disabled):not(.disabled):focus, .primary-background .contest-detail__cta a:not(:disabled):not(.disabled):focus, .contest-detail__cta .primary-background a:not(:disabled):not(.disabled):focus, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):focus,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):focus,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):focus, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):focus, .primary-background .btn-primary:not(:disabled):not(.disabled):active, .primary-background .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled):active, .blog-middle .views-infinite-scroll-load-more .primary-background a:not(:disabled):not(.disabled):active, .primary-background .contest-detail__cta a:not(:disabled):not(.disabled):active, .contest-detail__cta .primary-background a:not(:disabled):not(.disabled):active, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):active,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):active,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled):active, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled):active, .primary-background .btn-primary:not(:disabled):not(.disabled).active, .primary-background .blog-middle .views-infinite-scroll-load-more a:not(:disabled):not(.disabled).active, .blog-middle .views-infinite-scroll-load-more .primary-background a:not(:disabled):not(.disabled).active, .primary-background .contest-detail__cta a:not(:disabled):not(.disabled).active, .contest-detail__cta .primary-background a:not(:disabled):not(.disabled).active, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled).active,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled).active,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:not(:disabled):not(.disabled).active, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:not(:disabled):not(.disabled).active {
      outline: dashed #85888F 2px;
      background-color: #FFFFFF;
      border-color: #DE2726;
      color: #DE2726; }
    .primary-background .btn-primary.disabled, .primary-background .blog-middle .views-infinite-scroll-load-more a.disabled, .blog-middle .views-infinite-scroll-load-more .primary-background a.disabled, .primary-background .contest-detail__cta a.disabled, .contest-detail__cta .primary-background a.disabled, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span.disabled, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span.disabled,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span.disabled,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span.disabled, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span.disabled, .primary-background .btn-primary:disabled, .primary-background .blog-middle .views-infinite-scroll-load-more a:disabled, .blog-middle .views-infinite-scroll-load-more .primary-background a:disabled, .primary-background .contest-detail__cta a:disabled, .contest-detail__cta .primary-background a:disabled, .primary-background .path-search-results .view-search-products .product-related__cta .stretched-link span:disabled, .path-search-results .view-search-products .product-related__cta .stretched-link .primary-background span:disabled,
    .primary-background .path-node-921386 .view-search-products .product-related__cta .stretched-link span:disabled, .path-node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:disabled,
    .primary-background .node-921386 .view-search-products .product-related__cta .stretched-link span:disabled, .node-921386 .view-search-products .product-related__cta .stretched-link .primary-background span:disabled {
      opacity: 0.8;
      color: #DE2726;
      background: #CCD0DB;
      cursor: not-allowed;
      border-color: #DE2726; }
  .primary-background .btn-secondary {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF; }
    .primary-background .btn-secondary .icon {
      filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
    .primary-background .btn-secondary:not(:disabled):not(.disabled):hover {
      color: #003DA5;
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
    .primary-background .btn-secondary:not(:disabled):not(.disabled):focus, .primary-background .btn-secondary:not(:disabled):not(.disabled):active, .primary-background .btn-secondary:not(:disabled):not(.disabled).active {
      outline: dashed #B5D0FF 2px;
      background-color: transparent;
      border-color: #FFFFFF;
      color: #FFFFFF; }
    .primary-background .btn-secondary.disabled, .primary-background .btn-secondary:disabled {
      opacity: 0.8;
      color: #CCD0DB;
      background: transparent;
      cursor: not-allowed;
      border-color: #CCD0DB; }
  .primary-background .btn-tertiary {
    color: #FFFFFF;
    border-color: transparent; }
    .primary-background .btn-tertiary:before, .primary-background .btn-tertiary:after {
      background-color: #FFFFFF; }
    .primary-background .btn-tertiary.disabled, .primary-background .btn-tertiary:disabled {
      color: #CCD0DB; }
      .primary-background .btn-tertiary.disabled:hover, .primary-background .btn-tertiary:disabled:hover {
        cursor: not-allowed; }
    .primary-background .btn-tertiary:active, .primary-background .btn-tertiary:hover {
      background: transparent;
      color: #FFFFFF;
      outline: none; }
    .primary-background .btn-tertiary:focus, .primary-background .btn-tertiary:focus:not(:focus-visible) {
      outline: 2px dashed #B5D0FF;
      border: 2px solid transparent;
      color: #FFFFFF; }
    .primary-background .btn-tertiary .icon {
      filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }

.btn-filters {
  font-size: 14px;
  padding: .75rem 1rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    .btn-filters {
      /*padding: 10px;*/
      padding: 0.625rem; } }

/*.btn.expand-collapse__show-more {
  padding: 0;
  color: #D52020;
  background-color: transparent;
  border-color: transparent;
  border-left: none;
  border-right: none;
  position: relative;

  .icon {
    filter: invert(24%) sepia(96%) saturate(2570%) hue-rotate(337deg) brightness(85%) contrast(114%);
  }
}*/
.contest-detail {
  /*background-color: #FBFBF8;*/
  background-color: #F5F2F2;
  /* &__back-and-share {
    position: absolute;
    top: 25px;
    z-index: 1;
  }*/ }
  .contest-detail .heroes-contest {
    background-color: transparent; }
  .contest-detail .heroes-tertiary .heroes .heroes__col {
    /* background-color: #FBFBF8;*/
    max-width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 60px; }
  .contest-detail__hero {
    position: relative; }
  .contest-detail .heroes-tertiary .heroes__col .heroes_oval {
    background-image: url("../images/hero-tertiary-curve-bottom-beige-50.svg"); }
  .contest-detail__body .sg__font-body1, .contest-detail__body .node-contact-us .block-webform .form-group #edit-reason-for-contact--description, .node-contact-us .block-webform .form-group .contest-detail__body #edit-reason-for-contact--description, .contest-detail__body .node-13 .block-webform .form-group #edit-reason-for-contact--description, .node-13 .block-webform .form-group .contest-detail__body #edit-reason-for-contact--description, .contest-detail__body .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-contact-us .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .contest-detail__body .webform-element-description, .contest-detail__body .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .webform-element-description, .node-13 .block-webform #webform-submission-contact-node-13-form-ajax .form-item-reason-for-contact .contest-detail__body .webform-element-description {
    font-weight: 400; }
  .contest-detail .back-to {
    display: flex;
    align-items: center;
    /*font-weight: 600 !important;
    font-size: .75rem !important;*/
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "proxima-soft", "Source Sans 3", sans-serif;
    color: #000000;
    letter-spacing: 0.16px;
    font-weight: 700; }
    .contest-detail .back-to .icon {
      width: 24px;
      height: 24px;
      /*filter: invert(1);*/ }
  .contest-detail .info-share {
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    float: left; }
  .contest-detail__back {
    grid-area: ret;
    height: 25px;
    margin-bottom: 20px;
    position: absolute;
    top: 25px;
    width: 100%;
    left: -16px; }
    @media (min-width: 992px) {
      .contest-detail__back {
        margin-bottom: 0; } }
    .contest-detail__back a {
      align-items: center;
      display: flex; }
  .contest-detail__back-and-share {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .contest-detail__back-and-share .share-mobile {
      margin-top: 30px; }
  .contest-detail__short-description p {
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: "HCo Gotham", "Source Sans 3", sans-serif;
    color: #000000;
    letter-spacing: -0.22px;
    font-weight: 500;
    font-size: 22px !important;
    margin-bottom: 30px; }
  .contest-detail__description {
    position: relative; }
  .contest-detail__info-share {
    margin: 0 !important;
    left: 0;
    right: auto !important;
    float: left; }
  .contest-detail__cta a {
    /*@extend .light;*/ }
  .contest-detail__terms {
    border-top: 3px solid #402020;
    margin-top: 60px;
    padding-top: 60px;
    margin-bottom: 90px; }
    .contest-detail__terms h2 {
      font-size: 1.125rem;
      line-height: 1.25rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 0;
      font-weight: 500;
      margin-bottom: 15px; }
    .contest-detail__terms .field p:not(.small) {
      font-size: 0.75rem;
      line-height: 0.875rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 0;
      font-weight: 400; }
  .contest-detail .heroes-contest {
    margin-bottom: 3.75rem; }

.path-contests,
.path-concours {
  /*.heroes-contest {
    margin-bottom: toRem(120);
  }*/ }
  .path-contests .contest-hub.container, .path-contests .path-products #block-titlerecipesyoumaylikeallproducts > div.contest-hub, .path-products .path-contests #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
  .path-contests .path-produits #block-titlerecipesyoumaylikeallproducts > div.contest-hub, .path-produits .path-contests #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
  .path-contests .node-921896 #block-titlerecipesyoumaylikeallproducts > div.contest-hub, .node-921896 .path-contests #block-titlerecipesyoumaylikeallproducts > div.contest-hub, .path-contests .path-products .block--type-recipe-related > div.contest-hub, .path-products .path-contests .block--type-recipe-related > div.contest-hub,
  .path-contests .path-produits .block--type-recipe-related > div.contest-hub, .path-produits .path-contests .block--type-recipe-related > div.contest-hub,
  .path-contests .node-921896 .block--type-recipe-related > div.contest-hub, .node-921896 .path-contests .block--type-recipe-related > div.contest-hub, .path-contests .block-views-blockcontest-block-1 > h2.contest-hub,
  .path-contests .block-views-blockcontest-block > h2.contest-hub,
  .path-contests .path-concours .block-views-blockcontest-block-1 > h2.contest-hub,
  .path-contests .path-concours .block-views-blockcontest-block > h2.contest-hub,
  .path-contests .heroes__content.container,
  .path-contests .path-products #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-products .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-contests .path-produits #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-produits .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-contests .node-921896 #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .node-921896 .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-contests .path-products .block--type-recipe-related > div.heroes__content,
  .path-products .path-contests .block--type-recipe-related > div.heroes__content,
  .path-contests .path-produits .block--type-recipe-related > div.heroes__content,
  .path-produits .path-contests .block--type-recipe-related > div.heroes__content,
  .path-contests .node-921896 .block--type-recipe-related > div.heroes__content,
  .node-921896 .path-contests .block--type-recipe-related > div.heroes__content,
  .path-contests .block-views-blockcontest-block-1 > h2.heroes__content,
  .path-contests .block-views-blockcontest-block > h2.heroes__content,
  .path-contests .path-concours .block-views-blockcontest-block-1 > h2.heroes__content,
  .path-contests .path-concours .block-views-blockcontest-block > h2.heroes__content,
  .path-concours .contest-hub.container,
  .path-concours .path-products #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
  .path-products .path-concours #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
  .path-concours .path-produits #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
  .path-produits .path-concours #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
  .path-concours .node-921896 #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
  .node-921896 .path-concours #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
  .path-concours .path-products .block--type-recipe-related > div.contest-hub,
  .path-products .path-concours .block--type-recipe-related > div.contest-hub,
  .path-concours .path-produits .block--type-recipe-related > div.contest-hub,
  .path-produits .path-concours .block--type-recipe-related > div.contest-hub,
  .path-concours .node-921896 .block--type-recipe-related > div.contest-hub,
  .node-921896 .path-concours .block--type-recipe-related > div.contest-hub,
  .path-concours .path-contests .block-views-blockcontest-block-1 > h2.contest-hub,
  .path-concours .path-contests .block-views-blockcontest-block > h2.contest-hub,
  .path-concours .block-views-blockcontest-block-1 > h2.contest-hub,
  .path-concours .block-views-blockcontest-block > h2.contest-hub,
  .path-concours .heroes__content.container,
  .path-concours .path-products #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-products .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-concours .path-produits #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-produits .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-concours .node-921896 #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .node-921896 .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
  .path-concours .path-products .block--type-recipe-related > div.heroes__content,
  .path-products .path-concours .block--type-recipe-related > div.heroes__content,
  .path-concours .path-produits .block--type-recipe-related > div.heroes__content,
  .path-produits .path-concours .block--type-recipe-related > div.heroes__content,
  .path-concours .node-921896 .block--type-recipe-related > div.heroes__content,
  .node-921896 .path-concours .block--type-recipe-related > div.heroes__content,
  .path-concours .path-contests .block-views-blockcontest-block-1 > h2.heroes__content,
  .path-concours .path-contests .block-views-blockcontest-block > h2.heroes__content,
  .path-concours .block-views-blockcontest-block-1 > h2.heroes__content,
  .path-concours .block-views-blockcontest-block > h2.heroes__content {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 728px) {
      .path-contests .contest-hub.container, .path-contests .path-products #block-titlerecipesyoumaylikeallproducts > div.contest-hub, .path-products .path-contests #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
      .path-contests .path-produits #block-titlerecipesyoumaylikeallproducts > div.contest-hub, .path-produits .path-contests #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
      .path-contests .node-921896 #block-titlerecipesyoumaylikeallproducts > div.contest-hub, .node-921896 .path-contests #block-titlerecipesyoumaylikeallproducts > div.contest-hub, .path-contests .path-products .block--type-recipe-related > div.contest-hub, .path-products .path-contests .block--type-recipe-related > div.contest-hub,
      .path-contests .path-produits .block--type-recipe-related > div.contest-hub, .path-produits .path-contests .block--type-recipe-related > div.contest-hub,
      .path-contests .node-921896 .block--type-recipe-related > div.contest-hub, .node-921896 .path-contests .block--type-recipe-related > div.contest-hub, .path-contests .block-views-blockcontest-block-1 > h2.contest-hub,
      .path-contests .block-views-blockcontest-block > h2.contest-hub,
      .path-contests .path-concours .block-views-blockcontest-block-1 > h2.contest-hub,
      .path-contests .path-concours .block-views-blockcontest-block > h2.contest-hub,
      .path-contests .heroes__content.container,
      .path-contests .path-products #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-products .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-contests .path-produits #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-produits .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-contests .node-921896 #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .node-921896 .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-contests .path-products .block--type-recipe-related > div.heroes__content,
      .path-products .path-contests .block--type-recipe-related > div.heroes__content,
      .path-contests .path-produits .block--type-recipe-related > div.heroes__content,
      .path-produits .path-contests .block--type-recipe-related > div.heroes__content,
      .path-contests .node-921896 .block--type-recipe-related > div.heroes__content,
      .node-921896 .path-contests .block--type-recipe-related > div.heroes__content,
      .path-contests .block-views-blockcontest-block-1 > h2.heroes__content,
      .path-contests .block-views-blockcontest-block > h2.heroes__content,
      .path-contests .path-concours .block-views-blockcontest-block-1 > h2.heroes__content,
      .path-contests .path-concours .block-views-blockcontest-block > h2.heroes__content,
      .path-concours .contest-hub.container,
      .path-concours .path-products #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
      .path-products .path-concours #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
      .path-concours .path-produits #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
      .path-produits .path-concours #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
      .path-concours .node-921896 #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
      .node-921896 .path-concours #block-titlerecipesyoumaylikeallproducts > div.contest-hub,
      .path-concours .path-products .block--type-recipe-related > div.contest-hub,
      .path-products .path-concours .block--type-recipe-related > div.contest-hub,
      .path-concours .path-produits .block--type-recipe-related > div.contest-hub,
      .path-produits .path-concours .block--type-recipe-related > div.contest-hub,
      .path-concours .node-921896 .block--type-recipe-related > div.contest-hub,
      .node-921896 .path-concours .block--type-recipe-related > div.contest-hub,
      .path-concours .path-contests .block-views-blockcontest-block-1 > h2.contest-hub,
      .path-concours .path-contests .block-views-blockcontest-block > h2.contest-hub,
      .path-concours .block-views-blockcontest-block-1 > h2.contest-hub,
      .path-concours .block-views-blockcontest-block > h2.contest-hub,
      .path-concours .heroes__content.container,
      .path-concours .path-products #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-products .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-concours .path-produits #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-produits .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-concours .node-921896 #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .node-921896 .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
      .path-concours .path-products .block--type-recipe-related > div.heroes__content,
      .path-products .path-concours .block--type-recipe-related > div.heroes__content,
      .path-concours .path-produits .block--type-recipe-related > div.heroes__content,
      .path-produits .path-concours .block--type-recipe-related > div.heroes__content,
      .path-concours .node-921896 .block--type-recipe-related > div.heroes__content,
      .node-921896 .path-concours .block--type-recipe-related > div.heroes__content,
      .path-concours .path-contests .block-views-blockcontest-block-1 > h2.heroes__content,
      .path-concours .path-contests .block-views-blockcontest-block > h2.heroes__content,
      .path-concours .block-views-blockcontest-block-1 > h2.heroes__content,
      .path-concours .block-views-blockcontest-block > h2.heroes__content {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 992px) {
    
    .path-contests .heroes__content.container,
    .path-contests .path-products #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-products .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-contests .path-produits #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-produits .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-contests .node-921896 #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .node-921896 .path-contests #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-contests .path-products .block--type-recipe-related > div.heroes__content,
    .path-products .path-contests .block--type-recipe-related > div.heroes__content,
    .path-contests .path-produits .block--type-recipe-related > div.heroes__content,
    .path-produits .path-contests .block--type-recipe-related > div.heroes__content,
    .path-contests .node-921896 .block--type-recipe-related > div.heroes__content,
    .node-921896 .path-contests .block--type-recipe-related > div.heroes__content,
    .path-contests .block-views-blockcontest-block-1 > h2.heroes__content,
    .path-contests .block-views-blockcontest-block > h2.heroes__content,
    .path-contests .path-concours .block-views-blockcontest-block-1 > h2.heroes__content,
    .path-contests .path-concours .block-views-blockcontest-block > h2.heroes__content,
    .path-concours .heroes__content.container,
    .path-concours .path-products #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-products .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-concours .path-produits #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-produits .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-concours .node-921896 #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .node-921896 .path-concours #block-titlerecipesyoumaylikeallproducts > div.heroes__content,
    .path-concours .path-products .block--type-recipe-related > div.heroes__content,
    .path-products .path-concours .block--type-recipe-related > div.heroes__content,
    .path-concours .path-produits .block--type-recipe-related > div.heroes__content,
    .path-produits .path-concours .block--type-recipe-related > div.heroes__content,
    .path-concours .node-921896 .block--type-recipe-related > div.heroes__content,
    .node-921896 .path-concours .block--type-recipe-related > div.heroes__content,
    .path-concours .path-contests .block-views-blockcontest-block-1 > h2.heroes__content,
    .path-concours .path-contests .block-views-blockcontest-block > h2.heroes__content,
    .path-concours .block-views-blockcontest-block-1 > h2.heroes__content,
    .path-concours .block-views-blockcontest-block > h2.heroes__content {
      min-height: 568px;
      align-items: center;
      display: flex; } }
  .path-contests .contest-hub__title,
  .path-concours .contest-hub__title {
    margin-top: 20px;
    padding: 0; }
    @media (min-width: 992px) {
      .path-contests .contest-hub__title,
      .path-concours .contest-hub__title {
        margin-top: 20px;
        padding: 0; } }
  .path-contests .block-views-blockcontest-block-1 > h2,
  .path-contests .block-views-blockcontest-block > h2,
  .path-concours .block-views-blockcontest-block-1 > h2,
  .path-concours .block-views-blockcontest-block > h2 {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 7.5rem; }
    @media (min-width: 728px) {
      .path-contests .block-views-blockcontest-block-1 > h2,
      .path-contests .block-views-blockcontest-block > h2,
      .path-concours .block-views-blockcontest-block-1 > h2,
      .path-concours .block-views-blockcontest-block > h2 {
        text-align: left; } }
    @media (min-width: 992px) {
      .path-contests .block-views-blockcontest-block-1 > h2,
      .path-contests .block-views-blockcontest-block > h2,
      .path-concours .block-views-blockcontest-block-1 > h2,
      .path-concours .block-views-blockcontest-block > h2 {
        /*margin-top: 10px;*/ } }
  .path-contests .heroes-tertiary .heroes__col,
  .path-concours .heroes-tertiary .heroes__col {
    padding-bottom: 80px;
    /*@include media-breakpoint-up(lg) {
      padding-bottom: 0;
    }*/ }
  .path-contests .heroes-tertiary .heroes__col.with-image.background-hero .heroes__content__inner,
  .path-concours .heroes-tertiary .heroes__col.with-image.background-hero .heroes__content__inner {
    padding: 60px 10px; }
    @media (min-width: 728px) {
      .path-contests .heroes-tertiary .heroes__col.with-image.background-hero .heroes__content__inner,
      .path-concours .heroes-tertiary .heroes__col.with-image.background-hero .heroes__content__inner {
        padding: 138px 10px; } }

.path-contests {
  /*.contest-hub__title {
    text-transform: uppercase;
  }*/ }
  .path-contests .heroes-tertiary .heroes__col {
    padding-bottom: 80px; }
    @media (min-width: 992px) {
      .path-contests .heroes-tertiary .heroes__col {
        padding-bottom: 0; } }

.contest-wrapper h2 {
  margin-bottom: 7.5rem; }

.contest-hub__col {
  margin-bottom: 60px; }

.contest-hub__content {
  position: relative;
  margin-bottom: 3.75rem; }

.contest-hub__link {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  text-decoration: none; }
  .contest-hub__link:hover {
    text-decoration: none; }
    .contest-hub__link:hover img {
      transform: scale(1.05); }

.contest-hub__badge {
  position: absolute;
  top: 1rem;
  left: -0.8rem;
  background: #FDE021;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  z-index: 9; }

.contest-hub__image {
  overflow: hidden;
  width: 100%;
  border-radius: 30px; }
  .contest-hub__image img {
    transition: 0.3s;
    width: 100%;
    /*height: 392px;*/
    -o-object-fit: none;
       object-fit: none; }

.contest-hub__title {
  padding: .5rem 0;
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0;
  font-weight: 700;
  transition: 0.3s;
  padding-top: 20px; }

.node-type--contest .heroes-contest .heroes__row {
  padding: 2rem 0 0;
  background: transparent; }

.node-type--contest .heroes-contest .heroes__content {
  text-align: center; }

.node-type--contest .heroes-contest .heroes__title {
  margin-bottom: 1rem;
  margin-top: 34px;
  font-size: 2.5rem;
  line-height: 2.625rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: -0.6px;
  font-weight: 700; }

.node-type--contest .heroes-contest .heroes p {
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0.64px;
  font-weight: 500; }

.node-type--contest .heroes-contest .heroes .image-wrapper img {
  border-radius: 30px;
  width: 100%; }

.node-type--contest .heroes-contest .heroes__col-left {
  padding: 2rem !important; }
  .node-type--contest .heroes-contest .heroes__col-left img {
    padding: 0;
    border-radius: 30px; }
  @media (min-width: 992px) {
    .node-type--contest .heroes-contest .heroes__col-left {
      padding: 3rem 5rem !important; } }

.path-sitemap .bg-hero-sitemap,
.path-node-923186 .bg-hero-sitemap,
.path-plan-du-site .bg-hero-sitemap,
.path-search-results .bg-hero-sitemap {
  text-align: center;
  display: block; }
  .path-sitemap .bg-hero-sitemap .block-inline-blockbasic,
  .path-node-923186 .bg-hero-sitemap .block-inline-blockbasic,
  .path-plan-du-site .bg-hero-sitemap .block-inline-blockbasic,
  .path-search-results .bg-hero-sitemap .block-inline-blockbasic {
    padding-bottom: 100px; }

.path-sitemap .sitemap-menus,
.path-node-923186 .sitemap-menus,
.path-plan-du-site .sitemap-menus,
.path-search-results .sitemap-menus {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .path-sitemap .sitemap-menus ul.nav, .path-sitemap .sitemap-menus .view-content,
  .path-node-923186 .sitemap-menus ul.nav,
  .path-node-923186 .sitemap-menus .view-content,
  .path-plan-du-site .sitemap-menus ul.nav,
  .path-plan-du-site .sitemap-menus .view-content,
  .path-search-results .sitemap-menus ul.nav,
  .path-search-results .sitemap-menus .view-content {
    display: block; }
    .path-sitemap .sitemap-menus ul.nav a, .path-sitemap .sitemap-menus .view-content a,
    .path-node-923186 .sitemap-menus ul.nav a,
    .path-node-923186 .sitemap-menus .view-content a,
    .path-plan-du-site .sitemap-menus ul.nav a,
    .path-plan-du-site .sitemap-menus .view-content a,
    .path-search-results .sitemap-menus ul.nav a,
    .path-search-results .sitemap-menus .view-content a {
      font-size: 16px;
      display: inline-block;
      padding: 0.5rem 0; }
    .path-sitemap .sitemap-menus ul.nav .field-package, .path-sitemap .sitemap-menus ul.nav .field-regions, .path-sitemap .sitemap-menus .view-content .field-package, .path-sitemap .sitemap-menus .view-content .field-regions,
    .path-node-923186 .sitemap-menus ul.nav .field-package,
    .path-node-923186 .sitemap-menus ul.nav .field-regions,
    .path-node-923186 .sitemap-menus .view-content .field-package,
    .path-node-923186 .sitemap-menus .view-content .field-regions,
    .path-plan-du-site .sitemap-menus ul.nav .field-package,
    .path-plan-du-site .sitemap-menus ul.nav .field-regions,
    .path-plan-du-site .sitemap-menus .view-content .field-package,
    .path-plan-du-site .sitemap-menus .view-content .field-regions,
    .path-search-results .sitemap-menus ul.nav .field-package,
    .path-search-results .sitemap-menus ul.nav .field-regions,
    .path-search-results .sitemap-menus .view-content .field-package,
    .path-search-results .sitemap-menus .view-content .field-regions {
      display: none; }
  .path-sitemap .sitemap-menus .product-menu ul.nav li:first-child, .path-sitemap .sitemap-menus .product-menu ul.nav li:last-child,
  .path-node-923186 .sitemap-menus .product-menu ul.nav li:first-child,
  .path-node-923186 .sitemap-menus .product-menu ul.nav li:last-child,
  .path-plan-du-site .sitemap-menus .product-menu ul.nav li:first-child,
  .path-plan-du-site .sitemap-menus .product-menu ul.nav li:last-child,
  .path-search-results .sitemap-menus .product-menu ul.nav li:first-child,
  .path-search-results .sitemap-menus .product-menu ul.nav li:last-child {
    position: relative; }
    .path-sitemap .sitemap-menus .product-menu ul.nav li:first-child:after, .path-sitemap .sitemap-menus .product-menu ul.nav li:last-child:after,
    .path-node-923186 .sitemap-menus .product-menu ul.nav li:first-child:after,
    .path-node-923186 .sitemap-menus .product-menu ul.nav li:last-child:after,
    .path-plan-du-site .sitemap-menus .product-menu ul.nav li:first-child:after,
    .path-plan-du-site .sitemap-menus .product-menu ul.nav li:last-child:after,
    .path-search-results .sitemap-menus .product-menu ul.nav li:first-child:after,
    .path-search-results .sitemap-menus .product-menu ul.nav li:last-child:after {
      content: '';
      display: block;
      width: 40px;
      margin: 1.35rem 1rem;
      height: 0;
      border-top: 1px solid black; }

.path-sitemap .view-all-recipes::before,
.path-node-923186 .view-all-recipes::before,
.path-plan-du-site .view-all-recipes::before,
.path-search-results .view-all-recipes::before {
  content: '';
  display: block;
  width: 40px;
  margin: 1.35rem 1rem;
  height: 0;
  border-top: 1px solid black; }

.path-sitemap .view-all-recipes .recipe-featured__col,
.path-node-923186 .view-all-recipes .recipe-featured__col,
.path-plan-du-site .view-all-recipes .recipe-featured__col,
.path-search-results .view-all-recipes .recipe-featured__col {
  font-size: 16px;
  padding-right: 1rem;
  padding-left: 1rem; }

html[lang='en'] .path-sitemap .view-sitemap a[hreflang='fr'],
html[lang='en'] .path-node-923186 .view-sitemap a[hreflang='fr'],
html[lang='en'] .path-plan-du-site .view-sitemap a[hreflang='fr'] {
  display: none; }

html[lang='fr'] .path-sitemap .view-sitemap a[hreflang='en'],
html[lang='en'] .path-node-923186 .view-sitemap a[hreflang='en'],
html[lang='fr'] .path-plan-du-site .view-sitemap a[hreflang='en'] {
  display: none; }

html[lang='fr'] .path-sitemap .view-sitemap a[hreflang='fr'],
html[lang='en'] .path-node-923186 .view-sitemap a[hreflang='fr'],
html[lang='fr'] .path-plan-du-site .view-sitemap a[hreflang='fr'] {
  display: inline-block; }

html[lang='fr'] .path-sitemap .view-sitemap .field-title a,
html[lang='en'] .path-node-923186 .view-sitemap .field-title a,
html[lang='fr'] .path-plan-du-site .view-sitemap .field-title a {
  display: block; }

.col-sitemap-products,
.col-sitemap-global-menu {
  margin-bottom: 70px; }
  @media (min-width: 728px) {
    .col-sitemap-products,
    .col-sitemap-global-menu {
      margin-bottom: 0; } }

.col-sitemap-products ul.nav:after,
.col-sitemap-products .views-element-container:after {
  content: '';
  display: block;
  width: 40px;
  margin: 1.35rem 0;
  height: 0;
  border-top: 1px solid black; }

.col-sitemap-products .views-element-container:last-child:after {
  display: none; }

.path-frontpage .page__content .recipe-redirection__col .btn.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-frontpage .page__content .recipe-redirection__col a.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-frontpage .page__content .recipe-redirection__col a.d-md-inline-block, .path-frontpage .page__content .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block,
.path-frontpage .page__content .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block,
.path-frontpage .page__content .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .recipe-redirection__col span.d-md-inline-block {
  /*padding-top: 6px;*/ }

.path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .btn,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .path-frontpage .page__content .field--type-text-with-summary .d-md-none a,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a,
.contest-detail__cta .path-frontpage .page__content .field--type-text-with-summary .d-md-none a,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span,
.path-frontpage .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-frontpage .page__content .field--type-text-with-summary .d-md-none span {
  /*padding-top: 7px;*/ }

.path-frontpage .page__content .field--type-text-with-summary ul li:before {
  content: unset; }

.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .btn:hover, .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .views-infinite-scroll-load-more a:hover, .views-infinite-scroll-load-more .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left a:hover, .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .contest-detail__cta a:hover, .contest-detail__cta .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left a:hover, .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .path-search-results .view-search-products .product-related__cta .stretched-link span:hover, .path-search-results .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .path-node-921386 .view-search-products .product-related__cta .stretched-link span:hover, .path-node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .node-921386 .view-search-products .product-related__cta .stretched-link span:hover, .node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .btn:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .views-infinite-scroll-load-more a:focus,
.views-infinite-scroll-load-more .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left a:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .contest-detail__cta a:focus,
.contest-detail__cta .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left a:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
.path-search-results .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
.node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .btn:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .views-infinite-scroll-load-more a:active,
.views-infinite-scroll-load-more .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left a:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .contest-detail__cta a:active,
.contest-detail__cta .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left a:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .path-search-results .view-search-products .product-related__cta .stretched-link span:active,
.path-search-results .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .path-node-921386 .view-search-products .product-related__cta .stretched-link span:active,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .node-921386 .view-search-products .product-related__cta .stretched-link span:active,
.node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .btn:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .views-infinite-scroll-load-more a:focus-visible,
.views-infinite-scroll-load-more .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left a:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .contest-detail__cta a:focus-visible,
.contest-detail__cta .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left a:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .path-search-results .view-search-products .product-related__cta .stretched-link span:focus-visible,
.path-search-results .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus-visible,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left .node-921386 .view-search-products .product-related__cta .stretched-link span:focus-visible,
.node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-left span:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .btn:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .views-infinite-scroll-load-more a:hover,
.views-infinite-scroll-load-more .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right a:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .contest-detail__cta a:hover,
.contest-detail__cta .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right a:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .path-search-results .view-search-products .product-related__cta .stretched-link span:hover,
.path-search-results .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .path-node-921386 .view-search-products .product-related__cta .stretched-link span:hover,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .node-921386 .view-search-products .product-related__cta .stretched-link span:hover,
.node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:hover,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .btn:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .views-infinite-scroll-load-more a:focus,
.views-infinite-scroll-load-more .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right a:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .contest-detail__cta a:focus,
.contest-detail__cta .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right a:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .path-search-results .view-search-products .product-related__cta .stretched-link span:focus,
.path-search-results .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .node-921386 .view-search-products .product-related__cta .stretched-link span:focus,
.node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:focus,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .btn:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .views-infinite-scroll-load-more a:active,
.views-infinite-scroll-load-more .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right a:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .contest-detail__cta a:active,
.contest-detail__cta .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right a:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .path-search-results .view-search-products .product-related__cta .stretched-link span:active,
.path-search-results .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .path-node-921386 .view-search-products .product-related__cta .stretched-link span:active,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .node-921386 .view-search-products .product-related__cta .stretched-link span:active,
.node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:active,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .btn:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .views-infinite-scroll-load-more a:focus-visible,
.views-infinite-scroll-load-more .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right a:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .contest-detail__cta a:focus-visible,
.contest-detail__cta .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right a:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .path-search-results .view-search-products .product-related__cta .stretched-link span:focus-visible,
.path-search-results .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .path-node-921386 .view-search-products .product-related__cta .stretched-link span:focus-visible,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:focus-visible,
.page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right .node-921386 .view-search-products .product-related__cta .stretched-link span:focus-visible,
.node-921386 .view-search-products .product-related__cta .stretched-link .page__content .bg-beige-400 .recipe-redirection .recipe-redirection__col-right span:focus-visible {
  background-color: #584841; }

.page__content .juicer-feed ul li:before,
.page__content .juicer-feed .feed-item:before {
  content: unset; }

.path-products .recipe-redirection__col .btn.d-md-inline-block, .path-products .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block, .views-infinite-scroll-load-more .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block, .blog-middle .views-infinite-scroll-load-more .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .contest-detail__cta a.d-md-inline-block, .contest-detail__cta .path-products .recipe-redirection__col a.d-md-inline-block, .path-products .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-search-results .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-products .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-products .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block, .node-921386 .view-search-products .product-related__cta .stretched-link .path-products .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .btn.d-md-inline-block,
.path-produits .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block,
.views-infinite-scroll-load-more .path-produits .recipe-redirection__col a.d-md-inline-block,
.path-produits .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block,
.blog-middle .views-infinite-scroll-load-more .path-produits .recipe-redirection__col a.d-md-inline-block,
.path-produits .recipe-redirection__col .contest-detail__cta a.d-md-inline-block,
.contest-detail__cta .path-produits .recipe-redirection__col a.d-md-inline-block,
.path-produits .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.path-produits .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .btn.d-md-inline-block,
.node-921896 .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block,
.views-infinite-scroll-load-more .node-921896 .recipe-redirection__col a.d-md-inline-block,
.node-921896 .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block,
.blog-middle .views-infinite-scroll-load-more .node-921896 .recipe-redirection__col a.d-md-inline-block,
.node-921896 .recipe-redirection__col .contest-detail__cta a.d-md-inline-block,
.contest-detail__cta .node-921896 .recipe-redirection__col a.d-md-inline-block,
.node-921896 .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.node-921896 .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .btn.d-md-inline-block,
.path-about .recipe-redirection__col .views-infinite-scroll-load-more a.d-md-inline-block,
.views-infinite-scroll-load-more .path-about .recipe-redirection__col a.d-md-inline-block,
.path-about .recipe-redirection__col .blog-middle .views-infinite-scroll-load-more a.d-md-inline-block,
.blog-middle .views-infinite-scroll-load-more .path-about .recipe-redirection__col a.d-md-inline-block,
.path-about .recipe-redirection__col .contest-detail__cta a.d-md-inline-block,
.contest-detail__cta .path-about .recipe-redirection__col a.d-md-inline-block,
.path-about .recipe-redirection__col .path-search-results .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .path-node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block,
.path-about .recipe-redirection__col .node-921386 .view-search-products .product-related__cta .stretched-link span.d-md-inline-block,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-about .recipe-redirection__col span.d-md-inline-block {
  /*padding-top: 6px;*/
  padding-bottom: 9px; }

.path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a, .contest-detail__cta .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a, .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-products .page__content .field--type-text-with-summary .d-md-none .btn,
.path-products .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .path-products .page__content .field--type-text-with-summary .d-md-none a,
.path-products .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a,
.contest-detail__cta .path-products .page__content .field--type-text-with-summary .d-md-none a,
.path-products .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-products .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-products .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-products .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a,
.contest-detail__cta .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .btn,
.path-produits .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .path-produits .page__content .field--type-text-with-summary .d-md-none a,
.path-produits .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a,
.contest-detail__cta .path-produits .page__content .field--type-text-with-summary .d-md-none a,
.path-produits .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.path-produits .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-produits .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a,
.contest-detail__cta .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .btn,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .node-921896 .page__content .field--type-text-with-summary .d-md-none a,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a,
.contest-detail__cta .node-921896 .page__content .field--type-text-with-summary .d-md-none a,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.node-921896 .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .node-921896 .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a,
.contest-detail__cta .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .d-md-none .btn,
.path-about .page__content .field--type-text-with-summary .d-md-none .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .path-about .page__content .field--type-text-with-summary .d-md-none a,
.path-about .page__content .field--type-text-with-summary .d-md-none .contest-detail__cta a,
.contest-detail__cta .path-about .page__content .field--type-text-with-summary .d-md-none a,
.path-about .page__content .field--type-text-with-summary .d-md-none .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .d-md-none .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span,
.path-about .page__content .field--type-text-with-summary .d-md-none .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .d-md-none span {
  padding-top: 8px; }


.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .btn,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .views-infinite-scroll-load-more a,
.views-infinite-scroll-load-more .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .contest-detail__cta a,
.contest-detail__cta .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block a,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-search-results .view-search-products .product-related__cta .stretched-link span,
.path-search-results .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span,
.path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block .node-921386 .view-search-products .product-related__cta .stretched-link span,
.node-921386 .view-search-products .product-related__cta .stretched-link .path-about .page__content .field--type-text-with-summary .text-righ.d-md-inline-block span {
  padding: 8px 0 11px; }

.path-about-us #tns2-mw .field--name-field-textmedia-content .btn:after, .path-about-us #tns2-mw .field--name-field-textmedia-content .views-infinite-scroll-load-more a:after, .views-infinite-scroll-load-more .path-about-us #tns2-mw .field--name-field-textmedia-content a:after, .path-about-us #tns2-mw .field--name-field-textmedia-content .contest-detail__cta a:after, .contest-detail__cta .path-about-us #tns2-mw .field--name-field-textmedia-content a:after, .path-about-us #tns2-mw .field--name-field-textmedia-content .path-search-results .view-search-products .product-related__cta .stretched-link span:after, .path-search-results .view-search-products .product-related__cta .stretched-link .path-about-us #tns2-mw .field--name-field-textmedia-content span:after,
.path-about-us #tns2-mw .field--name-field-textmedia-content .path-node-921386 .view-search-products .product-related__cta .stretched-link span:after, .path-node-921386 .view-search-products .product-related__cta .stretched-link .path-about-us #tns2-mw .field--name-field-textmedia-content span:after,
.path-about-us #tns2-mw .field--name-field-textmedia-content .node-921386 .view-search-products .product-related__cta .stretched-link span:after, .node-921386 .view-search-products .product-related__cta .stretched-link .path-about-us #tns2-mw .field--name-field-textmedia-content span:after,
.node-40 #tns2-mw .field--name-field-textmedia-content .btn:after,
.node-40 #tns2-mw .field--name-field-textmedia-content .views-infinite-scroll-load-more a:after,
.views-infinite-scroll-load-more .node-40 #tns2-mw .field--name-field-textmedia-content a:after,
.node-40 #tns2-mw .field--name-field-textmedia-content .contest-detail__cta a:after,
.contest-detail__cta .node-40 #tns2-mw .field--name-field-textmedia-content a:after,
.node-40 #tns2-mw .field--name-field-textmedia-content .path-search-results .view-search-products .product-related__cta .stretched-link span:after,
.path-search-results .view-search-products .product-related__cta .stretched-link .node-40 #tns2-mw .field--name-field-textmedia-content span:after,
.node-40 #tns2-mw .field--name-field-textmedia-content .path-node-921386 .view-search-products .product-related__cta .stretched-link span:after,
.path-node-921386 .view-search-products .product-related__cta .stretched-link .node-40 #tns2-mw .field--name-field-textmedia-content span:after,
.node-40 #tns2-mw .field--name-field-textmedia-content .node-921386 .view-search-products .product-related__cta .stretched-link span:after,
.node-921386 .view-search-products .product-related__cta .stretched-link .node-40 #tns2-mw .field--name-field-textmedia-content span:after {
  content: unset; }

.node-type--recipes .page__content .recipe-featured .btn, .node-type--recipes .page__content .recipe-featured .views-infinite-scroll-load-more a, .views-infinite-scroll-load-more .node-type--recipes .page__content .recipe-featured a, .node-type--recipes .page__content .recipe-featured .contest-detail__cta a, .contest-detail__cta .node-type--recipes .page__content .recipe-featured a, .node-type--recipes .page__content .recipe-featured .path-search-results .view-search-products .product-related__cta .stretched-link span, .path-search-results .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span,
.node-type--recipes .page__content .recipe-featured .path-node-921386 .view-search-products .product-related__cta .stretched-link span, .path-node-921386 .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span,
.node-type--recipes .page__content .recipe-featured .node-921386 .view-search-products .product-related__cta .stretched-link span, .node-921386 .view-search-products .product-related__cta .stretched-link .node-type--recipes .page__content .recipe-featured span {
  /*padding-top: 6px;*/ }

.path-user .page__content {
  margin: 100px auto; }
  .path-user .page__content .user-login-form {
    margin-top: 3rem; }
  .path-user .page__content .form-group:focus-within label {
    font-size: 1rem !important;
    line-height: unset !important;
    margin-bottom: 0 !important;
    letter-spacing: initial !important; }
  .path-user .page__content .form-group.form-item-name, .path-user .page__content .form-group.form-item-pass {
    position: relative;
    padding: 30px 0;
    margin-bottom: 0; }
    .path-user .page__content .form-group.form-item-name label, .path-user .page__content .form-group.form-item-pass label {
      position: absolute;
      /*top: -32px !important;*/
      top: 0 !important;
      left: 0px !important; }
      .path-user .page__content .form-group.form-item-name label.error, .path-user .page__content .form-group.form-item-pass label.error {
        top: -20px !important; }
  .path-user .page__content .alert-danger {
    display: none; }
  .path-user .page__content #user-pass .form-item--error-message .placeholder {
    padding-right: 4px; }

.maintenance-page:not(.path-home),
.maintenance-page:not(.path-frontpage),
.maintenance-page {
  height: 100vh;
  background-color: #DE2726; }
  .maintenance-page:not(.path-home) .dialog-off-canvas-main-canvas,
  .maintenance-page:not(.path-frontpage) .dialog-off-canvas-main-canvas,
  .maintenance-page .dialog-off-canvas-main-canvas {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: inherit;
    justify-content: center; }
    .maintenance-page:not(.path-home) .dialog-off-canvas-main-canvas main,
    .maintenance-page:not(.path-frontpage) .dialog-off-canvas-main-canvas main,
    .maintenance-page .dialog-off-canvas-main-canvas main {
      color: #FFFFFF;
      text-align: center; }
      .maintenance-page:not(.path-home) .dialog-off-canvas-main-canvas main h1,
      .maintenance-page:not(.path-frontpage) .dialog-off-canvas-main-canvas main h1,
      .maintenance-page .dialog-off-canvas-main-canvas main h1 {
        color: #FFFFFF;
        margin-bottom: 20px;
        text-align: center; }

.path-recipes #block-mainpagecontent .view-empty .reset-filters,
.path-recettes #block-mainpagecontent .view-empty .reset-filters,
.node-921901 #block-mainpagecontent .view-empty .reset-filters {
  display: inline-block;
  padding-top: 10px; }
  .path-recipes #block-mainpagecontent .view-empty .reset-filters a .link-text,
  .path-recettes #block-mainpagecontent .view-empty .reset-filters a .link-text,
  .node-921901 #block-mainpagecontent .view-empty .reset-filters a .link-text {
    display: inline-block;
    text-transform: uppercase;
    color: #DE2726;
    font-size: 18px;
    line-height: 19px;
    margin-right: 3px;
    border-bottom: 2px solid transparent;
    transition: all 0.15s ease-in-out; }
  .path-recipes #block-mainpagecontent .view-empty .reset-filters a img,
  .path-recettes #block-mainpagecontent .view-empty .reset-filters a img,
  .node-921901 #block-mainpagecontent .view-empty .reset-filters a img {
    position: relative;
    top: -1px;
    transition: transform 0.2s ease-in-out, filter 0.15s ease-in-out;
    filter: invert(18%) sepia(100%) saturate(2966%) hue-rotate(353deg) brightness(92%) contrast(86%); }
  .path-recipes #block-mainpagecontent .view-empty .reset-filters a:hover,
  .path-recettes #block-mainpagecontent .view-empty .reset-filters a:hover,
  .node-921901 #block-mainpagecontent .view-empty .reset-filters a:hover {
    text-decoration: none; }
    .path-recipes #block-mainpagecontent .view-empty .reset-filters a:hover .link-text,
    .path-recettes #block-mainpagecontent .view-empty .reset-filters a:hover .link-text,
    .node-921901 #block-mainpagecontent .view-empty .reset-filters a:hover .link-text {
      border-bottom-color: #B11B1B;
      color: #B11B1B; }
    .path-recipes #block-mainpagecontent .view-empty .reset-filters a:hover img,
    .path-recettes #block-mainpagecontent .view-empty .reset-filters a:hover img,
    .node-921901 #block-mainpagecontent .view-empty .reset-filters a:hover img {
      transform: rotate(90deg);
      filter: invert(21%) sepia(32%) saturate(5140%) hue-rotate(338deg) brightness(80%) contrast(91%); }

.path-recipes .page__content .field--type-text-with-summary ul li:before,
.path-recettes .page__content .field--type-text-with-summary ul li:before,
.node-921901 .page__content .field--type-text-with-summary ul li:before,
.path-products .page__content .field--type-text-with-summary ul li:before,
.path-produits .page__content .field--type-text-with-summary ul li:before,
.node-921896 .page__content .field--type-text-with-summary ul li:before,
.path-where-to-buy .page__content .field--type-text-with-summary ul li:before,
.path-ou-acheter .page__content .field--type-text-with-summary ul li:before,
.node-36 .page__content .field--type-text-with-summary ul li:before,
.path-contact-us .page__content .field--type-text-with-summary ul li:before,
.path-nous-joindre .page__content .field--type-text-with-summary ul li:before,
.node-13 .page__content .field--type-text-with-summary ul li:before,
.path-faq .page__content .field--type-text-with-summary ul li:before,
.node-37 .path-newsletter .page__content .field--type-text-with-summary ul li:before,
.path-infolettre .page__content .field--type-text-with-summary ul li:before,
.node-50 .page__content .field--type-text-with-summary ul li:before,
.node-9 .page__content .field--type-text-with-summary ul li:before,
.path-forbidden-access .page__content .field--type-text-with-summary ul li:before,
.node-921755 .page__content .field--type-text-with-summary ul li:before,
.node-type--products .page__content .field--type-text-with-summary ul li:before,
.node-type--recipes .page__content .field--type-text-with-summary ul li:before {
  content: unset; }

.node-type--products #block-mainpagecontent .products--full {
  margin-bottom: 0;
  padding-bottom: 50px; }

.node-type--recipes #block-mainpagecontent .products--full {
  margin-bottom: 0;
  padding-bottom: 50px; }

.path-about .py-5 .row.layout-builder__layout {
  margin-left: auto;
  margin-right: auto; }

.hero-tertiary-container {
  max-width: 470px; }

@media (min-width: 728px) {
  .w-lg-75 {
    width: 75% !important; } }

.bg-red-00 .btn-outline-white {
  color: #FFFFFF; }

.path-search-results .view-search-recipes .views-row,
.path-node-921386 .view-search-recipes .views-row,
.node-921386 .view-search-recipes .views-row {
  background-color: transparent; }

.path-search-results .view-search-recipes .recipe-featured,
.path-node-921386 .view-search-recipes .recipe-featured,
.node-921386 .view-search-recipes .recipe-featured {
  position: relative; }
  @media (min-width: 992px) {
    .path-search-results .view-search-recipes .recipe-featured__row,
    .path-node-921386 .view-search-recipes .recipe-featured__row,
    .node-921386 .view-search-recipes .recipe-featured__row {
      padding-bottom: 2rem; } }
  .path-search-results .view-search-recipes .recipe-featured__col .node,
  .path-node-921386 .view-search-recipes .recipe-featured__col .node,
  .node-921386 .view-search-recipes .recipe-featured__col .node {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .path-search-results .view-search-recipes .recipe-featured__image,
  .path-node-921386 .view-search-recipes .recipe-featured__image,
  .node-921386 .view-search-recipes .recipe-featured__image {
    position: relative; }
  .path-search-results .view-search-recipes .recipe-featured__image,
  .path-search-results .view-search-recipes .recipe-featured__image .field__item,
  .path-node-921386 .view-search-recipes .recipe-featured__image,
  .path-node-921386 .view-search-recipes .recipe-featured__image .field__item,
  .node-921386 .view-search-recipes .recipe-featured__image,
  .node-921386 .view-search-recipes .recipe-featured__image .field__item {
    overflow: hidden;
    width: 100%;
    border-radius: 30px; }
    .path-search-results .view-search-recipes .recipe-featured__image img,
    .path-search-results .view-search-recipes .recipe-featured__image .field__item img,
    .path-node-921386 .view-search-recipes .recipe-featured__image img,
    .path-node-921386 .view-search-recipes .recipe-featured__image .field__item img,
    .node-921386 .view-search-recipes .recipe-featured__image img,
    .node-921386 .view-search-recipes .recipe-featured__image .field__item img {
      width: 100% !important;
      height: 100%;
      min-width: 100%;
      max-width: inherit;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 30px;
      transition: 0.2s; }
      .path-search-results .view-search-recipes .recipe-featured__image img:hover,
      .path-search-results .view-search-recipes .recipe-featured__image .field__item img:hover,
      .path-node-921386 .view-search-recipes .recipe-featured__image img:hover,
      .path-node-921386 .view-search-recipes .recipe-featured__image .field__item img:hover,
      .node-921386 .view-search-recipes .recipe-featured__image img:hover,
      .node-921386 .view-search-recipes .recipe-featured__image .field__item img:hover {
        transform: scale(1.1);
        transition: 0.2s; }
  .path-search-results .view-search-recipes .recipe-featured__header,
  .path-node-921386 .view-search-recipes .recipe-featured__header,
  .node-921386 .view-search-recipes .recipe-featured__header {
    position: relative; }
    .path-search-results .view-search-recipes .recipe-featured__header:hover, .path-search-results .view-search-recipes .recipe-featured__header:focus,
    .path-node-921386 .view-search-recipes .recipe-featured__header:hover,
    .path-node-921386 .view-search-recipes .recipe-featured__header:focus,
    .node-921386 .view-search-recipes .recipe-featured__header:hover,
    .node-921386 .view-search-recipes .recipe-featured__header:focus {
      text-decoration: none; }
      .path-search-results .view-search-recipes .recipe-featured__header:hover .recipe-featured__title, .path-search-results .view-search-recipes .recipe-featured__header:focus .recipe-featured__title,
      .path-node-921386 .view-search-recipes .recipe-featured__header:hover .recipe-featured__title,
      .path-node-921386 .view-search-recipes .recipe-featured__header:focus .recipe-featured__title,
      .node-921386 .view-search-recipes .recipe-featured__header:hover .recipe-featured__title,
      .node-921386 .view-search-recipes .recipe-featured__header:focus .recipe-featured__title {
        color: #DE2726; }
      .path-search-results .view-search-recipes .recipe-featured__header:hover .recipe-featured__cta, .path-search-results .view-search-recipes .recipe-featured__header:focus .recipe-featured__cta,
      .path-node-921386 .view-search-recipes .recipe-featured__header:hover .recipe-featured__cta,
      .path-node-921386 .view-search-recipes .recipe-featured__header:focus .recipe-featured__cta,
      .node-921386 .view-search-recipes .recipe-featured__header:hover .recipe-featured__cta,
      .node-921386 .view-search-recipes .recipe-featured__header:focus .recipe-featured__cta {
        text-decoration: none; }
        .path-search-results .view-search-recipes .recipe-featured__header:hover .recipe-featured__cta span, .path-search-results .view-search-recipes .recipe-featured__header:focus .recipe-featured__cta span,
        .path-node-921386 .view-search-recipes .recipe-featured__header:hover .recipe-featured__cta span,
        .path-node-921386 .view-search-recipes .recipe-featured__header:focus .recipe-featured__cta span,
        .node-921386 .view-search-recipes .recipe-featured__header:hover .recipe-featured__cta span,
        .node-921386 .view-search-recipes .recipe-featured__header:focus .recipe-featured__cta span {
          opacity: 1; }
  .path-search-results .view-search-recipes .recipe-featured__card,
  .path-node-921386 .view-search-recipes .recipe-featured__card,
  .node-921386 .view-search-recipes .recipe-featured__card {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    @media (min-width: 992px) {
      .path-search-results .view-search-recipes .recipe-featured__card,
      .path-node-921386 .view-search-recipes .recipe-featured__card,
      .node-921386 .view-search-recipes .recipe-featured__card {
        margin-bottom: 2rem; } }
  .path-search-results .view-search-recipes .recipe-featured__title,
  .path-node-921386 .view-search-recipes .recipe-featured__title,
  .node-921386 .view-search-recipes .recipe-featured__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "proxima-soft", "Source Sans 3", sans-serif;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
    /*padding: 15px;*/
    padding-top: 20px;
    padding-bottom: 0; }

.path-search-results .view-search-products .views-row,
.path-node-921386 .view-search-products .views-row,
.node-921386 .view-search-products .views-row {
  height: auto;
  background-clip: border-box;
  border-radius: 15px;
  margin-bottom: 4rem;
  justify-content: center; }
  @media (min-width: 728px) {
    .path-search-results .view-search-products .views-row,
    .path-node-921386 .view-search-products .views-row,
    .node-921386 .view-search-products .views-row {
      background-clip: content-box;
      background-color: transparent; } }

.path-search-results .view-search-products .product-related__item,
.path-node-921386 .view-search-products .product-related__item,
.node-921386 .view-search-products .product-related__item {
  background-color: #ffffff;
  height: 100%;
  border-radius: 15px; }
  @media (min-width: 728px) {
    .path-search-results .view-search-products .product-related__item,
    .path-node-921386 .view-search-products .product-related__item,
    .node-921386 .view-search-products .product-related__item {
      background-color: #ffffff;
      height: 100%;
      border-radius: 15px; } }

.path-search-results .view-search-products .product-related,
.path-node-921386 .view-search-products .product-related,
.node-921386 .view-search-products .product-related {
  /*@extend %featured-grid;*/
  background-color: #F2EFED;
  padding: 0;
  position: relative; }
  .path-search-results .view-search-products .product-related__card,
  .path-node-921386 .view-search-products .product-related__card,
  .node-921386 .view-search-products .product-related__card {
    display: block;
    height: 100%; }
    .path-search-results .view-search-products .product-related__card:hover, .path-search-results .view-search-products .product-related__card:focus,
    .path-node-921386 .view-search-products .product-related__card:hover,
    .path-node-921386 .view-search-products .product-related__card:focus,
    .node-921386 .view-search-products .product-related__card:hover,
    .node-921386 .view-search-products .product-related__card:focus {
      text-decoration: none; }
      .path-search-results .view-search-products .product-related__card:hover .product-related__cta, .path-search-results .view-search-products .product-related__card:focus .product-related__cta,
      .path-node-921386 .view-search-products .product-related__card:hover .product-related__cta,
      .path-node-921386 .view-search-products .product-related__card:focus .product-related__cta,
      .node-921386 .view-search-products .product-related__card:hover .product-related__cta,
      .node-921386 .view-search-products .product-related__card:focus .product-related__cta {
        text-decoration: none; }
        .path-search-results .view-search-products .product-related__card:hover .product-related__cta span, .path-search-results .view-search-products .product-related__card:focus .product-related__cta span,
        .path-node-921386 .view-search-products .product-related__card:hover .product-related__cta span,
        .path-node-921386 .view-search-products .product-related__card:focus .product-related__cta span,
        .node-921386 .view-search-products .product-related__card:hover .product-related__cta span,
        .node-921386 .view-search-products .product-related__card:focus .product-related__cta span {
          opacity: 1; }
      .path-search-results .view-search-products .product-related__card:hover .product-related__image, .path-search-results .view-search-products .product-related__card:focus .product-related__image,
      .path-node-921386 .view-search-products .product-related__card:hover .product-related__image,
      .path-node-921386 .view-search-products .product-related__card:focus .product-related__image,
      .node-921386 .view-search-products .product-related__card:hover .product-related__image,
      .node-921386 .view-search-products .product-related__card:focus .product-related__image {
        opacity: 75%; }
      .path-search-results .view-search-products .product-related__card:hover .product-related__title, .path-search-results .view-search-products .product-related__card:focus .product-related__title,
      .path-node-921386 .view-search-products .product-related__card:hover .product-related__title,
      .path-node-921386 .view-search-products .product-related__card:focus .product-related__title,
      .node-921386 .view-search-products .product-related__card:hover .product-related__title,
      .node-921386 .view-search-products .product-related__card:focus .product-related__title {
        color: #DE2726; }
  .path-search-results .view-search-products .product-related__image,
  .path-node-921386 .view-search-products .product-related__image,
  .node-921386 .view-search-products .product-related__image {
    text-align: center;
    position: relative;
    top: -35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    transition: opacity 0.15s linear; }
    .path-search-results .view-search-products .product-related__image img,
    .path-node-921386 .view-search-products .product-related__image img,
    .node-921386 .view-search-products .product-related__image img {
      max-height: 218px;
      width: auto; }
  .path-search-results .view-search-products .product-related__content,
  .path-node-921386 .view-search-products .product-related__content,
  .node-921386 .view-search-products .product-related__content {
    display: grid;
    align-content: center;
    padding: 0 15px 40px; }
  .path-search-results .view-search-products .product-related__title,
  .path-node-921386 .view-search-products .product-related__title,
  .node-921386 .view-search-products .product-related__title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "proxima-soft", "Source Sans 3", sans-serif;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    transition: color 0.15s linear; }
  .path-search-results .view-search-products .product-related__cta .stretched-link,
  .path-node-921386 .view-search-products .product-related__cta .stretched-link,
  .node-921386 .view-search-products .product-related__cta .stretched-link {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 15px; }
    .path-search-results .view-search-products .product-related__cta .stretched-link span,
    .path-node-921386 .view-search-products .product-related__cta .stretched-link span,
    .node-921386 .view-search-products .product-related__cta .stretched-link span {
      margin-top: -70px;
      display: block;
      opacity: 0;
      transition: opacity 0.15s linear; }
  .path-search-results .view-search-products .product-related__flag,
  .path-node-921386 .view-search-products .product-related__flag,
  .node-921386 .view-search-products .product-related__flag {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90px;
    height: 42px;
    background: url("/themes/custom/dempsters/assets/images/badge-new.png") no-repeat 0 4px;
    background-size: 90px 38px;
    font-family: "HCo Gotham", "Source Sans 3", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase; }
    .path-search-results .view-search-products .product-related__flag.limited-edition,
    .path-node-921386 .view-search-products .product-related__flag.limited-edition,
    .node-921386 .view-search-products .product-related__flag.limited-edition {
      background: url("/themes/custom/dempsters/assets/images/badge-limited-edition.png") no-repeat 0 0;
      padding: 0 0 3px 0;
      align-content: flex-start; }
      .path-search-results .view-search-products .product-related__flag.limited-edition .product-related__flag__inner,
      .path-node-921386 .view-search-products .product-related__flag.limited-edition .product-related__flag__inner,
      .node-921386 .view-search-products .product-related__flag.limited-edition .product-related__flag__inner {
        font-size: 11.5px !important;
        line-height: 11.5px; }
    .path-search-results .view-search-products .product-related__flag__inner,
    .path-node-921386 .view-search-products .product-related__flag__inner,
    .node-921386 .view-search-products .product-related__flag__inner {
      padding: 0 20px;
      line-height: 13px; }
    .path-search-results .view-search-products .product-related__flag small,
    .path-node-921386 .view-search-products .product-related__flag small,
    .node-921386 .view-search-products .product-related__flag small {
      margin-bottom: 5px;
      display: block;
      font-size: 0.75rem;
      line-height: 0.125rem;
      font-family: "HCo Gotham", "Source Sans 3", sans-serif;
      color: #000000;
      letter-spacing: 0.3px;
      font-weight: bold; }
    .path-search-results .view-search-products .product-related__flag strong,
    .path-node-921386 .view-search-products .product-related__flag strong,
    .node-921386 .view-search-products .product-related__flag strong {
      font-family: "HCo Gotham", "Source Sans 3", sans-serif; }

.path-search-results .search .view-header p,
.path-node-921386 .search .view-header p,
.node-921386 .search .view-header p {
  margin-bottom: 0; }

.path-home .quebec-favourite {
  font-size: 2.25rem !important;
  line-height: 2.375rem !important;
  letter-spacing: -0.4px !important;
  font-weight: bold !important; }
  @media (min-width: 992px) {
    .path-home .quebec-favourite {
      font-size: 2.5rem !important;
      line-height: 2.625rem !important; } }

.path-resultats-de-recherche .not-found-message .not-found-message--description .en,
.path-resultats-de-recherche .not-found-message .reset-filters .en {
  display: none; }

.path-search-results .not-found-message .not-found-message--description .fr,
.path-search-results .not-found-message .reset-filters .fr {
  display: none; }

.field__label.visually-hidden {
  display: none; }

.tns-visually-hidden {
  display: none !important; }
