@font-face {
    font-family: 'LexendDeca-Black';
    src: url('FONT/LexendDeca-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'LexendDeca-Regular';
    src: url('FONT/LexendDeca-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'LexendDeca-Light';
    src: url('FONT/LexendDeca-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'LexendDeca-SemiBold';
    src: url('FONT/LexendDeca-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'LexendDeca-Thin';
    src: url('FONT/LexendDeca-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'LexendDeca-Bold';
    src: url('FONT/LexendDeca-Bold.ttf') format('truetype');
}

a {
    text-decoration: none;
    color: white;
}

body {
    font-family: 'LexendDeca-Thin', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #161C21;
    background: radial-gradient(circle at bottom left, #4CC9FF22, transparent, transparent),
        radial-gradient(circle at top right, #4CC9FF22, transparent, transparent),
        linear-gradient(135deg, #161C21, #161C21);
    color: white;
    height: 100%;
    flex: 1;
    position: relative;
    z-index: 1;
    min-height: 100svh;

}

body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;

    margin: 0 auto;
    max-width: 1020px;
    width: calc(100% - 40px);

}

#logoDivPrincipale {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}


#logoDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#titleDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;

}

#logo {
    width: 120px;
    height: 120px;
}

#nameTitle {
    font-size: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'LexendDeca-SemiBold';
    margin: 0;
}

#and {
    font-size: 40px;
    font-family: 'LexendDeca-SemiBold';
    margin: 0;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(153deg, #44DDFF, #44ddff5f 100%, #44DDFF);
    -webkit-background-clip: text;
    background-clip: text
        /* Ou 'inline-block', selon votre besoin */
}

#slogan {
    font-family: 'LexendDeca-Regular';
    font-size: 17px;
    color: #ffffff;
    margin: 0;

}

#spanSlogan {
    font-family: 'LexendDeca-Thin';
    font-size: 16px;
    color: #ffffff;
    margin: 0;


}


#menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: #ffffff;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding: 0;

}

#menu li a {
    color: #ffffff;
    text-decoration: none;
}





h1 {
    margin: 0;
    margin-top: 100px;
    font-size: 30px;
}

#title {
    font-family: 'LexendDeca-Regular';
    color: #ffffff;
    font-size: 30px;
}

main {
    padding: 20px;
    display: flex;
    flex-direction: column;

    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    width: calc(100% - 40px);

}

h2 {
    font-family: 'LexendDeca-Regular';
    font-size: 35px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #44DDFF, #44ddff5f 100%, #44DDFF);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 40px;
    /* Rend le texte transparent, affichant le dégradé à la place */


}


li {
    margin-bottom: 10px;
}

footer {

    color: #ffffff;
    text-align: center;
    margin-top: 100px;
    bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    width: calc(100% - 40px);
}

p {
    line-height: 32px;


}



#listeRegle {
    color: #ffffff;
    line-height: 25px;
    padding-left: 15px;


}

#presentationImage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    /* margin-top: 100px;
    margin-bottom: 100px; */
}

#presentationImage img {
    width: 23%;
    height: auto;
}

#downloadSection {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;

}



#downloadSection a {
    width: 20%;
}

#downloadSection img {
    width: 100%;
    height: auto;
}

#linkCondition {
    /* list-style: none; */
    text-decoration: underline;
    color: #ffffff;
    font-weight: bold;


}

#textIntro {
    text-align: center;
    padding: 20px;
    font-size: 17px;

}



@media screen and (max-width: 768px) {
    #presentationImage {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 10px;
        margin-top: 100px;
        margin-bottom: 100px;
        justify-items: center;

    }

    #presentationImage img {
        width: 70%;
    }

    #downloadSection {
        flex-direction: column;
        gap: 20px;
    }

    #downloadSection a {
        width: 180px;
    }

    #nameTitle {
        font-size: 30px;
        gap: 5px;
    }

    #and {
        font-size: 30px;
    }

    #slogan {
        font-size: 12px;
    }

    #spanSlogan {
        font-size: 11px;
    }

    #logo {
        width: 90px;
        height: 90px;
    }

    #logoDiv {
        gap: 10px;
    }

    #menu {
        flex-direction: column;
        gap: 2px;
    }

    #menu li a {
        font-size: 15px;
    }

    h2 {
        font-size: 30px;
    }

}

@media screen and (max-width: 480px) {
    #presentationImage img {
        width: 80%;
        height: auto;

    }

    #logoDiv {
        flex-direction: column;
    }

    header {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #menu {
        font-size: 10px;
        flex-direction: row;
        gap: 10px;
        text-decoration: underline;

    }

    #emptyDiv {
        display: none;
    }

    #menu li a {
        font-size: 12px;
    }

    footer {
        font-size: 12px;
        margin-top: 10px;
    }

    h2 {
        font-size: 28px;

    }

    #presentationImage {
        margin-top: 50px;


    }

    #title {
        font-size: 30px;
    }

    #textIntro {
        font-size: 12px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #textIntro p {
        line-height: 22px;

    }


}