* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    max-width: 1400px;
    margin: 0 auto;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 111px;
    width: 1400px;
    margin: 0 auto;
    background-color: #fff;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.logo img{
    width: 7.5rem;
}

nav .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}


nav a {
    border: 1px solid #881F23;
    background-color: #fff;
    color: #881F23;

    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.75rem;
    height: 2.8125rem;

    border-radius: 5.4375rem;
}

nav a:not(:last-of-type) {
    margin-right: 1rem;
}

nav a:hover {
    background-color: #881F23;
    color: #fff;
}

nav a.active {
    background-color: #881F23;
    color: #fff;
}

.container {
    position: relative;
    /*top: 111px;*/
}



.container--q1 {
    background: url('../images/v2-aventxbioderma-newsletter.jpg') no-repeat center top;
    background-size: 1400px 5174px;
    height: 5174px;
}

.link{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    top: 294px;
    position: relative;
    width: 17.6875rem;
}

.cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;

    position: absolute;
}

.cta img{
    width: 100%;
}

.cta span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.036px;
    text-align: center;
}

.container--global .cta {
}

.link-yt {
    position: absolute;
    top: 6329px;
    right: 177px;

    width: 464px;
    height: 232px;
    z-index: 3;
    cursor: pointer;
}

.video {
    position: relative;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    width: 298px;
    height: 637px;
}

.video img {
    object-fit: cover;
    object-position: center;
}

.video__el  {
    width: 261px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.bloc-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 908px;
    margin: 0 auto;
}

.container_story img{
    object-fit: cover;
    object-position: center;
    top: 0;
    position: absolute;
    z-index: 1;
}

.container_story .video__el{
    width: 775px;
    height: 437px;
    border-radius: 23px;
}

.container_story .video{
    width: 775px;
    height: 437px;
}

.bloc-video--right {
    justify-content: flex-end;
}

.bloc-video--center {
    justify-content: center;
}

.bloc-video--left {
    justify-content: flex-start;
}

.bloc-video--1 {
    top: 11865px;
}

.bloc-video--1 .video__el{
    width: 223px;
    height: 397px;
    /*border-radius: 45px;*/
}

.bloc-video--1 .video{
    width: 223px;
    height: 397px;
}

.bloc-video--1 .video2{
    margin-right: 19px;
}

.bloc-video--1 .video3{
    margin-right: 20px;
}

.bloc-video--2 {
    top: 12264px;
}

.bloc-video--3 {
    top: 2960px;
}

.bloc-video--4 {
    top: 1252px;
}

.bloc-video--5 {
    top: 3615px;
}

.bloc-video--6 {
    top: 2955px;
}

#myVideo{
    object-fit: cover;
}