.singleTexte {
    padding-bottom: 48px;
}

@media screen and (min-width:992px) {
    .singleTexte {
        padding-bottom: 56px;
    }
}

.singleTexte--container {
    max-width: 1096px !important;
    margin: auto;
}

.singleTexte--simple {
    padding: 32px 0;
}

@media screen and (min-width: 992px) {
    .singleTexte--simple {
        gap: 24px;
        padding: 56px 0;
    }
}

.singleTexte--simple ul {
    list-style: square;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 992px) {
    .singleTexte--simple ul {
        gap: 16px;
    }
}

.singleTexte--simple .btn {
    margin: auto;
    margin-top: 16px;
}

.singleTexte--simple ul li::marker {
    color: var(--bleu-ciel);
}

.singleTexte--simple ul+p,
.singleTexte--simple p+ul {
    margin-top: 8px;
}

@media screen and (min-width: 992px) {

    .singleTexte--simple ul+p,
    .singleTexte--simple p+ul {
        margin-top: 16px;
    }
}

.singleTexte--cols {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    padding: 32px 0;
}

@media screen and (min-width: 992px) {
    .singleTexte--cols {
        gap: 24px;
        padding: 56px 0;
    }
}

.singleTexte--cols ul {
    list-style: square;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 992px) {
    .singleTexte--cols ul {
        gap: 16px;
    }
}

.singleTexte--cols ul li::marker {
    color: var(--bleu-ciel);
}

.singleTexte--cols ul+p,
.singleTexte--cols p+ul {
    margin-top: 8px;
}

@media screen and (min-width: 992px) {

    .singleTexte--cols ul+p,
    .singleTexte--cols p+ul {
        margin-top: 16px;
    }
}

.singleTexte--cols>div {
    flex: auto;
}

@media screen and (min-width: 992px) {
    .singleTexte--cols>div {
        max-width: 516px;
        flex: 1;
    }
}

.singleTexte--cols.reverse {
    flex-direction: row-reverse;
}

@media screen and (min-width: 992px) {
    .singleTexte--cols.media {
        align-items: center;
    }
}

.singleTexte--cols-text p+p {
    margin-top: 16px;
}

.singleTexte--cols-img {
    display: flex;
    flex-direction: column;
}

.singleTexte--cols-img img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.singleTexte--cols-img figcaption {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.singleTexte--cols-img img+figcaption {
    margin-top: 12px;
}

@media screen and (min-width: 992px) {
    .singleTexte--cols-img img+figcaption {
        margin-top: 24px;
    }
}

.singleTexte--citation {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .singleTexte--citation {
        padding: 56px 0;
        gap: 32px;
    }
}

.singleTexte--citation q {
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    color: var(--bleu-nuit);
}

@media screen and (min-width: 992px) {
    .singleTexte--citation q {
        font-size: 48px;
    }
}

.singleTexte--citation-author {
    text-align: center;
}

.singleTexte--citation-author p+p {
    margin-top: 8px;
}

.singleTexte--citation-author .name {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: var(--bleu-nuit);
}

@media screen and (min-width: 992px) {
    .singleTexte--citation-author .name {
        font-size: 24px;
    }
}

.singleTexte--slider {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 992px) {
    .singleTexte--slider {
        padding: 56px 0;
        position: relative;
    }
}

.singleTexte--slider-list-item figure {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .singleTexte--slider-list-item figure {
        gap: 24px;
        align-items: flex-start;
    }
}

.singleTexte--slider-list-item figure img {
    height: 320px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (min-width: 992px) {
    .singleTexte--slider-list-item figure img {
        height: 480px;
    }
}

.singleTexte--slider-list-item figure figcaption {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

@media screen and (min-width: 992px) {
    .singleTexte--slider-list-item figure figcaption {
        height: 72px;
        align-content: center;
        padding-right: 180px;
    }
}

.singleTexte--slider-nav {
    padding-inline: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    --nav-color: var(--bleu-nuit);
    background: var(--blanc);
}

@media screen and (min-width: 992px) {
    .singleTexte--slider-nav {
        position: absolute;
        right: 0;
        bottom: 57px;
        padding: 0;
    }
}

.singleTexte--share {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .singleTexte--share {
        padding: 56px 0;
        align-items: center;
        gap: 32px;
        flex-direction: row;
        justify-content: center;
    }
}

.singleTexte--share h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}

@media screen and (min-width: 992px) {
    .singleTexte--share h4 {
        font-size: 18px;
    }
}

.singleTexte--share .social-medias-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

@media screen and (min-width: 768px) {
    .singleTexte--share .social-medias-container {
        gap: 16px;
    }
}

.singleTexte--share .social-medias-container .share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
}

.singleTexte--share .social-medias-container .share::before {
    content: "";
    -webkit-mask: var(--img) no-repeat center;
    mask: var(--img) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--bleu-ciel);
    height: 16px;
    width: 16px;
}

.singleTexte--keynumber {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    gap: 16px;
    justify-items: stretch;
    padding: 32px 0;
}

@media screen and (min-width: 992px) {
    .singleTexte--keynumber {
        padding: 56px 0;
        gap: 64px;
    }
}

.singleTexte--keynumber-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.singleTexte--keynumber-item h2 {
    padding-bottom: 16px;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--bleu-ciel);
    width: 100%;
    border-bottom: 1px dashed #C5C8D6;
}

.singleTexte--keynumber-item h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: var(--bleu-nuit);
}

.singleTexte--keynumber-item h4+p {
    margin-top: 12px;
}

.singleTexte--keynumber-item h2+h4 {
    margin-top: 16px;
}

.singleTexte--video {
    padding: 32px 0;
}

@media screen and (min-width:992px) {
    .singleTexte--video {
        padding: 56px 0;
    }
}

.singleTexte--video .video-embed-trigger {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

@media screen and (min-width:992px) {
    .singleTexte--video .video-embed-trigger {
        height: 600px;
    }
}

.singleTexte--video .video-embed-trigger img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleTexte--video .video-embed-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .55);
    transition: scale 0.3s ease, background 0.3s ease;
}

@media (hover: hover) {
    .singleTexte--video .video-embed-play:hover {
        background: rgba(0, 0, 0, .2);
        scale: 1.1;
    }
}

.singleTexte--video .video-embed-play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.singleTexte--video .video-embed-ratio {
    position: relative;
    width: 100%;
    padding-top: 46.25%;
}

@media screen and (min-width:992px) {
    .singleTexte--video .video-embed-ratio {
        padding-top: 56.25%;
    }
}

.singleTexte--video .video-embed-ratio iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width:992px) {
    .singleTexte--video .video-embed-ratio iframe {
        height: 600px;
    }
}


.singleTexte--download{
  display:flex;
  align-items:center;
  flex-direction: column;
  justify-content: space-between;
  gap:16px;
  padding:16px 20px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:12px;
}

@media screen and (min-width:992px) {
    .singleTexte--download{
        flex-direction: row;
    }
}

.singleTexte--download-left{
  display:flex;
  align-items:center;
  flex-direction: column;
  gap:12px;
  min-width:0;
}

@media screen and (min-width:992px) {
    .singleTexte--download-left{
        flex-direction: row;
    }
}

.singleTexte--download-icon svg{
  display:block;
  fill:none;
  stroke:var(--bleu-ciel);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  height: 24px;
  width: 24px;
}

@media screen and (min-width:992px) {
    .singleTexte--download-icon svg{
      height: 32px;
      width: 32px;
    }

}

.singleTexte--download-title{
  margin:0;
}

.singleTexte--download-right .btn.download{
  white-space:nowrap;
}


/*# sourceMappingURL=style.css.map */