@font-face {
    font-family: GEO ;
    src: url(../../_fonts/Geo-Regular.ttf);
}

@font-face {
    font-family: ANTA ;
    src: url(../../_fonts/Anta-Regular.ttf);
}

body {
    margin: 0;
    background-color: rgb(231, 230, 240);
    background-repeat: no-repeat;
    background-size: 100%;
    background-origin: border-box;    
}

.content {
    z-index: 2;
    margin: 5% 15% 2% 15%;
}

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 {
    text-align: center;
    font-family: GEO , sans-serif;
    font-size: 52px;
    color: rgb(76, 74, 217);
}

h4 {
    margin-top: 5%;
    text-align: center;
    font-family: GEO , sans-serif;
    font-size: 32px;
    color: rgb(76, 74, 217);
}

p {
    margin: 0 15% 0 15%;
    text-align: center;
    font-family: ANTA , sans-serif;
    text-align: justify;
}

.puce {
    margin: 0 15% 1% 15%;
    text-align: center;
    font-family: ANTA , sans-serif;
    text-align: justify;
}

.pics {
    display: flex;
    justify-content: center;
    margin: 5% 0 5% 0;
    
}

.migration1 {
    margin-right: 2%;
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.migration2 {
    margin-left: 2%;
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.gantt {
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);
    width: 60%;
    height: 60%;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

.bouttonmore{
    margin-top: 5%;
}

.button {
    --😀: rgb(76, 74, 217);
    --😀😀: #4836bb;
    --😀😀😀: #654dff63;
    cursor: pointer;
    width: 20%;
    height: 10%;
    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 5% 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(--😀😀😀);
}

h2 {
    color: rgb(76, 74, 217);
    font-family: GEO , sans-serif;
}

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;
    /* 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;
}

