.atelier-card{
}
.text-title-atelier{
  margin-bottom: 0;
  padding-right: 15%;
  padding-left: 15%;
}
.global-div-card {
  justify-content: center;
}

.global-div-card .nav-title{
  justify-content: center;
}

.div-card {
  width: 98%;
  min-width: 220px;
  overflow: visible;
}

div.link-block-5 .div-card:hover,
div.link-block-5 .div-card {
  cursor: default;
  border: none;
  box-shadow: 0 0 20px 3px #dfdfdf;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
div.link-block-2 .nav-arrow,
div.link-block-5 .nav-arrow{
  visibility: hidden;
}


.div-card{
  justify-content: flex-start;
}

.div-card .nav-arrow,
.nav-date, .nav-time, .nav-subtitle, .nav-title{
  margin-bottom: .5em;
}

.nav-subtitle,
.nav-title{
  padding-top: 2px;
}
.nav-subtitle{
  font-weight: normal;
  font-size: 13px;
}
.nav-date,
.nav-time{
  /*font-weight: normal;*/
  /*font-size: 13px;*/  
}

.nav-description{
  margin-bottom: auto;
  margin-top: auto;
  width:100%;
}

@media screen and (max-width: 991px) {
  .global-div-card {
    display: none;
  }
  .slider-card-mobile {
    display: block;
    width: 100%;
  }
  .mask {
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 1px 20px 2px #d9d9d9;
  }
  .slide {
    width: 100%;
    text-align: center;
    padding: 20px 20px 40px;
    background-color: #fff;
  }
  .left-arrow,
  .right-arrow {
    display: none;
  }
  .link-block-2 {
    height: 90%;
    color: #000;
    text-decoration: none;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ee-html a, .ee-html a:hover, .ee-html a:visited {
    width: auto;
  }
  .text-block-6,
  .text-block-7 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
  .text-block-6 {
    font-weight: 700;
  }
  .nav-subtitle,
  .nav-title{
    padding-top: 2px;
  }
  .nav-date,
  .nav-time,
  .nav-subtitle{
    font-weight: normal;
  }
  
}
