@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --white: white;
    --dark-background-color-car: rgba(0, 0, 0, 0.8);
    --dark-background-color-cap: rgba(0, 0, 0, 0.5);
    --dark-top-background-color: #1a2d42;
}

#logo{
    margin: 3px;
    align-self: self-start;
    max-width: 45px;
    float: left;
}

html, body {
    justify-content: center;

    font-family: 'Poppins', sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--dark-back1-color);
}

.carousel {
    position: relative;
    max-width: 1000px;
    max-height: 750px;
    margin: auto;
    overflow: hidden;
}

.carousel-slide {
    display: flex; /* Use flexbox to center the image */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    width: 100%;
    height: 100%;
}

.carousel-slide img {
    max-width: 100%; /* Maximum width of the image is 100% of the slide */
    max-height: 100%; /* Maximum height of the image is 100% of the slide */
    object-fit: contain; /* Ensures the image fits without being cropped */
    border-radius: 1%;
}

.carousel-prev, .carousel-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* Centers the buttons vertically */
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--white);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.carousel-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.carousel-prev:hover, .carousel-next:hover {
    background-color: var(--dark-background-color-car);
}

.image-caption {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: var(--dark-background-color-cap);
    padding: 8px 0;
}

.toppage{
    position: fixed;
    top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: var(--dark-top-background-color);
    width: 100%;
    z-index: 9999;
}

.toppage a{
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    color: #002B56;

}

.toppage a:hover{
    background-color: #132536;
}

.toppage:after {
    content: "";
    display: table;
    clear: both;
}

.FirstDiv {
    align-items: center;
    padding:  75px;
    justify-content: space-between;
    text-align: justify;
}

.FirstDiv div {
    margin-bottom: 20px; /* Ajustez cette valeur selon vos besoins */
}

.FirstDiv h2{
    text-align: left;
    color: #C4C4C4;
    font-size: 30px;
}

.FirstDiv h3{
    text-align: left;
    color: #C4C4C4;
    font-size: 20px;
}

.FirstDiv p{
    text-align: left;
    color: #C4C4C4;
    font-size: 15px;
    line-height: 30px;
}

.Imgs {
    display: flex;
    justify-content: space-between;
    background-color: #253e4b;
}

.Pictures {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.Pictures img {
    background-color: #002b56;
    border-radius: 100%;
    width: 100%;
    height: auto;
    margin: 10px;
    border: 2px solid #C4C4C4;

}

.Pictures .ImgTxt {
    position: relative;
    width: 100%;
    text-align: center;
    color: #C4C4C4;
    font-size: 19px;
}

.ImgTxt{
    margin: 10px;
}

.Team {
    padding-left: 10px;
    background-color: #253e4b;
    width: 100%;
    box-sizing: border-box;
    text-align: Center;
}

.Team h2{
    text-align: Center;
    color: #C4C4C4;
    font-size: 40px;
    background-color: #253e4b;
}

.Team h3{
    text-align: Center;
    color: #C4C4C4;
    font-size: 30px;
}

.DownloadMain{
    background-size: 100%;
    height: 10000px;
}

a{
    -webkit-text-fill-color: #C4C4C4;
}

.TeamPres{
    display: list-item;
    justify-content: space-between;
    padding: 20px;
}

.Pres{
    text-decoration: none;
    margin: 20px;
    padding: 20px;
    background-color: #002B56;
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;
}

.Pres h3{
    text-align: center;
    color: #C4C4C4;
    font-size: 30px;
}

.Pres p{
    text-align: center;
    color: #C4C4C4;
    font-size: 20px;
    line-height: 10px;
}

.rapportP{
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
    margin: 20px;
    padding: 35px;
    background-color: #002B56;
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;
}

.rapportP a{
    text-decoration: none;
}

.rapportP h3{
    text-align: center;
    color: #C4C4C4;
    font-size: 30px;
}

.rapportP:hover{
    transform: scale(1.05);
}

.Tools {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.Tool-logo {
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 20px;
    background-color: #002b56;
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;
}

.Tool-logo:hover{
    transform: scale(1.2);
}

.Tool-logo img {
    max-width: 100%;
    max-height: 100%;
}

.ImgsAccueil {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.PicturesAccueil {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1000px;
    overflow: visible;
}

.PicturesAccueil img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ImgTxtAccueil {
    text-align: center;
    margin-top: 10px;
    color: #C4C4C4;
    font-size: 20px;
}

.footer {
    position: relative;
    background-color: var(--dark-top-background-color);
    color: #C4C4C4;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}