@charset "UTF-8";

@font-face {
  font-family: "TitilliumWebRegular";
  src: url("../fonts/TitilliumWeb-Regular.ttf?orgId=00D24000000IRQS&orgId=00D24000000IRQS&orgId=00D24000000IRQS");
  font-style: normal;
}

@font-face {
  font-family: "TitilliumWebSemiBold";
  src: url("../fonts/TitilliumWeb-SemiBold.ttf?orgId=00D24000000IRQS&orgId=00D24000000IRQS&orgId=00D24000000IRQS");
  font-style: normal;
}

@font-face {
  font-family: "TitilliumWebBold";
  src: url("../fonts/TitilliumWeb-Bold.ttf?orgId=00D24000000IRQS&orgId=00D24000000IRQS&orgId=00D24000000IRQS");
  font-style: normal;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0);
  }
  
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9);
  }
  
  100% {
    transform: translate(-50%, -85%) scale(0.8);
  }
}

@keyframes toggleOnCheckboxIntermediate {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0);
  }
  
  70% {
    opacity: 1;
    transform: translate(0, 0) scale(0.9);
  }
  
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@-webkit-keyframes scaleBounce {
  0% {
    transform: scale(1.1);
  }
  
  30% {
    transform: scale(1.3);
  }
  
  50% {
    transform: scale(0.6);
  }
  
  80% {
    transform: scale(0.95);
  }
  
  90% {
    transform: scale(0.85);
  }
  
  100% {
    transform: scale(1);
  }
}

@keyframes scaleBounce {
  0% {
    transform: scale(1.1);
  }
  
  30% {
    transform: scale(1.3);
  }
  
  50% {
    transform: scale(0.6);
  }
  
  80% {
    transform: scale(0.95);
  }
  
  90% {
    transform: scale(0.85);
  }
  
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rotateCards {
  0% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  
  100% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
}

@keyframes rotateCards {
  0% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  
  100% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
}

*:focus {
  outline: none;
}

.textblue {
  color: #0063ab;
}

.red {
  color: #d0021b;
}

.font9 {
  font-size: 9px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font-bold {
  font-family: "TitilliumWebBold", sans-serif;
}

.font-normal {
  font-family: "TitilliumWeb", sans-serif;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.plr40 {
  padding: 0 40px;
}

.bg-grey {
  background-color: #f5f6f8;
}

.pictogris {
  height: 30px;
  width: 30px;
  border: 1px solid #dddede;
  border-radius: 4px;
  background-color: #f5f6f7;
  position: relative;
  display: block;
  cursor: pointer;
}

.disable {
  pointer-events: none;
  font-family: "TitilliumWebSemiBold";
}

.prixbarre {
  text-decoration: line-through;
  font-family: "TitilliumWebBold", sans-serif;
  font-size: 13px;
  color: #26303c;
}

.pictogris {
  height: 30px;
  width: 30px;
  border: 1px solid #dddede;
  border-radius: 4px;
  background-color: #f5f6f7;
  position: relative;
  display: block;
  cursor: pointer;
}

.pictogris .dropdown-toggle:after {
  content: none;
}

.picto-croix {
  padding: 12px;
  background-color: #26303c;
  border-radius: 4px;
  cursor: pointer;
}

.pictogris .picto-croix, .sousmenuaction .picto-croix, .dropdownMenuAction > img, .dropdownMenu3points > img, .dropdownMenu3points > img {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.pictogris .picto-croix, .sousmenuaction .picto-croix {
  top: -15px;
  left: 220px;
}

.dropdownMenu3points {
  height: 30px;
  display: block;
}

.closeback {
  cursor: pointer;
}

.alignverti {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.nicescroll-rails {
  margin-left: 14px;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.scaleBounce {
  -webkit-animation: scaleBounce 1s infinite;
  -moz-animation: scaleBounce 1s infinite;
  -o-animation: scaleBounce 1s infinite;
  animation: scaleBounce 1s infinite;
}

.rotateCards {
  -webkit-animation: rotateCards 1s infinite;
  -moz-animation: rotateCards 1s infinite;
  -o-animation: rotateCards 1s infinite;
  animation: rotateCards 1s infinite;
}

.liseret {
  border-bottom: solid 1px #dee2e6;
  flex: 1;
}

.voir-plus {
  font-size: 12px;
  line-height: 12px;
  color: #0063ab;
  font-weight: bold;
  margin-left: 2px;
  cursor: pointer;
}

.editable {
  margin-left: 4px;
  cursor: pointer;
}

body {
  background: #eeeded;
  font-family: "TitilliumWebRegular", sans-serif;
  color: #26303c;
}

a {
  text-decoration: none;
  color: #0063ab;
}

a:hover {
  text-decoration: none;
  color: #0063ab;
}

a.active {
  text-decoration: underline;
  color: #0063ab;
}

hr {
  color: #e1e1e2;
  margin: 10px 0;
}

.container-large {
  width: 100%;
  max-width: 1200px !important;
}

.container {
  width: 100%;
  max-width: 1075px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.container-hidden {
  overflow: hidden;
}

.masterhead, .masterbody, .masterfooter, #pluscriteres {
  width: 100%;
  max-width: 1200px;
}

.masterpage {
  margin: auto 0;
  position: relative;
}

.masterpagelarge {
  width: 100%;
}

.masterbody-header {
  padding-top: 150px;
}

.gutter-8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.gutter-8 .col-gutter-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.titre-bloc {
  font-size: 20px;
  font-family: "TitilliumWebBold", sans-serif;
  line-height: 18px;
}

.titre-contenu {
  display: block;
  font-size: 20px;
  font-family: "TitilliumWebBold", sans-serif;
  line-height: 20px;
  margin: 15px 0;
}

.sous-titre-contenu {
  display: block;
  font-size: 16px;
  font-family: "TitilliumWebBold", sans-serif;
  line-height: 18px;
  margin: 15px 0;
}

.texte-filtre {
  font-size: 13px;
  font-family: "TitilliumWebBold", sans-serif;
  line-height: 12px;
}

.texte-filtre a {
  color: #26303c;
}

.texte-filtre a.active, .texte-filtre a:hover {
  text-decoration: underline;
  color: #0063ab;
}

.bloc-blanc {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 #dcdbdb;
}

.blocarrondi {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 #dcdbdb;
}

.blocarrondi #carouselAlaUne img, .blocarrondi #carouselAlaUne2 img {
  height: auto;
}

.blocarrondi .carousel-caption {
  bottom: 0px;
  left: 0;
  right: 0;
  position: relative;
  color: #26303c;
  padding-top: 10px;
  padding-bottom: 0px;
}

.fa-info-circle {
  padding: 0px 5px;
  cursor: pointer;
}

.fa-chevron-right {
  margin-top: 3px;
}

.number-input .btninput {
  cursor: pointer;
}

.number-input .increment {
  font-weight: 800;
}

.number-input input {
  width: 40px;
  border: solid 1px #e7e7e7;
  font-size: 13px;
  font-weight: bold;
  height: 30px !important;
  -moz-appearance: textfield;
}

.number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-input input::-o-inner-spin-button {
  -o-appearance: none;
  margin: 0;
}

.sousmenuaction {
  display: none;
  position: absolute;
  text-align: left;
  border-radius: .25rem;
  padding: 15px;
  width: 259px;
  background-color: #26303c;
  color: #ffffff;
  transform: none !important;
  opacity: 0.95;
  z-index: 10;
}

.sousmenuaction.show {
  display: block;
}

.sousmenuaction li {
  background: none;
  color: #ffffff;
  border-bottom: solid 1px #e1e1e2;
  list-style: none;
  cursor: pointer;
  padding: 6px 0 8PX;
}

.sousmenuaction li span {
  font-size: 13px;
  font-family: "TitilliumWebSemiBold", sans-serif;
}

.sousmenuaction .hidecheck {
  display: none;
}

.sousmenuaction input.checkbox, .sousmenuaction .input.checkbox {
  box-shadow: none !important;
}

.sousmenuaction .picto-croix {
  top: -15px;
  left: 200px;
}

.titre-liste {
  font-size: 15px;
  background-color: #26303c;
  color: #fff;
}

.form-check-label {
  font-size: 13px;
  cursor: pointer;
  margin-left: 5px;
}

.sousmenuaction {
  top: 39px;
  right: 0px;
  left: inherit;
}

.sousmenuaction li {
  height: 40px;
}

.sousmenu3points {
  left: -215px !important;
  top: 39px !important;
}

.sousmenu3points li {
  font-size: 13px;
}

.sousmenu3points li a {
  color: #ffffff;
}

.sousmenu3points li input, .sousmenu3points li label {
  display: inline-block;
  vertical-align: middle;
}

.sousmenu3points li:last-child {
  border-bottom: none;
}

.sousmenu3points .img-card-3points {
  top: 10px;
  transform: none;
  position: relative;
  z-index: -1;
}

.sousmenu3points .noborderbottom {
  border-bottom: none !important;
}

.sousmenu3points.show li {
  padding: .40rem 0.25rem;
}

.sousmenuajoutliste .picto-croix {
  left: 104px;
}

.scrollToTop {
  bottom: 35px;
  right: 0;
  cursor: pointer;
  display: none;
  filter: alpha(opacity=50);
  height: 40px;
  opacity: .5;
  position: fixed;
  width: 40px;
  transition: all .5s linear 0s;
  z-index: 10000;
  background-color: #0063ab;
  border-radius: 50%;
}

.scrollToTop .chevron-up {
  width: 50%;
  left: 9px;
  position: absolute;
  bottom: 14px;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.scrollToTop .retourhaut {
  padding-top: 40px;
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
  text-align: center;
}

.retourhaut.d-flex {
  left: 35px;
  position: inherit;
}

.scrollToTop:hover {
  opacity: 1;
}

.scrollToTop.endpage {
  position: fixed;
  bottom: 300px;
}

.scrollAide {
  bottom: 10px;
  cursor: pointer;
  position: fixed;
  background-color: #26303c;
  height: 30px;
  width: 130px;
  z-index: 1;
  border-radius: 8px;
  padding: 3px 15px;
  color: white;
  right: 70px;
}

.scrollAide .retouraide {
  padding-top: 40px;
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
  text-align: center;
}

.scrollAide:hover {
  color: white;
  text-decoration: underline;
}

.scrollAide.endpageaide {
  position: absolute;
  top: -25px;
  color: white;
  right: 0;
}

.notif-demande-infos {
  display: inline-block;
  border-radius: 100%;
  background: white;
  color: #d0021b;
  position: absolute;
  text-align: center;
  line-height: 17px;
  width: 21px;
  height: 21px;
  font-size: 16px;
  font-family: "TitilliumWebBold", sans-serif;
  top: 11px;
  right: 10px;
  padding-top: 2px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 8px !important;
  margin-top: 7px;
}

.switch input {
  display: none !important;
}

.switch .slider {
  width: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #0063ab;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #0063ab;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switchprix {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.switchprix input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #006ab2;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.titre {
  cursor: pointer;
}

.titre .titre-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  margin-bottom: -4px;
}

.titre .titre-arrow span {
  top: .5rem;
  position: absolute;
  width: .75rem;
  height: .1rem;
  background-color: #000;
  display: inline-block;
  transition: all .2s ease;
}

.titre .titre-arrow span:first-of-type {
  left: 0;
  transform: rotate(-45deg);
}

.titre .titre-arrow span:last-of-type {
  right: 0;
  transform: rotate(45deg);
}

.titre.titre-dropdown-change .titre-arrow span:first-of-type {
  transform: rotate(45deg);
}

.titre.titre-dropdown-change .titre-arrow span:last-of-type {
  transform: rotate(-45deg);
}

.bloc-dropdown-change {
  display: none;
  height: 0;
  margin: 0 !important;
}

#voletprix {
  right: -15px;
  position: fixed;
  margin-left: 55px;
  padding: 12px 10px;
  background: #f5f6f7;
  color: #26303c;
  width: 70px;
  height: 40px;
  font-family: "TitilliumWebBold", sans-serif;
  -webkit-box-shadow: -2px -1px 11px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -1px 11px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -1px 11px -1px rgba(0, 0, 0, 0.75);
  line-height: 16px;
  top: 240px;
  z-index: 12;
  border-radius: 8px 8px 0 0;
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#voletprix span {
  font-size: 22px;
  float: left;
  padding-right: 10px;
}

#volet.ouvrir-menu {
  right: 0;
  position: fixed;
  z-index: 99999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#volet {
  -webkit-box-shadow: -2px 11px 18px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 11px 18px -12px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 11px 18px -12px rgba(0, 0, 0, 0.75);
  width: 250px;
  border-bottom: solid 1px #d0021b;
  border-top: solid 1px #d0021b;
  padding: 10px 20px;
  background: white;
  color: #26303c;
  font-size: 14px;
  right: -250px;
  position: fixed;
  top: 310px;
  z-index: 12;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#volet h4 {
  font-weight: bold;
  font-size: 16px;
}

#volet p {
  text-overflow: ellipsis;
  width: 221px;
  overflow: hidden;
  height: 85px;
}

#volet .pagination .page-link {
  border: none;
  color: #26303c;
  box-shadow: none;
}

#volet .pagination a.page-link:focus {
  outline: none !important;
}

#volet .pagination .page-item.disabled .page-link {
  font-family: "TitilliumWebBold", sans-serif;
}

.volet-info {
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  background: #d0021b;
  color: #fff;
  text-decoration: none;
  font-family: "TitilliumWebSemiBold", sans-serif;
  position: absolute;
  width: 195px;
  right: 173px;
  top: 76px;
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 8px 8px 0 0;
  box-shadow: -2px -1px 11px -1px rgba(0, 0, 0, 0.75);
}

#collapsedetaille h2, #collapseproduits h2, #collapsecertification h2, #collapsetelechargement h2, #collapsepromo h2 {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "TitilliumWebSemiBold", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: solid 1px #e1e1e2;
}

#collapsedetaille h2 .closeback, #collapseproduits h2 .closeback, #collapsecertification h2 .closeback, #collapsetelechargement h2 .closeback, #collapsepromo h2 .closeback {
  position: relative;
  opacity: 1;
  bottom: 2px;
  cursor: pointer;
}

.show-tooltip {
  visibility: hidden;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  overflow-y: visible;
  background-color: #f5f6f7;
  border: 1px solid #979797;
  color: #26303c;
  font-size: 10px;
  line-height: 10px;
  text-transform: initial;
}

.show-tooltip:before {
  position: absolute;
  left: 7px;
  top: -4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #f5f6f7;
  z-index: 1;
}

.show-tooltip:after {
  position: absolute;
  left: 7px;
  top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #979797;
}

header {
  max-height: 140px;
  position: fixed;
  z-index: 1000000;
  top: 0px;
  -webkit-backface-visibility: hidden;
  background-color: #f5f6f7;
  -webkit-transition: .5s ease-in-out, padding .5s ease-in-out;
  transition: .5s ease-in-out, padding .5s ease-in-out;
}

.form-inline {
  display: inline-flex;
}

.blc-achatsrapides {
  display: block;
  position: relative;
  height: 58px;
  z-index: 1;
  background-color: #0063ab;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "TitilliumWebSemiBold", sans-serif;
}

.blc-achatsrapides .picto-caddie-search {
  float: left;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 5px;
}

.blc-achatsrapides span {
  line-height: 13px;
}

.blc-achatsrapides a, .blc-achatsrapides a:hover {
  color: #ffffff;
}

.blc-achatsrapides a {
  padding-top: 15px;
  line-height: 58px;
  min-height: 58px;
}

#blc-search {
  border: 1px solid #e1e1e2;
  background-color: #ffffff;
  height: 60px;
  box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.18);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.18);
  -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.18);
  -ms-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.18);
}

#blc-search .form-inline {
  padding-left: 125px;
}

#blc-search .champ-search {
  width: 380px;
  margin-left: 40px;
  font-size: 13px;
  color: #26303c;
  font-family: "TitilliumWebSemiBold", sans-serif;
}

#blc-search ::placeholder {
  color: #ababab;
  font-family: "TitilliumWebRegular", sans-serif;
  font-weight: normal;
}

#blc-search :-ms-input-placeholder {
  color: #ababab;
  font-family: "TitilliumWebRegular", sans-serif;
  font-weight: normal;
}

#blc-search ::-ms-input-placeholder {
  color: #ababab;
  font-family: "TitilliumWebRegular", sans-serif;
  font-weight: normal;
}

#blc-search .btnblue {
  margin-right: 30px;
  height: 35px;
}

#blc-search .btn-search {
  width: 140px;
}

#blc-search .labelpluscriteres {
  font-size: 13px;
  color: #26303c;
  width: 120px;
  cursor: pointer;
}

#blc-search .labelpluscriteres.nocollapsed .picto-chevron-search {
  transform: rotate(180deg);
  transition: .3s all;
}

#blc-search .labelpluscriteres span, #blc-search .labelpluscriteres span:hover {
  padding-right: 10px;
  text-decoration: none;
}

#blc-search .labelpluscriteres .picto-chevron-search {
  transform: rotate(0deg);
  transition: .3s all;
}

.champ-search {
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
}

#pluscriteres {
  background-color: #f5f6f7;
  box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.18);
  -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.18);
  -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.18);
  -ms-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.18);
  z-index: 10;
  padding-left: 30px;
}

#pluscriteres input {
  width: 140px;
  font-size: 13px;
  margin: 15px 10px;
  border: 1px solid #ced4da;
  box-shadow: none;
  font-family: "TitilliumWebSemiBold", sans-serif;
  font-weight: bold;
}

#pluscriteres select {
  width: 12%;
}

.masterfooter {
  background-color: #26303c;
  max-height: 280px;
  height: 280px;
  padding: 40px;
  color: #ffffff;
  margin-top: 75px;
}

.masterfooter .logo #AutreSitesSelectblack {
  height: 25px;
  width: 80%;
  background-color: #444c57;
  color: white;
  font-size: 14px;
  border: none;
}

.masterfooter .logo .autresites {
  margin: 0px;
}

.masterfooter form {
  display: block;
  width: 80%;
  padding-top: 30px;
}

.masterfooter .newsletter {
  width: 100%;
}

.masterfooter .newsletter span {
  font-size: 9px;
}

.masterfooter .col-lg-3 {
  border-right: solid 1px white;
  height: 210px;
  padding: 0px 30px;
}

.masterfooter .col-lg-3:first-child {
  padding-left: 40px;
}

.masterfooter .col-lg-3:last-child {
  border: none;
}

.masterfooter .col-lg-3:last-child h3 {
  text-transform: none;
}

.masterfooter .img-footer {
  width: 90%;
}

.masterfooter a {
  color: #ffffff;
  line-height: 18px;
  display: inline-block;
}

.masterfooter a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.masterfooter h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "TitilliumWebBold", sans-serif;
  margin-bottom: 15px;
}

.masterfooter span {
  margin-bottom: 10px;
  display: inline-block;
}

.masterfooter .champ-email {
  width: 100%;
  font-size: 13px;
  background-color: #26303c;
  border: solid 1px gray;
  color: white;
  border-radius: 3px;
  height: 30px;
  padding-left: 5px;
  font-family: "TitilliumWebSemiBold", sans-serif;
}

.masterfooter .img-reseausocial {
  padding-right: 10px;
}

.masterfooter .img-reseausocial:hover {
  -webkit-animation: scale-up-center 0.4s ease-in both;
  -moz-animation: scale-up-center 0.4s ease-in both;
  -ms-animation: scale-up-center 0.4s ease-in both;
  -o-animation: scale-up-center 0.4s ease-in both;
  -webkit-animation: scale-up-center 0.4s ease-in both;
  animation: scale-up-center 0.4s ease-in both;
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.cards .card {
  font-size: 13px;
  margin-left: 9px;
  margin-right: 9px;
  width: 255px;
  height: 441px;
  float: left;
}

.cards .card .headercard {
  padding: 15px;
}

.cards .card .headercard .titre-ref {
  font-size: 16px;
  font-family: "TitilliumWebBold", sans-serif;
  padding-top: 5px;
}

.cards .card .headercard .sousmenuaction {
  left: -163px !important;
  top: 30px !important;
  background-color: #26303c;
  color: #fff;
  width: 255px;
  padding: 15px;
  border: none;
  transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
}

.cards .card .headercard .sousmenuaction .list-group > li {
  background-color: #26303c;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.cards .card .headercard .sousmenuaction .list-group > li:first-child {
  border-top: none;
}

.cards .card .headercard .sousmenuaction button {
  border: none !important;
}

.cards .card .headercard .picto-card-action .picto-croix {
  top: -15px;
  left: 106px;
  cursor: pointer;
}

.cards .card .headercard .picto-card-action .dropdown-menu.show li {
  height: 40px;
}

.cards .card .headercard .picto-card-action .dropdown-menu.show .list-group-item:last-child {
  border-bottom: solid 1px #e1e1e2;
}

.cards .card .headercard .picto-card-options .picto-croix {
  top: -15px;
  left: 206px;
}

.cards .card .headercard .picto-card-options .sousmenu3points {
  left: -212px !important;
  top: 30px !important;
  opacity: 0.95;
}

.cards .card .headercard .picto-card-options .sousmenu3points .fiche-detaille.show {
  transform: translate3d(0px, 0px, 0px);
  transition: .5s ease-in-out;
}

.cards .card .headercard .picto-card-options .sousmenu3points .fiche-detaille .descriptif2 {
  font-family: "TitilliumWebBold", sans-serif;
}

.cards .card hr {
  margin: 0 10px;
}

.cards .card .maincard {
  max-height: 100%;
  height: 100%;
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
}

.cards .card .maincard hr {
  margin: 10px 0px;
}

.cards .card .maincard h2 {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "TitilliumWebSemiBold", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: solid 1px #e1e1e2;
}

.cards .card .maincard h2 .closeback {
  position: relative;
  opacity: 1;
  bottom: 2px;
  cursor: pointer;
}

.cards .card .maincard .descriptif-card {
  font-size: 12px;
  line-height: 12px;
}

.cards .card .maincard .descriptif-card a {
  color: #0063ab;
  font-weight: bold;
}

.cards .card .maincard .img-card img {
  border-radius: 10px;
}

.cards .card .maincard li {
  display: block;
}

.cards .card .maincard .bloc {
  background-color: #fff;
}

.cards .card .maincard .detaille .compatible {
  margin-top: 10px;
  padding: 10px 0;
  border-top: solid 1px #e1e1e2;
  max-height: 137px;
  position: relative;
}

.cards .card .maincard .certifications ul, .cards .card .maincard .telechargement ul {
  padding-left: 0px;
}

.cards .card .maincard .certifications li, .cards .card .maincard .telechargement li {
  padding: 10px 0;
  border-bottom: solid 1px #e1e1e2;
}

.cards .card .maincard .telechargement .btn-lecture {
  padding: 3px;
  margin-left: 10px;
}

.cards .card .maincard .produits h2 .closeback {
  bottom: 10px;
}

.cards .card .maincard .produits table {
  width: 100%;
}

.cards .card .maincard .produits table tr:first-child {
  border-top: none;
}

.cards .card .maincard .produits table td {
  padding: 0.4rem 0;
}

.cards .card .maincard .produits table .tableau-checkbox {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.cards .card .maincard .produits table .titre-ref {
  font-size: 16px;
  font-family: "TitilliumWebBold", sans-serif;
  width: 40%;
  max-width: 40%;
}

.cards .card .maincard .produits table .picto-couleur {
  width: 40px;
  max-width: 100%;
}

.cards .card .maincard .produits table .dropdown.show .picto-card-options .sousmenu3points {
  left: -220px !important;
  text-transform: none;
}

.cards .card .maincard .produits table .dropdown.show .picto-card-options .sousmenu3points .picto-croix {
  left: 215px;
}

.cards .card .maincard .descriptif2 {
  font-family: "TitilliumWebBold", sans-serif;
}

.cards .card .maincard .descriptif2 .picto-stock {
  display: inline-block;
  padding: 5px;
  border: 1px solid #d1d1d1;
  text-align: center;
  border-radius: 6px;
  font-size: 10px;
}

.cards .card .maincard .descriptif2 .picto-stock span {
  display: block;
}

.cards .card .maincard .descriptif2 .btn-certif {
  padding: 5px;
  margin-left: 10px;
}

.cards .card .maincard .frontCard {
  display: block;
}

.cards .card .maincard .hidefront {
  display: none;
}

.cards .card .maincard .bloc.back.showback {
  display: block;
  animation: rotateCards 1s 1;
  -webkit-animation: rotateCards 1s 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cards .card .maincard .bloc.back, .cards .card .maincard .bloc.back, .cards .card .maincard .bloc.back, .cards .card .maincard .bloc.back, .cards .card .maincard .bloc.back {
  display: none;
}

.cards .card .footercard {
  background-color: #f4f4f4;
  height: auto;
}

.cards .card .footercard .number-input input {
  width: 35px;
}

.cards .card .footercard .number-input button {
  height: 30px;
}

.cards .card .footercard .prix-card {
  font-size: 16px;
  color: #0063ab;
  font-family: "TitilliumWebBold", sans-serif;
}

.cards .card .footercard .prix-marche {
  font-family: "TitilliumWebBold", sans-serif;
  padding-bottom: 5px;
}

.cards .card .footercard .btn-acheter span {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cards .card .footercard .btn-acheter img {
  padding-right: 5px;
  margin-bottom: 2px;
}

.cards .card .footercard .fa-info-circle {
  color: #f5a623;
  left: 100%;
  top: 10px;
}

.gutter-8 .card {
  width: auto;
  max-width: 255px;
  min-width: 240px;
  height: 441px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .blc-menu-categorie {
    margin-bottom: 20px;
  }
  
  .gutter-overwritten .card {
    min-width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .blc-menu-categorie {
    margin: 0;
  }
  
  .gutter-overwritten .card {
    min-width: 235px;
  }
}

.carousel {
  width: 100%;
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
  cursor: pointer;
}

.carousel .carousel-control-prev .fa-chevron-left, .carousel .carousel-control-prev .fa-chevron-right, .carousel .carousel-control-next .fa-chevron-left, .carousel .carousel-control-next .fa-chevron-right {
  color: #0063ab;
  font-size: 24px;
  background: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #0063ab;
  line-height: 38px;
}

.carousel .carousel-control-prev .fa-chevron-right:before, .carousel .carousel-control-next .fa-chevron-right:before {
  padding-left: 3px;
}

.carousel .carousel-control-prev {
  left: -8px;
}

.carousel .carousel-control-next {
  right: -8px;
}

.carousel-large .carousel-control-prev {
  left: -53px;
  width: 5%;
}

.carousel-large .carousel-control-next {
  right: -53px;
  width: 5%;
}

.carousel-large .col-lg-3 {
  float: left;
}

.text-slide {
  font-family: "TitilliumWebBold", sans-serif;
}

@media screen and (max-width: 1200px) {
  .nouveautes .carousel-control-prev, .nouveautes .carousel-control-next {
    display: none;
  }
}

.blc-acces-rapide .texte-filtre a {
  text-decoration: underline;
  color: #0063ab;
}

.blc-acces-rapide .texte-filtre .disable {
  color: #ababab;
  text-decoration: none;
}

.blc-acces-rapide tbody th:first-child {
  padding: 8px 10px 0 0;
}

.blc-acces-rapide .blocarrondi {
  overflow: visible;
}

.blc-ventes .liseret {
  width: 51%;
}

.blc-produits .liseret {
  width: 36%;
}

.bloc-height390 {
  height: 390px;
}

.blc-alaune .carousel-indicators {
  bottom: -30px;
}

.blc-alaune .carousel-indicators .active {
  background-color: #0063ab;
}

.blc-alaune .carousel-indicators li {
  background-color: rgba(0, 99, 171, 0.2);
  width: 20px;
  cursor: pointer;
}

.blc-260promo .card {
  margin-right: 10px;
  margin-left: 0px;
  height: 350px;
}

.blc-260promo .card .headercard .titre-ref {
  font-size: 14px;
}

.blc-260promo .card .headercard .picto-card-options .sousmenu3points {
  z-index: 100;
}

.blc-260promo .card hr {
  margin: 0px 0px 10px 0px;
}

.blc-260promo .maincard {
  text-align: center;
  height: 100%;
}

.blc-260promo img {
  width: auto;
  height: auto;
}

.blocarrondi {
  position: relative;
}

.blocarrondi .big-img {
  height: 250px;
}

.big-img {
  margin-top: 1.5rem;
}

.big-img .lastimg {
  width: 100%;
}

.big-img .btn {
  width: 32%;
}

#menuheader {
  height: 80px;
  background-color: #f5f6f7;
}

.navbar {
  height: 80px;
  padding: 0;
}

.navbar ul {
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.navbar ul li {
  position: relative;
  float: left;
  font-family: "TitilliumWebBold", sans-serif;
  font-size: 12px;
  line-height: 11px;
  width: 64px;
  margin: 0px 4px;
  text-align: center;
  text-transform: uppercase;
}

.navbar ul li a {
  display: block;
  color: #26303c;
}

.navbar ul li a .picto-menuheader {
  display: block;
  margin: auto;
  max-height: 30px;
}

.navbar ul li a .picto-produits {
  margin-bottom: 5px;
}

.navbar .nav2 li {
  width: 75px;
  position: relative;
}

.navbar .nav1 {
  padding-left: 10px;
}

.navbar .dropdown-toggle:after {
  content: none;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  border: 2px solid #0063ab;
  width: 420px;
  height: 550px;
  left: -55px;
}

.navbar-toggler {
  outline: none !important;
}

.sousmenu-pluscritere #pluscriteres .custom-dropdown:before {
  top: 0;
}

.sousmenu-pluscritere #pluscriteres .custom-dropdown:after {
  top: 8px;
}

.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid #d0021b;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.effect-underline.page-active:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid #d0021b;
  margin-top: 7px;
  transform: none;
  opacity: 1;
}

.effect-underline.page-active:before, .effect-underline:hover:before {
  content: "\0025BC";
  color: #d0021b;
  margin-top: 21px;
  position: absolute;
  font-size: 8px;
  left: 45%;
}

.logo {
  position: relative;
  top: -5px;
}

.blc-panier.col-1 {
  height: 100%;
}

.blc-panier {
  display: block;
  height: 80px;
  font-size: 20px;
  background-color: #ffffff;
  color: #0063ab;
  font-family: "TitilliumWebBold", sans-serif;
}

.blc-panier :hover {
  cursor: pointer;
}

.blc-panier #CartPanierDropdown {
  padding-top: 15px;
}

.blc-panier .dropdown-toggle:after {
  display: none;
}

.blc-panier .cart-panier {
  font-size: 13px;
  font-family: "TitilliumWebregular", sans-serif;
  background-color: #ffffff;
  border: solid 2px #0063ab;
  width: 500px;
  position: absolute;
  right: 0;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
}

.blc-panier .cart-panier.open {
  visibility: visible;
  opacity: 1;
}

.blc-panier .main-panier {
  height: 300px;
}

.blc-panier .main-panier table {
  min-height: 100px;
}

.blc-panier .main-panier table tr {
  border-bottom: solid 1px #e1e1e2;
  border-top: none;
}

.blc-panier .main-panier table tr:first-child {
  text-transform: none;
}

.blc-panier .main-panier table .del {
  width: 10%;
}

.blc-panier .main-panier table .del .fa-trash-alt {
  color: #26303c;
  opacity: 0.5;
  font-size: x-large;
}

.blc-panier .main-panier table .img-card {
  width: 20%;
}

.blc-panier .main-panier table .img-card img {
  border-radius: 10px;
  width: 75px;
  margin-right: 15px;
}

.blc-panier .main-panier table .descriptif {
  width: 50%;
}

.blc-panier .main-panier table .descriptif .ref {
  font-size: 16px;
  font-family: "TitilliumWebBold", sans-serif;
}

.blc-panier .main-panier table .descriptif .nomination {
  width: 100px;
  display: inline-block;
}

.blc-panier .main-panier table .blc-prixproduit span {
  float: right;
  font-family: "TitilliumWebBold", sans-serif;
}

.blc-panier .main-panier table .blc-prixproduit .prix {
  color: #0063ab;
  font-size: 16px;
}

.blc-panier .main-panier table .blc-prixproduit .number-input {
  margin: 5px 0 0 0;
  clear: both;
  float: right;
}

.blc-panier .footer-panier {
  background-color: #eeeded;
  height: 180px;
}

.blc-panier .footer-panier .ligne-frais {
  margin-top: 10px;
}

.blc-panier .footer-panier .intit-prix {
  font-size: 14px;
}

.blc-panier .footer-panier .total-prix {
  font-size: 18px;
  color: #0063ab;
  font-family: "TitilliumWebBold", sans-serif;
}

.blc-panier .footer-panier .red {
  font-family: "TitilliumWebBold", sans-serif;
}

.blc-panier .footer-panier .intit-total {
  color: #0063ab;
  font-size: 16px;
  font-family: "TitilliumWebSemiBold", sans-serif;
}

.blc-panier .footer-panier .btnblue img {
  padding-right: 5px;
  margin-bottom: 2px;
}

.blc-panier .footer-panier .bt-command {
  width: 46%;
  margin-left: 24px;
}

.blc-panier .footer-panier hr {
  margin: 8px 0;
}

.blc-panier .nicescroll-rails-vr {
  margin-left: -4px;
}

.blc-panier .formobile {
  display: none;
}

.notifdemandes {
  display: inline-block;
  border-radius: 100%;
  background: #d0021b;
  color: #fff;
  position: absolute;
  text-align: center;
  font-family: "TitilliumWebRegular", sans-serif;
  line-height: 17px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  top: -6px;
  right: 20px;
}

.notifpanier {
  display: inline-block;
  border-radius: 100%;
  background: #d0021b;
  color: #fff;
  position: absolute;
  text-align: center;
  font-family: "TitilliumWebRegular", sans-serif;
  width: 22px;
  font-size: 14px;
  height: 22px;
  top: 5px;
  right: 22%;
}

#layoutMenuMobile {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  left: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -ms-transition: opacity ease-in-out .3s;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

#layoutMenuMobile.layoutIn {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .logo-header-mobile {
    top: 2px;
    left: 43%;
    position: absolute;
    z-index: 99;
  }
  
  #blc-search {
    max-width: 100%;
    flex: 100%;
  }
  
  #blc-search .btnblue {
    margin-right: 10px;
  }
  
  #blc-search .labelpluscriteres {
    width: 110px;
  }
  
  #blc-search .form-inline .champ-search {
    width: 31%;
  }
  
  #pluscriteres {
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .headermobile {
    max-height: 75px;
  }
  
  #sidebar.col-11 {
    min-width: 280px;
    max-width: 280px;
    min-height: 100vh;
    left: -315px;
    top: 0px;
    z-index: 1000;
    background: white;
    transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
  }
  
  #sidebar.col-11 .logomobile-menumobile {
    position: absolute;
    bottom: 0px;
    background-color: #ffffff;
    width: 100%;
  }
  
  #sidebar.col-11 .logomobile-menumobile img {
    margin: 44px 70px;
  }
  
  #sidebar.show {
    left: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all .3s ease-in-out;
    overflow: auto;
  }
  
  #sidebar .nav1, #sidebar .nav2 {
    width: 140px;
    height: 100vh;
    top: 0;
    padding: 15px;
  }
  
  #sidebar .nav1 {
    background: #0063ab;
    position: absolute;
  }
  
  #sidebar .nav1 li a {
    padding: 15px;
    font-size: 1.1em;
    display: block;
    color: white;
  }
  
  #sidebar .nav2 {
    position: absolute;
    left: 140px;
    background-color: white;
  }
  
  #sidebar .nav2 li a {
    padding: 15px 5px;
    color: #26303c;
    font-size: 1.1em;
  }
  
  #sidebar ul li {
    width: 100px;
  }
  
  #sidebar ul li .picto-menuheader {
    max-height: none;
    height: 41px;
  }
  
  .navbar-header {
    position: fixed;
    top: 23px;
    left: 15px;
    z-index: 1000;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
  }
  
  .navbar-header div {
    width: 24px;
    height: 2px;
    background-color: #0063ab;
    display: block;
    margin: 5px 0px;
    transition: all .3s ease-in-out;
  }
  
  .navbar-header .navbar-toggler, .navbar-header .navbar-toggler:focus, .navbar-header .navbar-toggler:hover {
    border: none !important;
  }
  
  .navbar-header.active {
    left: 280px;
    top: 0px;
    height: 35px;
    padding: 5px;
    transition: all .3s ease-in-out;
    background-color: white;
  }
  
  .navbar-header.active .navbar-toggler {
    margin-left: 7px;
  }
  
  .navbar-header.active #one {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    transition: all .3s ease-in-out;
    background-color: #0063ab;
  }
  
  .navbar-header.active #two {
    opacity: 0;
    transition: .4s ease;
  }
  
  .navbar-header.active #three {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 7% 90%;
    -ms-transform-origin: 7% 90%;
    transform-origin: 7% 90%;
    transition: all .3s ease-in-out;
    background-color: #0063ab;
  }
  
  .effect-underline.page-active:before, .effect-underline:hover:before {
    top: 25px;
  }
  
  .menu-mobile-message {
    left: 8%;
    top: 30%;
    position: absolute;
  }
  
  .menu-mobile-message li {
    list-style: none;
  }
  
  .menu-mobile-message .notifdemandes {
    top: -8px;
    right: -8px;
  }
  
  .logo-header-mobile {
    top: 2px;
    position: absolute;
    z-index: 99;
  }
  
  .blc-achatsrapides {
    position: absolute;
    right: 90px;
    height: 100%;
    max-width: 90px;
  }
  
  .blc-achatsrapides .picto-caddie-search {
    padding-left: 10px;
  }
  
  .blc-panier.col-1 {
    max-width: 90px;
    width: 90px;
    position: absolute;
    right: 0;
  }
  
  .notifdemandes {
    top: 8px;
    right: 25px;
    width: 19px;
    height: 19px;
    line-height: 17px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .masterhead {
    position: fixed;
    z-index: 100;
    max-height: 130px;
  }
  
  .blc-panier.col-1 {
    max-width: 26%;
    flex: 26%;
    position: absolute;
    right: 0;
  }
  
  .blc-panier {
    height: 70px;
  }
  
  .blc-panier #CartPanierDropdown {
    font-size: 16px;
  }
  
  .blc-panier #CartPanierDropdown .notifpanier {
    right: 20%;
    font-size: 14px;
  }
  
  .blc-panier #CartPanierDropdown .picto-caddie-header {
    display: block;
    margin: auto;
  }
  
  .blc-panier .nicescroll-rails-vr {
    margin-left: -2px;
  }
  
  .blc-panier .dropdown-toggle:after {
    display: none;
  }
  
  .blc-panier .dropdown-menu.show {
    width: 320px !important;
    min-width: 100%;
    left: 5px !important;
  }
  
  .blc-panier .main-panier {
    padding: 5px;
    height: 215px;
  }
  
  .blc-panier .main-panier table {
    width: 100%;
  }
  
  .blc-panier .main-panier table .img-card img, .blc-panier .main-panier table .img-card {
    display: none;
  }
  
  .blc-panier .main-panier table .formobile {
    display: block;
  }
  
  .blc-panier .main-panier table .descriptif .nomination {
    width: 98px;
  }
  
  .blc-panier .main-panier table .del {
    width: 12%;
  }
  
  .blc-panier .main-panier table .blc-prixproduit {
    padding-right: 8px;
  }
  
  .blc-panier .footer-panier {
    height: 220px;
    padding: 0px 10px;
  }
  
  .blc-panier .footer-panier .red {
    font-size: 11px;
  }
  
  .blc-panier .footer-panier .btnblue {
    width: 100%;
  }
  
  .blc-panier .footer-panier .bt-command {
    margin-left: 0px;
  }
  
  #blc-search .form-inline {
    padding: 10px 15px;
    margin-right: 0;
  }
  
  #blc-search .form-inline .champ-search {
    width: 77%;
    margin-left: 0px;
    margin-right: 10px !important;
  }
  
  #blc-search .form-inline .btnblue {
    margin-right: 0px;
  }
  
  #blc-search .form-inline .btn-search {
    width: auto;
  }
  
  #blc-search .form-inline .picto-chevron-search {
    display: block;
  }
  
  #blc-search .form-inline .labelpluscriteres {
    width: 5px;
    margin: 0 auto;
  }
  
  .menu-mobile-message {
    left: 15%;
  }
  
  .logo-header-mobile {
    left: 35%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .logo-header-mobile {
    top: -5px;
    left: 35%;
    position: initial;
    z-index: 99;
    height: 70px;
  }
  
  .blc-panier #CartPanierDropdown .notifpanier {
    right: 33%;
  }
  
  #blc-search .form-inline .champ-search {
    width: 46%;
  }
  
  .sousmenu-pluscritere #pluscriteres .custom-dropdown:before {
    top: 2px;
    right: 8px;
  }
  
  .sousmenu-pluscritere #pluscriteres .custom-dropdown:after {
    right: 2.1em;
  }
  
  .sousmenu-pluscritere #pluscriteres .custom-dropdown--emerald {
    margin-right: 5px;
  }
}

@media only screen and (min-device-width: 414) and (max-device-width: 736px) and (orientation: landscape) {
  #sidebar .nav1, #sidebar .nav2 {
    height: auto;
  }
}

@media only screen and (min-device-width: 414) and (max-device-width: 736px) and (orientation: portrait) {
  #sidebar .nav1, #sidebar .nav2 {
    height: auto;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  #sidebar .nav1, #sidebar .nav2 {
    height: auto;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  #sidebar .nav1, #sidebar .nav2 {
    height: auto;
  }
  
  .notifdemandes {
    top: 8px;
    right: 25px;
  }
}

thead {
  text-transform: uppercase;
}

.table td, .table th {
  padding: 0.5rem 0;
  vertical-align: middle;
  border: none;
}

.table th {
  border: none;
}

.table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}

.table td:last-child .dropdown-toggle:after {
  content: none;
}

table {
  width: 100%;
  font-size: 13px;
}

table thead th {
  border: none;
  background-color: #f5f6f7;
}

table tbody tr {
  border-top: 1px solid #dee2e6;
}

table tbody th {
  text-transform: uppercase;
}

table tbody td:last-child {
  width: 30px;
}

table .btn.btnblue {
  padding: 5px;
}

table ::-webkit-scrollbar {
  width: 5px;
}

table ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

table ::-webkit-scrollbar-thumb {
  background: #888;
}

table ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.putoverflow {
  overflow-y: hidden;
  overflow-x: hidden;
}

.tab-produits {
  height: 320px;
  margin-bottom: 10px;
}

.tab-produits table thead th {
  border: none;
  background: none;
}

.tab-produits tbody + tbody {
  border-top: 1px solid #dee2e6;
}

.tab-produits .col-panier {
  width: 5%;
}

.tab-produits .tab-ligne-produit {
  display: table-row-group;
  position: relative;
}

.tab-produits .tab-ligne-produit .sousligne h2 {
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px 10px 0;
  text-transform: uppercase;
  font-family: "TitilliumWebSemiBold", sans-serif;
  border-bottom: solid 1px #e1e1e2;
}

.tab-produits .tab-ligne-produit .sousligne .fiche-detaille, .tab-produits .tab-ligne-produit .sousligne .certifications, .tab-produits .tab-ligne-produit .sousligne .produits, .tab-produits .tab-ligne-produit .sousligne .telechargement, .tab-produits .tab-ligne-produit .sousligne .promo {
  padding: 0 10px;
}

.tab-produits .tab-ligne-produit .sousligne .fiche-detaille .img-card {
  padding: 0px;
}

.tab-produits .tab-ligne-produit .sousligne .fiche-detaille .img-card img {
  border-radius: 10px;
}

.tab-produits .tab-ligne-produit .sousligne .fiche-detaille .col-4 {
  padding: 0;
}

.tab-produits .tab-ligne-produit .sousligne .fiche-detaille .descriptif2 {
  font-family: "TitilliumWebSemiBold", sans-serif;
}

.tab-produits .tab-ligne-produit .sousligne .fiche-detaille .compatible {
  padding-right: 0;
  max-height: 180px;
}

.tab-produits .tab-ligne-produit .sousligne .certifications {
  font-family: "TitilliumWebSemiBold", sans-serif;
}

.tab-produits .tab-ligne-produit .sousligne .certifications .col-sm-4 {
  border-right: solid 1px #26303c;
}

.tab-produits .tab-ligne-produit .sousligne .certifications .col-sm-4:first-child {
  padding-left: 0;
}

.tab-produits .tab-ligne-produit .sousligne .certifications .col-sm-4:last-child {
  border: none;
}

.tab-produits .tab-ligne-produit .sousligne .telechargement h2 {
  margin-bottom: 0;
}

.tab-produits .tab-ligne-produit .sousligne .telechargement ul {
  padding-left: 0px;
}

.tab-produits .tab-ligne-produit .sousligne .telechargement ul li {
  list-style: none;
  border-bottom: solid 1px #e1e1e2;
  padding: 5px 0;
}

.tab-produits .tab-ligne-produit .sousligne .telechargement ul .descriptif2 {
  text-align: right;
}

.tab-produits .tab-ligne-produit .sousligne .telechargement ul .descriptif2 .btn-lecture {
  padding: 3px;
}

.tab-produits .img-cartouche {
  padding-right: 0.4rem;
}

.tab-produits .btn-telecharger {
  font-size: 10px;
  padding: 2px 10px;
}

.tab-produits .btn-ajoutrefer {
  width: 100%;
}

.tab-produits .titre-ref {
  font-family: "TitilliumWebBold", sans-serif;
  font-size: 16px;
  width: auto;
}

.tab-produits .prix-tab {
  color: #0063ab;
  font-family: "TitilliumWebBold", sans-serif;
  padding-right: 10px;
}

.tab-produits .thprix {
  text-align: center;
}

.tab-produits .col-ref:hover .show-tooltip, .tab-produits .col-colors:hover .show-tooltip, .tab-produits .col-stock:hover .show-tooltip {
  visibility: visible;
  opacity: 1;
}

.tab-produits .col-ref, .tab-produits .col-colors {
  position: relative;
}

.tab-produits .col-ref .show-tooltip, .tab-produits .col-colors .show-tooltip {
  padding: 3px 15px;
  top: 41px;
  width: max-content;
}

.tab-produits .col-ref .show-tooltip:before, .tab-produits .col-colors .show-tooltip:before {
  position: absolute;
  left: 7px;
  top: -4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #f5f6f7;
  z-index: 1;
}

.tab-produits .col-ref .show-tooltip:after, .tab-produits .col-colors .show-tooltip:after {
  position: absolute;
  left: 7px;
  top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid #979797;
}

.tab-produits .col-oem {
  width: 7%;
}

.tab-produits .prix-tab {
  width: 11%;
}

.tab-produits .input-tab {
  width: 11%;
}

.tab-produits .col-stock {
  width: 9%;
  position: relative;
}

.tab-produits .col-stock .picto-stock-tab {
  max-width: 24%;
  width: 24%;
}

.tab-produits .col-stock .show-tooltip {
  left: 58%;
  top: 10px;
}

.tab-produits .col-stock .show-tooltip img {
  margin-bottom: 3px;
  display: inline-block;
}

.tab-produits .col-stock .show-tooltip span {
  display: block;
  margin-bottom: 5px;
}

.tab-produits .col-stock .show-tooltip:before {
  position: absolute;
  left: -3px;
  top: 13px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #f5f6f7;
  z-index: 1;
}

.tab-produits .col-stock .show-tooltip:after {
  position: absolute;
  left: -5px;
  top: 13px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #979797;
}

.tab-produits .col-input-tab {
  width: auto;
}

.tab-produits .picto-caddie-tab {
  padding: 5px;
}

.tab-produits .picto-couleur {
  width: 40px;
  max-width: 100%;
}

.tab-produits .sousmenu3points {
  left: -213px !important;
  text-transform: none;
}

.tab-produits .hiddenligne {
  display: none;
  transition: .5s ease-in-out;
}

.tab-produits tr.hiddenligne:last-child {
  border: none;
}

.tab-produits .showligne {
  display: table-row;
}

.tab-produits .sousligne {
  background-color: #f5f6f7;
}

.tab-produits .sousligne .bloc.back.showback {
  visibility: visible;
  height: auto;
  position: relative;
}

.tab-produits .sousligne .bloc.back {
  visibility: hidden;
  height: 0;
  position: absolute;
  width: 100%;
  max-height: 220px;
  padding: 0 20px;
}

.tab-produits .sousligne .bloc.produits h2 {
  border: none;
}

.blc-derniers-ajouts .liseret {
  width: 11%;
}

.blc-derniers-ajouts .texte-filtre a {
  text-decoration: underline;
  color: #0063ab;
}

.blc-derniers-ajouts .texte-filtre .disable {
  color: #ababab;
  text-decoration: none;
}

.blc-derniers-ajouts .tab-ajouts {
  height: 320px;
  margin-bottom: 10px;
  overflow-x: hidden;
}

.blc-derniers-ajouts table tr {
  text-transform: none;
}

.blc-derniers-ajouts table tr:first-child {
  text-transform: uppercase;
}

.blc-derniers-ajouts table .firsticone-tab-ajout {
  background-color: #eeeded;
  width: 8%;
}

.blc-derniers-ajouts table .titre-ref {
  width: 35%;
  font-size: 16px;
  padding-left: 10px;
}

.blc-mes-alertes .tab-mesalertes {
  height: 315px;
  margin-bottom: 10px;
}

.blc-mes-alertes .liseret {
  width: 80%;
}

.blc-mes-alertes table tr th:first-child {
  width: 17%;
}

.blc-mes-alertes table .col-type {
  width: 25%;
}

.blc-mes-alertes .sousmenu3points input[type=checkbox]:before {
  background: none;
}

.blc-mes-alertes .sousmenu3points input[type=checkbox]:after {
  box-shadow: none;
}

.blc-mes-alertes .dropdown-menu.show {
  padding: 10px;
  height: auto;
}

.form-filtres {
  background-color: #e6e6e6;
  padding: 5px 10px 15px;
}

.form-filtres .form-group {
  margin: 0;
  width: 100%;
  text-align: center;
}

.form-filtres .form-group .form-field {
  width: 13%;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  margin: 0 5px;
}

.form-filtres .form-group select.form-control {
  width: 100%;
}

.form-filtres .form-group label {
  font-size: 11px;
  font-weight: bold;
}

.form-filtres .form-group .custom-dropdown:before {
  top: inherit;
  bottom: 3px;
  right: 2px;
}

.form-filtres .form-group .custom-dropdown:after {
  top: inherit;
  right: 12px;
}

.form-filtres .form-group .btn {
  height: 35px;
}

.tableau-wrapper {
  height: auto;
  margin-bottom: 40px;
}

.tableau {
  padding: 10px 0 25px;
}

.tableau .table-wrapper table {
  margin: 0;
}

.tableau .table-wrapper table span.caret {
  position: relative;
  padding-right: 10px;
}

.tableau .table-wrapper table span.caret:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: url("../assets/images/puce-table.png") 0 0 no-repeat;
  position: absolute;
  right: 0px;
  top: 5px;
}

.tableau .table-wrapper table tr {
  border: none;
}

.tableau .table-wrapper table td {
  border-top: 1px solid #dee2e6;
  position: relative;
}

.tableau .table-wrapper table td.no-border {
  width: 20px;
}

.tableau .picto-croix-bleu {
  padding: 0;
  background: none;
  display: none;
}

.tableau .open-details {
  background-color: #f5f6f8;
  position: relative;
}

.form-filtres .form-field.adresse-livree {
  width: 25%;
}

.table-outils {
  padding: 10px 20px;
  background-color: #f5f6f8;
}

.table-outils .btn-mini {
  margin-left: 15px !important;
}

.tableau .voir-plus:hover + .show-tooltip {
  visibility: visible;
  opacity: 1;
}

.tableau .details {
  display: none;
  padding: 0 60px 15px;
  background-color: #f5f6f8;
}

.tableau .details > div {
  height: auto;
  margin: 0;
  padding: 0;
}

.tableau .details > div > td {
  padding: 0;
}

.tableau .details table {
  margin: 0;
  background-color: #f5f6f8;
}

.tableau .close-details-commande {
  position: relative;
  background-color: #006ab2;
}

.tableau .close-details-commande img {
  display: none;
}

.tableau .close-details-commande .dropdownMenu3points .picto-croix {
  display: block;
  padding: 0;
  background: none;
  top: 50%;
  left: 0;
}

.mes-demandes .form-filtres {
  padding: 15px 10px;
}

.mes-demandes .form-group .form-field.form-en-ligne {
  margin-top: 0;
}

.mes-demandes .form-filtres .form-field label, .mes-demandes .form-filtres .form-field .form-control {
  display: inline-block;
  vertical-align: middle;
}

.mes-demandes .form-filtres .form-field.status {
  width: 25%;
}

.mes-demandes .form-filtres .form-field.status label {
  width: 18%;
}

.mes-demandes .form-filtres .form-field.status select {
  float: right;
  width: 82%;
}

.mes-demandes .form-filtres .form-field.sujet {
  width: 55%;
}

.mes-demandes .form-filtres .form-field.sujet label {
  width: 7%;
}

.mes-demandes .form-filtres .form-field.sujet select {
  float: right;
  width: 93%;
}

.mes-demandes .form-filtres .form-field.btn-search {
  width: 13%;
}

.menu-suivi-commande .sousmenu3points {
  top: 40px !important;
}

.menu-suivi-commande .sousmenuajoutliste {
  top: 40px;
  right: 11px;
}

.tableau-contenu-wrapper {
  overflow-x: auto;
}

table.tableau-contenu {
  margin: 20px 0;
}

table.tableau-contenu tr {
  border: none;
  border-bottom: 1px solid #dee2e6;
}

table.tableau-contenu tr:first-child {
  border: none;
}

table.tableau-contenu th {
  padding: 15px 10px;
  background: #f4f4f4;
  text-transform: none;
}

table.tableau-contenu td {
  padding: 15px 10px;
}

table.tableau-contenu td:last-child {
  width: auto;
}

@media screen and (max-width: 992px) {
  .form-filtres .form-field.adresse-livree {
    width: 20%;
  }
  
  .form-filtres .btn {
    font-size: 10px;
    padding: 0 7px;
    text-align: center;
  }
  
  .tab-produits .input-tab {
    width: 8%;
  }
  
  .tab-produits .col-panier {
    width: 5%;
  }
  
  .tab-produits .col-oem, .tab-produits .col-code {
    width: 11%;
  }
  
  .tab-produits .col-stock {
    width: 8%;
  }
  
  .tab-produits .prix-tab {
    width: 12%;
  }
}

@media screen and (max-width: 768px) {
  .form-filtres .form-group .form-field {
    width: 100%;
    margin: 0;
  }
  
  .form-filtres .form-group .form-field.adresse-livree {
    width: 100%;
  }
  
  .form-filtres .form-group .form-field.btn {
    margin-top: 10px;
    text-align: center;
  }
  
  .tableau tr td, .tab-produits .titre-ref, .tab-produits .tab-ligne-produit .sousligne h2 {
    font-size: 11px;
  }
  
  .tableau .details {
    padding: 0 35px 15px;
  }
  
  .tab-produits .col-colors .show-tooltip {
    left: -150px;
  }
}

@media screen and (max-width: 580px) {
  .blocproduitscatalogue .bloc.detaille img {
    display: none;
  }
  
  .blocproduitscatalogue .bloc.detaille .compatible {
    padding: 0;
    margin-top: 15px;
  }
  
  .blocproduitscatalogue .bloc.certifications .col-sm-4 {
    border: none !important;
  }
  
  .blocproduitscatalogue .cards .card {
    height: auto !important;
    max-width: initial;
    border: none;
    padding: 10px 15px;
    margin-bottom: 0;
    background: none;
  }
}

.container-en-tete.headroom--not-top .masterbody {
  padding-top: 323px;
}

.container-en-tete.headroom--not-top .en-tete {
  background-position: 30px 0;
  height: 80px;
  position: fixed;
  top: 150px;
  z-index: 11;
}

.container-en-tete.headroom--not-top .en-tete .en-tete-content {
  margin-top: 0;
}

.container-en-tete.headroom--not-top .en-tete .en-tete-right {
  display: none;
}

.en-tete {
  height: 150px;
  width: 100%;
  padding: 0 60px;
  margin: -10px 0 20px 0;
  background-color: #dddede;
  background-image: url(../assets/images/bulle-header.svg);
  background-position: 30px 60px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  font-size: 13px;
}

.en-tete.en-tete-fixe {
  background-position: 30px 0;
  height: 80px;
  position: fixed;
  top: 150px;
  z-index: 9;
}

.en-tete.en-tete-fixe .en-tete-content {
  margin-top: 0;
}

.en-tete.en-tete-fixe .en-tete-right {
  display: none;
}

.en-tete .breadcrumb {
  font-family: "TitilliumWebBold", sans-serif;
  font-size: 12px;
  padding: 10px 0 0;
  margin: 0;
  background: none;
}

.en-tete .en-tete-content {
  overflow: hidden;
  margin-top: 65px;
}

.en-tete .titre {
  font-size: 29px;
  padding-left: 0;
  float: left;
}

.en-tete .en-tete-right {
  text-align: right;
  margin-top: 12px;
  float: right;
}

.en-tete .en-tete-right .strong {
  font-family: "TitilliumWebBold", sans-serif;
}

.en-tete .separ {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 30px;
  padding: 0;
  margin: 0 10px;
  border-right: solid 1px grey;
}

.en-tete-catalogue-produits .en-tete-right .custom-dropdown:before, .en-tete-recherche .en-tete-right .custom-dropdown:before {
  width: 21px;
  height: 21px;
  top: 2px;
  right: 7px;
}

.en-tete-catalogue-produits .en-tete-right .custom-dropdown:after, .en-tete-recherche .en-tete-right .custom-dropdown:after {
  right: 14px;
  bottom: 10px;
}

.en-tete-catalogue-produits .en-tete-right select, .en-tete-recherche .en-tete-right select {
  height: 25px !important;
  padding: 2px !important;
}

.en-tete-catalogue-produits .en-tete-right ul, .en-tete-recherche .en-tete-right ul {
  float: right;
  margin-bottom: 0;
  padding: 0;
}

.en-tete-catalogue-produits .en-tete-right ul li, .en-tete-recherche .en-tete-right ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0 5px;
}

.en-tete-catalogue-produits .en-tete-right ul li.separ, .en-tete-recherche .en-tete-right ul li.separ {
  padding: 0;
}

.en-tete-catalogue-produits .en-tete-right ul select.form-control, .en-tete-recherche .en-tete-right ul select.form-control {
  width: 52px;
  height: 24px;
  padding: 0px;
  font-size: 13px;
}

.en-tete-tarifs .dernier-tarif, .en-tete-tarifs .tarifs-vigueur {
  display: inline-block;
  vertical-align: middle;
}

.en-tete-demandes .nouveaux {
  display: inline-block;
  vertical-align: middle;
}

.en-tete-demandes .notifdemandes {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: auto;
  right: auto;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 11px;
}

.en-tete-compte .en-tete-right > div {
  display: inline-block;
  vertical-align: middle;
}

.en-tete-compte .numero img {
  margin-left: 10px;
}

.en-tete-recherche .en-tete-right > div, .en-tete-recherche .en-tete-right > ul {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .container-en-tete.headroom--not-top .en-tete {
    top: 145px;
  }
}

@media screen and (max-width: 1000px) {
  .masterbody section.en-tete {
    padding: 0 20px;
    background-position: 30px 60px;
  }
  
  .masterbody section.en-tete.en-tete-filtre {
    background-position: -5px 0px;
  }
  
  .en-tete .titre, .en-tete .en-tete-right {
    float: none;
    width: 100%;
  }
  
  .en-tete.en-tete-filtre .en-tete-content {
    margin-top: 10px;
  }
  
  .en-tete-tarifs .tarifs-vigueur > span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .container-en-tete.headroom .masterbody {
    padding-left: 0;
    padding-right: 0;
  }
  
  .container-en-tete.headroom--not-top .en-tete {
    left: 0;
  }
  
  .en-tete-tarifs .dernier-tarif, .en-tete-tarifs .tarifs-vigueur {
    display: block;
  }
  
  .en-tete.en-tete-tarifs .en-tete-right .separ {
    display: none;
  }
  
  .en-tete.en-tete-compte .separ-derniere-connexion, .en-tete.en-tete-compte .derniere-connexion {
    display: none;
  }
  
  .en-tete-recherche .en-tete-right > div {
    display: block;
  }
  
  .en-tete-recherche .en-tete-right > .separ {
    display: none;
  }
}

@media screen and (max-width: 578px) {
  .container-en-tete.headroom--not-top .masterbody {
    padding-top: 150px;
  }
  
  .container-en-tete.headroom--not-top .en-tete {
    background-position: 30px 60px;
    height: 150px;
    position: relative;
    top: initial;
    z-index: 11;
  }
  
  .container-en-tete.headroom--not-top .en-tete .en-tete-content {
    margin-top: 60px;
  }
  
  .masterbody section.en-tete {
    background-position: 30px 60px;
  }
  
  .en-tete .en-tete-content {
    margin-top: 65px;
  }
  
  .en-tete .titre {
    font-size: 23px;
    line-height: 24px;
  }
  
  .en-tete .separ {
    margin: 0 5px;
  }
  
  .en-tete-catalogue-produits .en-tete-right ul li, .en-tete-recherche .en-tete-right ul li {
    padding: 0 1px;
  }
  
  .en-tete-demandes .nouveaux {
    display: block;
    margin-bottom: 5px;
  }
  
  .en-tete-demandes .en-tete-right .separ {
    display: none;
  }
  
  .en-tete-compte .en-tete-right > .separ {
    display: none;
  }
  
  .en-tete-tarif .btn-mini {
    margin: 0 -2px;
  }
}

.menu-secondaire-liste {
  display: none;
}

.menu-secondaire {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.menu-secondaire.menu-secondaire-sousmenu {
  overflow: visible;
}

.menu-secondaire .item-menu {
  width: 140px;
  height: 85px;
  padding: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  background-color: #014373;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  position: relative;
  cursor: pointer;
}

.menu-secondaire .item-menu img {
  display: block;
  width: 21px;
  height: 21px;
  margin-bottom: 5px;
}

.menu-secondaire .item-menu:before {
  content: '';
  display: block;
  width: 45px;
  height: 40px;
  position: absolute;
  bottom: -15px;
  right: 10px;
  z-index: 2;
}

.menu-secondaire .item-menu.etat-menu:before {
  background: url("../assets/images/menu-secondaire-ouvrir.svg") 0 0 no-repeat;
}

.menu-secondaire .item-menu.etat-menu.toggle:before {
  background: url("../assets/images/menu-secondaire-fermer.svg") 4px 1px no-repeat;
}

.menu-secondaire .item-menu .submenu {
  width: 100%;
  height: 0;
  padding: 0 10px;
  background-color: #f5f6f8;
  border-radius: 0 0 5px 5px;
  list-style: none;
  position: absolute;
  top: 85px;
  left: 0;
  overflow: hidden;
  z-index: 1;
  transition: height .3s;
}

.menu-secondaire .item-menu .submenu.toggle {
  height: auto;
}

.menu-secondaire .item-menu .submenu li {
  padding: 10px 0;
  border-bottom: 1px solid #c3c0c0;
  color: #26303c;
  position: relative;
  transition: all .3s;
}

.menu-secondaire .item-menu .submenu li:hover:after {
  content: '';
  display: block;
  width: 140px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: -9px;
  z-index: -1;
  background-color: #fff;
}

.menu-secondaire .item-menu .submenu li:first-child {
  margin-top: 15px;
}

.menu-secondaire .item-menu .submenu li:last-child {
  border: none;
}

.menu-secondaire .item-menu .submenu li:before {
  content: '>';
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  font-size: 15px;
  line-height: 7px;
}

.menu-secondaire .item-menu.toggle .submenu {
  height: auto;
}

.menu-secondaire .item-menu.toggle .submenu .etat-menu.toggle:before {
  background: url("../assets/images/menu-secondaire-fermer.svg") 0 0 no-repeat;
}

@media screen and (max-width: 578px) {
  .menu-secondaire {
    display: none;
  }
  
  .menu-secondaire-show {
    display: block !important;
  }
  
  .menu-secondaire-liste {
    display: block;
  }
  
  .menu-secondaire-liste .form-field, .menu-secondaire-liste .form-control {
    width: 100%;
    display: block;
  }
  
  .menu-secondaire-liste .custom-dropdown:before {
    right: 3px;
    top: 3px;
  }
  
  .menu-secondaire-liste .custom-dropdown:after {
    right: 14px;
  }
}

input, textarea, select, button {
  outline: none;
  box-shadow: none !important;
}

::placeholder {
  color: #ababab;
  font-family: "TitilliumWebRegular", sans-serif;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #ababab;
  font-family: "TitilliumWebRegular", sans-serif;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #ababab;
  font-family: "TitilliumWebRegular", sans-serif;
  font-weight: normal;
}

input, .input, textarea, select {
  font-size: 13px !important;
}

input, .input, select {
  height: 35px !important;
}

option {
  font-size: 13px;
}

label {
  margin: 0;
}

.form-control:focus, .select2-container--focus .selection .select2-selection {
  border-color: #0063ab !important;
  box-shadow: none !important;
}

.btn-reset {
  height: 33px;
  font-size: 10px;
  text-transform: uppercase;
  color: #0063ab;
  border: 1px solid #0063ab;
  background-color: #f5f6f7;
  font-family: "TitilliumWebBold", sans-serif;
  margin-left: 5px;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0;
  width: 17px;
  height: 17px !important;
}

input:before, .input:before {
  content: '';
  display: block;
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  transition: 0.2s border-color ease;
}

input:checked:before, .input:checked:before {
  transition: 0.5s border-color ease;
}

input:disabled:before, .input:disabled:before {
  background-color: white;
}

input:after, .input:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
}

input.checkbox, .input.checkbox {
  display: block;
  width: 17px !important;
  height: 17px !important;
  position: relative;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 1px 1px #d0d0d0 !important;
  cursor: pointer;
}

input.checkbox:before, .input.checkbox:before {
  display: none;
}

input.checkbox:after, .input.checkbox:after {
  content: "✓";
  display: none;
  width: 17px;
  height: 17px;
  color: #0063ab;
  font-size: 23px;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 7px;
  animation: toggleOnCheckbox 0.2s ease forwards;
}

input:checked + .checkbox:after, .input:checked + .checkbox:after {
  display: block;
}

input:indeterminate + .checkbox:after, .input:indeterminate + .checkbox:after {
  display: block;
  content: '-';
  font-size: 32px;
  line-height: 32px;
  top: -11px;
  left: 1px;
  animation: toggleOnCheckboxIntermediate 0.2s ease forwards;
}

.form-check-inline {
  margin-right: 1.5rem;
}

.form-check-inline .form-check-label {
  display: block;
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
  cursor: pointer;
}

.form-check-inline .form-check-label:before, .form-check-inline .form-check-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.form-check-inline input[type=radio] {
  position: absolute;
  left: -9999px;
}

.form-check-inline input[type=radio] + .form-check-label:before, .form-check-inline input[type=radio] + .form-check-label:after {
  border-radius: 50%;
  top: 4px;
}

.form-check-inline .form-check-label:before {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #ced4da;
}

.form-check-inline input:focus + .form-check-label:before {
  border-color: #0063ab;
}

.form-check-inline .form-check-label:after {
  display: none;
  width: 6px;
  height: 6px;
  margin: 3px;
  background-color: #0063ab;
}

.form-check-inline input:checked + .form-check-label:after {
  display: block;
}

.form-check {
  font-size: 13px;
  color: #26303c;
  font-family: "TitilliumWebBold", sans-serif;
}

.form-check .form-check-input {
  height: 20px;
}

.form-check .form-check-input:hover, .form-check .form-check-label:hover {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}

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

.custom-dropdown__select {
  border-radius: 3px;
  width: 140px;
  height: 33px;
}

.custom-dropdown--emerald {
  position: relative;
  display: inline;
}

.custom-dropdown--emerald:before {
  background-color: #0063ab;
}

.custom-dropdown:before {
  content: "";
  width: 29px;
  height: 29px;
  right: 21px;
  bottom: 3px;
  border-radius: 3px 3px 3px 3px;
  z-index: 1;
  cursor: pointer;
}

.custom-dropdown--emerald:after {
  color: white;
}

.custom-dropdown:after {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  transform: rotate(135deg);
  height: 1em;
  width: 1em;
  font-size: 0.525em;
  line-height: 1;
  right: 3.8em;
  bottom: 16px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
  z-index: 2;
}

.custom-dropdown:before {
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}

.select2-container {
  width: 100% !important;
  height: 25px !important;
  font-size: 13px !important;
  line-height: 13px;
  cursor: pointer;
}

.select2-container .selection .select2-selection {
  height: 25px;
  min-height: auto;
  border: 1px solid #ced4da;
}

.select2-container .selection .select2-selection .select2-selection__rendered {
  height: 100%;
}

.select2-container .selection .select2-selection .select2-selection__rendered .select2-search__field {
  border: none !important;
  box-shadow: none !important;
}

.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  margin-top: 11px;
  background: none;
  border: none;
}

.form-group .form-field {
  position: relative;
  margin-top: 10px;
}

.form-group .form-field.form-sans-label input {
  margin-top: 23px;
}

.form-group .form-field.form-status:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 31px;
}

.form-group .form-field label {
  font-size: 11px;
  font-weight: bold;
}

.form-group .form-field input:focus, .form-group .form-field .input:focus {
  border: 1px solid #0063ab !important;
}

.form-group .form-field span {
  font-size: 11px;
  font-weight: bold;
}

.form-group .form-field.form-en-ligne {
  margin-top: 20px;
}

.form-group .form-field.form-en-ligne label, .form-group .form-field.form-en-ligne input, .form-group .form-field.form-en-ligne select {
  display: inline-block;
  vertical-align: middle;
}

.form-group .form-field.form-en-ligne label {
  width: 30%;
  margin-left: -4px;
}

.form-group .form-field.form-en-ligne input, .form-group .form-field.form-en-ligne select {
  width: 70%;
}

.form-group .form-field.form-mini label {
  text-transform: uppercase;
  font-size: 9px !important;
}

.form-group .form-field.form-mini input, .form-group .form-field.form-mini select {
  height: 25px !important;
  font-size: 13px !important;
  line-height: 13px;
}

.form-group .form-field.form-mini select {
  padding: 0 20px 0 5px;
}

.form-group .form-field.form-mini.custom-dropdown:before {
  width: 19px;
  height: 19px;
}

.form-group .form-field.form-mini.custom-dropdown:after {
  right: 9px;
  top: 31px;
}

.form-group .form-field.form-mini.form-calendrier input {
  height: 35px !important;
}

.form-group .form-field.form-telechargement .form-nom-fichier {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.form-group .form-field.form-telechargement .input {
  cursor: pointer;
  position: relative;
}

.form-group .form-field.form-telechargement .input:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border-radius: 3px 3px 3px 3px;
  background-color: #0063ab;
}

.form-group .form-field.form-telechargement .input:after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: initial;
  right: -5px;
  left: initial;
  bottom: -5px;
  background-color: #0063ab;
  background: url("../assets/images/trombone.svg") 0 0 no-repeat;
  cursor: pointer;
}

.form-group .form-field.form-telechargement input {
  position: absolute;
  margin-top: 3px;
  margin-left: 3px;
  height: 1px;
  width: 1px;
  z-index: -5;
}

.form-group .form-field.form-telechargement label {
  cursor: pointer;
}

.form-group .form-invalide.form-status:before {
  background: url("../assets/images/form-invalide.svg") 0 0 no-repeat;
}

.form-group .form-invalide input {
  border: 1px solid #f8c054 !important;
}

.form-group .form-invalide span {
  color: #f8c054;
}

.form-group .form-erreur.form-status:before {
  background: url("../assets/images/form-erreur.svg") 0 0 no-repeat;
}

.form-group .form-erreur input {
  border: 1px solid #da0300 !important;
}

.form-group .form-erreur span {
  color: #da0300;
}

.form-group .form-valider.form-status:before {
  background: url("../assets/images/form-valider.svg") 0 0 no-repeat;
}

.form-group .form-valider input {
  border: 1px solid #03cf5d !important;
}

.form-group .form-valider span {
  color: #03cf5d;
}

.form-group .custom-dropdown--emerald {
  display: block;
}

.form-group .custom-dropdown__select {
  width: 100%;
}

.form-group .custom-dropdown:before {
  right: 3px;
  bottom: 3px;
}

.form-group .custom-dropdown:after {
  right: 14px;
}

.form-calendrier input {
  font-weight: bold;
  z-index: 1;
  position: relative;
  background: none !important;
}

.form-calendrier .picto-calendrier {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.form-calendrier .picto-calendrier:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 3px;
  bottom: -32px;
  border-radius: 3px 3px 3px 3px;
  background-color: #0063ab;
}

.form-calendrier .picto-calendrier:after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  right: -5px;
  bottom: -38px;
  background-color: #0063ab;
  background: url("../assets/images/calendrier.svg") 0 0 no-repeat;
  cursor: pointer;
}

.datepicker-dropdown table th {
  padding-right: 0;
}

.datepicker-dropdown table thead th, .datepicker-dropdown table thead th:hover {
  background-color: #fff;
}

.datepicker-dropdown table thead tr:nth-child(3) {
  display: none;
}

.datepicker-dropdown .datepicker-switch:hover, .datepicker-dropdown .prev:hover, .datepicker-dropdown .next:hover, .datepicker-dropdown tfoot tr th:hover {
  background-color: #fff;
}

.datepicker-dropdown .datepicker-switch, .datepicker-dropdown .prev, .datepicker-dropdown .next {
  padding: 5px 10px 30px;
}

.datepicker-dropdown .datepicker-switch {
  text-transform: initial;
}

.datepicker-dropdown table tbody tr {
  border: none;
}

.datepicker-dropdown table tr td.day {
  width: 34px;
  height: 34px;
  text-align: center;
}

.datepicker-dropdown table tr td.day:hover, .datepicker-dropdown table tr td.day.focused, .datepicker-dropdown table tr td.day.active, .datepicker-dropdown table tr td.active:hover.active {
  background: #006ab2;
  color: #fff;
}

.datepicker-dropdown table tr td span:hover, .datepicker-dropdown table tr td span.focused {
  background: #006ab2;
  color: #fff;
}

.form-field .show-tooltip {
  top: 62px;
}

.form-field:hover .show-tooltip {
  visibility: visible;
  opacity: 1;
}

.form-group .form-range-slider {
  position: relative;
  height: 50px;
}

.form-group .nb-range {
  position: absolute;
  bottom: 1px;
  font-size: 13px;
  font-weight: bold;
}

.form-group .range1 {
  left: -5px;
}

.form-group .range2 {
  right: -5px;
}

.form-group .range-mobile {
  display: none;
  width: 30px;
  height: 30px !important;
  padding: 0;
  top: 24px;
  text-align: center;
}

.form-group .noUi-horizontal .noUi-handle {
  right: -5px !important;
  left: auto;
}

.form-group .noUi-target {
  height: 2px;
  width: 75%;
  margin: 16px auto 0;
  background: #fff;
  border: 0;
  box-shadow: none;
  position: relative;
  text-align: left;
}

.form-group .noUi-connect {
  height: 2px;
  background: #0063ab;
  border: 1px solid #0063ab;
  clear: both;
  margin: 0 auto;
}

.form-group .noUi-handle {
  border-radius: 50%;
  background: #0063ab;
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border: none;
  cursor: pointer;
  box-shadow: none;
}

.form-group .noUi-handle:before, .form-group .noUi-handle:after {
  display: none;
}

.form-filtres-externe {
  height: auto !important;
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #f5f6f8;
}

@media screen and (max-width: 768px) {
  .form-filtres .form-group .form-field {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media screen and (max-width: 578px) {
  .form-group .form-field.form-en-ligne label {
    width: 100%;
  }
  
  .form-group .form-field.form-en-ligne label, .form-group .form-field.form-en-ligne input, .form-group .form-field.form-en-ligne select {
    display: block;
  }
  
  .form-group .form-field.form-en-ligne input, .form-group .form-field.form-en-ligne select {
    margin-left: 0;
    width: 100%;
  }
}

.pagination {
  margin: 0 auto;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  font-size: 13px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.pagination li.arrow {
  width: 20px;
  height: 45px;
  margin: 0 8px;
}

.pagination li.arrow-prev {
  background: url("../assets/images/prev.svg") center center no-repeat;
}

.pagination li.arrow-next {
  background: url("../assets/images/suiv.svg") center center no-repeat;
}

.pagination li.arrow-start {
  background: url("../assets/images/prev-debut.svg") center center no-repeat;
}

.pagination li.arrow-end {
  background: url("../assets/images/suiv-fin.svg") center center no-repeat;
}

.pagination li.page:hover {
  background-color: #dedede;
}

.pagination li.page.active {
  background-color: #0063ab;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .pagination {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .sidebar-dropdown .sidebar-dropdown-button {
    cursor: pointer;
    padding: 0 !important;
  }
  
  .sidebar-dropdown .sidebar-dropdown-content {
    display: none;
  }
  
  .sidebar-dropdown .sidebar-dropdown-show {
    display: block;
    padding-top: 20px;
  }
}

.btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btnblue {
  border-radius: 4px;
  background-color: #006ab2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  height: 30px;
  text-align: center;
  line-height: 1.4em;
}

.btnblue:hover {
  background-color: #014373;
  transition: .3s all;
  color: #fff;
}

.btnwhite {
  border-radius: 4px;
  background-color: #006ab2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  height: 30px;
  text-align: center;
  line-height: 1.4em;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ababab;
  color: #ababab;
}

.btnwhite:hover {
  border-radius: 4px;
  background-color: #006ab2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  height: 30px;
  text-align: center;
  line-height: 1.4em;
  background-color: #fff;
  border: 1px solid #0063ab;
  color: #0063ab;
}

.btngrey {
  border-radius: 4px;
  background-color: #006ab2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  height: 30px;
  text-align: center;
  line-height: 1.4em;
  background-color: #f5f6f8;
  color: #0063ab;
}

.btngrey:hover {
  background-color: #0063ab;
  color: #fff;
}

.btngrey2 {
  border-radius: 4px;
  background-color: #006ab2;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  height: 30px;
  text-align: center;
  line-height: 1.4em;
  background-color: #f5f6f8;
  color: #0063ab;
  font-weight: bold;
  border: 1px solid #b7b7b7;
  font-size: 11px;
}

.btngrey2:hover {
  background-color: #fff;
  color: #0063ab;
}

.btn-mini {
  display: inline-block;
  vertical-align: middle;
  height: 20px !important;
  padding: 0 10px;
  line-height: 17px;
  font-size: 10px;
}

.btn-mini img {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 11px;
  margin-right: 3px;
}

.btn-search img {
  margin-right: 5px;
}

.btnpromo {
  border-radius: 2px;
  background-color: #f5a623;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 9px;
  padding: 0 5px;
  box-shadow: none;
  border: none;
}

.btn-acheter {
  width: 130px;
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 580px) {
  .btn-mini {
    margin-bottom: 5px;
  }
  
  .btn-mini img {
    display: none;
  }
}

.page-popup {
  padding-top: 20%;
}

.popup .modal.show {
  z-index: 1000000;
}

.popup .modal-content {
  background-color: #006ab2;
  color: white;
  text-align: center;
}

.popup .modal-content .titre-popup {
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 10px;
}

.popup .modal-content .text-popup {
  font-size: 0.8rem;
}

.popup .modal-content .modal-header, .popup .modal-content .modal-footer {
  border: 0;
  padding: 2rem;
}

.popup .modal-content .modal-header {
  padding-top: 1rem;
}

.popup .modal-content .modal-header .close {
  color: white;
  font-weight: normal;
  opacity: 1;
}

.popup .modal-content .modal-header .close:focus {
  outline: none;
}

.popup .modal-content .modal-body {
  padding: 1rem 10rem;
}

.popup .modal-content .modal-footer {
  margin: auto;
}

.popup .modal-content .modal-footer .btn-modal-confirmer {
  background-color: #014373;
  color: white;
}

.popup .modal-content .modal-footer .btn-modal-confirmer:hover {
  background-color: #014373;
  border: solid 1px white;
  transition: .3s all;
}

.popup .modal-content .modal-footer .btn-modal-retour, .popup .modal-content .modal-footer .btn-modal-confirmer {
  font-weight: bold;
  font-size: 0.7rem;
  text-transform: uppercase;
  width: 150px;
}

.popup .modalcarnetadresse .modal-content .modal-body {
  padding: 1rem 5rem;
}

.popup .modalcarnetadresse .bloccarnetadresse {
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto !important;
  color: #26303c;
  box-shadow: none;
}

.popup .modalcarnetadresse .bloccarnetadresse .form-check-inline .form-check-label:before {
  background-color: white;
}

.popup .modalcarnetadresse .bloccarnetadresse .table-outils {
  padding: 40px 20px;
  background-color: #eeeded;
}

.popup .modalcarnetadresse .bloccarnetadresse .champ-sujet-recherche {
  display: flex;
  flex: 1;
}

.popup .modalcarnetadresse .bloccarnetadresse .form-inline .form-control {
  width: 100%;
  margin-right: 1.5rem;
}

.popup .modalcarnetadresse .bloccarnetadresse .btn-search {
  height: 35px;
}

.popup .modalcarnetadresse .bloccarnetadresse .tab-adresse {
  height: auto;
  margin-bottom: 0;
  font-size: 13px;
}

.popup .modalcarnetadresse .bloccarnetadresse .table tbody {
  font-size: 13px;
}

.popup .modalcarnetadresse .bloccarnetadresse .table td {
  text-align: left;
}

.popup .modalcarnetadresse .bloccarnetadresse .table thead th {
  border-bottom: 0;
  background: none;
  text-align: left;
}

.popup .modalcarnetadresse .fa-trash-alt {
  font-size: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .popup .modalbasic .modal-content .modal-body {
    padding: 1rem 5rem;
  }
  
  .popup .modalcarnetadresse .modal-dialog {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .popup {
    padding-top: 50%;
  }
  
  .popup .modalcarnetadresse .bloccarnetadresse .form-inline .form-check {
    width: 50%;
    margin-right: 0;
    justify-content: start;
  }
  
  .popup .modalcarnetadresse .bloccarnetadresse .table-outils {
    padding: 70px 20px;
  }
  
  .popup .modalcarnetadresse .bloccarnetadresse .champ-sujet-recherche {
    flex-direction: column;
  }
  
  .popup .modalcarnetadresse .bloccarnetadresse .form-inline .form-control, .popup .modalcarnetadresse .bloccarnetadresse .btn-search {
    margin-bottom: 1rem;
  }
  
  .popup .modal-content .modal-header {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  
  .popup .modal-content .modal-body {
    padding: 1rem 1rem;
  }
  
  .popup .modal-content .modal-footer {
    padding: 1rem;
  }
  
  .popup .modal-content .modal-footer .btn-modal-retour, .popup .modal-content .modal-footer .btn-modal-confirmer {
    margin: 1rem;
    width: 110px;
  }
}

.etapes-panier {
  display: table;
  width: 100%;
  background-color: #f5f6f8;
  border-radius: 25px;
  margin-bottom: 50px;
}

.etapes-panier > span {
  display: table-cell;
  table-layout: fixed;
  height: 40px;
  padding: 0 20px;
  border-radius: 25px;
  line-height: 40px;
  font-weight: bold;
}

.etapes-panier > span.active {
  background-color: #0063ab;
  color: #fff;
}

.info-commande {
  padding: 66px 0 65px;
}

.recap-tarif, .code-avantage {
  background-color: #f4f4f4;
}

.code-avantage .form-group, .code-avantage .form-field {
  margin: 0;
}

.code-avantage button {
  height: 35px;
}

.montant-total {
  color: #0063ab;
}

.btn-continuer-achats {
  position: absolute;
  bottom: 0;
}

.livraison .titre-col {
  font-size: 19px;
}

.ajouter-nouvelle-adresse {
  display: block;
  color: #0063ab;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  margin: 20px 0 5px;
}

.btn-suppr-panier .fa-trash-alt {
  font-size: 13px;
}

.option-livraison .description {
  font-size: 12px;
}

.option-livraison .option-checkbox {
  width: 10%;
}

.option-livraison .option-texte {
  width: 85%;
}

.option-livraison .option-texte span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.option-livraison .option-texte .option-sub-item {
  font-size: 13px;
  font-weight: normal;
}

.option-livraison .option-livraison-image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .recap-tarif {
    font-size: 13px;
  }
  
  .info-commande {
    padding: 35px 0 35px 25px !important;
  }
  
  .btns-confirmation {
    text-align: center !important;
  }
  
  .btns-confirmation a {
    width: 95%;
    margin: 15px auto 5px !important;
  }
}

@media screen and (max-width: 576px) {
  .etapes-panier span {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
  
  .etapes-panier span span {
    display: none;
  }
  
  .btn-continuer-achats {
    position: relative;
    bottom: inherit;
    width: 100%;
    margin: 20px 0;
  }
  
  .option-livraison {
    margin-bottom: 20px;
  }
  
  .option-livraison .option-texte span {
    font-size: 14px;
  }
}

.demande-acces {
  padding: 20px 17%;
  margin-bottom: 75px;
}

.mes-demandes {
  margin-bottom: 120px;
}

.mes-demandes .tableau th br {
  display: none;
}

.titre-demande {
  cursor: pointer;
}

.mes-demandes .tableau .details {
  padding: 0 20px 15px;
}

.les-demandes .item-demande {
  padding: 20px 0;
}

.les-demandes .niveau-1 {
  margin-left: 50px;
}

.les-demandes .avatar, .les-demandes .informations {
  display: inline-block;
  vertical-align: top;
}

.les-demandes .avatar {
  margin-right: 15px;
}

.les-demandes .nom {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #0063ab;
  margin-right: 10px;
}

.les-demandes .date {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}

.les-demandes .texte {
  margin-top: 20px;
}

.les-demandes .form-telechargement {
  float: left;
  margin-top: 20px;
}

.les-demandes .form-telechargement:before, .les-demandes .form-telechargement:after {
  display: none !important;
}

.les-demandes .form-telechargement .input, .les-demandes .form-telechargement label {
  display: inline-block;
  vertical-align: middle;
}

.les-demandes .form-telechargement label {
  font-weight: inherit;
  font-size: inherit;
}

.les-demandes .form-telechargement .input {
  width: 30px;
  height: 30px !important;
  position: relative;
  margin-right: 10px;
}

.les-demandes .form-telechargement .input:before {
  content: '+';
  display: block;
  position: absolute;
  bottom: 0 !important;
  left: 0;
  color: #0063ab;
  font-size: 32px;
}

.les-demandes .form-telechargement .input:after {
  right: -8px !important;
  bottom: -7px !important;
}

.les-demandes .form-telechargement .form-nom-fichier {
  bottom: -20px !important;
  left: 0 !important;
}

.les-demandes button[type=submit] {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .demande-acces {
    padding: 20px 10%;
  }
}

@media screen and (max-width: 768px) {
  .mes-demandes .form-filtres .form-group {
    text-align: left;
  }
  
  .mes-demandes .form-filtres .form-field.status .mes-demandes .form-filtres .form-field.status label, .mes-demandes .form-filtres .form-field.sujet, .mes-demandes .form-filtres .form-field.sujet label {
    width: 100%;
  }
  
  .mes-demandes .form-filtres .form-field.status select, .mes-demandes .form-filtres .form-field.sujet select {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  
  .mes-demandes .form-filtres .form-field.btn-search {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
  }
  
  .mes-demandes .form-filtres .form-field.status {
    width: 100%;
  }
  
  .les-demandes .niveau-1 {
    margin-left: 25px;
  }
  
  .les-demandes .avatar {
    display: none;
  }
}

@media screen and (max-width: 578px) {
  .mes-demandes .tableau th br {
    display: block;
  }
}

.blc-menu-categorie.blc-panel-recherche {
  margin-top: 5px;
}

@media screen and (max-width: 1090px) {
  .col-ref, .col-oem {
    font-size: 11px;
  }
  
  .tab-produits .col-stock {
    width: 7%;
  }
  
  .input-tab .number-input img {
    display: none;
  }
  
  .prix-tab .prix-card, .prix-tab .prixbarre {
    font-size: 11px;
  }
}

.blc-menu-categorie {
  height: auto !important;
  margin-top: 28px;
  padding: 1rem;
  background-color: #f5f6f7;
}

.blc-menu-categorie .collapse {
  display: block;
}

.blc-menu-categorie .menu-categorie label, .blc-menu-categorie .menu-categorie a {
  font-size: 13px;
}

.blc-menu-categorie .menu-categorie {
  padding: 0;
}

.blc-menu-categorie .menu-categorie ul {
  padding: 0;
}

.blc-menu-categorie .menu-categorie li {
  padding: 8px 15px 8px 15px;
  list-style: none;
  border-bottom: none;
  font-size: 13px;
}

.blc-menu-categorie .menu-categorie li.has-children {
  position: relative;
  cursor: pointer;
  padding-left: 0;
}

.blc-menu-categorie .menu-categorie li.has-children > div {
  position: relative;
  padding-left: 15px;
}

.blc-menu-categorie .menu-categorie li.has-children > div:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-image: url("../assets/images/chevron.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
  transform: rotate(-90deg);
}

.blc-menu-categorie .menu-categorie li.has-children.niveau-1 {
  border-bottom: 1px solid #dee2e6;
}

.blc-menu-categorie .menu-categorie li.has-children.toggleAccordeon:before {
  transform: rotate(0deg);
}

.blc-menu-categorie .menu-categorie li.has-children.toggleAccordeon > label {
  font-weight: bold;
}

.blc-menu-categorie .menu-categorie li.has-children.toggleAccordeon > ul {
  display: block;
}

.blc-menu-categorie .menu-categorie li.has-children:hover label {
  font-weight: bold;
}

.blc-menu-categorie .menu-categorie li.has-children ul {
  display: none;
  padding-left: 0;
}

.blc-menu-categorie .menu-categorie li.has-children li {
  padding: 8px 0 0 15px;
}

.blc-menu-categorie .menu-categorie li label, .blc-menu-categorie .menu-categorie li a {
  color: #26303c;
  cursor: pointer;
}

.blc-menu-categorie .menu-categorie a {
  border-bottom: none;
}

.blc-menu-categorie .menu-categorie a:after {
  background: none;
}

.categorielist .blc-categorie .liseret {
  width: 29%;
}

.blocproduitscatalogue {
  margin-top: 5px;
  height: auto !important;
}

.blocproduitscatalogue table {
  font-size: 11px;
}

.blocproduitscatalogue .table-outils .sousmenuaction {
  left: 0;
  right: initial;
}

.blocproduitscatalogue .table-outils .sousmenuajoutliste .picto-croix {
  left: -100px;
}

.titre-bloc-card {
  margin-bottom: 10px;
}

.blc-categorie {
  margin-bottom: 0;
  padding-left: 0;
}

.blc-categorie .tab-produits {
  height: auto;
}

.mon-compte .mes-contacts {
  font-size: 13px;
}

.mon-compte .mes-contacts .contact-item > img {
  margin-right: 10px;
}

.mon-compte .mes-contacts .contact-item .nom-prenom {
  font-size: 15px;
  font-weight: bold;
}

.mon-compte .gestion-acces {
  overflow: hidden;
  margin-bottom: 30px;
}

.container-ops {
  padding-top: 220px;
}

.container-ops .rond-logoowa {
  position: absolute;
  border-radius: 50%;
  background-color: #eeeded;
  width: 130px;
  height: 130px;
  left: 50%;
  right: 50%;
  top: -85px;
  transform: translateX(-50%);
}

.container-ops .header-logo {
  background: url("../assets/images/img-header-owa.jpg") 0 0 no-repeat;
  position: relative;
  display: block;
  height: 204px;
  margin-top: 15px;
  text-align: center;
}

.container-ops .titre-owa {
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
}

.container-ops .titre1-owa {
  padding-top: 55px;
}

.container-ops .titre2-owa {
  font-weight: bold;
}

.container-ops .img-logo-owa {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 100%);
}

.container-ops .img-header-ops {
  width: 100%;
}

.container-ops .pucerouge-headerops {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}

.container-ops .decouvrir-offre {
  text-align: center;
}

.container-ops .decouvrir-offre .text-intro-ops {
  padding: 50px 15% 40px 15%;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.container-ops .decouvrir-offre .img-video {
  cursor: pointer;
}

.container-ops .decouvrir-offre .lien-videoops {
  border: 0;
}

.container-ops .decouvrir-offre .modalvideoowa .modal-content {
  background-color: #006ab2;
  color: white;
  text-align: center;
}

.container-ops .decouvrir-offre .modalvideoowa .modal-body {
  padding: 1rem 0;
}

.container-ops .decouvrir-offre .text-devenir-revendeur {
  padding: 30px 15%;
  font-size: 0.8rem;
}

.container-ops .decouvrir-offre .titre-devenir-revendeur {
  padding: 0 15%;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.container-ops .decouvrir-offre .titre-devenir-revendeur .text-bleu {
  color: #006bb3;
  font-weight: bold;
}

.container-ops .decouvrir-offre .puce-orange-ops {
  width: 5px;
  position: absolute;
  left: 5px;
  top: 7px;
}

.container-ops .decouvrir-offre .carte-ops {
  padding: 10px 6%;
  justify-content: center;
}

.container-ops .decouvrir-offre .carte-ops .detail-carte-ops {
  position: relative;
  border-radius: 3px;
  margin-bottom: 35px;
  box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.34);
}

.container-ops .decouvrir-offre .carte-ops .detail-carte-ops .bloc-overflow img {
  width: 100%;
  height: auto;
}

.container-ops .decouvrir-offre .carte-ops .bloc-overflow {
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.container-ops .decouvrir-offre .carte-ops .pucebleu-carteops {
  position: absolute;
  z-index: 1;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}

.container-ops .decouvrir-offre .carte-ops .text-card-indiv {
  height: 70px;
  padding-top: 15px;
  font-weight: bold;
}

.container-ops .decouvrir-offre .btnrevendeur {
  height: 45px;
  width: 430px;
  font-size: 18px;
  font-weight: bold;
}

.container-ops .devenir-revendeur {
  padding: 20px 5%;
}

.container-ops .devenir-revendeur .form-field label {
  margin: 0;
}

.container-ops .devenir-revendeur .form-flexalign {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.container-ops .form-field label {
  font-size: 12px;
}

.container-ops .entrons-contact {
  padding: 20px 10%;
}

.container-ops .separation-hr {
  border-bottom: solid 1px #dee2e6;
}

@media screen and (max-width: 768px) {
  .container-ops .titre1-owa {
    padding-top: 76px;
  }
  
  .container-ops .titre-owa {
    font-size: 24px;
    line-height: 29px;
  }
  
  .container-ops .decouvrir-offre .text-intro-ops {
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 50px 5% 40px 5%;
  }
  
  .container-ops .decouvrir-offre .text-devenir-revendeur {
    padding: 30px 0;
  }
  
  .container-ops .decouvrir-offre .carte-ops .detail-carte-ops {
    margin-bottom: 50px;
  }
  
  .container-ops .decouvrir-offre .img-video {
    padding: 0 30px;
  }
  
  .container-ops .decouvrir-offre .titre-devenir-revendeur {
    padding: 0 5%;
    font-size: 1.2rem;
  }
  
  .container-ops .decouvrir-offre .text-2blocs {
    margin-left: 10px;
  }
  
  .container-ops .decouvrir-offre .btnrevendeur {
    width: 80%;
  }
  
  .container-ops .popup {
    padding-top: 0;
  }
}

@media screen and (max-width: 580px) {
  .container-ops .devenir-revendeur .form-flexalign {
    display: block;
  }
}

.sav-retours-filtres .form-group .form-field {
  width: 38%;
}

.demande-retours .form-field.form-en-ligne label {
  width: auto;
  margin-right: 10px;
  font-size: 12px;
}

.demande-retours .form-field.form-en-ligne input {
  width: 40px;
}

.demande-retours .form-field.form-en-ligne.adresse-retrait label {
  width: 14%;
}

.demande-retours .form-field.form-en-ligne.adresse-retrait input {
  width: 85%;
}

@media screen and (max-width: 768px) {
  .details-sav-retours .btn {
    width: 100%;
  }
  
  .details-sav-retours .recap {
    width: 100% !important;
    font-size: 13px;
    padding: 0 !important;
  }
  
  .sav-retours-filtres .form-group .form-field {
    margin: 0 0 10px 0;
    width: 100%;
  }
  
  .sav-retours-filtres .form-group .btn {
    margin: 0 0 10px 0;
    width: 100%;
  }
  
  .demande-retours .form-field.form-en-ligne.adresse-retrait label {
    display: block;
    width: auto;
    margin: 0;
  }
  
  .demande-retours .form-field.form-en-ligne.adresse-retrait input {
    width: 100%;
  }
  
  .demande-retours .form-field {
    width: 100% !important;
  }
  
  .demande-retours .form-field.form-en-ligne label, .demande-retours .form-field.form-en-ligne input {
    display: inline-block;
  }
}

.telecharger-tarifs .form-group .form-field.form-en-ligne select {
  width: 100%;
}

.telecharger-tarifs .form-group .form-field.form-en-ligne {
  width: 394px;
  margin: 0;
}

.telecharger-tarifs .tableau .table-wrapper table td {
  border-bottom: 1px solid #dee2e6;
}

@media screen and (max-width: 1024px) {
  .telecharger-tarifs .form-group .form-field.form-en-ligne {
    width: 265px;
  }
}

@media screen and (max-width: 768px) {
  .telecharger-tarifs .form-group .form-field.form-en-ligne {
    width: 162px;
  }
}

@media screen and (max-width: 580px) {
  .telecharger-tarifs .form-group .form-field.form-en-ligne {
    width: 67px;
  }
}

.form-filtres-externe .form-group {
  margin-bottom: 0;
}

.form-filtres-externe .form-group .form-field.form-en-ligne {
  width: 33%;
  margin: 0 15px 0 0;
}

.form-filtres-externe .form-group .form-field.form-en-ligne label {
  width: 15%;
}

.form-filtres-externe .form-group .form-field.form-en-ligne input, .form-filtres-externe .form-group .form-field.form-en-ligne select {
  width: 85%;
}

.form-filtres-externe .form-group .form-field.form-mini.custom-dropdown:after {
  top: 8px;
}

.outils-marketing .blc-menu-categorie {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .form-filtres-externe .form-group .form-field.form-en-ligne {
    width: 100%;
    margin: 0 0 10px 0;
  }
  
  .form-filtres-externe .form-group .form-field.form-en-ligne label {
    width: 100%;
    display: block;
    margin: 0;
  }
  
  .form-filtres-externe .form-group .form-field.form-en-ligne input, .form-filtres-externe .form-group .form-field.form-en-ligne select {
    width: 100%;
    display: block;
  }
  
  .form-filtres-externe .form-group .form-field.form-mini.custom-dropdown:after {
    top: 19px;
    right: 9px;
  }
  
  .form-filtres-externe .btn-right {
    width: 100%;
  }
  
  .form-filtres-externe .btn-right .btn {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}

@media screen and (max-width: 1246px) {
  .nodisplaydesktop {
    display: none;
  }
  
  .container {
    padding: 0 15px;
  }
  
  .masterhead .sousmenu-pluscritere {
    width: 100%;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres input {
    width: 11%;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres input.form-control {
    margin: 10px 15px;
  }
  
  #voletprix {
    top: 320px;
  }
  
  #volet {
    top: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .container, .masterhead, .masterbody, .masterfooter {
    width: 100%;
  }
  
  .nodisplaytablette {
    display: none;
  }
  
  .masterhead .sousmenu-pluscritere {
    width: 100%;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres input.form-control {
    width: 96%;
    margin: 10px 13px;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres .custom-dropdown--emerald {
    padding-right: 0;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres .custom-dropdown__select {
    width: 47%;
    height: 33px;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres .custom-dropdown:before {
    right: 6px;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres .custom-dropdown:after {
    right: 15px;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres input.col-5 {
    max-width: 47%;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres input.ref {
    margin-right: 0;
  }
  
  .masterhead .sousmenu-pluscritere #pluscriteres .btn-reset {
    width: 96%;
    margin: 10px 13px;
  }
  
  .masterbody section {
    padding: 0px;
  }
  
  .masterbody section .blc-derniers-ajouts, .masterbody section .blc-acces-rapide, .masterbody section .blc-mes-alertes {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .masterbody section .blc-alaune {
    padding: 0px;
  }
  
  .masterbody section .blc-alaune .carousel .carousel-item.active .img-responsive, .masterbody section .blc-alaune .carousel .carousel-item-next .img-responsive, .masterbody section .blc-alaune .carousel .carousel-item-prev .img-responsive {
    margin: auto;
  }
  
  .masterbody section .blc-acces-rapide {
    padding: 20px 0;
  }
  
  .masterbody section .blc-acces-rapide .liseret {
    width: 46%;
  }
  
  .masterbody section .blc-acces-rapide .blocarrondi {
    height: auto;
    overflow: visible;
  }
  
  .masterbody section .blc-acces-rapide .blocarrondi .tab-produits {
    height: auto;
  }
  
  .masterbody section .blc-acces-rapide .blocarrondi .tab-produits .sousligne .bloc.back {
    max-height: initial;
  }
  
  .masterbody section .carousel .cards {
    height: 442px;
  }
  
  .masterbody section .carousel .cards .col-md-6 {
    max-width: 48.9%;
    width: 48.9%;
  }
  
  .masterbody section .carousel .cards .col-md-6:nth-child(2) {
    margin-right: 0px !important;
  }
  
  .masterbody section .titre {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .masterbody .scrollToTop {
    bottom: 35px;
    right: 2%;
  }
  
  .masterbody .scrollToTop.endpage {
    bottom: 410px;
  }
  
  .masterbody .retouraide.d-flex {
    left: -30px;
  }
  
  .masterbody .scrollAide {
    bottom: 40px;
  }
  
  .masterbody .nouveautes .liseret {
    width: 31%;
  }
  
  .masterbody .meilleursventes .liseret {
    width: 25%;
  }
  
  .masterbody .produitscommandes .liseret {
    width: 2%;
  }
  
  #blc-search .form-inline {
    padding-left: 15px;
  }
  
  #blc-search .champ-search {
    margin-left: 10px;
    width: 33%;
  }
  
  .cards {
    padding: 0px;
  }
  
  .cards .card {
    margin-right: 12px !important;
  }
  
  .slide .carousel-control-prev, .slide .carousel-control-next {
    width: 6%;
    height: 55%;
    top: 22%;
  }
  
  .slide .carousel-control-prev {
    left: 0px;
  }
  
  .slide .carousel-control-next {
    right: 0px;
  }
  
  .masterfooter form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nodisplaymobile {
    display: none;
  }
  
  .masterhead, .masterbody, .masterfooter {
    width: 100%;
  }
  
  .masterfooter .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .masterbody {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .masterbody section .blc-produits {
    padding: 0px;
  }
  
  .container, .container-large {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
  }
  
  .scrollToTop.endpage {
    bottom: 35px;
  }
  
  .retouraide.d-flex {
    right: 0;
    position: absolute;
  }
  
  .img-responsive {
    width: 100%;
  }
  
  #voletprix {
    margin-left: 30px;
  }
  
  .blc-panier .cart-panier {
    width: 320px;
  }
  
  .blc-alaune, .blc-acces-rapide, .blc-derniers-ajouts, .blc-mes-alertes {
    padding: 0;
  }
  
  .blc-alaune {
    padding-bottom: 20px;
  }
  
  .blc-alaune .blocarrondi {
    height: 100%;
  }
  
  .blc-derniers-ajouts, .blc-acces-rapide, .blc-mes-alertes {
    margin-top: 20px;
  }
  
  .blc-acces-rapide .blocarrondi {
    height: auto;
  }
  
  .blc-acces-rapide .blocarrondi .tab-produits {
    margin-bottom: 0px;
  }
  
  .blc-acces-rapide .blocarrondi .tab-produits tbody th:first-child {
    display: none;
  }
  
  .blc-acces-rapide .blocarrondi .tab-produits tbody .titre-ref {
    max-width: 38%;
  }
  
  .blc-acces-rapide .blocarrondi .tab-produits tbody .prix-tab {
    max-width: 20%;
    white-space: nowrap;
  }
  
  .blc-acces-rapide .blocarrondi .tab-produits tbody .certifications .col-sm-4 {
    border: none;
  }
  
  .blc-acces-rapide .blocarrondi .tab-produits tbody .certifications .col-sm-4:nth-child(2), .blc-acces-rapide .blocarrondi .tab-produits tbody .certifications .col-sm-4:last-child {
    padding-left: 0px;
  }
  
  .blc-acces-rapide .blocarrondi .tab-produits tbody .show-tooltip {
    left: -80px;
  }
  
  .blc-acces-rapide .blocarrondi .tab-produits .sousligne .bloc.back {
    max-height: inherit;
  }
  
  .blc-mes-alertes {
    margin-top: 20px;
  }
  
  .carousel .carousel-item {
    height: auto;
  }
  
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    height: 50%;
    width: 13%;
    top: 20%;
  }
  
  .carousel .carousel-control-prev {
    left: 0px;
  }
  
  .carousel .carousel-control-next {
    right: 0px;
  }
  
  .card {
    display: flex;
  }
  
  .sousmenu-pluscritere {
    width: 100%;
  }
  
  .sousmenu-pluscritere #pluscriteres {
    height: 100%;
    padding: 15px;
  }
  
  .sousmenu-pluscritere #pluscriteres .form-check input {
    width: auto;
  }
  
  .sousmenu-pluscritere #pluscriteres .form-check-inline {
    width: 30%;
    display: inline-flex;
  }
  
  .sousmenu-pluscritere #pluscriteres .form-check-inline label {
    font-size: 13px;
    font-family: "TitilliumWebBold", sans-serif;
  }
  
  .sousmenu-pluscritere #pluscriteres .custom-dropdown--emerald {
    padding-left: 0px;
    margin-top: 5px;
    float: left;
  }
  
  .sousmenu-pluscritere #pluscriteres .custom-dropdown__select {
    width: 103%;
    height: 33px;
  }
  
  .sousmenu-pluscritere #pluscriteres input {
    margin: 0px 5px 0px 0px;
  }
  
  .sousmenu-pluscritere #pluscriteres input.form-control {
    margin: 5px 0px;
    width: 100%;
    float: left;
  }
  
  .sousmenu-pluscritere #pluscriteres .btn-reset {
    margin: 5px 0;
    width: 100%;
  }
  
  .sousmenu-pluscritere #pluscriteres input.col-5 {
    max-width: 49%;
  }
  
  .sousmenu-pluscritere #pluscriteres input.ref {
    margin-right: 2%;
  }
  
  .sousmenu-pluscritere #pluscriteres :focus {
    outline: none !important;
  }
  
  .blc-derniers-ajouts .col-disposition {
    display: none;
  }
  
  .blc-derniers-ajouts table .titre-ref {
    width: 28%;
  }
  
  .home2 .blc-alaune {
    padding: 0px;
  }
  
  .home2 .blc260 {
    width: 100%;
    max-width: 100%;
    padding: 10px 0px;
  }
  
  .home2 .blocarrondi {
    height: auto;
  }
  
  .home2 .big-img {
    margin-top: 0px;
    margin-bottom: 1.5rem;
  }
  
  .home2 .big-img .col-12 {
    padding: 0px;
  }
  
  .home2 .big-img .lastimg {
    height: 100%;
  }
  
  .home2 .big-img .btn {
    width: 100%;
  }
  
  .home4 .blc-mes-alertes {
    margin-top: 20px;
  }
  
  .home4 .blc-mes-alertes .picto-card-options .dropdown-menu.show {
    width: 261px;
  }
  
  .home4 .blc-mes-alertes .pictogris .picto-croix {
    left: 220px;
  }
  
  .categorie .collapse.dont-collapse-sm {
    height: auto !important;
    visibility: visible;
  }
  
  .col-lg-3.blc-menu-categorie {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 80px;
  }
  
  .blc-header-categorie {
    height: 100px;
    top: 130px;
  }
  
  .blc-header-categorie .titre-header-categorie {
    width: 45%;
    line-height: 25px;
    font-size: 24px;
  }
  
  .blc-header-categorie .tri li:first-child, .blc-header-categorie .tri li select, .blc-header-categorie .tri li:nth-child(3), .blc-header-categorie .tri li:nth-child(4) {
    display: none;
  }
  
  .blc-header-categorie .tri li:last-child {
    padding-right: 0px;
  }
  
  .small-header {
    height: 100px;
  }
  
  .blc-menu-categorie {
    margin-bottom: 15px;
  }
  
  .masterfooter {
    height: 100%;
    max-height: 100%;
  }
  
  .masterfooter .aide {
    right: 20%;
    top: 3%;
  }
  
  .masterfooter form {
    position: relative;
    padding-top: 10px;
  }
  
  .masterfooter .col-md-3, .masterfooter .col-md-3:last-child {
    border-left: solid 1px white;
    border-right: none;
    height: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  
  .masterfooter.blue {
    margin-top: 0px;
  }
  
  .masterfooter.blue .aide {
    top: 53.5%;
    right: 20%;
  }
  
  .logo-mobilefooter {
    text-align: center;
    padding: 20px 0 10px;
  }
  
  .tab-produits {
    height: auto;
  }
  
  .tab-produits .sousligne .bloc.back {
    max-height: initial;
  }
}

@media screen and (max-width: 576px) {
  .scrollAide, .scrollAide.endpageaide {
    position: absolute;
    color: white;
    right: 0;
  }
  
  .scrollAide.endpageaide {
    top: 104px;
  }
  
  .sousmenu-pluscritere #pluscriteres .custom-dropdown:before {
    top: 2px;
    right: 13px;
  }
  
  .sousmenu-pluscritere #pluscriteres .custom-dropdown:after {
    right: 2.6em;
  }
  
  .blc-mes-alertes .blocarrondi {
    height: auto;
  }
  
  .blc-mes-alertes .tab-mesalertes {
    height: auto;
  }
  
  .tab-mesalertes table td {
    padding: 0.5rem 5px;
    font-size: 11px;
  }
}

@media screen and (min-width: 320px) and (max-width: 374.98px) {
  .sousmenu-pluscritere #pluscriteres .custom-dropdown:before {
    top: 2px;
    right: 15px;
  }
  
  .sousmenu-pluscritere #pluscriteres .custom-dropdown:after {
    right: 2.9em;
  }
  
  .slide .carousel-item {
    height: auto;
  }
}