* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .acc, .entete {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
body.ac {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(15, 23, 42, 1);
    background-image: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.8)),url('./image/71ec726_1684494261556-adobestock-348397404\ 1.svg');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed;
    -webkit-background-size: cover;
}
.acc {
    background-color: rgba(30, 41, 59, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 250px;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 1;
}
.acc h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight:bold;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    font-size: 32px;
    color: rgba(248, 250, 252, 1);
    margin: 41px 41px 0 41px;
}
.acc .menu {
    margin: 0px 61px 0px 61px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.acc .menu nav ul {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}
.acc .menu nav ul li a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    padding: 4px;
    margin: 0;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.acc .menu nav ul li a:hover {
    color: rgba(244, 180, 0, 1);
}
.acc .menu .cv {
    margin-top: 10px;
}
.acc .reseau {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.acc .reseau .img {
    margin-bottom: 10px;
}
.reseau .img a {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    -o-transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.reseau .img a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.acc .reseau .form {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    padding: 10px 15px;
    border: 2px solid;
    border-color: rgba(248, 250, 252, 1);
    background-color: transparent;
    border-radius: 13px;
    margin-bottom: 15px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.acc .reseau .form:hover {
    background-color: rgba(15, 23, 42, 1); 
    color: white;                
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);     
    -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 15px;
}
main .my {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 250px;
}

main .my .moi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 90px;
}
main .my .moi h1 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 70px;
    color: rgba(248, 250, 252, 1);
    margin: 0 0 0 60px;
    padding: 0;
}
main .my .moi .bachelor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 75px;
    gap: 8px;
}
main .my .moi .bachelor h2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    color: rgba(248, 250, 252, 1);
    margin: 0 0 0 60px;
    padding: 0;
    width: 430px;
}

main .my .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px;
    padding-top: 130px;
}
main .my .picture .code {
    padding-right: 25px;
    padding-bottom: 5px;
}
main .my .picture .photo {
    width: 190px;
}
main h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: rgba(248, 250, 252, 1);
    font-size: 25px;
    width: 600px;
    margin-left: 305px;
    margin-top: 0;

}

body.ap {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(15, 23, 42, 1);
}
.entete {
    height: 80px;
    background-color: rgba(30, 41, 59, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.entete .log {
    margin: 35px 30px 0 20px;
}
.entete .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.entete .menu a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    padding: 4px;
    margin: 0;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;    
}
.entete .menu a:hover {
    color: rgba(244, 180, 0, 1);
}
.entet .menu .Home:hover {
    background-color: rgba(30, 41, 59, 1); 
    color: white;       
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}
.entete .CV {
    margin-right: 20px;
    padding: 4px;
    border: 2px solid;
    border-color: rgba(248, 250, 252, 1);
    border-radius: 8px;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.entete .CV:hover {
    background-color: rgba(30, 41, 59, 1); 
    color: white;       
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}
main h1 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(248, 250, 252, 1);
}

main .perso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
    height: 100%;
}
main .perso .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 100%;
    margin-right: 95px;
    margin-left: 170px;
}
main .perso .pres {
    padding-bottom: 35px;
}
main .perso h2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    color: rgba(248, 250, 252, 1);
    margin: 0;
    padding: 0;
}
main .perso p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: rgba(248, 250, 252, 1);
    font-size: 17px;
    width: 600px;
    text-align: start;
}
main .projets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    margin-left: 100px;
}
main .projets p .gras {
    font-weight: bold;
}
main .projets p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    color: rgba(248, 250, 252, 1);
    width: 740px;
    margin-right: 90px;
}
main .actuellement {
    background-image: url(./image/Frame\ 12.svg);
    background-size: cover;
    -webkit-background-size: cover;
    height: 130px;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
main .actuellement h2 .gros {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    color: rgba(248, 250, 252, 1);
    display: block;

}
main .actuellement h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: rgba(248, 250, 252, 1);
    font-size: 20px;
}
main .title-competence {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
}
main .title-competence h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    color: rgba(248, 250, 252, 1);
    margin-bottom: 30px;
}
main .title-competence p {
    width: 600px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: rgba(248, 250, 252, 1);
    font-size: 20px;
}
.competence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0 80px 0;
    margin-left: 50px;
    margin-right: 50px;
}

.skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-right: 150px;
}

.ranger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}

.category {
    min-width: 250px;
}

.category h3 {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(244, 180, 0, 1);
    padding-bottom: 10px;
}

.skill-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.skill-name {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: rgba(248, 250, 252, 1);
}

.separator {
    width: 2px;
    height: 150px;
    background-color: rgba(71, 85, 105, 1);
    margin: 0 20px;
}

.CurriculumVitae {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.CurriculumVitae img {
    max-width: 400px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.CurriculumVitae a {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: rgba(248, 250, 252, 1);
    padding: 12px 30px;
    border: 2px solid rgba(248, 250, 252, 1);
    background-color: transparent;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.CurriculumVitae a:hover {
    background-color: rgba(244, 180, 0, 1);
    border-color: rgba(244, 180, 0, 1);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

body.mp {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(15, 23, 42, 1);
}

.title-projets {
    margin-top: 100px;
    text-align: center;
}

.title-projets h1 {
    margin-bottom: 30px;
}

.title-projets p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

main .projets-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 100px 0 0 0;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.projets-1 .melinda {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 300px;
    border: 4px solid;
    border-radius: 20px;
    border-color: rgba(53, 118, 41, 1);
    padding: 13px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    max-width: 350px;
}
.melinda img {
    width: 300px;
    margin-bottom: 23px;
}
.melinda h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin: 0 0 15px 0;
    width: 170px;
}
.melinda p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin-bottom: 50px;
    width: 280px;
}
.melinda .icone {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}
.melinda a {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-decoration: none;
    background-color: rgba(53, 118, 41, 1);
    padding: 10px 40px;
    border-radius: 10px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.melinda a:hover {
    background-color:  rgba(53, 118, 41, 1); 
    color: white;                
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 30px rgba(53, 118, 41, 1);
    box-shadow: 0 10px 30px rgba(53, 118, 41, 1);
}
.projets-1 .mdw {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 300px;
    border: 4px solid;
    border-radius: 20px;
    border-color: rgba(112, 58, 202, 1);
    padding: 13px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    max-width: 350px;
}
.mdw img {
    width: 300px;
    margin-bottom: 23px;
}
.mdw h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin: 0 0 15px 0;
    width: 170px;
}
.mdw p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin-bottom: 50px;
    width: 280px;
}
.mdw .icone {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}
.mdw a {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-decoration: none;
    background-color: rgba(112, 58, 202, 1);
    padding: 10px 40px;
    border-radius: 10px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.mdw a:hover {
    background-color:  rgba(112, 58, 202, 1); 
    color: white;                
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 30px rgba(112, 58, 202, 1);
    box-shadow: 0 10px 30px rgba(112, 58, 202, 1);
}
.projets-1 .landing-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 300px;
    border: 4px solid;
    border-radius: 20px;
    border-color: rgba(205, 221, 214, 1);
    padding: 13px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    max-width: 350px;
}
.landing-page img {
    width: 300px;
    margin-bottom: 23px;
}
.landing-page h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin: 0 0 15px 0;
    width: 200px;
}
.landing-page p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin-bottom: 50px;
    width: 280px;
}
.landing-page .icone {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}
.landing-page a {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color:  #0a1120;
    text-decoration: none;
    background-color: rgba(205, 221, 214, 1);
    padding: 10px 40px;
    border-radius: 10px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.landing-page a:hover {
    background-color:  rgba(205, 221, 214, 1); 
    color: white;                
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 30px  rgba(205, 221, 214, 1);
    box-shadow: 0 10px 30px  rgba(205, 221, 214, 1);
}
main .projets-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 70px 0 0 0;
    padding: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 80px;
}
.projets-2 .stunning {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 300px;
    border: 4px solid;
    border-radius: 20px;
    border-color: rgba(17, 17, 139, 1);
    padding: 13px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    max-width: 350px;
}
.stunning img {
    width: 300px;
    margin-bottom: 23px;
}
.stunning h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin: 0 0 15px 0;
    width: 170px;
}
.stunning p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin-bottom: 50px;
    width: 280px;
}
.stunning .icone {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}
.stunning a {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-decoration: none;
    background-color:rgba(17, 17, 139, 1);
    padding: 10px 40px;
    border-radius: 10px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.stunning a:hover {
    background-color: rgba(17, 17, 139, 1); 
    color: white;                
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 30px rgba(17, 17, 139, 1);
    box-shadow: 0 10px 30px rgba(17, 17, 139, 1);
}
.projets-2 .jeux {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 300px;
    border: 4px solid;
    border-radius: 20px;
    border-color: rgba(34, 27, 78, 1);
    padding: 13px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    max-width: 350px;
}
.jeux img {
    width: 300px;
    margin-bottom: 23px;
}
.jeux h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin: 0 0 15px 0;
    width: 250px;
}
.jeux p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin-bottom: 50px;
    width: 280px;
}
.jeux .icone {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
}
.jeux a {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-decoration: none;
    background-color: rgba(34, 27, 78, 1);
    padding: 10px 40px;
    border-radius: 10px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.jeux a:hover {
    background-color: rgba(34, 27, 78, 1); 
    color: white;                
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 30px rgba(34, 27, 78, 1);
    box-shadow: 0 10px 30px rgba(34, 27, 78, 1);
}
.projets-2 .funiro {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 420px;
    border: 4px solid;
    border-radius: 20px;
    border-color: rgba(184, 142, 47, 1);
    padding: 13px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    max-width: 350px;
}
.funiro img {
    width: 300px;
    margin-bottom: 23px;
}
.funiro h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin: 0 0 15px 0;
    width: 170px;
}
.funiro p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-align: center;
    margin-bottom: 50px;
    width: 280px;
}
.funiro .icone {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 34px;
}
.funiro a {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
    text-decoration: none;
    background-color: rgba(184, 142, 47, 1);
    padding: 10px 40px;
    border-radius: 10px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.funiro a:hover {
    background-color: rgba(184, 142, 47, 1); 
    color: white;                
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 30px rgba(184, 142, 47, 1);
    box-shadow: 0 10px 30px rgba(184, 142, 47, 1);
}

body.co {
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.3), rgba(15, 23, 42, 0.3)),url(./image/—Pngtree—pen\ sits\ on\ top\ of_2496322\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.title-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-contact h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 50px;
    color: rgba(248, 250, 252, 1);
    margin-top: 30px;
    margin-bottom: 30px;
}
.title-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
    width: 100%;
    margin-top: 30px;
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 20px;
}

.contact-form {
    background-color: rgba(30, 41, 59, 0.7);
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    max-width: 470px;
    color: white;
    backdrop-filter: blur(0,1px);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-group label {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(248, 250, 252, 1);
    margin-bottom: 8px;
}

.input-group input,
.input-group textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 12px;
    border: 2px solid rgba(71, 85, 105, 1);
    border-radius: 8px;
    color: rgba(14, 14, 14, 1);
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.input-group input:focus,
.input-group textarea:focus {
    outline: none;
    border-color: rgba(244, 180, 0, 1);
}

.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    gap: 10px;
}

.info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.info-item span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: rgba(248, 250, 252, 1);
}
.form-footer span {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 13px;
    color: rgba(248, 250, 252, 1);
}


.envoie {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: rgba(248, 250, 252, 1);
    padding: 15px 25px;
    border: 2px solid rgba(244, 180, 0, 1);
    background-color: rgba(244, 180, 0, 1);
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.envoie:hover {
    background-color: transparent;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.acces-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin: 100px auto 80px;
    max-width: 900px;
    padding: 0 40px;
}

.acces-code p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: rgba(248, 250, 252, 1);
}

.acces-code a {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.acces-code a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.acces-code img {
    width: 50px;
}

body.pr {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(15, 23, 42, 1);
}

.title-projet {
    margin-top: 80px;
    text-align: center;
    padding: 0 40px;
}

.title-projet h1 {
    margin-bottom: 20px;
}

.title-projet h1 span {
    display: block;
    font-size: 35px;
    color: rgba(244, 180, 0, 1);
    margin-top: 15px;
}

.title-projet p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: rgba(248, 250, 252, 1);
    max-width: 1000px;
    margin: 30px auto 0;
    line-height: 1.6;
}
.design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin-top: 80px;
    padding: 0 80px;
}
.design h2 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
}
.design p {
    display: flex;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 17px;
    color: rgba(248, 250, 252, 1);
    text-align: start;
    margin-left: 15px;
}
.design > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 600px;
}
.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 110px;
    justify-content: center;
    gap: 70px;
}
.language .language-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: flex;
    flex-direction: column;
}
.language-text h2 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
}
.language-text p {
    display: flex;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 17px;
    color: rgba(248, 250, 252, 1);
    text-align: start;
    margin-left: 15px;
    width: 700px;
}
.icone-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
    width: 300px;
}
.html { 
    -ms-flex-item-align: end;
    align-self: flex-end; 
}
.css { 
    -ms-flex-item-align: end;
    align-self: center; 
}
.js {
    -ms-flex-item-align: end;
    align-self: flex-start; 
}
.etat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
}
.etat .challenge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    justify-content: center;
    gap: 150px;
}
.challenge p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 17px;
    color: rgba(248, 250, 252, 1);
    text-align: start;
    width: 700px;
}
.challenge p span {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
}
.etat .encours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    justify-content: center;
    gap: 150px;
}
.encours p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 17px;
    color: rgba(248, 250, 252, 1);
    text-align: start;
    width: 630px;
}
.encours p span {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 20px;
    color: rgba(248, 250, 252, 1);
}
.projet-image {
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.code-icone, .cms-icone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.ux, .tech {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 600px;
}

.ux h2, .tech h2 {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: rgba(248, 250, 252, 1);
    margin-bottom: 25px;
}

.ux p, .tech p {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: rgba(248, 250, 252, 1);
    line-height: 1.8;
    margin-left: 20px;
}

.ux p span, .tech p span {
    display: block;
    margin-top: 15px;
}
@media screen and (min-width: 1920px) {
    .acc {
        width: 300px;
    }

    .acc h2 {
        font-size: 38px;
    }

    .acc .menu nav ul li a {
        font-size: 24px;
    }

    .acc .reseau .form {
        font-size: 24px;
        padding: 14px 20px;
    }

    main .my {
        height: 350px;
    }

    main .my .moi h1 {
        font-size: 90px;
    }

    main .my .moi .bachelor h2 {
        font-size: 38px;
        width: 550px;
    }

    main .my .picture .photo {
        width: 240px;
    }

    main h2 {
        font-size: 32px;
        width: 800px;
        margin-left: 525px;
    }

    .entete {
        height: 100px;
    }

    .entete .menu a {
        font-size: 24px;
    }

    main h1 {
        font-size: 65px;
    }

    main .perso {
        margin-top: 120px;
    }

    main .perso .picture {
        margin-right: 120px;
        margin-left: 200px;
    }

    main .perso h2 {
        font-size: 38px;
    }

    main .perso p {
        font-size: 20px;
        width: 750px;
    }

    main .projets {
        margin-left: 150px;
    }

    main .projets p {
        font-size: 20px;
        width: 900px;
        margin-right: 120px;
    }

    main .actuellement {
        height: 160px;
        margin-top: 120px;
    }

    main .actuellement h2 .gros {
        font-size: 38px;
    }

    main .actuellement h2 {
        font-size: 26px;
    }

    main .title-competence {
        margin-top: 100px;
    }

    main .title-competence h2 {
        font-size: 42px;
        margin-bottom: 40px;
    }

    main .title-competence p {
        width: 800px;
        font-size: 24px;
    }

    .competence {
        padding: 120px 0 100px 0;
        margin-left: 150px;
    }

    .category {
        min-width: 320px;
    }

    .category h3 {
        font-size: 26px;
    }

    .skill-name {
        font-size: 20px;
    }

    .CurriculumVitae img {
        max-width: 500px;
    }

    .CurriculumVitae a {
        font-size: 22px;
        padding: 16px 40px;
    }

    .title-contact {
        padding-top: 100px;
    }

    .title-contact p {
        font-size: 24px;
        max-width: 1000px;
    }

    .contact {
        padding: 120px 20px;
    }

    .contact-form {
        max-width: 1000px;
        padding: 50px;
    }

    .input-group label {
        font-size: 20px;
    }

    .input-group input,
    .input-group textarea {
        font-size: 18px;
        padding: 16px;
    }

    .info-item span {
        font-size: 20px;
    }

    .envoie {
        font-size: 22px;
        padding: 18px 50px;
    }

    .title-projets {
        margin-top: 120px;
    }

    .title-projets p {
        font-size: 24px;
        max-width: 1200px;
    }

    .projets-1, .projets-2 {
        gap: 60px;
        margin-top: 100px;
        padding: 0 80px;
    }

    .melinda, .mdw, .landing-page, .stunning, .jeux, .funiro {
        padding: 35px;
        max-width: 450px;
    }

    .melinda h2, .mdw h2, .landing-page h2,
    .stunning h2, .jeux h2, .funiro h2 {
        font-size: 28px;
    }

    .melinda p, .mdw p, .landing-page p,
    .stunning p, .jeux p, .funiro p {
        font-size: 19px;
    }

    .icone img {
        width: 45px;
    }

    .melinda a, .mdw a, .landing-page a,
    .stunning a, .jeux a, .funiro a {
        font-size: 20px;
    }

    .acces-code {
        margin: 120px auto 100px;
        max-width: 1200px;
    }

    .acces-code p {
        font-size: 22px;
    }

    .acces-code a img {
        width: 70px;
    }

    .title-projet {
        margin-top: 100px;
        padding: 0 80px;
    }

    .title-projet h1 span {
        font-size: 45px;
    }

    .title-projet p {
        font-size: 22px;
        max-width: 1300px;
    }

    .design {
        gap: 80px;
        margin-top: 100px;
        padding: 0 120px;
    }

    .design > div {
        max-width: 750px;
    }

    .code-icone img, .cms-icone img {
        width: 65px;
    }

    .ux, .tech {
        max-width: 750px;
    }

    .ux h2, .tech h2 {
        font-size: 35px;
    }

    .ux p, .tech p {
        font-size: 20px;
    }

    .language {
        gap: 80px;
        margin-top: 100px;
        padding: 0 120px;
    }

    .language-text {
        max-width: 1000px;
    }

    .language-text h2 {
        font-size: 35px;
    }

    .language-text p {
        font-size: 20px;
    }

    .icone-code img {
        width: 90px;
    }

    .etat {
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 0 120px;
    }

    .etat .challenge, .etat .encours {
        padding: 40px;
    }

    .challenge img, .encours img {
        width: 100px;
    }

    .challenge p, .encours p {
        font-size: 20px;
    }

    .challenge p span, .encours p span {
        font-size: 28px;
    }
}

@media screen and (min-width: 2560px) {
    .acc {
        width: 400px;
    }

    .acc h2 {
        font-size: 48px;
    }

    .acc .menu nav ul li a {
        font-size: 30px;
    }

    .acc .reseau .form {
        font-size: 30px;
        padding: 18px 25px;
    }

    main .my {
        height: 450px;
    }

    main .my .moi h1 {
        font-size: 120px;
    }

    main .my .moi .bachelor h2 {
        font-size: 50px;
        width: 700px;
    }

    main .my .picture .photo {
        width: 320px;
    }

    main h2 {
        font-size: 42px;
        width: 1000px;
        margin-left: 460px;
    }

    .entete {
        height: 120px;
    }

    .entete .menu a {
        font-size: 32px;
    }

    main h1 {
        font-size: 85px;
    }

    main .perso {
        margin-top: 150px;
    }

    main .perso .picture {
        margin-right: 150px;
        margin-left: 250px;
    }

    main .perso h2 {
        font-size: 48px;
    }

    main .perso p {
        font-size: 26px;
        width: 950px;
    }

    main .projets {
        margin-left: 200px;
    }

    main .projets p {
        font-size: 26px;
        width: 1200px;
        margin-right: 150px;
    }

    main .actuellement {
        height: 200px;
        margin-top: 150px;
    }

    main .actuellement h2 .gros {
        font-size: 48px;
    }

    main .actuellement h2 {
        font-size: 34px;
    }

    main .title-competence {
        margin-top: 130px;
    }

    main .title-competence h2 {
        font-size: 54px;
        margin-bottom: 50px;
    }

    main .title-competence p {
        width: 1000px;
        font-size: 30px;
    }

    .competence {
        padding: 150px 0 120px 0;
        margin-left: 200px;
    }

    .category {
        min-width: 420px;
    }

    .category h3 {
        font-size: 34px;
    }

    .skill-name {
        font-size: 26px;
    }

    .separator {
        height: 200px;
    }

    .CurriculumVitae img {
        max-width: 650px;
    }

    .CurriculumVitae a {
        font-size: 28px;
        padding: 20px 50px;
    }

    .title-contact {
        padding-top: 130px;
    }

    .title-contact p {
        font-size: 30px;
        max-width: 1300px;
    }

    .contact {
        padding: 150px 20px;
    }

    .contact-form {
        max-width: 1300px;
        padding: 60px;
    }

    .input-group label {
        font-size: 26px;
    }

    .input-group input,
    .input-group textarea {
        font-size: 24px;
        padding: 20px;
    }

    .info-item span {
        font-size: 26px;
    }

    .envoie {
        font-size: 28px;
        padding: 22px 60px;
    }

    .title-projets {
        margin-top: 150px;
    }

    .title-projets p {
        font-size: 30px;
        max-width: 1500px;
    }

    .projets-1, .projets-2 {
        gap: 80px;
        margin-top: 130px;
        padding: 0 120px;
    }

    .melinda, .mdw, .landing-page, .stunning, .jeux, .funiro {
        padding: 45px;
        max-width: 550px;
    }

    .melinda h2, .mdw h2, .landing-page h2,
    .stunning h2, .jeux h2, .funiro h2 {
        font-size: 36px;
    }

    .melinda p, .mdw p, .landing-page p,
    .stunning p, .jeux p, .funiro p {
        font-size: 24px;
    }

    .icone img {
        width: 55px;
    }

    .melinda a, .mdw a, .landing-page a,
    .stunning a, .jeux a, .funiro a {
        font-size: 26px;
    }

    .acces-code {
        margin: 150px auto 130px;
        max-width: 1500px;
    }

    .acces-code p {
        font-size: 28px;
    }

    .acces-code a img {
        width: 90px;
    }

    .title-projet {
        margin-top: 130px;
        padding: 0 120px;
    }

    .title-projet h1 span {
        font-size: 58px;
    }

    .title-projet p {
        font-size: 28px;
        max-width: 1600px;
    }

    .design {
        gap: 100px;
        margin-top: 130px;
        padding: 0 150px;
    }

    .design > div {
        max-width: 950px;
    }

    .code-icone img, .cms-icone img {
        width: 85px;
    }

    .ux, .tech {
        max-width: 950px;
    }

    .ux h2, .tech h2 {
        font-size: 45px;
    }

    .ux p, .tech p {
        font-size: 26px;
    }

    .language {
        gap: 100px;
        margin-top: 130px;
        padding: 0 150px;
    }

    .language-text {
        max-width: 1300px;
    }

    .language-text h2 {
        font-size: 45px;
    }

    .language-text p {
        font-size: 26px;
    }

    .icone-code img {
        width: 110px;
    }

    .etat {
        margin-top: 130px;
        margin-bottom: 130px;
        padding: 0 150px;
    }

    .etat .challenge, .etat .encours {
        padding: 50px;
    }

    .challenge img, .encours img {
        width: 130px;
    }

    .challenge p, .encours p {
        font-size: 26px;
    }

    .challenge p span, .encours p span {
        font-size: 36px;
    }
}

@media screen and (max-width: 1024px) {
    main .my {
        flex-direction: column;
        height: auto;
        padding-top: 30px;
    }
    
    main .my .moi {
        padding-left: 0;
        margin: 0;
        text-align: center;
    }
    
    main .my .picture {
        padding-left: 0;
        padding-top: 30px;
        margin: 0;
    }

    main .my .moi h1 {
        font-size: 50px;
        margin-left: 0;
    }

    main .my .moi .bachelor {
        padding-right: 0;
        justify-content: center;
    }

    main .my .moi .bachelor h2 {
        font-size: 22px;
        width: auto;
        margin-left: 0;
        text-align: center;
    }

    main > h2 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 22px;
    }
    main .perso {
        flex-direction: column;
        margin-top: 50px;
    }

    main .perso .picture {
        margin: 0 0 30px 0;
    }

    main .perso p {
        width: 85%;
    }

    main .projets {
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
        gap: 30px;
    }

    main .projets img {
        width: 100%;
        max-width: 400px;
    }

    main .projets p {
        width: 100%;
        margin-right: 0;
    }
    main .competence {
        flex-direction: column;
        margin-left: 0;
        gap: 40px;
    }

    main .skills {
        margin-right: 0;
    }

    main .competence .ranger {
        gap: 50px;
    }

    .separator {
        height: 2px;
        width: 80%;
        margin: 20px auto;
    }
    .projets-1, .projets-2 {
        flex-wrap: wrap;
        gap: 30px;
    }

    .melinda, .mdw, .landing-page, .stunning, .jeux, .funiro {
        width: 45%;
        min-width: 300px;
    }
    .title-projet p {
        width: 85%;
    }

    .design {
        flex-direction: column;
        gap: 40px;
        margin-top: 60px;
    }

    .projet-image {
        width: 85%;
        max-width: 500px;
    }

    .ux p, .tech p, .language-text p {
        width: 85%;
    }

    .language {
        flex-direction: column;
        gap: 40px;
    }

    .challenge p, .encours p {
        width: 85%;
    }

    .etat .challenge, .etat .encours {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .contact-form {
        width: 85%;
    }

    .form-footer {
        flex-direction: column;
        gap: 20px;
    }

    .contact-info {
        width: 100%;
    }

    .acces-code p {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
 
    .acc {
        width: 100%;
        height: auto;
        position: relative;
        padding: 20px 0;
    }

    .acc h2 {
        margin: 10px 0;
        font-size: 24px;
    }

    .acc .menu {
        margin: 20px 0;
    }

    .logo {
        margin-right: 0;
        justify-content: center;
    }

    main .my {
        padding-top: 20px;
        margin-left: 0;
    }

    main .my .moi h1 {
        font-size: 36px;
        margin: 0;
    }

    main .my .moi .bachelor h2 {
        font-size: 18px;
        width: 90%;
        margin: 10px auto;
    }

    main .my .picture .photo {
        width: 150px;
    }

    main > h2 {
        font-size: 18px;
        width: 90%;
        margin: 20px auto;
    }
    .entete {
        height: auto;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .entete .log {
        margin: 10px 15px;
    }

    .entete .menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 10px;
    }

    .entete .menu a {
        font-size: 16px;
        padding: 8px 12px;
    }

    .entete .CV {
        margin: 10px auto;
    }
    main h1 {
        font-size: 32px !important;
        text-align: center;
        padding: 0 15px;
    }

    main h2 {
        font-size: 18px !important;
        text-align: center;
    }
    main .perso {
        margin-top: 30px;
        padding: 0 15px;
    }

    main .perso .picture {
        margin: 0 0 20px 0;
    }

    main .perso .picture img {
        width: 80%;
        max-width: 300px;
    }

    main .perso .pres {
        text-align: center;
        padding: 0;
    }

    main .perso p {
        width: 100%;
        font-size: 15px;
        text-align: justify;
    }

    main .projets {
        margin: 30px 15px;
        gap: 20px;
    }

    main .projets p {
        width: 100%;
        font-size: 15px;
        text-align: justify;
    }

    main .actuellement {
        height: auto;
        padding: 20px 15px;
        margin-top: 50px;
    }

    main .actuellement h2 {
        font-size: 16px;
    }

    main .actuellement h2 .gros {
        font-size: 22px;
    }
    main .title-competence {
        margin-top: 40px;
        padding: 0 15px;
    }

    main .title-competence h2 {
        font-size: 26px;
    }

    main .title-competence p {
        width: 100%;
        font-size: 15px;
    }

    main .competence {
        margin: 40px 0;
        padding: 0 15px;
    }

    main .competence .ranger {
        flex-direction: column;
        gap: 30px;
    }

    .category {
        width: 100%;
    }

    .separator {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }

    .CurriculumVitae {
        width: 100%;
        margin-top: 30px;
    }

    .CurriculumVitae img {
        width: 100%;
        max-width: 300px;
    }

    .CurriculumVitae a {
        font-size: 16px;
        padding: 10px 20px;
    }
    .title-contact {
        padding-top: 50px;
        padding: 50px 15px 0 15px;
    }

    .title-contact h1 {
        font-size: 32px;
    }

    .title-contact p {
        font-size: 16px;
        text-align: center;
        padding: 0 15px;
    }

    .contact {
        padding: 50px 15px;
    }

    .contact-form {
        width: 100%;
        padding: 25px 20px;
        max-width: 100%;
    }

    .name {
        flex-direction: column;
        gap: 15px;
    }

    .input-group label {
        font-size: 14px;
    }

    .input-group input,
    .input-group textarea {
        padding: 10px;
        font-size: 14px;
    }

    .form-footer {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .contact-info {
        order: 2;
        flex-direction: column;
        align-items: flex-start;
    }

    .envoie {
        order: 1;
        width: 100%;
        padding: 12px;
    }
    .title-projets {
        margin-top: 40px;
        padding: 0 15px;
    }

    .title-projets h1 {
        font-size: 32px;
    }

    .title-projets p {
        width: 100%;
        font-size: 16px;
    }

    .projets-1, .projets-2 {
        flex-direction: column;
        margin-top: 40px;
        gap: 30px;
        padding: 0 15px;
    }

    .melinda, .mdw, .landing-page, .stunning, .jeux, .funiro {
        width: 100%;
        padding: 15px;
    }

    .melinda h2, .mdw h2, .landing-page h2, .stunning h2, .jeux h2, .funiro h2 {
        font-size: 18px;
    }

    .melinda p, .mdw p, .landing-page p, .stunning p, .jeux p, .funiro p {
        font-size: 14px;
    }

    .icone img {
        width: 30px;
    }

    .acces-code {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .acces-code p {
        width: 100%;
        font-size: 15px;
        text-align: center;
    }

    .acces-code a img {
        width: 40px;
    }
    .title-projet {
        margin-top: 40px;
        padding: 0 15px;
    }

    .title-projet h1 {
        font-size: 28px;
        text-align: center;
        width: 100%;
    }

    .title-projet h1 span {
        font-size: 22px;
        display: block;
        margin-top: 10px;
    }

    .title-projet p {
        width: 100%;
        font-size: 16px;
        text-align: justify;
    }

    .design {
        flex-direction: column;
        margin-top: 40px;
        padding: 0 15px;
        gap: 30px;
    }

    .design > div {
        width: 100%;
    }

    .projet-image {
        width: 100%;
    }

    .code-icone, .cms-icone {
        margin-top: 20px;
        gap: 30px;
    }

    .code-icone img, .cms-icone img {
        width: 40px;
    }

    .ux, .tech {
        width: 100%;
    }

    .ux h2, .tech h2 {
        font-size: 18px;
        text-align: center;
    }

    .ux p, .tech p {
        width: 100%;
        font-size: 15px;
        text-align: justify;
        margin-left: 0;
    }

    .language {
        flex-direction: column;
        margin-top: 40px;
        padding: 0 15px;
        gap: 30px;
    }

    .language-text {
        width: 100%;
    }

    .language-text h2 {
        font-size: 18px;
        text-align: center;
    }

    .language-text p {
        width: 100%;
        font-size: 15px;
        text-align: justify;
        margin-left: 0;
    }

    .icone-code {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .html, .css, .js {
        align-self: center;
    }

    .icone-code img {
        width: 50px;
    }

    .etat {
        margin-top: 40px;
        padding: 0 15px;
        gap: 30px;
        margin-bottom: 30px;
    }

    .etat .challenge, .etat .encours {
        flex-direction: column;
        gap: 20px;
    }

    .challenge img, .encours img {
        width: 60px;
    }

    .challenge p, .encours p {
        width: 100%;
        font-size: 15px;
        text-align: justify;
    }

    .challenge p span, .encours p span {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    main .my .moi h1 {
        font-size: 28px;
    }

    main .my .moi .bachelor h2 {
        font-size: 16px;
    }

    main .my .picture .photo {
        width: 120px;
    }

    .entete .menu a {
        font-size: 14px;
        padding: 6px 10px;
    }

    main h1 {
        font-size: 26px !important;
    }

    .title-projet h1 {
        font-size: 24px;
    }

    .title-projet h1 span {
        font-size: 18px;
    }

    .contact-form {
        padding: 20px 15px;
    }

    .envoie {
        font-size: 14px;
        padding: 10px;
    }

    .melinda h2, .mdw h2, .landing-page h2, .stunning h2, .jeux h2, .funiro h2 {
        font-size: 16px;
    }
}
#code-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}
#particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
    animation: float linear infinite;
}

@keyframes float {
    0% {
        transform: translateY(100vh) translateX(0) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(-100px) translateX(var(--tx)) scale(1);
        opacity: 0;
    }
}