body {
    background: url('./img/bgtest.png') no-repeat center center fixed;
    background-size: cover;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 0;
    background-position: bottom;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: inherit;
    justify-content: space-between;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: larger;
    flex: 1;
    margin: 60px 20px 20px 20px;
    background-image: url('./img/watermark.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    opacity: 1.0;
    height: calc(100vh - 60px);
    overflow-y: auto;
}

.sidebar-left {
    position: fixed;
    top: 60px;
    left: 0;
    width: 10%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    font-weight: 400;
    z-index: 999;
}

.lside-img {
    margin: 163% 0 10% 0;
    width: 9vw;
}

.sidebar-right {
    position: fixed;
    top: 60px;
    right: 4%;
    width: 13%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 400;
    z-index: 999;
}

.rside-img {
    margin: 10% 0 30% 35%;
    width: 12vw;
}

.page-content {
    text-align: justify;
    flex: 1;
    padding: 20px;
    margin: 0 12%;
    overflow-y: auto;
    height: 100vh;
    justify-content: center;
    /* border: 1px solid black; */
}

.page-content a {
    text-decoration: none; color: black; font-weight: bolder;
}

.page-content a:hover {
    color: rgb(1, 1, 63);
    font-size: 19.6px;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.cfooter {
    color: white;
    text-decoration: none;
}

.cfooter:hover {
    color: #1606a1;
}

#default-one {
    background-color: rgb(84, 130, 53);
}

.contact-from {
    margin-top: 3vw;
    text-align: center;
}

.form-input {
    margin-bottom: 10px;
    width: 25vw;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.233);
}

.send-btn {
    margin-right: 29%;
    padding: 8px;
    width:6vw;
    font-weight: bold;
    background-color: #55b746;
    border-radius: 5px;
    color: white;
    border: none;
    z-index: 9;
}

.send-btn:hover {
    cursor: pointer;
    transform: scale(1.09);
    box-shadow: 0px 0px 5px black;
    transition: .5s ease-in-out;
}

.top-btn {
    width: 3%;
    position: fixed;
    bottom: 25px; left: 145px;
    cursor: pointer;
}

.top-btn:hover {
    transform: scale(0.8);
    border-radius: 50%;
    padding: -100px;
    box-shadow: 0px 0px 2px black;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    background: url('./img/navbg.png') no-repeat center left fixed;
    background-size: contain;
    background-position: top;
    padding: 10px;
    z-index: 1000;
}

.hamburger {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    cursor: pointer;
}


.nav-link {
    color: white;
    font-size: 1.5vw;
    text-decoration: none;
    border: 1px solid black;
    background-color: rgba(63, 116, 32, 0);
    padding: 3px 10px;
    margin: 0 0 0 -5px;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.nav-link:hover {
    background-color: rgb(84, 130, 53);
    font-weight: bold;
}

.nav-links {
    margin-right: 60px;
}

.gtranslate_wrapper {
    position: fixed;
    right: 0;
    top: 7%;
    display: flex;
    text-align: left;
    /* border: 1px solid black; */
    z-index: 1001;
}

.gtranslate_wrapper a {
    display: inline-block;
    overflow: hidden; /* Ensures hidden text doesn’t affect layout */
    width: 15px;
    color: rgba(255, 255, 255, 0);
    margin-right: 5px;
}

.gtranslate_wrapper a img {
    text-indent: 0; /* Ensures the flags are displayed properly */
    width: 15px; /* Set to desired flag size */
    /*height: 10px;*/
}

.actualite_title{
    text-align:justify;
    /* text-transform:uppercase; */
}

.article {
    width: fit-content;
    margin-bottom: 25px;
}

.plus{
    display: flex;
    /* border: 1px solid black; */
    height: fit-content;
    text-align: end;
}

.plus span {
    /* border: 1px solid black; */
    width: 50%;
    text-align: left;
}
.plus a {
    /* border: 1px solid black; */
    font-size: 16px;
    width: 50%;
    text-align: right;
}

@media (max-width: 800px) {
    .gtranslate_wrapper {
        position: fixed;
        right: -1px;
        top: 15px;
        display: flex;
        text-align: left;
        /* border: 1px solid black; */
        z-index: 1001;
    }

    .gtranslate_wrapper a {
        display: inline-block;
        overflow: hidden; /* Ensures hidden text doesn’t affect layout */
        width: 10px; /* Adjusts width to the size of the flag */
        /*height: 10px;*/
        margin-right: 5px;
    }
    
    .gtranslate_wrapper a img {
        text-indent: 0; /* Ensures the flags are displayed properly */
        width: 10px; /* Set to desired flag size */
        height: 10px;
    }

    .nav-link {
        font-size: 2.9vw;
        padding: 3px 15px;
        margin-left: 0;
    }
    .rside-img {
        visibility: hidden;
        transform: scale(0);
    }

    .lside-img {
        visibility: hidden;
        transform: scale(0);
    }

    .content-wrapper {
        width: fit-content;
        background-position: 50% 30%;
        background-size: 100%;
        margin-top: 15px;
    }

    .page-content {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: justify;
        font-size: 14.8px;
        hyphens: auto;
    }
    
    #his1 {
        text-align: left;
        word-break: keep-all;
        font-size: 20.7px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 25px;
        left: 2px;
        width: fit-content;
        text-align: center;
    }

    .nav-link {
        font-size: 2.7vw;
    }

    .nav-links.show {
        display: flex;
    }

    .hamburger {
        display: block;
        box-shadow: 0 0 3px rgb(255, 255, 255);
        margin: 3px 4px;
    }

    .navbar {
        background-position: top right;
        background-size: 150%;
        padding: 20px;
    }

    .medias{
        display: inline-block;
        flex-direction: column;
    }

    .contact-from {
        margin: 50px;
        text-align: center;
    }

    .form-input {
        margin-bottom: 10px;
        width: 155px;
        padding: 10px;
        border-radius: 5px;
        /* border: 1px solid rgba(0, 0, 0, 0.233); */
    }

    .send-btn {
        margin-right: 0;
        padding: 8px;
        width:100px;
        font-weight: bold;
        background-color: #55b746;
        border-radius: 5px;
        color: white;
        border: none;
        z-index: 9;
    }

    .top-btn {
        width: 18px;
        font-weight: bolder;
        position: fixed;
        bottom: 25px; left: 0px;
        cursor: pointer;
        box-shadow: 0px 0px 2px black;
        border-radius: 50%;
    }

}
