/*--------------------------------------------------------------
# WONDER.LEGAL - 2024 
# Présentation Modèle 
--------------------------------------------------------------*/

/*PRESENTATION MODELE*/
.presentation-modele .document-title {
  padding-bottom: 2.8em;
}
.presentation-modele .youtube-video-container {
  position: relative;
    width: 100%; /* Takes full width of its parent */
    /* max-width: 560px; Optional: set a max width for larger screens */
    margin: 0 auto; /* Center the video on larger screens */
    padding-bottom: 56.25%; /* Maintains a 16:9 aspect ratio */
    height: 0; /* Necessary for responsive scaling */
    overflow: hidden;
}

.presentation-modele .youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Adjust to fit the container width */
    height: 100%; /* Maintain aspect ratio */
    border: 0; /* Remove iframe border for clean appearance */
  }

.presentation-modele h1 {
  padding: 0;
  font-size: 36px;
  text-align: left;
  line-height: 1.2em;
  width: 100%;
}
.presentation-modele .infos-document h2 {
  margin: 0;
  margin-top: 0.5em;
  padding-bottom: 1.7em;
}
.presentation-modele .infos-document .document-stars {
  display: flex;
  align-items: center;
  padding: 10px 0 0 0;
  font-size: 18px;
}
.presentation-modele .infos-document .document-stars-title {
  display: inline-block;
  padding-right: 3px;
  font-weight: 500;
  font-size: 100%;
}
.presentation-modele .infos-document .document-stars-text {
  display: inline-block;
  padding-left: 5px;
  font-size: 100%;
  font-weight: 400;
}
.presentation-modele .infos-document .document-stars-images {
  position: relative;
  top: 1px;
}
.presentation-modele .infos-document .stars-container {
  height: 18px;
  position: relative;
  width: 89px;
}
.presentation-modele .infos-document .stars {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/star-default.svg) repeat-x;
}
.presentation-modele .infos-document .stars-forward {
  background: url(../img/star-yellow.svg) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.presentation-modele .infos-document .stars-container.small {
  width: 109px;
}
.presentation-modele .infos-document .stars-container.small .stars {
  background: url(../img/star-doc-default.svg) repeat-x left -1px;
}
.presentation-modele .infos-document .stars-container.small .stars-forward {
  background: url(../img/star-doc-yellow.svg) repeat-x left -1px;
}
.presentation-modele .infos-document .stickers .sticker {
  display: inline-block;
  padding-right: 2vw;
}
.presentation-modele .infos-document .stickers .sticker .ico {
  padding-right: 8px;
  min-width: 19px;
  height: 19px;
  transform: translateY(-1px);
}
.presentation-modele .infos-document .stickers .sticker .text {
  display: inline-block;
}
.presentation-modele .infos-document .stickers .sticker .text strong {
  display: block;
  font-weight: 500;
  font-size: 23px;
  padding: 0 0 0.4em 0;
}
.presentation-modele .infos-document .stickers .sticker .text .smaller {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.presentation-modele .infos-document .stickers .sticker5 {
  padding-right: 0;
}
.presentation-modele .infos-document .creation-document {
  margin-top: 3em;
  margin-bottom: 24px;
}
.presentation-modele .content-document {
  margin-top: 2em;
}
.presentation-modele .content-document h2 {
  margin-top: 0;
  line-height: 1.5em;
  font-size: 180%;
}
.presentation-modele .sous-titre {
  font-weight: 500 !important;
  font-size: 1.5em !important;
  color: var(--color-navy-blue);
  margin: 0.5em 0;
}
.presentation-modele .content-document strong {
  font-weight: 500;
}
.presentation-modele .content-document .infos-how-to a.preview-document {
  display: block;
  text-decoration: none;
  padding: 0;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}
.presentation-modele
  .content-document
  .infos-how-to
  a.preview-document
  > img {
  background-color: var(--color-white);
}
.presentation-modele
  .content-document
  .infos-how-to
  a.preview-document
  .form-button {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  color: var(--color-white);
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-size: 115%;
  background-color: rgba(52, 56, 67, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.presentation-modele
  .content-document
  .infos-how-to
  a.preview-document:hover
  .form-button {
  opacity: 1;
}
.presentation-modele .content-document .infos-how-to h2 {
  text-align: center;
  line-height: 1.2;
}
.presentation-modele .content-document .infos-how-to .step {
  padding: 0 1em 0 90px;
  background-color: transparent;
  background-position: -9px 7px;
  background-repeat: no-repeat;
  position: relative;
  max-width: 320px;
  margin: 0.8em auto 1.8em auto;
}
.presentation-modele .content-document .infos-how-to .step h4 {
  font-weight: 500;
  font-size: 128%;
  line-height: 1.1em;
  color: #000;
}
.presentation-modele .content-document .infos-how-to .step p {
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  padding: 0;
  color: #343843;
}
.presentation-modele .content-document .infos-how-to .step p a {
  color: var(--color-navy-blue);
  border: none;
  padding: 0 !important;
}
.presentation-modele .content-document .infos-how-to .step .step-ico {
  position: absolute;
}
.presentation-modele .content-document .infos-how-to .step .step-ico-1 {
  left: -3px;
  top: 14px;
  width: 64px;
  height: 42px;
}
.presentation-modele .content-document .infos-how-to .step .step-ico-2 {
  left: 6px;
  top: 12px;
  width: 50px;
  height: 47px;
}
.presentation-modele .content-document .infos-how-to .step .step-ico-3 {
  left: 5px;
  top: 11px;
  width: 50px;
  height: 54px;
}
.presentation-modele .content-document .infos-how-to .step .step-ico-4 {
  left: 4px;
  top: 7px;
  width: 53px;
  height: 53px;
}
.presentation-modele .content-document .infos-how-to .step4 {
  padding-bottom: 0;
}
.presentation-modele .content-document .infos-how-to .step4 p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.presentation-modele .content-document .bottom-btn {
  margin-top: 1.6em;
}
.presentation-modele .extra-links {
  overflow: visible;
  margin-top: 1.5em;
}
.presentation-modele .extra-links h2,
.presentation-modele .extra-links .repeat-title {
  font-size: 16px;
  margin: 1.5em 0 0 0;
  color: var(--color-navy-blue);
  font-weight: 500;
}
.presentation-modele .extra-links .links-list, 
.presentation-modele .extra-links p {
  margin-bottom: 1.5em;
}
.presentation-modele .extra-links .repeat-title a {
  font-size: 14px;
}
.presentation-modele .extra-links .repeat-title:first-child {
  margin-top: 0;
}

.presentation-modele .extra-links #chooseModele {
  color: #5c5c5c;
  width: 411px;
}
.presentation-modele .infos-document-mobile {
  display: none;
}

.presentation-modele
  div.page.editorial-content
  div.infos-document
  div.cols
  div#message.message {
  margin: 1.4em 0 1.4em 0;
  box-sizing: border-box;
  position: relative;
}

/*END PRESENTATION MODELE*/
/*--------------------------------------------------------------
  # RESPONSIVE
  --------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .presentation-modele .infos-document .message {
    width: 91% !important;
  }
}
@media screen and (max-width: 1023px) {
  .presentation-modele
    div.page.editorial-content
    div.infos-document
    div.cols
    div#message.message {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .presentation-modele .infos-document .stickers .sticker {
    font-size: 95%;
  }
  .presentation-modele .infos-document .stickers .sticker .text strong {
    font-size: 18px;
  }
  .presentation-modele .infos-document .stickers .sticker .text .smaller {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .presentation-modele .content-document table {
    width: 100% !important;
  }
}
@media all and (max-width: 850px) {
  .presentation-modele .infos-document .preview-document {
    display: none !important;
  }
  .presentation-modele .infos-document .cols {
    background-image: none !important;
  }
  .presentation-modele .infos-document .cols .col68 {
    width: 100%;
    padding: 0;
  }
  .presentation-modele .content-document .cols .col68 {
    width: 100%;
  }
  .presentation-modele .content-document .cols .col30 {
    display: none;
  }
}
@media (max-width: 767px) {
  .presentation-modele .document-title {
    padding: 0 1em 5px 1em;
  }
  .presentation-modele h1 {
    font-size: 150%;
  }
  .presentation-modele .infos-document {
    background-image: none !important;
    margin-bottom: 26px;
    /*
      .document-stars-title, .document-stars-text {
          font-size: 100%;
      }*/
  }
  .presentation-modele .infos-document .cols {
    background: none !important;
    padding-bottom: 0;
  }
  .presentation-modele .infos-document .cols h2 {
    display: none;
  }
  .presentation-modele .infos-document .cols .col68 {
    width: 100%;
    padding-left: 1.5em !important;
  }
  .presentation-modele .infos-document .preview-document {
    display: none !important;
  }
  .presentation-modele .infos-document .document-stars {
    font-size: 15px;
  }
  .presentation-modele .infos-document .stickers,
  .presentation-modele .infos-document .creation-document {
    display: none;
  }
  .presentation-modele .infos-document .message {
    margin-top: 3em;
  }
  .presentation-modele .infos-document-mobile {
    display: block;
    margin-bottom: 15px;
    padding: 0 1em;
  }
  .presentation-modele .infos-document-mobile p {
    margin-bottom: 0;
  }
  .presentation-modele .infos-document-mobile p .ico {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 0.5em;
    transform: translateY(2px);
  }
  .presentation-modele .infos-document-mobile span.label {
    font-weight: 500;
  }
  .presentation-modele .infos-document-mobile .champ {
    display: inline-flex;
    transform: translateY(3px);
  }
  .presentation-modele .infos-document-mobile .creation-document {
    display: inline-block;
    margin-top: 0.8em;
    margin-bottom: 0 !important;
  }
  .presentation-modele .content-document {
    margin-top: 0.8em;
  }
  .presentation-modele .content-document table {
    display: block;
    overflow-x: auto;
    height: auto !important;
    border: none;
  }
  .presentation-modele .sous-titre {
    line-height: 1.2em !important;
  }
  .presentation-modele .infos-how-to {
    display: none;
  }
  .presentation-modele .guide-boxed-paragraph {
    margin: 1.5em 0em;
  }
}
