<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notreaveal.boxline {
    position: absolute;
    width: 100%;
    height: 280px;
    top: calc(50% - 140px);
    z-index: 0;
    left: 0;
}

.notreaveal .backline{height: 270px;border-top:7px solid #614f75;border-bottom:7px solid #614f75;padding: 39px 0px;transition: 0.7s ease transform;transform: translateX(-100%);}

.lineblanc.notreaveal .backline{border-top:7px solid #fff;border-bottom:7px solid #fff}
.goldline.notreaveal .backline {border-top: 7px solid #86754d;border-bottom: 7px solid #86754d;height: auto;padding: 50px  0px;}
.content_pageblock .notreaveal .backline{-webkit-animation: backline_animate 1s 0s ease-in-out forwards;animation: backline_animate 2.5s 0s ease-in-out forwards;}
.notreaveal .innerline{
  width: 100%;
  height: 180px;
  border-top: 1px solid #614f75;
  border-bottom: 1px solid #614f75;
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.7s ease transform;
  transform: translateX(200%);
 
}
.lineblanc.notreaveal .innerline{

  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.goldline.notreaveal .innerline{
  border-top: 1px solid #86754d;
  border-bottom: 1px solid #86754d;
  height: auto;
  padding: 50px 0px;
  }
.content_pageblock  .notreaveal .innerline{
  -webkit-animation: innerline_animate 1s 0.5s ease-in-out forwards;
  animation: innerline_animate 2.5s 0.5s ease-in-out forwards;
  }
.notreaveal  .line{width:100%;height:7px;background:#614f75;margin-bottom:5px;}
.goldline.notreaveal .line{background:#86754d;}
.lineblanc.notreaveal .line{background:#fff;}
.maryoul_collection .notreaveal .line:nth-child(odd)
{transform: translateX(-300%);-webkit-animation: line_animate_1 1s 0.3s ease-in-out forwards;animation: line_animate_1 2.9s 0.3s ease-in-out forwards;}
.content_pageblock .notreaveal .line:nth-child(even)
{transform: translateX(300%);-webkit-animation: line_animate_2 1s 0.3s ease-in-out forwards;animation: line_animate_2 2.5s 0.3s ease-in-out forwards;}
.notreaveal .boxinner {max-width: 1500px;
    margin: 0 auto;
	overflow:hidden;
}
.categoriespage .notreaveal .boxinner {max-width: 100%;
    margin: 0 auto;
	overflow:hidden;
}
.produitpage  .notreaveal .boxinner {max-width: 100%;
    margin: 0 auto;
	overflow:hidden;
}
@keyframes backline_animate
{
0%{transform: translateX(-100%);}
100%{transform: translateX(0%);}
}


@keyframes innerline_animate
{
0%{transform: translateX(200%);}
100%{transform: translateX(0%);}
}


@keyframes line_animate_2
{
0%{transform: translateX(300%);}
100%{transform: translateX(0%);}
}

@keyframes line_animate_1
{
0%{transform: translateX(-300%);}
100%{transform: translateX(0%);}
}














</pre></body></html>