/**
 * Video section
 */

.video-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #324b59;
}

.video-container .video {
    width: 800px;
}

.video-container .video img {
    width: 100%;
    height: auto;
}

.video-container .text-section {
    width: calc(100% - 800px);
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video-container .text-section h2 {
    font-family: 'Noto Serif';
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #f6f6f6;
    margin-bottom: 20px;
    text-align: center;
}

.video-container .text-section p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d8d8d8;
    margin-bottom: 43px;
    text-align: center;
}

@media (max-width: 1200px) {
    .video-container {
        width: calc(100% - 40px);
        max-width: 800px;
        flex-direction: column;
        background-color: unset;
    }

    .video-container .video {
        width: 100%;
    }

    .video-container .text-section {
        width: 100%;
        max-width: unset;
        background-color: #324b59;
        padding: 10px;
    }
}

@media (max-width: 800px) {
    .video-container .text-section h2 {
        font-size: 24px;
    }

    .video-container .text-section p {
        font-size: 14px;
    }
}

/**
 * Story presentation
 */
 .story-presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 100px auto;
    text-align: center;
}

.story-presentation h2 {
    font-family: "Noto Serif";
    font-size: 30px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 10px;
}

.story-presentation img {
    width: 70px;
    height: auto;
    margin-bottom: 30px;
}

.stories-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.stories-container .story {
    width: calc(50% - 40px);
    margin: 20px;
    border-bottom: 2px solid #d2caa0;
}

.stories-container .story img {
    width: 100%;
    height: auto;
    margin: 0;
}

.stories-container .story h2 {
    text-align: center;
    font-family: 'Noto Serif';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #324b59;
    margin: 5px 0;
}

.stories-container .story p {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #9ba2a6;
    margin: 0 0 20px 0;
}

@media (max-width: 800px) {
    .stories-container {
        flex-direction: column;
    }

    .stories-container .story {
        width: calc(100% - 40px);
    }
}

/**
 * Trait réalisation disclaimer
 */

.trait-realisation {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 120px auto;
    padding: 42px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('/assets/DuTraitAuBijou-Lien.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.trait-realisation .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #324b59;
    opacity: 0.7;
}

.trait-realisation h2 {
    font-family: 'Noto Serif';
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #f6f6f6;
    margin: 0 0 20px 0;
    z-index: 2;
    text-align: center;
}

.trait-realisation p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f6f6f6;
    margin: 0 0 34px 0;
    z-index: 2;
    text-align: center;
}

.trait-realisation a {
    z-index: 2;
}

@media (max-width: 1200px) {
    .trait-realisation {
        width: calc(100% - 40px);
        margin: 0 20px 120px 20px;
        padding: 10px 10px 20px 10px;
    }

    .trait-realisation h2 {
        line-height: unset;
    }
}

/**
 * Atelier link container
 */

 .atelier-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

.atelier-container img {
    width: 285px;
    height: auto;
}

.atelier-container .atelier-txt {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin-left: 20px;
}

.atelier-container .atelier-txt .quote {
    font-family: 'Noto Serif';
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #283136;
    margin-bottom: 15px;
}

.atelier-container .atelier-txt .quote-author {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #283136;
    margin-bottom: 30px;
}

.atelier-container .atelier-txt button {
    max-width: 290px;
}

@media(max-width: 800px) {

    .atelier-container {
        margin: 60px 20px;
        flex-direction: column;
    }

    .atelier-container .atelier-txt {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .atelier-container .atelier-txt .quote {
        font-size: 20px;
    }

    .atelier-container .atelier-txt button {
        margin: auto;
    }
}
