/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.anime_text{
    width: 100%;
    background-color: inherit;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.anime_text p{
    display: inline-block;
    will-change: transform;
    color: #23343e;
    margin: 0;
    margin-bottom: 6px;
    margin-top: 6px;
    animation: marquee 120s linear infinite;
}
@keyframes move {
0%   { transform: translate(0, 0); }
100% { transform: translate(-100%, 0); }
}
/** Animation */
@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-8000px)}}

section#be_conscious .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section#be_conscious h2 {
    font-family: "operetta-18",serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    text-align: right;
    text-transform: uppercase;
    color: #DC2F4B;
}
section#be_conscious h2 {
    font-family: "operetta-18",serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    text-align: right;
    text-transform: inherit;
    color: #DC2F4B;
    margin-bottom: 30px;
}
section#be_conscious p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: right;
    color: var(--bleu-color);
    margin-bottom: 50px;
}
section#be_conscious {
    background: transparent url(/themes/fashionseo_child/assets/img/be-conscious-bg.png)no-repeat center right;
}
section#be_conscious img {
    max-width: 100%;
}
section#be_conscious a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #fff !important;
    background: var(--bleu-color) !important;
    border-radius: 10px;
    padding: 8px 20px;
    transition: .4s all;
    border: 2px solid var(--bleu-color);
}
section#video_bloc {
    padding: 78px 0;
    background: transparent url(/themes/fashionseo_child/assets/img/flower.png)no-repeat 0 288px;
}
section#video_bloc h2 {
    font-family: "operetta-18",serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: var(--bleu-color);
    padding-right: 115px;
}
section#video_bloc p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--bleu-color);
}
section#video_bloc p strong {
    color: var(--bleu-color);
    font-size: 20px;
}
section#video_bloc a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff !important;
    background: var(--bleu-color) !important;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 30px;
    display: inline-block;
    transition: .4s all;
    border: 2px solid var(--bleu-color);
}

section#be_conscious a:hover, section#video_bloc a:hover{
    background: #fff !important;
    color: var(--bleu-color) !important;
}

#video_bloc .row {
    align-items: center;
}
.player-container {
    height: 100% !important;
}
section#bloc_image {
    margin-top: 50px;
}
.bloc-img-flex img {
    width: 100%;
    object-fit: cover;
}
section#bloc_image img {
    border-radius: 10px;

}

@media (min-width: 576px) {
    section#video_bloc .vidjet-video-wrapper {
        height: 100% !important;
        position: relative;
        padding-top: 100%;
        display: block;
    }

    section#video_bloc .vidjet-video-wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}