/* cmsms stylesheet: styles modified: Tuesday, November 25, 2025 11:40:25 AM */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&");
* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

br {
  padding: 0;
}

/*********************************************
  BREAKPOINTS
**********************************************/
@font-face {
  font-family: "Dinot";
  src: url("../../assets/css/fonts/DINOT-Regular.otf"); /* IE9 Compat Modes */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dinot";
  src: url("../../assets/css/fonts/DINOT-Bold.otf"); /* IE9 Compat Modes */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Dinot";
  src: url("../../assets/css/fonts/DINOT-Medium.otf"); /* IE9 Compat Modes */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Dinot";
  src: url("../../assets/css/fonts/DINOT-Light.otf"); /* IE9 Compat Modes */
  font-weight: 300;
  font-style: normal;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0px solid #ededed;
  border-radius: 0px;
  background: #ededed;
  position: relative;
  overflow: hidden;
  height: 48px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 48px 0 10px;
  font-size: 0.887rem;
  line-height: 48px;
  color: #636024;
  height: 48px;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  padding: 0.5em;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #636024;
  color: #ededed;
  border: 0px solid #636024;
  text-align: center;
  font: 0/0 a;
  *font: 20px/48px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #ededed;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #bababa;
}

.selectric-hover .selectric {
  border-color: rgb(211.5, 211.5, 211.5);
}
.selectric-hover .selectric .button {
  color: rgb(61.6, 59.7333333333, 22.4);
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: rgb(211.5, 211.5, 211.5);
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ededed;
  border: 1px solid rgb(211.5, 211.5, 211.5);
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.887rem;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #636024;
  color: #ffffff;
}
.selectric-items li:hover {
  background: #636024;
  color: #ffffff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.transitionsContainer {
  display: none;
}
.transitionsContainer .transitionBlock {
  position: fixed;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  z-index: 100000;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.transitionsContainer .transitionBlock img {
  width: 200px;
  position: relative;
}

.transitionsContainer.ie, .transitionsContainer.category {
  display: none;
}
.transitionsContainer.ie .transitionBlock, .transitionsContainer.category .transitionBlock {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  z-index: 100000;
}

/*********************************************
  UTILS
*********************************************/
* {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7a7474;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #7a7474;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #7a7474 !important;
}

:-ms-textarea-placeholder { /* IE 10+ */
  color: #7a7474 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: #7a7474;
}

.bold, strong {
  font-weight: 600;
}

img {
  display: block;
  text-align: center;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}

div, p, li, td, th, label {
  font-family: "Dinot", sans-serif;
  font-size: 0.887rem;
  line-height: 1.6em;
  font-weight: 200;
  color: #000000;
}

a {
  font-family: "Dinot", sans-serif;
  font-size: 0.887rem;
  line-height: 1.6em;
  color: #000000;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  color: #000000;
  margin-bottom: 1em;
}

h2, h2 > a {
  font-family: "Oswald", sans-serif;
  font-size: 2.058rem;
  line-height: 1.2em;
  font-weight: 200;
}

h3, h3 > a {
  font-family: "Oswald", sans-serif;
  font-size: 1.272rem;
  line-height: 1.2em;
  font-weight: 200;
}

h4, h4 > a {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 200;
}

main, svg, button {
  padding: 0;
}

main {
  display: block;
}

body {
  min-width: 320px;
}

input[type=text], input[type=date], input[type=number], input[type=email], textarea {
  font-size: 0.887rem;
  font-family: "Dinot", sans-serif;
  font-weight: 200;
  outline: none;
  -webkit-appearance: none;
  padding: 10px 12px;
  border: none;
  background-color: #ffffff;
}

input[type=submit], button {
  border: none;
  -webkit-appearance: none;
}

.checkboxContainer {
  line-height: 1;
}
.checkboxContainer label, .checkboxContainer div, .checkboxContainer a {
  line-height: 1;
}
.checkboxContainer label {
  padding-left: 0.2em;
  color: #000000;
}
.checkboxContainer .pretty {
  margin-right: 0;
}

.captcha {
  text-align: right;
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.captcha .g-recaptcha {
  text-align: right;
  float: right;
}
.captcha .g-recaptcha > div {
  right: 0;
}

/*********************************************
  STRUCTURE
**********************************************/
.fullWidth {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.fullWidth__wrapper {
  position: relative;
  width: 100%;
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .fullWidth__wrapper {
    padding: 60px 5%;
  }
}
.fullWidth__wrapper--1200 {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .fullWidth__wrapper--1200 {
    padding: 60px 5%;
  }
}
.fullWidth__wrapper--1600 {
  max-width: 1520px;
  margin: 0 auto;
}
@media all and (max-width: 1600px) {
  .fullWidth__wrapper--1600 {
    padding: 60px 5%;
  }
}
.fullWidth__wrapper.right {
  justify-content: flex-end;
}
.fullWidth__wrapper.left {
  justify-content: flex-start;
  margin: 0;
}
.fullWidth__wrapper.center {
  justify-content: center;
}
.fullWidth--1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.fullWidth--1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.halfWidth {
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 749px) {
  .halfWidth {
    width: 100%;
    min-height: auto;
  }
}
.halfWidth.width25 {
  width: 25%;
}
.halfWidth.width25 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width25 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width25 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width25 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width33 {
  width: 33.333%;
}
.halfWidth.width33 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width33 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width33 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width33 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width40 {
  width: 40%;
}
.halfWidth.width40 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width40 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width40 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width40 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width60 {
  width: 60%;
}
.halfWidth.width60 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width60 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width60 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width60 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width66 {
  width: 66.666%;
}
.halfWidth.width66 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width66 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width66 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width66 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth.width75 {
  width: 75%;
}
.halfWidth.width75 .halfWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth.width75 .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth.width75 .halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth.width75 .halfWidth__wrapper.center {
  justify-content: center;
}
.halfWidth__wrapper {
  position: relative;
  width: 100%;
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .halfWidth__wrapper {
    padding: 60px 5%;
  }
}
.halfWidth__wrapper.right {
  justify-content: flex-end;
}
.halfWidth__wrapper.center {
  justify-content: center;
}

.thirdWidth {
  width: 33.333%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 749px) {
  .thirdWidth {
    width: 100%;
    min-height: auto;
  }
}
.thirdWidth__wrapper {
  padding: 60px 80px;
  width: 100%;
}
@media (max-width: 749px) {
  .thirdWidth__wrapper {
    padding: 60px 5%;
  }
}

.quarterWidth {
  width: 25%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 749px) {
  .quarterWidth {
    width: 50%;
    min-height: auto;
  }
}
@media (max-width: 599px) {
  .quarterWidth {
    width: 100%;
    min-height: auto;
  }
}
.quarterWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .quarterWidth__wrapper {
    padding: 60px 5%;
  }
}

.fixedWidth {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 370px;
}
.fixedWidth__wrapper {
  width: 100%;
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .fixedWidth__wrapper {
    padding: 60px 5%;
  }
}
.fixedWidth:first-child .fixedWidth__wrapper {
  padding-right: 0;
}
.fixedWidth:last-child .fixedWidth__wrapper {
  padding-left: 0;
}

.floatWidth {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.floatWidth__wrapper {
  padding: 60px 80px;
}
@media (max-width: 749px) {
  .floatWidth__wrapper {
    padding: 60px 5%;
  }
}

/*********************************************
  BUTTONS
**********************************************/
.buttonContainer {
  vertical-align: middle;
}
.buttonContainer.center {
  text-align: center;
}
.buttonContainer.right {
  text-align: right;
}
.buttonContainer .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  font-size: 0.887rem;
  color: #ffffff;
  padding: 0.8em 1em;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
}
.buttonContainer .button.big {
  padding: 14px 22px;
  text-transform: uppercase;
}
.buttonContainer .button.amazing {
  padding: 14px 30px;
  font-size: 0.75rem;
}
.buttonContainer .button img, .buttonContainer .button svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.buttonContainer .button img + span, .buttonContainer .button svg + span, .buttonContainer .button span + img, .buttonContainer .button span + svg {
  padding-left: 10px;
}

/*********************************************
  HEADER
*********************************************/
@media (max-width: 1049px) {
  .sidr-open #responsive-menu-button {
    position: absolute;
  }
}
.sidr-inner > ul li a {
  font-size: 1rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-weight: 400;
}

/*********************************************
  FOOTER
*********************************************/
footer .copyright--white svg {
  fill: #ffffff;
}
footer .copyright {
  position: absolute;
  width: 30px;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 599px) {
  footer .copyright {
    width: 15px;
  }
}

/*********************************************
  FORMS
*********************************************/
.form__row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.form__row + .form__row {
  margin-top: 10px;
}
.form__row .buttonContainer {
  width: 100%;
  margin-top: 20px;
}
.form__item {
  width: calc(50% - 10px);
}
@media (max-width: 424px) {
  .form__item {
    width: 100%;
  }
  .form__item + .form__item {
    margin-top: 10px;
  }
}
.form__item--large {
  width: 100%;
}
.form__item--small {
  width: calc(33.333% - 10px);
}
.form__item__label {
  display: block;
  margin-bottom: 5px;
}
.form__item__input {
  width: 100%;
  border: none;
  padding: 7px 15px;
  border-radius: 5px;
}
.form__item__input--big {
  padding: 14px 22px;
}
.form__item__textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
  border: none;
  padding: 7px 15px;
  border-radius: 5px;
}

/*********************************************
  WYSIWYG
*********************************************/
.wysiwyg {
  width: 100%;
}
.wysiwyg h3 {
  margin-bottom: 1em;
  color: inherit;
}
.wysiwyg p {
  font-family: "Dinot", sans-serif;
  margin-bottom: 1em;
  color: inherit;
}
.wysiwyg ul {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 40px;
  color: inherit;
}
.wysiwyg strong {
  font-weight: 500;
  color: inherit;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  width: inherit;
}
.wysiwyg table {
  width: 100% !important;
}
.wysiwyg table tr:nth-child(even) {
  background: #ededed;
}
.wysiwyg table tr td {
  padding: 10px 0;
}
.wysiwyg table tr td:first-child {
  padding-left: 10px;
}

/*********************************************
  SLICK
*********************************************/
.slick-dots {
  margin: 20px auto;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #000000;
  border-radius: 20px;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}

/*********************************************
  SLICK
*********************************************/
.slick-dots li button {
  background-color: #7a7474;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background-color: #ffffff;
}

/*********************************************
  BURGER MENU
*********************************************/
@media (max-width: 599px) {
  .burgerContainer {
    display: block !important;
  }
}
.burgerContainer {
  /* IE11 FIX */
}
.burgerContainer.ie .menu > div {
  position: relative;
  left: -80vw;
}
.burgerContainer .outer-menu {
  position: absolute;
  width: calc(100% - 2em);
  left: 20px;
  top: 10px;
  z-index: 100;
}
.burgerContainer .outer-menu.toggled {
  position: fixed;
}

/*********************************************
  WYSIWYG
*********************************************/
.wysiwyg em {
  font-weight: 500;
  color: #000000 !important;
}
.wysiwyg h3, .wysiwyg p, .wysiwyg ul {
  line-height: 1.8em;
  margin-bottom: 2em;
}
.wysiwyg ul {
  list-style: none; /* Remove default bullets */
}
.wysiwyg ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  color: #000000;
}

/*********************************************
  JS SOCIALS
*********************************************/
#shareIcons .jssocials-shares {
  text-align: right;
}
#shareIcons .jssocials-share-link {
  color: #7a7474;
  background-color: transparent;
  font-size: 0.887rem;
  border-radius: 80px;
  padding: 0.2em 0.2em;
}
#shareIcons .jssocials-share-link:hover {
  color: #ffffff;
}

/*********************************************
  PRETTY CHECKBOXES
*********************************************/
.pretty.p-default input:checked ~ .state label:after {
  background-color: #000000 !important;
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #000000 !important;
}

.state.p-default label {
  white-space: normal;
  line-height: 1.2em;
}
.state.p-default label::before {
  top: 0;
}
.state.p-default label::after {
  top: 0;
}

/*********************************************
  GOOGLE MAPS
*********************************************/
.gm-style img {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gm-style .paragraph, .gm-style .googleLinks {
  text-align: center;
  text-transform: uppercase;
  color: #b76141;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.gm-style .paragraph a, .gm-style .googleLinks a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #b76141;
}

.outer-menu {
  position: fixed;
  right: 1em;
  top: 1em;
  z-index: 1;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 1em;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
  background: #ffffff;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
  background: #ffffff;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > .containerMenu {
  transform: scale(1);
  transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > .containerMenu > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: transparent;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu .containerMenu {
  width: 260vw;
  height: 260vw;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
.outer-menu .menu .containerMenu > div {
  overflow-y: auto;
  max-height: 80vh;
}
.outer-menu .menu .containerMenu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 1;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu .containerMenu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu .containerMenu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
@media all and (max-height: 600px) {
  .outer-menu .menu .containerMenu > div > div > ul > li {
    margin: 0.2em 1em;
  }
}
.outer-menu .menu .containerMenu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  font-size: 1rem;
}
.outer-menu .menu .containerMenu > div > div > ul > li > a:hover, .outer-menu .menu .containerMenu > div > div > ul > li > a.currentpage, .outer-menu .menu .containerMenu > div > div > ul > li > a.activeparent {
  color: #ffffff;
}
.outer-menu .menu .containerMenu > div > div > ul > li > a:hover:after, .outer-menu .menu .containerMenu > div > div > ul > li > a.currentpage:after, .outer-menu .menu .containerMenu > div > div > ul > li > a.activeparent:after {
  width: 100%;
}
.outer-menu .menu .containerMenu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.4s ease;
}

/*********************************************
  COMMONS
*********************************************/
a {
  color: #eaa707;
}
a:hover {
  color: #eaa707;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #929292;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #929292;
}

:-moz-placeholder { /* Firefox 18- */
  color: #929292;
}

div, p, li, td, th, a {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #000000;
  font-family: "Oswald", sans-serif;
}

input[type=text], input[type=date], input[type=number], input[type=email], .form__item__textarea {
  color: #000000;
  padding: 1em;
  background: #ededed;
  border-radius: 0;
}

.buttonContainer .button {
  text-transform: uppercase;
  border-radius: 30px;
  background-color: transparent;
  font-size: 0.887rem;
  padding: 12px 45px;
}
.buttonContainer .button:hover, .buttonContainer .button:focus, .buttonContainer .button:active {
  color: white;
}
.buttonContainer .button.black {
  background-color: #000000;
  color: #ffffff;
}
.buttonContainer .button.black:hover {
  background: #ffffff;
  color: #000000;
}
.buttonContainer .button.white {
  background-color: #ffffff;
  color: #000000;
}
.buttonContainer .button.white:hover {
  background: #e02526;
  color: #ffffff;
}
.buttonContainer .button.darkBrown {
  background-color: #49402b;
  color: #ffffff;
}
.buttonContainer .button.darkBrown:hover {
  background: #ffffff;
  color: #000000;
}
.buttonContainer .button.red {
  background-color: #e02526;
  color: #ffffff;
}
.buttonContainer .button.red:hover {
  background: #000000;
  color: #ffffff;
}
.buttonContainer .button.darkRed {
  background-color: #ac0708;
  color: #ffffff;
}
.buttonContainer .button.darkRed:hover {
  background: #000000;
  color: #ffffff;
}
.buttonContainer .button.filaireDarkOrange {
  background-color: #ffffff;
  border: 1px solid #636024;
  color: #636024;
}
.buttonContainer .button.filaireDarkOrange:hover {
  background: #636024;
  color: #ffffff;
}
.buttonContainer .button.filaireCuivre {
  background-color: #ffffff;
  border: 1px solid #9d631f;
  color: #9d631f;
}
.buttonContainer .button.filaireCuivre:hover {
  background: #9d631f;
  color: #ffffff;
}
.buttonContainer .button.filaireWhite {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.buttonContainer .button.filaireWhite:hover {
  background: #ffffff;
  color: #000000;
}
.buttonContainer .button.filaireLightGrey {
  background-color: #ffffff;
  border: 1px solid #929292;
  color: #000000;
}
.buttonContainer .button.filaireLightGrey:hover {
  background: #000000;
  color: #ffffff;
}

/*********************************************
  HEADER
*********************************************/
@media (max-width: 899px) {
  header .mainMenu {
    display: none;
  }
}
header .mainMenu > ul li .activeparent, header .mainMenu > ul li .currentpage {
  font-weight: bold;
}
header .mainMenu > ul li:hover ul {
  position: absolute;
  z-index: 1;
  display: block;
  margin-left: 0;
  padding-top: 30px;
  width: 250px;
  background: transparent;
}
header .mainMenu > ul li:hover ul li {
  display: block;
  margin: 0;
}
header .mainMenu > ul li:hover ul li a {
  background: #e02326;
  display: block;
  padding: 1em;
  text-align: left;
}
header .mainMenu > ul li:hover ul li a:hover {
  color: #e02526;
  background: #ededed;
}
header.bannerContainer {
  position: relative;
}
header.bannerContainer .rightAbs {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 7px 0;
  z-index: 10;
}
@media (max-width: 749px) {
  header.bannerContainer .rightAbs {
    top: 16px;
  }
}
header.bannerContainer .rightAbs ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
header.bannerContainer .rightAbs ul li {
  margin: 0 15px;
  color: #ffffff;
}
header.bannerContainer .rightAbs ul li.slogan {
  display: flex;
}
@media (max-width: 899px) {
  header.bannerContainer .rightAbs ul li.slogan {
    display: none;
  }
}
header.bannerContainer .rightAbs ul li.slogan svg {
  width: 40px;
  height: 20px;
  margin-left: 15px;
  fill: #e02526;
}
header.bannerContainer .rightAbs ul li.tel {
  text-align: right;
}
header.bannerContainer .rightAbs ul li.tel p {
  color: white;
  text-align: right;
  border-bottom: 1px solid white;
  margin-bottom: 3px;
}
header.bannerContainer .rightAbs ul li.tel a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.272rem;
  font-style: italic;
}
@media (max-width: 749px) {
  header.bannerContainer .rightAbs ul li.tel {
    display: flex;
    align-items: center;
  }
  header.bannerContainer .rightAbs ul li.tel p {
    display: none;
  }
  header.bannerContainer .rightAbs ul li.tel a {
    font-size: 1rem;
    margin: 0 5px;
  }
}
@media (max-width: 424px) {
  header.bannerContainer .rightAbs ul li.tel a {
    font-size: 0.887rem;
    font-weight: normal;
  }
}
header.bannerContainer .rightAbs ul li.fb a {
  display: block;
  text-indent: -15000px;
  background: url(../../assets/images/facebook.svg) no-repeat center;
  height: 30px;
  width: 30px;
}
@media (max-width: 424px) {
  header.bannerContainer .rightAbs ul li.fb {
    display: none;
  }
}
@media (max-width: 899px) {
  header .topContainer {
    padding: 60px 30px;
  }
}
@media (max-width: 899px) {
  header .topContainer .logoContainer {
    margin-top: 10px;
  }
}
header .topContainer .logoContainer h1, header .topContainer .logoContainer p {
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 100%;
}
header .topContainer .logoContainer h1 a, header .topContainer .logoContainer p a {
  display: block;
  background-image: url("../../assets/images/logo.svg");
  background-repeat: no-repeat;
  text-indent: -15000px;
  height: 126px;
  width: 140px;
  max-width: 100%;
}
@media (max-width: 899px) {
  header .topContainer .logoContainer h1 a, header .topContainer .logoContainer p a {
    margin: auto;
    margin-bottom: 1.5em;
  }
}

/*********************************************
  MAIN MENU
*********************************************/
.mainMenu > ul {
  padding-left: 20px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}
.mainMenu > ul li {
  position: relative;
  margin: 0 15px;
}
@media (max-width: 899px) {
  .mainMenu > ul li {
    margin: 0 10px;
  }
}
.mainMenu > ul li > a {
  line-height: 1.4em;
  display: block;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
}
.mainMenu > ul li > a.currentpage, .mainMenu > ul li > a.activeparent {
  color: #ffffff;
}
.mainMenu > ul li > a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.mainMenu > ul li > ul {
  display: none;
}
.mainMenu > ul li:hover ul {
  background-color: #eeeeee;
  position: absolute;
  z-index: 1;
  display: block;
  margin-left: 0;
}
.mainMenu > ul li:hover ul li {
  display: block;
}
.mainMenu > ul li:hover ul li a {
  padding: 1em 4em;
}

/*********************************************
  BREADCRUMBS
*********************************************/
.breadcrumbsContainer {
  width: 100%;
}
.breadcrumbsContainer .fullWidth__wrapper {
  padding: 5px 80px;
}

.breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Oswald", sans-serif;
  font-size: 0.887rem;
  color: #000000;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs .sep {
  background: #e02526;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs .breadcrumb {
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 0.887rem;
}
.breadcrumbs span {
  display: inline-block;
}
.breadcrumbs .current {
  font-weight: 500;
}
.breadcrumbs a {
  font-family: "Oswald", sans-serif;
  font-size: 0.887rem;
  color: #000000;
}
.breadcrumbs a:hover {
  color: #e02526;
}

/*********************************************
  FOOTER
*********************************************/
footer {
  background: #000000;
  position: relative;
}
footer .mainMenu > ul {
  justify-content: space-between;
  border-bottom: none;
}
@media (max-width: 1099px) {
  footer .mainMenu > ul {
    flex-flow: row wrap;
    justify-content: center;
    padding-left: 0;
  }
}
footer .mainMenu > ul:after {
  position: absolute;
  content: " ";
  top: 110px;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1099px) {
  footer .mainMenu > ul:after {
    display: none;
  }
}
@media (max-width: 1099px) {
  footer .mainMenu > ul > li {
    width: 33.333%;
    margin: 0 0 30px;
  }
}
@media (max-width: 599px) {
  footer .mainMenu > ul > li {
    width: 100%;
    text-align: center;
  }
}
footer .mainMenu > ul li ul {
  display: block;
  margin-top: 60px;
}
@media (max-width: 1099px) {
  footer .mainMenu > ul li ul {
    margin-top: 5px;
  }
}
footer .mainMenu > ul li ul li {
  margin-left: 0;
  color: #ffffff;
}
footer .mainMenu > ul li ul li span {
  display: block;
}
footer .mainMenu > ul li ul li span.tel {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  footer .mainMenu > ul li ul li span.tel {
    justify-content: center;
  }
}
footer .mainMenu > ul li ul li span.tel a {
  font-style: italic;
}
footer .mainMenu > ul li ul li span.tel svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
footer .mainMenu > ul li ul li span.tel a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.272rem;
}
footer .mainMenu > ul li ul li span.mail {
  margin-bottom: 20px;
}
footer .mainMenu > ul li ul li span.mail a {
  color: #ffffff;
}
footer .mainMenu > ul li ul li svg {
  width: 30px;
  height: 30px;
}
footer .mainMenu > ul li ul li a {
  text-transform: none;
  color: #929292;
}
footer .mainMenu > ul li:hover ul {
  background-color: transparent;
  position: static;
  margin-left: 0;
}
footer .mainMenu > ul li:hover ul li {
  display: block;
}
footer .mainMenu > ul li:hover ul li a {
  padding: 0;
}
footer .legals {
  text-align: center;
  padding-bottom: 50px;
}
footer .legals svg {
  fill: #272421;
  width: 90px;
  height: 90px;
  margin: auto;
}
footer .legals ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .legals ul li {
  margin: 0 20px;
}
footer .legals ul li a {
  color: #7a7474;
}

/*********************************************
  MODAL
*********************************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: block;
}
.modal .black {
  color: #000000;
}
.modal__container {
  top: 40px;
  position: relative;
  max-width: 900px;
  background-color: #ffffff;
  margin: auto;
  padding: 30px;
}
.modal__container__titleContainer {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Oswald", sans-serif;
}
.modal__container__titleContainer__title {
  margin-bottom: 0.4em;
}
.modal__container__titleContainer__close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 700;
  cursor: pointer;
  color: #000000;
}
.modal__container__titleContainer__close svg {
  width: 1.5em;
  height: 1.5em;
}
.modal__container__content {
  max-height: 700px;
  min-height: 100px;
  overflow-y: scroll;
}

/*********************************************
  BURGER
*********************************************/
.burgerContainer {
  left: 0;
  /* IE11 FIX */
}
.burgerContainer.ie .menu > div {
  position: relative;
  left: -80vw;
}
@media (max-width: 899px) {
  .burgerContainer {
    display: block !important;
  }
}
.burgerContainer .secondaryMenu__item__link--fb {
  margin-top: 0;
  margin-left: 20px;
}
.burgerContainer .outer-menu {
  position: absolute;
  width: calc(100% - 2em);
}
.burgerContainer .outer-menu.toggled {
  position: fixed;
}
.burgerContainer .hamburger > div {
  background: #e02526 !important;
}
.burgerContainer .hamburger > div:before, .burgerContainer .hamburger > div:after {
  background: #e02526 !important;
}
.burgerContainer .burgerMenu svg {
  display: none;
}
.burgerContainer .burgerMenu ul li a {
  color: #ffffff !important;
  font-size: 1.272rem !important;
}
.burgerContainer .burgerMenu ul li ul.customSubmenu {
  display: none;
}
.burgerContainer .burgerMenu ul li ul li a {
  padding: 0 0.5em;
  font-size: 0.887rem !important;
}
.burgerContainer .burgerMenu ul li ul li a:hover {
  color: #eaa707 !important;
}
.burgerContainer .headerContactContainer {
  width: auto;
}

/*********************************************
  BLOCS DE PRIX
*********************************************/
.pricesContainer {
  padding-right: 80px;
  padding-bottom: 160px;
}
.pricesContainer__cadres {
  margin-top: 10px;
  padding: 30px;
  width: 100%;
}
.pricesContainer__cadres--carburants {
  background: #e02526;
}
.pricesContainer__cadres--carburants .pricesContainer__cadres__content {
  display: flex;
}
.pricesContainer__cadres--carburants .pricesContainer__cadres__content table {
  width: 100%;
}
.pricesContainer__cadres--carburants .pricesContainer__cadres__content table .priceTitle th {
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.pricesContainer__cadres--carburants .pricesContainer__cadres__content table .light {
  font-weight: 300;
}
.pricesContainer__cadres--newsletter {
  background: #e02526;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form {
  display: flex;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm {
  position: relative;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--nameemail {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 10px;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--nameemail input {
  padding: 10px;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--gdprbutton {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-start;
  gap: 10px;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--gdprbutton .buttonContainer {
  margin-left: auto;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__item {
  width: 100%;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__item__label {
  color: #ffffff;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .pretty.p-default .form__item__label {
  color: rgba(255, 255, 255, 0.8);
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .pretty.p-default input:checked ~ .state label:after {
  background-color: #ffffff !important;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .buttonContainer {
  margin-top: 0;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .buttonContainer .button.red {
  background-color: rgb(183.8554216867, 26.1445783133, 26.9879518072);
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .buttonContainer .button.red:focus, .pricesContainer__cadres--newsletter .pricesContainer__cadres__form .form.contactForm.newsletterForm .buttonContainer .button.red:hover {
  background-color: #000000;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .success {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color: #8BC68E;
}
.pricesContainer__cadres--newsletter .pricesContainer__cadres__form .success * {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}
.pricesContainer__cadres--newsletter--big .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--nameemail {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1199px) {
  .pricesContainer__cadres--newsletter--big .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--nameemail {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 1049px) {
  .pricesContainer__cadres--newsletter--big .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--nameemail {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .pricesContainer__cadres--newsletter--big .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--nameemail {
    grid-template-columns: 1fr;
  }
}
.pricesContainer__cadres--newsletter--big .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--gdprbutton {
  grid-template-columns: 1fr auto;
  gap: 20px;
}
@media (max-width: 599px) {
  .pricesContainer__cadres--newsletter--big .pricesContainer__cadres__form .form.contactForm.newsletterForm .form__row--gdprbutton {
    grid-template-columns: 1fr;
  }
}
.pricesContainer__cadres--pellets {
  background: #8e7a48;
}
.pricesContainer__cadres--promo {
  background: #35435f;
}
.pricesContainer__cadres--promo .pricesContainer__cadres__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricesContainer__cadres--promo .pricesContainer__cadres__content svg {
  width: 100px;
  height: 90px;
}
@media (max-width: 599px) {
  .pricesContainer__cadres--promo .pricesContainer__cadres__content svg {
    margin-top: 15px;
  }
}
.pricesContainer__cadres__title {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  line-height: 1.1;
  padding-right: 20px;
}
.pricesContainer__cadres__title span {
  font-size: 0.75rem;
  font-weight: 400;
  padding-left: 45px;
}
.pricesContainer__cadres__title svg {
  fill: #ffffff;
  height: 20px;
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 424px) {
  .pricesContainer__cadres__title svg {
    display: block;
  }
}
.pricesContainer__cadres__title .svgTendance {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 424px) {
  .pricesContainer__cadres__title .svgTendance {
    top: calc(50% - 25px);
  }
}
.pricesContainer__cadres__title .svgTendance svg {
  width: 80px;
  height: 30px;
  margin-right: 0;
}
.pricesContainer__cadres__content {
  text-transform: uppercase;
}
.pricesContainer__cadres__content * {
  color: #ffffff;
  font-weight: bold;
}
.pricesContainer__cadres__content .buttonContainer {
  margin-top: 15px;
}
@media (max-width: 599px) {
  .pricesContainer__cadres__content {
    flex-flow: row wrap;
  }
  .pricesContainer__cadres__content .halfWidth {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*********************************************
  Conteneur de news
*********************************************/
.newsContainer {
  width: 100%;
}
.newsContainer__list {
  display: flex;
  flex-flow: row wrap;
}
.newsContainer__list__item {
  width: 33.333%;
  margin-bottom: 50px;
}
@media (max-width: 1099px) {
  .newsContainer__list__item {
    width: 50%;
  }
}
@media (max-width: 749px) {
  .newsContainer__list__item {
    width: 100%;
  }
}
.newsContainer__list__item__container {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
}
.newsContainer__list__item__illustration img {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.newsContainer__list__item__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -110px;
  z-index: 1;
}
.newsContainer__list__item__content__title {
  background: #ffffff;
  padding: 10px 25px;
}
.newsContainer__list__item__content__title h2 {
  font-size: 1rem;
  color: #e02526;
  margin-bottom: 0;
}
.newsContainer__list__item__content__text {
  background: #ededed;
  padding: 10px 25px 25px;
}
.newsContainer__list__item__content__text p {
  color: #000000;
  margin-bottom: 20px;
}
.newsContainer__list__item:hover .newsContainer__list__item__content {
  bottom: 0;
  transition: bottom 0.2s linear;
}

/*********************************************
  HOMEPAGE
*********************************************/
.homePage header.bannerContainer {
  background: url(../../assets/images/banner.jpg) no-repeat center top 20px #000000;
  background-size: cover;
}
@media (max-width: 1449px) {
  .homePage header .width60, .homePage header .width40 {
    width: 50%;
  }
}
@media (max-width: 1049px) {
  .homePage header .width60 {
    width: 33.333%;
  }
  .homePage header .width40 {
    width: 66.666%;
  }
}
@media (max-width: 899px) {
  .homePage header .width60 {
    width: 0;
  }
  .homePage header .width40 {
    width: 100%;
    padding: 0 40px 160px 40px;
  }
}
.homePage .productContainer {
  align-items: flex-start;
}
.homePage .productContainer__product {
  text-align: center;
}
.homePage .productContainer__product svg {
  fill: #e02526;
  width: 60px;
  height: 30px;
  margin-bottom: 20px;
}
.homePage .productContainer__product__title {
  color: #e02526;
  position: relative;
  padding-bottom: 20px;
}
.homePage .productContainer__product__title:after {
  position: absolute;
  content: " ";
  bottom: 0;
  left: calc(50% - 125px);
  height: 2px;
  width: 250px;
  background: #e02526;
}
.homePage .productContainer__product__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.homePage .productContainer__product__list__item {
  margin: 0 30px 15px;
}
.homePage .productContainer__product__list__item__link {
  display: block;
}
.homePage .productContainer__product__list__item__link img {
  max-height: 30px;
  min-height: 30px;
  margin-bottom: 15px;
}
.homePage .productContainer__product__list__item__link__title {
  font-size: 0.887rem;
  font-weight: 500;
}
.homePage .productContainer__product .buttonContainer {
  margin-top: 60px;
}
.homePage .aboutContainer {
  background: url(../../assets/images/fleurs.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 1199px) {
  .homePage .aboutContainer .width60, .homePage .aboutContainer .width40 {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .homePage .aboutContainer .width60 {
    width: 33.333%;
  }
  .homePage .aboutContainer .width40 {
    width: 66.666%;
  }
}
@media (max-width: 599px) {
  .homePage .aboutContainer .width60 {
    width: 0;
  }
  .homePage .aboutContainer .width40 {
    width: 100%;
    padding: 0 40px 160px 40px;
  }
}
.homePage .aboutContainer__martiny {
  background: #e02526;
  padding: 30px;
  text-align: center;
}
.homePage .aboutContainer__martiny svg {
  fill: #ffffff;
  width: 90px;
  height: 100px;
}
.homePage .aboutContainer__martiny__title {
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding-bottom: 10px;
}
.homePage .aboutContainer__martiny__content {
  text-align: left;
}
.homePage .aboutContainer__martiny__content * {
  color: #ffffff;
}
.homePage .newsContainer {
  background: #272421;
}
.homePage .newsContainer__item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .homePage .newsContainer__item {
    flex-flow: row wrap;
  }
}
.homePage .newsContainer__item__illustration img {
  max-width: 100%;
}
@media (max-width: 599px) {
  .homePage .newsContainer__item__illustration {
    width: 100%;
    padding: 10px 30px;
  }
}
@media (max-width: 599px) {
  .homePage .newsContainer__item__content {
    width: 100%;
    padding: 10px 30px;
  }
}
.homePage .newsContainer__item__content {
  padding-left: 30px;
}
.homePage .newsContainer__item__content svg {
  fill: #ffffff;
  width: 90px;
  height: 100px;
  display: block;
}
.homePage .newsContainer__item__content__title {
  width: 100%;
  font-size: 1.272rem;
  padding-bottom: 9px;
  color: #ffffff;
  text-transform: none;
  border-bottom: 1px solid #ffffff;
}
.homePage .newsContainer__item__content__text * {
  color: #ffffff;
}

.contactPage header.bannerContainer {
  background: url(../../assets/images/banner-contact.jpg) no-repeat center top;
  background-size: cover;
}
.contactPage header.bannerContainer .topContainer {
  padding-bottom: 0;
}
.contactPage header .mainMenu > ul {
  border-bottom: none;
}
.contactPage .contactContainer {
  align-items: flex-start;
}
.contactPage .contactContainer ul.error {
  background: #ac0708;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.contactPage .contactContainer ul.error li {
  color: #ffffff;
}
@media (max-width: 1099px) {
  .contactPage .contactContainer__form {
    width: 100%;
    order: 2;
  }
}
.contactPage .contactContainer__form h2 {
  color: #e02526;
  border-bottom: 2px solid #e02526;
  padding-bottom: 7px;
  display: inline-block;
}
@media (max-width: 1099px) {
  .contactPage .contactContainer__infos {
    width: 100%;
    order: 1;
  }
  .contactPage .contactContainer__infos .pricesContainer__cadres {
    display: none;
  }
}
.contactPage .contactContainer__infos__block {
  margin-top: 30px;
  background: #ededed;
  padding: 30px;
  width: 65%;
  min-width: 350px;
}
@media (max-width: 749px) {
  .contactPage .contactContainer__infos__block {
    width: 100%;
    min-width: auto;
  }
}
.contactPage .contactContainer__infos__block__title {
  color: #e02526;
  text-transform: none;
  font-weight: 500;
  font-size: 1.272rem;
}
.contactPage .contactContainer__infos__block__address {
  font-size: 1rem;
  margin-bottom: 30px;
}
.contactPage .contactContainer__infos__block__address a {
  font-size: 1rem;
}
.contactPage .contactContainer__infos__block__supp {
  font-weight: 500;
  margin-bottom: 20px;
}
.contactPage .contactContainer__infos__block > a {
  display: inline-block;
}
.contactPage .contactContainer__infos__block > a svg {
  height: 30px;
  width: 30px;
}
.contactPage #map {
  height: 500px;
  width: 100%;
}

.tarifsPage header.bannerContainer {
  background: url(../../assets/images/banner-tarifs.jpg) no-repeat center top;
  background-size: cover;
}
.tarifsPage header.bannerContainer .topContainer {
  padding-bottom: 0;
}
.tarifsPage header .mainMenu > ul {
  border-bottom: none;
}
.tarifsPage .contactContainer {
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .tarifsPage .contactContainer__form {
    width: 100%;
  }
}
.tarifsPage .contactContainer__form h2 {
  color: #e02526;
  border-bottom: 2px solid #e02526;
  padding-bottom: 7px;
  display: inline-block;
}
.tarifsPage .contactContainer__form__more {
  background: #ededed;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tarifsPage .contactContainer__form__more p {
  text-transform: uppercase;
  font-weight: bold;
}
.tarifsPage .contactContainer__form__more .buttonContainer {
  margin-left: 15px;
}
.tarifsPage .contactContainer__form__more .buttonContainer a {
  border-radius: 0;
}
@media (max-width: 1199px) {
  .tarifsPage .contactContainer__infos {
    width: 100%;
  }
}
.tarifsPage .contactContainer .illustrationContainer {
  text-align: center;
  width: 100%;
}
.tarifsPage .contactContainer .illustrationContainer img {
  margin: auto;
}

.carwashPage header.bannerContainer {
  background: url(../../assets/images/fond-carwash.jpg) no-repeat center top;
  background-size: cover;
}
.carwashPage header.bannerContainer .topContainer {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.carwashPage header .mainMenu > ul {
  border-bottom: none;
}
.carwashPage header .breadcrumbsContainer a, .carwashPage header .breadcrumbsContainer span {
  color: #ffffff;
}
.carwashPage header .breadcrumbsContainer a:hover {
  color: #e02526;
}
@media (max-width: 1049px) {
  .carwashPage header .breadcrumbsContainer .fullWidth__wrapper {
    padding: 5px 20px;
  }
}
@media (max-width: 1049px) {
  .carwashPage header .selfCarWash {
    width: 100%;
  }
}
.carwashPage header .selfcarwashContainer {
  margin-top: 400px;
  background: #ffffff;
  padding: 60px;
}
@media (max-width: 599px) {
  .carwashPage header .selfcarwashContainer {
    margin-top: 30px;
    padding: 25px;
  }
}
.carwashPage header .selfcarwashContainer h2 {
  color: #e02526;
  padding-bottom: 7px;
  border-bottom: 1px solid #e02526;
  display: inline-block;
}

.martinyPage header.bannerContainer {
  background: url(../../assets/images/banner-martiny.jpg) no-repeat center top;
  background-size: cover;
}
.martinyPage header.bannerContainer .topContainer {
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 0;
  margin-bottom: 20px;
}
.martinyPage header.bannerContainer .topContainer .breadcrumbsContainer .fullWidth__wrapper {
  padding: 0;
}
@media (max-width: 1199px) {
  .martinyPage header .martinyContainer2 {
    width: 25%;
  }
  .martinyPage header .martinyContainer3 {
    width: 75%;
  }
}
@media (max-width: 599px) {
  .martinyPage header .martinyContainer2 {
    width: 0;
  }
  .martinyPage header .martinyContainer3 {
    width: 100%;
  }
}
.martinyPage header .mainMenu > ul {
  border-bottom: none;
}
.martinyPage header .breadcrumbsContainer a, .martinyPage header .breadcrumbsContainer span {
  color: #ffffff;
}
.martinyPage header .breadcrumbsContainer a:hover {
  color: #e02526;
}
.martinyPage header .martinyContainerTop {
  padding-bottom: 0;
}
.martinyPage header .martinyContainerTop .martinyContainer {
  margin-top: 60px;
  background: #e02526;
  padding: 60px;
}
@media (max-width: 599px) {
  .martinyPage header .martinyContainerTop .martinyContainer {
    padding: 60px 30px;
  }
}
.martinyPage header .martinyContainerTop .martinyContainer h2 {
  color: #ffffff;
  padding-bottom: 7px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
.martinyPage header .martinyContainerTop .martinyContainer .wysiwyg * {
  color: #ffffff;
}
.martinyPage .otherInfosContainer {
  align-items: self-start;
}
@media (max-width: 1449px) {
  .martinyPage .otherInfosContainer .thirdWidth {
    width: 50%;
  }
  .martinyPage .otherInfosContainer .thirdWidth.othersContainer {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .martinyPage .otherInfosContainer .thirdWidth {
    width: 100%;
  }
}
.martinyPage .otherInfosContainer .thirdWidth h3 {
  color: #e02526;
  font-weight: bold;
}
.martinyPage .otherInfosContainer .thirdWidth .wysiwyg ul {
  list-style: none;
}
.martinyPage .otherInfosContainer .thirdWidth .wysiwyg ul li:before {
  content: "•";
  color: #e02526;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.entrepotPage.petrolierPage header.bannerContainer {
  background: url(../../assets/images/banner-petroliers.jpg) no-repeat center top;
  background-size: cover;
}
.entrepotPage header.bannerContainer {
  background: url(../../assets/images/banner-entrepot.jpg) no-repeat center top;
  background-size: cover;
}
.entrepotPage header.bannerContainer .topContainer {
  padding-bottom: 0;
}
.entrepotPage header .mainMenu > ul {
  border-bottom: none;
}
.entrepotPage .contactContainer {
  align-items: flex-start;
}
.entrepotPage .contactContainer__form h2 {
  color: #e02526;
  border-bottom: 2px solid #e02526;
  padding-bottom: 7px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .entrepotPage .contactContainer__form {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .entrepotPage .contactContainer__infos {
    width: 100%;
  }
}
.entrepotPage .product {
  background: #ededed;
  padding-top: 80px;
  position: relative;
}
.entrepotPage .product__illustration {
  height: 100%;
  display: block;
}
.entrepotPage .product .buttonContainer {
  position: absolute;
  top: calc(50% - 25px);
  right: 15px;
  left: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 899px) {
  .entrepotPage .product .buttonContainer {
    right: 0px;
    left: 0px;
  }
}
.entrepotPage .product .buttonContainer .prev, .entrepotPage .product .buttonContainer .next {
  padding: 0;
  display: inline-block;
  margin: 0 15px;
}
.entrepotPage .product .buttonContainer .prev svg, .entrepotPage .product .buttonContainer .next svg {
  width: 30px;
  height: 50px;
  fill: #e02526;
}
.entrepotPage .product__infos .detailedProduct {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.entrepotPage .product__infos__icon {
  border-right: 3px solid #e02526;
  justify-content: center;
}
@media (max-width: 1199px) {
  .entrepotPage .product__infos__icon {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .entrepotPage .product__infos__icon {
    width: 100%;
    border-right: none;
  }
}
.entrepotPage .product__infos__icon__fond {
  background: #ffffff;
  width: 360px;
  height: 360px;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  border-radius: 250px;
}
@media (max-width: 1449px) {
  .entrepotPage .product__infos__icon__fond {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1049px) {
  .entrepotPage .product__infos__icon__fond {
    width: 250px;
    height: 250px;
  }
}
.entrepotPage .product__infos__icon__fond img {
  max-width: 40%;
  max-height: 40%;
  width: 80%;
  margin: auto;
}
@media (max-width: 1199px) {
  .entrepotPage .product__infos__text {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .entrepotPage .product__infos__text {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .entrepotPage .product__infos__text .halfWidth__wrapper {
    padding: 60px 80px;
  }
}
.entrepotPage .product__infos__text__title {
  font-weight: bold;
  margin-bottom: 0;
}
.entrepotPage .product__infos__text__subtitle {
  width: 100%;
  color: #e02526;
  font-style: italic;
  margin-bottom: 20px;
}
.entrepotPage .product .productContainer__product__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.entrepotPage .product .productContainer__product__list__item {
  margin: 0 30px 15px;
}
.entrepotPage .product .productContainer__product__list__item__link {
  display: block;
  border-bottom: 3px solid transparent;
}
.entrepotPage .product .productContainer__product__list__item__link img {
  max-height: 30px;
  min-height: 30px;
  margin-bottom: 15px;
}
.entrepotPage .product .productContainer__product__list__item__link.active, .entrepotPage .product .productContainer__product__list__item__link:hover {
  border-bottom: 3px solid #e02526;
}
.entrepotPage .product .productContainer__product__list__item__link__title {
  font-size: 0.887rem;
  font-weight: 500;
}

.actuDetailPage header.bannerContainer {
  background: url(../../assets/images/banner-new.jpg) no-repeat center top;
  background-size: cover;
}
.actuDetailPage header.bannerContainer .topContainer {
  padding-bottom: 0;
}
.actuDetailPage header .mainMenu > ul {
  border-bottom: none;
}
.actuDetailPage .contactContainer {
  align-items: flex-start;
  position: relative;
}
.actuDetailPage .contactContainer .breadcrumbsContainer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.actuDetailPage .contactContainer .contactContainer__new__detail {
  padding: 0 80px;
}
.actuDetailPage .contactContainer__new__detail h2 {
  color: #e02526;
  border-bottom: 2px solid #e02526;
  padding-bottom: 7px;
  display: inline-block;
  margin-bottom: 20px;
}
.actuDetailPage .contactContainer__new__detail h3 {
  text-transform: none;
  font-size: 1.272rem;
  color: #e02526;
}
.actuDetailPage .contactContainer__new__detail .wysiwyg {
  margin-bottom: 30px;
}
.actuDetailPage .contactContainer__new__detail .wysiwyg ul {
  list-style: none;
}
.actuDetailPage .contactContainer__new__detail .wysiwyg ul li {
  margin-bottom: 10px;
}
.actuDetailPage .contactContainer__new__detail .wysiwyg ul li:before {
  content: "•";
  color: #e02526;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 1449px) {
  .actuDetailPage .contactContainer .width33 .halfWidth__wrapper {
    padding: 60px 60px 0 0 !important;
  }
}
@media (max-width: 1099px) {
  .actuDetailPage .contactContainer .width33.horizontale .otherNewsRight {
    display: none;
  }
}
@media (max-width: 599px) {
  .actuDetailPage .contactContainer .width33.verticale {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 1099px) {
  .actuDetailPage .contactContainer .width66.horizontale {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .actuDetailPage .contactContainer .width66.horizontale .contactContainer__new__detail {
    padding: 0 20px;
  }
}
@media (max-width: 899px) {
  .actuDetailPage .contactContainer .width66.verticale .contactContainer__new__detail {
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .actuDetailPage .contactContainer .width66.verticale {
    width: 100%;
  }
}
@media (max-width: 1449px) {
  .actuDetailPage .contactContainer .newsContainer {
    display: none;
  }
}
.actuDetailPage .contactContainer .otherNewsRight {
  padding: 60px;
}
.actuDetailPage .contactContainer .otherNewsRight .newsContainer__list__item {
  width: 100%;
}
.actuDetailPage .contactContainer .otherNewsRight .newsContainer__list__item__container {
  margin: 0;
}
.actuDetailPage .contactContainer .illustrationContainer {
  text-align: center;
  width: 100%;
}
.actuDetailPage .contactContainer .illustrationContainer img {
  margin: auto;
}

.blogPage header.bannerContainer {
  background: url(../../assets/images/banner-news.jpg) no-repeat center top;
  background-size: cover;
}
.blogPage header.bannerContainer .topContainer {
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 0;
  margin-bottom: 20px;
}
.blogPage header.bannerContainer .topContainer .breadcrumbsContainer .fullWidth__wrapper {
  padding: 0;
}
.blogPage header .mainMenu > ul {
  border-bottom: none;
}
.blogPage header .breadcrumbsContainer a, .blogPage header .breadcrumbsContainer span {
  color: #000000;
}
.blogPage header .breadcrumbsContainer a:hover {
  color: #e02526;
}
@media (max-width: 1449px) {
  .blogPage .newsContainer .fullWidth__wrapper {
    padding: 60px 30px;
  }
}
@media (max-width: 1199px) {
  .blogPage .newsContainer .fullWidth__wrapper .newsContainer__list__item__content {
    bottom: -190px;
  }
}
@media (max-width: 1099px) {
  .blogPage .newsContainer .fullWidth__wrapper .newsContainer__list__item__content {
    bottom: -150px;
  }
}
@media (max-width: 749px) {
  .blogPage .newsContainer .fullWidth__wrapper .newsContainer__list__item__content {
    bottom: -110px;
  }
}
@media (max-width: 424px) {
  .blogPage .newsContainer .fullWidth__wrapper .newsContainer__list__item__content {
    bottom: -190px;
  }
}
.blogPage .newsContainer .fullWidth__wrapper .newsContainer__list__item:hover .newsContainer__list__item__content {
  bottom: 0;
  transition: bottom 0.2s linear;
}

.pageNews .newsContainer {
  display: block;
}
.pageNews .newsContainer__item {
  display: block;
}
.pageNews .newsContainer__item__infos {
  display: block;
}
.pageNews .newsContainer__item__infos__pannel {
  display: block;
}
.pageNews .newsContainer__item__infos__pannel__title {
  display: block;
}
.pageNews .newsContainer__item__infos__pannel__date {
  display: block;
}
.pageNews .newsContainer__item__infos__pannel__description {
  display: block;
}

.pageNews.pageDetail {
  display: block;
}
.pageNews.pageDetail .contenuBlanc {
  display: block;
}
.pageNews.pageDetail .contenuBlanc .detailContainer {
  display: block;
}
.pageNews.pageDetail .contenuBlanc .detailContainer__infos {
  display: block;
}
.pageNews.pageDetail .contenuBlanc .detailContainer__infos__title {
  display: block;
}
.pageNews.pageDetail .contenuBlanc .detailContainer__infos__date {
  display: block;
}
.pageNews.pageDetail .contenuBlanc .detailContainer__infos__description {
  display: block;
}

/*# sourceMappingURL=styles.1.css.map */
