body{
    background-color: #F0F0F0;
    font-family: "Montserrat", sans-serif;
    color: black;
}
nav{
    margin-top: 25px;
}
nav #logo img{
    width: 320px;
}

.ct{
    margin-top: 150px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

#sign img{
    width: 200px;
    margin-left: calc(50% - 100px);
    position: relative;
    margin-top: 25px;
}

#sign{
    width: 40%;
    margin-left: 25%;
    position: absolute;
    background-color: rgba(218, 218, 218, 0.432);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 25px;
    padding: 15px;

    font-size: 26px;
    backdrop-filter: blur(14.1px);
    -webkit-backdrop-filter: blur(14.1px);
}
#sign label{

    margin-top: 25px;
}

#sign p{
    text-align: center;
    margin-top: 25px;
}


#sign input{
    width: calc( 100% - 30px );

    font-size: 26px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.appimg{
    width: 40%;
}
#sign button{
    background-color: #cbcea0;
    color: white;
    margin-top: 25px;
    border: none;
    width: calc( 100%  );
    padding: 15px;
    font-size: 26px;
    border-radius: 10px;
    margin-bottom: 50px;
}
h1{
    font-size: 52px;
}
.mo{
    width: 600px;
}

.no-style-list{
    list-style: none;
}
.mo img{
    width: 100%;
    margin: 0 auto;
}
nav ul li{
    list-style: none;
    margin-left: 45px;
    font-size:24px ;
    padding: 15px;
    font-optical-sizing: auto;
    font-weight: bold;
    cursor: pointer;
}

.blbg{
    background-color: black;
    color: #F0F0F0;
    border-radius: 15px;
}

.blbg:hover{
    background-color: #0047FF;
}

nav ul li a{
    text-decoration: none;
    color: black;
}

nav ul li.blbg a{
    text-decoration: none;
    color: #F0F0F0;
}

nav ul li:hover{
    text-decoration: none;
}

nav ul li a:hover{
    text-decoration: none;
}

.titre{
    font-size: 64px;
    margin-top: 0;
    margin-bottom: 0;
}

.frame p{
    font-size: 32px;
}

nav ul{
    align-items: center;
}
.subtitle{
    font-size: 96px;
    margin: 0;
}

.headline{
    font-size: 36px;
    margin: 0;
    width: 60%;
}
.primary-color{
    background-color: #0047FF;
}
.second-color{
    background-color: #FFA800;
}

.martop{
    margin-top: 50px;
}

.cta{
    padding:15px;
    color: white;
    font-size: 24px;
    border-radius: 15px;
    width: fit-content;
    margin-right: 50px;
    cursor: pointer;
}

.panel{
    height: 50vh;
    display: flex;
    flex-direction: column;
  justify-content: space-between;
}

.toppo{
    margin-top: 220px;
}


.montserrat-more{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
  }

  .racing {
    font-family: "Racing Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.panelCenter{
    width: 100%;
    height: 100vh;
}

.logW{
    width: 600px;
}

.logW h1{
    text-align: center;
}

.formIn label{
    font-size: 26px;
    margin-top: 15px;
}

.formIn input{
    width: 100%;
    border-radius: 10px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
}

.formIn button{
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    background-color: rgb(224, 153, 0);
    border: none;
}
