/*
      8. 4-columns plans block with parallax effect
  */
  .plans {
    position: relative;
  }
  .plans h3 {
    margin-top: 90px;
    color: #fff;
    font-size: 20pt;
    line-height: 1.2em;
  }
  .plans h3 span {
    font-size: 20pt;
  }
  .plans .item {
    border: 6px solid #e87a59;
    position: relative;
    text-align: center;
    -webkit-border-top-left-radius: 48px;
    -moz-border-radius-topleft: 48px;
    border-top-left-radius: 48px;
    -webkit-border-top-right-radius: 48px;
    -moz-border-radius-topright: 48px;
    border-top-right-radius: 48px;
    -webkit-border-bottom-left-radius: 36px;
    -moz-border-radius-bottomleft: 36px;
    border-bottom-left-radius: 36px;
    -webkit-border-bottom-right-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomright: 36px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 36px;
    background-clip: padding-box;
    transition: all .3s ease;
  }
  .plans .item:hover {
    transition: all 0.4s ease;
  }
  @media (min-width: 1230px) {
    .plans .item:hover {
      margin-top: -10px;
    }
  }
  .plans .item.label-recomend:after {
    content: "";
    position: absolute;
    background: url("../images/label-recomended.png") no-repeat 100% 0;
    width: 96px;
    top: 0;
    right: 0;
    height: 96px;
    display: block;
  }
  .plans .item ul {
    text-align: left;
    margin: 10px auto;
    list-style: none;
  }
  .plans .item ul li {
    font-size: 13pt;
    font-weight: 300;
    color: #dcd4e0;
  }
  .plans .item ul li.yes {
    color: #15172D;
    font-weight: 600;
  }
  .plans .item ul li.yes:before {
    content: "\f00c";
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    color: #6FBF98;
    position: absolute;
    margin: 7px 0 0 -26px;
  }
  .plans .item .header {
    background: #e87a59;
    text-align: center;
    -webkit-border-top-left-radius: 36px;
    -moz-border-radius-topleft: 36px;
    border-top-left-radius: 36px;
    -webkit-border-top-right-radius: 36px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topright: 36px;
    -moz-background-clip: padding;
    border-top-right-radius: 36px;
    background-clip: padding-box;
  }
  .plans .item .header.header-light {
    background: #6f6078;
    color: #fff;
  }
  .plans .item .header.header-light .sub {
    font-size: 13pt;
  }
  .plans .item .header.header-light .sub span {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
  }
  .plans .item .header.header-light > span {
    margin: 15px 0 10px;
  }
  .plans .item .header > span {
    color: #fff;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    font-size: 30pt;
    /* text-transform: uppercase; */
    display: block;
  }
  .plans .item .header .sub {
    font-size: 14pt;
    color: #18111f;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 3px;
  }
  .plans .item .header .sub span {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: #23182C;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13pt;
    font-weight: 700;
    text-align: center;
  }
  @media (max-width: 1229px) {
    .plans .item {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    /* .plans {
      padding: 0 0 60px 0;
    } */
    .plans h3 {
      margin-top: 60px;
    }
  }
  .plans.plans-inner {
    padding-bottom: 0;
    min-height: auto;
  }
  .plans.plans-inner .item {
    background: #F8F6F9;
    /*			&:hover { margin-top: 0; }*/
  }


  /*******/
  /* Carousel preview login */
  /* ATTENTION CELA MODIFIE TOUT LE PROJET */
  /* .modal-content {
      position: relative;
      background: rgba(0, 0, 0, 0.6);
      -webkit-backdrop-filter: blur(0.625em);
      backdrop-filter: blur(0.625em);
      padding: 1.563em;
      box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0em 0 1.25em 0  rgba(0, 0, 0, 0.5);
      display: block;
      margin: 0 auto;
  } */
  
  .sign-user_card {
      position: relative;
      background: rgba(255, 255, 255, 0.2);
      -webkit-backdrop-filter: blur(0.625em);
      backdrop-filter: blur(0.625em);
      padding: 1.563em;
      box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0em 0 1.25em 0 rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0em 0 1.25em 0  rgba(0, 0, 0, 0.5);
      display: block;
      margin: 0 auto;
  }
  #step2 .sign-user_card{
      background: none;
      box-shadow: none;
  }
  .sign-in-page .form-control:focus, .m-profile .form-control:focus {
    color: #15172d;
    background: rgb(255 255 255 / 70%);
  }
  #news-slider .post-img img {
    border-radius: 0.45rem;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
  #news-slider .post-img {
    overflow: hidden;
    position: relative;
    height: 200px;
    border-radius: 0.45rem ;
    z-index: 9;
}

  /**Modal**/
  #modal-themes .modal-content,
  #modal-themes .modal-header{
    line-height: 0;
    border: none;
  }
  #modal-themes .modal-footer{
    border-color: #333333;
  }
  #modal-themes .img-modal-themes,
  #modal-themes .img-modal-themes video{
    border-radius: 0.3rem 0.3rem 0 0;
  }
  #modal-themes button.close.img-modal-themes-close {
    position: absolute;
    top: 5px;
    right: 10px;
    text-shadow: none;
    margin: 0;
    color: #fff;
    opacity: 1;
    pointer-events: unset;
    background: #171717;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}
#modal-themes.video-temoignage .modal-body,
#modal-themes.video-temoignage .modal-footer {
  display: none;
}
#modal-themes.video-temoignage .modal-content, #modal-themes.video-temoignage video {
  border-radius: 2em;
}
