@font-face {
  font-family: "Honfleur";
  src: url("../fonts/Honfleur-Heavy.otf");
}
@font-face {
  font-family: "IBM";
  src: url("../fonts/IBM.ttf");
}
@font-face {
  font-family: "IBM-Bold";
  src: url("../fonts/IBM-Bold.ttf");
}
* {
  padding: 0;
  margin: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

html {
  height: 100%;
  background-color: #F2EDDF;
}

body {
  font-family: "IBM", Arial, sans-serif;
  background-color: #F2EDDF;
  min-height: 100vh;
}

.main-wrapper {
  width: 100%;
  min-height: 100%;
}
.main-wrapper main {
  display: flex;
  min-height: 100%;
}
.main-wrapper main .experiences-formations {
  background-color: #E0D5B5;
  min-height: 100vh;
  width: 70%;
  display: flex;
  flex-direction: column;
}
.main-wrapper main .infos {
  background-color: #C8B88A;
  min-height: 100vh;
  width: 30%;
  display: flex;
  flex-direction: column;
}
.main-wrapper main .infos .contact ul {
  color: #3B3028;
  list-style: none;
  padding: 1rem;
}
.main-wrapper main .infos .contact ul li {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

header {
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Honfleur", Arial, sans-serif;
  color: #1C1510;
}

.section-name {
  color: #F2EDDF;
  padding-left: 0.5rem;
  background: #C97B3A;
  background: linear-gradient(90deg, rgb(201, 123, 58) 0%, rgb(123, 110, 168) 50%, rgb(78, 123, 140) 100%);
  margin: 0.7rem 0.5rem;
  font-family: "IBM-Bold", Arial, sans-serif;
  font-weight: bold;
  border-bottom-left-radius: 10px;
}

#skills, #tools {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.2rem;
}
#skills .skill-card, #skills .tool-card, #tools .skill-card, #tools .tool-card {
  width: 25%;
}
#skills .skill-card img, #skills .tool-card img, #tools .skill-card img, #tools .tool-card img {
  width: 100%;
}

#experiences .experience-card {
  display: flex;
  width: 100%;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
#experiences .experience-card::after {
  content: "";
  bottom: 0;
  left: 0;
  top: 90%;
  right: 0;
  position: absolute;
  background: linear-gradient(90deg, rgb(201, 123, 58) 0%, rgb(123, 110, 168) 50%, rgb(78, 123, 140) 100%);
  opacity: 0.3;
  height: 3px;
  width: 100%;
}
#experiences .experience-card .date-logo {
  height: 100%;
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 0.5rem;
}
#experiences .experience-card .date {
  font-size: 0.8rem;
  height: 10%;
  color: #3B3028;
  font-weight: bold;
  margin-bottom: 1rem;
  text-wrap: nowrap;
}
#experiences .experience-card .logo {
  width: 100%;
  margin-right: 1rem;
}
#experiences .experience-card .logo img {
  width: 50px;
  border-radius: 10px;
}
#experiences .experience-card .description {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
#experiences .experience-card .description .description-title {
  color: #3B3028;
}
#experiences .experience-card .description .description-content {
  color: #3B3028;
}

#formations .formation-card {
  font-weight: bold;
  display: flex;
  height: 20%;
  width: 100%;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
#formations .formation-card .formation-date {
  display: block;
  width: 20%;
  padding-right: 5rem;
}
#formations .formation-card .formation-diploma {
  border-left: 3px solid #3B3028;
  width: 80%;
  padding: 1rem;
}

#hobbies ul {
  list-style: none;
  padding-left: 1rem;
  color: #3B3028;
}
#hobbies li {
  font-weight: bold;
  margin-bottom: 1rem;
}
#hobbies li span {
  margin-right: 1rem;
}

/*# sourceMappingURL=print.css.map */
