@font-face {
    font-family: ANTA ;
    src: url(../_fonts/Anta-Regular.ttf);
}

@font-face {
    font-family: GEO ;
    src: url(../_fonts/Geo-Regular.ttf);
}


body {
    margin: 0;
    /* background: linear-gradient(180deg, rgba(77, 74, 217, 1) 0%, #000000 50%) ; */
    background-color: rgb(231, 230, 240);
    background-repeat: no-repeat;
    background-size: 100%;
    background-origin: border-box;
    /* position: relative; */
    
}

.content {
    position: relative; /* Garde le contenu au-dessus de l’arrière-plan */
    z-index: 1;
    /* color: white; couleur que tu veut */

}


.content {
    margin: 2% 20% 2% 20%;
    
}

header {
    top: 0;
    position: sticky;
    background-color: rgba(222, 221, 240, 0.6);
    box-shadow: 1px 1px 5px rgba(76, 74, 217, 0.4);
    backdrop-filter: blur(3px);
    padding: 1% 0 1% 0;
    z-index: 3;
}

header nav .home {
    display: flex;
    color: rgba(76, 74, 217, 1)
}

header nav .navlist {
    display: flex;
    justify-content: flex-end; text-decoration: none;
    align-items: center;
    list-style-type: none;
    color: rgba(76, 74, 217, 1); text-decoration: none;   
}

header nav li {
    margin-left: 50px;
    color: rgba(76, 74, 217, 1); text-decoration: none;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: ANTA, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 15% 0 15%;
}

header nav a:link {
    color: rgba(76, 74, 217, 1); text-decoration: none;
}

header nav a:visited {
    color: rgba(76, 74, 217, 1); text-decoration: none;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: GEO;
    font-size: 52px;
    color: rgb(76, 74, 217);
}

h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ANTA;
    font-size: 22px;
    color: rgb(76, 74, 217);
    margin-top: 5%;
}

p {
    text-align: justify;
    margin: 3% 5% 3% 5%;
    font-family: ANTA;
    font-size: 15px;
}

.maveille {
    font-size: 20px;
    margin-top: 10%;
    color: rgb(76, 74, 217);
}

img {
    box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin: auto;
    display: block;
    width: 50%;
    height: 50%;
}

/* .imgcert {
    width: 80%;
    height: 80%;
} */

footer {
    background-color: rgba(222, 221, 240, 0.6);
    box-shadow: 1px 1px 5px rgba(76, 74, 217, 0.4);
    backdrop-filter: blur(3px);
    padding: 1% 0 1% 0;
    font-size: 18px;
}

footer .footer_content {
    margin: 0 15% 0 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: ANTA, sans-serif;
    color: rgba(76, 74, 217, 1); text-decoration: none;
}

footer .contact {
    display: flex;
    align-items: center;
    /* border: 5px solid red; */
       
}

footer .contact .mail {
    display: flex;
    margin-left: 30px;

}

footer .copyright {
    display: flex;
    align-items: center;
    /* border: 5px solid red; */
    
    /* text-transform: uppercase;  */
}

footer .copyright .copymoi {
    margin-left: 30px;
}

