body {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Roboto', arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
}


.navbar {
    display: flex;
    color: #F9FAF8;
    background-color: #1F2937;
    padding: 30px 50px 20px 100px;
    align-items: normal;
}

.logo img {
    width: 80px; 
    margin-right: auto;
    border-radius: 8px;
}

.headlink {
    display: flex;
    margin-left: auto;
    padding: 0px 100px 0px 0px;  
}

.headlink a {
    text-decoration: none;
    color: #E5E7EB;
    font-size: 18px;
    padding: 10px;
    font-family: 'Roboto', arial;
}

/* Accueil Part */

.accueil {
    display: flex;
    color: #F9FAF8;
    background-color: #1F2937;
    align-items: center;
    justify-content: center;
    padding: 90px;
}

.accueil-sd {
    flex-basis: 400px;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-right: 50px;
}

.accueil-sd p {
    font-family: 'Roboto', arial;
    opacity: 0.7;
}

h1 {
    font-size: 45px;
    font-weight: bold;
    color: #F9FAF8;
    margin: 0;
    font-family: 'Roboto', arial;
}

.accueil button {
    display: block;
    text-align: center;
    width: 100px;
    border: none;
    background: #3b7ee8;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    font-family: 'Roboto', arial;
    font-weight: 800;
}

.accueil-image img {
    width: 500px;
    height: 350px;
}

/* Content Part */

.content {
    align-items: center;
}

.content-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content-info img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 4px solid #3882F6;
    border-radius: 16px;
    margin: 10px 20px 20px 20px;
}

/* Quotation Part */

.quote {
    display: flex;
    flex-direction: column;
    background-color: #e8e9ec;
    padding: 0 100px;
}

.quote p {
    font-size: 36px;
    color: #1F2937;
    font-style:oblique;
    font-weight: lighter;
    font-family: 'Roboto', arial;
}

.quote b {
    padding-bottom: 20px;
    padding-right: 10px;
    font-family: 'Roboto', arial;
    text-align: right;
}

/* Sign Up */
.sign-up {
    background-color: #3882F6 ;
    margin: 50px 200px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-color: none;
}

.sign-item {
    flex: 1;
}

.signs-text {
    text-align: left;
}

.signs-text p {
    color: #fff;
    opacity: 0.7;
    margin: 5px 30px 30px 50px;
}

h3 {
    color: #fff;
    font-family: 'Roboto', arial;
    padding: 0;
    margin: 30px 0px 0px 50px;
}

.signs-button button {
    color: #fff;
    font-family: 'Roboto', arial;
    border-color: #fff;
    border-radius: 8px;
    background-color: #3882F6;
    padding: 5px 20px;
    font-size: 15px;
}

/* Footer */

.footer {
    background-color: #1F2937;
    color: #fff;
    font-family: 'Roboto', arial;
}