@charset "UTF-8";
/*Base*/
.full-size.maintenance-price {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}
.full-size.maintenance-price .container {
  background: #fcef98;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWY5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGRjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #fcef98 0%, #f8dc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcef98', endColorstr='#f8dc00', GradientType=0);
}
.full-size.maintenance-price .container .col-lg-8 {
  padding: 20px;
}
.full-size.maintenance-price .container .col-lg-8 p {
  font-family: museo-sans;
  font-size: 15px;
  line-height: 24px;
}
.full-size.maintenance-price .container .col-lg-4 img.mascot-picture {
  position: fixed;
  bottom: 0;
}
.full-size.maintenance-price .container .col-lg-4 .close-icon {
  right: 0;
  position: absolute;
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
}
.xitipath {
  display: none;
}
.hidden-from-ie8 {
  display: none;
}
.leaflet-container .picto_maps {
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  top: 0px;
}
.leaflet-container .picto_maps > span {
  z-index: 2;
  position: absolute;
  top: -5px;
}
.leaflet-container .picto_maps:before {
  font-family: total;
  content: 'e';
  line-height: normal;
  color: #f1272d;
  font-size: 45px;
  top: -15px;
  left: -15px;
  position: absolute;
}
/*Icone & Tooltips*/
.tooltips {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 10px !important;
}
.tooltips:after {
  font-family: total;
  content: '$';
  line-height: normal;
  font-size: 16px;
  color: #dddddd;
}
.tooltips .content {
  border-radius: 5px;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #dddddd;
  max-width: 200px;
  min-width: 150px;
  margin-top: 32px;
  height: auto;
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 8px #dddddd;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: block;
  text-align: left;
  padding: 5px;
  font-size: 10px !important;
  z-index: 4;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  visibility: hidden;
}
.tooltips .content > * {
  font-size: 10px !important;
}
.tooltips .content p {
  margin: 0px;
}
.tooltips .content p span {
  font-weight: 300;
}
.tooltips .content ul {
  padding: 0px;
  list-style-type: disc;
  margin-left: 20px;
}
.tooltips .content:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 12px solid #cccccc;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.tooltips .content:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 11px solid #ffffff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
.tooltips:hover .content,
.tooltips:focus .content,
.tooltips:active .content {
  opacity: 1;
  visibility: visible;
}
/*End tooltips*/
/*Loading*/
@keyframes lds-eclipse {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-eclipse {
  position: relative;
}
.lds-eclipse div {
  position: absolute;
  animation: lds-eclipse 1s linear infinite;
  width: 80px;
  height: 80px;
  top: 60px;
  left: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #f8dc00;
  -ms-transform-origin: 40px 42px;
      transform-origin: 40px 42px;
}
.lds-eclipse {
  width: 200px !important;
  height: 200px !important;
  -ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
      transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
#hfc-frame #hfc-cleanslate .hfc-chat-window #title-bar .hfc-title-bar-handler h2.hfc-title {
  font-size: 14px !important;
}
a:focus {
  outline: 0 !important;
}
input:focus {
  outline: 0 !important;
}
html,
body {
  font-family: museo-sans;
  font-size: 13px;
  color: #333333;
}
a {
  text-decoration: none;
  color: #f1272d;
  transition: color 0.3s ease-in-out;
}
a:visited,
a:link,
a:active {
  color: #f1272d;
}
a:hover {
  color: #dc040b;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type="checkbox"][disabled] + span {
  color: #dddddd;
}
.article-content {
  clear: both;
}
.article-content a,
.article-content a:hover,
.article-content a:visited,
.article-content a:active,
.article-content a:link {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.main-size {
  width: 1170px;
  margin: auto;
  clear: both;
}
@media (max-width: 1023px) {
  .main-size {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.full-size {
  width: 100%;
  display: block;
  margin: auto;
  clear: both;
}
.full-size-max {
  width: 100%;
  min-width: 1170px;
  max-width: 1368px;
  display: block;
  margin: auto;
  clear: both;
}
.button-red,
a.button-red,
a.button-red:visited,
a.button-red:active,
a.button-red:link {
  background: #f1272d;
  color: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f35257), color-stop(100%, #d3181e));
  background: linear-gradient(to bottom, #f35257 0%, #d3181e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f35257', endColorstr='#d3181e', GradientType=0);
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
  transition: background 0.3s ease;
  background-size: 5px 100px;
}
.button-red:hover,
a.button-red:hover,
a.button-red:visited:hover,
a.button-red:active:hover,
a.button-red:link:hover {
  text-decoration: none;
  background-position: -50px;
}
.button-red:disabled,
a.button-red:disabled,
a.button-red:visited:disabled,
a.button-red:active:disabled,
a.button-red:link:disabled {
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 100%);
}
.button-black,
a.button-black,
a.button-black:visited,
a.button-black:active,
a.button-black:link {
  background: #555555;
  background: linear-gradient(180deg, #555555 0%, #1f1f1f 100%);
  transition: background 0.3s ease;
  background-size: 5px 100px;
  color: white;
}
.button-black:hover,
a.button-black:hover,
a.button-black:visited:hover,
a.button-black:active:hover,
a.button-black:link:hover {
  text-decoration: none;
  background-position: -50px;
}
.button-grey,
a.button-grey,
a.button-grey:visited,
a.button-grey:active,
a.button-grey:link {
  background: white;
  color: #999999;
  transition: background 0.3s ease;
  box-shadow: none;
}
.button-grey:hover,
a.button-grey:hover,
a.button-grey:visited:hover,
a.button-grey:active:hover,
a.button-grey:link:hover {
  text-decoration: none;
  background-color: #e5e5e5;
}
.button-grey::after,
a.button-grey::after,
a.button-grey:visited::after,
a.button-grey:active::after,
a.button-grey:link::after {
  color: #999999;
}
.action-button-size-1,
.action-button-size-1:hover,
.action-button-size-1-visited,
.action-button-size-1:active,
.action-button-size-2,
.action-button-size-2:hover,
.action-button-size-2:visited,
.action-button-size-2:active,
.action-button-size-3,
.action-button-size-3:hover,
.action-button-size-3:visited,
.action-button-size-3:active,
.action-button-size-4,
.action-button-size-4:hover,
.action-button-size-4:visited,
.action-button-size-4:active,
.action-button-size-5,
.action-button-size-5:hover,
.action-button-size-5:visited,
.action-button-size-5:active {
  display: block;
  text-align: center;
  color: white;
  border-radius: 3px;
  font-family: museo-sans;
  padding: 1px 5px;
}
.action-button-size-1 span,
.action-button-size-1:hover span,
.action-button-size-1-visited span,
.action-button-size-1:active span,
.action-button-size-2 span,
.action-button-size-2:hover span,
.action-button-size-2:visited span,
.action-button-size-2:active span,
.action-button-size-3 span,
.action-button-size-3:hover span,
.action-button-size-3:visited span,
.action-button-size-3:active span,
.action-button-size-4 span,
.action-button-size-4:hover span,
.action-button-size-4:visited span,
.action-button-size-4:active span,
.action-button-size-5 span,
.action-button-size-5:hover span,
.action-button-size-5:visited span,
.action-button-size-5:active span {
  vertical-align: middle;
  display: inline-block;
}
.action-button-size-1,
.action-button-size-1:hover,
.action-button-size-1:visited,
.action-button-size-1:active {
  line-height: 80px;
  font-weight: 900;
}
.action-button-size-1 span,
.action-button-size-1:hover span,
.action-button-size-1:visited span,
.action-button-size-1:active span {
  line-height: 20px;
  font-size: 20px;
}
.action-button-size-2,
.action-button-size-2:hover,
.action-button-size-2:visited,
.action-button-size-2:active {
  line-height: 50px;
  font-weight: 700;
}
.action-button-size-2 span,
.action-button-size-2:hover span,
.action-button-size-2:visited span,
.action-button-size-2:active span {
  line-height: 18px;
  font-size: 18px;
}
.action-button-size-3,
.action-button-size-3:hover,
.action-button-size-3:visited,
.action-button-size-3:active {
  line-height: 45px;
  font-weight: 700;
}
.action-button-size-3 span,
.action-button-size-3:hover span,
.action-button-size-3:visited span,
.action-button-size-3:active span {
  line-height: 15px;
  font-size: 15px;
}
.action-button-size-4,
.action-button-size-4:hover,
.action-button-size-4:visited,
.action-button-size-4:active {
  line-height: 30px;
  font-weight: 400;
}
.action-button-size-4 span,
.action-button-size-4:hover span,
.action-button-size-4:visited span,
.action-button-size-4:active span {
  line-height: 15px;
  font-size: 15px;
}
.action-button-size-5,
.action-button-size-5:hover,
.action-button-size-5:visited,
.action-button-size-5:active {
  line-height: 30px;
  font-weight: 300;
}
.action-button-size-5 span,
.action-button-size-5:hover span,
.action-button-size-5:visited span,
.action-button-size-5:active span {
  line-height: 12px;
  font-size: 12px;
}
.button-full {
  width: 100%;
  font-size: 15px;
  border: none;
}
section .container img {
  width: 100%;
}
section .news-recommendation-article img {
  width: 100%;
}
.popup {
  display: none;
  background-color: white;
  border-radius: 2px;
  border: 1px #dddddd solid;
}
label.full-size {
  margin-bottom: 10px;
}
body .gigya-screen input[type=submit],
body .gigya-screen input[type=button] {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  list-style-type: none;
  box-sizing: border-box;
  outline: 0;
  text-align: center;
  border-radius: 3px;
  font-family: museo-sans;
  padding: 1px 5px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  background: linear-gradient(to bottom, #f35257 0, #d3181e 100%);
  box-shadow: 3px 3px 5px 0 rgba(50, 50, 50, 0.3);
  transition: background .3s ease;
  background-size: 5px 100px;
  text-decoration: none;
  background-position: -50px;
  display: block;
  width: 49%;
  margin-left: 50%;
  border: none;
}
.gigya-screen-caption {
  display: none;
}
.popin-content .gigya-screen-loader,
.popin-content .gigya-screen-dimmer {
  margin: -20px;
}
body .gigya-screen a {
  color: #f1272d !important;
  text-decoration: none !important;
}
.text-box,
body .gigya-screen .gigya-composite-control.gigya-composite-control-password input,
body .gigya-screen .gigya-composite-control.gigya-composite-control-textbox input {
  color: #999999;
  border: 1px #dddddd solid;
  border-radius: 2px;
  background-color: white;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 0 5px;
}
.text-box-size-1 {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.text-box-size-2 {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.text-box-size-3 {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
input.error,
select.error {
  border: 1px #f1272d solid !important;
}
input.error + label.error,
select.error + label.error,
input.error + .validationMessage,
#optionsServices + .validationMessage {
  background-color: #f1272d;
  display: block;
  line-height: 20px;
  width: auto;
  z-index: 5;
  border-radius: 2px;
  color: white;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}
input.error-bottom + label.error,
input.error-bottom + .validationMessage {
  width: 100%;
  line-height: normal;
  margin: 2px 0;
  z-index: 1;
}
select.error-floating-right + label.error,
input.error-floating-right + label.error,
textarea.error-floating-right + label.error,
input.error-floating-right + .validationMessage,
#civility-error.error {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
select.error-floating-right + label.error:before,
input.error-floating-right + label.error:before,
textarea.error-floating-right + label.error:before,
input.error-floating-right + .validationMessage:before,
#civility-error.error:before {
  content: ' ';
  width: 0;
  height: 0;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #f1272d transparent transparent;
  border-style: solid;
  position: absolute;
  left: -8px;
  top: 50%;
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}
select.error-floating-right + label.error span,
input.error-floating-right + label.error span,
textarea.error-floating-right + label.error span,
input.error-floating-right + .validationMessage span,
#civility-error.error span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
input.error-floating-left + label.error,
input.error-floating-left + .validationMessage {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
input.error-floating-left + label.error:before,
input.error-floating-left + .validationMessage:before {
  content: ' ';
  height: 0;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #f1272d;
  border-style: solid;
  position: absolute;
  right: -8px;
  top: 50%;
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  width: 0;
}
input.error-floating-left + label.error span,
input.error-floating-left + .validationMessage span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
input.error-floating-bottom + label.error,
input.error-floating-down + label.error,
input.error-floating-down + .validationMessage,
#optionsServices + .validationMessage {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
}
input.error-floating-bottom + label.error:before,
input.error-floating-down + label.error:before,
input.error-floating-down + .validationMessage:before,
#optionsServices + .validationMessage:before {
  content: ' ';
  width: 0;
  height: 0;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #f1272d transparent;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: -8px;
  -ms-transform: translateX(-5px);
      transform: translateX(-5px);
}
input.error-floating-bottom + label.error span,
input.error-floating-down + label.error span,
input.error-floating-down + .validationMessage span,
#optionsServices + .validationMessage span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
#optionsServices + .validationMessage {
  position: relative;
  top: 0;
  width: auto;
  text-align: left;
}
input.error-bottom + label.error {
  position: absolute;
  left: calc(-100% - 5px);
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  height: auto;
  padding: 10px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
input.error-bottom + label.error:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f1272d;
  border-width: 5px;
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}
input.error-bottom + label.error span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
input.error-desktop-bottom + label.error {
  padding: 5px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
textarea.error {
  border: 1px #f1272d solid !important;
}
textarea.error + label.error {
  background-color: #f1272d;
  display: block;
  line-height: 20px;
  width: auto;
  z-index: 5;
  border-radius: 2px;
  color: white;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}
h1 {
  font-size: 28px;
  font-weight: 900;
  display: inline-block;
}
h1.center {
  width: 100%;
  text-align: center;
}
h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 40px 0 20px 0;
  display: inline-block;
}
a.action-link {
  color: #f1272d;
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
  line-height: 35px;
  transition: color 0.3s ease-in-out;
}
a.action-link:visited,
a.action-link:link,
a.action-link:active {
  color: #f1272d;
}
a.action-link:hover {
  color: #dc040b;
}
.popin-overlay {
  background: black;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
  z-index: 100000;
  display: none;
}
#identify-client-form .gigya-screen-content div.gigya-screen {
  width: calc(60%);
  padding: 0;
}
.popin {
  position: absolute;
  z-index: 100001;
  width: 530px;
  top: 55px;
  left: 50%;
  display: none;
  font-size: 15px;
}
.popin .popin-header {
  background: #333333;
  color: #f5f5f5;
  font-size: 19px;
  text-align: center;
  padding: 10px;
  border-radius: 3px 3px 0 0;
}
.popin .popin-header .close-cross {
  float: right;
  font-size: 12px;
  font-weight: bold;
  font-family: total;
  cursor: pointer;
}
.popin .popin-header .close-cross.order-later {
  bottom: 30px;
  position: relative;
}
.popin .popin-content {
  background: #f8dc00;
  padding: 0;
  border-radius: 0 0 3px 3px;
  padding: 20px;
}
.popin .popin-content .gigya-screen-content div.gigya-screen {
  width: 100%;
  padding: 0;
}
.popin .popin-content .form-group {
  border: none !important;
}
.popin .popin-content label a.tooltip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  color: #999999;
}
.popin .popin-content .tooltips::after {
  color: #999999;
}
.popin .popin-content form ol {
  list-style-type: none;
  margin: 0;
}
.popin .popin-content form ol li {
  padding-bottom: 20px;
}
.popin .popin-content form ol li label {
  width: 49%;
  font-weight: normal;
  line-height: 1;
}
.popin .popin-content form ol li div.input-container {
  display: inline-block;
  width: 49%;
  position: relative;
}
.popin .popin-content form ol li div.input-container input,
.popin .popin-content form ol li div.input-container select {
  width: 100%;
}
.popin .popin-content form ol li div.input-container input[type="radio"],
.popin .popin-content form ol li div.input-container input[type="checkbox"] {
  width: auto;
  margin-right: 3px;
}
.popin .popin-content form ol li div.input-container input[type="radio"] + span,
.popin .popin-content form ol li div.input-container input[type="checkbox"] + span {
  margin-right: 5px;
}
.popin .popin-content form ol li div.input-container input.error-floating-right + label.error,
.popin .popin-content form ol li div.input-container select.error-floating-right + label.error {
  max-width: initial;
  width: auto;
  min-width: 100%;
  white-space: nowrap;
}
.popin .popin-content form ol li a.form-button-right,
.popin .popin-content form ol li button.form-button-right {
  display: block;
  width: 49%;
  margin-left: 50%;
  border: none;
}
.popin .popin-content form ol li a.form-button-right.text-link {
  color: red;
  font-size: smaller;
  text-decoration: underline;
}
/*Notifications*/
div.notifications {
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 3px;
  text-align: center;
}
div.notifications ul {
  min-width: 50%;
  list-style-type: none;
  display: inline-block;
  padding-left: 0;
}
div.notifications ul li {
  padding: 10px;
  font-size: 16px;
}
div.notifications ul li.error {
  background-color: #f1272d;
  color: white;
}
div.notifications ul li.feedback {
  background-color: green;
  color: white;
}
span[data-message-id] {
  display: none;
}
.yellow-box {
  background: #f8dc00;
}
.grey-box {
  background: #eeeeee;
}
.light-grey-box {
  background: #f4f4f4;
}
.white-box {
  background: #ffffff;
}
.green-box {
  background: #70c752;
}
ol.breadcrumb {
  margin: 0;
  padding-top: 15px;
  list-style: none;
  padding-left: 0px;
  padding-bottom: 15px;
}
ol.breadcrumb li {
  display: inline;
}
ol.breadcrumb li:after {
  padding-left: 5px;
  padding-right: 5px;
  content: "/";
}
ol.breadcrumb li a,
ol.breadcrumb li span {
  color: #333333 !important;
  font-size: 15px;
  text-decoration: none !important;
}
ol.breadcrumb li a:hover,
ol.breadcrumb li a:visited,
ol.breadcrumb li a:active {
  text-decoration: underline !important;
}
ol.breadcrumb li:last-child:after {
  content: "";
}
/*Stars*/
.stars {
  font-family: total;
  font-size: 13px;
}
.stars .value {
  font-family: museo-sans;
  color: #999999;
  font-size: 13px;
  padding-right: 5px;
  vertical-align: middle;
}
.stars .yellow-star {
  color: #f8dc00;
}
.stars .grey-star {
  color: #cccccc;
  position: relative;
}
.stars .half-star {
  color: #f8dc00;
  position: absolute;
  left: 0;
  -ms-transform: scale(0.93);
      transform: scale(0.93);
}
/*Macro newsletter*/
.newsletter {
  padding: 20px;
  margin-bottom: 15px;
  background-color: #eeeeee;
}
/*Macro SearchPrice*/
.supplier-finder-wrap {
  padding: 15px;
  margin-bottom: 15px;
}
.supplier-finder-wrap .widget-suppliersfinderform {
  width: 100%;
}
.supplier-finder-wrap .widget-suppliersfinderform input,
.supplier-finder-wrap .widget-suppliersfinderform a,
.supplier-finder-wrap .widget-suppliersfinderform p {
  width: 100%;
}
.supplier-finder-wrap .widget-suppliersfinderform input.error-bottom + label.error {
  position: initial;
  left: initial;
  top: initial;
  -ms-transform: initial;
      transform: initial;
}
.supplier-finder-wrap .widget-suppliersfinderform input.error-bottom + label.error::before {
  border: none;
}
/* pwstrength.js plugin*/
.table-pagination {
  text-align: right;
}
.table-pagination ul {
  padding: 0;
  margin: 0;
}
.table-pagination ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style-type: none;
}
.table-pagination ul li span,
.table-pagination ul li a,
.table-pagination ul li a:hover,
.table-pagination ul li a:visited,
.table-pagination ul li a:active,
.table-pagination ul li a:link {
  display: inline-block;
  color: #333333;
  padding: 15px;
  text-decoration: none;
}
.table-pagination ul li .prev,
.table-pagination ul li .next {
  font-family: total;
  font-size: 17px;
  -ms-transform: translateY(4px);
      transform: translateY(4px);
  text-decoration: none;
  font-weight: normal;
}
.table-pagination ul li span {
  font-weight: bold;
  text-decoration: underline;
}
.table-pagination ul li.disabled span {
  text-decoration: none;
}
.validationMessage {
  color: #f1272d;
  font-size: 12px;
  pointer-events: none;
  width: 100%;
  text-align: right;
  display: block;
  padding-top: 5px;
}
.grecaptcha-badge {
  bottom: 80px !important;
}
.flashinfo {
  background-color: #363a38;
  padding: 10px 0px;
  color: #ffffff;
  border-top: #ddd 1px solid;
}
.flashinfo--icon {
  font-family: total;
  font-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  line-height: 20px;
}
.flashinfo--icon i {
  font-style: normal;
}
.flashinfo--content {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
}
.flashinfo--delete {
  display: inline-block;
  vertical-align: middle;
}
.flashinfo--delete a {
  color: #ffffff;
  text-decoration: none;
  width: 20px;
  display: block;
}
@media (max-width: 1200px) {
  .main-size {
    width: 1045px;
  }
}
@media (max-width: 1023px) {
  .main-size,
  .full-size,
  .full-size-max {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  h2 {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
  input.error-tablet-bottom + label.error {
    position: absolute;
    -ms-transform: none;
        transform: none;
    width: 100%;
    top: 0;
  }
  input.error-desktop-bottom + label.error {
    position: relative;
  }
  ol.breadcrumb {
    display: none;
  }
}
/*Macro SearchPrice*/
.supplier-finder-wrap .widget-suppliersfinderform input.error-tablet-bottom + label.error {
  position: static;
}
.gdpr p {
  font-size: 11px;
  color: #999999;
  margin-top: 15px;
  text-align: justify;
}
@media (max-width: 768px) {
  .home-main-content .right,
  .mascot-picture {
    display: none;
  }
  h2 {
    text-align: left;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none !important;
  }
  input.error-floating-left + label.error {
    right: 0px;
  }
  input.error-mobile-bottom + label.error,
  textarea.error-mobile-bottom + label.error {
    position: relative;
    -ms-transform: none;
        transform: none;
    height: auto;
    width: 100% !important;
    padding: 10px;
    line-height: normal;
    margin: 2px 0;
    display: inline-block;
    left: auto;
    top: auto;
  }
  input.error-mobile-bottom + label.error:before,
  textarea.error-mobile-bottom + label.error:before {
    display: none;
  }
  .popin {
    width: auto;
    margin: 0;
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .popin .popin-content form ol li label {
    width: 100%;
    text-align: center;
  }
  .popin .popin-content form ol li div.input-container {
    width: 100%;
  }
  .popin .popin-content form ol li a.form-button-right,
  .popin .popin-content form ol li button.form-button-right {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 770px) {
  .hidden-xs {
    display: none !important;
  }
}
.buttonRed {
  background: #f1272d;
  color: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f35257), color-stop(100%, #d3181e));
  background: linear-gradient(to bottom, #f35257 0%, #d3181e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f35257', endColorstr='#d3181e', GradientType=0);
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
  transition: background 0.3s ease;
  background-size: 5px 100px;
}
.buttonRed:hover {
  text-decoration: none;
  background-position: -50px;
}
.buttonRed:disabled {
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 100%);
}
.buttonGrey {
  background: white;
  color: #999999;
  transition: background 0.3s ease;
  box-shadow: none;
}
.buttonGrey:hover {
  text-decoration: none;
  background-color: #e5e5e5;
}
.buttonGrey::after {
  color: #999999;
}
.buttonBlack {
  background: #555555;
  background: linear-gradient(180deg, #555555 0%, #1f1f1f 100%);
  transition: background 0.3s ease;
  background-size: 5px 100px;
  color: white;
}
.buttonBlack:hover {
  text-decoration: none;
  background-position: -50px;
}
/*Typo*/
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_100Web.eot);
  src: url(/fonts/museo/MuseoSans_100Web.woff) format('woff');
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_300Web.eot);
  src: url(/fonts/museo/MuseoSans_300Web.woff) format('woff');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_500Web.eot);
  src: url(/fonts/museo/MuseoSans_500Web.woff) format('woff');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_700Web.eot);
  src: url(/fonts/museo/MuseoSans_700Web.woff) format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_900Web.eot);
  src: url(/fonts/museo/MuseoSans_900Web.woff) format('woff');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_100_ItalicWeb.eot);
  src: url(/fonts/museo/MuseoSans_100_ItalicWeb.woff) format('woff');
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_300_ItalicWeb.eot);
  src: url(/fonts/museo/MuseoSans_300_ItalicWeb.woff) format('woff');
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_500_ItalicWeb.eot);
  src: url(/fonts/museo/MuseoSans_500_ItalicWeb.woff) format('woff');
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_700_ItalicWeb.eot);
  src: url(/fonts/museo/MuseoSans_700_ItalicWeb.woff) format('woff');
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: museo-sans;
  src: url(/fonts/museo/MuseoSans_900_ItalicWeb.eot);
  src: url(/fonts/museo/MuseoSans_900_ItalicWeb.woff) format('woff');
  font-style: italic;
  font-weight: 900;
}
/*Rassurant*/
.reassurance {
  font-size: 16px;
}
.reassurance p.reassurance-title {
  color: #f1272d;
  font-weight: 900;
  font-size: 22px;
  margin: 10px 10px 10px 42px;
}
.reassurance .reassurance-item {
  margin: 25px auto;
}
.reassurance .picto {
  width: 32px;
  height: 50px;
  float: left;
}
.reassurance .picto img {
  margin: -15px;
  margin-top: -24px;
  width: auto;
  height: 56px;
}
.reassurance p {
  display: block;
  margin: 0 10px 10px 42px;
}
@media (max-width: 768px) {
  .reassurance .reassurance-item h3 {
    margin-bottom: 0;
  }
  .reassurance .reassurance-item p {
    font-size: 15px;
  }
}
/*Footer*/
@font-face {
  font-family: total;
  src: url("../fonts/total-v-5.eot");
  src: url("../fonts/total-v-5.eot?#iefix") format("embedded-opentype"), url("../fonts/total-v-5.woff") format("woff"), url("../fonts/total-v-5.ttf") format("truetype"), url("../fonts/total-v-5.svg#total") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: glyphicons;
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#total") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: total !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tooltip {
  font-family: total;
  content: '$';
}
footer {
  font-size: 14px;
}
footer .footer-links {
  background-color: #eeeeee;
  padding-top: 30px;
}
footer .footer-links a {
  color: #333333;
  font-weight: 300;
}
footer .footer-links a:hover {
  color: #f1272d;
  text-decoration: none;
}
footer .footer-links ul,
footer .footer-links li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .footer-links .help,
footer .footer-links .links-zone1,
footer .footer-links .links-zone2,
footer .footer-links .account-social {
  box-sizing: border-box;
  width: 21.25%;
  float: left;
  padding: 0 10px;
}
footer .footer-links .infos-mol {
  box-sizing: border-box;
  width: 15%;
  float: left;
  padding: 0;
}
footer .footer-links .infos-mol img {
  width: 95%;
}
footer .footer-links .infos-mol .footer-address {
  margin-top: 15px;
}
footer .footer-links .need-help,
footer .footer-links li.first-level-links > a,
footer .footer-links li.first-level-links > div,
footer .footer-links .follow-us {
  font-weight: 700;
  line-height: 40px;
}
footer .footer-links .links-zone1 > li,
footer .footer-links .help div {
  border-bottom: 1px #dddddd solid;
}
footer .footer-links .links-zone1 > li:last-child,
footer .footer-links .help div:last-child {
  border-bottom: none;
}
footer .footer-links .help div {
  padding: 15px 0;
}
footer .footer-links .help div:first-child {
  padding: 0;
}
footer .footer-links .need-help-phone {
  position: relative;
}
footer .footer-links .need-help-phone .phone-hours-content {
  padding-left: 25px;
  display: block;
}
footer .footer-links .need-help-phone .phone-hours-content:before {
  font-family: total;
  content: 'o';
  line-height: normal;
  font-size: 20px;
  position: absolute;
  left: 0px;
}
footer .footer-links .need-help-phone .phone-hours-content .phone-number {
  display: block;
}
footer .footer-links .need-help-phone .phone-hours-content .phone-hours {
  font-size: 10px;
}
footer .footer-links .faq-link,
footer .footer-links .contact-link,
footer .footer-links .twitter-link,
footer .footer-links .facebook-link {
  position: relative;
}
footer .footer-links .faq-link span,
footer .footer-links .contact-link span,
footer .footer-links .twitter-link span,
footer .footer-links .facebook-link span {
  padding-left: 25px;
  display: block;
}
footer .footer-links .faq-link span:before,
footer .footer-links .contact-link span:before,
footer .footer-links .twitter-link span:before,
footer .footer-links .facebook-link span:before {
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
}
footer .footer-links .contact-link span:before {
  font-family: total;
  content: 'h';
  line-height: normal;
}
footer .footer-links .faq-link span:before {
  font-family: total;
  content: 'b';
  line-height: normal;
}
footer .footer-links .twitter-link span:before {
  color: #999999;
  font-family: total;
  content: 'n';
  line-height: normal;
  margin-top: -5px;
}
footer .footer-links .facebook-link span:before {
  color: #999999;
  font-family: total;
  content: 'j';
  line-height: normal;
  margin-top: -5px;
}
footer .footer-links .social-link {
  display: inline-block;
}
footer .footer-links .second-level-links li,
footer .footer-links .facebook-link,
footer .footer-links .twitter-link {
  padding: 5px 0;
}
footer .footer-links .mobile-lang-selector {
  display: none;
}
.footer-copyright {
  padding-bottom: 50px;
  position: relative;
}
.footer-copyright .copyright {
  line-height: 25px;
  font-size: 10px;
  color: #999999;
}
.footer-copyright .total-service {
  display: block;
  float: right;
  height: 25px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.footer-copyright .total-service span {
  line-height: 25px;
  display: inline-block;
  float: left;
  padding-right: 5px;
  font-size: 10px;
  color: #999999;
  font-style: italic;
}
.footer-copyright .total-service img {
  width: 90px;
  display: inline-block;
  margin-top: -3px;
}
.allow-cookie-warning {
  z-index: 9999999999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 20px 10px;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
}
.allow-cookie-warning .error {
  display: none;
}
.allow-cookie-warning > span > a,
.allow-cookie-warning > span a:hover,
.allow-cookie-warning > span a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.allow-cookie-warning a.close-allow-cookie-warning {
  /*float: right;*/
  line-height: 30px;
  padding: 0 10px;
  background: #f5f5f5;
  color: black;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /*margin-top: 5px;*/
  margin-left: 18px;
  font-family: total;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  footer .footer-links .infos-mol,
  footer .footer-links .help,
  footer .footer-links .links-zone1 {
    width: 32.66666667%;
  }
  footer .footer-links .links-zone2,
  footer .footer-links .account-social {
    width: 65.33333333%;
    margin-left: 33.33333333%;
    padding: 15px 10px;
  }
  footer .footer-links .links-zone2 > li.first-level-links,
  footer .footer-links .account-social > li.first-level-links {
    margin-left: 14px;
  }
  footer .footer-links div.account-social {
    padding-left: 23px;
  }
  footer .footer-links .infos-mol {
    margin-left: 2%;
  }
  footer .footer-links .account-social {
    position: relative;
  }
  footer .footer-links .mobile-lang-selector {
    display: block;
    padding-bottom: 20px;
    width: 404px;
    margin-left: 2%;
  }
  footer .footer-links .mobile-lang-selector a {
    line-height: 18px;
    display: inline-block;
    line-height: 30px;
    width: 100px;
    text-align: center;
  }
  footer .footer-links .mobile-lang-selector .selector {
    font-weight: bold;
    background: linear-gradient(to bottom, #323232 0%, #222222 100%);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
    color: white;
  }
  .allow-cookie-warning {
    width: 100%;
  }
  .allow-cookie-warning a.close-allow-cookie-warning {
    line-height: 20px;
  }
  .footer-copyright {
    padding: 0 15px 50px 15px;
  }
  .footer-copyright .total-service {
    float: none;
    bottom: 15px;
    position: absolute;
  }
}
/*Navigation footer*/
@media (max-width: 1023px) {
  header .mobile-burger,
  header .mobile-account,
  header .mobile-facebook {
    display: block;
    height: 65px;
  }
  header .mobile-burger div,
  header .mobile-account div,
  header .mobile-facebook div {
    font-family: total;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
  }
  header .mobile-burger {
    float: left;
  }
  header .mobile-burger div {
    color: #363a38;
  }
  header .mobile-account,
  header .mobile-facebook {
    float: right;
  }
  header .mobile-account div,
  header .mobile-facebook div {
    color: #999999;
  }
  header .logo {
    width: 195px;
    display: block;
    float: none;
    margin: auto;
  }
  header .logo img {
    width: 195px;
  }
  header aside {
    display: none;
  }
}
@media (max-width: 400px) {
  header .mobile-burger div,
  header .mobile-account div,
  header .mobile-facebook div {
    font-size: 20px;
  }
}
nav.main-menu.tablet .mobile-menu {
  display: inline-block !important;
}
nav.main-menu.tablet .menu > li > a:first-child {
  display: none !important;
}
nav.main-menu.tablet .menu > li > ul {
  display: none;
}
nav.main-menu,
nav.account-menu {
  position: relative;
}
nav.main-menu .mobile-help,
nav.account-menu .mobile-help,
nav.main-menu .mobile-contact-us,
nav.account-menu .mobile-contact-us {
  display: none;
}
nav.main-menu .mobile-menu,
nav.account-menu .mobile-menu {
  display: none;
}
nav.main-menu ul,
nav.account-menu ul,
nav.main-menu ul li,
nav.account-menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.main-menu ul > li,
nav.account-menu ul > li {
  float: left;
  height: 40px;
  line-height: 40px;
  /*position: relative;*/
}
nav.main-menu ul > li > a,
nav.account-menu ul > li > a,
nav.main-menu ul > li > a:hover,
nav.account-menu ul > li > a:hover,
nav.main-menu ul > li > a:visited,
nav.account-menu ul > li > a:visited,
nav.main-menu ul > li > a:active,
nav.account-menu ul > li > a:active {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
  color: #363a38;
  text-transform: uppercase;
  border-right: 1px #dddddd solid;
  vertical-align: middle;
  line-height: normal;
  padding: 0px 10px;
  text-decoration: none;
}
nav.main-menu ul > li > ul,
nav.account-menu ul > li > ul {
  display: inline-block;
  position: absolute;
  left: -10000px;
  background: #333333;
  color: #ffffff;
  z-index: 3;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.15);
}
nav.main-menu ul > li > ul > li:first-child,
nav.account-menu ul > li > ul > li:first-child {
  padding: 21px 0 30px 5px;
}
nav.main-menu ul > li > ul > li,
nav.account-menu ul > li > ul > li {
  display: inline-block;
  font-size: 15px;
  padding: 11px 0 29px 5px;
  margin: 0 21px 0 15px;
  border-bottom: 1px solid #484848;
  line-height: 0;
  height: 0;
  color: #ffffff;
}
nav.main-menu ul > li > ul > li > a,
nav.account-menu ul > li > ul > li > a,
nav.main-menu ul > li > ul > li > a:hover,
nav.account-menu ul > li > ul > li > a:hover,
nav.main-menu ul > li > ul > li > a:visited,
nav.account-menu ul > li > ul > li > a:visited,
nav.main-menu ul > li > ul > li > a:active,
nav.account-menu ul > li > ul > li > a:active {
  width: 253px;
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #ffffff;
  text-transform: none;
  vertical-align: auto;
  line-height: 20px;
  padding: 0;
  border-left: none;
  border-right: none;
}
nav.main-menu ul > li > ul > li > a:hover,
nav.account-menu ul > li > ul > li > a:hover,
nav.main-menu ul > li > ul > li > a:active,
nav.account-menu ul > li > ul > li > a:active {
  text-decoration: underline;
}
nav.main-menu ul > li > ul > li:last-child,
nav.account-menu ul > li > ul > li:last-child {
  padding: 12px 0px 42px 5px;
  border-bottom: none;
}
nav.main-menu ul > li > ul > li.submenu-3-zones,
nav.account-menu ul > li > ul > li.submenu-3-zones {
  padding: 0;
  background: #333333;
}
nav.main-menu ul > li > ul > li.submenu-3-zones > ul,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul {
  left: 390px;
  display: block;
  width: 390px;
}
nav.main-menu ul > li > ul > li.submenu-3-zones > ul > li,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul > li {
  display: inline-block;
  font-size: 15px;
  padding: 10px 0px 10px 5px;
  margin: 0 21px 0 14px;
  border-bottom: 1px solid #484848;
  line-height: 20px;
  color: #ffffff;
  height: auto;
}
nav.main-menu ul > li > ul > li.submenu-3-zones > ul > li > a,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul > li > a,
nav.main-menu ul > li > ul > li.submenu-3-zones > ul > li > a:hover,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul > li > a:hover,
nav.main-menu ul > li > ul > li.submenu-3-zones > ul > li > a:visited,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul > li > a:visited,
nav.main-menu ul > li > ul > li.submenu-3-zones > ul > li > a:active,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul > li > a:active {
  width: 292px;
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #ffffff;
  text-transform: none;
  vertical-align: auto;
  line-height: 20px;
  padding: 0;
  border-left: none;
  border-right: none;
}
nav.main-menu ul > li > ul > li.submenu-3-zones > ul > li > a:hover,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul > li > a:hover,
nav.main-menu ul > li > ul > li.submenu-3-zones > ul > li > a:active,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul > li > a:active {
  text-decoration: underline;
}
nav.main-menu ul > li > ul > li.submenu-3-zones > ul:first-child,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul:first-child {
  left: 0;
}
nav.main-menu ul > li > ul > li.submenu-3-zones > ul:last-child,
nav.account-menu ul > li > ul > li.submenu-3-zones > ul:last-child {
  left: 780px;
}
nav.main-menu ul > li > ul > li.submenu-fuel-aaz > ul,
nav.account-menu ul > li > ul > li.submenu-fuel-aaz > ul {
  height: 318px;
}
nav.main-menu ul > li > ul > li.submenu-fuel-aaz > ul > li:first-child,
nav.account-menu ul > li > ul > li.submenu-fuel-aaz > ul > li:first-child {
  font-weight: 900;
  border-bottom: none;
  padding: 21px 0 10px 5px !important;
}
nav.main-menu ul > li > ul > li.submenu-fuel-aaz > ul > li:last-child,
nav.account-menu ul > li > ul > li.submenu-fuel-aaz > ul > li:last-child {
  border-bottom: none;
  padding-top: 7px;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul {
  height: 370px;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul > li:first-child,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul > li:first-child {
  margin-top: 13px;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul > li:last-child,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul > li:last-child {
  border-bottom: none;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order {
  background-color: #444444;
  z-index: 5;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div {
  width: 354px;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div .headline,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div .headline {
  font-weight: 700;
  font-size: 17px;
  display: block;
  text-align: center;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div .order,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div .order {
  position: absolute;
  bottom: 65px;
  right: 20px;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div .order-arrow,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div .order-arrow {
  position: absolute;
  right: -40px;
  bottom: 55px;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul {
  display: block;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul > li,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul > li {
  line-height: 20px;
  margin: 10px 0;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul > li > span.bullet,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul > li > span.bullet {
  display: block;
  background-color: #f1272d;
  border-radius: 50%;
  border-color: #f1272d;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 27px;
  z-index: 5;
  position: inherit;
  bottom: inherit;
  left: inherit;
  position: absolute;
  font-weight: bold;
  font-size: 20px;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul > li > span.bullet-text,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul > li > span.bullet-text {
  position: relative;
  top: -7px;
  left: 32px;
  width: 340px;
  border: none;
  padding-right: 30px;
  display: block;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul > li:first-child,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-how-to-order > li > div > ul > li:first-child {
  margin-top: 30px;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-suppliers-finder-form,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-suppliers-finder-form {
  background-color: #f8dc00;
  z-index: 3;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-suppliers-finder-form > li,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-suppliers-finder-form > li {
  margin-top: 3px;
  padding-top: 0;
  line-height: 0;
}
nav.main-menu ul > li > ul > li.submenu-order-fuel > ul.sub-suppliers-finder-form > li input.error-bottom + label.error,
nav.account-menu ul > li > ul > li.submenu-order-fuel > ul.sub-suppliers-finder-form > li input.error-bottom + label.error {
  right: calc(100% + 5px);
}
nav.main-menu ul > li > ul > li.submenu-price-fuel > ul,
nav.account-menu ul > li > ul > li.submenu-price-fuel > ul {
  height: 330px;
}
nav.main-menu ul > li > ul > li.submenu-price-fuel > ul > li:first-child,
nav.account-menu ul > li > ul > li.submenu-price-fuel > ul > li:first-child {
  margin-top: 13px;
}
nav.main-menu ul > li > ul > li.submenu-price-fuel > ul > li:last-child,
nav.account-menu ul > li > ul > li.submenu-price-fuel > ul > li:last-child {
  border-bottom: none;
}
nav.main-menu ul > li > ul > li.submenu-price-fuel > ul.sub-price-chart,
nav.account-menu ul > li > ul > li.submenu-price-fuel > ul.sub-price-chart {
  background-color: #444444;
  text-align: center;
}
nav.main-menu ul > li > ul > li.submenu-price-fuel > ul.sub-price-chart > li > strong.oil-price-evolution-title,
nav.account-menu ul > li > ul > li.submenu-price-fuel > ul.sub-price-chart > li > strong.oil-price-evolution-title {
  font-weight: 900;
  display: block;
  margin-bottom: 13px;
}
nav.main-menu ul > li > ul > li.submenu-price-fuel > ul.sub-price-chart > li > div,
nav.account-menu ul > li > ul > li.submenu-price-fuel > ul.sub-price-chart > li > div {
  width: 354px;
}
nav.main-menu ul > li > ul > li.submenu-price-fuel > ul.sub-suppliers-finder-form,
nav.account-menu ul > li > ul > li.submenu-price-fuel > ul.sub-suppliers-finder-form {
  background-color: #f8dc00;
  z-index: 3;
}
nav.main-menu ul > li > ul > li.submenu-price-fuel > ul.sub-suppliers-finder-form > li,
nav.account-menu ul > li > ul > li.submenu-price-fuel > ul.sub-suppliers-finder-form > li {
  margin-top: 3px;
  padding-top: 0;
  line-height: 0;
}
nav.main-menu ul > li > ul > li.submenu-actus > ul,
nav.account-menu ul > li > ul > li.submenu-actus > ul {
  height: 341px;
  background: #444444;
}
nav.main-menu ul > li > ul > li.submenu-actus > ul > li:first-child,
nav.account-menu ul > li > ul > li.submenu-actus > ul > li:first-child {
  font-weight: 900;
  border-bottom: none;
  padding: 21px 0 10px 5px !important;
}
nav.main-menu ul > li > ul > li.submenu-actus > ul:first-child,
nav.account-menu ul > li > ul > li.submenu-actus > ul:first-child {
  background: #333333;
}
nav.main-menu ul > li > ul > li.submenu-actus > ul:first-child > li:last-child,
nav.account-menu ul > li > ul > li.submenu-actus > ul:first-child > li:last-child {
  border-bottom: none;
  padding-top: 7px;
}
nav.main-menu ul > li > ul > li.submenu-actus > ul:last-child > li:last-child,
nav.account-menu ul > li > ul > li.submenu-actus > ul:last-child > li:last-child {
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 150px;
}
nav.main-menu ul > li > ul > li.submenu-actus > ul:last-child > li:last-child a,
nav.account-menu ul > li > ul > li.submenu-actus > ul:last-child > li:last-child a {
  color: #f8dc00;
  margin: 0;
}
nav.main-menu ul > li > ul > li.submenu-actus .menu-article span,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article span {
  display: block;
}
nav.main-menu ul > li > ul > li.submenu-actus .menu-article a,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article a {
  color: #f8dc00;
}
nav.main-menu ul > li > ul > li.submenu-actus .menu-article a:hover,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article a:hover {
  color: #f8dc00;
  text-decoration: underline;
}
nav.main-menu ul > li > ul > li.submenu-actus .menu-article img,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article img {
  margin-top: -3px;
  height: 124px;
  width: 306px;
  object-fit: cover;
}
nav.main-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title {
  max-height: 40px;
  overflow: hidden;
  font-weight: 700;
  margin: 12px 0 0 0;
}
nav.main-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title a,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title a,
nav.main-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title a:hover,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title a:hover,
nav.main-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title a:visited,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title a:visited,
nav.main-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title a:active,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-title a:active {
  color: #ffffff;
  text-decoration: none;
}
nav.main-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-intro,
nav.account-menu ul > li > ul > li.submenu-actus .menu-article > .menu-article-intro {
  color: #cccccc;
  font-size: 13px;
}
nav.main-menu ul > li > ul > li.submenu-supplier > ul,
nav.account-menu ul > li > ul > li.submenu-supplier > ul {
  height: 355px;
}
nav.main-menu ul > li > ul > li.submenu-supplier > ul.sub-suppliers-finder-form,
nav.account-menu ul > li > ul > li.submenu-supplier > ul.sub-suppliers-finder-form {
  background-color: #f8dc00;
  z-index: 4;
}
nav.main-menu ul > li > ul > li.submenu-supplier > ul.sub-suppliers-finder-form > li,
nav.account-menu ul > li > ul > li.submenu-supplier > ul.sub-suppliers-finder-form > li {
  margin-top: 3px;
  padding-top: 0;
  line-height: 0;
  border: none;
}
nav.main-menu ul > li > ul > li.submenu-supplier > ul.sub-suppliers-finder-form > li label.error:before,
nav.account-menu ul > li > ul > li.submenu-supplier > ul.sub-suppliers-finder-form > li label.error:before {
  left: 0;
  right: 100%;
  -ms-transform: rotate(180deg) translateY(5px) translateX(10px);
      transform: rotate(180deg) translateY(5px) translateX(10px);
}
nav.main-menu ul > li > ul > li.submenu-supplier > ul.sub-suppliers-finder-form > li input.error-bottom + label.error,
nav.account-menu ul > li > ul > li.submenu-supplier > ul.sub-suppliers-finder-form > li input.error-bottom + label.error {
  left: calc(83%);
  right: 0;
}
nav.main-menu ul > li > ul > li.submenu-supplier > ul:last-child,
nav.account-menu ul > li > ul > li.submenu-supplier > ul:last-child {
  width: 780px;
  left: 390px;
}
nav.main-menu ul > li:hover > ul,
nav.account-menu ul > li:hover > ul,
nav.main-menu ul > li.displayed-menu > ul,
nav.account-menu ul > li.displayed-menu > ul {
  left: 0;
}
nav.main-menu ul > li:nth-child(6):hover ul,
nav.account-menu ul > li:nth-child(6):hover ul {
  left: inherit;
  right: 0;
  width: 450px;
}
nav.main-menu ul > li:nth-child(6):hover ul > li,
nav.account-menu ul > li:nth-child(6):hover ul > li {
  float: left;
  clear: both;
}
nav.main-menu ul > li:nth-child(6):hover ul > li a,
nav.account-menu ul > li:nth-child(6):hover ul > li a {
  width: 410px;
}
nav.main-menu ul > li:first-child > a,
nav.account-menu ul > li:first-child > a,
nav.main-menu ul > li:first-child > a:hover,
nav.account-menu ul > li:first-child > a:hover,
nav.main-menu ul > li:first-child > a:visited,
nav.account-menu ul > li:first-child > a:visited,
nav.main-menu ul > li:first-child > a:active,
nav.account-menu ul > li:first-child > a:active {
  border-left: none;
  padding: 0 10px 0 0;
}
nav.main-menu ul.menu > li:hover > span,
nav.account-menu ul.menu > li:hover > span,
nav.main-menu ul.menu > li.displayed-menu > span,
nav.account-menu ul.menu > li.displayed-menu > span {
  position: relative;
  left: 50%;
  width: 15px;
  display: block;
  -ms-transform: translateX(-4px);
      transform: translateX(-4px);
}
nav.main-menu ul.menu > li:hover > span:after,
nav.account-menu ul.menu > li:hover > span:after,
nav.main-menu ul.menu > li.displayed-menu > span:after,
nav.account-menu ul.menu > li.displayed-menu > span:after {
  z-index: 5;
  bottom: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #333333 transparent;
  content: "";
}
nav.main-menu ul.menu > li:hover .red-link,
nav.account-menu ul.menu > li:hover .red-link,
nav.main-menu ul.menu > li.displayed-menu .red-link,
nav.account-menu ul.menu > li.displayed-menu .red-link {
  color: #ed2627;
}
nav.main-menu ul .selected-link,
nav.account-menu ul .selected-link {
  color: #ed2627 !important;
}
nav.main-menu ul li.language-selector-nav,
nav.account-menu ul li.language-selector-nav {
  display: none;
}
nav.main-menu .menu-search > a,
nav.account-menu .menu-search > a,
nav.main-menu .menu-search a:hover,
nav.account-menu .menu-search a:hover,
nav.main-menu .menu-search a:visited,
nav.account-menu .menu-search a:visited,
nav.main-menu .menu-search align-content:active,
nav.account-menu .menu-search align-content:active,
nav.main-menu .menu-search align-content:link,
nav.account-menu .menu-search align-content:link {
  font-family: total;
  text-transform: none;
  border-right: none;
}
nav.main-menu .menu-search .menu-search-panel,
nav.account-menu .menu-search .menu-search-panel {
  display: none;
  padding: 15px;
  width: 450px;
  background-color: #363a38;
  position: absolute;
  right: 0;
  z-index: 10000;
}
nav.main-menu .menu-search .menu-search-panel a.button-red,
nav.account-menu .menu-search .menu-search-panel a.button-red,
nav.main-menu .menu-search .menu-search-panel a.button-red:hover,
nav.account-menu .menu-search .menu-search-panel a.button-red:hover {
  margin-left: 285px;
  width: 135px;
  font-family: museo-sans;
}
nav.main-menu .menu-search .menu-search-panel input,
nav.account-menu .menu-search .menu-search-panel input {
  float: left;
  width: 275px;
}
nav.main-menu .menu-search .menu-search-panel .arrow-up,
nav.account-menu .menu-search .menu-search-panel .arrow-up {
  display: block;
  position: absolute;
  top: -7px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #363a38 transparent;
}
nav.main-menu .home-city-card-container,
nav.account-menu .home-city-card-container {
  padding-top: 25px;
}
nav.main-menu .home-city-card-container .home-city-card,
nav.account-menu .home-city-card-container .home-city-card {
  width: 310px;
  height: 115px;
  background-size: cover;
  background-position: center;
  float: left;
  overflow: hidden;
  position: relative;
}
nav.main-menu .home-city-card-container .home-city-card-odd,
nav.account-menu .home-city-card-container .home-city-card-odd {
  margin: 0 15px 15px 0;
}
nav.main-menu .home-city-card-container .home-city-card-even,
nav.account-menu .home-city-card-container .home-city-card-even {
  margin: 0 0 15px 0;
}
nav.main-menu .home-city-card-container .home-city-card img,
nav.account-menu .home-city-card-container .home-city-card img {
  width: 311px;
  height: 116px;
  z-index: 1;
}
nav.main-menu .home-city-card-container .home-city-card span.bkg_hover,
nav.account-menu .home-city-card-container .home-city-card span.bkg_hover {
  height: 100%;
  width: 100%;
  background-color: rgba(75, 75, 75, 0.5);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(27%, rgba(0, 0, 0, 0)), color-stop(54%, rgba(0, 0, 0, 0.22)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.22) 54%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: 2;
}
nav.main-menu .home-city-card-container .home-city-card .city-name,
nav.account-menu .home-city-card-container .home-city-card .city-name {
  display: block;
  color: white;
  font-weight: normal;
  font-size: 26px;
  padding: 50px 0 0 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  z-index: 3;
}
nav.main-menu .home-city-card-container .home-city-card .suppliers,
nav.account-menu .home-city-card-container .home-city-card .suppliers {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 0 20px;
  position: absolute;
  bottom: 5px;
  z-index: 4;
}
nav.main-menu .show-all-suppliers,
nav.account-menu .show-all-suppliers {
  text-align: right;
}
nav.main-menu .show-all-suppliers .all-suppliers,
nav.account-menu .show-all-suppliers .all-suppliers {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  color: #f8dc00;
}
nav.main-menu .show-all-suppliers .all-suppliers:after,
nav.account-menu .show-all-suppliers .all-suppliers:after {
  font-family: total;
  content: 'm';
  line-height: normal;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
}
nav.main-menu .responsive-menu,
nav.account-menu .responsive-menu {
  display: none;
}
nav.main-menu .widget-suppliersfinderform {
  width: 350px;
}
nav.account-menu {
  display: none;
}
nav.footer-menu ul,
nav.footer-menu ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.footer-menu ul > li {
  float: left;
  height: 40px;
  line-height: 40px;
}
nav.footer-menu ul > li > a,
nav.footer-menu ul > li > a:visited,
nav.footer-menu ul > li > a:active {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 13px;
  color: #333333;
  border-left: 1px #dddddd solid;
  vertical-align: middle;
  line-height: normal;
  padding: 0px 10px;
  transition: color 0.3s ease;
}
nav.footer-menu ul > li > a:hover,
nav.footer-menu ul > li > a:visited:hover,
nav.footer-menu ul > li > a:active:hover {
  color: #f1272d;
  text-decoration: none;
}
nav.footer-menu ul > li:first-child > a,
nav.footer-menu ul > li:first-child > a:hover,
nav.footer-menu ul > li:first-child > a:visited,
nav.footer-menu ul > li:first-child > a:active {
  border-left: none;
  padding: 0 10px 0 0;
}
@media (max-width: 1023px) {
  nav.main-menu {
    display: none;
  }
  nav.account-menu {
    background-color: rgba(107, 107, 107, 0.7);
    bottom: -20px;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
  }
  nav.account-menu > div {
    width: 260px;
    height: 100%;
    background-color: #f8dc00;
  }
  nav.account-menu ul.menu {
    background-color: #333333;
    margin: 0px;
    padding: 0px;
  }
  nav.account-menu ul.menu li {
    float: none;
    border-top: 1px solid #484848;
    height: auto;
  }
  nav.account-menu ul.menu li a {
    padding: 15px 15px 15px 48px;
  }
  nav.account-menu ul.menu li a,
  nav.account-menu ul.menu li a:hover,
  nav.account-menu ul.menu li a:visited,
  nav.account-menu ul.menu li a:active {
    text-transform: none;
    color: white;
    border-left: none;
    border-right: none;
    font-weight: 500 !important;
    font-size: 15px;
    width: 100%;
    margin: 0;
    display: block;
  }
  nav.account-menu ul.menu li a:before {
    font-family: total;
    content: 'm';
    line-height: normal;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 18px;
  }
  nav.account-menu ul.menu li:hover a {
    padding: 15px 15px 15px 48px;
  }
  nav.account-menu .responsive-menu {
    display: inline-block;
  }
  nav.mobile-main-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -20px;
    right: 0;
    background-color: rgba(107, 107, 107, 0.7);
    z-index: 10000;
    display: none;
    padding-left: 0;
    padding-right: 0;
    /*Taille générale*/
    /*Block d'aide*/
    /*End block d'aide*/
    /*Debut menu*/
    /*Level 01*/
  }
  nav.mobile-main-menu > div {
    width: 260px;
    height: 100%;
    background-color: #f8dc00;
  }
  nav.mobile-main-menu .mobile-help {
    background-color: #333333;
    display: block;
    padding: 0 0 10px 20px;
  }
  nav.mobile-main-menu .mobile-help .help-text {
    font-size: 15px;
    line-height: 40px;
    color: white;
    display: block;
  }
  nav.mobile-main-menu .mobile-help .help-phone {
    font-weight: 900;
    font-size: 17px;
    line-height: 18px;
    color: #111111;
    background-color: #f8dc00;
    padding: 2px 10px;
  }
  nav.mobile-main-menu .mobile-help .help-phone span {
    position: relative;
    padding-left: 15px;
  }
  nav.mobile-main-menu .mobile-help .help-phone span:before {
    position: absolute;
    display: block;
    font-family: total;
    content: 'o';
    line-height: normal;
    left: 0;
    top: 0;
  }
  nav.mobile-main-menu .mobile-help .help-phone span a {
    color: #111111;
  }
  nav.mobile-main-menu .mobile-help .mobile-search {
    position: relative;
    display: inline-block;
    width: 160px;
  }
  nav.mobile-main-menu .mobile-help .mobile-search input {
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    background-color: #484848;
    margin: 15px auto;
    border: none;
    border-color: transparent;
    line-height: 40px;
    padding: 0 40px 0 15px;
    color: #999999;
  }
  nav.mobile-main-menu .mobile-help .mobile-search a {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 15px;
  }
  nav.mobile-main-menu .mobile-help .mobile-search a span {
    display: block;
    font-family: total;
    line-height: 40px;
    font-size: 18px;
    color: white;
    text-align: center;
  }
  nav.mobile-main-menu .mobile-help .language-selector-nav {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
  }
  nav.mobile-main-menu .mobile-help .language-selector-nav a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  nav.mobile-main-menu .mobile-help .language-selector-nav a + a {
    padding-left: 5px;
  }
  nav.mobile-main-menu .mobile-help .language-selector-nav a:hover,
  nav.mobile-main-menu .mobile-help .language-selector-nav a.active {
    font-weight: bold;
    color: #f8dc00;
  }
  nav.mobile-main-menu .mobile-help .mobile-contact-us {
    display: block;
    margin: 25px;
  }
  nav.mobile-main-menu ul.menu {
    background-color: #333333;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  nav.mobile-main-menu ul.menu .desktop-menu {
    display: none;
    cursor: default;
  }
  nav.mobile-main-menu ul.menu li {
    width: 100%;
    border-top: 1px #484848 solid;
    position: relative;
  }
  nav.mobile-main-menu ul.menu li a {
    padding: 15px 15px 15px 48px;
  }
  nav.mobile-main-menu ul.menu li a,
  nav.mobile-main-menu ul.menu li a:hover,
  nav.mobile-main-menu ul.menu li a:visited,
  nav.mobile-main-menu ul.menu li a:active {
    text-transform: none;
    color: white;
    border-left: none;
    border-right: none;
    font-weight: 500 !important;
    font-size: 15px;
    width: 100%;
    margin: 0;
    display: block;
  }
  nav.mobile-main-menu ul.menu li a:before {
    font-family: total;
    content: 'm';
    line-height: normal;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 18px;
  }
  nav.mobile-main-menu ul.menu li a.down-arrow::before {
    content: 'l' !important;
  }
  nav.mobile-main-menu ul.menu li > ul {
    margin: 0px;
    padding: 0px;
    display: block;
    background: #7f7f7f;
    display: none;
  }
  nav.mobile-main-menu ul.menu li > ul li {
    border-top: 1px #8c8c8c solid;
  }
  nav.mobile-main-menu ul.menu li > ul li a:before {
    content: "";
  }
  nav.mobile-main-menu ul.menu li > ul li > ul {
    display: block;
  }
  nav.mobile-main-menu ul.menu li .show-all-suppliers {
    position: relative;
  }
  nav.mobile-main-menu ul.menu li .show-all-suppliers a::after {
    content: "m";
    font-family: total;
    line-height: normal;
    position: absolute;
    -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    right: 10px;
    top: 48%;
  }
  nav.mobile-main-menu ul.menu li .submenu-fuel-aaz li:first-child {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500 !important;
    margin: 0;
    text-transform: none;
    width: 100%;
    padding: 15px 15px 15px 48px;
  }
  nav.mobile-main-menu ul.menu li .submenu-fuel-aaz li:first-child::after {
    font-family: total;
    content: 'm';
    line-height: normal;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 18px;
  }
  nav.mobile-main-menu ul.menu li .submenu-fuel-aaz li:first-child.down-arrow::after {
    content: 'l' !important;
  }
  nav.mobile-main-menu ul.menu li .submenu-fuel-aaz li {
    display: none;
  }
  nav.mobile-main-menu ul.menu li .submenu-fuel-aaz li > a {
    padding-left: 58px;
  }
  nav.mobile-main-menu ul.menu li .submenu-actus li {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500 !important;
    margin: 0;
    text-transform: none;
    width: 100%;
    padding: 15px 15px 15px 48px;
  }
  nav.mobile-main-menu ul.menu li .submenu-actus li a {
    padding: 0px;
  }
  nav.mobile-main-menu .mobile-contact-us {
    display: block;
    margin: 25px;
  }
  /*Désactivation .li & div inutiles en mobile*/
  nav.mobile-main-menu li.submenu-price-fuel .sub-price-chart,
  nav.mobile-main-menu li.submenu-price-fuel .sub-suppliers-finder-form {
    display: none;
  }
  nav.mobile-main-menu li.submenu-order-fuel .sub-how-to-order,
  nav.mobile-main-menu li.submenu-order-fuel .sub-suppliers-finder-form {
    display: none;
  }
  nav.mobile-main-menu li.submenu-supplier .sub-suppliers-finder-form {
    display: none;
  }
  nav.mobile-main-menu li.submenu-supplier li > div > div:first-child {
    display: none;
  }
  nav.mobile-main-menu li.submenu-supplier li > div div.home-city-card {
    background: none !important;
    border-bottom: 1px solid #8c8c8c;
    height: auto;
    margin: 0;
    width: 100%;
  }
  nav.mobile-main-menu li.submenu-supplier li > div div.home-city-card img {
    display: none;
  }
  nav.mobile-main-menu li.submenu-supplier li > div div.home-city-card span {
    display: none;
  }
  nav.mobile-main-menu li.submenu-actus > ul:nth-child(2),
  nav.mobile-main-menu li.submenu-actus > ul:nth-child(3) {
    display: none;
  }
  nav.mobile-main-menu li.menu-search {
    display: none;
  }
}
/*PriceHistoryWidget*/
.widget-pricehistorychart[data-bigview=False] {
  width: 298px;
  height: 179px;
}
.widget-pricehistorychart[data-bigview=False] .widget-pricehistorychart-chart {
  height: 110px;
}
.widget-pricehistorychart:before,
.widget-pricehistorychart:after {
  content: '';
  display: block;
  clear: both;
}
.widget-pricehistorychart-header {
  /*height: 68px;*/
  height: auto;
  background: #fff;
  position: relative;
  /*padding-left: 10px;*/
  color: #777777;
  font-size: 12px;
  /*& div {
            padding: 0;
        }*/
}
.widget-pricehistorychart-header .price-label {
  white-space: nowrap;
  margin-top: -2px;
}
.widget-pricehistorychart-header > div:nth-child(2),
.widget-pricehistorychart-header > div:nth-child(3) {
  margin-top: 16px;
}
.widget-pricehistorychart-header > div:first-child {
  margin-top: 2px;
}
.widget-pricehistorychart-header > div:first-child b[data-icon] {
  font-size: 24px;
  vertical-align: baseline;
}
.widget-pricehistorychart-header > div:first-child strong {
  font-size: 24px;
  color: #000;
}
.widget-pricehistorychart-header > div:first-child sub {
  font-size: 15px;
  color: #111;
}
.widget-pricehistorychart-header > div:first-child small {
  position: absolute;
  bottom: -10px;
  width: 200%;
}
.widget-pricehistorychart-footer {
  font-size: 13px;
  color: #000;
  text-align: left;
  background: #fff;
  height: 54px;
  line-height: 54px;
}
.widget-pricehistorychart-footer sub {
  font-size: 15px;
  margin-right: 20px;
}
.widget-pricehistorychart-footer span {
  font-size: 22px;
}
.widget-pricehistorychart-footer > div {
  margin-left: 12px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.widget-pricehistorychart-tooltip {
  position: absolute;
  z-index: 1000;
  margin-left: -74px;
  left: -10000px;
  border-radius: 10px;
  border: none;
  box-shadow: 1px 1px 5px #cccccc;
  color: #333333;
  pointer-events: none;
  background: #fff;
  transition: opacity ease 1s;
}
.widget-pricehistorychart-tooltip h1.tooltip-date {
  font: 700 13px museo-sans, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 11px 8px 13px;
  border-bottom: solid 1px #ccc;
  width: 180px;
}
.widget-pricehistorychart-tooltip div {
  line-height: 38px;
}
.widget-pricehistorychart-tooltip small {
  font-size: 11px;
  padding-left: 8px;
  display: inline-block;
  line-height: normal;
  width: 80px;
  margin-right: 17px;
  vertical-align: middle;
}
.widget-pricehistorychart-tooltip strong {
  font-size: 18px;
  margin-right: 14px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.widget-pricehistorychart [data-icon] {
  color: #f1272d;
  margin-right: 12px;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
}
.widget-pricehistorychart [data-icon=v] {
  color: #4ec960;
}
.widget-pricehistorychart [data-icon=s] {
  color: #000;
}
.widget-pricehistorychart select {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
}
.widget-pricehistorychart .graph {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,d3d3d3+100 */
  background: #f6f6f6;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f6f6f6 0%, #d3d3d3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d3d3d3', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 15px;
  padding-right: 10px;
}
.widget-pricehistorychart-chart {
  height: 292px;
  width: 100%;
  display: block;
  visibility: hidden;
}
.widget-pricehistorychart-chart .newsletter-text {
  margin-top: 10px;
}
.widget-pricehistorychart-chart .newsletter-input,
.widget-pricehistorychart-chart .newsletter-button {
  margin-top: 23px;
}
.widget-pricehistorychart-alert {
  background: #333333;
  height: 75px;
  color: #ffffff;
  padding: 0 19px;
}
.widget-pricehistorychart-alert .newsletter-text {
  vertical-align: top;
  margin-top: 20px;
  width: 79%;
  font-size: 24px;
}
.widget-pricehistorychart-alert .newsletter-input,
.widget-pricehistorychart-alert .newsletter-button {
  vertical-align: top;
  margin-top: 23px;
  height: 100%;
  width: 20%;
}
.widget-pricehistorychart-alert > div {
  display: inline-block;
  position: relative;
  margin: 7px 1px 0;
}
.widget-pricehistorychart-alert [data-icon=a] {
  color: #fff;
  padding-left: 16px;
  position: relative;
}
.widget-pricehistorychart-alert [data-icon=a]:before {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.widget-pricehistorychart-alert .col-sm-3 {
  padding: 0 4px;
  line-height: 68px;
}
.widget-pricehistorychart-alert .col-sm-3 > * {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.widget-pricehistorychart-alert .col-sm-3 div {
  position: relative;
  width: 100%;
}
.widget-pricehistorychart-alert div input,
.widget-pricehistorychart-alert div button,
.widget-pricehistorychart-alert div a {
  width: 100%;
}
.widget-pricehistorychart-alert input[type=text],
.widget-pricehistorychart-alert input[type=email] {
  height: 31px;
  border-radius: 2px;
  outline: none;
  border: solid 1px #dddddd;
  color: #000;
  padding: 0 11px;
}
.widget-pricehistorychart-alert button,
.widget-pricehistorychart-alert a.btn {
  height: 31px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: #f1272d;
  color: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f35257), color-stop(100%, #d3181e));
  background: linear-gradient(to bottom, #f35257 0%, #d3181e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f35257', endColorstr='#d3181e', GradientType=0);
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
  transition: background 0.3s ease;
  background-size: 5px 100px;
}
.widget-pricehistorychart-alert button:hover,
.widget-pricehistorychart-alert a.btn:hover {
  text-decoration: none;
  background-position: -50px;
}
.widget-pricehistorychart-alert button:disabled,
.widget-pricehistorychart-alert a.btn:disabled {
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 100%);
}
.widget-pricehistorychart-alert .error-message {
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: 4px;
}
.widget-pricehistorychart .legend {
  padding: 10px;
}
.widget-pricehistorychart .legend .legend-line {
  width: 100px;
  border-bottom-style: solid;
  display: inline-block;
  height: 10px;
}
.widget-pricehistorychart .legend .legend-label {
  margin-left: 10px;
  margin-right: 20px;
}
/*Order*/
a:focus {
  outline: 0 !important;
}
input:focus {
  outline: 0 !important;
}
body > header {
  background: #fcef97;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fcef97 0%, #f8dc00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcef97', endColorstr='#f8dc00', GradientType=0);
  /* IE6-9 */
  max-height: 90px;
  height: 100%;
  line-height: 90px;
}
body > header a.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
body > header a.logo img {
  max-width: 245px;
  width: 100%;
}
body > header nav {
  float: right;
  max-width: 754px;
  height: 69px;
  width: 100%;
}
body > header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  width: 751px;
}
body > header nav ul.step00 {
  background-image: url(/images/design/bg-steps-0.png);
  background-repeat: no-repeat;
}
body > header nav ul.step01 {
  background-image: url(/images/design/bg-steps-1.png);
  background-repeat: no-repeat;
}
body > header nav ul.step02 {
  background-image: url(/images/design/bg-steps-2.png);
  background-repeat: no-repeat;
}
body > header nav ul.step02 a.clickable {
  cursor: pointer;
}
body > header nav ul.step03 {
  background-image: url(/images/design/bg-steps-3.png);
  background-repeat: no-repeat;
}
body > header nav ul.step03 a.clickable {
  cursor: pointer;
}
body > header nav ul li {
  display: inline-block;
  height: 68px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 247px;
}
body > header nav ul li a:link,
body > header nav ul li a:hover,
body > header nav ul li a:visited,
body > header nav ul li a:active,
body > header nav ul li a {
  cursor: default;
  font-family: museo-sans;
  font-weight: 900;
  color: #333333;
  font-size: 18px;
  line-height: 69px;
  display: block;
  padding-left: 50px;
}
body > header nav ul li a:link span,
body > header nav ul li a:hover span,
body > header nav ul li a:visited span,
body > header nav ul li a:active span,
body > header nav ul li a span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
body > header nav ul li:before {
  font-size: 35px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body > header nav ul li.prix:before {
  font-family: total;
  content: 'A';
  line-height: normal;
}
body > header nav ul li.contact:before {
  font-family: total;
  content: '4';
  line-height: normal;
}
body > header nav ul li.order:before {
  font-family: total;
  content: '5';
  line-height: normal;
}
.add-address-btn {
  text-align: right;
}
.add-address-btn .button-grey {
  border-radius: 2px;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 15px;
  background: linear-gradient(#e8e8e8, #f7f7f7);
  padding: 5px 10px 5px 10px;
  display: inline-block;
  height: 37px;
}
.add-address-btn .button-red,
.add-address-btn a.button-red,
.add-address-btn button.button-red {
  margin-left: 10px;
  width: auto;
  height: 37px;
  line-height: 37px;
  border-radius: 2px;
  border: none;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  display: block;
  box-shadow: 5px 5px 5px 0px #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  color: white;
  margin-right: 0;
  padding-right: 20px;
  display: inline-block;
}
.add-address-btn .button-red:focus,
.add-address-btn a.button-red:focus,
.add-address-btn button.button-red:focus {
  text-decoration: none;
}
.add-address-btn .button-red:after,
.add-address-btn a.button-red:after,
.add-address-btn button.button-red:after {
  content: "m";
  font-family: total !important;
  color: #ffffff;
  position: absolute;
  right: 3px;
}
#searchResult .left {
  width: 285px;
  float: left;
}
#searchResult .left .search {
  background-color: #ffffff;
  padding: 15px;
  padding-bottom: 0px;
  border: 1px solid #dddddd;
  margin-top: 15px;
  margin-bottom: 20px;
}
#searchResult .right {
  width: calc(100% - 315px);
  float: right;
}
.search-block {
  /*search*/
}
.search-block .map {
  float: left;
  width: 285px;
  height: 200px;
  margin-bottom: 20px;
  min-height: 435px;
}
.search-block .map [data-map] {
  min-height: 435px;
}
.search-block .search {
  max-width: 754px;
  width: 100%;
  float: right;
  position: relative;
  /*form */
}
.search-block .search h1 {
  color: #333333;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.search-block .search form {
  /*btn*/
}
.search-block .search form h4 {
  color: #1f1d1e;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.search-block .search form h4:after {
  font-family: total;
  position: absolute;
  right: 0;
  top: 0;
}
.search-block .search form h4.close:after {
  content: "l";
}
.search-block .search form h4.open:after {
  content: "t";
}
.search-block .search form .search-field {
  margin-bottom: 15px;
  margin-top: 10px;
  border-bottom: 1px solid #dddddd;
}
.search-block .search form .search-field > div {
  margin-bottom: 15px;
  position: relative;
}
.search-block .search form .search-field label {
  font-size: 15px;
  width: 95px;
  margin-right: 10px;
}
.search-block .search form .search-field span.cp,
.search-block .search form .search-field span.qty {
  position: relative;
  display: inline-block;
}
.search-block .search form .search-field input {
  width: 120px;
  height: 35px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0px 10px 5px 0px rgba(235, 235, 235, 0.5);
  padding-left: 40px;
  color: #999999;
  font-size: 16px;
  position: relative;
  text-align: right;
  padding-right: 10px;
}
.search-block .search form .search-field > span {
  position: relative;
}
.search-block .search form .search-field span.cp:before,
.search-block .search form .search-field span.qty:before {
  position: absolute;
  left: 10px;
  font-size: 22px;
  top: 8px;
  color: #dddddd;
  z-index: 2;
  font-family: total;
  content: 'q';
  line-height: normal;
}
.search-block .search form .search-field span.qty:before {
  font-family: total;
  content: 'e';
  line-height: normal;
}
.search-block .search form .bar-filter {
  display: none;
  width: 130%;
  width: calc(100% + 30px);
  height: 45px;
  background-color: #eeeeee;
  font-size: 14px;
  line-height: 45px;
  padding-left: 29px;
  padding-right: 29px;
  font-weight: 500;
  position: relative;
  margin-left: -15px;
  cursor: pointer;
  transition: .3s;
}
.search-block .search form .bar-filter:hover {
  background-color: #ccc;
}
.search-block .search form .bar-filter:after {
  font-family: total;
  content: 'l';
  line-height: normal;
  color: #000;
  right: 8px;
  top: 15px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  font-size: 16px;
  font-style: normal;
}
.search-block .search form .bar-filter.close {
  float: left;
}
.search-block .search form .bar-filter.close:after {
  font-family: total;
  content: 't';
  line-height: normal;
}
.search-block .search form .bar-filter > div.ico-sort {
  float: left;
  font-size: 16px;
}
.search-block .search form .bar-filter > div.ico-sort select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  padding-right: 25px;
}
.search-block .search form .bar-filter > div.ico-sort select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
  display: none;
}
.search-block .search form .bar-filter > div.ico-sort select::-moz-focus-inner {
  border: 0;
}
.search-block .search form .bar-filter > div.ico-sort select:focus {
  outline: none;
}
.search-block .search form .bar-filter > div.ico-sort label {
  position: relative;
  font-weight: normal;
}
.search-block .search form .bar-filter > div.ico-sort label:after {
  font-family: total;
  content: 'l';
  line-height: normal;
  color: #000;
  right: 8px;
  top: 17px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.search-block .search form .bar-filter .icon-filter {
  position: absolute;
  padding: 0 0 2px;
}
.search-block .search form .bar-filter .icon-filter:after {
  font-family: total;
  content: '?';
  line-height: normal;
  color: #000;
  pointer-events: none;
  font-style: normal;
}
.search-block .search form .bar-filter > div:before {
  color: #333333;
  font-size: 20px;
  line-height: 45px;
  position: absolute;
  top: 30%;
}
.search-block .search form .bar-filter .ico-sort:before {
  font-family: total;
  content: '%';
  line-height: normal;
}
.search-block .search form .bar-filter span {
  padding-left: 30px;
}
.search-block .search form .filtreCheck h2 {
  margin-top: 0;
}
.search-block .search form .filtreCheck .form-group {
  position: relative;
}
.search-block .search form .filtreCheck .form-group input[type="checkbox"] {
  margin-top: 2px;
}
.search-block .search form .filtreCheck .form-group label {
  font-weight: normal;
}
.search-block .search form .filtreCheck .borderBottom {
  height: 1px;
  background-color: #dddddd;
  width: 100px;
  margin-bottom: 20px;
}
/*search-block*/
/*Résultat de recherche*/
body section .searching {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
body section .searching .lds-eclipse {
  margin: 0 auto;
}
body section .searching .lds-css {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: relative;
}
body section h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
}
body section h2 span {
  color: #f1272d;
}
body section h1 + span {
  font-size: 15px;
  padding-left: 10px;
  font-weight: normal;
}
body section div .select {
  display: block;
  margin-bottom: 10px;
  text-align: right;
  position: relative;
}
body section div .select select {
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  outline: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  position: relative;
  appearance: none;
}
body section div .select select::-ms-expand {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
}
body section div .select label {
  position: relative;
  font-weight: normal;
}
body section div .select:after {
  font-family: total;
  content: 'l';
  line-height: normal;
  color: #000;
  right: 8px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
body section article {
  overflow: hidden;
  max-height: inherit;
  margin-bottom: 15px;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
body section article .info-supplier {
  width: 100%;
  float: left;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #F9F9F9;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
}
body section article .info-supplier .img {
  max-height: 60px;
  overflow: hidden;
  height: 60px;
  width: 90px;
  margin-right: 20px;
}
body section article .info-supplier .img img {
  width: 100%;
}
body section article .info-supplier span.picto_maps {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  top: 0px;
  width: 60px;
}
body section article .info-supplier span.picto_maps > span {
  z-index: 2;
  position: absolute;
  top: 4px;
  left: 10px;
}
body section article .info-supplier span.picto_maps:before {
  font-family: total;
  content: 'e';
  line-height: normal;
  color: #f1272d;
  font-size: 45px;
  top: -10px;
  position: absolute;
}
body section article .info-supplier h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
}
body section article .info-supplier h3 a.supplier-name {
  text-decoration: underline;
  height: auto;
  display: block;
  overflow: hidden;
  color: black;
  cursor: pointer;
}
body section article .info-supplier address {
  margin-bottom: 0px;
  color: #333333;
  height: auto;
}
body section article .info-supplier address span {
  display: block;
  overflow: hidden;
  font-size: 11px;
}
body section article .info-supplier .supplier-summary {
  display: none;
}
body section article .info-supplier .stars {
  font-size: 11px;
  display: block;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: right;
  -ms-flex-item-align: center;
      align-self: center;
}
body section article .info-supplier .stars .opinion {
  font-family: museo-sans;
  color: #999999;
  font-size: 12px;
  display: inline;
  vertical-align: middle;
}
body section article .info-supplier .stars .opinion a {
  text-decoration: underline;
  color: #999999;
}
body section article .info-supplier .stars .opinion a:hover,
body section article .info-supplier .stars .opinion a:focus,
body section article .info-supplier .stars .opinion a:active {
  color: #f1272d;
}
body section article .info-supplier .ratinglinks a {
  font-style: italic;
  color: #999999;
  text-decoration: underline;
}
body section article .info-supplier .ratinglinks a:hover {
  text-decoration: none;
}
body section article .offer-distributor {
  width: 100%;
  float: left;
}
body section article .offer-distributor .button-action {
  float: left;
  padding: 0 20px;
  width: 100%;
}
body section article .offer-distributor a.button-red {
  width: 135px;
  height: 37px;
  line-height: 37px;
  border-radius: 2px;
  border: none;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  display: block;
  box-shadow: 5px 5px 5px 0px #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  color: white;
  margin-right: 0;
  margin-left: auto;
}
body section article .offer-distributor a.button-red:focus {
  text-decoration: none;
}
body section article .offer-distributor a.button-red:after {
  content: "m";
  font-family: total !important;
  color: #ffffff;
  position: absolute;
  right: 3px;
}
body section article .bloc-slider {
  padding: 0px 20px;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  margin: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
body section article .bloc-slider .title {
  font-size: 15px;
  margin-bottom: 10px;
}
body section article .bloc-slider .bloc-slider--bloc {
  display: -ms-flexbox;
  display: flex;
}
body section article .bloc-slider .tuile {
  border: 1px solid #dddddd;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  width: 85px;
  cursor: pointer;
  background-color: white;
}
body section article .bloc-slider .tuile .picto {
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
body section article .bloc-slider .tuile .label {
  font-size: 11px;
  display: block;
  height: 30px;
  line-height: 11px;
  padding-left: 3px;
  padding-right: 3px;
}
body section article .bloc-slider .tuile .price {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  background-color: #dddddd;
}
body section article .bloc-slider--option {
  margin-right: 50px;
  width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body section article .bloc-slider--option .tuile:last-child {
  margin-right: 0;
}
body section article .bloc-slider--option .bloc-slider--bloc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
body section article .bloc-slider--option .bloc-slider--bloc .tuile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0.7;
  background-color: white;
}
body section article .bloc-slider--option .bloc-slider--bloc .tuile .picto {
  -ms-flex-item-align: center;
      align-self: center;
}
body section article .bloc-slider--option .bloc-slider--bloc .tuile .label {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
body section article .bloc-slider--option .bloc-slider--bloc .tuile.active {
  opacity: 1;
}
body section article .bloc-slider--option .bloc-slider--bloc .tuile.carbone {
  border: 1px solid #70c752;
}
body section article .bloc-slider--option .bloc-slider--bloc .tuile.carbone .price {
  background-color: #70c752;
}
body section article .bloc-slider--option .bloc-slider--bloc .tuile.antigel.active {
  border: 1px solid #f9bb00;
}
body section article .bloc-slider--option .bloc-slider--bloc .tuile.antigel.active .price {
  background-color: #f9bb00;
}
body section article .bloc-slider--services {
  margin-right: 50px;
  width: calc(100% - 555px);
}
body section article .bloc-slider--services .slider {
  float: none;
  margin-left: -5px;
}
body section article .bloc-slider--paiement {
  width: 275px;
}
body section article .bloc-slider--paiement .tuile:last-child {
  margin-right: 0;
}
body section article .bloc-slider--paiement .tuile {
  opacity: 0.7;
}
body section article .bloc-slider--paiement .tuile.active {
  border-color: #f9bb00;
  opacity: 1;
  background-color: white;
}
body section article .slider {
  float: left;
  position: relative;
}
body section article .slider .swiper-container {
  overflow: hidden;
}
body section article .slider .swiper-container .swiper-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
body section article .slider .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
body section article .slider .swiper-container .swiper-wrapper .swiper-slide > div {
  border: 1px solid #dddddd;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.7;
  background-color: white;
}
body section article .slider .swiper-container .swiper-wrapper .swiper-slide > div .picto {
  height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
body section article .slider .swiper-container .swiper-wrapper .swiper-slide > div .label {
  font-size: 11px;
  display: block;
  height: 46px;
  line-height: 11px;
  padding-left: 3px;
  padding-right: 3px;
}
body section article .slider .swiper-container .swiper-wrapper .swiper-slide > div .price {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  background-color: #dddddd;
}
body section article .slider .swiper-container .swiper-wrapper .swiper-slide.selected > div {
  opacity: 1;
  border: 1px solid #f9bb00;
}
body section article .slider .swiper-container .swiper-wrapper .swiper-slide.selected > div .price {
  background-color: #f9bb00;
}
body section article .slider .swiper-container .swiper-wrapper .swiper-slide.disable > div {
  opacity: 0.3;
  cursor: default;
}
body section article .slider a {
  display: inline-block;
  font-family: total;
  font-size: 18px;
  display: block;
  color: #f1272d;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
body section article .slider a:hover,
body section article .slider a:active,
body section article .slider a:focus {
  text-decoration: none;
}
body section article .slider a.button-prev {
  left: -16px;
}
body section article .slider a.button-next {
  right: -13px;
}
body section article .object-distributor {
  background-color: #ffffff;
  float: left;
  width: 100%;
  border-bottom-right-radius: 2px;
  display: -ms-flexbox;
  display: flex;
}
body section article .object-distributor .mazout-hr {
  display: none;
}
body section article .object-distributor > div {
  float: left;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 20px;
}
body section article .object-distributor > div header {
  text-align: left;
  font-size: 17px;
  position: relative;
}
body section article .object-distributor > div header .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body section article .object-distributor > div header .title span {
  margin-right: 10px;
}
body section article .object-distributor > div header small {
  color: #dddddd;
  font-size: 14px;
}
body section article .object-distributor > div .price-total {
  text-align: right;
}
body section article .object-distributor > div strong {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-align: right;
}
body section article .object-distributor > div span.price_l {
  font-size: 11px;
  font-weight: 300;
  display: block;
  text-align: right;
}
body section article .object-distributor > div a {
  width: 135px;
  height: 37px;
  line-height: 37px;
  border-radius: 2px;
  border: none;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  display: block;
  margin: 0 auto;
  box-shadow: 5px 5px 5px 0px #e5e5e5;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
body section article .object-distributor > div a:focus {
  text-decoration: none;
}
body section article .object-distributor > div a:after {
  content: "m";
  font-family: total !important;
  color: #ffffff;
  position: absolute;
  right: 3px;
}
body section article .object-distributor > div .button-action {
  display: none;
}
body section article .object-distributor > div .nodispo {
  font-size: 13px;
  color: #333333;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
body section article .object-distributor .mazout-chauffage .price_left {
  width: 50%;
  float: left;
  position: relative;
}
body section article .object-distributor .mazout-chauffage .rassurant {
  background-color: #f5f5f5;
  width: 50%;
  float: left;
}
body section article .object-distributor .mazout-chauffage .rassurant ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
body section article .object-distributor .mazout-chauffage .rassurant ul li {
  list-style: none;
  color: #666666;
  padding-bottom: 10px;
  padding-top: 15px;
}
body section article .object-distributor .mazout-chauffage .rassurant ul li i {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
body section article .object-distributor .mazout-chauffage .rassurant ul li i img {
  width: 18px;
}
body section article .object-distributor .mazout-chauffage.disable {
  border-color: #cccccc;
}
body section article .object-distributor .mazout-chauffage.disable .mise-evidence {
  background-color: #cccccc;
  border-color: #cccccc;
}
body section article .object-distributor .mazout-chauffage.disable .title,
body section article .object-distributor .mazout-chauffage.disable .nodispo,
body section article .object-distributor .mazout-chauffage.disable .rassurant ul li {
  color: #999999;
}
body section article .object-distributor .mazout-chauffage.disable .rassurant ul li i img {
  filter: grayscale(100%);
}
body section article .object-distributor .mazout-chauffage.disable .rassurant ul li:first-child img {
  opacity: 0.5;
}
body section article .object-distributor .mazout-chauffage.disable:after {
  border-color: #cccccc;
}
body section article .object-distributor .mazout-chauffage.mazout-classic {
  border-color: #cccccc;
}
body section article .object-distributor .mazout-chauffage.mazout-classic .mise-evidence {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #333333;
}
body section article .object-distributor .mazout-chauffage.mazout-classic .check {
  font-family: total !important;
  color: #33cc5e;
  font-size: 30px;
}
body section article .object-distributor .gazole {
  width: 33.33%;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding-bottom: 1px;
  margin-top: 38px;
}
body section .no-result {
  font-size: 15px;
  font-weight: 700;
}
body section .more-result {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 20px;
  text-align: center;
}
body section .more-result a {
  color: #f1272d;
  font-weight: 500;
  font-size: 20px;
}
body section .more-result a span.lien {
  text-decoration: underline;
}
body section .more-result a span.ico {
  font-family: total;
  font-size: 20px;
  display: inline;
  position: relative;
  top: 5px;
  left: 10px;
}
body section footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}
@media (max-width: 1200px) {
  #searchResult .main-size {
    width: 100%;
  }
  #searchResult .left {
    width: 210px;
  }
  .search-block .map {
    width: 210px;
  }
  #searchResult .right {
    width: calc(100% - 230px);
  }
  body section article .object-distributor > div header {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  body {
    /*search-block*/
  }
  body header {
    max-height: 60px;
    line-height: 60px;
    overflow: hidden;
  }
  body header a.logo {
    text-align: center;
    width: 195px;
    display: block;
    float: none;
    margin: auto;
    line-height: 60px;
  }
  body header a.logo img {
    max-width: 195px;
    width: 100%;
  }
  body header nav {
    display: none;
  }
  body #searchResult .left {
    width: 100%;
  }
  body #searchResult .left .search {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  body #searchResult .left .search .search-field > div {
    display: inline-block;
    width: 100%;
  }
  body #searchResult .right {
    width: 100%;
    /* h2{
                    display:block;
                }
                   */
  }
  body .search-block {
    /*search*/
  }
  body .search-block .map {
    display: none;
  }
  body .search-block .search {
    max-width: 100%;
    /*form */
  }
  body .search-block .search h1 {
    display: none;
  }
  body .search-block .search form .bar-filter {
    display: block;
  }
  body .search-block .search form .bar-filter .select {
    display: inline-block;
    margin-top: 0px;
    width: calc(100% - 20px);
    text-align: left;
  }
  body .search-block .search form .bar-filter .select:after {
    content: "";
  }
  body .search-block .search form .bar-filter .select span {
    padding-left: 10px;
  }
  body .search-block .search form .bar-filter .select select {
    border: none;
    height: auto;
    padding: 0;
    width: calc(100% - 75px);
    display: inline-block;
  }
  body .search-block .search form .bar-filter .select label {
    width: 100%;
  }
  body .search-block .search form .filtreCheck {
    clear: both;
    padding-top: 15px;
  }
  body section {
    padding-top: 29px;
    background-color: #ffffff;
  }
  body section h2 {
    display: none;
  }
  body section h2 + span {
    display: none;
  }
  body section div .select {
    display: none;
  }
  body section article .slider {
    width: 100%;
    margin-left: 0;
  }
  body section article .object-distributor {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
  }
  body section article .tooltips .content {
    line-height: 10px;
  }
  body section article .tooltips:after {
    vertical-align: top;
  }
  body section article .offer-distributor {
    width: 100%;
  }
  body section article .object-distributor {
    width: 100%;
  }
  body section footer {
    margin-left: 29px;
    margin-right: 29px;
  }
  body .reassurance {
    display: none;
  }
}
@media (max-width: 900px) {
  body section article .bloc-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body section article .bloc-slider--services {
    -ms-flex-order: 1;
        order: 1;
    width: calc(100% + 10px);
    margin-top: 20px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body {
    /*search-block*/
  }
  body header a.logo {
    width: 180px;
  }
  body header a.logo img {
    max-width: 180px;
  }
  body #searchResult .left .search {
    margin-bottom: 0;
  }
  body .search-block {
    /*search*/
  }
  body .search-block .search {
    /*form */
  }
  body .search-block .search form .search-field {
    border-bottom: none;
  }
  body .search-block .search form .search-field input {
    width: 100%;
  }
  body .search-block .search form .search-field > label {
    width: 40%;
    display: inline-block;
  }
  body .search-block .search form .search-field > span {
    width: 60%;
    display: inline-block;
  }
  body .search-block .search form .search-field span.cp {
    margin-right: 0;
  }
  body .search-block .search form .bar-filter {
    padding-left: 5px;
    padding-right: 5px;
  }
  body .search-block .search form .bar-filter > div.ico-sort select {
    padding-right: 25px;
    font-size: 12px;
  }
  body .search-block .search form .filters {
    padding: 15px;
    /*ul*/
    /*btn*/
  }
  body .search-block .search form .filters > ul {
    width: 100%;
    float: left;
  }
  body .search-block .search form .filters > ul li:last-child {
    margin-bottom: 5px;
  }
  body .search-block .search form .filters button {
    width: 100%;
    margin-left: 0px;
  }
  body .search-block .search form .filters ul.column2,
  body .search-block .search form .filters ul.column3 {
    margin-left: 0px;
  }
  body section {
    padding-top: 0px;
  }
  body section article .info-supplier {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body section article .info-supplier .picto_maps {
    display: none;
  }
  body section article .info-supplier .stars {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    text-align: left;
    padding-left: 110px;
    margin-top: 20px;
  }
  body section article .object-distributor > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body section article .object-distributor > div .price-total {
    margin-top: 20px;
  }
  body section article .object-distributor > div strong,
  body section article .object-distributor > div span.price_l {
    text-align: left;
  }
  body section article .object-distributor > div header {
    line-height: normal;
  }
  body section article .offer-distributor {
    margin-top: 10px;
  }
  body section article .offer-distributor a.button-red {
    width: 100%;
  }
  body section article .bkg-slider {
    width: 100%;
    float: left;
  }
  body section article footer {
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
  }
  body section article article:last-of-type {
    border-bottom: none;
    margin-bottom: 30px;
  }
  body section section article .offer-distributor {
    width: 100%;
    margin-bottom: 0;
  }
  body section section article .object-distributor,
  body section .object-distributor .distributor-prices {
    padding-top: 0;
    margin-bottom: 0;
  }
  body section section article .object-distributor > div,
  body section .object-distributor .distributor-prices > div {
    padding-top: 0;
  }
  body section section article .object-distributor > div.gazole,
  body section .object-distributor .distributor-prices > div.gazole,
  body section section article .object-distributor > div.mazout-chauffage,
  body section .object-distributor .distributor-prices > div.mazout-chauffage {
    margin-top: 0;
  }
  body section section article .object-distributor > div a:after,
  body section .object-distributor .distributor-prices > div a:after {
    display: none;
  }
  body section section article .object-distributor .mazout-chauffage .mise-evidence,
  body section .object-distributor .distributor-prices .mazout-chauffage .mise-evidence {
    left: -1px;
  }
}
@media (max-width: 600px) {
  body section article .bloc-slider--paiement {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 20px;
  }
  body section article .bloc-slider--option,
  body section article .bloc-slider--paiement {
    width: 100%;
    margin-right: 0;
  }
  body section article .bloc-slider .tuile {
    width: calc(100% / 3);
  }
  body section article .bloc-slider--option .tuile {
    width: calc((100% / 3) - 10px);
  }
}
@media (max-width: 540px) {
  body .step form .order-tunnel-tank .checkbox-list > div {
    width: 100% !important;
  }
  body .step form .sub-title {
    margin-bottom: 10px;
  }
  body section article .offer-distributor .mazout-chauffage .rassurant ul li {
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body section article .offer-distributor .mazout-chauffage .rassurant {
    padding-top: 15px;
  }
  body section article .offer-distributor .mazout-chauffage .mise-evidence {
    font-size: 12px;
    top: -33px;
  }
  body section article .offer-distributor > div .nodispo {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 440px) {
  body section article .object-distributor > div span.eco {
    font-size: 10px;
  }
  body section article .object-distributor .mazout-chauffage button,
  body section article .object-distributor .mazout-hr button,
  body section article .object-distributor .gazole button {
    font-size: 13px;
    width: 95px;
  }
}
@media (max-width: 370px) {
  body section article .info-supplier .img {
    display: none;
  }
  body section article .info-supplier .stars {
    padding-left: 0;
  }
}
/*Tunnel*/
.popin.popin-register .popin-content .popinRegisterPassword {
  vertical-align: top;
  margin-top: 8px;
}
.popin.popin-register .popin-content .password-verdict {
  margin-left: 3px;
  position: absolute;
  display: inherit;
}
.popin.popin-register .popin-content .register-step2-form {
  display: none;
  text-align: center;
}
.popin.popin-register .popin-content .register-step2-form span {
  display: inline-block;
  width: 80%;
}
.popin.popin-register .popin-content .register-step2-form span:first-child {
  margin-top: 20px;
}
.popin.popin-register .popin-content .register-step2-form a.register-step2-button {
  margin-top: 10px;
  margin-bottom: 40px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.popin.popin-register .popin-content .register-step3-form {
  display: none;
}
.popin.popin-register .popin-content .register-step3-form ol li label {
  width: 35%;
}
.popin.popin-register .popin-content .register-step3-form ol li div.input-container {
  width: 60%;
}
.popin.popin-register .popin-content .register-step3-form ol li div.input-container.phone-number-form {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.popin.popin-register .popin-content .register-step3-form ol li div.input-container.phone-number-form .select2-container {
  width: 130px !important;
}
.popin.popin-register .popin-content .register-step3-form ol li div.input-container label {
  width: auto;
}
.popin.popin-register .popin-content .register-step3-form ol li div.input-container input[type="radio"] + span,
.popin.popin-register .popin-content .register-step3-form ol li div.input-container input[type="checkbox"] + span {
  margin-right: 15px;
}
.popin.popin-register .popin-content .register-step3-form ol li a.form-button-right,
.popin.popin-register .popin-content .register-step3-form ol li span.info-phone,
.popin.popin-register .popin-content .register-step3-form ol li button.form-button-right {
  width: 59%;
  margin-left: 36%;
}
.popin.popin-register .popin-content .register-step3-form ol li span.info-phone {
  color: #999;
  font-size: smaller;
  display: block;
}
.popin.popin-register .popin-content .register-step3-form ol li.for-company {
  display: none;
}
.popin.popin-register .popin-content .register-step3-form ol.billing-address {
  background-color: #F9BB00;
  display: none;
  padding-top: 20px;
  margin-bottom: 20px;
}
.popin.popin-login .popin-content .password-verdict {
  margin-left: 3px;
  position: absolute;
  display: inherit;
}
.popin.popin-login .popin-content div.forgot-mail-info {
  background-color: #F9BB00;
  text-align: center;
  font-size: smaller;
  font-style: italic;
  padding: 10px;
}
.popin.popin-login .popin-content li.login-error {
  text-align: right;
}
.popin.popin-login .popin-content li.login-error > div {
  color: white;
  background-color: #ed5565;
  border-radius: 5px;
  border: 1px solid red;
  padding: 5px;
  box-sizing: border-box;
}
.popin-order-later {
  width: 60vw;
}
.popin-order-later .close-cross {
  float: right;
  font-size: 12px;
  font-weight: bold;
  font-family: total;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #f8dc00;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
}
.popin-order-later .close-cross.order-later {
  bottom: 30px;
  position: relative;
}
.popin-order-later form {
  display: -ms-flexbox;
  display: flex;
}
.popin-order-later__title {
  font-size: 24px;
}
.popin-order-later__content {
  font-size: 18px;
  width: 70%;
  margin: 30px auto;
  font-weight: lighter;
}
.popin-order-later .popin-content {
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.popin-order-later .popin-content > div {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin: 0 10px;
}
.popin-order-later .popin-content input[type=radio] {
  display: none;
  left: -9999999px;
}
.popin-order-later .popin-content input[type=radio]:checked ~ label {
  background-color: #f8dc00;
}
.popin-order-later .popin-content > div label {
  border: 1px solid #f8dc00;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 15px 10px 5px 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
}
.popin-order-later .popin-content > div label img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.popin-order-later .popin-content > div label span {
  margin-top: 20px;
}
.popin-order-later__left {
  background-color: #ffffff;
  width: 60%;
  text-align: center;
  padding: 20px;
}
.popin-order-later__right {
  background-color: #f8dc00;
  padding: 20px;
  width: 40%;
  text-align: center;
}
.popin-order-later__right input {
  width: 100%;
  margin: 20px 0px;
  height: 50px;
}
.popin-order-later__right .popin-order-later__title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.popin-order-later__right #success {
  display: none;
}
@media (max-width: 1499px) {
  .popin-order-later .popin-order-later__left {
    width: 70%;
  }
  .popin-order-later .popin-order-later__right {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .popin-order-later {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .popin-order-later form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .popin-order-later .popin-order-later__left,
  .popin-order-later .popin-order-later__right {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .popin-order-later .popin-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .popin-order-later .popin-content > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.popin.popin-share-by-mail {
  width: 350px;
}
.popin.popin-share-by-mail .share-by-mail-form label {
  width: 100%;
}
.popin.popin-share-by-mail .share-by-mail-form .input-container {
  width: 100%;
}
.popin.popin-share-by-mail .share-by-mail-form textarea {
  width: 100%;
  height: 130px;
  resize: none;
}
.popin.popin-share-by-mail .share-by-mail-form a.cancel-link {
  text-align: right;
  color: black;
  display: inline-block;
  width: 49%;
  text-decoration: underline;
  padding-right: 10px;
}
.popin.popin-share-by-mail .share-by-mail-form a.form-button-right.share-button {
  margin-left: 0;
  display: inline-block;
}
.popin.popin-share-by-mail .share-by-mail-form #success {
  display: none;
}
.popin.popin-share-by-mail .share-by-mail-form .close-link {
  text-align: right;
  color: black;
  display: inline-block;
  text-decoration: underline;
  padding-right: 10px;
  width: 100%;
}
.popin.popin-social-share-by-mail {
  width: 350px;
}
.popin.popin-social-share-by-mail .social-share-by-mail-form label {
  width: 100%;
}
.popin.popin-social-share-by-mail .social-share-by-mail-form .input-container {
  width: 100%;
}
.popin.popin-social-share-by-mail .social-share-by-mail-form textarea {
  width: 100%;
  height: 130px;
  resize: none;
}
.popin.popin-social-share-by-mail .social-share-by-mail-form a.cancel-link {
  text-align: right;
  color: black;
  display: inline-block;
  width: 49%;
  text-decoration: underline;
  padding-right: 10px;
}
.popin.popin-social-share-by-mail .social-share-by-mail-form a.form-button-right.share-button {
  margin-left: 0;
  display: inline-block;
}
.popin.popin-social-share-by-mail .social-share-by-mail-form #success {
  display: none;
}
@media (max-width: 768px) {
  .popin.popin-register .popin-content .register-step3-form ol li label {
    width: 100%;
    text-align: center;
  }
  .popin.popin-register .popin-content .register-step3-form ol li div.input-container {
    width: 100%;
  }
  .popin.popin-register .popin-content .register-step3-form ol li button.form-button-right,
  .popin.popin-register .popin-content .register-step3-form ol li a.form-button-right,
  .popin.popin-register .popin-content .register-step3-form ol li span.info-phone {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .popin.popin-register .popin-content .register-step3-form ol.billing-address li div.input-container {
    width: 100%;
  }
}
body {
  background-color: #f5f5f5;
}
body .step {
  margin-top: 30px;
  padding-left: 0;
  margin-bottom: 50px;
}
body .step input.error + label.error,
body .step textarea.error + label.error,
body .step input.error + .validationMessage,
body .step select.error + .validationMessage,
body .step .validationMessage.radio-error {
  /*display: flex;*/
  position: absolute;
  left: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  background-color: #ed5565;
  border: 1px solid red;
  background-color: #f1272d;
  display: block;
  line-height: 20px;
  z-index: 5;
  border-radius: 2px;
  color: white;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
  max-width: initial;
  width: auto;
  white-space: nowrap;
}
body .step input.error + label.error:before,
body .step textarea.error + label.error:before,
body .step input.error + .validationMessage:before,
body .step select.error + .validationMessage:before,
body .step .validationMessage.radio-error:before {
  content: ' ';
  width: 0;
  height: 0;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #f1272d transparent transparent;
  border-style: solid;
  position: absolute;
  left: -8px;
  top: 50%;
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
}
body .step input.error + label.error span,
body .step textarea.error + label.error span,
body .step input.error + .validationMessage span,
body .step select.error + .validationMessage span,
body .step .validationMessage.radio-error span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
body .step .validationMessage.radio-error.payment {
  top: 43%;
}
body .step .login-error {
  text-align: center;
  color: #ed5565;
  margin-bottom: 20px;
}
body .step h2 {
  min-height: 46px;
  line-height: 46px;
  display: block;
  width: 100%;
  padding-left: 40px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: #333333;
  margin-bottom: 1px;
  position: relative;
  padding-right: 50px;
}
body .step h2 span {
  border-radius: 50%;
  height: 23px;
  width: 23px;
  left: 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  line-height: 23px;
  padding-left: 7px;
}
body .step h2.done {
  background-color: #f8dc00;
}
body .step h2.done span {
  background-color: #70c752;
  color: #70c752;
}
body .step h2.done span:after {
  font-family: total;
  content: 'K';
  line-height: normal;
  color: #ffffff;
  text-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 2px;
  left: 3px;
}
body .step h2.notRevisitable {
  cursor: default;
}
body .step h2.pending {
  background-color: #f8dc00;
}
body .step h2.pending span {
  background-color: #f1272d;
  color: #ffffff;
  text-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
}
body .step h2.empty {
  background-color: #dddddd;
}
body .step h2.empty span {
  background-color: #f1272d;
  color: #ffffff;
  text-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
}
body .step h2 a {
  color: #f1272d;
  text-decoration: underline;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
}
body .step form {
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
}
body .step form #warningDeliveryDelay {
  font-size: 16px !important;
  font-weight: 700;
  background-color: #fdfdf1;
  color: #f1272d;
  margin-bottom: 20px;
  margin-top: 0;
}
body .step form .form-group {
  margin-bottom: 20px;
  position: relative;
  font-size: 0;
}
body .step form .form-group > * {
  font-size: 13px;
}
body .step form .form-group a {
  clear: both;
  font-size: 13px;
  text-decoration: underline;
  display: block;
  margin-top: -10px;
  font-weight: 300;
}
body .step form .form-group a.dark-link {
  color: #333333;
}
body .step form .form-group .tunnel-tank input.error + label.error {
  left: 522px;
}
body .step form .form-group:not(.form-group-phone) span {
  font-size: 15px;
  display: inline-block;
}
body .step form .form-group:not(.form-group-phone) span a {
  margin-left: 20px;
}
body .step form .form-group:not(.form-group-phone) span.zipcode-button {
  vertical-align: middle;
  padding-left: 10px;
}
body .step form .form-group.checkbox-line label {
  width: auto;
  font-weight: 300;
  text-align: left;
}
body .step form .form-group.checkbox-line label a {
  display: inline;
  margin-top: 0;
}
body .step form .form-group.checkbox-line input {
  margin-right: 10px;
  margin-top: 0;
  vertical-align: middle;
  margin-left: 0;
}
body .step form .form-group.checkbox-line span {
  margin-right: 10px;
}
body .step form .form-group.checkbox-line .cold-flow-price {
  font-size: 11px;
}
body .step form .form-group.checkbox-line.disabled {
  opacity: 0.4;
}
body .step form .form-group.checkbox-line .alert {
  margin-top: 10px;
}
body .step form .form-group.checkbox-line .alert span {
  margin: 0;
  display: inline;
}
body .step form .form-group.bkg-green .alert {
  background: none;
  position: relative;
  z-index: 2;
}
body .step form .form-group.bkg-green:before {
  background-color: #D0EED2;
  content: "";
  left: -7px;
  right: 0px;
  top: -3px;
  bottom: -5px;
  border-radius: 4px;
  position: absolute;
}
body .step form .form-group.bkg-green .detail {
  font-size: 12px;
  padding-left: 60px;
}
body .step form .form-group.bkg-green .detail a {
  margin-left: 0;
  font-size: 12px;
}
body .step form .form-group .tooltips .content {
  min-width: 300px;
}
body .step form .form-group.with-tooltip .infos-supp {
  padding-left: 10px;
  padding-top: 7px;
  position: absolute;
}
body .step form .form-group.with-tooltip label > span:first-child {
  width: 20px;
}
body .step form .form-group .ico {
  font-family: total;
  color: #dddddd;
  display: inline-block;
  right: 25px;
  position: relative;
  top: 2px;
  font-size: 20px;
  font-style: normal;
}
body .step form .form-group .ico.mobilePhone:after {
  content: ";";
}
body .step form .form-group .ico.phone:after {
  content: "p";
}
body .step form .form-group .phone-number-form {
  width: 230px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
body .step form .form-group .phone-number-form .select2-container {
  width: 85px !important;
}
body .step form .form-group .phone-number-form input {
  width: calc(145px);
}
body .step form h3 {
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 18px;
}
body .step form hr {
  width: 100%;
  height: 1px;
  color: #dddddd;
  margin-top: 10px;
  margin-bottom: 10px;
}
body .step form label {
  width: 245px;
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  padding-right: 15px;
  vertical-align: top;
  margin-bottom: 0;
  position: relative;
  text-align: right;
  vertical-align: initial;
}
body .step form .infos-supp {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
body .step form input,
body .step form textarea,
body .step form select,
body .step form button {
  box-sizing: border-box;
}
body .step form input,
body .step form textarea,
body .step form select {
  border: 1px solid #ddd;
}
body .step form input[type="number"],
body .step form input[type="text"],
body .step form input[type="tel"],
body .step form input[type="password"],
body .step form input[type="email"],
body .step form input[type="date"],
body .step form textarea,
body .step form select {
  width: 230px;
  height: 30px;
  border-radius: 5px;
  box-shadow: inset 0 9px 12px 0 rgba(50, 50, 50, 0.1);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 300;
}
body .step form input[type="number"]#capacity,
body .step form input[type="text"]#capacity,
body .step form input[type="tel"]#capacity,
body .step form input[type="password"]#capacity,
body .step form input[type="email"]#capacity,
body .step form input[type="date"]#capacity,
body .step form textarea#capacity,
body .step form select#capacity {
  width: 80px;
}
body .step form textarea {
  resize: none;
  width: 100%;
  box-shadow: inset 0 9px 12px 0px rgba(50, 50, 50, 0.1);
  min-height: 65px;
  font-style: italic;
  color: #666;
  font-weight: 300;
}
body .step form span.price {
  color: #f18c06;
  font-weight: 700;
  margin-left: 15px;
}
body .step form button[type="submit"] {
  width: 230px;
  height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
}
body .step form label.radio-inline {
  width: auto;
  margin-right: 5px;
  font-weight: 300;
  padding-right: 15px;
}
body .step form .billing-address,
body .step form .tunnel-tank {
  padding: 15px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
body .step form .billing-address h3,
body .step form .tunnel-tank h3 {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
body .step form .billing-address label,
body .step form .tunnel-tank label {
  width: 230px;
}
body .step form .alignright {
  margin-left: 245px;
}
body .step form .aligncenter {
  text-align: center;
}
body .step form .contact-resum {
  clear: both;
  padding-left: 85px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
  position: relative;
}
body .step form .contact-resum span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f8dc00;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -ms-transform: translatey(-50%);
      transform: translatey(-50%);
}
body .step form .contact-resum span:before {
  font-family: total;
  content: '|';
  line-height: normal;
  font-size: 31px;
  position: absolute;
  left: 10px;
  padding-top: 10px;
}
body .step form .contact-resum p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body .step form .info {
  color: #999;
  font-weight: 300;
}
body .step form button[type="submit"] + a,
body .step form button[type="submit"] + .info {
  margin-top: 10px;
}
body .step form .sub-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
body .step form .order-tunnel-tank label {
  text-align: left;
}
body .step form .order-tunnel-tank .tank-infos label {
  width: 190px;
}
body .step form .order-tunnel-tank .tank-infos > span {
  display: inline-block;
  margin: 10px 0;
  width: auto;
}
body .step form .order-tunnel-tank .tank-infos #label-tankCapacity {
  display: none;
}
body .step form .order-tunnel-tank .tank-infos #tankCapacity {
  width: 80px;
  margin-right: 10px;
}
body .step form .order-tunnel-tank .tank-infos #tankCapacity + .label-more-infos {
  padding-left: 10px;
}
body .step form .order-tunnel-tank .tank-infos #tankCapacityDunno {
  margin-top: 13px;
}
body .step form .order-tunnel-tank .tank-infos #tankCapacityDunno + label {
  width: auto;
  margin-top: 10px;
}
body .step form .order-tunnel-tank .tank-infos .label-more-infos {
  font-size: 12px;
  font-style: italic;
}
body .step form .order-tunnel-tank .checkbox-list {
  font-size: 0;
  text-align: left;
}
body .step form .order-tunnel-tank .checkbox-list > div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
body .step form .order-tunnel-tank .checkbox-list label {
  width: calc(100% - 20px);
  padding-right: 5px;
  font-weight: 300;
}
body .step form .order-tunnel-tank .checkbox-list label:nth-of-type(2n) {
  padding-right: 0;
}
body .step form .order-tunnel-tank .group-rule {
  padding: 0;
}
body .step form .order-tunnel-tank .group-rule label:first-of-type {
  font-size: 0;
  margin: 0;
}
body .step form .order-tunnel-tank .group-rule label:first-of-type > label {
  font-size: 12px;
}
body .step form .tunnel-tank,
body .step form #paymentMethods {
  position: relative;
}
body .step form .tunnel-tank .form-group.group-rule,
body .step form #paymentMethods .form-group.group-rule {
  margin: 0;
  position: absolute;
  left: 100%;
  top: 0;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  z-index: 9999;
}
body .step form .tunnel-tank .form-group.group-rule > label,
body .step form #paymentMethods .form-group.group-rule > label {
  padding: 0;
}
body .step form .tunnel-tank .form-group.group-rule > label input,
body .step form #paymentMethods .form-group.group-rule > label input {
  position: absolute;
  left: -99999px;
}
body .step form .tunnel-tank .form-group.group-rule > label input.error + label.error,
body .step form #paymentMethods .form-group.group-rule > label input.error + label.error {
  position: static;
}
body .step form .label-group-title {
  font-size: 15px;
}
body .step form .mode-paiement {
  position: relative;
}
body .step form .mode-paiement .ico {
  font-family: total;
  color: #555555;
  font-size: 50px;
}
body .step form .mode-paiement .ico.bancontact:after {
  content: "G";
}
body .step form .mode-paiement .ico.cash:after {
  content: "<";
}
body .step form .mode-paiement .ico.virement:after {
  content: ">";
}
body .step form .mode-paiement .ico.online:after {
  content: "=";
}
body .step form .mode-paiement .ico.payment-with-price-on-delivery-date:after {
  content: "\5f";
}
body .step form .mode-paiement > .radio {
  width: 24%;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  height: 125px;
  vertical-align: bottom;
}
body .step form .mode-paiement > .radio label {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 13px;
}
body .step form .mode-paiement > .radio label i {
  display: block;
  right: 0;
}
body .step form .mode-paiement > .radio input[type="radio"] {
  left: 50%;
  margin-left: initial;
  bottom: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
body .step .thank {
  background-color: #fff;
  padding: 20px;
}
body .step .thank.order-error .box p {
  margin-bottom: 0;
}
body .step .thank.order-error .box p strong {
  display: block;
  margin-bottom: 10px;
}
body .step .thank .box {
  padding: 20px;
  background-color: #f8dc00;
  position: relative;
}
body .step .thank .box h1 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: 700;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-right: 80px;
}
body .step .thank .box h1 span {
  font-family: total;
  line-height: 25px;
  font-size: 20px;
  color: #fff;
  text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 4px 5px rgba(0, 0, 0, 0.25);
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  background: #f35256;
  background: linear-gradient(180deg, #f35256 0%, #f1272d 100%);
  display: inline-block;
  margin-left: 10px;
}
body .step .thank .box h1 span.green-gradient {
  background: #70c752;
  background: linear-gradient(180deg, #70c752 0%, #56ae38 100%);
}
body .step .thank .box h1 span.error-payment-online-icon {
  top: 35px;
  left: auto;
  right: 35px;
  position: absolute;
  line-height: 50px;
  font-size: 50px;
  height: 50px;
  width: 50px;
}
body .step .thank .box p {
  font-weight: 300;
  font-size: 15px;
  padding-left: 10px;
  margin-bottom: 30px;
  line-height: 17px;
  padding-right: 165px;
}
body .step .thank .box p strong {
  font-weight: 700;
}
body .step .thank .box a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  width: 235px;
  height: 46px;
  line-height: 46px;
}
body .step .thank .box a.fb {
  margin-right: 22px;
  background: #4b66a0;
  background: linear-gradient(180deg, #4b66a0 0%, #153372 100%);
  transition: background 0.3s ease;
  /*background-size: 1px 100px;*/
}
body .step .thank .box a.fb:hover {
  text-decoration: none;
  background-position: -50px;
}
body .step .thank .box a.mail {
  background: #555555;
  background: linear-gradient(180deg, #555555 0%, #1f1f1f 100%);
  position: absolute;
  transition: background 0.3s ease;
  /*background-size: 1px 100px;*/
}
body .step .thank .box a.mail:hover {
  text-decoration: none;
  background-position: -50px;
}
body .step .thank .box a.print-button {
  display: block;
  margin-top: 10px;
  width: 492px;
  text-decoration: none !important;
}
body .step .thank .mascotte {
  height: 240px;
  width: 171px;
  position: absolute;
  top: -30px;
  right: 20px;
}
body .step .thank .box:after {
  content: "";
}
body .step .bg-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px;
  font-size: 11px !important;
}
body .step .alert.alert-info {
  background-color: #fff8be;
  padding: 15px;
  margin-bottom: 25px;
}
body .step .forgot-mail-info {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 11px !important;
}
body .step .optionsServicesList {
  position: relative;
}
body .step .order-tunnel-tank {
  /*Nouveau bloc tank*/
  min-height: 40px;
  /*fin nouvelle citerne*/
}
body .step .order-tunnel-tank input[type="date"] {
  width: 100%;
}
body .step .order-tunnel-tank .form-group {
  border-bottom: none;
}
body .step .order-tunnel-tank [type="radio"]:checked,
body .step .order-tunnel-tank [type="checkbox"]:checked,
body .step .order-tunnel-tank [type="radio"]:not(:checked),
body .step .order-tunnel-tank [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
body .step .order-tunnel-tank .radio-group {
  position: relative;
}
body .step .order-tunnel-tank .radio-group .radio-box {
  float: left;
  width: 50%;
  height: 100px !important;
  text-align: center;
}
body .step .order-tunnel-tank .radio-group .radio-box.radio-box-full {
  width: 100%;
  height: auto !important;
}
body .step .order-tunnel-tank .radio-group .radio-box.radio-box-full .label-box {
  height: auto;
}
body .step .order-tunnel-tank .radio-group .radio-box.radio-box-center {
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 999;
}
body .step .order-tunnel-tank .radio-group .radio-box.radio-box-third {
  width: 33.33333333%;
}
body .step .order-tunnel-tank .radio-group .radio-box.top .label-box .citerne {
  position: absolute;
  top: 10px;
}
body .step .order-tunnel-tank .radio-group .radio-box.bottom .label-box .citerne {
  position: absolute;
  bottom: 10px;
}
body .step .order-tunnel-tank .radio-group .radio-box.left .label-box .citerne {
  left: 10px;
}
body .step .order-tunnel-tank .radio-group .radio-box.right .label-box .citerne {
  right: 10px;
}
body .step .order-tunnel-tank .radio-group .radio-box .label-box {
  border: solid 2px #f3f3f3;
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
body .step .order-tunnel-tank .radio-group .radio-box .label-box.green {
  background-color: #3c763d;
}
body .step .order-tunnel-tank .radio-group .radio-box .label-box.red {
  background-color: #a94442;
}
body .step .order-tunnel-tank .radio-group .radio-box .label-box.orange {
  background-color: #D97A07;
}
body .step .order-tunnel-tank .radio-group .radio-box .label-box:before,
body .step .order-tunnel-tank .radio-group .radio-box .label-box:after {
  content: none;
}
body .step .order-tunnel-tank .radio-group .radio-box .label-box .title {
  display: block;
}
body .step .order-tunnel-tank .radio-group .radio-box [type=radio]:checked ~ .label-box {
  background-color: #f8dc00;
  color: #333;
}
body .step .order-tunnel-tank .radio-group .radio-box [type=radio]:checked ~ .label-box.green {
  background-color: #3c763d;
}
body .step .order-tunnel-tank .radio-group .radio-box [type=radio]:checked ~ .label-box.red {
  background-color: #a94442;
}
body .step .order-tunnel-tank .radio-group .radio-box [type=radio]:checked ~ .label-box.orange {
  background-color: #D97A07;
}
body .step .order-tunnel-tank .radio-group .radio-box [type=radio]:checked ~ .label-box .citerne {
  background-position-y: -50px;
}
body .step .order-tunnel-tank .radio-group.radio-group-color .radio-box .label-box {
  border-color: #f3f3f3;
}
body .step .order-tunnel-tank .radio-group.radio-group-color .radio-box [type=radio]:checked ~ .label-box {
  border-color: red;
}
body .step .order-tunnel-tank .citerne-infos label {
  min-height: 40px;
}
body .step .order-tunnel-tank .citerne-infos .form-group {
  margin-bottom: 30px;
}
body .step .order-tunnel-tank .citerne-infos .fill-form,
body .step .order-tunnel-tank .citerne-infos .adressBloc {
  border-left: solid 3px red;
  background-color: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
}
body .step .order-tunnel-tank .citerne-infos .fill-form a,
body .step .order-tunnel-tank .citerne-infos .adressBloc a {
  text-decoration: none;
}
body .step .order-tunnel-tank .citerne-infos .fill-form a:hover,
body .step .order-tunnel-tank .citerne-infos .adressBloc a:hover,
body .step .order-tunnel-tank .citerne-infos .fill-form a:focus,
body .step .order-tunnel-tank .citerne-infos .adressBloc a:focus {
  text-decoration: underline;
}
body .step .order-tunnel-tank .citerne-infos .fill-form .icon-information-circle:before,
body .step .order-tunnel-tank .citerne-infos .adressBloc .icon-information-circle:before {
  vertical-align: middle;
  font-size: 17px;
  margin-right: 10px;
}
body .step .order-tunnel-tank .citerne-infos .adressBloc {
  margin-top: 10px;
}
body .step .order-tunnel-tank .citerne-infos .disclaimer {
  display: block;
  font-size: 12px;
}
body .step .order-tunnel-tank .citerne {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background: transparent url(images/citerne/citerne.png) no-repeat;
  background-position-y: 0;
}
body .step .order-tunnel-tank .citerne-home {
  background-position-x: -100px;
}
body .step .order-tunnel-tank .citerne-cuve-top-left {
  background-position-x: -150px;
}
body .step .order-tunnel-tank .citerne-cuve-top-right {
  background-position-x: -200px;
}
body .step .order-tunnel-tank .citerne-cuve-bottom-left {
  background-position-x: 0;
}
body .step .order-tunnel-tank .citerne-cuve-bottom-right {
  background-position-x: -50px;
}
body .step .order-tunnel-tank .citerne-whistle {
  background-position-x: -600px;
}
body .step .order-tunnel-tank .citerne-sonde {
  background-position-x: -550px;
}
body .step .order-tunnel-tank .citerne-freezingExposed-yes {
  background-position-x: -300px;
}
body .step .order-tunnel-tank .citerne-freezingExposed-no {
  background-position-x: -250px;
}
body .step .order-tunnel-tank .citerne-situation-indoor {
  background-position-x: -450px;
}
body .step .order-tunnel-tank .citerne-situation-outdoor {
  background-position-x: -500px;
}
body .step .order-tunnel-tank .citerne-installationType-overhead {
  background-position-x: -400px;
}
body .step .order-tunnel-tank .citerne-installationType-buried {
  background-position-x: -350px;
}
body .step .order-tunnel-tank .citerne-twinned-yes {
  background-position-x: -700px;
}
body .step .order-tunnel-tank .citerne-twinned-no {
  background-position-x: -650px;
}
body .step .order-tunnel-tank .citerne-obligatoryPresence-yes {
  background-position-x: -750px;
}
body .step .order-tunnel-tank .citerne-obligatoryPresence-no {
  background-position-x: -800px;
}
body .step .order-tunnel-tank .citerne-material-plastic {
  background-position-x: -850px;
}
body .step .order-tunnel-tank .citerne-material-metal {
  background-position-x: -900px;
}
body .resum-order {
  margin-top: 30px;
  padding-right: 0;
  margin-bottom: 50px;
}
body .resum-order h2 {
  font-size: 17px;
  color: #fff;
  display: block;
  background-color: #211d1e;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  min-height: 46px;
  line-height: 46px;
}
body .resum-order span.offers {
  color: #00ba51;
  text-transform: uppercase;
}
body .resum-order span.offers:before {
  font-family: 'glyphicons';
  content: '\e102';
}
body .resum-order ul {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 0;
}
body .resum-order ul li {
  list-style: none;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  border-bottom: 1px solid #dddddd;
  min-height: 45px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  /*float: left;*/
  background-color: #fff;
  padding-bottom: 10px;
  position: relative;
}
body .resum-order ul li img {
  margin-right: 10px;
  display: block;
  float: left;
}
body .resum-order ul li span {
  font-weight: 500;
  float: right;
  text-align: right;
}
body .resum-order ul li.price {
  background-color: #eeeeee;
}
body .resum-order ul li.price span {
  font-weight: 300;
}
body .resum-order ul li.benefit {
  color: #f18c06;
  font-weight: 700;
}
body .resum-order ul li.benefit a {
  font-size: 15px;
  color: #999999;
  text-decoration: underline;
  font-weight: 300;
  display: block;
}
body .resum-order ul li.benefit a:hover {
  text-decoration: none;
}
body .resum-order ul li.benefit span {
  font-size: 26px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 10px;
}
body .resum-order ul li.benefit span sub {
  font-size: 10px;
  top: -5px;
}
body .resum-order ul li.total-price {
  min-height: 90px;
  background-color: #555555;
  color: #f8dc00;
  font-size: 22px;
  line-height: 60px;
  padding: 0 20px;
  font-weight: 900;

}
body .resum-order ul li.total-price.upsell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #eeeeee;
  font-size: 18px;
  border: none;
  position: relative;
  top: -1px;
  padding: 20px;
  color: #333333;
}
body .resum-order ul li.total-price.upsell span {
  -ms-flex-item-align: center;
      align-self: center;
  color: #333333;
  font-size: 20px;
}
body .resum-order ul li.total-price.upsell span strong {
  color: #333333;
}
body .resum-order ul li.total-price.upsell button {
  width: 230px;
  height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  display: block;
  margin: 0 auto;
  line-height: normal;
}
body .resum-order ul li.total-price span {
  display: flex;
  flex-direction: column;
  line-height: normal;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
    
body .resum-order ul li.total-price .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 45px;
}

body .resum-order ul li.total-price .top-row strong {
  font-size: 26px;
  font-weight: 900;
}
    
body .resum-order ul li.total-price span > span {
  display: block;
  margin-top: 2px;
  word-break: break-word; /* pour éviter que le texte déborde */
}

body .resum-order .more-mazoutonline {
  width: 100%;
  background-color: #dddddd;
  padding: 15px;
  font-size: 15px;
  color: #525252;
  font-weight: 300;
  float: left;
}
body .resum-order .more-mazoutonline h3 {
  font-size: 20px;
  color: #f1272d;
  padding: 0;
  margin: 0;
  font-style: italic;
  font-weight: 900;
}
body .resum-order .more-mazoutonline h3 span {
  background-color: #f1272d;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-style: normal;
  height: 21px;
  line-height: 18px;
  margin-left: 5px;
  margin-right: 8px;
  padding-left: 4px;
  position: relative;
  top: -4px;
  width: 21px;
}
body .resum-order .more-mazoutonline h4 {
  color: #1f1d1e;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
body .resum-order .more-mazoutonline h4:after {
  font-family: total;
  position: absolute;
  right: 0;
  top: 0;
}
body .resum-order .more-mazoutonline h4.close:after {
  content: "l";
}
body .resum-order .more-mazoutonline h4.open:after {
  content: "t";
}
body .resum-order .more-mazoutonline p strong {
  font-weight: 700;
}
body .resum-order .legal-notice {
  clear: both;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  border-bottom: 1px solid #dddddd;
  min-height: 45px;
  padding: 10px 20px;
  background-color: #fff;
}
body .reassurance {
  clear: both;
  background-color: #fff;
  margin-top: 50px;
}
body .order-client-info .loading {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
body .order-tunnel-newClient #pwd-container {
  display: inline-block;
}
body .order-tunnel-newClient .password-verdict {
  margin-left: 3px;
  position: absolute;
  min-width: 200px;
  display: block !important;
}
body .order-tunnel-newClient .activation-title {
  width: 245px;
  text-align: right;
  padding-right: 20px;
}
body #paymentMethods #acceptCGVMsg label {
  left: auto;
  margin: 10px auto 0;
  position: relative;
  text-align: center;
  -ms-transform: none;
      transform: none;
  width: 230px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  margin-bottom: 10px;
}
body #paymentMethods #acceptCGVMsg label:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000000;
  border-style: solid;
  border-width: 0 5px 8.7px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  top: -8px;
  -ms-transform: translateX(-5px);
      transform: translateX(-5px);
  width: 0;
}
body .popin-basket-expired .popin-content {
  text-align: center;
  height: 100%;
  padding: 20px;
}
body .review {
  padding: 20px 20px 0 20px;
}
body .review .header {
  text-align: center;
  background-color: #333;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 46px;
}
body .review .content {
  height: 600px;
}
body .review .content iframe {
  width: 100%;
  height: 100%;
}
body .review .online-ordering-review {
  border: 0;
}
body .upsell-banner {
  height: auto;
  margin-top: 30px;
}
body .upsell-banner__header {
  padding: 10px;
  background-color: #f8dc00;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
body .upsell-banner__content {
  padding: 20px;
  border: 1px solid #dddddd;
  border-top: none;
  font-size: 15px;
  font-weight: 300;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body .upsell-banner__content > div {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
body .upsell-banner__content img {
  margin-right: 20px;
  width: 40px;
}
body .upsell-banner__content .button-red {
  width: 230px;
  height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 2px;
}
body .upsell-banner span.green {
  color: #7ABA4C;
  font-weight: bold;
  font-size: 22px;
}
body .upsell-banner .strikethrough {
  position: relative;
}
body .upsell-banner .strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: #f1272d;
  -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
  -ms-transform-origin: center center;
      transform-origin: center center;
  width: 130%;
}
body .upsell-banner h1 {
  margin: 0;
  vertical-align: bottom;
}
body .upsell-banner button {
  -ms-flex-positive: 0.3;
      flex-grow: 0.3;
  -ms-flex-item-align: center;
      align-self: center;
  height: 40px;
  max-width: 140px;
  border: none;
  border-radius: 2px;
}
@media (max-width: 768px) {
  body .upsell-banner .upsell-banner__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body .upsell-banner .upsell-banner__content > * {
    margin-bottom: 5px;
  }
}
@media (max-width: 1023px) {
  body .upsell-banner {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  body .step form .form-group input.error + label.error,
  body .step form .form-group textarea.error + label.error,
  body .step form .form-group input.error + .validationMessage,
  body .step form .form-group select.error + .validationMessage,
  body .step form .validationMessage.radio-error {
    color: white;
    background-color: #ed5565;
    border-radius: 5px;
    border: 1px solid red;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    -ms-transform: none;
        transform: none;
    width: auto;
    left: 0;
    top: 0;
    white-space: normal;
  }
  body .step form .form-group input.error + label.error:before,
  body .step form .form-group textarea.error + label.error:before,
  body .step form .form-group input.error + .validationMessage:before,
  body .step form .form-group select.error + .validationMessage:before,
  body .step form .validationMessage.radio-error:before {
    display: none;
  }
  body .step form .form-group.cgv {
    position: relative;
  }
  body .step form .form-group.cgv input.error + span + label {
    margin-bottom: 50px;
  }
  body .step form .form-group.cgv input.error + .validationMessage {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: inherit;
  }
  body .step form .form-group.with-tooltip .infos-supp .tooltips .content {
    left: inherit;
    right: -10px;
    -ms-transform: none;
        transform: none;
  }
  body .step form .form-group.with-tooltip .infos-supp .tooltips .content:before,
  body .step form .form-group.with-tooltip .infos-supp .tooltips .content:after {
    left: initial;
    -ms-transform: none;
        transform: none;
    right: 5px;
  }
  body .step form .form-group.with-tooltip .infos-supp .tooltips .content:after {
    right: 6px;
  }
}
@media (max-width: 1023px) {
  body .step {
    width: 100%;
    padding-right: 0px;
    margin-top: 0px;
  }
  body .step h2 {
    text-align: left;
  }
  body .step .thank .box h1 span {
    position: relative;
    display: inline-block;
    left: 20px;
    top: 0px;
  }
  body .step .thank .mascotte {
    right: 65px;
  }
  body .step form .order-tunnel-tank .checkbox-list > div {
    width: calc(50% - 100px);
  }
  body .step form .order-tunnel-tank .group-rule {
    right: 200px;
  }
  body .step form .form-group {
    display: inline-block;
    clear: both;
    padding-right: 30px;
  }
  body .step form .form-group.checkbox-line {
    display: block;
    padding: 0;
  }
  body .step form .tunnel-tank .form-group {
    padding-right: 0;
    display: block;
  }
  body .resum-order {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }
  body .resum-order .order-info li {
    display: inline-block;
    width: 20%;
    border-bottom: none;
    border-left: 1px solid #dddddd;
    min-height: 100px;
    text-align: center;
    padding-top: 10px;
    background-color: #eeeeee;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  body .resum-order .order-info li span {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    min-height: 65px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  body .step h2 {
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .step form {
    padding: 0;
  }
  body .step form .coldflow-text {
    padding: 10px;
  }
  body .step form .form-group {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  body .step form .form-group label {
    width: 100%;
    /*margin-bottom: 10px;*/
    padding-right: 0;
    text-align: center;
  }
  body .step form .form-group label + span {
    text-align: center;
  }
  body .step form .form-group label.radio-inline {
    width: auto;
  }
  body .step form .form-group button[type="submit"] {
    margin-bottom: 20px;
  }
  body .step form .form-group > span {
    display: block;
    margin: 20px auto 0;
    text-align: left;
    width: 265px;
  }
  body .step form .form-group > a {
    display: block;
    margin: 0px auto 0;
    text-align: left;
    width: 230px;
    margin-top: -10px;
  }
  body .step form .form-group .info {
    width: 230px;
    margin: 0 auto;
    text-align: left;
  }
  body .step form .form-group.displayinblock {
    text-align: left;
  }
  body .step form .form-group.displayinblock > div {
    float: inherit;
  }
  body .step form .form-group.displayinblock > div label {
    max-width: 100%;
    width: 100%;
  }
  body .step form .form-group.displayinblock.alignright {
    float: inherit;
  }
  body .step form .alignright {
    margin-left: auto;
  }
  body .step form .checkbox-line {
    text-align: left;
  }
  body .step form h3 {
    text-align: center;
  }
  body .step form .mode-paiement > .radio {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    height: auto;
  }
  body .step form .mode-paiement > .radio label {
    text-align: left;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
  }
  body .step form .mode-paiement > .radio label i.ico {
    font-size: 26px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: text-bottom;
  }
  body .step form .mode-paiement > .radio input[type="radio"] {
    left: initial;
    position: relative;
    -ms-transform: none;
        transform: none;
    display: inline-block;
    vertical-align: middle;
    top: 5px;
  }
  body .step form .order-tunnel-tank .tank-infos {
    text-align: left;
  }
  body .step form .order-tunnel-tank .tank-infos label {
    width: 230px;
  }
  body .step form .order-tunnel-tank .tank-infos #tankCapacityDunno,
  body .step form .order-tunnel-tank .tank-infos .label-more-infos {
    margin-left: 230px;
  }
  body .step form .order-tunnel-tank .checkbox-list > label {
    width: calc(100% - 20px);
    text-align: left;
  }
  body .step form .order-tunnel-tank .group-rule {
    width: 100% !important;
    position: static;
  }
  body .step form .order-tunnel-tank .group-rule input.error + label.error {
    margin: 0 auto;
  }
  body .step form .tunnel-tank .form-group input.error + label.error,
  body .step form .tunnel-tank .checkbox input.error + label.error {
    float: right;
    position: relative;
    margin: 0;
  }
  body .step form .tunnel-tank .form-group input.error + label.error:before,
  body .step form .tunnel-tank .checkbox input.error + label.error:before {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    left: -8px;
    top: 10px;
  }
  body .step form .tunnel-tank .form-group {
    text-align: left;
  }
  body .step form .tunnel-tank .form-group.group-rule {
    right: 0;
    left: auto;
    top: 20px;
    -ms-transform: none;
        transform: none;
  }
  body .step form .tunnel-tank .checkbox {
    padding: 0 10px;
  }
  body .step .contact-resum {
    padding-right: 20px;
  }
  body .step .thank {
    padding: 0px;
  }
  body .step .thank .box {
    padding: 10px;
  }
  body .step .thank .box h1 {
    padding-right: 80px;
  }
  body .step .thank .box h1 span {
    top: 10px;
  }
  body .step .thank .box p {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  body .step .thank .box a.mail {
    position: relative;
  }
  body .step .review {
    padding: 0px;
  }
  body .resum-order .order-info li:nth-child(1),
  body .resum-order .order-info li:nth-child(2) {
    width: 50%;
  }
  body .resum-order .order-info li:nth-child(3) {
    width: 100%;
  }
  body .resum-order .order-info li:nth-child(3) span {
    padding-bottom: 10px;
  }
  body .resum-order .order-info li:nth-child(4),
  body .resum-order .order-info li:nth-child(5) {
    width: 50%;
    border-top: 1px solid #dddddd;
  }
  body .resum-order .order-info li:nth-child(6) {
    width: 100%;
  }
  body .step form .form-group {
    display: block;
  }
  body .step form .form-group input.error + label.error {
    left: auto;
    position: relative;
    width: 230px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    -ms-transform: none;
        transform: none;
  }
  body .step form .form-group input.error + label.error:before {
    content: ' ';
    width: 0;
    height: 0;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #000000 transparent;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: -8px;
    -ms-transform: translateX(-5px);
        transform: translateX(-5px);
  }
  body .step form .form-group span.zipcode-button {
    position: static;
    margin: 0 auto;
    text-align: center;
  }
  body .step form .form-group span.zipcode-button a {
    margin: 0;
  }
  body .step form .form-group span.zipcode-button a {
    margin-left: 20px;
  }
}
@media (max-width: 690px) {
  body .step .thank .box a {
    display: block;
  }
  body .step .thank .box a.fb {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  body .step .thank .box a.mail {
    margin: 0 auto;
  }
  body .step .thank .box a.print-button {
    width: 235px;
    margin: 10px auto 0 auto;
    line-height: 1.3;
    padding-top: 5px;
  }
}
@media (max-width: 660px) {
  body .step .thank .box h1 {
    max-width: 275px;
    padding-right: 0;
  }
  body .step .thank .box h1 span {
    left: 50px;
    top: -15px;
  }
}
@media (max-width: 480px) {
  body .step .thank .box h1 {
    max-width: 255px;
  }
}
@media (max-width: 450px) {
  body .step .thank .box h1 span.error-payment-online-icon {
    top: 0;
    right: 10px;
  }
  body .step .thank.order-error-payment-online .box h1 {
    position: initial;
    padding-left: 0;
  }
  body .step .thank .box:before {
    top: auto;
    bottom: 135px;
    background-size: cover;
    width: 125px;
    height: 175px;
    right: 0;
  }
  body .step .thank .box h1 {
    font-size: 25px;
  }
  body .step .thank .box h1 span {
    font-size: 28px;
    height: 40px;
    left: auto;
    line-height: 42px;
    position: absolute;
    right: 100px;
    top: 20px;
    width: 40px;
  }
}
@media (max-width: 380px) {
  body .step .thank .box h1 span {
    right: 50px;
  }
}
@media print {
  .order-page a[href]::after {
    content: none !important;
    display: none !important;
  }
  .order-page .step {
    display: none !important;
  }
  .order-page .resum-order {
    margin-bottom: 0 !important;
  }
  .order-page .resum-order .order-info li {
    width: 50% !important;
    display: block;
    margin: 0 auto !important;
    border-top: 0 !important;
    border-left: 0;
    border-bottom: solid 1px #000;
    min-height: 50px;
    padding: 10px 0;
  }
  .order-page .resum-order .order-info li span {
    margin: 0;
    height: auto;
    min-height: initial;
    padding: 0;
  }
  .order-page .resum-order .order-info li > span {
    float: right;
    width: 50%;
  }
  .order-page footer {
    page-break-before: auto !important;
  }
  .order-page footer .footer-links .footer-links-content .mobile-lang-selector {
    display: none;
  }
  .order-page footer .footer-links .footer-links-content .infos-mol {
    margin: auto !important;
  }
  .order-page footer .footer-links .footer-links-content .help .contact-link,
  .order-page footer .footer-links .footer-links-content .help .faq-link {
    display: none !important;
  }
  .order-page footer .footer-links .footer-links-content .links-zone1,
  .order-page footer .footer-links .footer-links-content .links-zone2,
  .order-page footer .footer-links .footer-links-content .account-social {
    display: none !important;
  }
  .order-page footer .footer-copyright .footer-menu {
    display: none !important;
  }
  .order-page iframe.badge-bottom {
    display: none !important;
  }
}
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-clickable {
  cursor: inherit;
}
.leaflet-container {
  cursor: -moz-grab;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -moz-grabbing;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-content p span {
  display: block;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-marker-pane {
  counter-reset: my-badass-counter;
}
.leaflet-marker-pane img:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
}
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
  background-color: rgba(246, 220, 84, 0.4);
}
.marker-cluster-small div {
  background-color: rgba(251, 210, 0, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(246, 220, 84, 0.4);
}
.marker-cluster-medium div {
  background-color: rgba(251, 210, 0, 0.6);
}
.marker-cluster-large {
  background-color: rgba(246, 220, 84, 0.4);
}
.marker-cluster-large div {
  background-color: rgba(251, 210, 0, 0.6);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #fbd200;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #fbd200;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #fbd200;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #fbd200;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #fbd200;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #fbd200;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}
.cluster {
  cursor: pointer;
}
.cluster div {
  position: absolute;
  top: 5px;
  left: -5px;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  width: 60px;
  line-height: 52px;
}
.comparative {
  position: relative;
  background: linear-gradient(to bottom, #eeeeee 40%, #ffffff 40%);
}
@media (max-width: 1023px) {
  .comparative {
    padding-bottom: 50px;
  }
}
.comparative:after {
  content: "";
  height: 50px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -50px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .comparative:after {
    display: none;
  }
}
.comparative-title {
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: left;
  display: block;
  margin-top: 20px;
  width: calc((100% / 12) * 10);
  font-size: 22px;
  padding: 0 15px;
}
.comparative-small {
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  margin-top: 20px;
  width: calc((100% / 12) * 10);
  font-size: 16px;
}
@media (max-width: 991px) {
  .comparative-title,
  .comparative-small {
    width: calc((100% / 12) * 12);
  }
}
.comparative .comparative-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  -ms-flex-pack: center;
      justify-content: center;
}
.comparative .comparative-row.images .comparative-left-content {
  background-color: transparent;
  border: none;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .comparative .comparative-row.images .comparative-left-content {
    display: block;
    text-align: center;
  }
  .comparative .comparative-row.images .comparative-left-content img {
    max-width: 100%;
    width: auto;
  }
}
.comparative .comparative-row .comparative-left {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc((100% / 12) * 4);
  padding: 0 15px;
  padding-top: 38px;
}
@media (max-width: 991px) {
  .comparative .comparative-row .comparative-left {
    width: calc((100% / 12) * 5);
  }
}
@media (max-width: 767px) {
  .comparative .comparative-row .comparative-left {
    width: 100%;
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
  }
}
.comparative .comparative-row .comparative-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc((100% / 12) * 6);
  padding: 0 15px;
}
@media (max-width: 991px) {
  .comparative .comparative-row .comparative-right {
    width: calc((100% / 12) * 7);
  }
}
@media (max-width: 767px) {
  .comparative .comparative-row .comparative-right {
    width: 100%;
    -ms-flex-order: 0;
        order: 0;
    margin-bottom: 30px;
  }
}
.comparative .comparative-row .comparative-right .shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.comparative .comparative-row .comparative-notop {
  padding-top: 0px;
}
.comparative .comparative-left-content {
  height: 100%;
  background-color: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 26px 25px;
  border: 5px solid #f5f5f5;
  border-top: 0;
}
@media (max-width: 767px) {
  .comparative .comparative-left-content {
    padding: 16px;
  }
}
.comparative .comparative-left-content img {
  margin-top: 12px;
}
.comparative .comparative-right-content {
  height: 100%;
  background-color: #ffffff;
  border: 5px solid #F8DC00;
  border-top: 0;
  padding: 26px 30px;
}
@media (max-width: 767px) {
  .comparative .comparative-right-content {
    padding: 16px;
  }
}
.comparative .comparative-right-content img {
  max-width: 248px;
  max-height: 107px;
  display: block;
  margin: auto;
}
.comparative .center {
  margin: 0 auto;
  text-align: center;
}
.comparative h2 {
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}
.comparative h2 span {
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 380px) {
  .comparative h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.comparative .important {
  height: 38px;
  text-align: center;
  text-transform: uppercase;
  background: #F8DC00;
  color: #ffffff;
  font-size: 20px;
  padding: 4px;
}
@media (max-width: 380px) {
  .comparative .important {
    font-size: 16px;
    height: auto;
  }
}
.comparative .cta {
  margin-top: auto;
  text-align: center;
}
.comparative .cta .from {
  font-size: 17px;
  margin: 0;
}
.comparative .cta .price {
  font-size: 30px;
  font-weight: 900;
}
.comparative .cta .price span {
  font-size: 17px;
  font-weight: 400;
}
.comparative .cta .button {
  height: 37px;
  line-height: 37px;
  border-radius: 2px;
  border: none;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
.comparative .cta .button:after {
  content: "m";
  font-family: total !important;
  color: #ffffff;
  position: absolute;
  right: 3px;
}
.comparative .cta .button-grey:after {
  color: #999;
}
.comparative .rassurant-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 20px;
}
.comparative .rassurant-list--ultra {
  position: relative;
  padding-left: 115px;
}
@media (max-width: 767px) {
  .comparative .rassurant-list--ultra {
    padding-left: 0;
  }
}
.comparative .rassurant-list--ultra:before {
  content: "";
  display: block;
  height: 200px;
  width: 150px;
  background-image: url("../../images/design/mascottel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (max-width: 767px) {
  .comparative .rassurant-list--ultra:before {
    display: none;
  }
}
.comparative .rassurant-list li {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1400px) {
  .comparative .rassurant-list li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .comparative .rassurant-list li {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
  }
}
.comparative .rassurant-list li:last-child {
  margin-bottom: 0;
}
.comparative .rassurant-list .check {
  font-family: total !important;
  color: #33cc5e;
  font-size: 30px;
  margin-right: 18px;
  vertical-align: middle;
}
.comparative .rassurant-list .no-check {
  font-family: total !important;
  color: #f1272d;
  font-size: 17px;
  margin-right: 30px;
  vertical-align: middle;
  line-height: 43px;
  position: relative;
  left: 5px;
}
.comparative .tooltips {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .comparative .tooltips {
    display: none;
  }
}
/*Select2*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container {
  width: 100% !important;
  font-size: 15px;
  font-weight: 300;
}
.select2-container .select2-dropdown .select2-results__option > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.select2-container .select2-dropdown .select2-results__option .country-flag-select2 {
  height: 15px;
  margin-right: .1rem;
}
.select2-container .select2-selection {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 9px 12px 0 rgba(50, 50, 50, 0.1);
  height: 30px;
}
.select2-container .select2-selection .select2-selection__rendered > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.select2-container .select2-selection .select2-selection__rendered .country-flag-select2 {
  height: 15px;
  margin-right: .1rem;
}