/****** COLORS LIBRARY *******/
.desktop {
  display: none !important; }

/**** catalyst css breker ****/
body.postid-226 div#wrap {
  max-width: inherit; }

/*******************************/
div.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-color: #fff;
  z-index: 9999;
  visibility: visible;
  opacity: 1; }
  div.loader.hide {
    opacity: 0;
    visibility: hidden; }
  div.loader div {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    div.loader div img {
      width: 100%; }
    div.loader div:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid #ffa5bd;
      border-left: 3px solid transparent;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      width: 100%;
      height: 100%;
      border-radius: 50%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

main.dp-elisabeth-arden.dossier-de-presse > article {
  padding: 0px 2% 20px; }

main.dp-elisabeth-arden.dossier-de-presse header h1 {
  font-weight: bolder; }

main.dp-elisabeth-arden.dossier-de-presse section.btn-block-dll-all a {
  background-color: #dd3b49; }
  main.dp-elisabeth-arden.dossier-de-presse section.btn-block-dll-all a:hover {
    background-color: #6b121a; }

main.dp-elisabeth-arden.dossier-de-presse section header {
  padding: 50px 0 20px;
  max-width: 90%;
  margin: 0 auto; }
  main.dp-elisabeth-arden.dossier-de-presse section header h2.title-visible {
    padding-top: 30px;
    font-size: 25px; }

main.dp-elisabeth-arden.dossier-de-presse section article .box .img-content h3 {
  top: 5%; }

main.dossier-de-presse {
  text-align: center;
  padding: 20px; }
  main.dossier-de-presse .btn-trigger-aria-show {
    position: fixed;
    height: 50px;
    width: 50px;
    border: 1px solid #444;
    left: 50px;
    top: 50%;
    z-index: 900;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    main.dossier-de-presse .btn-trigger-aria-show[aria-show-btn-up] {
      -webkit-transform: translate(0%, calc(-50% - 50px));
      -ms-transform: translate(0%, calc(-50% - 50px));
      transform: translate(0%, calc(-50% - 50px)); }
    main.dossier-de-presse .btn-trigger-aria-show[aria-show-btn-down] {
      -webkit-transform: translate(0%, calc(-50% + 50px));
      -ms-transform: translate(0%, calc(-50% + 50px));
      transform: translate(0%, calc(-50% + 50px)); }
    main.dossier-de-presse .btn-trigger-aria-show i.fa {
      line-height: 1em;
      font-size: 20px;
      color: #000;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    main.dossier-de-presse .btn-trigger-aria-show:hover, main.dossier-de-presse .btn-trigger-aria-show.active {
      background-color: rgba(255, 255, 255, 0.7);
      border: 1px solid #444; }
      main.dossier-de-presse .btn-trigger-aria-show:hover i.fa, main.dossier-de-presse .btn-trigger-aria-show.active i.fa {
        -webkit-animation: moving .75s linear infinite;
        animation: moving .75s linear infinite; }

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  25% {
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%); }
  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  75% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@keyframes moving {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  25% {
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%); }
  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  75% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
  main.dossier-de-presse header h1 {
    line-height: 1.5em;
    font-weight: 400;
    font-size: 25px;
    padding: 50px 20px 20px; }
  main.dossier-de-presse header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    max-width: 300px;
    background-color: #ccc;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.64, -0.32, 0.36, 1.51);
    -o-transition: all 1s cubic-bezier(0.64, -0.32, 0.36, 1.51);
    transition: all 1s cubic-bezier(0.64, -0.32, 0.36, 1.51);
    z-index: 999; }
    main.dossier-de-presse header nav.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      left: -30px; }
    main.dossier-de-presse header nav button.hamburger {
      right: -70px;
      position: absolute;
      top: 0;
      z-index: 999;
      outline: none; }
    main.dossier-de-presse header nav ul {
      display: block;
      padding: 40px 20px 40px 50px;
      text-align: left; }
      main.dossier-de-presse header nav ul li {
        list-style: none; }
        main.dossier-de-presse header nav ul li a {
          display: block;
          padding: 5px 15px;
          text-transform: uppercase; }
  main.dossier-de-presse section.btn-block-dll-all {
    padding-top: 50px; }
    main.dossier-de-presse section.btn-block-dll-all a {
      display: inline-block;
      padding: 20px 30px;
      font-size: 18px;
      background-color: #555;
      color: #fff;
      text-decoration: none;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      main.dossier-de-presse section.btn-block-dll-all a:hover {
        text-decoration: none;
        background-color: #ccc; }
  main.dossier-de-presse section header h2 {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
    main.dossier-de-presse section header h2.title-visible {
      opacity: 1;
      visibility: visible;
      position: relative; }
  main.dossier-de-presse section header .logo-collection {
    position: relative; }
    main.dossier-de-presse section header .logo-collection img {
      max-width: 150px;
      height: auto;
      width: auto;
      position: relative;
      z-index: 10; }
    main.dossier-de-presse section header .logo-collection .line {
      background-color: #000;
      position: absolute;
      z-index: 5;
      height: 2px;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      left: 0; }
  main.dossier-de-presse section article {
    /* entire container, keeps perspective */ }
    main.dossier-de-presse section article:before, main.dossier-de-presse section article:after {
      content: "";
      display: table; }
    main.dossier-de-presse section article:after {
      clear: both; }
    main.dossier-de-presse section article .flip-container {
      /* flip speed goes here */ }
      main.dossier-de-presse section article .flip-container:hover .flipper .front, main.dossier-de-presse section article .flip-container.hover .flipper .front {
        opacity: 0; }
      main.dossier-de-presse section article .flip-container:hover .flipper .back, main.dossier-de-presse section article .flip-container.hover .flipper .back {
        opacity: 1; }
      main.dossier-de-presse section article .flip-container .flipper {
        -webkit-transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68);
        -o-transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68);
        transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68);
        height: 100%;
        width: 100%;
        position: relative;
        /* hide back of pane during swap */
        /* front pane, placed above back */
        /* back, initially hidden pane */ }
        main.dossier-de-presse section article .flip-container .flipper .front, main.dossier-de-presse section article .flip-container .flipper .back {
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
        main.dossier-de-presse section article .flip-container .flipper .front {
          opacity: 1;
          -webkit-transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68);
          -o-transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68);
          transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68); }
        main.dossier-de-presse section article .flip-container .flipper .back {
          opacity: 0;
          -webkit-transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68);
          -o-transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68);
          transition: all 1s cubic-bezier(0.49, -0.05, 0.74, 1.68); }
    main.dossier-de-presse section article .box {
      overflow: hidden;
      position: relative;
      height: 100%;
      width: 100%; }
      main.dossier-de-presse section article .box .img-content {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        text-align: center; }
        main.dossier-de-presse section article .box .img-content h3 {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 15%;
          z-index: 9;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 400;
          font-size: 18px;
          line-height: 1.5em;
          width: 80%; }
        main.dossier-de-presse section article .box .img-content img {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%;
          max-width: 100%;
          max-height: 100%;
          z-index: 8; }
      main.dossier-de-presse section article .box .text-content, main.dossier-de-presse section article .box .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 6%;
        color: #fff;
        font-weight: 400;
        line-height: 1.5em;
        left: 0;
        right: 0;
        font-size: 12px; }
        main.dossier-de-presse section article .box .text-content p, main.dossier-de-presse section article .box .content p {
          padding-bottom: 1em;
          font-size: 12px;
          color: #fff; }
        main.dossier-de-presse section article .box .text-content a, main.dossier-de-presse section article .box .content a {
          color: #fff; }
    main.dossier-de-presse section article.double-boxes .box {
      height: 50%;
      float: left;
      cursor: pointer; }
    main.dossier-de-presse section article.single-boxes.texte {
      padding: 20px 0;
      line-height: 1.5em; }
      main.dossier-de-presse section article.single-boxes.texte h2 {
        font-size: 18px;
        padding-bottom: 1em; }
    main.dossier-de-presse section article.single-boxes .slide-3d .img-content {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      left: 0;
      position: relative;
      z-index: 10; }
      main.dossier-de-presse section article.single-boxes .slide-3d .img-content .btn-block {
        width: 50px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -50px;
        cursor: pointer;
        z-index: 999; }
        main.dossier-de-presse section article.single-boxes .slide-3d .img-content .btn-block i.fa {
          position: absolute;
          top: 50%;
          color: #fff;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 5;
          font-size: 35px;
          line-height: 1em;
          padding: 50px 0;
          width: 100%;
          z-index: 10;
          text-align: center; }
      main.dossier-de-presse section article.single-boxes .slide-3d .img-content.hover {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px); }
      main.dossier-de-presse section article.single-boxes .slide-3d .img-content.active {
        -webkit-transform: translateX(calc(-85% - 15px));
        -ms-transform: translateX(calc(-85% - 15px));
        transform: translateX(calc(-85% - 15px)); }
    main.dossier-de-presse section article.single-boxes .slide-3d .text-content {
      width: 80%;
      position: absolute;
      height: 100%;
      right: 0;
      z-index: 5;
      left: inherit; }
  main.dossier-de-presse section#vive-la-juicy article.double-boxes .box.text, main.dossier-de-presse section#vive-la-juicy article.double-boxes .text-content.back {
    background-color: #ee5590;
    -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
    main.dossier-de-presse section#vive-la-juicy article.double-boxes .box.text p, main.dossier-de-presse section#vive-la-juicy article.double-boxes .text-content.back p {
      -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
  main.dossier-de-presse section#vive-la-juicy article.single-boxes .slide-3d .btn-block, main.dossier-de-presse section#vive-la-juicy article.single-boxes .slide-3d .text-content {
    background-color: #ee5590; }
  main.dossier-de-presse section#vive-la-juicy article:hover .box.text {
    background-color: #f7f7f7; }
    main.dossier-de-presse section#vive-la-juicy article:hover .box.text p {
      color: #ee5590; }
      main.dossier-de-presse section#vive-la-juicy article:hover .box.text p a {
        color: #ee5590; }
  main.dossier-de-presse section#john-varvatos article.double-boxes .box.text, main.dossier-de-presse section#john-varvatos article.double-boxes .text-content.back {
    background-color: #625e5b;
    -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
    main.dossier-de-presse section#john-varvatos article.double-boxes .box.text p, main.dossier-de-presse section#john-varvatos article.double-boxes .text-content.back p {
      -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
  main.dossier-de-presse section#john-varvatos article.single-boxes .slide-3d .btn-block, main.dossier-de-presse section#john-varvatos article.single-boxes .slide-3d .text-content {
    background-color: #625e5b; }
  main.dossier-de-presse section#john-varvatos article:hover .box.text {
    background-color: #f7f7f7; }
    main.dossier-de-presse section#john-varvatos article:hover .box.text p {
      color: #625e5b; }
      main.dossier-de-presse section#john-varvatos article:hover .box.text p a {
        color: #625e5b; }
  main.dossier-de-presse section#britney-spears article.double-boxes .box.text, main.dossier-de-presse section#britney-spears article.double-boxes .text-content.back {
    background-color: #625e5b;
    -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
    main.dossier-de-presse section#britney-spears article.double-boxes .box.text p, main.dossier-de-presse section#britney-spears article.double-boxes .text-content.back p {
      -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      color: #9f5f67; }
  main.dossier-de-presse section#britney-spears article.single-boxes .slide-3d .btn-block, main.dossier-de-presse section#britney-spears article.single-boxes .slide-3d .text-content {
    background-color: #fedde1; }
    main.dossier-de-presse section#britney-spears article.single-boxes .slide-3d .btn-block p, main.dossier-de-presse section#britney-spears article.single-boxes .slide-3d .text-content p {
      color: #9f5f67; }
  main.dossier-de-presse section#britney-spears article:hover .box.text {
    background-color: #f7f7f7; }
    main.dossier-de-presse section#britney-spears article:hover .box.text p {
      color: #444; }
      main.dossier-de-presse section#britney-spears article:hover .box.text p a {
        color: #fedde1; }
  main.dossier-de-presse section#shawn-mendes article.double-boxes .box.text, main.dossier-de-presse section#shawn-mendes article.double-boxes .text-content.back {
    background-color: #4c8b93;
    -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
    main.dossier-de-presse section#shawn-mendes article.double-boxes .box.text p, main.dossier-de-presse section#shawn-mendes article.double-boxes .text-content.back p {
      -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
  main.dossier-de-presse section#shawn-mendes article.single-boxes .slide-3d .btn-block, main.dossier-de-presse section#shawn-mendes article.single-boxes .slide-3d .text-content {
    background-color: #4c8b93; }
  main.dossier-de-presse section#shawn-mendes article:hover .box.text {
    background-color: #f7f7f7; }
    main.dossier-de-presse section#shawn-mendes article:hover .box.text p {
      color: #4c8b93; }
      main.dossier-de-presse section#shawn-mendes article:hover .box.text p a {
        color: #4c8b93; }
  main.dossier-de-presse section#white-tea-christmas article.double-boxes .box.text, main.dossier-de-presse section#white-tea-christmas article.double-boxes .text-content.back {
    background-color: #bde1ec;
    -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
    main.dossier-de-presse section#white-tea-christmas article.double-boxes .box.text p, main.dossier-de-presse section#white-tea-christmas article.double-boxes .text-content.back p {
      -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
  main.dossier-de-presse section#white-tea-christmas article.single-boxes .slide-3d .btn-block, main.dossier-de-presse section#white-tea-christmas article.single-boxes .slide-3d .text-content {
    background-color: #bde1ec; }
  main.dossier-de-presse section#white-tea-christmas article:hover .box.text {
    background-color: #f7f7f7; }
    main.dossier-de-presse section#white-tea-christmas article:hover .box.text p {
      color: #bde1ec; }
      main.dossier-de-presse section#white-tea-christmas article:hover .box.text p a {
        color: #bde1ec; }
  main.dossier-de-presse section#eight-hour article.double-boxes .box.text, main.dossier-de-presse section#eight-hour article.double-boxes .text-content.back {
    background-color: #dd3b49;
    -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
    transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
    main.dossier-de-presse section#eight-hour article.double-boxes .box.text p, main.dossier-de-presse section#eight-hour article.double-boxes .text-content.back p {
      -webkit-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      -o-transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38);
      transition: all 0.8s cubic-bezier(0.48, -0.38, 0.49, 1.38); }
  main.dossier-de-presse section#eight-hour article.single-boxes .slide-3d .btn-block, main.dossier-de-presse section#eight-hour article.single-boxes .slide-3d .text-content {
    background-color: #dd3b49; }
  main.dossier-de-presse section#eight-hour article:hover .box.text {
    background-color: #f7f7f7; }
    main.dossier-de-presse section#eight-hour article:hover .box.text p {
      color: #dd3b49; }
      main.dossier-de-presse section#eight-hour article:hover .box.text p a {
        color: #dd3b49; }

footer.dp-fragrances {
  text-align: center;
  line-height: 1.5em;
  font-size: 15px;
  margin-top: 50px; }
  footer.dp-fragrances h4 {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 1em; }
  footer.dp-fragrances section {
    background-color: #000;
    margin-top: 50px; }
    footer.dp-fragrances section p {
      padding: 20px;
      color: #fff;
      font-size: 15px;
      line-height: 1.5em; }
      footer.dp-fragrances section p a {
        color: #fff;
        text-decoration: underline; }

.back-to-pressroom a {
  padding: 10px 15px;
  display: inline-block; }
  .back-to-pressroom a i.fa {
    padding-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .back-to-pressroom a:hover {
    text-decoration: none; }
    .back-to-pressroom a:hover i.fa {
      padding-right: 15px; }

@media screen and (min-width: 850px) {
  .back-to-pressroom {
    text-align: left; }
  main.dossier-de-presse {
    padding: 0; }
    main.dossier-de-presse section header .logo-collection img {
      max-width: 250px; }
    main.dossier-de-presse section article .box .content {
      max-width: 600px;
      margin: 0 auto; }
      main.dossier-de-presse section article .box .content h3 {
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 1em;
        line-height: 1.5em; }
      main.dossier-de-presse section article .box .content p {
        font-size: 16px;
        line-height: 1.5em; }
    main.dossier-de-presse section article .box .text-content {
      margin: 0 auto; }
      main.dossier-de-presse section article .box .text-content p {
        font-size: 16px;
        line-height: 1.5em; }
        main.dossier-de-presse section article .box .text-content p strong {
          font-size: 20px; }
    main.dossier-de-presse section article.double-boxes .box {
      width: 50%;
      height: 100%;
      float: left; }
    main.dossier-de-presse section article.single-boxes .box {
      width: 100%; }
    main.dossier-de-presse section article.single-boxes .slide-3d .img-content .btn-block {
      width: 50px;
      right: -50px;
      margin-right: -1px; }
      main.dossier-de-presse section article.single-boxes .slide-3d .img-content .btn-block i.fa {
        font-size: 50px; }
    main.dossier-de-presse section article.single-boxes .slide-3d .img-content.hover {
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px); }
    main.dossier-de-presse section article.single-boxes .slide-3d .img-content.active {
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px);
      width: 50%; }
    main.dossier-de-presse section article.single-boxes .slide-3d .text-content {
      width: 50%;
      max-width: inherit; } }

@media screen and (min-width: 1000px) {
  main.dossier-de-presse .mobile {
    display: none !important; }
  main.dossier-de-presse .btn-trigger-aria-show {
    border: 1px solid #fff;
    left: 50%;
    top: inherit; }
    main.dossier-de-presse .btn-trigger-aria-show[aria-show-btn-up] {
      -webkit-transform: translate(-50%, calc(0% - 0px));
      -ms-transform: translate(-50%, calc(0% - 0px));
      transform: translate(-50%, calc(0% - 0px));
      top: 20px; }
    main.dossier-de-presse .btn-trigger-aria-show[aria-show-btn-down] {
      -webkit-transform: translate(-50%, calc(0% + 0px));
      -ms-transform: translate(-50%, calc(0% + 0px));
      transform: translate(-50%, calc(0% + 0px));
      bottom: 20px; }
  main.dossier-de-presse header nav {
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: 0;
    left: 0;
    background-color: transparent;
    max-width: inherit;
    width: 100%; }
    main.dossier-de-presse header nav ul {
      padding: 0px;
      display: block;
      text-align: center; }
      main.dossier-de-presse header nav ul li {
        display: inline-block; }
  main.dossier-de-presse section article .box .img-content h3 {
    font-size: 23px; }
  main.dossier-de-presse section article .box .content {
    max-width: 600px;
    margin: 0 auto; }
    main.dossier-de-presse section article .box .content h3 {
      font-size: 25px; }
    main.dossier-de-presse section article .box .content p {
      font-size: 20px;
      line-height: 1.5em; }
  main.dossier-de-presse section article .box .text-content {
    margin: 0 auto; }
    main.dossier-de-presse section article .box .text-content p {
      font-size: 20px;
      line-height: 1.5em; }
      main.dossier-de-presse section article .box .text-content p strong {
        font-size: 26px; } }
