@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    list-style: none;
}
html{
    scroll-behavior: smooth;
}
h1{
    cursor: default;
    font-family: "Nunito", sans-serif;
    font-size: 60px;
    justify-content: center;
    text-align: center;
    color: #222222;
}
h2{
    cursor: default;
    font-family: "Nunito", sans-serif;
    font-size: 40px;
    justify-content: center;
    text-align: center;
    color: #222222;
}
p{ 
    cursor: default;
}
/*Accueil*/
.containerdn{
    cursor: pointer;
    height: calc(100% - 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
section{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  section .air{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(https://1.bp.blogspot.com/-xQUc-TovqDk/XdxogmMqIRI/AAAAAAAACvI/AizpnE509UMGBcTiLJ58BC6iViPYGYQfQCLcBGAsYHQ/s1600/wave.png);
    background-size: 1000px 100px
  }
  section .air.air1{
    animation: wave 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }
  section .air.air2{
    animation: wave2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
  }
  section .air.air3{
    animation: wave 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
  }
  section .air.air4{
    animation: wave2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
  }
  section .air.air5{
    animation: wave 3s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
  }

  @keyframes wave{
    0%{
      background-position-x: 0px; 
    }
    100%{
      background-position-x: 1000px; 
    }
  }
  @keyframes wave2{
    0%{
      background-position-x: 0px; 
    }
    100%{
      background-position-x: -1000px; 
    }
  }
#home{
    align-items: center;
    background-size: auto;
    height: 99vh;
    justify-content: center;
    width: 100%;
    background: url(images/PC1.jpg);
    z-index: 100000;
    background-size: cover; /* Ajuste l'image pour couvrir tout le conteneur */
    background-position: center; /* Centre l'image dans le conteneur */
    background-repeat: no-repeat; /* Ne pas r p ter l'image */  
}
#home h1{
    padding-top: 280px;
    font-size: 60px;
    color: #fff;
    font-family: 'Anton', sans-serif;
    line-height: 100px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
#boutonLangue{
  background: linear-gradient( #777575, rgb(84, 91, 95));
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  margin-left: 50px;
  display: block;
}
.bgrnd_aff{
    text-align: center;
    justify-content: center;
}
.nav .menu_hamburger {
    display: none;
    position: absolute;
    height: auto;
    width: auto;
    top: 25px;
    right: 30px;
    width: 95px;
}
.nav{
    z-index: 100000;
    height: auto;
    display: flex;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 10%;
    background-color: #222222;
    box-shadow: rgb(34,34,34,0.8) 0px 25px 60px -20px;
}
nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none;
}
.nav_links li, a, button{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #edf0F1;
    text-decoration: none;
    background-color: unset;
}
.nav_button {
    display: inline-block;
    margin-left: 20px;
    padding: 9px 25px;
    background-color: rgba(0,136,169,1);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 600;
}
.nav_button:hover {
    background-color: rgba(0,136,169,0.8);
}
.logo{
    cursor: pointer;
    height: 50px;
	width: 150px;
    background-color: transparent;
}
.nav_links{
    list-style: none;
    background-color: transparent;
}
.nav_links li{
    display: inline-block;
    padding: 0px 30px;
}
.nav_links li a{
    transition: all 0.3s ease 0s;
}
.nav_links li a:hover{
    color: #0088a9;
}
.nav_links_button{
    display: none;
}
/*Qui suis-je ?*/
#about{
    padding-top: 90px;
    margin-bottom: 0px;
}
.about_text{
    width: 100%;
    max-width: 40%;
    justify-content: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    font-size: 20px;
    color: #222222;
}
/*Mes Projets*/
#project{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 90px;
    width: 100%;
}
.project_katama{
    margin-top: 50px;
    align-items: center;
    display: flex;
    height: fit-content;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: row;
}
.project_gfx{
    margin-top: 50px;
    align-items: center;
    display: flex;
    height: fit-content;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: row-reverse;
}
.project_katama{
    margin-top: 50px;
    align-items: center;
    display: flex;
    height: fit-content;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: row;
}
.project_gfx{
    margin-top: 50px;
    align-items: center;
    display: flex;
    height: fit-content;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: row-reverse;
}
.project_katama{
    margin-top: 50px;
    align-items: center;
    display: flex;
    height: fit-content;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: row;
}
.project_gfx{
    margin-top: 50px;
    align-items: center;
    display: flex;
    height: fit-content;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: row-reverse;
}
.project_image{
    transition: 0.25s ease-in-out;
    max-width: 500px;
    margin: 0 30px;
    width: 40%;
    border: rgb(34,34,34,1) 3px solid;
    border-radius: 30px;
}
.project_image:hover{
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}
.project_title{
    cursor: default;
    font-size: 20px;
    margin-bottom: 20px;
    color: #ececec;
    background-color: #0088a9;
    border-radius: 30px;
    padding: 10px 0;
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
    width: 55%;
    min-width: 200px;
}
.project_content{
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 25px;
    max-width: 30%;
}
.project_text{
    color: #222222;
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
}
.project_content_2{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 25px;
    width: 30%;
}
.project_text_2{
    color: #222222;
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
}
.project_date{
    color: #8590a1;
    font-size: 15px;
    margin: 0;
    margin-top: -15px;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
}
.project_footer_button{
    color: #0088a9;
    font-size: 40px;
    height: auto;
    width: auto;
    margin: 5px 10px 5px;
}
.project_footer_github{
    color: #0088a9;
    font-size: 40px;
    height: auto;
    width: auto;
    margin: 5px 10px 5px;
}
/*Comp tences*/
#skill{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 90px;
    width: 100%;
    cursor: pointer;
}
.skill_contain {
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center; /* centre les blocs */
    align-items: center;
    height: fit-content;
    width: auto;
    border: #222222 solid 2px;
    display: flex;
    flex-wrap: wrap; /* autorise les retours à la ligne */
    gap: 50px;
    border-radius: 30px;
    max-width: calc(120px * 5 + 50px * 4); /* largeur maximale pour 5 éléments */
    margin-left: auto;
    margin-right: auto;
}
.skill_title_github{
    color: #000000;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_html{
    color: #a85009;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_css{
    color: #0088a9;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_php{
    color: #56659e;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_photshop{
    color: #001e36;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_windows{
    color: #00abf3;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_linux{
    color: #070707;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_sccm{
    color: #2A5699;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_glpi{
    color: #71cdff;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_powershell{
    color: #4477d2;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_python{
    color: #ffcb39;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_kubernetes{
    color: #326de5;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_ansible{
    color: #000000;
    font-weight: bold;
    font-size: 17px;
}
.skill_title_docker{
    color: #099cec;
    font-weight: bold;
    font-size: 17px;
}
.skill_contain img {
    height: 90px;
}
.skill_item:hover{
	transform: scale(1.08);
    transition: all 0.1s;
}
.skill_item{
    font-size: 20px;
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    width: auto;
    margin: 20px 20px 0px;
    font-size: bold;
}
/*Contactez moi*/
#contactme{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 90px;
    width: 100%;
}
.contactme_contain{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
}
.social_media ul{
   display: flex;
   justify-content: center;
   margin-bottom: 15px;
   color: #000000;
}
.social_media ul li a{
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 10px;
    color: #fff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    background: #fff;
    color: #222222;
    line-height: 50px;
    border-radius: 20px;
    border:2px solid #222222;
    padding: 10px 10px 10px;
    gap: 15px;
}
.social_media ul li a:hover{
   color: #fff;
}
.social_media ul li a.twitter:hover{
   background: #1da1f2;
}
.social_media ul li a.instagram:hover{
   background: #c32aa3; 
}
.social_media ul li a.discord:hover{
   background: #738adb; 
}
.social_media ul li a.linkedin:hover{
   background: #222222;
}
.social_media ul li a.github:hover{
   background: #161616;
}
.social_media ul li a.mail:hover{
    background: #222222;
 }
.social_media ul li a.cv:hover{
    background: #222222;
 }
.social_media{
   color: #ffffff;
}
.cv_title {
    padding-bottom: 60px;
}
.cv_contain{
    margin-top: 20px;
    margin-bottom: 100px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.cv_contain .cv{
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: #fff;
    font-size: 100px;
    width: 100px;
    height: 100px;
    background: #fff;
    color: #222222;
    line-height: 50px;
    border-radius: 20px;
    border:2px solid #222222;
    padding: 10px 10px 10px;
    gap: 15px;
}
.cv_contain ul li a.cv:hover{
    background: #222222;
    color: #fff;
}
.social_media p{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
/*Pied de page*/
.footer{
    background: #222222;
    padding-top: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
 }
 .footer_items{
    color: #ffffff;
    text-align: center;
 }
 .footer_items p a:hover{
    text-decoration: underline #fff solid;
 }
/*galerie photo*/
.galerie_photo{
    padding-top: 50px;
    max-width: 80%;
    width: 100%;
    height: auto;
    margin: auto;
    justify-content: center;
}
.galerie_photo h1{
    margin: 50px auto;
}
.galerie_button button{
    color: #ececec;
    margin-top: 50px;
    padding: 9px 5px;
    background-color: rgba(0,136,169,1);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.galerie_button{
    text-align: center;
    margin-bottom: 50px;
}
.galerie_button:hover{
    transform: scale(1.08);
    transition: all 0.1s;
}
.containerLG{
    max-width: 1300px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill,310px);
    justify-content: center;
	grid-gap: 20px;
    margin: 50px auto;
}
.containerFD{
    max-width: 80%;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill,490px);
    justify-content: center;
	grid-gap: 30px;
    margin: 50px auto;
}
.imageLG{
    width: 300px;
    height: 300px;
	background: #222222;
    border: #222222 3px solid;
	display: inline-block;
	margin-bottom: 10px;
	overflow: hidden;
}
.imageFD{
    width: auto;
    height: auto;
    max-height: 98%;
	background: #222222;
    border: #222222 3px solid;
	display: inline-block;
	overflow: hidden;
}
.imageLG:hover img{
	transform: scale(1.1);
}
.imageLG:hover h1{
	opacity: 0.5;
}
.containerLG img{
	width: 100%;
	transition: 0.25s ease-in-out;
}
.imageFD:hover img{
	transform: scale(1.1);
}
.imageFD:hover h1{
	opacity: 0.5;
}
.containerFD img{
	width: 500px;
	transition: 0.25s ease-in-out;
}
/*Mention l gale*/
.legal h1{
    margin-top: 30px;
    cursor: default;
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    justify-content: center;
    text-align: center;
    color: #222222;
}
.legal_title h2{
    margin: 0px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: default;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    justify-content: center;
    text-align: left;
    color: #222222;
}
.legal_article{
    margin: 0px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*Sae62*/
/*Qui suis-je ?*/
#presentation{
    padding-top: 120px;
    margin-bottom: 0px;

}
.presentation_title{ 
    padding-top: 35px;
    padding-bottom: 35px;
}
.presentation_text{
    width: 100%;
    max-width: 75%;
    justify-content: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    font-size: 20px;
    color: #222222;
}
.presentation_text_2{
    width: 100%;
    max-width: 80%;
    justify-content: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    color: #222222;
}
.presentation_image{
    transition: 0.25s ease-in-out;
    max-width: 500px;
    margin: 0 30px;
    width: 40%;
    border: rgb(34,34,34,1) 3px solid;
    border-radius: 30px;
    margin-bottom: 30px;
}
.presentation_image_2{
    transition: 0.25s ease-in-out;
    max-width: 500px;
    margin: 0 30px;
    width: 40%;
    border: #22222247 3px solid;
    border-radius: 30px;
    margin-bottom: 30px;
}
.presentation_image_3{
    transition: 0.25s ease-in-out;
    max-width: 1000px;
    margin: 0 30px;
    width: 80%;
    border: #22222247 3px solid;
    border-radius: 30px;
    margin-bottom: 30px;
}
.presentation_image_2:hover{
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}
.presentation_image_3:hover{
    transform: scale(1.05);
    transition: all 0.1s ease-in-out;
}
.presentation{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0px;
    width: 100%;
}
/*Smartphone --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 728px) {
    h1{
        font-size: 30px;
    }
    /*Menu*/
    .containerdn{
    display: none;
    }
    .nav{
        padding: 0;
        background-color: transparent;
        position: relative;
    }
    .nav .menu_hamburger{
        display: block;
        cursor:pointer;
    }
    .nav_button{
        display: none;
    }
    .nav_links_button{
        display: block;
    }
    .nav .logo{
        position: absolute;
        top: 50px;
        left: 50px;
    }
    .nav_links{
        top: 0;
        left: 0;
        position: fixed;
        background-color: #0088a95d;
        backdrop-filter: blur(10px);
        width: 100%;
        height:100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: -200%;
        transition: all 0.5s ease;
        line-height: 50px;
    }
    .nav_links.mobile_menu{
        margin-left: 0;
    }   
    .nav_links ul {
        flex-direction: column;
        display: flex;
        align-items: center;
        font-size: 50px;
    }
    .nav .nav_links ul li{
        margin: 25px 0px;
        font-size: 20px;
        font-weight: bold;
    }
    .nav .logo img{
        display: none;
    }
    #home h1{
        padding-top: 200px;
        font-size: 50px;
    }
    #boutonLangue {
        display: none;
    }
    /*about*/
    .about_text{
        max-width: 90%;
        font-size: 110%;
    }
    /*Projets*/
    #project{
        display: flex;
    }
    .project_katama{
        display: grid;
        place-items: center;
    }
    .project_gfx{
        display: grid;
        place-items: center;
    }
    .project_katama{
        display: grid;
        place-items: center;
    }
    .project_gfx{
        display: grid;
        place-items: center;
    }
    .project_katama{
	    display: grid;
        place-items: center;
    }
    .project_gfx{
        display: grid;
        place-items: center;
    }
    .project_image{
        width: 70%;
        margin: 0px 30px;
        border: #222222 2px solid;
        border-radius: 30px;
        margin-bottom: 0px;
    }
    .project_title{
        cursor: default;
        font-size: 120%;
        margin: 20px;
        color: #ececec;
        background-color: #0088a9;
        border-radius: 30px;
        padding: 10px 0px;
        margin-right: 0px;
        margin-left: 0px;
        place-self: center;
        min-width: 70%;
        max-width: 70%;
        width: 100%;
    }
    .project_content{
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 25px;
        width: 80%;
        max-width: 70%;
    }
    .project_text{
        color: #222222;
        font-size: 120%;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
    }
    .project_content_2{
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 25px;
        width: 80%;
        max-width: 70%;
    }
    .project_text_2{
        color: #222222;
        font-size: 120%;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
    }
    .project_date{
        color: #8590a1;
        font-size: 15px;
        margin: auto;
        margin-top: -15px;
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
    }
    .project_footer_button{
        color: #0088a9;
        font-size: 100%;
        margin: none;
        margin: 0px 10px 0px;
		display:none;
    }
    .project_footer_github{
        color: #0088a9;
        font-size: 100%;
        margin: 0px 10px 0px;
		display:none;
    }
    .project_footer{
        font-size: 50px;
        place-self: center;
        margin: 0px 0px;
    }
    /*Comp tences*/
    #skill{
        align-items: center;
        justify-content: center;
        padding-top: 90px;
        width: 100%;
        cursor: pointer;
    }
    .skill_contain{
        padding: 20px 10px 20px;
        max-width: 768px;
        width: 80%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, 100px);
        justify-content: center;
        text-align: center;
        grid-gap: 30px;
        z-index: -1;
    }
    .skill_title_github{
        font-size: 20px;
    }
    .skill_title_html{
        font-size: 20px;
    }
    .skill_title_css{
        font-size: 20px;
    }
    .skill_title_photshop{
        font-size: 20px;
    }
    .skill_title_linux{
        font-size: 20px;
    }
    .skill_title_sccm{
        font-size: 20px;
    }
    .skill_title_glpi{
        font-size: 20px;
    }
    .skill_title_windows{
        font-size: 20px;
    }
    .skill_title_powershell{
        font-size: 20px;
    }
    .skill_title_python{
        font-size: 20px;
    }
    .skill_title_kubernetes{
        font-size: 20px;
    }
    .skill_title_ansible{
        font-size: 20px;
    }
    .skill_title_docker{
        font-size: 20px;
    }

    .skill_title_html img{
        height: 70px;
    }
    .skill_title_css img{
        height: 70px;
    }
    .skill_title_github img{
        height: 70px;
    }
    .skill_title_photshop img{
        height: 70px;
    }
    .skill_title_linux img{
        height: 70px;
    }
    .skill_title_sccm img{
        height: 70px;
    }
    .skill_title_glpi img{
        height: 70px;
    }
    .skill_title_windows img{
        height: 70px;
    }
    .skill_title_powershell img{
        height: 70px;
    }
    
    .skill_title_python img{
        height: 70px;
    }
    .skill_title_kubernetes img{
        height: 70px;
    }
    .skill_title_ansible img{
        height: 70px;
    }
    .skill_title_docker img{
        height: 70px;
    }
    .skill_item{
        font-size: 20px;
        align-items: center;
        display: flex;
        height: auto;
        justify-content: center;
        font-size: bold;
        margin: 20px auto auto;
    }
    /*Contactez moi*/
    #contactme{
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 90px;
        width: 100%;
    }
    .contactme_contain{
        margin-top: 50px;
        margin-bottom: 150px;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: fit-content;
        width: auto;
        display: flex;
        flex-direction: row;
        grid-gap: 10px;
    }
    .social_media ul{
       display: grid;
       gap: 25px;
       justify-content: center;
       margin-bottom: 15px;
    }
    .social_media ul li a{
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 0 10px;
        color: #fff;
        font-size: 50px;
        width: 100px;
        height: 100px;
        background: #fff;
        color: #222222;
        line-height: 50px;
        border-radius: 20px;
        border:2px solid #222222;
        padding: 10px 10px 10px;
        gap: 15px;
    }
}
/*tablette --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 729px) and (max-width:1400px) { 
    /*Accueil*/
    h1{
        font-size: 30px;
    }
    /*Menu*/
    #boutonLangue {
        display: none;
    }
    .containerdn{
    display: none;
    }
    .nav{
        padding: 0;
        background-color: transparent;
        position: relative;
    }
    .nav .menu_hamburger{
        display: block;
        cursor:pointer;
    }
    .nav_button{
        display: none;
    }
    .nav_links_button{
        display: block;
    }
    .nav .logo{
        position: absolute;
        top: 50px;
        left: 50px;
    }
    .nav_links{
        top: 0;
        left: 0;
        position: fixed;
        background-color: #0088a95d;
        backdrop-filter: blur(10px);
        width: 100%;
        height:100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: -200%;
        transition: all 0.5s ease;
        line-height: 50px;
    }
    .nav_links.mobile_menu{
        margin-left: 0;
    }   
    .nav_links ul {
        flex-direction: column;
        display: flex;
        align-items: center;
        font-size: 50px;
    }
    .nav .nav_links ul li{
        margin: 25px 0px;
        font-size: 20px;
        font-weight: bold;
    }
    .nav .logo img{
        display: none;
    }
    #home h1{
        padding-top: 200px;
        font-size: 50px;
    }
    #skill{
        align-items: center;
        justify-content: center;
        padding-top: 90px;
        width: 100%;
        cursor: pointer;
    }
    .skill_contain{
        padding: 20px 10px 20px;
        max-width: 768px;
        width: 80%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, 100px);
        justify-content: center;
        text-align: center;
        grid-gap: 30px;
        z-index: -1;
    }
    .skill_title_html img{
        height: 70px;
    }
    .skill_title_css img{
        height: 70px;
    }
    .skill_title_github img{
        height: 70px;
    }
    .skill_title_photshop img{
        height: 70px;
    }
    .skill_title_batch img{
        height: 70px;
    }
    .skill_title_linux img{
        height: 70px;
    }
    .skill_title_sccm img{
        height: 70px;
    }
    .skill_title_glpi img{
        height: 70px;
    }
    .skill_title_windows img{
        height: 70px;
    }
    .skill_item{
        font-size: 20px;
        align-items: center;
        display: flex;
        height: auto;
        justify-content: center;
        font-size: bold;
        margin: 20px auto auto;
    }
}