body{background-color:var(--background-color);color:var(--white-color);margin:0}#hero{text-align:center;font-family:var(--audiowide-font);justify-content:center;align-items:center;gap:20px;padding:50px 20px;font-weight:400;display:flex}#presentation{text-align:center;max-width:600px;color:var(--white-color);margin-top:20px;font-size:18px;line-height:1.6}#conteneur_soft_skills{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:15px;display:flex}.soft_skill{background-color:var(--noir-color);color:var(--white-color);font-size:16px;font-family:var(--audiowide-font);border-radius:10px;margin:5px;padding:15px 70px;display:inline-block;box-shadow:4px 4px 2px #000}#conteneur_langage,#conteneur_logiciel{flex-flow:column wrap;gap:20px;width:auto;margin-top:15px;display:flex}#conteneur_langage_img,#conteneur_logiciel_img{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:100px;margin-top:15px;display:flex}@media screen and (max-width:1200px){#hero{flex-direction:column-reverse}}@media screen and (max-width:768px){#connaissance img{width:50px}#hero img{width:100%}#hero h1{font-size:1.25rem}#hero p{font-size:.75rem}#conteneur_langage_img,#conteneur_logiciel_img{gap:20px}#conteneur_langage_img img,#conteneur_logiciel_img img{flex:1;max-width:75px}.soft_skill{padding:8px 20px;font-size:.75rem}}:root{--primary-color:#3498db;--secondary-color:#2ecc71;--background-color:#16171d;--text-color:#333;--font-family:"Arial, sans-serif";--violet-color:#380366;--vert-color:#00ff37;--bleu-vert-color:#129581;--bleu-marine-color:#033d66;--bleu-fonce-color:#2c3e50;--white-color:#fff;--noir-color:#1f2236;--audiowide-font:"Audiowide",cursive}#conteneur_trace{flex-flow:wrap;justify-content:center;gap:20px;margin-top:20px;display:flex}.card_trace{background-color:var(--noir-color);width:350px;height:450px;box-shadow:4px 4px 4px 0 var(--violet,#380366);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.card_trace a{justify-content:bottom;align-items:bottom;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.card_trace:hover{box-shadow:6px 6px 8px 0 var(--vert-color,#00ff37);transition:all .3s;transform:translateY(-5px)}.info{text-align:center;background-color:#000;border-radius:0 0 30px 30px;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:0;left:0;right:0}.card_trace a{color:var(--black-color);text-decoration:none}.tags{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.tag{background-color:var(--bleu-marine-color);color:var(--white-color);border-radius:5px;margin-right:5px;padding:5px 10px;font-size:14px}.card_trace img{object-fit:cover;border-radius:30px;width:100%;height:100%}#cv_video{flex-direction:column;justify-content:center;align-items:center;display:flex}#conteneur-video{width:calc(100% - 14px)}#cv_video video{border:5px solid var(--noir,#1f2236);box-shadow:4px 4px 4px 0 var(--bleu-marine,#033d66);border-radius:30px;width:100%}#section_reseaux_sociaux{flex-direction:row;justify-content:space-around;align-items:center;gap:40px;margin-top:40px;display:flex}.lien{aspect-ratio:1;background-color:var(--noir-color);border-radius:60px;flex:1;justify-content:center;align-items:center;animation:6s infinite lienReseau;display:flex;overflow:hidden}.lien img{width:100%}@keyframes lienReseau{0%{box-shadow:0 0 50px 0 var(--bleu-marine-color)}33%{box-shadow:0 0 50px 0 var(--bleu_vert-marine)}66%{box-shadow:0 0 50px 0 var(--vert-color)}to{box-shadow:0 0 50px 0 var(--bleu-marine-color)}}#hero_trace{flex-direction:column;justify-content:center;align-items:center;display:flex}#hero_trace #img_presentation{flex:1;justify-content:center;align-items:center;width:75%;display:flex}#presentation_trace{flex-direction:column;gap:30px;display:flex}.content_info{flex-direction:column;gap:20px;display:flex}#img_presentation img{width:100%}#presentation_trace .conteneur_paragraphe{justify-content:center;align-items:center;gap:30px;display:flex}#presentation_trace .conteneur_paragraphe:nth-child(odd){flex-direction:row}#presentation_trace .conteneur_paragraphe:nth-child(2n){flex-direction:row-reverse}#presentation_trace .conteneur_paragraphe img{flex-basis:50%;width:100%;display:flex}#presentation_trace .conteneur_img{flex:1}#presentation_trace .conteneur_paragraphe p{flex:2;font-size:20px;display:flex}p.amorse{flex:1}@media screen and (max-width:768px){#presentation_trace .conteneur_paragraphe,#presentation_trace .conteneur_paragraphe:nth-child(2n),#presentation_trace .conteneur_paragraphe:nth-child(odd){flex-direction:column;gap:20px}#img_presentation,#presentation_trace .conteneur_paragraphe p.paragraphe,#presentation_trace .conteneur_img{width:100%}}#navbar{background-color:var(--noir-color);z-index:100;width:100%;box-shadow:0 4px 4px 0 var(--bleu-marine,#033d66);display:flex;position:fixed;top:0}#navbar nav{flex-direction:row;align-items:center;width:100%;display:flex}#navbar nav ul{justify-content:space-around;align-items:center;width:100%;margin:0;padding:0;list-style-type:none;display:flex}#navbar nav ul li{color:var(--white-color);font-size:30px;font-family:var(--audiowide-font);margin:0}#navbar #navbar-contact{text-shadow:0 0 5px var(--vert-color);animation:2s infinite CONTACT}#navbar nav a{color:var(--white-color);text-align:center;padding:14px 20px;text-decoration:none}@keyframes CONTACT{0%{text-shadow:0 0 5px var(--vert-color)}50%{text-shadow:0 0 40px var(--vert-color)}to{text-shadow:0 0 5px var(--vert-color)}}@media screen and (max-width:768px){#navbar nav a{padding:7px 10px;font-size:20px}}main{flex-direction:column;gap:50px;width:90%;margin:auto;padding-top:150px;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--audiowide-font);font-weight:400}@media screen and (max-width:1439px){body{max-width:1439px}main{width:90%}}@media screen and (max-width:768px){body{max-width:768px}}
