/*body{*/
/*  background: grey !important;*/
/*}*/

.content.content-full {
  background: #EFF1F9 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}

.line-initial{
  line-height: initial;
}

.boutons-constat {
  text-align: center;
  background-color: white;
  border-radius: 25px;
  /*box-shadow: 0px 5px 16px;*/
  border: 1px #d2d2d2 solid;
  min-width: 263px;
  width: 30%;
}

.title-30 {
  font-family: "Work Sans", serif;
  font-size: 30px !important;
}

.title-14 {
  font-family: "Work Sans", serif;
  font-size: 14px !important;
}

.sub-title-18 {
  font-family: "Work Sans", serif;
  font-size: 18px !important;
}

.icon-agenda {
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/modules/carflex_assistant/img/icons/agenda.svg");
  mask-image: url("/modules/carflex_assistant/img/icons/agenda.svg");

}

.icon-check {
  background-color: #0a001f;
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/modules/carflex_assistant/img/icons/check.svg");
  mask-image: url("/modules/carflex_assistant/img/icons/check.svg");

}

.icon-car-blue {
  height: 100%;
  width: 100%;
  background-image: url("/modules/carflex_assistant/img/icons/car-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-check-blue {
  height: 100%;
  width: 100%;
  background-image: url("/modules/carflex_assistant/img/icons/check-blue-3d.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-check-valid-blue {
  height: 330px;
  width: 100%;
  background-image: url("/modules/carflex_assistant/img/icons/check-valid.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-car-crash {
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/modules/carflex_assistant/img/icons/car-crash.svg");
  mask-image: url("/modules/carflex_assistant/img/icons/car-crash.svg");
}
.icon-car-hand {
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/modules/carflex_assistant/img/icons/car-hand.svg");
  mask-image: url("/modules/carflex_assistant/img/icons/car-hand.svg");
}
.icon-car-hand {
  -webkit-mask-image: url("/modules/carflex_assistant/img/icons/car-hand.svg");
  mask-image: url("/modules/carflex_assistant/img/icons/car-hand.svg");
}

/*.icon-vehicule-endommage-1{*/
/*  background-color: #0a001f;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  -webkit-mask-size: contain;*/
/*  mask-size: contain;*/
/*  -webkit-mask-position: center;*/
/*  mask-position: center;*/
/*  -webkit-mask-repeat: no-repeat;*/
/*  mask-repeat: no-repeat;*/
/*  -webkit-mask-image: url("/modules/carflex_assistant/img/icons/img-constat.svg");*/
/*  mask-image: url("/modules/carflex_assistant/img/icons/img-constat.svg");*/
/*}*/
.icon-vehicule-endommage-2 {
  background-color: #0a001f;
  height: 100%;
  width: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/modules/carflex_assistant/img/icons/img-constat2.svg");
  mask-image: url("/modules/carflex_assistant/img/icons/img-constat2.svg");
}

.bouton-constat-padding {
  padding: 7% 5%;
}


.icon-garantie {
  height: 100%;
  width: 100%;
  background-color: white !important;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/sites/default/files/2020-11/sinistre-etape5.svg");
  mask-image: url("/sites/default/files/2020-11/sinistre-etape5.svg");
}

.overlay-contact {
  background-image: url("/../../../sites/default/files/2020-11/images-bouton_contact.jpg");

}

.overlay-carrosserie {
  background-color: rgba(140, 198, 63, 0.7);
}

.overlay-garantie {
  background-color: rgba(164, 164, 164, 0.7);
}

.encart-250 {
  height: 250px;
  width: 250px;
}

.space-encart {
  margin-left: 194px;
  padding-right: 143px;
}

.content .content-full {
  background: orange !important;
}

.bouton {

  color: #fff;
  background-color: orange;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 40px;
  position: relative;
  display: inline-block;
  line-height: 40px;
  z-index: 1;
  border-radius: 0px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
}


.img-calcul {
  width: 107px;
}

.img-saisi {
  width: 200px;
}

.padding-left-195 {
  padding-left: 195px;
}

.progress-marker::after {
  z-index: 0 !important;
}

.progress-step .progress-marker::after {
  background-color: #393939;
}

.progress-step .progress-marker-final::after {
  background: linear-gradient(to right, #393939, #eeaf26) !important;
}


.description{
  margin-top: -15px;
}
.margin-form{
  margin-top: -15px;
}


.saisi-info-line-h{
  line-height: 1.4;
}

/*.button-primary{*/
/*  background: none!important;*/
/*  color: #eeaf26!important;*/
/*  border-color: #eeaf26!important;*/
/*}*/



/*.button-primary:hover{*/
/*  olor: white!important;*/
/*  background: #eeaf26!important;*/
/*}*/




/*.content-full{*/
/*  !*background: #eff1f9;*!*/
/*  background: black;*/
/*}*/

/*.progressbar{*/
/*  counter-reset: step;*/
/*}*/

/*.progressbar li {*/
/*  list-style-type: none;*/
/*  float: left;*/
/*  width: 33.33%;*/
/*  position: relative;*/
/*  text-align: center;*/
/*}*/

/*.progressbar li:before{*/
/*  content: counter(step);*/
/*  counter-increment: step;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  line-height: 30px;*/
/*  border: 1px solid #ddd;*/
/*  display: block;*/
/*  text-align: center;*/
/*  margin:0 auto 10px auto;*/
/*  border-radius: 50%;*/
/*  background-color: white;*/
/*}*/

/*.progressbar li:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background-color: #ddd;*/
/*  top: 15px;*/
/*  left: -50%;*/
/*  z-index: -1;*/
/*}*/


/*#header{*/
/*  display: none !important;*/
/*}*/

/*#footer {*/
/*  display: none !important;*/
/*}*/


/*.container {*/
/*  max-width: 100% !important;*/
/*}*/
.encart-blanc-rond {
  text-align: center;
  background-color: white;
  border-radius: 25px;
  /*box-shadow: 0px 5px 16px;*/
  border: 1px #f9f7f7 solid;
}
.card-header{
  border-radius: 15px 15px 0 0!important;
}
.encart-blanc-rond-15 {
  text-align: center;
  background-color: white;
  border-radius: 15px;
  /*box-shadow: 0px 5px 16px;*/
  border: 1px #f9f7f7 solid;
}

.fix-car-blue {
  height: 171px;
  width: 184px;
  position: inherit;
  top: -6px;
  right: 10px;
}

.form-assistant {
  display: block;
  margin-bottom: 30px;
  padding: 13px 15px !important;
  height: 58px !important;
}

.form-item-franchise, .form-item-cotisation {
  position: relative;
}

.calcul-sinistre-form .field-suffix {
  position: absolute;
  top: 44px;
  right: 50px;
  color: #282B2E;
  font-size: 18px;
}

.border-white-bt {
  border-bottom: 1px solid white;
  /*padding: 12px 0;*/
}

input::placeholder {
  color: #B9B9BB!important;
}
.rendez-vous-form h4{
  font-size: 1em!important;
  color:#000!important;
  font-weight:500!important;
}
.js-form-type-date{
  width: 100%;
}
#edit-date-rendez-vous{
  border:none!important;
  background: none!important;
  padding: 0px!important;

}
.js-form-item-date-rendez-vous-date{
  padding-right: 2rem;
}
.form-date, .form-time{
  color: #B9B9BB!important;
}

.form-file::-webkit-file-upload-button {
  visibility: hidden;
}
.form-file::-webkit-details-marker {
  visibility: hidden;
}
.form-file::before {
  content: '+ AJOUTER UNE PHOTO';
  display: inline-block;
  border: 1px solid #999;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 6px;
  border-radius: 14px;
}
.form-file:hover::before {
  border-color: black;
}
.form-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.form-managed-file .option{
  display: none;
}
.form-item label {
  display: inline;
}
.form-item-site-info, .form-item-file-managed-element{
  padding-top:20px
}
#edit-date-rendez-vous{
  margin-bottom: 3px!important;
  display: flex;
  justify-content: space-between;
}
#edit-file-managed-element-upload{
  width: 100%;
}


@media screen and (max-width: 576px) {
  .margin-form {
    margin-top: -25px;
  }
  .icon-check-blue{
    min-height: 100px;
    background-position: center;
  }
  .btn-carflex.btn-p-12-50{
    padding: 6px 20px;
    white-space: break-spaces;
    line-height: 1rem;
  }
  #edit-date-rendez-vous{
    flex-direction: column;
    align-items: stretch;
    height: auto !important;
  }
  #edit-date-rendez-vous .js-form-type-date {
    width: auto;
  }
  .js-form-item-date-rendez-vous-date{padding: 0}
}

.image-preview img {
  width: 80px;
  margin-top: 10px;
  margin-right: 10px;
}
