/* Grand public */

body {
    /* margin: 0; */
    padding: 0;
    font-family: 'Noto Sans', Arial, sans-serif;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #FFFFFF;
    scroll-behavior: smooth;
    font-size: 16px;
}

#hamburger-menu {
    display: none;
    cursor: pointer;
}


/* Style du menu */

#nav-haut {
    position: fixed;
    /* Safari */
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* transform: translate3d(0, 0, 0); */
    /* */
    display: 8vh;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    display: flex;
    flex-direction: row;
    /* padding: 0px 20px; */
    /* gap: 20px; */
    /* margin-right: 40px; */
    height: 60px;
    /* left: 15px;
right: 40px; */
    top: 4px;
    background: #6667AB;
    border-radius: 10px;
    width: 99%;
    left: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* margin: 0; */
    top: 0px;
    /* left: 0; */
}

#mobile-menu {
    display: none;
}

nav {
    position: sticky;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    display: flex;
    flex-direction: row;
    height: 60px;
    /* left: 20px; */
    top: 4px;
    background: #6667AB;
    border-radius: 10px;
}

nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}


/* nav a:hover {
background-color: #444690;
} */

nav li {
    list-style-type: none;
    display: inline-block;
    margin: 5px auto;
}

nav li>a {
    /* color: #333; */
    text-decoration: none;
    display: inline-block;
    position: relative;
}

nav li>a::after {
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0s;
}

nav li>a:hover::after,
nav li>a.active-nav::after {
    width: 100%;
    background: blue;
}

nav img {
    height: 50px;
    margin-right: 10px;
}

nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    /* width: 100%; */
}

nav ul li {
    margin: 0 2vw;
}

nav .action-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

nav .action-icons a {
    display: block;
    margin-left: 10px;
}

nav .action-icons a:last-child {
    margin-right: 0;
}

nav .action-icons img {
    height: 30px;
    margin: 0 1vw;
}

nav .action-icons img {
    height: 24px;
}

main {
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

#pageTitle {
    margin-top: 40px;
}

.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    left: auto;
    right: auto;
}

.centered,
section {
    position: relative;
    height: 100vh;
    min-height: 850px;
    /* scroll-snap-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Ajoute un cadre rouge de 2 pixels autour de la section */
    /* border: 2px solid red; */
}


/* #jeux {
    min-height: 1300px;
} */


/* Style de la page */

.page-content {
    padding: 50px 20px;
    text-align: center;
    overflow-x: hidden;
}

h1 {
    position: relative;
    z-index: 1;
    font-size: max(16px, min(4.5vw, 64px));
    margin-top: 30px;
    margin-bottom: 0px;
    color: white;
    margin-right: 60px;
    /* Titre 1050 */
    font-style: normal;
    font-weight: 400;
    line-height: max(36px, min(5vw, 82px));
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.column-2 {
    display: flex;
    align-items: center;
}

.column p {
    line-height: 1.5;
}

.column-2 p {
    top: 20px;
    position: relative;
    right: auto;
    margin-right: 12px;
    /* height: 528px; */
    left: auto;
    font-style: normal;
    font-size: max(16px, min(2vw, 28px));
    line-height: 1.5;
    color: #FFFFFF;
}

#presentation-button {
    display: block;
    position: absolute;
    top: 320px;
    font-weight: 800;
    width: 285px;
    min-width: 235px;
    height: 48px;
    left: 50%;
    right: 0px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    flex: none;
    order: inherit;
    flex-grow: 0;
    background: #5D5FEF;
    border-radius: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

button {
    background-color: #386585;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #386585;
}

.two-columns-section {
    /* Auto layout */
    display: flex;
    align-items: flex-start;
    padding: 0px 0px;
    gap: 40px;
    isolation: isolate;
    width: 100vw;
    /* Inside auto layout */
    flex: none;
    order: 2;
    /* overflow-y: hidden; */
    /* align-self: stretch; */
    flex-grow: 1;
}

.two-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-left: 60px;
    margin-right: 60px;
    /* overflow-x: hidden; */
}

.column {
    position: relative;
    flex: 1 0 50%;
}

.columnCentered {
    flex: 1 0 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 30px;
}

.illustration {
    flex: 1 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 30px;
}

.column p {
    font-style: normal;
    font-weight: 500;
    font-size: max(16px, min(2vw, 28px));
    line-height: 1.5;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}

.column-1 {
    flex: 1 1 50%;
    top: 50px;
    position: relative;
    /* margin-right: 20px; */
}

.column-1 table {
    width: 100%;
    border-collapse: collapse;
}

.column-1 td {
    padding: 20px;
}

.column-1 img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.column-2 {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-right: 10px;
    gap: 0px;
    /* min-width: 280px; */
    /* max-width: 570px; */
    max-height: 300px;
    /* Inside auto layout */
    flex: 1 1 50%;
    order: 1;
    align-self: center;
    flex-grow: 1;
    font-size: 16px;
}

.column-2 h2,
.column p h2 {
    font-size: 36px;
    /* margin-top: 60px; */
}

.column-2 h3 {
    font-size: 24px;
    margin-top: 10px;
}

.centeredTitle {
    /* Titre 1050 */
    text-align: center;
    position: relative;
}

.centeredTitle p {
    /* Titre 1050 */
    font-style: normal;
    font-weight: 400;
    font-size: max(16px, min(4.5vw, 64px));
    line-height: max(36px, min(5vw, 82px));
    color: #000000;
}

.title-dialogbox-desktop {
    /* Titre 1050 */
    text-align: center;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: max(16px, min(4.5vw, 64px));
    color: #000000;
    margin: -10px;
}

.cta-button-desktop {
    position: relative;
    top: 70px;
    /* Bouton rejoindre 1 1051 */
    font-weight: 800;
    min-width: 285px;
    height: 48px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    background: #5D5FEF;
    border-radius: 30px;
}

.cta-button-mobile {
    position: relative;
    top: -50px;
    /* Bouton rejoindre 1 1051 */
    font-weight: 800;
    min-width: 285px;
    height: 48px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    background: #5D5FEF;
    border-radius: 30px;
}

.test-button {
    position: relative;
    top: 100px;
    /* Bouton rejoindre 1 1051 */
    font-weight: 800;
    min-width: 285px;
    height: 48px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    background: #7d5fa7;
    border-radius: 30px;
}

.cta-button-desktop:hover,
.cta-button-mobile:hover,
.test-button:hover {
    background-color: #386585;
}


/* Logo / homeage */

#logo_bloc {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 90px;
    height: 56px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#logo_img {
    left 18.08px
    /* logo : image ergolang */
    width: 53.85px;
    height: 35px;
    /* background: url(../img/image.png); */
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#logo_txt {
    /* ergolang */
    width: 90px;
    height: 21px;
    font-family: 'Inder';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

#menu1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu-bas {
    display: block;
}

.lang-menu {
    width: auto !important;
}

#presentation {
    /* top: 40px; */
    min-height: 715px;
}

#videos {
    min-height: 800px;
}

#tableau h2 {
    margin-top: 450px;
}

#pantoneVeil {
    /* Voile pantone */
    background-repeat: no-repeat;
    min-height: max(100vh, 700px);
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(76, 76, 144, 0.21) 0%, rgba(76, 76, 144, 0.75) 62.5%, #4C4C90 100%);
    /* transform: rotate(-90deg); */
    position: absolute;
    z-index: -100;
}

#VideoDemo-pres-desktop {
    /* Video Youtube */
    display: block;
    position: absolute;
    width: min(35vw, 586px);
    height: calc( ( min(35vw, 586px) / 586) * 322);
    /* left: calc(50% - 586px/2 - 530px); */
    left: 100px;
    top: 430px;
    /* border-radius */
    border: 4px solid #000;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

#VideoDemo-pres-mobile {
    display: none;
    width: min(55vw, 586px);
    height: calc( ( min(55vw, 586px) / 586) * 322);
    border: 4px solid #000;
    border-radius: 15px;
    overflow: hidden;
}

.VideoDemo {
    /* Video Youtube */
    position: relative;
    /* border-radius */
    border: 4px solid #000;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

#americain {
    /* americain 1 */
    display: block;
    position: absolute;
    width: 713px;
    height: 863px;
    top: 170px;
    right: calc(100% - 40vw);
    z-index: -1;
    background: url(../img/americain.png);
}

@media screen and (max-width: 970px) {
    #americain {
        right: calc(100% - 40vw);
    }
}

#femme1 {
    /* americain 1 */
    position: absolute;
    width: 712px;
    height: 889.35px;
    right: -150px;
    top: -120px;
    background: url(../img/femme1.png);
}

#content1 {
    display: block;
    opacity: 1;
}

.containerButtonsDown {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    left: 50vw;
    z-index: 50;
    transform: translate(-50%, -50%);
}

#logo-inline {
    top: 10px;
    position: relative;
    vertical-align: baseline !important;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow: auto; */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modalTest {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow: auto; */
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    position: relative;
    z-index: 2;
    background-color: #fefefe;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.closeModal {
    color: #aaa;
    float: right;
    font-size: max(16px, min(2.2vw, 28px));
    font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#test-page2,
#test-page3 {
    display: none;
}


/* Style the tab */

.tab {
    position: relative;
    top: -40px;
    /* overflow: hidden; */
    border: 1px solid #E3E4FF;
    background-color: #f1f1f1;
    margin: 20px;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    color: black;
    background-color: #f0f0ff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #9291d9;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #9e9de6;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #E3E4FF;
    border-top: none;
}

h2 {
    margin-top: 150px;
    margin-bottom: 0px;
}

window.scroll( {
    top: 0, left: 0, behavior: 'smooth'
}

);

/* iframe */

#iframe-container {
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 60px);
}

#content-iframe {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.sectionContent {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 90vh;
}

.cta-button-desktop {
    display: block;
}

.cta-button-mobile {
    display: none;
}


/* Pour un écran desktop */

@media screen and (min-width: 970px) {
    .video-container video {
        width: 100%;
        max-width: 700px;
        /* Limitez la largeur à 700px si l'écran est très large */
    }
    #vidTest {
        width: 100%;
        max-width: fit-content;
    }
}

@media screen and (max-width: 970px) {
    #hamburger-menu {
        display: block;
    }
    .video-container video {
        width: 96%;
        height: calc((435 / 700) * 120%);
        /* Calcule la hauteur en fonction du rapport 700x435 */
    }
    #fnVideos {
        /* width: 98%; */
        height: calc((430 / 683) * 100%);
        background-color: black;
    }
    #vidTest {
        width: 100%;
        max-width: auto;
    }
    h2 p,
    .centeredTitle p {
        font-size: max(22px, min(6vw, 16px)) !important;
        margin-top: 0px;
        margin-bottom: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        position: relative;
        width: 90vw;
    }
    h2 {
        margin-bottom: -20px;
    }
    .cta-button-desktop {
        display: block;
    }
    .cta-button-mobile {
        display: none;
    }
}

#nav-bas {
    margin-left: auto;
    margin-right: auto;
    width: 98vw;
    margin-bottom: 4px;
}

@media screen and (max-width: 780px) {
    /* INOPERANT possibilité de viser ici les tablettes 
    avec un max-width plus large pour activer cette section */
    #menu1_img {
        display: block;
    }
    /* #hamburger-menu {
cursor: pointer;
display: block;
} */
    nav {
        gap: 0px;
        padding: 0px;
        /* width: 90%; */
    }
    #nav-haut {
        width: 98%;
        /* margin-right: 4px; */
    }
    nav ul li {
        margin: 0 1vw;
    }
    .column-2 {
        align-self: stretch;
        max-height: none;
        height: 100%;
    }
    .column-2 p {
        position: relative;
        top: -20px;
    }
    #VideoDemo-pres-desktop {
        top: calc(10vw + 250px);
        left: 50vw;
        transform: translate(-50%, -50%);
        width: min(85vw, 586px);
        height: calc( ( min(85vw, 586px) / 586) * 322);
    }
    .cta-button-desktop {
        display: none;
    }
    .cta-button-mobile {
        display: block;
    }
    #competences .cta-button-mobile {
        margin-bottom: 40px !important;
    }
    #americain {
        display: none;
        margin-top: 70px;
    }
    #femme1 {
        right: -200px;
    }
    /* .two-columns-section {
margin-top: 60px;
line-height: 1.5;
} */
    .two-columns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* flex-wrap: wrap; */
        margin-left: 0px;
        margin-right: 0px;
        /* overflow-x: hidden; */
    }
    .two-columns .column {
        top: -20px;
    }
    div#test-page1 h2 {
        margin: -85px;
    }
    div.illustration img {
        width: 40vw;
    }
    .column-1 {
        flex: none;
    }
    .column-2 {
        max-width: 95vw;
        margin-left: -35px;
    }
    .two-columns {
        flex-direction: column;
    }
    section {
        min-height: 100vh;
    }
}

@media screen and (max-width: 780px) {
    .test-button {
        font-size: 16px !important;
    }
    #VideoDemo-pres-desktop {
        display: none;
    }
    #VideoDemo-pres-mobile {
        display: block;
        position: relative;
        top: 70px;
    }
    #menu1,
    #menu-bas {
        display: none;
    }
    #nav-bas {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    #nav-haut {
        justify-content: space-around;
    }
    .sectionContent {
        top: 100px;
    }
    .two-columns-section {
        /* margin-left: 50px; */
    }
    #pageTitle {
        margin-top: 100px;
    }
    #content1 {
        background-color: rgba(76, 76, 144, 0.5);
        z-index: 30;
        border-radius: 25px;
        /* padding: 10px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        margin: auto;
        height: auto;
        left: 53%;
        transform: translate(-50%, -50%);
        position: relative;
        top: 200px;
    }
    #content1 p {
        left: 6px;
        width: 97%;
    }
    #content1 p:nth-child(1) {
        top: -6px;
        bottom: 4px;
    }
    #content1 p:nth-child(3) {
        top: -0px;
    }
    #presentation {
        min-height: 900px;
    }
    #presentation h1 {
        font-size: 21px !important;
        position: relative;
        /* z-index: 10; */
        font-size: max(19px, min(4.5vw, 64px));
        color: white;
        /* width: 70vw; */
        top: 110px;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
    }
    #presentation-button {
        display: block;
        position: relative;
        top: 25px;
        font-weight: 800;
        width: 50%;
        min-width: 235px;
        height: 48px;
        left: 0px;
        right: 0px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        flex: none;
        order: inherit;
        flex-grow: 0;
        background: #5D5FEF;
        border-radius: 30px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    #presentation-cta-bas {
        display: none;
    }
    #presentation .containerButtonsDown {
        /* margin-bottom: 220px; */
    }
    #pantoneVeil {
        left: -100%;
        width: 200%;
    }
    #videos .two-columns {
        flex-direction: column-reverse;
    }
    #videos .two-columns {
        align-items: center;
    }
    .VideoDemo {
        margin-top: 90px;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 0px;
    }
    #videos .two-columns,
    #web .two-columns {
        flex-direction: column-reverse !important;
        justify-content: center;
    }
    #videos .containerButtonsDown {
        margin-bottom: 0px;
    }
    #videos h2 p {
        margin-top: 320px;
    }
    #videos {
        min-height: 900px;
    }
    #ebooks h2 p {
        margin-top: 300px;
        margin-bottom: -70px;
    }
    #ebooks {
        min-height: 900px;
    }
    #web h2 p {
        margin-top: 200px;
        margin-bottom: -40px;
    }
    #web {
        min-height: 800px;
    }
    #jeux h2 p {
        margin-top: 200px;
        margin-bottom: -80px;
    }
    #jeux {
        min-height: 800px;
    }
    #tableau h2 p {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    #tableau {
        min-height: 720px;
    }
    .prev,
    .next {
        top: 50px !important;
    }
    #competences h2 p {
        margin-top: 40px;
        margin-bottom: -60px;
    }
    #competences {
        min-height: 950px;
    }
    .modal-content {
        position: relative;
        z-index: 200;
        background-color: #fefefe;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding: 4px;
        border: 1px solid #888;
        width: 98%;
        border-radius: 10px;
    }
    div#test-page1 h2 {
        margin: -15px;
    }
    div#test-page1 .two-columns {
        margin-top: 40px;
    }
    div#test-page1 .two-columns .column {
        width: 100vw;
        top: 20px;
    }
    div#test-page1 .two-columns .column p:first-child {
        left: 35%;
        width: 50%;
    }
    #test-page1 .two-columns .column p:nth-child(2) {
        left: 35%;
        width: 50%;
    }
    div#test-page1 div.illustration {
        float: right;
        margin-left: 40px;
    }
    div#test-page1 div.illustration img {
        width: 30vw;
        position: absolute;
        right: 20vw;
    }
    .title-dialogbox-desktop {
        display: none;
    }
    .title-dialogbox-mobile {
        display: block !important;
    }
    #containerButtonsDown {
        display: none !important;
        z-index: -1;
    }
}


/* Full-screen menu styles */

#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6667AB;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* Show the menu when it has the 'show' class */

#mobile-menu.show {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

#mobile-menu li>a {
    font-size: 1.5em;
}

#close_big_menu {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: inherit;
}

.title-dialogbox-mobile {
    /* Titre 1050 */
    text-align: center;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: max(16px, min(4.5vw, 64px));
    color: #000000;
    margin: -10px;
    display: none;
}