@font-face {
    font-family: 'Avenir Heavy';
    src: url('/-/media/project/loreal/brand-sites/kerastase/emea/nl/blog/fonts/AvenirLTStd-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('/-/media/project/loreal/brand-sites/kerastase/emea/nl/blog/fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('/-/media/project/loreal/brand-sites/kerastase/emea/nl/blog/fonts/Avenir-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html{
    margin:0px;
    padding:0px;
    font-family: 'Avenir', sans-serif;
    font-size: .875rem;
    line-height: 1.572;
    color:#000;
}
#blog-overview{
    font: 300 .875rem / 1.572 'Avenir', sans-serif;
    opacity: 0;
}
#blog-overview.is-ready {
    opacity: 1;
    transition: opacity 0.35s ease;
}

h1{
    font-family: 'Avenir Heavy', sans-serif !important;
    font-size: 2.6rem !important;
    margin:0px;
}
h2{
    font-family: 'Avenir Heavy', sans-serif !important;
    font-size: 2.6rem !important;
    line-height: 2.8rem;
    margin:0px;
}
h3{
    font-family: 'Avenir Book', sans-serif !important;
    font-size: 1.6rem !important;
    font-weight:300;
    margin:15px 0px;
}
p{
    font-family: 'Avenir Book', sans-serif !important;
    font-size: 17px !important;
    line-height:26px;
}

[data-aos][data-aos][data-aos-duration="10000"] {
  transition-duration: 10s;
}
[data-aos][data-aos][data-aos-easing=ease-in-out-zoom], body[data-aos-easing=ease-in-out-zoom] [data-aos] {
    transition-timing-function: cubic-bezier(.08, .82, .17, 1);
}

.c-back-top{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 7.5rem;
    box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .15);
    color: #fff;
    cursor: pointer;
    font: 0 / 1 Avenir, sans-serif;
    height: 40px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: .625rem;
    text-align: center;
    text-transform: uppercase;
    transition: opacity, background .5s;
    width: 40px;
    z-index: 3;
}

.c-back-top:after {
    background:url('./images/back-top.svg');
    background-color: #000;
    content: "";
    display: inline-block;
    height: .3125rem;
    -webkit-mask: url('./images/back-top.svg') no-repeat center / 100%;
    mask: url('./images/back-top.svg') no-repeat center / 100%;
    width: .75rem;
}
.c-back-top.m-active {
    opacity: 1;
    pointer-events: all;
}
.c-back-top:hover {
    background: #696869;
}
.c-back-top:hover:after {
    background-color: #fff;
}
@media print, screen and (min-width: 64em) {
    .c-back-top:after {
        height: 15px;
        width: 11px;
    }
    .c-back-top {
        bottom: 40px;
        height: 40px;
        right: 40px;
        width: 40px;
    }
}

.cta-btn{
    background-color: #242424;
    color: #fff;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: 900 1rem / 1 'Avenir Heavy', sans-serif;
    min-width: 10.625rem;
    padding: 1.125rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
}
a.cta-btn:hover {
    background-color: #696869;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}

.cta-text{
    display:inline-block;
    text-decoration:underline;
    margin:15px 0px;
    width:100%;
    font: 900 1rem / 1 'Avenir Heavy', sans-serif;
    color:#000;
    font-weight:300;
}

/** column wrapper **/
#blog-overview .column-wrapper{
    display:flex;
}
#blog-overview .one-third{
    width:calc(100% / 3);
    padding:60px 0px;
}
#blog-overview .two-third{
    width:calc(100% / 3 * 2);
    padding:60px 0px;
}
#blog-overview .inner-column{
    padding:40px;
}
#blog-overview .one-third.has-img{
    padding:0px 0px 0px 0px;
}
#blog-overview .one-third.has-slider{
     padding:0px 0px 30px 0px;
}
#blog-overview .one-third.has-img img{
    object-fit:cover;
    width:100%;
    height:100%;
}

@media (max-width: 1024px) {
    #blog-overview .column-wrapper{
        display:flex;
        flex-wrap:wrap;
    }
    #blog-overview .one-third{
        width:100%;
        padding:60px 0px 0px 0px;
    }
    #blog-overview .two-third{
        width:100%;
    }
    #blog-overview .one-third.has-img{
        max-height:50vh;
    }
    #blog-overview .one-third.has-img img{
            object-position: top;
    }
}
@media (max-width: 767px) {
    #blog-overview .inner-column{
        padding:20px;
    }
}
@media (max-width: 540px) {
       #blog-overview .one-third{
        width:100%;
        padding:20px 0px 0px 0px;
    }
}


/** nav **/
#blog-overview .blog-nav li a{
    background-color: #242424;
    color: #fff;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font: 900 1rem / 1 Avenir-Heavy, sans-serif;
    min-width: 10.625rem;
    padding: 1.125rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
}
#blog-overview .blog-nav{
    padding:20px 20px 20px 20px;
}
#blog-overview .blog-nav ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    list-style:none;
    margin:0;
    padding:0;
}
#blog-overview .blog-nav li{
    margin:10px 20px;
}
#blog-overview .blog-nav li a:hover {
    background-color: #696869;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    #blog-overview .blog-nav{
        padding:20px 10px 20px 10px;
    }
    #blog-overview .blog-nav li{
        margin:10px 10px;
    }
}
@media (max-width: 540px) {
    #blog-overview .blog-nav li{
        transition-delay: 0s !important; 
    }
}
@media (max-width: 480px) {
    #blog-overview .blog-nav li{
        width:calc(50% - 20px);
        margin:0px 10px;
    }
    #blog-overview .blog-nav li a{
        margin:10px 0px;
        min-width:100%;
        box-sizing:border-box;
    }
}
@media (max-width: 380px) {
     #blog-overview .blog-nav li{
        width:calc(100% - 20px);
        margin:0px;
    }
}

/** Blog Header **/
#blog-overview .blog-header{
    background:#ededed;
}
#blog-overview .blog-header .header-image{
    opacity:1 !important;
}
#blog-overview .blog-header .logo{
    margin-bottom:60px;
    max-width: 250px;
    margin: 0px auto 40px auto;
}
#blog-overview .blog-header .blog-header-content{
   text-align:center;
   max-width:700px;
}
#blog-overview .blog-header .one-third{
    overflow:hidden;
}
#blog-overview .blog-header .one-third img{
    object-fit:cover;
    width:100%;
    height:100%;
}
#blog-overview .blog-header .two-third{
    display:flex;
    align-items:center;
    justify-content:center;
}

@media (max-width: 767px) {
    #blog-overview .blog-header .blog-header-content{
        padding:0px 20px;
    }
}

/** blog-row **/
#blog-overview .blog-row .one-third{
    display:flex;
    align-items:center;
}
#blog-overview .blog-row .one-third p{
    font-size:17px !important;
    line-height:26px;
    margin-bottom:20px;
}

/** Slider **/
.slider {
  width: 100%;
  max-width: 700px;
  margin: 40px auto;
  overflow: hidden;

  /* Swipe */
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}

.slider:active {
  cursor: grabbing;
}

.slides {
  display: flex;
  transition: transform 0.35s ease;

  /* Swipe */
  will-change: transform;
}

.slide {
  flex: 0 0 100%;
  min-width: 0;
  place-items: center;
  font-size: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.slide .post-link {
  font-size: 18px;
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  margin: 15px 0;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Avenir Book';
  display: flex;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  align-items: center;
  /* Voorkomt ongewenst slepen van links */
  -webkit-user-drag: none;
}

.slide .post-link:hover .post-title,
.slide .post-link:hover .post-button {
  color: #fff;
}
.slide .post-link .hover-effect{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow:hidden;
}
.slide .post-link .hover-effect::before {
  background: #fff;
  content: "";
  position: absolute;
  transform: translate(0%, -50%);
  left: -20%;
  top: 50%;
  width: 0;
  height: 100%;
  border-radius: 50%;
  transition: all 0.45s ease-out;
}

.slide .post-link:hover .hover-effect::before {
  background: #b99a5b;
  width: 150%;
  height: 150%;
}

@media (max-width: 420px) {
    .slide .post-link {
        flex-wrap:wrap;
    }
    .slide .post-link .post-title, .slide .post-link .post-button{
        width:100%;
    }
}
.post-label{
    position: absolute;
    top: -5px;
    left: -5px;
    /* left: 20px; */
    z-index: 9;
    background: #e65c5c;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 0px 5px 5px 0px;
    text-transform: uppercase;
    color: #fff;
    line-height: 16px;
}
.post-label::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #691414;
}

.post-title {
  text-align: left;
  font-size: 18px;
  color: #000;
  font-weight: 300;
  z-index: 20;
  text-decoration: none;
}

.post-button {
  text-align: right;
  margin-left: auto;
  color: #000;
  font-weight: 300;
  min-width:120px;
  z-index: 20;
  text-decoration: underline;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.dot {
  width: 30px;
  height: 6px;
  border-radius: 0;
  padding: 0;
  border: 0;
  margin: 0 5px;
  background: #cacaca;
  cursor: pointer;
}

.dots.is-hidden {
  display: none;
}

.dot.active {
  background: #b99a5b;
}

@media (max-width: 1024px) {
  .slider {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 40px auto;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .slider {
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    overflow: hidden;
  }

  .slide {
    padding: 0 15px;
  }

  .slide .post-link {
    padding: 16px;
  }
}