@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--blackText);
}

:root {
    --bg-site: #f0f0f0;
    --hover-btn: #FDF277;
    --yellow-Lpd: #FDF277;
    --red-Lpd: #f84640;
    --bleu-Lpd: #4886FF;
    --blackText: rgba(61, 60, 57, 1);
    --blackText75: rgba(61, 60, 57, 0.75);
    --blackText65: rgba(61, 60, 57, 0.65);
    --paddingForm: 15%;
    --hauter-cube: 14.25%;
    --margin-barAnimation: 30px;
}

.logoLoginMobile {
    display: none;
}

.containerMobile {
    display: none;
}

.containerLoginAndAnimation {
    display: flex;
}

.logoLogin {
    position: fixed;
    top: 30px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#LogoLpdBO {
    width: 200px;
}

.logoLogin h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    color: var(--blackText);
}

.formLogin {
    display: block;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.formLogin h2 {
    font-size: 40px;
    color: var(--blackText);
    padding-left: var(--paddingForm);
    line-height: 50px;
}

.catchPhrase {
    font-size: 18px;
    font-weight: 600;
    padding-left: var(--paddingForm);
    padding-bottom: 10px;
}

.badConnexion{
    font-size: 18px;
    font-weight: 600;
    padding-left: var(--paddingForm);
    color: var(--red-Lpd);
}

.containerInput {
    display: flex;
    flex-direction: column;
    margin: 20px var(--paddingForm) 0 var(--paddingForm);
    position: relative;
}

.containerInput label {
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: 30px;
}

.formLogin input {
    width: auto;
    border: none;
    outline: none;
    background-color: var(--bg-site);
    height: 50px;
    border-radius: 10px;
    text-indent: 27px;
    padding-top: 13px;
    font-weight: 500;
    border: 3px solid transparent;
    transition: .2s;
}

.formLogin input:focus {
    background-color: white;
    border: 3px solid var(--blackText);
}

.formLogin input[type=submit] {
    background: var(--blackText);
    color: white;
    font-weight: 600;
    font-size: 17px;
    margin: 20px var(--paddingForm) 0 var(--paddingForm);
    text-indent: 0px;
    padding-top: 0;
    cursor: pointer;
    transition: .2s;
    height: 60px;
}

.formLogin input[type=submit]:hover {
    background: var(--hover-btn);
    border: 3px solid var(--blackText);
    color: var(--blackText);
}

.containerEyePwd{
    position: absolute;
    right: 0;
    width: 70px;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerEyePwd .iconify{
    position: relative !important;
    right: unset !important;
    top: unset !important;
    transform: unset !important;
}

.containerInput .iconify {
    position: absolute;
    color: var(--blackText);
    font-size: 28px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.containerInput .iconify.active {
    display: block;
}

.iconify.eyeClose,
.iconify.eyeOpen {
    cursor: pointer;
}

.PwdForget {
    margin-left: var(--paddingForm);
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    text-decoration: none;
    width: 200px;
    padding-left: 30px;
    user-select: none;
}

.containerAnimation {
    background-color: var(--hover-btn);
    width: 50%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    border-left: 4px solid var(--blackText);
}

.containerAnimation .row {
    height: 25%;
    display: flex;
}

.arrowAnim,
.dotsAnim {
    width: 25%;
    height: 100%;
}

.eyeAnimation {
    width: 50%;
    height: 100%;
    position: relative;
    background: var(--red-Lpd);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bgEyeAnimation ease-in infinite 4s;
}

@keyframes bgEyeAnimation {
    10%,
    50% {
        background: var(--bleu-Lpd);
    }
    60%,
    100% {
        background: var(--red-Lpd);
    }
}

.eyeAnimation2 {
    width: 50%;
    height: 100%;
    position: relative;
    background: #a3e775;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bgEyeAnimation2 ease-in infinite 4s;
}

@keyframes bgEyeAnimation2 {
    10%,
    50% {
        background: var(--red-Lpd);
    }
    60%,
    100% {
        background: #a3e775;
    }
}

.eyeContainer {
    width: 170px;
    background: white;
    height: 70px;
    border-radius: 50px;
    position: relative;
}

.eyeContainer:first-child {
    margin-right: 35px;
}

.eyeContainer div {
    position: absolute;
    background-color: var(--blackText);
    width: 71px;
    height: 71px;
    border-radius: 50%;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    animation: eyeMove ease-in infinite 4s;
}

@keyframes eyeMove {
    10%,
    50% {
        left: 100%;
        transform: translate(-95%, -50%);
    }
    60%,
    100% {
        left: 0%;
        transform: translate(-1px, -50%);
    }
}

.arrowAnim {
    background: var(--hover-btn);
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowAnim .square {
    position: relative;
    width: 75px;
    height: 75px;
    border-top: 25px solid var(--blackText);
    border-right: 25px solid var(--blackText);
    animation: arrowMove ease-in infinite 2s;
    transform: rotate(65deg);
}

@keyframes arrowMove {
    4%,
    9% {
        transform: rotate(65deg) translate(0, 0) scale(1.05);
    }
    14% {
        transform: rotate(65deg) translate(10px, -10px) scale(1);
    }
    19% {
        transform: rotate(65deg) translate(0, 0) scale(1);
    }
}

.arrowAnim .square::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 25px;
    background-color: var(--blackText);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.dotsAnim {
    background: white;
    background-image: radial-gradient(var(--blackText) 20%, transparent 11%), radial-gradient(var(--blackText) 20%, transparent 11%);
    background-size: 30px 30px;
    background-position: 0 0, 30px 30px;
    background-repeat: repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.dotsAnim::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 20px solid white;
    animation: circleDotScale ease-in infinite 4s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes circleDotScale {
    8%,
    50% {
        transform: translate(-50%, -50%) scale(0);
    }
    60%,
    100% {
        transform: translate(-50%, -50%) scale(1.4);
    }
}

.doubleArrowAnim {
    width: 25%;
    background-color: var(--hover-btn);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.doubleArrowAnim .square1 {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 65px;
    height: 65px;
    border-top: 25px solid var(--blackText);
    border-right: 25px solid var(--blackText);
    transform: translateY(-50%) rotate(45deg);
    animation: doubleArrowMove ease-in infinite 2s;
}

.doubleArrowAnim .square2 {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 65px;
    height: 65px;
    border-top: 25px solid var(--blackText);
    border-right: 25px solid var(--blackText);
    transform: translateY(-50%) rotate(45deg);
    animation: doubleArrowMove ease-in infinite 2s;
}

@keyframes doubleArrowMove {
    4%,
    9% {
        transform: translateX(0px) translateY(-50%) rotate(45deg) scale(1.05);
    }
    14% {
        transform: translateX(20px) translateY(-50%) rotate(45deg) scale(1);
    }
    24% {
        transform: translateX(0px) translateY(-50%) rotate(45deg) scale(1);
    }
}

.textAnim {
    background-color: var(--blackText);
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textAnim span {
    font-size: 35px;
    color: var(--blackText);
    font-weight: 700;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.textAnim span:nth-child(1) {
    animation: opacity ease-in infinite 2s;
}

.textAnim span:nth-child(2) {
    animation: opacity2 ease-in infinite 2s;
}

.textAnim span:nth-child(3) {
    animation: opacity3 ease-in infinite 2s;
}

.textAnim span:nth-child(4) {
    animation: opacity4 ease-in infinite 2s;
}

@keyframes opacity {
    0%,
    4% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
}

@keyframes opacity2 {
    3%,
    7% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
}

@keyframes opacity3 {
    5%,
    9% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
}

@keyframes opacity4 {
    7%,
    11% {
        opacity: 0;
    }
    22% {
        opacity: 1;
    }
}

.circleGrowAnim {
    width: 25%;
    background: #a3e775;
    position: relative;
}

.circleGrowAnim .circle1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    height: 55%;
    background: transparent;
    border: 25px solid white;
    border-radius: 50%;
    animation: circleBump ease-in infinite 4s;
}

@keyframes circleBump {
    10%,
    50% {
        border: 25px solid rgba(255, 255, 255, 0.4);
    }
    7% {
        transform: translate(-50%, -50%) scale(1.0);
    }
    10% {
        transform: translate(-50%, -50%) scale(1.04);
    }
    13% {
        transform: translate(-50%, -50%) scale(1.0);
    }
    57% {
        transform: translate(-50%, -50%) scale(1.0);
    }
    61% {
        transform: translate(-50%, -50%) scale(1.04);
    }
    64% {
        transform: translate(-50%, -50%) scale(1.00);
    }
    60%,
    100% {
        border: 25px solid rgba(255, 255, 255, 1);
        transform: translate(-50%, -50%) scale(1);
    }
}

.circleGrowAnim .circle2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: white;
    border-radius: 50%;
    animation: circleChangeWidth ease-in infinite 4s;
}

@keyframes circleChangeWidth {
    10%,
    50% {
        width: 0%;
        height: 0%;
    }
    60%,
    100% {
        width: 50%;
        height: 50%;
    }
}

.textNoteAnim {
    position: relative;
    width: 50%;
    background-color: white;
    background-image: linear-gradient(#000 1px, transparent 1px);
    background-size: 100% var(--hauter-cube);
    overflow: hidden;
    display: flex;
}

.lineVertical {
    width: 6.25%;
    height: 100%;
    background-color: transparent;
    border-right: #2e2d2c 1px solid;
}

.textNoteBloc {
    position: absolute;
    top: var(--hauter-cube);
    outline: 1px solid var(--blackText);
    left: 6.25%;
    background-color: white;
    width: 87.5%;
    height: calc(100% - var(--hauter-cube)*2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textNoteBloc span {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.barAnim {
    background: var(--blackText);
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bar1,
.bar2,
.bar3,
.bar4 {
    background: white;
    height: 15px;
    margin-top: 20px;
    margin-left: var(--margin-barAnimation);
}

.bar1 {
    width: 75%;
    margin-top: 0px;
    animation: barGrow1 4s infinite ease-in-out;
}

@keyframes barGrow1 {
    10%,
    50% {
        width: calc(100% - var(--margin-barAnimation)*2);
    }
    60%,
    100% {
        width: 75%;
    }
}

.bar2 {
    width: 50%;
    animation: barGrow2 4s infinite ease-in-out;
}

@keyframes barGrow2 {
    10%,
    50% {
        width: calc(75% - var(--margin-barAnimation)*2);
    }
    60%,
    100% {
        width: 50%;
    }
}

.bar3 {
    width: 25%;
    animation: barGrow3 4s infinite ease-in-out;
}

@keyframes barGrow3 {
    10%,
    50% {
        width: calc(50% - var(--margin-barAnimation)*2);
    }
    60%,
    100% {
        width: 25%;
    }
}

.bar4 {
    width: 0%;
    animation: barGrow4 4s infinite ease-in-out;
}

@keyframes barGrow4 {
    10%,
    50% {
        width: calc(25% - var(--margin-barAnimation)*2);
    }
    60%,
    100% {
        width: 0%;
    }
}

.arrowAnim2 {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowAnim2 .square {
    position: relative;
    width: 75px;
    height: 75px;
    transform: rotate(-45deg);
    border-top: 25px solid var(--blackText);
    border-right: 25px solid var(--blackText);
    animation: arrowMove2 ease-in infinite 2s;
}

@keyframes arrowMove2 {
    4%,
    9% {
        transform: rotate(-45deg) translate(0, 0) scale(1.05);
    }
    14% {
        transform: rotate(-45deg) translate(10px, -10px) scale(1);
    }
    19% {
        transform: rotate(-45deg) translate(0, 0) scale(1);
    }
}

.arrowAnim2 .square::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 25px;
    background-color: var(--blackText);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.bounceAnim {
    width: 25%;
    background: #a3e775;
    position: relative;
}

.bounceAnim .ball {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 30%;
    background: white;
    border-radius: 50%;
    animation: bounce 1s ease-in-out infinite;
}

@keyframes bounce {
    0%,
    100% {
        transform: translate(-50%, 0%);
        width: 40%;
        height: 20%;
    }
    30% {
        width: 28%;
        height: 30%;
    }
    50% {
        transform: translate(-50%, -100%);
    }
    70% {
        width: 28%;
        height: 30%;
    }
}

.bounceAnim .shadow {
    background-color: rgba(8, 8, 8, 0.1);
    height: 10px;
    width: 65px;
    border-radius: 50%;
    position: relative;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    animation: bounceShadow 1s infinite ease-in-out;
}

@keyframes bounceShadow {
    0%,
    100% {
        transform: translateX(-50%) scale(0);
    }
    50% {
        transform: translateX(-50%) scale(1);
    }
}

.barSlideAnim {
    position: relative;
    width: 25%;
    background: white;
    height: 100%;
    overflow: hidden;
}

.barSlideAnim .topPart,
.barSlideAnim .bottomPart {
    height: 50%;
    position: relative;
    display: flex;
}

.barWhite,
.barBlack {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5%;
    height: 100%;
    animation: bartranslate 4s ease-in infinite;
}

.barSlideAnim .topPart .barBlack:nth-child(1) {
    left: 12.5%;
}

.barSlideAnim .topPart .barBlack:nth-child(2) {
    left: 37.5%;
}

.barSlideAnim .topPart .barBlack:nth-child(3) {
    left: 62.5%;
}

.barSlideAnim .topPart .barBlack:nth-child(4) {
    left: 87.5%;
}

.barSlideAnim .bottomPart .barBlack:nth-child(1) {
    left: 0px;
}

.barSlideAnim .bottomPart .barBlack:nth-child(2) {
    left: 25%;
}

.barSlideAnim .bottomPart .barBlack:nth-child(3) {
    left: 50%;
}

.barSlideAnim .bottomPart .barBlack:nth-child(4) {
    left: 75%;
}

.barSlideAnim .bottomPart .barBlack:nth-child(5) {
    left: 100%;
}

.barBlack {
    background: var(--blackText);
    z-index: 2;
}

@keyframes bartranslate {
    10%,
    50% {
        transform: translateX(-100%);
    }
    60%,
    100% {
        transform: translateX(0%);
    }
}

@media screen and (max-width: 1650px) {
    .eyeContainer {
        width: 140px;
    }
    .circleGrowAnim .circle1 {
        width: 100px;
        height: 100px;
        border: 20px solid white;
        animation: circleBump ease-in infinite 4s;
    }
    @keyframes circleBump {
        10%,
        50% {
            border: 20px solid rgba(255, 255, 255, 0.4);
        }
        7% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        10% {
            transform: translate(-50%, -50%) scale(1.04);
        }
        13% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        57% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        61% {
            transform: translate(-50%, -50%) scale(1.04);
        }
        64% {
            transform: translate(-50%, -50%) scale(1.00);
        }
        60%,
        100% {
            border: 20px solid rgba(255, 255, 255, 1);
            transform: translate(-50%, -50%) scale(1);
        }
    }
    .doubleArrowAnim .square1 {
        left: 10%;
        width: 45px;
        height: 45px;
    }
    .doubleArrowAnim .square2 {
        left: 35%;
        width: 45px;
        height: 45px;
    }
    .arrowAnim .square {
        width: 50px;
        height: 50px;
        transform: rotate(65deg) translate(5px, -4px);
    }
    .arrowAnim .square::after {
        width: 110px;
    }
    @keyframes arrowMove {
        4%,
        9% {
            transform: rotate(65deg) translate(5px, -4px) scale(1.05);
        }
        14% {
            transform: rotate(65deg) translate(25px, -14px) scale(1);
        }
        19% {
            transform: rotate(65deg) translate(5px, -4px) scale(1);
        }
    }
    .arrowAnim2 .square {
        width: 50px;
        height: 50px;
    }
    .arrowAnim2 .square::after {
        width: 110px;
    }
    .textAnim span {
        font-size: 30px;
        line-height: 40px;
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }
    .textNoteBloc {
        left: 8.3333%;
        width: 83.3333%;
    }
    .textNoteBloc span {
        font-size: 20px;
    }
    .lineVertical.last {
        display: none;
    }
    .lineVertical {
        width: 8.3333%;
    }
}

@media screen and (max-width: 1650px) {
    .dotsAnim {
        background-size: 10px 10px;
        background-position: 0 0, 10px 10px;
    }
    .logoLogin{
        top: 15px;
        left: 20px;
        transform: scale(0.9);
    }
    #LogoLpdBO {
        width: 140px;

    }
    .logoLogin h1 {
        font-size: 25px;
    }
    .eyeContainer {
        height: 50px;
        width: 110px;
    }
    .eyeContainer div {
        width: 51px;
        height: 51px;
    }
    .eyeContainer:first-child {
        margin-right: 25px;
    }
    .circleGrowAnim .circle1 {
        width: 80px;
        height: 80px;
    }
    .textNoteBloc span {
        font-size: 17px;
    }
    .textAnim span {
        font-size: 22px;
        line-height: 30px;
    }
    .doubleArrowAnim .square1,
    .doubleArrowAnim .square2 {
        width: 35px;
        height: 35px;
    }
    .doubleArrowAnim .square2 {
        left: 40%;
    }
    .arrowAnim2 .square {
        height: 40px;
        width: 40px;
        transform: rotate(-45deg) translate(10px, -10px);
    }
    .arrowAnim2 .square::after {
        width: 100px;
    }
    @keyframes arrowMove2 {
        4%,
        9% {
            transform: rotate(-45deg) translate(10px, -10px) scale(1.05);
        }
        14% {
            transform: rotate(-45deg) translate(15px, -15px) scale(1);
        }
        19% {
            transform: rotate(-45deg) translate(10px, -10px) scale(1);
        }
    }
    .arrowAnim .square {
        height: 40px;
        width: 40px;
    }
    .arrowAnim .square::after {
        width: 100px;
    }
    @keyframes arrowMove {
        4%,
        9% {
            transform: rotate(65deg) translate(5px, -4px) scale(1.05);
        }
        14% {
            transform: rotate(65deg) translate(20px, -9px) scale(1);
        }
        19% {
            transform: rotate(65deg) translate(5px, -4px) scale(1);
        }
    }
}

@media screen and (max-width: 1115px) {
    :root {
        --bg-site: #f0f0f0;
        --hover-btn: #FDF277;
        --yellow-Lpd: #FDF277;
        --red-Lpd: #f84640;
        --bleu-Lpd: #4886FF;
        --blackText: rgba(61, 60, 57, 1);
        --blackText75: rgba(61, 60, 57, 0.75);
        --blackText65: rgba(61, 60, 57, 0.65);
        --paddingForm: 10%;
        --hauter-cube: 14.25%;
        --margin-barAnimation: 30px;
    }

    .logoLogin{
        transform: scale(1);
    }
    .containerLoginAndAnimation {
        display: flex;
        flex-direction: column-reverse;
        height: 100vh;
        overflow: hidden;
    }
    .containerAnimation {
        top: 0;
        left: 0;
        width: 100%;
        height: 40vh;
        position: absolute;
        z-index: 1;
    }
    .logoLogin {
        display: none;
    }
    #LogoLpdBO {
        width: 235px;
    }
    .formLogin {
        height: 65vh;
        width: 100%;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.50);
        position: relative;
        z-index: 10;
        background-color: white;
    }
    .containerMobile {
        display: flex;
        flex-direction: column;
        position: fixed;
    }
    .formLogin h2 {
        padding: 0;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        display: none;
    }
    .catchPhrase {
        text-align: center;
        padding: 0;
        font-size: 30px;
        padding-bottom: 5%;
    }
    .logoLoginMobile {
        display: flex;
        flex-direction: column;
        margin: 20px 0 10px 0;
        justify-content: center;
        align-items: center;
    }
    #LogoLpdBOMobile {
        width: 300px;
    }
    .logoLoginMobile h1 {
        font-size: 55px;
        line-height: 75px;
    }
    .containerInput label {
        display: none;
    }
    .formLogin input {
        height: 70px;
        text-indent: 17px;
        font-size: 20px;
        padding: 0;
    }
    .containerInput .iconify {
        font-size: 35px;
    }
    .PwdForget {
        font-size: 22px;
        width: 350px;
        padding-left: 23px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .formLogin input[type=submit] {
        font-size: 22px;
        height: 75px;
    }
    .eyeContainer {
        width: 115px;
        height: 50px;
    }
    .eyeContainer:first-child {
        margin-right: 30px;
    }
    .eyeContainer div {
        height: 51px;
        width: 51px;
    }
    .barSlideAnim {
        display: flex;
        flex-direction: column-reverse;
    }
    .circleGrowAnim .circle1 {
        width: 70px;
        height: 70px;
        border: 10px solid rgba(255, 255, 255, 1);
    }
    @keyframes circleBump {
        10%,
        50% {
            border: 10px solid rgba(255, 255, 255, 0.4);
        }
        7% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        10% {
            transform: translate(-50%, -50%) scale(1.04);
        }
        13% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        57% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        61% {
            transform: translate(-50%, -50%) scale(1.04);
        }
        64% {
            transform: translate(-50%, -50%) scale(1.00);
        }
        60%,
        100% {
            border: 10px solid rgba(255, 255, 255, 1);
            transform: translate(-50%, -50%) scale(1);
        }
    }
    .textNoteBloc span {
        font-size: 20px;
    }
    .arrowAnim .square {
        height: 36px;
        width: 36px;
        border-top: 12px solid var(--blackText);
        border-right: 12px solid var(--blackText);
    }
    .arrowAnim .square::after {
        width: 60px;
        height: 15px;
    }
    .containerAnimation {
        border: none;
    }
    .arrowAnim2 .square {
        top: 15%;
        height: 36px;
        width: 36px;
        border-top: 12px solid var(--blackText);
        border-right: 12px solid var(--blackText);
    }
    .arrowAnim2 .square::after {
        width: 60px;
        height: 15px;
        top: 50%;
        left: 50%;
    }
    .textAnim span {
        font-size: 28px;
        line-height: 39px;
    }
    .textAnim span:nth-child(3),
    .textAnim span:nth-child(4) {
        display: none;
    }
    .bar1 {
        margin-top: 0 !important;
    }
    .bar1,
    .bar2,
    .bar3,
    .bar4 {
        margin-top: 10px;
        height: 10px;
    }
    .doubleArrowAnim .square1 {
        left: 17%;
    }
    .doubleArrowAnim .square1,
    .doubleArrowAnim .square2 {
        height: 36px;
        width: 36px;
        border-top: 12px solid var(--blackText);
        border-right: 12px solid var(--blackText);
    }
    @keyframes doubleArrowMove {
        4%,
        9% {
            transform: translateX(0px) translateY(-50%) rotate(45deg) scale(1.05);
        }
        14% {
            transform: translateX(10px) translateY(-50%) rotate(45deg) scale(1);
        }
        24% {
            transform: translateX(0px) translateY(-50%) rotate(45deg) scale(1);
        }
    }
}

@media screen and (max-width: 555px) {
    :root {
        --bg-site: #f0f0f0;
        --hover-btn: #FDF277;
        --yellow-Lpd: #FDF277;
        --red-Lpd: #f84640;
        --bleu-Lpd: #4886FF;
        --blackText: rgba(61, 60, 57, 1);
        --blackText75: rgba(61, 60, 57, 0.75);
        --blackText65: rgba(61, 60, 57, 0.65);
        --paddingForm: 10%;
        --hauter-cube: 14.25%;
        --margin-barAnimation: 30px;
    }
    .containerLoginAndAnimation {
        display: flex;
        flex-direction: column-reverse;
        height: 100vh;
        overflow: hidden;
    }
    .containerAnimation {
        top: 0;
        left: 0;
        width: 100%;
        height: 40vh;
        position: absolute;
        z-index: 1;
    }
    .logoLogin {
        display: none;
    }
    .formLogin {
        height: 65vh;
        width: 100%;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.50);
        position: relative;
        z-index: 10;
        background-color: white;
    }
    .containerMobile {
        display: flex;
        flex-direction: column;
        position: fixed;
    }
    .formLogin h2 {
        padding: 0;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        display: none;
    }
    .catchPhrase {
        text-align: center;
        padding: 0;
        font-size: 15px;
        padding-bottom: 5%;
    }
    .logoLoginMobile {
        display: flex;
        flex-direction: column;
        margin: 20px 0 0px 0;
        justify-content: center;
        align-items: center;
    }
    #LogoLpdBO {
        width: 140px;
    }
    .logoLoginMobile h1 {
        font-size: 25px;
        line-height: 40px;
    }
    .containerInput label {
        display: none;
    }
    .formLogin input {
        height: 50px;
        text-indent: 17px;
        font-size: 13px;
        padding: 0;
    }
    .containerInput .iconify {
        font-size: 24px;
    }
    .formLogin input[type=submit] {
        font-size: 14px;
        height: 50px;
    }
    .eyeContainer {
        width: 75px;
        height: 30px;
    }
    .eyeContainer:first-child {
        margin-right: 10px;
    }
    .eyeContainer div {
        height: 30px;
        width: 30px;
    }
    .barSlideAnim {
        display: flex;
        flex-direction: column-reverse;
    }
    .circleGrowAnim .circle1 {
        width: 40px;
        height: 40px;
        border: 10px solid rgba(255, 255, 255, 1);
    }
    @keyframes circleBump {
        10%,
        50% {
            border: 10px solid rgba(255, 255, 255, 0.4);
        }
        7% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        10% {
            transform: translate(-50%, -50%) scale(1.04);
        }
        13% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        57% {
            transform: translate(-50%, -50%) scale(1.0);
        }
        61% {
            transform: translate(-50%, -50%) scale(1.04);
        }
        64% {
            transform: translate(-50%, -50%) scale(1.00);
        }
        60%,
        100% {
            border: 10px solid rgba(255, 255, 255, 1);
            transform: translate(-50%, -50%) scale(1);
        }
    }
    .textNoteBloc span {
        font-size: 10px;
    }
    .arrowAnim .square {
        height: 20px;
        width: 20px;
        border-top: 8px solid var(--blackText);
        border-right: 8px solid var(--blackText);
    }
    .arrowAnim .square::after {
        width: 40px;
        height: 10px;
    }
    .containerAnimation {
        border: none;
    }
    .arrowAnim2 .square {
        top: 15%;
        height: 20px;
        width: 20px;
        border-top: 8px solid var(--blackText);
        border-right: 8px solid var(--blackText);
    }
    .arrowAnim2 .square::after {
        width: 40px;
        height: 10px;
        top: 50%;
        left: 50%;
    }
    .textAnim span {
        font-size: 17px;
        line-height: 25px;
    }
    .textAnim span:nth-child(3),
    .textAnim span:nth-child(4) {
        display: none;
    }
    .bar1,
    .bar2,
    .bar3,
    .bar4 {
        margin-top: 10px;
        height: 5px;
    }
    .doubleArrowAnim .square1 {
        left: 17%;
    }
    .doubleArrowAnim .square1,
    .doubleArrowAnim .square2 {
        height: 20px;
        width: 20px;
        border-top: 8px solid var(--blackText);
        border-right: 8px solid var(--blackText);
    }
    @keyframes doubleArrowMove {
        4%,
        9% {
            transform: translateX(0px) translateY(-50%) rotate(45deg) scale(1.05);
        }
        14% {
            transform: translateX(10px) translateY(-50%) rotate(45deg) scale(1);
        }
        24% {
            transform: translateX(0px) translateY(-50%) rotate(45deg) scale(1);
        }
    }
    .PwdForget {
        font-size: 12px;
        width: 300px;
        padding-left: 23px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 330px) {
    .formLogin {
        height: 90vh;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}