@charset "UTF-8";
/* autoprefixer grid: autoplace */
html {
  scroll-behavior: smooth;
}

/* --- */
/* --- */
@font-face {
  font-family: "Icons1001";
  src: url("/fonts/1001/font1001-icons.eot?version=1.6");
  src: url("/fonts/1001/font1001-icons.eot?version=1.6") format("embedded-opentype"), url("/fonts/1001/font1001-icons.ttf?version=1.6") format("truetype"), url("/fonts/1001/font1001-icons.woff?version=1.6") format("woff"), url("/fonts/1001/font1001-icons.svg?version=1.6") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icons1001";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-timer:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-arrowright:before {
  content: "";
}

.icon-arrowtop:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-idea:before {
  content: "";
}

.icon-battery:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-security-check:before {
  content: "";
}

.icon-security-star:before {
  content: "";
}

.icon-headphone:before {
  content: "";
}

.icon-star-full:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-locked:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.cl-white {
  color: #ffffff;
}

.cl-black, a.cl-black {
  color: #000000;
}

.cl-green-mineral, a.cl-green-mineral {
  color: #42605E;
}

.cl-green-pistachio, a.cl-green-pistachio {
  color: #82D709;
}

.cl-green-limeade, a.cl-green-limeade {
  color: #73C005;
}

.cl-green-neptune, a.cl-green-neptune {
  color: #7EB9B8;
}

.cl-red-pomegranate, a.cl-red-pomegranate {
  color: #EF3030;
}

.cl-gray-silver, a.cl-gray-silver {
  color: #CDCDCD;
}

.cl-gray-boulder, a.cl-gray-boulder {
  color: #8C8C8C;
}

.fs-9 {
  font-size: 9px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.lh-9 {
  line-height: 9px;
}

.lh-11 {
  line-height: 11px;
}

.lh-12 {
  line-height: 12px;
}

.lh-13 {
  line-height: 13px;
}

.lh-14 {
  line-height: 14px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-30 {
  line-height: 30px;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
}

.no-underline:hover {
  text-decoration: underline;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.d-block {
  display: block;
}

.d-inlineblock {
  display: inline-block;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

/* --- */
/* --- */
.depannage > section {
  margin-right: 10px;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .depannage > section {
    margin-right: 0;
    margin-left: 0;
  }
}

.sos-banner {
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #195ee7 0%, #00a8e7 100%);
  padding: 10px;
}
.sos-banner .sos-banner-container {
  display: flex;
  flex-direction: column;
}
.sos-banner .logo {
  height: 75px;
  margin-bottom: 10px;
}
.sos-banner .h1 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.sos-banner .p {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.sos-banner .sos-phone {
  background: #ffffff;
  color: #1370E7;
  font-size: 20px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.sos-banner .sos-phone a .number,
.sos-banner .sos-phone a:hover .number,
.sos-banner .sos-phone a:link .number,
.sos-banner .sos-phone a:visited .number,
.sos-banner .sos-phone a:active .number {
  color: #1370E7;
  text-decoration: none;
}
.sos-banner .sos-phone .number {
  flex: 1 0 auto;
  padding: 4px 10px;
}
.sos-banner .sos-phone a .desc,
.sos-banner .sos-phone a:hover .desc,
.sos-banner .sos-phone a:link .desc,
.sos-banner .sos-phone a:visited .desc,
.sos-banner .sos-phone a:active .desc {
  color: #ffffff;
  text-decoration: none;
}
.sos-banner .sos-phone .desc {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  background: #0E59B8;
  margin-right: 6px;
  text-align: left;
  padding: 6px 5px;
  align-self: center;
  margin-top: -4px;
  margin-bottom: -4px;
}
.sos-banner .sos-phone b {
  text-transform: uppercase;
  display: block;
}
.sos-banner .phone-wrapper {
  margin-bottom: 6px;
}
.sos-banner .form-phone-wrapper {
  display: none;
}
.sos-banner .explaination {
  font-size: 12px;
  font-style: italic;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .sos-banner {
    text-align: left;
    padding: 30px;
  }
  .sos-banner .sos-banner-container {
    flex-direction: row;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 50px;
  }
  .sos-banner .sos-banner-container .logo {
    height: 160px;
    margin: 0 50px 0 0;
  }
  .sos-banner .sos-banner-container .h1 {
    font-size: 34px;
  }
  .sos-banner .sos-banner-container .p {
    font-size: 28px;
  }
  .sos-banner .sos-banner-container .sos-phone {
    display: none;
  }
  .sos-banner .sos-banner-container .sos-phone .number {
    font-size: 30px;
  }
  .sos-banner .sos-banner-container .sos-phone .desc {
    font-size: 16px;
    padding: 10px;
  }
  .sos-banner .sos-banner-container .explaination {
    font-size: 14px;
    padding: 0;
  }
  .sos-banner .sos-banner-container .form-phone-wrapper {
    display: block;
    box-sizing: border-box;
  }
  .sos-banner .sos-banner-container .form-phone-wrapper .form-phone {
    display: flex;
  }
  .sos-banner .sos-banner-container .form-phone-wrapper .input-wrapper {
    position: relative;
    background: #ffffff;
    border: 1px solid #ffffff;
    flex: 1 0 auto;
  }
  .sos-banner .sos-banner-container .form-phone-wrapper .label {
    color: #1370e7;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    text-align: left;
    position: absolute;
    top: 8px;
    padding: 10px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    cursor: pointer;
    background: #ffffff;
  }
  .sos-banner .sos-banner-container .form-phone-wrapper .field {
    color: #000000;
    font-size: 16px;
    height: 58px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px;
  }
  .sos-banner .sos-banner-container .form-phone-wrapper .field:focus {
    outline: none;
  }
  .sos-banner .sos-banner-container .form-phone-wrapper .btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: #E95D0F;
    border-radius: 0 3px 3px 0;
  }
  .sos-banner .sos-banner-container .form-phone-wrapper .error {
    color: #ffffff;
    background: #ff0000;
    padding: 5px 10px;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
  }
}

.sos-banner-small {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .sos-banner-small .sos-banner-container {
    padding: 30px;
  }
  .sos-banner-small .sos-banner-container .logo {
    height: 90px;
    margin-right: 20px;
  }
  .sos-banner-small .sos-banner-container .h1 {
    font-size: 24px;
  }
  .sos-banner-small .sos-banner-container .p {
    font-size: 20px;
    margin-bottom: 0;
  }
  .sos-banner-small .sos-banner-container .right-part {
    display: flex;
    align-items: center;
  }
  .sos-banner-small .sos-banner-container .sos-phone {
    flex: 1 0 auto;
    margin-left: 20px;
  }
  .sos-banner-small .sos-banner-container .sos-phone .number {
    font-size: 26px;
  }
  .sos-banner-small .sos-banner-container .sos-phone .desc {
    font-size: 12px;
  }
}

.sos-geoloc {
  text-align: center;
  padding: 8px;
  overflow: hidden;
}
.sos-geoloc .txt {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #BFBFBF;
  text-align: center;
  display: block;
  position: relative;
}
.sos-geoloc .txt span:first-child {
  display: none;
}
@media (min-width: 992px) {
  .sos-geoloc {
    text-align: left;
    height: 22px;
    position: relative;
  }
  .sos-geoloc .txt {
    text-align: left;
    animation: 10s linear 1s infinite running slidein;
    overflow: visible;
    position: absolute;
    width: 100%;
    left: -100%;
  }
  .sos-geoloc .txt span:first-child {
    display: inline-block;
    padding-right: 50%;
  }
}

@keyframes slidein {
  from {
    left: 100%;
  }
  to {
    left: -100%;
  }
}
.sos-map {
  margin-top: 40px;
}

.sos-block-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.sos-block-text .title-h2 {
  color: #42605E;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 15px 0;
  display: block;
}
.sos-block-text .sub-title {
  font-size: 18px;
  line-height: 26px;
  color: #42605E;
  display: block;
}
.sos-block-text .p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sos-block-text .title-h2 {
    font-size: 28px;
  }
  .sos-block-text .sub-title {
    font-size: 22px;
  }
}

.sos-block-text .engagement {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.sos-block-text .engagement:last-child {
  margin-bottom: 0;
}
.sos-block-text .engagement .title-h3 {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  margin: 10px 0;
}
.sos-block-text .engagement .engagement-img {
  width: 100%;
  height: 146px;
  background: center center/auto 146px no-repeat #ffffff;
}
.sos-block-text .engagement:nth-child(2) .engagement-img {
  background-image: url(/img/fronts/1001/pages-static/engagement-1.jpg);
}
.sos-block-text .engagement:nth-child(3) .engagement-img {
  background-image: url(/img/fronts/1001/pages-static/engagement-2.jpg);
}
.sos-block-text .engagement:nth-child(4) .engagement-img {
  background-image: url(/img/fronts/1001/pages-static/engagement-3.jpg);
}
.sos-block-text .engagement:nth-child(5) .engagement-img {
  background-image: url(/img/fronts/1001/pages-static/engagement-4.jpg);
}
@media (min-width: 768px) {
  .sos-block-text .engagement .engagement-img {
    max-width: 100%;
    height: 110px;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  .sos-block-text .engagement {
    flex-direction: row;
  }
  .sos-block-text .engagement .engagement-img {
    flex: 0 1 365px;
    margin-right: 15px;
    height: 156px;
    background-size: auto 156px;
  }
  .sos-block-text .engagement .engagement-txt {
    flex: 1 1 min-content;
  }
}

.sos-block-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.sos-block-flex .brands-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  grid-auto-rows: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
}
.sos-block-flex .brands-wrapper img {
  max-height: 90px;
  max-width: 100%;
}
.sos-block-flex .img-depannage-container {
  margin-bottom: 16px;
  width: 100%;
  height: 340px;
  background: center center/auto 340px url(/img/fronts/1001/pages-static/maintenance-mask.jpg) no-repeat #fff;
}
@media (min-width: 768px) {
  .sos-block-flex .img-depannage-container {
    max-width: 100%;
    height: 110px;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  .sos-block-flex {
    flex-direction: row;
  }
  .sos-block-flex .brands-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr 1fr;
  }
  .sos-block-flex .brands-wrapper img {
    max-width: 170px;
  }
  .sos-block-flex .img-depannage-container {
    margin-right: 16px;
    margin-bottom: 0;
    flex: 1 0 365px;
    height: 374px;
  }
  .sos-block-flex .img-depannage-container img {
    min-width: 350px;
  }
}

.sos-user-review-container {
  border-bottom: 1px solid #195EE7;
  border-top: 1px solid #195EE7;
  padding: 35px 0;
  margin-bottom: 40px;
}
.sos-user-review-container .title-h2 {
  color: #195EE7;
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px 0;
  display: block;
}
.sos-user-review-container .sos-user-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sos-user-review-container .sos-user-review {
  text-align: center;
  margin-bottom: 30px;
}
.sos-user-review-container .sos-user-review:last-child {
  margin-bottom: 0;
}
.sos-user-review-container .sos-user-review .review {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #666666;
  margin-bottom: 14px;
}
.sos-user-review-container .sos-user-review .user {
  font-size: 14px;
  color: #8c8c8c;
}
.sos-user-review-container .rating {
  margin-bottom: 10px;
  text-align: left;
  display: inline-block;
}
.sos-user-review-container .rating .classification {
  position: relative;
  width: 110px;
  height: 25px;
  margin: 0;
  display: inline-flex;
  float: left;
  margin-right: 5px;
}
.sos-user-review-container .rating .classification .cover {
  float: left;
  margin-right: 10px;
  background: url("/img/fronts/1001/empty.png") no-repeat scroll left top transparent;
  height: 25px;
  width: 120px;
  z-index: 101;
  top: 0;
  left: 0;
  position: absolute;
}
.sos-user-review-container .rating .classification .progress {
  background: url("/img/fronts/1001/full.png") no-repeat scroll left top transparent;
  top: 0;
  left: 0;
  height: 25px;
  z-index: 102;
  position: relative;
  box-shadow: 0 0 0 transparent;
}
@media (min-width: 992px) {
  .sos-user-review-container .sos-user-reviews {
    flex-direction: row;
    justify-content: space-between;
  }
  .sos-user-review-container .sos-user-review {
    margin: 0 6px;
    flex: 1 1 min-content;
  }
}

.sos-illustration {
  margin-bottom: 20px;
}
.sos-illustration img {
  max-width: 100%;
}

/* --- */
/* --- */
.item {
  width: calc((100% - 10px)/ 2);
  display: flex;
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .item {
    width: calc((100% - 20px)/ 3);
  }
}
@media (min-width: 1200px) {
  .item {
    width: calc((100% - 30px)/ 4);
  }
}

.product-item {
  border: 1px solid #C9DFDC;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(126, 185, 184, 0.5);
  padding: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
}
.product-item:hover {
  box-shadow: none;
}
.product-item .product-img-container {
  text-align: center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.product-item .product-img-container .fast-delivery {
  color: white;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  transform: rotate(-45deg);
  background: #1ABFFE;
  padding: 4px 20px;
  display: block;
  position: absolute;
  top: 29px;
  left: -28px;
}
.product-item .product-img-container .product-img img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
}
.product-item .caption {
  color: #42605E;
  text-align: left;
  flex: 1;
  min-height: 56px;
}
.product-item .caption .category {
  font-size: 10px;
  line-height: 13px;
  display: block;
}
.product-item .caption .model {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.product-item .caption .rating .rate {
  display: inline-block;
  width: 60px;
  position: relative;
}
.product-item .caption .rating .rate::before {
  content: "";
  color: #9AB4B2;
  font: 10px/1 "Icons1001";
  display: block;
}
.product-item .caption .rating .value {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: inline-block;
}
.product-item .caption .rating .value::before {
  content: "";
  color: #EAB21B;
  font: 10px/1 "Icons1001";
  display: block;
}
.product-item .item-capacities {
  color: #9AB4B2;
  font-size: 10px;
}
.product-item .item-bottom {
  margin-top: auto;
  padding-top: 10px;
}
.product-item .item-bottom .item-availibility {
  color: #66AD01;
  font-size: 12px;
}
.product-item .item-bottom .item-availibility .upper {
  text-transform: uppercase;
}
.product-item .item-bottom .item-price {
  display: flex;
  align-items: center;
}
.product-item .item-bottom .item-price .price-one {
  color: #42605E;
  font-size: 22px;
  font-weight: bold;
}
.product-item .item-bottom .price-display {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  line-height: 11px;
  font-size: 10px;
}
.product-item .item-bottom .price-display .price-percentage {
  color: #FF0000;
}
.product-item .item-bottom .price-display .price-reduc {
  color: #42605E;
  text-decoration: line-through;
}
.product-item .btn-action {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  padding: 10px 5px;
  margin-top: 5px;
  border-radius: 6px;
  display: block;
  border: 0;
  cursor: pointer;
  background: linear-gradient(to bottom, #82d709 0, #66ad01 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.product-item .btn-action a {
  color: #ffffff;
  text-decoration: none;
}
.product-item .btn-action:hover {
  box-shadow: none;
}

.produits {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.prodlist-content {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .prodlist-content {
    padding: 0;
  }
}

.trustpilot-widget-wrapper {
  display: block;
  width: 100%;
  margin: 60px 0;
}

/*# sourceMappingURL=main.css.map */
