.warranty {
  position: relative;
  padding: 7px 3px 10px 66px;
  border-top: 11px solid #f4f4f4;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .warranty {
    margin-top: 27px;
    margin-left: 55px;
    padding-left: 75px;
    border-top: 0;
    display: table;
    width: calc(100% - 55px);
    padding: 20px 20px 20px 100px;
  }
}
@media (min-width: 1024px) {
  .warranty {
    margin-left: 62px;
    padding-left: 105px;
    width: calc(100% - 62px);
  }
}
@media (min-width: 1280px) {
  .warranty-zen {
    margin-bottom: 40px;
  }
}
.warranty-zen::before {
  background-image: url(../images/garantie-zen.png);
}
@media (min-width: 768px) {
  .warranty-zen::after {
    content: "";
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -55px;
  }
}
@media (min-width: 1024px) {
  .warranty-zen::after {
    left: -62px;
  }
}
.warranty-assurance::before {
  background-image: url(../images/garantie-assistance.png);
}
@media (min-width: 768px) {
  .warranty-assurance::after {
    content: "";
    width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -55px;
  }
}
@media (min-width: 1024px) {
  .warranty-assurance::after {
    left: -62px;
  }
}
.warranty::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 59px;
  height: 59px;
  left: 2px;
  margin-top: -22px;
}
@media (min-width: 768px) {
  .warranty::before {
    top: 50%;
    width: 109px;
    height: 109px;
    left: -15px;
    margin-top: -55px;
  }
}
@media (max-width: 767px) {
  .warranty::after {
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid #f4f4f4;
    border-right: 56px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.warranty-element {
  margin-top: 3px;
}
.warranty-element:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .warranty-element {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    padding: 0 20px;
  }
  .warranty-element:first-child {
    border-left: 0;
    padding-left: 0;
    width: 47%;
  }
  .warranty-element:last-child {
    padding-right: 0;
    width: calc(100% - 60px);
    display: block;
  }
}
@media (min-width: 1024px) {
  .warranty-element {
    padding: 0 38px;
  }
}
.warranty-checkbox {
  display: none;
}
.warranty-checkbox-label {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  left: 7px;
  top: -6px;
  width: 15px;
  height: 15px;
  border: 1px solid #cac3b1;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  background: #dedede;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #dedede 0%, #f7f7f7 79%);
  background: -webkit-linear-gradient(top, #dedede 0%, #f7f7f7 79%);
  background: linear-gradient(to bottom, #dedede 0%, #f7f7f7 79%);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -spec-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .warranty-checkbox-label {
    margin-top: -8px;
    right: auto;
    left: -45px;
    top: 50%;
  }
}

@media (min-width: 1024px) {
  .warranty-checkbox-label {
    left: -42px;
  }
}
.warranty-checkbox-label::before {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -spec-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 1px;
  left: 1px;
}
@media (min-width: 768px) {
  .warranty-checkbox-label::before {
    top: 0;
    left: 0;
  }
}
.warranty-checkbox:checked + .warranty-checkbox-label::before {
  opacity: 1;
}
.warranty-title {
  font-size: 11px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .warranty-title {
    font-size: 14px;
  }
}
.warranty-knowmore {
  color: #909090;
  font-size: 11px;
  display: inline-block;
  margin-top: 6px;
  cursor: pointer;
  font-weight: 600;
  font-style: italic;
}
.warranty-knowmore:hover, .warranty-knowmore:focus {
  color: #f86300;
}
.warranty-knowmore:active {
  color: #c54f00;
}
.warranty-knowmore::before {
  content: '> ';
}
.warranty-infos {
  font-size: 9px;
  line-height: 15px;
  font-weight: 600;
  color: #191919;
}
@media (min-width: 768px) {
  .warranty-infos {
    font-size: 12px;
    line-height: 20px;
  }
}
.warranty-infos li {
  position: relative;
  padding-left: 1.58333em;
  margin-left: 3px;
}
.warranty-infos li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  background: #000;
}
.warranty-zen .warranty-infos li::before {
  background: #834aad;
}
.warranty-assurance .warranty-infos li::before {
  background: #468003;
}

@media (min-width: 768px) {
  .ie-version .warranty-checkbox-label {
    right: 22px;
  }
}

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