.mt-150{
    margin-top: 150px!important;
}
.mb-60{
    margin-bottom: 60px!important;
}
.mb-100{
    margin-bottom: 100px!important;
}
    .button--blue-light {
      background-color: #2573f8c2;
      color: #fff;  
      cursor: none; }
.container{
    width: 60%;
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.slider-menu__nav ul li.icon-trans{
    height: 53px;
    background-color: #0035ad42 !important;
    background: linear-gradient(50deg, #0035ad6b 0%, #1b6cfc96 100%) !important;
}

.header.travail{
    background-color: #121330!important;
}

.header__inner.index_app{
    justify-content: center;
}

.header__logo--text.utilisateur{
    font-size:1.5rem ;
}


.text-white{
    color: white!important;
}
.text-black{
    color: black;
}

.slider-menu__nav ul li a span.accueil {
    font-size: 1.4rem !important;
}

.page__content--whith-header-travail{
    padding-top: 20px !important;
   
}
.green{
    color: white!important;
    background-color: #01ddac !important;
}

.tabs input[type="radio"].check.tabs__radio:checked + label.tabs__label {
    color: #102c92!important; }

.fz{
    font-size: 1.6rem!important;
}
.text-info{
    color: #17a2b8!important;
    font-weight: 800;
}

.checkbox-option-custom{
    display: block;
    width: 65%;
    margin: 0 0 10px 0;
}
.checkbox-option-custom input[type="checkbox"]:checked + label{
    background-image: url("../assets/images/icons/white/checked-simple.svg");
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 16px; 
    margin-right: 10px;
}
.checkbox-option-custom label{
    text-align: center;
}

.checkbox-simple input[type="checkbox"] + label.box:before{
    border: 1px solid #6b6ec9;
    border-radius: 5px;
    width: 22px;
    height: 22px;
}




.checkbox-valid{margin: 5px;}
.checkbox-valid input.valid[type="checkbox"] + label:before{
    border: none;
    content: "\00a0";
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    margin: 0 10px 0 0;
    line-height: 18px;
    vertical-align: center;
    border: none;
    background-color: #ffffff;
}

.checkbox-valid input.valid[type="checkbox"] + label.boxvalid:before{
    border: 1px solid #cecece;
    border-radius: 5px;
    width: 22px;
    height: 22px;
}

.form-input--60{   
    display: block;
    width: 60%;
    margin: 0 0 10px 0;
}

.mx-auto{
    margin-left: auto!important;
    margin-right: auto!important;
}

input::placeholder{
    color: black!important;
}
.column{
    flex-direction: column;
}

#remor{
    margin-top: 15px;
}

ul.custom-list {  
    display: flex;
    flex-wrap: wrap;
}

ul.custom-list li{
    margin: 0 8px ;
    flex: auto;
}
ul.custom-listing li {
    padding: 7px 0;
    line-height: 1.5;
}

.cards-valid{
    display: flex;
    flex-wrap: wrap;
}
.cards-custom:last-child {
    margin-bottom: 100px!important; }

/* CARD CUSTOM */
.cards-custom .card {
    background-color: #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 8%);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 8%);
    border-radius: 30px;
    width: calc(100% - 40px);
    padding: 20px;
    margin-right: 15px;
    margin-bottom: 15px;}
/*    text-align: center; 
     .cards-custom .card:nth-child(2n+2) {
      margin-right: 0px; } */
      .card__details ul li{
          margin-bottom: 5px;
      }
    .cards-custom .card__icon {
      margin: auto;
      padding-bottom: 15px;
      text-align: center; }
      .cards-custom .card__icon img {
        max-width: 40px; }
    .cards-custom .card__product {
      margin: auto;
      padding-bottom: 15px;
      text-align: center;
      position: relative; }
      .cards-custom .card__product img {
        max-width: 100%; }
    .cards-custom .card__price {
      position: absolute;
      top: -5px;
      right: -5px;
      z-index: 888;
      background-color: #fff;
      box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
      -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
      color: #1b6cfc;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 35px;
      text-align: center; }
    .cards-custom .card__title {
      padding-bottom: 15px;
      font-size: 1.4rem; }
      .cards-custom .card__title a {
        color: #44484a; }


