@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  outline: none;
}
img {
  display: block;
  width: 100%;
}
button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-overflow: "";
}
select:-moz-focusing {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
  display: none;
}
button, input[type="submit"] {
  cursor: pointer;
}
.disable-click {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: Antonio;
  font-stretch: ultra-condensed;
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Antonio_Light.woff2) format("woff2");
}
@font-face {
  font-family: Antonio;
  font-stretch: ultra-condensed;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Antonio_Regular.woff2) format("woff2");
}
@font-face {
  font-family: Avenir;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/AvenirLTStd-Book.woff2) format("woff2");
}
@font-face {
  font-family: Avenir;
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
  src: url(fonts/AvenirLTStd-Black.woff2) format("woff2");
}
@font-face {
  font-family: Cormorant_Garamond_Medium;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Cormorant_Garamond_Medium.woff2) format("woff2");
}
@font-face {
  font-family: Cormorant_Garamond_Medium;
  font-stretch: normal;
  font-style: italic;
  font-weight: 400;
  src: url(fonts/Cormorant_Garamond_Medium_Italic.woff2) format("woff2");
}
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  #page {
    padding-top: 165px;
  }
  .anchor {
    scroll-margin-top: 165px;
  }
}
form label {
  display: block;
  font: 700 14px/24px Avenir, Helvetica, sans-serif;
  margin: 15px 0 5px;
  width: 100%;
}
form label a {
  color: #36373c;
  text-decoration: underline;
}
form .radio,
form .radio label {
  display: inline-block;
}
form .radio label {
  cursor: pointer;
  font-weight: 400;
  margin: 0 30px 0 0;
  width: auto;
}
form .radio label input {
  height: 8px;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
  width: 8px;
}
form .radio label input:after {
  background: #eee;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
form .radio label input:before {
  background: #9a9a9a;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: 2px;
  transform: scale(0);
  transition: transform 0.1s linear;
  width: 6px;
  z-index: 1;
}
form .radio label input:checked:before {
  transform: scale(1);
}
form .checkbox {
  display: inline-block;
}
form .checkbox label {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0 30px 0 0;
  padding-left: 20px;
  position: relative;
  width: auto;
}
form .checkbox label input {
  height: 8px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 8px;
}
form .checkbox label input:after {
  background: #eee;
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
form .checkbox label input:before {
  background: #9a9a9a;
  border-radius: 2px;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: 2px;
  transform: scale(0);
  transition: transform 0.1s linear;
  width: 6px;
  z-index: 1;
}
form .checkbox label input:checked:before {
  transform: scale(1);
}
form .checkbox label.rgpd {
  display: block !important;
  font: italic normal 10px/14px Avenir, Helvetica, sans-serif !important;
  margin-bottom: 10px !important;
  margin-right: 10px !important;
  padding: 0;
}
form .checkbox label.rgpd input {
  left: -1px;
  position: relative;
  top: 2px;
}
form .checkbox label.rgpd a {
  color: #fff;
  text-decoration: underline;
}
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="text"],
form input[type="date"],
form select,
form textarea {
  background: #fff;
  border: 1px solid #cecece;
  color: #000;
  display: block;
  font-family: arial;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
}
form input[type="email"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: grey;
}
form input[type="email"]:-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="date"]:-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form select:-moz-placeholder,
form select::-moz-placeholder,
form textarea:-moz-placeholder,
form textarea::-moz-placeholder {
  color: grey;
}
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="text"]:focus,
form input[type="date"]:focus,
form select:focus,
form textarea:focus {
  border-color: #cecece;
  outline: none;
}
form input[type="email"].error,
form input[type="password"].error,
form input[type="tel"].error,
form input[type="text"].error,
form input[type="date"].error,
form select.error,
form textarea.error {
  border-color: #c00;
}
form textarea {
  line-height: 18px;
  min-height: 200px;
  padding: 20px;
}
form .custom-select {
  position: relative;
}
form .custom-select select {
  background: #fff;
  border: 1px solid #cecece;
  height: 60px;
  line-height: 60px;
  padding: 0 34px 0 20px;
}
form .custom-select select:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
form .help,
form .help-block,
form .help-inline,
form .help-inline2 {
  display: block;
  font-size: 11px;
  font-style: italic;
  line-height: 14px;
  position: relative;
  top: 2px;
}
form .has-error .help-block,
form .has-error .help-inline,
form .has-error .help-inline2,
form .help-block.error,
form .help-inline.error,
form .help-inline2.error,
form .help.error {
  color: #c00;
}
form .help.success {
  font-size: 14px;
  font-style: normal;
}
form .search {
  background: #1a355e;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
form .search svg {
  fill: #fff;
  height: 20px;
  margin-left: 5px;
  margin-top: 13px;
  width: 20px;
}
form .select {
  width: 100%;
}
form .select select {
  background: #fff;
  border: 1px solid #cecece;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
}
form .select select:invalid {
  color: grey;
}
form .select select.input-mini {
  float: left;
  margin-right: 4%;
  padding-right: 20px;
  width: 20%;
}
form .select select.input-small {
  float: left;
  width: 30%;
}
form .select select.input-medium {
  float: left;
  margin-right: 4%;
  width: 39%;
}
form .select svg {
  right: 20px;
  top: 25px;
}
form .select + .select {
  margin-left: 10px;
}
form .load {
  background: #fff;
  bottom: 0;
  color: #000;
  display: none;
  left: 0;
  line-height: 30px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
form .loading .load {
  display: block;
}
form .messageinfo {
  color: #43982a;
  font-weight: 700;
}
.select {
  display: inline-block;
  position: relative;
}
.select select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  color: #000;
  display: block;
  width: 100%;
}
.select select option {
  padding: 10px 20px;
}
.select svg {
  display: block;
  height: 10px;
  pointer-events: none;
  position: absolute;
  width: 10px;
}
.page-article .select:after {
  bottom: 7px;
  right: -5px;
}
.filters .select svg {
  display: block;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: 8px;
  width: 10px;
}
label.required:after {
  content: " *";
}
.radio label.required:after {
  content: "";
}
.tickable {
  display: inline-block;
  position: relative;
}
.tickable label {
  cursor: pointer;
  padding-left: 20px;
  position: relative;
}
.tickable label.control-label {
  padding-left: 0;
}
.tickable input[type="checkbox"],
.tickable input[type="radio"] {
  left: -3px;
  position: absolute;
}
.tickable input[type="checkbox"]:after,
.tickable input[type="checkbox"]:before,
.tickable input[type="radio"]:after,
.tickable input[type="radio"]:before {
  background: #fff;
  border: 1px solid #000;
  content: "";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 5px;
}
.tickable input[type="radio"]:after,
.tickable input[type="radio"]:before {
  border-radius: 50%;
  height: 8px;
  top: 0;
  width: 8px;
}
.tickable input[type="checkbox"]:after,
.tickable input[type="checkbox"]:before {
  border-radius: 0;
  height: 8px;
  top: 1px;
  width: 8px;
}
.tickable input[type="checkbox"]:after,
.tickable input[type="radio"]:after {
  background: #000;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.tickable input[type="radio"]:checked:after {
  transform: scale(1);
}
.tickable input[type="checkbox"]:checked:after {
  transform: scale(0.5);
}
.tickable + .tickable:not(.fieldset--full) {
  margin-left: 10px;
}
.tickable .radio + .radio {
  margin-left: 20px;
}
.tickable .radio,
.tickable .radio label {
  display: inline-block !important;
}
#recettes .fieldset {
  display: flex;
  position: relative;
}
#recettes .fieldset .select {
  display: block;
  flex: 1;
}
#recettes .fieldset + .fieldset {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #recettes .fieldset {
    flex-direction: column;
    width: 100%;
  }
  #recettes .fieldset .select + .select {
    margin-left: 0;
    margin-top: 10px;
  }
}
#recettes .bottom-form {
  color: #fff;
  margin-top: 10px;
  text-align: right;
}
#recettes .bottom-form a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #recettes .bottom-form a {
    color: #000;
  }
}
.filters .select select {
  font-weight: 900;
  padding-right: 15px;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
}
.filters .select select option {
  padding: 10px;
}
.filters .select + .select {
  margin-left: 20px;
}
.sr-only {
  display: none;
}
.title-1 {
  font-size: 55px;
}
.title-1,
.title-2 {
  font-family: Antonio, Arial, sans-serif;
  line-height: 1.1;
}
.title-2 {
  font-size: 48px;
}
.title-3 {
  font-family: Antonio, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
}
.title-4 {
  font-size: 18px;
  text-transform: uppercase;
}
.title-4,
.title-5 {
  display: block;
  font-weight: 900;
  margin-bottom: 1em;
}
.title-5:first-letter {
  text-transform: uppercase;
}
p {
  margin-bottom: 1em;
}
p a {
  border-bottom: 1px dotted #36373c;
}
ul {
  margin-bottom: 1em;
}
a {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .title-1 {
    font-size: 40px;
  }
  .title-2 {
    font-size: 35px;
  }
  .title-3 {
    font-size: 25px;
  }
  .title-4 {
    font-size: 16px;
  }
}
.clear {
  clear: both;
  display: block;
}
.page-wrapper {
  margin: auto;
  max-width: 1120px;
}
.bg-dark {
  color: #820003;
  overflow: hidden;
}
#aop .bloc-content--margin,
#brand .bloc-content--margin {
  margin: 100px;
}
@media screen and (max-width: 768px) {
  #aop .bloc-content--margin,
  #brand .bloc-content--margin {
    margin: 50px 0;
  }
  #aop .bloc-content--wide-over,
  #brand .bloc-content--wide-over {
    height: 360px;
  }
}
#aop .bloc-content--wide-over .description .content,
#brand .bloc-content--wide-over .description .content {
  min-width: 320px;
  width: 70%;
}
#aop .bloc-content--aop .description,
#brand .bloc-content--aop .description {
  text-align: left;
}
#produit .other .title-primary,
#recette .other .title-primary {
  margin-bottom: 50px;
  text-align: center;
}
#produit .other .bloc-list {
  justify-content: center;
}
#contact .contact_method {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 10px;
}
#contact .contact_method svg {
  fill: #ad9c60;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  width: 20px;
}
#contact .contact_method div {
  display: flex;
  text-transform: uppercase;
}
#contact .contact_method li:first-child strong + span {
  background: #ad9c60;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 8px 15px;
  text-transform: uppercase;
}
#contact .contact_method small {
  display: block;
  font-size: 10px;
  margin-top: 1em;
}
@media screen and (max-width: 980px) {
  #contact .contact_method {
    flex-direction: column;
    text-align: center;
  }
  #contact .contact_method li + li {
    margin-top: 20px;
  }
  #contact .contact_method div {
    display: block;
  }
  #contact .contact_method svg {
    display: block;
    margin: 5px auto;
  }
}
.page-cgu section.wrapper .title-2 {
  margin: 50px 0 20px;
}
.page-cgu section.wrapper .title-3 {
  margin: 30px 0 10px;
}
.page-cgu section.wrapper li {
  border-left: 3px solid #fff;
  margin-bottom: 10px;
  padding-left: 10px;
}
.page-cgu section.wrapper a {
  font-weight: 700;
}
.page-cgu section.wrapper table {
  border: 1px solid #ccc;
  margin: 0 0 20px;
}
.page-cgu section.wrapper table td {
  border: 1px solid #820003;
  padding: 10px;
}
.page-cgu section.wrapper table td.title-td {
  color: #fff !important;
}
.page-cgu section.wrapper table thead td {
  background: #820003;
}
#page404 .content {
  margin: 100px 0;
  text-align: center;
}
#page404 .content p {
  margin: 50px 0;
}
.bloc {
  cursor: pointer;
  max-width: 1080px;
  position: relative;
}
.bloc .restricted {
  cursor: default;
}
.bloc:hover .cta span.regular {
  transform: translateY(-30%);
}
.bloc:hover .cta span.hover,
.bloc:hover .cta span.inner {
  transform: translateY(0);
}
.bloc .img {
  background: #cecece;
  background: -moz-linear-gradient(top, #fff 0, #cecece 100%);
  background: -webkit-linear-gradient(top, #fff, #cecece);
  background: linear-gradient(180deg, #fff 0, #cecece);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="silver",GradientType=0);
  max-height: 345px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.bloc .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.bloc .description {
  background: #fff;
  color: #1a355e;
  min-height: 285px;
  padding: 50px;
  text-align: center;
}
.page-compte .bloc {
  background: #fff;
}
.bloc .title,
.bloc p {
  display: block;
  margin-top: 10px;
}
.bloc .cta-container {
  margin-top: 30px;
}
.bloc time {
  text-transform: uppercase;
}
.bloc .title-3 {
  min-height: 95px;
}
.bloc-first .bloc .title-3 {
  min-height: auto;
}
.bloc--actu .title-3,
.bloc--actu p {
  margin-top: 20px;
}
.bloc--actu p {
  height: 52px;
}
.bloc--produit .img {
  height: 285px;
  padding: 30px;
}
.bloc--produit .img img {
  object-fit: contain;
}
.bloc--btns.cta-container {
  display: inline-block;
}
.bloc .lock {
  cursor: default;
}
.bloc .lock .content {
  width: 45%;
}
.bloc .lock .content p {
  font-size: 22px;
  height: auto;
}
.bloc .lock .content svg {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 980px) {
  .bloc {
    margin-bottom: 5%;
  }
  .bloc .title-3 {
    min-height: 0;
  }
  .bloc .description {
    min-height: 175px;
    padding: 20px;
  }
  .bloc .img {
    height: 187px;
  }
  .bloc--actu p {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .bloc .lock .content {
    width: 70%;
  }
}
.bloc-content {
  align-items: stretch;
  background: #fff;
  color: #1a355e;
  display: flex;
}
.bloc-content.bloc-content--mediaRight .img,
.bloc-content.bloc-content--mediaRight .video {
  order: 1;
}
.bloc-content.bloc-content--mediaTop {
  display: block;
  text-align: center;
}
.bloc-content.bloc-content--mediaTop .img {
  margin: auto;
  max-width: 980px;
  min-height: 0;
  order: 1;
  position: relative;
}
.bloc-content.bloc-content--mediaTop .description .content {
  padding: 5%;
}
.bloc-content.bloc-content--mediaTop .description .title-primary {
  color: #fff;
  text-align: center;
}
.bloc-content.bloc-content--mediaTop .description p {
  color: #fff;
  max-width: 760px;
}
.bloc-content.bloc-content--slider .img {
  background: #cecece;
  display: flex;
  padding: 5%;
}
.bloc-content.bloc-content--slider .slider {
  margin: auto;
  position: relative;
  width: 300px;
  z-index: 1;
}
.bloc-content.bloc-content--slider .slider li {
  position: relative;
}
.bloc-content.bloc-content--slider .slider li span {
  display: block;
  padding: 0 10px;
  text-align: center;
}
.bloc-content.bloc-content--slider .slider li .btns {
  margin-top: 20px;
}
.bloc-content.bloc-content--slider .slider li .btn {
  display: inline-block;
  margin: 5px auto;
}
.bloc-content.bloc-content--slider .slider li .lock .content {
  bottom: 0;
  left: 12.5%;
  position: absolute;
  width: 75%;
}
.bloc-content.bloc-content--slider .slider li .lock .content p {
  font-size: 18px;
  height: auto;
}
.bloc-content.bloc-content--slider .slider li .lock .content svg {
  height: 30px;
  width: 30px;
}
.bloc-content.bloc-content--slider .slider .controls {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.bloc-content.bloc-content--slider .slider .controls .nextBtn,
.bloc-content.bloc-content--slider .slider .controls .prevBtn {
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  width: 11px;
}
.bloc-content.bloc-content--slider .slider .controls .nextBtn svg,
.bloc-content.bloc-content--slider .slider .controls .prevBtn svg {
  fill: #fff;
  display: block;
  height: 20px;
  width: 11px;
}
.bloc-content.bloc-content--slider .slider .controls .prevBtn {
  left: -30px;
}
.bloc-content.bloc-content--slider .slider .controls .prevBtn svg {
  transform: scaleX(-1);
}
.bloc-content.bloc-content--slider .slider .controls .nextBtn {
  right: -30px;
}
.bloc-content.bloc-content--midDark {
  background: #003b75;
  background: -moz-linear-gradient(
    top,
    #1a355e 0,
    #1a355e 20%,
    #003b75 20%,
    #003b75 100%
  );
  background: -webkit-linear-gradient(
    top,
    #1a355e,
    #1a355e 20%,
    #003b75 0,
    #003b75
  );
  background: linear-gradient(
    180deg,
    #1a355e 0,
    #1a355e 20%,
    #003b75 0,
    #003b75
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$mainColor",endColorstr="$gold",GradientType=0);
  margin-top: 0;
}
.bloc-content.bloc-content--blue {
  background: #003b75;
  margin-top: 0;
}
.bloc-content.bloc-content--mediaContain .flexContainer .img img,
.bloc-content.bloc-content--mediaContain .flexContainer .video img {
  object-fit: contain;
}
.bloc-content.bloc-content--wide-over {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 540px;
  overflow: hidden;
  position: relative;
}
.bloc-content.bloc-content--wide-over .img {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.bloc-content.bloc-content--wide-over .description {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 30px 0;
  position: relative;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 2;
}
.bloc-content.bloc-content--wide-over .description p {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,
  opacity 0.4s linear 0.1s, visibility 0s linear 0.5s;
}
.bloc-content.bloc-content--wide-over .description .title-primary {
  color: #fff;
  font-size: 45px;
  letter-spacing: 2px;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 50px;
  transition: top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.bloc-content.bloc-content--wide-over .description .title-primary:after,
.bloc-content.bloc-content--wide-over .description .title-primary:before {
  background: #fff;
  content: "";
  height: 1px;
  left: -125px;
  position: absolute;
  top: 30px;
  width: 100px;
}
.bloc-content.bloc-content--wide-over .description .title-primary:after {
  left: auto;
  right: -125px;
}
.bloc-content.bloc-content--wide-over .description .title-primary i {
  font-style: italic;
}
.bloc-content.bloc-content--wide-over .video {
  height: 100%;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 100%;
}
.bloc-content.bloc-content--wide-over .video .video_button {
  top: 82%;
}
.bloc-content.bloc-content--wide-over:hover .title-primary {
  top: 0;
}
.bloc-content.bloc-content--wide-over:hover .description {
  background: rgba(0, 0, 0, 0.7);
}
.bloc-content.bloc-content--wide-over:hover .description p {
  opacity: 1;
  transform: none;
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,
  opacity 0.4s linear 0.1s, visibility 0s linear 0s;
}
.bloc-content + .bloc-content {
  margin-top: 0;
}
.bloc-content:last-child {
  margin-bottom: 100px;
}
.bloc-content .description,
.bloc-content .img,
.bloc-content .video {
  flex: 1 1 50%;
}
.bloc-content .img,
.bloc-content .video {
  min-height: 560px;
}
.bloc-content .img img,
.bloc-content .video img {
  height: 100%;
  object-fit: cover;
}
.bloc-content .video .video_poster {
  height: 100%;
}
.bloc-content .description {
  align-self: center;
}
.bloc-content .description .content {
  padding: 10%;
  width: 100%;
}
.bloc-content .description .cta-container {
  margin-top: 50px;
}
.bloc-content .description img {
  display: inline-block;
  margin-top: 20px;
  max-width: 320px;
}
.bloc-content .description p {
  margin: 0 auto;
  max-width: 450px;
}
.bloc-content .description .title-primary + p {
  margin-top: 30px;
}
.bloc-content .description h4 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .bloc-content {
    display: block;
    margin: 0;
  }
  .bloc-content:last-child {
    margin-bottom: 0;
  }
  .bloc-content .img,
  .bloc-content .video {
    min-height: 0;
  }
  .bloc-content.bloc-content--mediaRight .img {
    order: 0;
  }
  .bloc-content.bloc-content--mediaTop .description .content {
    padding: 10%;
  }
  .bloc-content.bloc-content--slider .slider {
    width: 220px;
  }
  .bloc-content.bloc-content--wide-over .description {
    padding-top: 100px;
  }
  .bloc-content.bloc-content--wide-over .description .title-primary {
    font-size: 30px;
  }
  .bloc-content.bloc-content--midDark {
    background: #ad9c60;
  }
}
.bloc-content .flexContainer {
  align-items: stretch;
  display: flex;
}
.grid-home {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 200vh;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .grid-home {
    display: block;
    max-height: none;
  }
}
.bloc-content-new {
  background: #fff;
  color: #1a355e;
  margin: 20px;
  text-align: center;
  width: calc(50% - 40px);
}
.bloc-content-new:nth-child(4n + 1) {
  order: 1;
}
.bloc-content-new:nth-child(4n + 2) {
  margin-top: 80px;
  order: 3;
}
.bloc-content-new:nth-child(4n + 3) {
  order: 3;
}
.bloc-content-new:nth-child(4n + 4) {
  order: 2;
}
.bloc-content-new .img img {
  display: block;
  width: 100%;
}
.bloc-content-new .description {
  align-self: center;
  text-align: center;
}
.bloc-content-new .description .content {
  padding: 10%;
  width: 100%;
}
.bloc-content-new .description .cta-container {
  margin-top: 50px;
}
.bloc-content-new .description img {
  display: inline-block;
  margin-top: 20px;
  max-width: 320px;
}
.bloc-content-new .description p {
  margin: 0 auto;
  max-width: 450px;
}
.bloc-content-new .description .title-primary + p {
  margin-top: 30px;
}
.bloc-content-new .description h4 span {
  display: block;
}
.bloc-content-new.bloc-content-new--dark {
  background: #003b75;
  color: #fff;
}
.bloc-content-new.bloc-content-new--dark .cta {
  border-color: #fff;
  color: #fff;
}
.bloc-content-new.bloc-content-new--dark .cta span.inner {
  color: #1a355e;
}
.bloc-content-new.bloc-content-new--dark .cta span.hover {
  background: #fff;
}
.bloc-content-new.bloc-content-new--small-pic {
  padding-top: 60px;
}
.bloc-content-new.bloc-content-new--small-pic .img {
  margin: auto;
  max-width: 75%;
}
.bloc-content-new.bloc-content-new--small-pic .img img {
  max-height: 250px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .bloc-content-new {
    margin: 0 0 20px !important;
    width: 100%;
  }
  .bloc-content-new:last-child {
    margin-bottom: 0 !important;
  }
}
.bloc-content-wide {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.bloc-content-wide .slider-magazine {
  position: relative;
  width: 520px;
  z-index: 1;
}
.bloc-content-wide .slider-magazine li {
  position: relative;
}
.bloc-content-wide .slider-magazine li span {
  display: block;
  padding: 0 10px;
  text-align: center;
}
.bloc-content-wide .slider-magazine li .btns {
  margin-top: 20px;
}
.bloc-content-wide .slider-magazine li .btn {
  display: inline-block;
  margin: 5px auto;
}
.bloc-content-wide .slider-magazine li .lock .content {
  width: 75%;
}
.bloc-content-wide .slider-magazine li .lock .content p {
  font-size: 18px;
  height: auto;
}
.bloc-content-wide .slider-magazine li .lock .content svg {
  height: 30px;
  width: 30px;
}
.bloc-content-wide .img {
  position: relative;
}
.bloc-content-wide .controls {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.bloc-content-wide .controls .nextBtn,
.bloc-content-wide .controls .prevBtn {
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  width: 11px;
}
.bloc-content-wide .controls .nextBtn svg,
.bloc-content-wide .controls .prevBtn svg {
  fill: #fff;
  display: block;
  height: 20px;
  width: 11px;
}
.bloc-content-wide .controls .prevBtn {
  left: -30px;
}
.bloc-content-wide .controls .prevBtn svg {
  transform: scaleX(-1);
}
.bloc-content-wide .controls .nextBtn {
  right: -30px;
}
.bloc-content-wide .video {
  width: 60%;
}
.bloc-content-wide .description {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 45%;
}
.bloc-content-wide p {
  margin: 30px auto;
  max-width: 400px;
}
.bloc-content-wide .content {
  padding: 20px;
}
.bloc-content-wide.bloc-content-wide--dark {
  color: #fff;
}
.bloc-content-wide.bloc-content-wide--dark .content {
  background: #0a1f3e;
}
.bloc-content-wide.bloc-content-wide--dark .title-3,
.bloc-content-wide.bloc-content-wide--dark .title-primary {
  color: #fff;
}
.bloc-content-wide.bloc-content-wide--light .content {
  background: #cecece;
}
.bloc-content-wide.bloc-content-wide--mediaRight .img,
.bloc-content-wide.bloc-content-wide--mediaRight .video {
  order: 1;
}
.bloc-content-wide.bloc-content-wide--slider {
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .bloc-content-wide {
    align-items: normal;
    display: block;
    flex-direction: column;
    justify-content: normal;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .bloc-content-wide .description,
  .bloc-content-wide .video {
    width: 100%;
  }
  .bloc-content-wide .description {
    padding: 0;
  }
  .bloc-content-wide.bloc-content-wide--mediaRight .img,
  .bloc-content-wide.bloc-content-wide--mediaRight .video {
    order: 0;
  }
  .bloc-content-wide .slider-magazine {
    padding-right: 0;
    width: 100%;
  }
  .bloc-content-wide .slider-magazine img {
    width: 100%;
  }
  .bloc-content-wide .controls {
    z-index: 2;
  }
  .bloc-content-wide .controls .prevBtn {
    left: 10px;
  }
  .bloc-content-wide .controls .nextBtn {
    right: 10px;
  }
}
.bloc-first {
  margin-bottom: 50px;
}
.bloc-list {
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 200px;
  position: relative;
  width: 100%;
}
.bloc-list > div {
  width: calc(50% - 25px);
}
.bloc-list.list-home > div {
  margin: auto;
}
@media screen and (max-width: 980px) {
  .bloc-list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }
  .bloc-list > div {
    width: 100%;
  }
}
.no-results {
  padding: 50px 0;
}
.btn {
  background: #fff;
  color: #0a1f3e;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 35px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover {
  background: #cecece;
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel .img {
  background: #820003;
  min-height: 430px;
  position: relative;
}
.carousel .img img {
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.carousel ul {
  margin: 0;
  position: relative;
}
.carousel li,
.carousel ul {
  display: block;
  overflow: hidden;
  width: 100%;
}
.carousel li {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.carousel li.active,
.carousel li.current {
  visibility: visible;
}
.carousel li.current {
  position: relative;
  z-index: 1;
}
.carousel .description {
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.carousel .content {
  margin: 0 auto;
  max-width: 600px;
  padding: 30px 50px;
}
.carousel time {
  font-weight: 700;
  text-transform: uppercase;
}
.carousel strong,
.carousel time {
  display: block;
  text-shadow: 0 0 15px #000;
}
.carousel strong {
  font-family: Antonio, Arial, sans-serif;
  font-size: 30px;
  margin-top: 20px;
}
.carousel .cta-container {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .carousel .description {
    bottom: auto;
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    max-width: 400px;
    padding: 0 5%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel .description strong {
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
  }
}
.carousel_control {
  background: none;
  border: 3px solid #fff;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 2;
}
.carousel_control svg {
  fill: #fff;
  display: block;
  height: 40%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
.carousel_control span {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel_control span.hover,
.carousel_control span.inner {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.carousel_control span.hover,
.carousel_control span.inner,
.carousel_control span.regular {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel_control span.hover {
  background: #fff;
}
.carousel_control span.hover svg {
  fill: #1a355e;
}
.carousel_control.carousel_control--left {
  left: 30px;
}
.carousel_control.carousel_control--left span.inner {
  transform: translateX(-70%);
}
.carousel_control.carousel_control--left span.hover {
  transform: translateX(100%);
}
.carousel_control.carousel_control--right {
  right: 30px;
}
.carousel_control.carousel_control--right span.inner {
  transform: translateX(70%);
}
.carousel_control.carousel_control--right span.hover {
  transform: translateX(-100%);
}
.carousel_control.carousel_control--left:hover span.regular {
  transform: translateX(-30%);
}
.carousel_control.carousel_control--right:hover span.regular {
  transform: translateX(30%);
}
.carousel_control.carousel_control--left:hover span.hover,
.carousel_control.carousel_control--left:hover span.inner,
.carousel_control.carousel_control--right:hover span.hover,
.carousel_control.carousel_control--right:hover span.inner {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .carousel_control {
    top: 80%;
  }
}
.cta-container {
  display: block;
  text-align: center;
}
.cta {
  align-items: normal;
  border: 3px solid #1a355e;
  color: #1a355e;
  display: inline-block;
  font: 300 20px/46px Antonio, Arial, sans-serif;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.cta + .cta {
  margin-left: 40px;
}
.cta span {
  display: block;
  padding: 0 40px;
}
.cta span.hover,
.cta span.inner {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.cta span.hover,
.cta span.inner,
.cta span.regular {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.cta span.inner {
  color: #fff;
  transform: translateY(-70%);
}
.cta span.hover {
  background: #1a355e;
  transform: translateY(100%);
}
.cta:hover span.regular {
  transform: translateY(-30%);
}
.cta:hover span.hover,
.cta:hover span.inner {
  transform: translateY(0);
}
.cta.cta--white {
  border-color: #fff;
  color: #fff;
}
.cta.cta--white span.inner {
  color: #1a355e;
}
.cta.cta--white span.hover {
  background: #fff;
}
.bloc-btns .cta,
.bloc-content--dark .cta,
.cta.cta--invert {
  border-color: #fff;
  color: #fff;
}
.bloc-btns .cta span.inner,
.bloc-content--dark .cta span.inner,
.cta.cta--invert span.inner {
  color: #1a355e;
}
.bloc-btns .cta span.hover,
.bloc-content--dark .cta span.hover,
.cta.cta--invert span.hover {
  background: #fff;
}
.push:first-child .cta {
  border-color: #003b75;
  color: #003b75;
}
.push:first-child .cta span.hover {
  background: #003b75;
}
.cta.cta--below {
  margin-bottom: 40px;
}
.push:last-child .cta {
  border-color: #fff;
  color: #fff;
}
.push:last-child .cta span.inner {
  color: #003b75;
}
.push:last-child .cta span.hover {
  background: #fff;
}
.cta.loading {
  pointer-events: none;
}
.cta.loading:after {
  background-size: contain;
  border: 1px solid #1a355e;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cta {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    min-width: 200px;
  }
  .cta span {
    padding: 10px 20px;
  }
}
.hero {
  color: #fff;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
  width: 100%;
}
.hero .img {
  background: #000;
  height: 520px;
}
.hero .img img {
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  width: 100%;
}
.hero .img img.degrade {
  position: absolute;
}
.hero .description {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero p {
  line-height: 1.5;
  margin: 30px auto;
  text-shadow: 1px 1px 10px #000;
}
.hero .title-primary {
  color: #fff;
  font-size: 50px;
}
.hero .title-4 {
  color: #fff;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .hero .description {
    color: #36373c;
    padding: 30px 0 0;
    position: relative;
  }
  .hero .title-4,
  .hero .title-primary {
    color: #36373c;
  }
  .hero p {
    text-shadow: none;
  }
  .hero .img {
    height: auto;
  }
}
.blocker {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.05em;
  vertical-align: middle;
}
.blocker .behind {
  background-color: transparent;
}
.blocker #recipe-pic {
  display: inline-block !important;
}
.blocker.show,
.blocker.show .modal {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s;
  visibility: visible;
}
.modal {
  background: #fff;
  box-sizing: border-box;
  color: #1a355e;
  display: inline-block;
  margin: auto;
  max-width: 800px;
  padding: 45px 30px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.modal.wrapper {
  max-width: 910px;
}
.modal a.close {
  background: url(/build/images/close.2baac6f4.svg) no-repeat 50%;
  background-size: 13px 13px;
  display: block;
  height: 30px;
  position: absolute;
  right: 30px;
  text-indent: -9999px;
  top: 30px;
  width: 30px;
}
.modal .title,
.modal .titleheader,
.modal h2 {
  color: #1a355e;
  font: 300 46px/46px Antonio, Arial, sans-serif;
  margin-bottom: 25px;
}
.modal p {
  margin-bottom: 25px;
}
.modal p em {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.modal a.link {
  border-bottom: 1px dotted #36373c;
  color: #36373c;
  font-weight: 700;
  text-decoration: none;
}
.modal .btn {
  display: inline-block;
  margin-right: 25px;
}
.modal .btn + .btn {
  margin-top: 15px;
}
.modal-spinner {
  background: url("data:image/gif;base64,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")
  #111 no-repeat 50%;
  border-radius: 8px;
  display: none;
  height: 64px;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  position: fixed;
  top: 50%;
  width: 64px;
}
.modal #login,
.modal #password-forgotten {
  max-width: 740px;
}
.modal #login form,
.modal #password-forgotten form {
  display: inline-block;
  width: 100%;
}
.modal #login form a.activation,
.modal #login form a.oubli,
.modal #password-forgotten form a.activation,
.modal #password-forgotten form a.oubli {
  border-bottom: 1px dotted #36373c;
  color: #36373c;
  text-decoration: none;
}
.modal #login form label.checkbox,
.modal #password-forgotten form label.checkbox {
  margin-top: 20px;
}
.modal #login form label.checkbox input,
.modal #password-forgotten form label.checkbox input {
  top: 0;
}
.modal #login form .cta,
.modal #password-forgotten form .cta {
  float: left;
  margin: 0;
}
.modal #login form .cta + .cta,
.modal #password-forgotten form .cta + .cta {
  margin-left: 40px;
}
.modal #login > span,
.modal #password-forgotten > span {
  display: inline-block;
  line-height: 62px;
  margin: 0 10px;
  vertical-align: top;
}
.modal #password {
  max-width: 740px;
}
.modal #password form {
  display: inline-block;
  width: 100%;
}
.modal #password form input[type="email"],
.modal #password form p {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .modal {
    padding: 70px;
  }
  .modal a.close-modal {
    right: 30px;
    top: 30px;
  }
  #login.modal .title,
  #password-forgotten.modal .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modal #login form .cta + .cta {
    margin-left: 0;
    margin-top: 20px;
  }
  #login.modal,
  #password-forgotten.modal {
    padding: 10px 5% 60px;
  }
}
.push-container {
  display: flex;
  margin: auto;
}
.push-container .push {
  background: #fff;
  flex: 1;
  padding: 50px 10%;
  text-align: center;
}
.push-container .push img {
  display: block;
  margin: 30px 0;
  width: 100%;
}
.push-container .push .title-primary {
  color: #003b75;
}
.push-container span:empty:before {
  content: " ";
  display: block;
}
.push-container .push:last-child {
  background: #003b75;
}
.push-container .push:last-child .title-primary {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .push-container {
    flex-direction: column;
  }
  .push-container .push {
    padding: 30px 10%;
  }
  .push-container span:empty:before {
    display: none;
  }
}
.slider-home {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.slider-home li {
  height: 540px;
}
.slider-home li .img {
  float: left;
  height: 100%;
  width: 60%;
}
.slider-home li .img img,
.slider-home li .img picture {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slider-home li .description {
  background: #fff;
  color: #1a355e;
  float: left;
  height: 100%;
  padding: 30px;
  width: 40%;
}
.slider-home li .description .content {
  border: 1px solid #ad9c60;
  height: 100%;
  padding: 50px;
  text-align: center;
}
.slider-home li .description .content img {
  display: block;
  margin: 10px auto;
  width: 80px;
}
.slider-home li .description .content time {
  font-size: 14px;
  text-transform: capitalize;
}
.slider-home li .description .content .title-2 {
  display: block;
  font-size: 40px;
  margin: 50px 0;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .slider-home li {
    height: auto;
  }
  .slider-home li .description,
  .slider-home li .img {
    float: none;
    width: 100%;
  }
  .slider-home li .img {
    height: 250px;
  }
  .slider-home li .description {
    height: auto;
    padding: 20px;
  }
  .slider-home li .description .content {
    padding: 30px;
  }
  .slider-home li .description .content .type,
  .slider-home li .description .content img {
    display: none;
  }
  .slider-home li .description .content time {
    font-size: 14px;
  }
  .slider-home li .description .content .title-2 {
    font-size: 24px;
    margin: 30px 0;
  }
}
.slider-home .glide__bullets {
  bottom: 0;
}
.slider-home .glide__bullets .glide__bullet {
  background: #fff;
}
.slider-home .glide__bullets .glide__bullet--active {
  background: #ad9c60;
}
.title-primary {
  display: block;
  font-family: Antonio, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.15;
}
.title-primary,
.title-primary span,
.title-primary:first-letter {
  text-transform: uppercase;
}
.title-primary span {
  display: block;
  font-family: Antonio, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
}
.title-primary--mainColor {
  color: #1a355e;
}
.title-primary--white {
  color: #fff;
}
.title-primary--big {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .title-primary--big {
    font-size: 40px;
  }
}
:root .title-primary,
_:-ms-fullscreen {
  line-height: 1.35;
}
.video {
  overflow: hidden;
  width: 100%;
}
.video .video_container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.video .video_poster {
  position: relative;
}
.video .video_poster img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.video .video_poster.ready {
  cursor: pointer;
}
.video .title-2 {
  color: #0a1f3e;
  left: 50%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
}
.video .title-2 span {
  display: inline-block;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .video.fullscreen {
    height: calc(100vh - 75px);
  }
  .video.fullscreen .video_poster {
    height: 100%;
  }
  .video.fullscreen .video_poster img {
    height: 100%;
    transform: translateX(50vw) translateX(-50%);
    width: auto;
  }
  .video .title-2 {
    top: 25%;
  }
  .video .title-2 span {
    display: block;
  }
}
.video_button {
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 80px;
}
.video_button:before {
  background: #0a1f3e;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(0.5);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
.video_button:hover:before {
  opacity: 1;
  transform: scale(0.9);
}
.video_button:hover svg {
  opacity: 0;
  transform: scale(1.2);
}
.video_button:hover .triangle:after {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}
.video_button svg {
  fill: #0a1f3e;
  display: block;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
  width: 100%;
}
.video_button .triangle {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.video_button .triangle:after,
.video_button .triangle:before {
  border-bottom: 15px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%);
  width: 0;
}
.video_button .triangle:before {
  border-left: 30px solid #0a1f3e;
}
.video_button .triangle:after {
  border-left: 30px solid #fff;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.video_button.video_button--white:before {
  background: #fff;
}
.video_button.video_button--white svg {
  fill: #fff;
}
.video_button.video_button--white .triangle:before {
  border-left: 30px solid #fff;
  opacity: 1;
}
.video_button.video_button--white .triangle:after {
  border-left: 30px solid #0a1f3e;
}
.breadcrumb {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 20px 0;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a.last {
  font-weight: 900;
}
.contactForm .form-content .bloc-contact {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactForm .form-content .bloc-contact .wrapper {
  padding: 0;
}
.contactForm .fieldset {
  align-self: flex-start;
  display: block;
  margin-top: 20px;
  width: 49%;
}
.contactForm .fieldset.fieldset--sml {
  width: 18%;
}
.contactForm .fieldset.fieldset--lg {
  width: 80%;
}
.contactForm .fieldset.fieldset--full {
  width: 100%;
}
.contactForm .fieldset.fieldset--flex {
  display: flex;
  justify-content: space-between;
}
.contactForm label {
  display: block;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.contactForm label.checkbox,
.contactForm label.radio {
  display: inline;
  font-weight: 400;
}
.contactForm textarea {
  min-height: 110px;
  padding-top: 15px;
}
.contactForm .gamme-bloc {
  width: 100%;
}
.contactForm .g-recaptcha {
  margin: 30px 0;
}
.contactForm .rgpd,
.contactForm small {
  font-size: 12px;
  font-style: italic;
  margin: 30px 0;
}
.contactForm .rgpd a,
.contactForm small a {
  text-decoration: underline;
}
.contactForm small {
  margin: 0 0 20px;
}
@media screen and (max-width: 980px) {
  .contactForm .fieldset {
    width: 100%;
  }
  .contactForm .fieldset--empty {
    display: none;
  }
}
.footer {
  background: #0a1f3e;
  color: #fff;
  padding-top: 50px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a.current {
  font-weight: 900;
}
.footer .title-1 {
  display: block;
  margin-bottom: 30px;
}
.footer .title-1 img {
  display: inline-block;
  max-width: 200px;
}
.footer .sections {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.footer .sections > * {
  flex: 1;
  padding: 0 50px;
}
.footer .sections > :first-child {
  padding-left: 0;
}
.footer .sections > :last-child {
  padding-right: 0;
}
.footer nav li {
  margin-bottom: 8px;
}
.footer nav li:first-letter {
  text-transform: uppercase;
}
.footer nav li.spacer {
  margin-bottom: 30px;
}
.footer .sections > div {
  position: relative;
}
.footer .sections > div:before {
  background: #fff;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 20px;
  width: 1px;
}
.footer .name {
  font-family: Antonio, Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer .title-5 {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .button {
  background: #ad9c60;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  margin: 20px 0;
  padding: 15px 45px;
  position: relative;
  text-transform: uppercase;
  transition: background 0.3s linear;
}
.footer .button:hover {
  background: #61542b;
}
.footer .button.fabricant:after {
  background: url(/build/images/logo-surgeres_sml.25d47e5b.png) no-repeat 50%;
  background-size: contain;
  content: "";
  height: 2.3rem;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -30%);
  width: 4rem;
}
.footer .bottom {
  background: #ad9c60;
  color: #fff;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
.footer .bottom a {
  color: #fff;
}
@media screen and (max-width: 980px) {
  .footer {
    text-align: center;
  }
  .footer .title-1 {
    margin: 0 auto 30px;
  }
  .footer .sections {
    flex-direction: column;
  }
  .footer .sections > div:before {
    height: 1px;
    margin: 50px auto;
    position: relative;
    top: 0;
    width: 70%;
  }
  .footer .sections > * {
    padding: 0 10% !important;
  }
  .footer .logo-surgeres-fabricant {
    margin: -0.7rem auto;
  }
  .footer .bottom {
    font-size: 12px;
    line-height: 1.2;
    padding: 5%;
  }
}
.header {
  background: #fff;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 5;
}
.header > .wrapper {
  padding-top: 20px;
}
.header a#logo {
  display: block;
  height: auto;
  margin: 0 auto 20px;
  position: relative;
  width: 150px;
}
.header a#logo img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header a#logo:before {
  content: "";
  display: block;
  padding-top: 56.6666666667%;
  width: 100%;
}
.header .header_header-fake {
  height: 50px;
  position: relative;
  width: 100%;
}
.header .header_userButton {
  height: 28px;
  padding: 0;
  position: relative;
  width: 37px;
}
.header .header_userButton svg {
  fill: currentColor;
  display: block;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
}
.header .header_menuButton {
  cursor: pointer;
  height: 28px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  width: 30px;
}
.header .header_menuButton span,
.header .header_menuButton:after,
.header .header_menuButton:before {
  background: #1a355e;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
}
.header .header_menuButton span {
  top: 13px;
}
.header .header_menuButton:before {
  top: 0;
}
.header .header_menuButton:after {
  bottom: 0;
}
.header.menuNav_open .header_menuButton span,
.header.menuNav_open .header_menuButton:after,
.header.menuNav_open .header_menuButton:before,
.header.menuNav_open .header_userButton span,
.header.menuNav_open .header_userButton:after,
.header.menuNav_open .header_userButton:before,
.header.menuUser_open .header_menuButton span,
.header.menuUser_open .header_menuButton:after,
.header.menuUser_open .header_menuButton:before,
.header.menuUser_open .header_userButton span,
.header.menuUser_open .header_userButton:after,
.header.menuUser_open .header_userButton:before {
  background: #fff;
}
.header.menuNav_open .header_menuButton svg,
.header.menuNav_open .header_userButton svg,
.header.menuUser_open .header_menuButton svg,
.header.menuUser_open .header_userButton svg {
  fill: #fff;
}
.header.menuNav_open .header_menuButton span {
  display: none;
}
.header.menuNav_open .header_menuButton:before {
  top: 13px;
  transform: rotate(45deg);
}
.header.menuNav_open .header_menuButton:after {
  bottom: 12px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 980px) {
  .header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #cecece;
    display: flex;
    height: 74px;
    justify-content: space-between;
    padding: 0 5%;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .header a#logo {
    margin: 0;
    max-width: 100px;
    z-index: 1;
  }
  .header > .wrapper {
    padding-top: 0;
  }
  .header .logos a {
    display: inline-block;
    float: left;
    margin-right: 25px;
  }
  .header .logos a img {
    display: inline;
    width: 100px;
  }
  .header .btn.switch {
    display: none;
  }
}
.header .mobile-nav {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100vw;
}
.header .mobile-nav .content {
  background: #0a1f3e;
  height: 100%;
  position: relative;
  transform: translateY(100%);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
.header.menuNav_open .header_main-nav_mobile,
.header.menuNav_open .header_main-nav_mobile .content,
.header.menuUser_open .header_user-nav_mobile,
.header.menuUser_open .header_user-nav_mobile .content {
  transform: translateY(0);
}
.bigheader-fake {
  display: block;
  height: 220px;
  position: relative;
}
.header_main-nav {
  background: #ad9c60;
  bottom: 0;
  height: 40px;
  left: 0;
  position: relative;
  width: 100%;
}
.fixed .header_main-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.header_main-nav ul {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-evenly;
  padding: 0 20px;
}
@media (min-width: 1280px) {
  .header_main-nav ul {
    padding: 0 50px;
  }
}
.header_main-nav a,
.header_main-nav li,
.header_main-nav span {
  display: block;
  height: 100%;
}
.header_main-nav a,
.header_main-nav span {
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
}
.header_main-nav a:after,
.header_main-nav span:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 100%;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.header_main-nav a:hover:after,
.header_main-nav span:hover:after {
  transform: scale(1);
}
.header_main-nav a.current,
.header_main-nav span.current {
  color: #61542b;
}
.header_main-nav a.current:after,
.header_main-nav span.current:after {
  background: #61542b;
  transform: scale(1);
}
.header_main-nav li.with-submenu {
  cursor: pointer;
}
.header_main-nav li.with-submenu:hover .submenu_content {
  pointer-events: auto;
  transform: translateY(0);
}
.header_main-nav .submenu {
  bottom: -90px;
  height: 90px;
  left: 50%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50vw);
  width: 100vw;
}
.header_main-nav .submenu .submenu_content {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 50px;
  transform: translateY(-120%);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
}
.header_main-nav .submenu ul {
  display: block;
  margin: auto;
}
.header_main-nav .submenu ul.produits {
  padding-left: 300px;
}
.header_main-nav .submenu ul.brand {
  padding-left: 625px;
}
.header_main-nav .submenu li {
  display: inline-block;
}
.header_main-nav .submenu li + li {
  margin-left: 60px;
}
.header_main-nav .submenu a {
  color: #1a355e;
  transition: color 0.3s linear;
}
.header_main-nav .submenu a.current,
.header_main-nav .submenu a:hover {
  color: #0a1f3e;
}
.header_main-nav_mobile ul {
  padding-top: 100px;
  text-align: center;
}
.header_main-nav_mobile ul a.current {
  border-bottom: 1px solid #fff;
}
.header_main-nav_mobile ul li {
  margin-bottom: 20px;
}
.header_main-nav_mobile ul a,
.header_main-nav_mobile ul span {
  color: #fff;
  text-decoration: none;
}
.pager {
  display: block;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.pager li + li {
  margin-left: 20px;
  position: relative;
}
.pager li + li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: -13px;
  position: absolute;
  top: 6px;
  width: 4px;
}
.pager a {
  color: #000;
  text-decoration: none;
}
.pager a.current {
  font-weight: 900;
}
.product_values {
  margin-top: 5rem;
}
.product_values strong {
  text-align: center;
}
.product_values ul {
  display: flex;
  margin: 50px 0;
}
.product_values li {
  flex: 1;
  padding: 0 30px;
}
.product_values li:first-child {
  padding-left: 0;
}
.product_values li:last-child {
  padding-right: 0;
}
.product_values li + li {
  border-left: 1px dashed #000;
}
.product_values span {
  display: block;
  line-height: 1.1;
}
.product_values span.label {
  font-weight: 900;
  height: 45px;
}
.product_values span.legend {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .product_values ul {
    flex-direction: column;
    margin: 2em 0;
  }
  .product_values ul li {
    padding: 20px 0;
  }
  .product_values ul li:first-child {
    padding-top: 0;
  }
  .product_values ul li:last-child {
    padding-bottom: 0;
  }
  .product_values ul li + li {
    border-left: none;
    border-top: 1px dashed #000;
  }
  .product_values ul span.label {
    height: auto;
    margin-bottom: 5px;
  }
}
article.product {
  margin: 80px auto 150px;
}
article.product .product_details {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
article.product .product_details p,
article.product .product_details ul {
  margin-bottom: 2em;
}
article.product .product_details .title-2 {
  margin-bottom: 20px;
}
article.product .product_details .img {
  background: #cecece;
  background: -moz-linear-gradient(top, #fff 0, #cecece 100%);
  background: -webkit-linear-gradient(top, #fff, #cecece);
  background: linear-gradient(180deg, #fff 0, #cecece);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="silver",GradientType=0);
  padding: 30px;
}
article.product .product_details .img img {
  margin: auto;
  max-width: 100%;
  width: auto;
}
article.product .product_details .description,
article.product .product_details .img-container {
  width: 47%;
}
article.product .product_details .img-container .cta-container {
  margin-top: 30px;
  text-align: right;
}
article.product .product_details .img-container .cta-container .cta {
  display: block;
}
article.product .product_details .description li {
  list-style: disc;
  margin: 10px 0 10px 25px;
}
article.product .product_details hr {
  margin-left: 0;
}
article.product .product_details .awards {
  display: flex;
  margin-bottom: 0;
}
article.product .product_details .awards li {
  display: block;
  height: 65px;
  width: 65px;
}
article.product .product_details .awards li + li {
  margin-left: 10px;
}
article.product .product_ingredients {
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.product {
    margin: 80px auto;
  }
  article.product .product_details {
    flex-direction: column;
    margin-bottom: 2em;
  }
  article.product .product_details .description,
  article.product .product_details .img-container {
    width: 100%;
  }
  article.product .product_details .description {
    margin-top: 50px;
  }
  article.product .product_details .img-container .cta-container,
  article.product .product_details .img-container .img {
    margin-top: 10px;
  }
  article.product .product_ingredients {
    text-align: left;
  }
}
#login,
#password-forgotten,
.page-compte,
.page-inscription {
  margin-bottom: 50px;
}
#login .form-content,
#password-forgotten .form-content,
.page-compte .form-content,
.page-inscription .form-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#login .fieldset,
#password-forgotten .fieldset,
.page-compte .fieldset,
.page-inscription .fieldset {
  display: block;
  margin-top: 20px;
  width: 49%;
}
#login .fieldset.fieldset--sml,
#password-forgotten .fieldset.fieldset--sml,
.page-compte .fieldset.fieldset--sml,
.page-inscription .fieldset.fieldset--sml {
  width: 18%;
}
#login .fieldset.fieldset--lg,
#password-forgotten .fieldset.fieldset--lg,
.page-compte .fieldset.fieldset--lg,
.page-inscription .fieldset.fieldset--lg {
  width: 80%;
}
#login .fieldset.fieldset--full,
#password-forgotten .fieldset.fieldset--full,
.page-compte .fieldset.fieldset--full,
.page-inscription .fieldset.fieldset--full {
  width: 100%;
}
#login .fieldset.fieldset--flex,
#password-forgotten .fieldset.fieldset--flex,
.page-compte .fieldset.fieldset--flex,
.page-inscription .fieldset.fieldset--flex {
  display: flex;
  justify-content: space-between;
}
#login .fieldset.other,
#password-forgotten .fieldset.other,
.page-compte .fieldset.other,
.page-inscription .fieldset.other {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s;
  visibility: hidden;
}
#login .fieldset.other.show,
#password-forgotten .fieldset.other.show,
.page-compte .fieldset.other.show,
.page-inscription .fieldset.other.show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s;
  visibility: visible;
}
#login label,
#password-forgotten label,
.page-compte label,
.page-inscription label {
  display: block;
  font-weight: 900;
  margin-bottom: 0.5em;
}
#login label.checkbox,
#login label.radio,
#password-forgotten label.checkbox,
#password-forgotten label.radio,
.page-compte label.checkbox,
.page-compte label.radio,
.page-inscription label.checkbox,
.page-inscription label.radio {
  display: inline;
  font-weight: 400;
  padding-left: 20px;
}
#login #subscribeprotype_birthdate select,
#password-forgotten #subscribeprotype_birthdate select,
.page-compte #subscribeprotype_birthdate select,
.page-inscription #subscribeprotype_birthdate select {
  display: inline-block;
  margin-right: 2%;
  width: 32%;
}
#login #subscribeprotype_birthdate select:last-child,
#password-forgotten #subscribeprotype_birthdate select:last-child,
.page-compte #subscribeprotype_birthdate select:last-child,
.page-inscription #subscribeprotype_birthdate select:last-child {
  margin: 0;
}
#login .title,
#login h2,
#password-forgotten .title,
#password-forgotten h2,
.page-compte .title,
.page-compte h2,
.page-inscription .title,
.page-inscription h2 {
  font: 300 46px/46px Antonio, Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 45px;
}
#login .cta,
#password-forgotten .cta,
.page-compte .cta,
.page-inscription .cta {
  margin: 30px 0;
}
@media screen and (max-width: 980px) {
  #login .fieldset,
  #password-forgotten .fieldset,
  .page-compte .fieldset,
  .page-inscription .fieldset {
    width: 100%;
  }
  #login .fieldset--empty,
  #password-forgotten .fieldset--empty,
  .page-compte .fieldset--empty,
  .page-inscription .fieldset--empty {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #login .title,
  #login h2,
  #password-forgotten .title,
  #password-forgotten h2,
  .page-compte .title,
  .page-compte h2,
  .page-inscription .title,
  .page-inscription h2 {
    font: 300 40px/40px Antonio, Arial, sans-serif;
  }
}
.page-inscription-fin .bloc-btns {
  margin-bottom: 50px;
}
:root #login .title,
:root #login h2,
:root #password-forgotten .title,
:root #password-forgotten h2,
:root .page-compte .title,
:root .page-compte h2,
:root .page-inscription .title,
:root .page-inscription h2,
_:-ms-fullscreen #login .title,
_:-ms-fullscreen #login h2,
_:-ms-fullscreen #password-forgotten .title,
_:-ms-fullscreen #password-forgotten h2,
_:-ms-fullscreen .page-compte .title,
_:-ms-fullscreen .page-compte h2,
_:-ms-fullscreen .page-inscription .title,
_:-ms-fullscreen .page-inscription h2 {
  line-height: 55px;
}
#login,
#password-forgotten {
  margin-top: 70px;
  padding: 10px 60px 60px;
}
#login form .cta,
#password-forgotten form .cta {
  float: left;
  margin: 0;
  padding: 0;
}
#login form .cta + .cta,
#password-forgotten form .cta + .cta {
  margin-left: 40px;
}
#connexion #login,
#mot-de-passe #password-forgotten {
  display: block;
}
@media screen and (max-width: 768px) {
  #login form .cta + .cta {
    margin-left: 0;
    margin-top: 20px;
  }
}
.glide {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.glide * {
  box-sizing: inherit;
}
.glide__slides,
.glide__track {
  overflow: hidden;
}
.glide__slides {
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  position: relative;
  touch-action: pan-Y;
  transform-style: preserve-3d;
  white-space: nowrap;
  width: 100%;
  will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  height: 100%;
  white-space: normal;
  width: 100%;
}
.glide__slide a {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1;
  opacity: 1;
  padding: 9px 12px;
  position: absolute;
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.15s ease, border 0.3s ease-in-out;
  z-index: 2;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: #fff;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  bottom: 2em;
  display: inline-flex;
  left: 50%;
  list-style: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.glide__bullet {
  background-color: hsla(0, 0%, 100%, 0.5);
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 9px;
  line-height: 0;
  margin: 0 0.25em;
  padding: 0;
  transition: all 0.3s ease-in-out;
  width: 9px;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:focus,
.glide__bullet:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
  border: 2px solid #fff;
}
.glide__bullet--active {
  background-color: #fff;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.surgeres body {
  background: #f0ece8;
  color: #36373c;
}
.surgeres .mainColor {
  color: #820003;
}
.surgeres hr {
  background: #820003;
}
.surgeres .title-primary {
  color: #820003;
}
.surgeres form .search {
  background: #820003;
}
.surgeres .title-2,
.surgeres .title-3,
.surgeres .title-4 {
  color: #820003;
}
.surgeres .header_main-nav {
  background: #1f242a;
}
.surgeres .header_main-nav a,
.surgeres .header_main-nav span {
  color: #fff;
}
.surgeres .header_main-nav a:after,
.surgeres .header_main-nav span:after {
  background: #b6484b;
}
.surgeres .header_main-nav a.current,
.surgeres .header_main-nav a:hover,
.surgeres .header_main-nav span.current {
  color: #b6484b;
}
.surgeres .header_main-nav .submenu a {
  color: #820003;
}
.surgeres .btn.switch {
  background: #820003;
  color: #fff;
}
.surgeres .btn.switch:hover {
  background: #e7e7e8;
  color: #820003;
}
.surgeres .footer {
  background: #1f242a;
  color: #fff;
  margin-top: 150px;
}
.surgeres .footer a {
  color: #fff;
}
.surgeres .footer .bottom,
.surgeres .footer .button {
  background: #0a0c0e;
  color: #fff;
}
.surgeres .footer .button:hover {
  background: #000;
}
.surgeres .breadcrumb {
  color: #820003;
}
.surgeres .bloc .description {
  color: #36373c;
}
.surgeres .bloc.bloc--page .img {
  max-height: 630px;
}
.surgeres .bloc-content {
  color: #36373c;
}
.surgeres .bloc-content .title-primary {
  color: #820003;
}
.surgeres .bloc-content.bloc-content--dark {
  background: #1f242a;
  color: #fff;
}
.surgeres .bloc-content.bloc-content--dark .title-primary {
  color: #fff;
}
.surgeres .bloc-content.bloc-content--midDark {
  background: #0a0c0e;
  background: -moz-linear-gradient(
    top,
    #f0ece8 0,
    #f0ece8 20%,
    #0a0c0e 20%,
    #0a0c0e 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f0ece8,
    #f0ece8 20%,
    #0a0c0e 0,
    #0a0c0e
  );
  background: linear-gradient(
    180deg,
    #f0ece8 0,
    #f0ece8 20%,
    #0a0c0e 0,
    #0a0c0e
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0ece8",endColorstr="$gold-surgeres",GradientType=0);
  margin-top: 0;
}
.surgeres .bloc-content.bloc-content--home {
  background: none;
  color: #fff;
  margin: auto;
  max-width: 1040px;
}
.surgeres .bloc-content.bloc-content--home .title-primary {
  color: #fff;
}
.surgeres .bloc-content.bloc-content--home .img img {
  margin: auto;
  max-width: 80%;
  object-fit: contain;
}
.surgeres .bloc-content.bloc-content--home .description,
.surgeres
.bloc-content.bloc-content--home
.description
.content
.cta-container {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .surgeres .bloc-content.bloc-content--home {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .surgeres .bloc-content.bloc-content--home {
    display: block;
  }
  .surgeres .bloc-content.bloc-content--home .description,
  .surgeres
  .bloc-content.bloc-content--home
  .description
  .content
  .cta-container {
    text-align: center;
  }
  .surgeres .bloc-content.bloc-content--home {
    padding: 0;
  }
}
.surgeres .cta {
  border: 3px solid #820003;
  color: #820003;
}
.surgeres .cta span.hover {
  background: #820003;
}
.surgeres .cta.cta--white {
  border-color: #fff;
  color: #fff;
}
.surgeres .cta.cta--white span.inner {
  background: #fff;
  color: #820003;
}
.surgeres .bloc-btns .cta,
.surgeres .bloc-content--dark .cta,
.surgeres .cta.cta--invert {
  border-color: #fff;
  color: #fff;
}
.surgeres .bloc-btns .cta span.inner,
.surgeres .bloc-content--dark .cta span.inner,
.surgeres .cta.cta--invert span.inner {
  background: #fff;
  color: #820003;
}
.surgeres .push:first-child .cta {
  border-color: #820003;
  color: #820003;
}
.surgeres .push:first-child .cta span.hover {
  background: #820003;
}
.surgeres .push:last-child .cta span.inner {
  color: #820003;
}
.surgeres .push-container .push {
  background: #e7e7e8;
}
.surgeres .push-container .push .title-primary {
  color: #820003;
}
.surgeres .push-container .push:last-child {
  background: #6d7075;
}
.surgeres .hero .title-4,
.surgeres .hero .title-primary,
.surgeres .push-container .push:last-child .title-primary {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .surgeres .hero .title-4,
  .surgeres .hero .title-primary,
  .surgeres .push-container .push:last-child .title-primary {
    color: #820003;
  }
}
.surgeres #produit .other .title-primary,
.surgeres #recette .other .title-primary,
.surgeres .title-primary--mainColor {
  color: #820003;
}
.surgeres #contact .contact_method svg {
  fill: #0a0c0e;
  display: inline-block;
}
.surgeres #contact .contact_method li:first-child strong + span {
  background: #0a0c0e;
}
@media print {
  .breadcrumb,
  .push-container,
  footer,
  header.header {
    display: none;
  }
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body {
  background: #1a355e;
  color: #fff;
  font: 400 14px/1.3 Avenir, Helvetica, sans-serif;
  margin: 0 auto;
  overflow-x: hidden;
}
.page-top {
  margin: 0 auto;
  text-align: center;
}
.page-top .btn {
  display: inline-block;
}
.page-top .title-primary {
  margin: 30px auto 50px;
}
.page-top .chrono {
  margin-bottom: 30px;
  margin-top: -40px;
}
.page-top .chrono svg {
  fill: #fff;
  height: 40px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .page-top {
    margin-bottom: 50px;
  }
}
#surgeres {
  padding-top: 40px;
}
.mainColor {
  color: #1a355e;
}
.scroll-label {
  color: #fff;
  font: 16px/1 Antonio, Arial, sans-serif;
  left: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px #000;
  top: 0;
  width: 100%;
}
.scroll-label:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  width: 1px;
}
.bt-tool {
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
}
.bt-tool svg {
  fill: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
.bt-tool.bt-tool--fb {
  background: #345190;
}
.bt-tool.bt-tool--mail,
.bt-tool.bt-tool--printer {
  background: hsla(0, 0%, 100%, 0.5);
}
.bt-tool.bt-tool--mail svg,
.bt-tool.bt-tool--printer svg {
  fill: #cecece;
  transform: scale(0.8);
}
hr {
  background: #fff;
  border: none;
  height: 4px;
  margin: 50px auto;
  width: 40px;
}
.filters {
  margin: 30px auto;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  position: relative;
}
.wrapper--large {
  max-width: 1280px;
}
.wrapper--med {
  max-width: 800px;
}
.wrapper--sml {
  max-width: 640px;
}
.wrapper--vPadded {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .wrapper--large {
    padding: 0;
  }
}
.padded {
  padding: 100px;
}
.hidden,
.not-desktop {
  display: none !important;
}
@media screen and (max-width: 980px) {
  body {
    padding-top: 74px;
  }
  .desktop-only {
    display: none !important;
  }
  .not-desktop {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .not-mobile {
    display: none !important;
  }
  .padded {
    padding: 30px;
  }
  .not-desktop {
    display: block !important;
  }
}
.video {
  background: #e7e7e8;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.video .cookies-disclaimer {
  display: none;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.video .cookies-disclaimer a {
  color: #1f242a;
  cursor: pointer;
}
.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#onetrust-pc-sdk #accept-recommended-btn-handler {
  font-size: 0.75em;
}
