
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

/* mon menu de nav*/

section.top-page {
    background: url("Image/img_acceuil.jpg");
    background-size: cover;
    height: 100vh;
    padding: 25px;
}

.big_title {
    color: white;
    font-size: 200px;
    padding-left: 450px;
    padding-top: 150px;
}

.little_title {
    display: flex;
    background-color: transparent;
    justify-content: space-around;
    margin-left: 700px;
    margin-right: 700px;
    color: white;
    font-size: 50px;
    border: 4px solid;
    border-color: white;
}

/* menu fix */

header.header img.monmoi{
    width: 250px;
}

header.header img.linkedin {
    width: 50px;
    margin-left: 125px;
}

header.header {
    position: fixed;
    display: flex;
    align-items: center;
}

nav.nav {
    display: flex;
    justify-content: space-around;
    list-style: none;
    background-color: rgba(231, 232, 242, 036);
    width: 600px;
    margin-left: 400px;
    line-height: 50px;
    border-radius: 60px;
}

.delivery-icon {
    font-size: 50px;
    color: white;
    margin-left: 50px;
}

/* middle page */

section.middle-page{
    background: #192f5c;
    background-size: cover;
    min-height: 65vh;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.texte_title {
    color: white;
    font-size: 80px;
    margin-left: 150px;
}

.text_of_me {
    font-size: 25px;
    line-height: 40px;
    text-align: left;
    position: relative;
    color: aliceblue;
    top: 100px;
    left: 40px;
}

img.me_and_logo {
    margin-left: 1400px;
    margin-top: -250px;
}

/* middle seconde page */

.title_mon_parcour {
    font-size: 35px;
    margin-left: 700px;
    margin-top: -40px;
}

.tree_life {
    display: flex;
    gap: 30px;
    margin-left: 200px;
}

img.lol {
    margin-left: -360px;
    margin-bottom: 600px;
}

img.loe {
    margin-left: -360px;
    margin-bottom: 600px;
}

img.los {
    margin-left: -360px;
    margin-bottom: 600px;
}

.date1 {
    margin-left: 50px;
    font-size: 60px;
    color: white;
    margin-top: -580px;
}

.txt1 {
    color: white;
    font-size: 25px;
}

.date2 {
    margin-left: 50px;
    font-size: 60px;
    color: white;
    margin-top: -580px;
}

.txt2 {
    color: white;
    font-size: 25px;
}

.date3 {
    margin-left: 50px;
    font-size: 60px;
    color: white;
    margin-top: -580px;
}

.txt3 {
    color: white;
    font-size: 25px;
}

/* down page */

.title_mes_passions {
    font-size: 35px;
    margin-left: 700px;
    margin-top: 250px;
}

.down_loisir {
    display: flex;
    flex-direction: column;
}

/* Conteneur image + texte */
.passion-card {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.passion-card img {
    width: 100%;
    height: 850px;
    display: block;
}

.txt_sport {
    position: absolute;
    top: -100px;
    left: 120px;
    color: rgba(255, 255, 255, 0.897);
    font-size: 100px;
    font-weight: bold;
}

.txt_sport_long {
    color: white;
    background-color: #00436f;
    top: 500px;
    left: 100px;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #00436f;
    text-align: center;
}

.txt_jeux {
    position: absolute;
    top: -100px;
    left: 1420px;
    color: rgba(255, 255, 255, 0.897);
    font-size: 100px;
    font-weight: bold;
}

.txt_jeux_long {
    color: white;
    background-color: #4e258d;
    top: 500px;
    left: 100px;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #4e258d;
    text-align: center;
}

.txt_afrique {
    position: absolute;
    top: -100px;
    left: 120px;
    color: #38211f;
    font-size: 100px;
    font-weight: bold;
}

.txt_afrique_long {
    color: white;
    background-color: #72534e;
    top: 500px;
    left: 100px;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #72534e;
    text-align: center;
}

.txt_manga {
    position: absolute;
    top: -100px;
    left: 120px;
    color: #7d43cb;
    font-size: 100px;
    font-weight: bold;
}

.txt_manga_long {
    color: #7d43cb;
    background-color: #dce3ee;
    top: 500px;
    left: 100px;
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

/* #0e1a32 */ /* #0e1a32 */
/* La deuxieme page*/

section.seconde_top-page {
    background: url("Image/coding_back.jpg");
    background-size: cover;
    height: 100vh;
    padding: 25px;
}

.seconde_big_title {
    color: white;
    font-size: 150px;
    padding-left: 100px;
    text-align: center;
}

.seconde_little_title {
    display: flex;
    background-color: transparent;
    justify-content: space-around;
    margin-left: 700px;
    margin-right: 700px;
    color: white;
    font-size: 50px;
    border: 4px solid;
    border-color: white;
    margin-top: -200px;
}

section.seconde_midlle_page {
    background: url("Image/neon_back.jpg");
    background-size: cover;
    height: 50vh;
    padding: 25px;
}

img.logo_canva {
    margin-left: 200px;
    height: 150px;
    width: 150px;
}

.txt_canva {
    color: rgb(92, 91, 91);
    margin-left: 100px;
    background-color: #dce3ee;
    margin-top: 15px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

img.logo_notion {
    margin-left: 200px;
    height: 150px;
    width: 150px;
}

.txt_notion {
    color: rgb(92, 91, 91);
    margin-left: 100px;
    background-color: #dce3ee;
    margin-top: 15px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center; 
}

img.logo_wordpress {
    margin-left: 200px;
    height: 150px;
    width: 150px;
}

.txt_wordpress {
    color: rgb(92, 91, 91);
    margin-left: 100px;
    background-color: #dce3ee;
    margin-top: 15px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center; 
}

section.tree_midlle_page {
    background: url("Image/sec_neon_back.jpg");
    background-size: cover;
    height: 50vh;
    padding: 25px;
}

img.logo_github {
    margin-left: 1450px;
    height: 150px;
    width: 150px;
}

.txt_github {
    color: rgb(92, 91, 91);
    margin-left: 160px;
    background-color: #dce3ee;
    margin-top: 15px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

img.logo_n8n {
    margin-left: 1450px;
    height: 150px;
    width: 150px;
}

.txt_n8n {
    color: rgb(92, 91, 91);
    background-color: #dce3ee;
    margin-top: 15px;
    margin-left: 160px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

img.logo_app {
    margin-left: 1450px;
    height: 150px;
    width: 150px;
}

.txt_app {
    color: rgb(92, 91, 91);
    background-color: #dce3ee;
    margin-top: 15px;
    margin-left: 160px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

section.four_midlle_page {
    background: url("Image/tre_neon_back.jpg");
    background-size: cover;
    height: 35vh;
    padding: 25px;
}

img.logo_tink {
    margin-left: 200px;
    height: 150px;
    width: 150px;
}

.txt_tink {
    color: rgb(92, 91, 91);
    background-color: #dce3ee;
    margin-left: 100px;
    margin-top: 15px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

img.logo_solid {
    margin-left: 200px;
    height: 150px;
    width: 150px;
}

.txt_solid {
    color: rgb(92, 91, 91);
    background-color: #dce3ee;
    margin-left: 100px;
    margin-top: 15px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

img.logo_godot {
    margin-left: 850px;
    height: 150px;
    width: 150px;
}

.txt_godot {
    color: rgb(92, 91, 91);
    background-color: #dce3ee;
    margin-left: -900px;
    margin-top: 160px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

img.logo_pix {
    margin-left: 850px;
    height: 150px;
    width: 150px;
}

.txt_pix {
    color: rgb(92, 91, 91);
    background-color: #dce3ee;
    margin-left: -540px;
    margin-top: 160px;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    border: 30px solid;
    border-radius: 200px;
    border-color: #dce3ee;
    text-align: center;
}

/* logo of language */

img.logo_c {
    margin-top: 20px;
    margin-left: 450px;
    height: 150px;
    width: 140px;
}

img.logo_cplus {
    margin-top: 20px;
    margin-left: 200px;
    height: 150px;
    width: 140px;
}


img.logo_python {
    margin-top: 20px;
    margin-left: 200px;
    height: 150px;
    width: 150px;
}


section.lang {
    background: url("Image/back_lang.jpg");
    margin-top: 60px;
    background-size: cover;
    height: 12vh;
    padding: 25px;   
}

img.fr {
    margin-left: 170px;
    height: 100px;
    width: 200px;
}

img.ru {
    margin-left: 170px;
    height: 100px;
    width: 200px;
}

img.en {
    margin-left: 170px;
    height: 100px;
    width: 200px;
}

img.ch {
    margin-left: 170px;
    height: 100px;
    width: 200px;
}

/* footer */

section.footer_page {
    background: url("Image/back_footer.jpg");
    background-size: cover;
    padding: 25px;   
    height: 70vh;
}

img.logo_of_monmoi {
    margin-top: -120px;
}

.txt_all_page {
    color: white;
    margin-top: -10px;
    margin-left: 120px;
    font-size: 25px;
}

.txt_all_page_right {
    color: white;
    margin-left: 1000px;
    margin-top: -350px;
    font-size: 40px;
}

img.img_of_link_foot {
    margin-top: 55px;
    margin-left: 1500px;
    height: 110px;
    width: 110;
}

/* La troisieme page */

section.tre_top-page {
    background: url("Image/back_projet.png");
    background-size: cover;
    height: 100vh;
    padding: 25px;
}

.all_the_logo {
    margin-top: -200px;
    margin-left: 100px;
}

section.first_log {
    background: url("Image/6.png");
    background-size: cover;
    padding: 25px;
    width: 1700px;
    height: 100vh;
    margin-left: 65px;
    margin-top: 50px;
}

img.logo_html_projet {
    height: 300px;
    width: 300px;
}

section.sec_log {
    background: url("Image/9.png");
    background-size: cover;
    padding: 25px;
    width: 1700px;
    height: 140vh;
    margin-left: 65px;
    margin-top: 50px;
}

img.logo_c_projet {
    height: 300px;
    width: 290px;
}

.delivery-icon1 {
    font-size: 100px;
    color: white;
    margin-left: -50px;
}

.organized_title {
    font-size: 70px;
    margin-left: 400px;
    margin-top: -200px;
    color: white;
}

.txt_1 {
    font-size: 30px;
    color: white;
}

.organized_fonc {
    font-size: 25px;
    color: white;
}

.simplification {
    color: red;

}

section.tree_log {
    background: url("Image/10.png");
    background-size: cover;
    padding: 25px;
    width: 1700px;
    height: 150vh;
    margin-left: 65px;
    margin-top: 50px;
}

img.logo_cplus_projet {
    height: 300px;
    width: 290px;
}

.arduino_title {
    font-size: 70px;
    margin-left: 450px;
    margin-top: -250px;
    color: white;
}

img.first_arduino {
    width: 316px;
    height: 269px;
}

img.sec_arduino {
    width: 316px;
    height: 269px;
}

img.tree_arduino {
    height: 269px;
}

.arduino_fonc {
    font-size: 25px;
    color: white;
}

section.five_log {
    background: url("Image/8.png");
    background-size: cover;
    padding: 25px;
    width: 1700px;
    height: 235vh;
    margin-left: 65px;
    margin-top: 50px;
}

img.logo_python_projet {
    height: 300px;
    width: 290px;
}

.python_title {
    font-size: 70px;
    margin-left: 350px;
    margin-top: -200px;
    color: white;
}

.t1 {
    color: #737373;
    text-decoration: underline;
    font-size: 40px;
}

.t11 {
    margin-bottom: -100px;
    color: white;
    font-size: 35px;
}

.t2 {
    font-size: 40px;
    color: #5ce1e6;
    text-decoration: underline;
}

.t12 {
    font-size: 35px;
    color: white;
}

.t3 {
    font-size: 40px;
    color: #e2a9f1;
    text-decoration: underline;
}

.t13 {
    font-size: 35px;
    color: white;
}

.t4 {
    font-size: 40px;
    color: #ff3131;
    text-decoration: underline;
}

.t14 {
    font-size: 35px;
    color: white;
}

.t5 {
    font-size: 40px;
    color: #f1652a;
    text-decoration: underline;
}

.t15 {
    font-size: 35px;
    color: white;
}

.t6 {
    font-size: 40px;
    color: #58b46c;
    text-decoration: underline;
}

.t16 {
    font-size: 35px;
    color: white;
}

.t7 {
    font-size: 40px;
    color: #1783d8;
    text-decoration: underline;
}

.t17 {
    font-size: 35px;
    color: white;
}

.t8 {
    font-size: 40px;
    color: #fdd649;
    text-decoration: underline;
}

.t18 {
    font-size: 35px;
    color: white;
}

/* Me contacter */

section.contacte_me {
  width: 1870px;
  height: 950px;
  background-image: url("Image/neon_pc_back.jpg"), url("Image/8.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 50% 100%, 50% 100%;
  background-position: left top, right top;
}

img.me {
    margin-left: 18%;
    margin-top: 90px;
    width: 250px;
    height: 250px;
}

.txt_contacte_me_div {
    font-size: 30px;
    color: white;
    margin-left: -950px;
    margin-top: 100px;
    text-align: center;
}

img.img_of_my_logo {
    margin-left: 150px;
    margin-top: -50px;
    width: 600px;
    height: 600px;
}

.txt_me_cont {
    margin-top: -1000px;
    color: white;
    margin-left: 1000px;
    font-size: 100px;
}

.tttt {
    margin-top: -180px;
    color: white;
    margin-left: 1000px;
    font-size: 25px;
}

.logo_link {
    margin-left: 1700px;
    margin-top: -5px;
    width: 70px;
    height: 70px;
}

/*===========================================================*/

.form-message {
    margin-top: 15px;
    padding: 15px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    animation: fadeIn 0.4s ease;
}

/* Succès */
.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

/* Erreur */
.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to   { opacity: 1; transform: translateY(0); }
}