/* --- */
/* --- */
.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%;
}

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