body {
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 30px;
}

.page-two .content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.page-two .tom-image {
    max-width: 100%;
    height: auto;
}

header {
    background-color: violet;
    padding: 10px 20px;
}
.custom-img-size {
    width: 50%; /* Ajustez la largeur selon vos besoins */
    height: auto; /* Conserve les proportions de l'image */
}


.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 83px;
    margin-top: 20px;
}

.logo img {
    height: 120px;
}

.description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.tom-image {
    width: 60%;
    height: auto;
}

.style {
    font-family: "Garamond", serif;
    font-size: x-large;
}

.articel_titre {
    text-align: center;
    color: #100a45;
}

.weather {
    margin: 0 auto;
}

.card {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.card-img-left {
    width: 150px;
    height: auto;
    object-fit: cover;
}

.card-body {
    flex: 1;
}

.articel_titre {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.read-more {
    color: #007bff;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.card-text {
    color: #161616;
}

.Search-bar {
    margin-left: 150px;
    flex-grow: 1;
}

.user-options {
    display: flex;
    gap: 10px;
}

.user-options button {
    background-color: #fcfbfc;
    color: rgb(1, 7, 4);
    border: none;
    padding: 3px 10px;
    cursor: pointer;
    border-radius: 3px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #110e14;
    font-weight: bold;
}

.menu-lateral-1 {
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: var(--letter-spacing, 1.5px);
    color: #000405;
}

.trending ul {
    list-style-type: none;
    padding: 0;
}

.trending ul li {
    margin-bottom: 5px;
}

.advertisement img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.weather-icons span, .weather-temps span {
    margin-right: 10px;
}

.scoreboard .scores p {
    margin: 5px 0;
}

.scoreboard .scores .score {
    font-weight: bold;
    margin-left: 5px;
}

.menu-lat {
    border-color: var(--border-color, #eb550a);
    border-radius: var(--border-radius, 10px);
    box-shadow: var(--box-shadow, 0 0 10px rgba(0, 0, 0, 0.1));
    letter-spacing: var(--letter-spacing, 1.5px);
    color: #01090c;
    position: absolute;
    right: 30px;
    top: 450px;
    bottom: 50px;
    height: 100%;
}

footer {
    background-color: violet;
    color: violet;
    text-align: center;
    padding: 80px;
    bottom: 50;
    width: 100%;
    margin-top: 24%;
    position: relative;
}

.bg-purple {
    background-color: violet;
}

.text-purple {
    color: violet;
}

.style {
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
}

.articel_titre {
    font-family: "Carlito";
    color: violet;
    font-size: xx-large;
}
