
/* Mise en place des fonts */

@font-face {font-family: 'Monument Extended Regular'; src: url('fonts/MonumentExtended-Regular.otf') format('opentype'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Monument Extended Ultrabold'; src: url('fonts/MonumentExtended-Ultrabold.otf') format('opentype'); font-weight: bold; font-style: normal;}
@font-face {font-family: 'Stretch Pro'; src: url('fonts/StretchPro.otf') format('opentype');font-weight: bold; font-style: normal}

/* Propriétés de base */

.head_menu {
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 40px;
}


.hero_overlay {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.title_hero {font-size: 80px}

.menu_button h3{
    font-size: 18px;
    color: rgb(255, 255, 255);
    vertical-align: middle;
    margin: 0vh;
}
a{text-decoration: none}

header {
  background-image: url(source/color_geek_bg.png);
  background-color: black;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  height: 80vh;
  padding: 60px
}

body {
    background-color: rgb(0, 14, 23);
    margin: 20px;
}

.spacing {
    display: flex;
    flex-direction: column;
    gap: 20px
}
    

h1 {
    color: white;
    font-family: 'Monument Extended Ultrabold', sans-serif;
    text-align: center;
    margin: 0px;
    font-size: 100px;
}
h2 {
    margin: 0px;
    font-style: italic;
    color: white;
    font-family: 'Stretch Pro', sans-serif;
    font-size: 40px;
}

h3 {
    color: white;
    font-family: 'Monument Extended Ultrabold', sans-serif;
    margin-bottom: 0px;
    font-size: 30px
}

p {
    color: white;
    font-family: 'Monument Extended Regular', sans-serif;
    margin: 0px;
    font-size: 14px
}

button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(255, 255, 255);
    color: black;
    font-family: 'Monument Extended Regular', sans-serif;
    font-size: 0.8em;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.descr_hero {
    color: rgb(46, 255, 227);
    font-family: 'Monument Extended Regular', sans-serif;
    text-align: center;
    font-size: 15px;
}

.download_cv {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: white;
    backdrop-filter: blur(2px);
    color: rgb(0, 14, 23);
    font-family: 'Monument Extended Ultrabold', sans-serif;
    font-size: 0.8em;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    width: 150px;
}

.download_cv:hover {
    box-shadow: 0vh 0vh 10vh rgb(0, 251, 255), 0vh 0vh 10vh rgb(0, 251, 255);
}

.contact_button {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: aquamarine;
    backdrop-filter: blur(2px);
    color: rgb(0, 14, 23);
    font-family: 'Monument Extended Ultrabold', sans-serif;
    font-size: 0.8em;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    width: 150px;
}
.contact_button:hover {background-color: white;}

.hero_buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

.main_logo {
  height: 100px;
}

.summary {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 10px
}

.button_sum {
  color: white;
  padding: 10px;
  background-color: transparent;
  backdrop-filter: blur(10px);
  /*border: 1px white solid;*/
  border-radius: 30px;
  cursor: pointer;
  font-family: 'Monument Extended Regular', sans-serif;
  font-size: 1em;

}
.button_sum:hover {background-color: white; color: black; box-shadow: 0vh 0vh 10vh rgb(255, 0, 200), 0vh 0vh 10vh rgb(255, 0, 225);}

.about_container {
  background-image: url(source/contact_bg.png);
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 30px;
}

.contact_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  padding: 20px;
  width: 50%;
}

.avatar_ia {
  height: 40vh;
  bottom: 10vh;
}
 .social_icons {
  margin-top: 20px;
  display: flex;
  justify-content: left;
  gap: 10px;
 }

 .social_icon {
  width: 50px;
  height: 50px;
 }

.section2 {
  display: flex;
  justify-content: space-between;
  gap: 20px
}


.date {
    color: rgb(0, 255, 200);
    font-family: 'Monument Extended Regular', sans-serif;
    text-align: left;
    margin: 0px;
    font-size: 24px;
}

.title {
    color: rgb(255, 128, 0);
    font-family: 'Monument Extended Ultrabold', sans-serif;
    text-align: left;
    margin: 0px;
    font-size: 36px;
}

.school {
    color: rgb(255, 255, 255);
    font-family: 'Monument Extended Regular', sans-serif;
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

.education_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    background-color: rgb(0, 30, 30);
    border-radius: 25px;
}

.experience {
    background-color: rgb(0, 30, 30);
    border-radius: 25px;
 }

 .date2 {
    color: rgb(0, 255, 187);
    font-family: 'Monument Extended Regular', sans-serif;
    text-align: left;
    margin: 0px;
    font-size: 20px;
}

.title2 {
    color: rgb(255, 128, 0);
    font-family: 'Monument Extended Ultrabold', sans-serif;
    text-align: left;
    margin: 0px;
    font-size: 30px;
}

.descr2 {
    color: rgb(255, 255, 255);
    font-family: 'Monument Extended Regular', sans-serif;
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

.experience_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px
}


.logo_infos {display: flex; justify-content: left}

.layout_x3 {
    background-color: white;
    padding: 40px;
    border-radius: 25px;
    display: flex;
}

.skills {display: flex}


.lang_btn {background-color: rgb(0, 0, 0); color: white}
.skills_btn {background-color: rgb(11, 38, 56); color: white; margin: 7px;}

.soft_skills_title {
  color: black;
  font-style: italic;
  font-size: 34px;
}

.hard_skills_title {
  color: black;
  font-style: italic;
  font-size: 34px;
  margin: 0px;
}

footer {
    background-color:black;
    border-radius: 25px;
    height: 350px;
 }

/* FORMULAIRE DE CONTACT */
.contact_container {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

label {
  color: white;
  font-family: 'Monument Extended Regular';
  font-size: 12px;
}

input {
  border: none;
  border-radius: 5px;
  height: 20px;
  width: 200px;
}

textarea {
  border-radius: 5px;
  border: none;
  width: 200px;
}

form {
  margin: 20px;
  button{height: 30px;}
  
}

@media (max-width: 767px) {
    header {padding: 20px;}
    h2{font-size: 24px;}
    .main_logo {height: 100px;}
    .title_hero {font-size: 30px;}
    .descr_hero {font-size: 10px;}
    .section2 {flex-direction: column;}
    .skills {flex-direction: column; gap: 40px;}
    .layout_x3 {flex-direction: column; gap: 40px;}
    .summary {flex-direction: column; justify-content: center;}
    .button_sum {text-align: center;}
    .download_cv, .contact_button {font-size: 12px;}
    .about_container {flex-direction: column; justify-content: center;}
    .avatar_ia {height: 400px; width: 300px; margin-left: 20%; margin-right: 20%;}
    .about {width: 80%; text-align: center; margin: 0% 5% 0% 5%;}
    .social_icons {justify-content: center;}
    h3.title2 {font-size: 2vh;}
    .descr2 {font-size: 2vh;}
    h3.title {font-size: 2vh;}
    .school {font-size: 2vh;}
    footer{
      height: 540px;
      h3 {font-size: 30px; margin: 0px;}
      p{font-size: 14px;}
      .logo_ck_2 {height: 150px;}
      .contact_container{flex-direction: column; justify-content: center; margin-left: 5%; margin-right: 5%; text-align: center;}
    }

}