body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #23243a;
}
.cv-main {
  display: flex;
  max-width: 1100px;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 8px 40px #18194444;
}
.left-col {
  background: #23243a;
  color: #fff;
  width: 370px;
  min-width: 290px;
  padding: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.photo-cadre {
  margin-top: 40px;
  margin-bottom: 16px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 6px solid #12dac3;
  overflow: hidden;
  box-shadow: 0 4px 18px #18194430;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo-cadre img {
  width: 168px;
  height: 168px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
h1.cv-nom {
  color: #12dac3;
  font-size: 2.2rem;
  margin: 0 0 12px 0;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.cv-section-gauche {
  width: 86%;
  margin: 24px 0 0 0;
  background: #181944;
  border-radius: 8px;
  box-shadow: 0 2px 10px #18194415;
  padding: 18px 18px 12px 18px;
}
.cv-section-gauche h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: transparent;
  letter-spacing: 0.08em;
  margin: 0 0 8px 0;
  border-bottom: 2px solid #12dac3;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.cv-section-gauche p, .cv-section-gauche ul, .cv-section-gauche li {
  font-size: 1rem;
  color: #eee;
  margin: 0 0 4px 0;
  line-height: 1.45;
  font-weight: 400;
}
.cv-section-gauche strong {
  color: #12dac3;
  font-weight: bold;
}
.cv-section-gauche a {
  color: #ff9800;
  word-break: break-all;
  text-decoration: underline;
}
.cv-langues {
  margin-top: 24px;
}
.cv-langues .lang {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #eee;
}
.cv-langues .lang-nom {
  min-width: 135px;
  font-size: 1rem;
}
.cv-langues .lang-etoiles {
  display: flex;
  gap: 2px;
}
/* Colonne droite (pro) */
.right-col {
  flex: 1;
  background: #fff;
  padding: 44px 52px 30px 44px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cv-bloc-droite {
  margin-bottom: 40px;
}
h2.cv-titre-section {
  color: #fff;
  background: #12dac3;
  border-radius: 4px;
  font-size: 1.08rem;
  padding: 7px 20px 7px 10px;
  margin: 0 0 20px 0;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  box-shadow: 0 3px 16px #12dac325;
}
.cv-bloc-droite .poste {
  font-size: 1.07rem;
  color: #181944;
  font-weight: bold;
}
.cv-bloc-droite .dates {
  float: right;
  color: #888;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 10px;
}
.cv-bloc-droite .societe {
  font-size: 1rem;
  color: #444;
  margin-bottom: 5px;
}
.cv-bloc-droite ul {
  margin: 4px 0 14px 12px;
  padding: 0 0 0 15px;
}
.cv-bloc-droite li {
  color: #181944;
  font-size: 1rem;
  margin-bottom: 2px;
}
.cv-bloc-droite .cv-acad {
  font-size: 1rem;
  color: #181944;
  margin-bottom: 4px;
}
.cv-bloc-droite .cv-acad-ecole {
  color: #444;
  font-size: 0.97rem;
  margin-bottom: 7px;
}
.cv-apropos {
  color: #181944;
  background: #e6f8f7;
  border-left: 6px solid #12dac3;
  border-radius: 0 12px 12px 0;
  padding: 20px 25px 20px 20px;
  margin-bottom: 0;
  font-size: 1rem;
  box-shadow: 0 2px 8px #12dac326;
}
/* Responsive */
@media (max-width: 900px) {
  .cv-main {
    flex-direction: column;
    max-width: 98vw;
  }
  .left-col, .right-col {
    width: 100%;
    min-width: 0;
    padding: 18px 4vw;
  }
  .right-col {
    padding-top: 20px;
  }
  .cv-apropos {
    border-radius: 8px;
    border-left: 4px solid #12dac3;
    padding: 13px 10px 14px 11px;
  }
}
.lang-switch {
  position: absolute;
  top: 18px;
  right: 38px;
  z-index: 20;
  display: flex;
  gap: 0.4em;
}

.lang-switch a {
  text-decoration: none;
  font-size: 1.8em;
  transition: transform 0.13s;
}

.lang-switch a:hover {
  transform: scale(1.18);
  filter: drop-shadow(0 0 2px #12dac3);
}

.flag {
  border-radius: 8px;
  background: #fff;
  padding: 0.07em 0.17em;
  border: 1.5px solid #e1e1e1;
  box-shadow: 0 2px 6px #23243a19;
  display: inline-block;
}
