@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: 2;
    /* 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;
    
    margin-top: 5%;
    font-family: GEO , sans-serif;
    font-size: 52px;
    color: rgb(76, 74, 217);

}

.content {
    position: relative;
    margin: 0 15% 0 15%;
    font-family: ANTA, sans-serif;
    
}


.logo-gmb {
    display: flex;
    justify-content: center;
    margin: 5% 0 5% 0;
}

.logo-gmb img {
    width: 20%;
    height: 20%;
    
    
}

.pres_gmb {
    display: flex;
    align-items: center;
    /* border: 5px solid red; */
    margin-bottom: 10%;
}

.pres_gmb img {
    width: 45%;
    box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.txt_pres {
    display: flex;
    flex-direction: column;
    font-family: ANTA , sans-serif;
    font-size: 16px;
    margin-left: 10%;
}

h2 {
    font-family: GEO , sans-serif;
    color: rgb(76, 74, 217);
    
}

.btg {
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}


.btg img {
    width: 50%;
    box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.btg_txt {
    margin-right: 10%;
    font-family: ANTA , sans-serif;
    font-size: 16px;

}

.more a {
    color: rgb(76, 74, 217); text-decoration: none;
}

.m_txt {
    font-family: ANTA , sans-serif;
    font-size: 16px;
}


.missions .grid_missions {
    justify-content: center;
    display: grid;
    grid-template-columns: 45% 45%;
    grid-template-rows: 50% 20%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin: 5% 0 1% 0;
    /* box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.2);
    border-radius: 10px; */
    text-justify: auto;
    font-family: ANTA, sans-serif;
    font-size: 14px;
}

.mission1 {
    display: flex;
    align-items: center;
    
}

.m1_txt {
    margin-left: 40px;
    
}
.c1 {
    font-size: 90px;
    margin-left: 10px;
    color: rgb(76, 74, 217);
}

.mission2 {
    display: flex;
    align-items: center;
    
}

.m2_txt {
    margin-left: 20px;
}

.c2 {
    font-size: 90px;
    
    color: rgb(76, 74, 217);
}

.mission3 {
    display: flex;
    align-items: center;
    
}

.m3_txt {
    margin-left: 20px;
}

.c3 {
    font-size: 90px;
    
    color: rgb(76, 74, 217);
}

.mission4 {
    display: flex;
    align-items: center;
    
}

.m4_txt {
    margin-left: 20px;
}

.c4 {
    font-size: 90px;
    
    color: rgb(76, 74, 217);
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

/* From Uiverse.io by btongheng */ 
.button {
    --😀: rgb(76, 74, 217);
    --😀😀: #4836bb;
    --😀😀😀: #654dff63;
    cursor: pointer;
    width: 15%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-family: ANTA , sans-serif;
    font-size: 1.125em;
    font-weight: 800;
    letter-spacing: 2px;
    background: var(--😀);
    border: 2px solid var(--😀😀);
    border-radius: .75rem;
    box-shadow: 0 8px 0 var(--😀😀);
    transform: skew(-10deg);
    transition: all .1s ease;
    margin: 0 auto 3% auto;
    text-decoration: none;
    color: rgb(222, 221, 240);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
}
  
.button:active {
    letter-spacing: 0px;
    transform: skew(-10deg) translateY(8px);
    box-shadow: 0 0 0 var(--😀😀😀);
}

a:link, a:visited {
    color: rgb(76, 74, 217);
    text-decoration: none;
}

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;
}

footer .contact .mail {
    display: flex;
    margin-left: 30px;
}

footer .copyright {
    display: flex;
    align-items: center;
}

footer .copyright .copymoi {
    margin-left: 30px;
}

