:root {
  --couleur-texte: whitesmoke;
  --police-texte: Oswald;
  --background-color-dark: rgb(0, 0, 40);
  --background-color-light: rgb(0, 0, 50);
  --second-color: #00CC33;
}

.alphabet {
  font-size: 30px;
  font-style: italic;
  text-align: center;
}

.ajust-not-flip-card {
  padding: 15px 0px 0px 0px;
}

.back-to-top-icon {
  width: 1rem;
  height: 1rem;
  color: var(--second-color);
}

.barre-blanche {
  background-color: white;
  height: 5px;
}

#btnpopup {
  border-radius: 30px;
  border-width: 3px;
  width: 100px;
  position: fixed;
  margin-left: -50px;
  border-color: var(--second-color);
  color: whitesmoke;
  background-color: var(--background-color-dark);
  border-style: solid;
}

#btnpopup:hover {
  background-color: rgb(0, 0, 20);
  color: var(--second-color);
}

.card {
  transition: transform 0.4s;
  margin-left: 15px;
  margin-right: 15px;
}

.card-body {
  min-height: 150px;
}

.card-comp {
  height: 300px;
}

.card-descr {
  padding-top: 20px;
}

.card-descr-back {
  text-indent: 10px;
}

.card-ecrit {
  height: 250px;
}

.card-exp {
  height: 470px;
}

.card-footer {
  background-color: rgba(0,0,0,.03);
  padding: 0.75rem 1.25rem;
  text-align: center;
}

.card-header {
  font-weight: bold;
  text-align: center;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-lang-prog {
  border: none;
  background-color: var(--background-color-light);
  transform: none;
  height: 300px;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.card-lect {
  height: 400px;
}

.card-proj {
  height: 470px;
}

.card-sco {
  height: 520px;
  margin-bottom: 15px;
}

.card-sport {
  height: 250px;
  margin-top: 0px;
}

.card-text {
  font-size: 0.9rem;
  text-align: justify;
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}

.card-title-back {
  padding-bottom: 20px;
}

.carousel-indicators {
  margin-bottom: 0px;
}

#competences {
  padding-top: 0px;
}

.container {
  width: 90%;
  margin: 0px 5% 0 5%;
  border-radius: 25px;
}

#corps {
  float: right;
  width: 86%;
  background-color: var(--background-color-light);
}

.cv-boutton {
  margin: 18px 20% 0px 20%;
  background-color: none;
  border-radius: 5px;
  border-color: var(--couleur-texte);
  border-width: 2px;
  border-style: solid;
  text-align: center;
}

.dialogue {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--couleur-texte);
  padding-top: 15%;
  z-index: 101;
  height: 100%;
  width: 100%;
  text-align: center;
}

.division {
  padding-bottom: 80px;
  margin-top: 0px;
}

.dropbtn {
  background-color: var(--background-color-dark);
  color: var(--second-color);
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  border-width: 1px;
}

.dropdown {
  position: relative;
  float: left;
  padding: 20px 0px 0px 2%;
  background-color: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  columns: 2;
}

.dropdown-content-mat {
  display: flex;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  columns: 2;
}

.dropdown-content a {
  color: var(--couleur-texte);
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: var(--second-color)
}

.en-tete {
  background-color: var(--background-color-dark);
  height: 270px;
}

.et-car-cdi {
  padding: 5px 0px;
  margin: 0px 0px 50px 0px;
  background-color: none;
}

.et-car-title {
  margin: 50px 34% 50px 34%;
  background-color: none;
  border-style: solid;
  border-color: var(--second-color);
  border-width: 3px;
  border-radius: 30px;
  padding: 8px 0;
}

.et-car-uppsr {
  background-color: none;
  margin: 0px 22% 20px 22%;
}

.flip-card {
  height: 500px;
  padding-top: 15px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-footer {
  background-color: rgba(0,0,0,.03);
  padding: 0rem 1.25rem;
  text-align: center;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

h1 {
  color: var(--couleur-texte);
  text-align: center;
  padding-top: 60px;
  font-size: 50px;
}

h2 {
  text-align: center;
  font-size: 30px;
  color: var(--second-color);
  font-weight: bolder;
}

h3 {
  color: var(--second-color);
  text-align: center;
  font-size: 30px;
  padding-top: 20px;
}

h4 {
  color: black;
  text-align: center;
  font-size: 20px;
  padding-top: 20px; 
}

#hobbies {
  padding-top: 30px;
}

.icone {
  width: 20px;
  height: 20px;
}

.icone-contact {
  width: 50px;
  height: 50px;
}

.icon-lang {
  width: 50px;
  height: 40px;
}

#identité {
  height: 180px;
  width: 134px;
  margin: 30px 20% 0px 20%;
}

.identité-nav {
  text-align: center;
  color: var(--couleur-texte);
  font-weight: bold;
  margin-top: 10px;
}

.image {
  width:450px;
  height:350px;
  margin-top: -50px;
}

.inter-bouton-nav {
  background-color: var(--couleur-texte);
  height: 1px;
  margin: 0px 40% 0px 40%;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.lang-disabled {
  color: rgb(60, 60, 60);
  padding: 8px 10px;
  font-style: italic;
  text-decoration: none;
  display: block;
  margin: 0px;
}

.lang-prog {
  color: var(--couleur-texte);
  padding-top: 40px;
  font-size: 25px;
}

.langues {
  padding-top: 15px;
  font-size: 40px;
  font-weight: bold;
}

li a {
  display: block;
  color: var(--couleur-texte);
  padding: 12px;
  text-decoration: none;
  text-align: center;
}

li a:hover:not(.active) {
  color: var(--second-color);
}

.lien-cv {
  text-align: center;
  color: var(--couleur-texte);
  text-decoration: none;
}

.lien-cv:hover:not(.active) {
  color: var(--second-color);
}

.lien-image {
  text-align: center;
  color: var(--couleur-texte);
  text-decoration: none;
  font-style: italic;
  font-size: 9px;
}

.lien-image:hover:not(.active) {
  color: var(--second-color);
}

.liendoc {
  bottom: 50;
  margin: 0 -1rem;
  position: absolute;
}

#myBtn {
  position: fixed;
  right: 2.5rem;
  bottom: 2rem;
  border-radius: 100%;
  padding: 0.5rem;
  border-style: solid;
  border-color: var(--second-color);
  border-width: 1px;
  cursor: pointer;
  opacity: 100%;
  transition: opacity 0.5s;
  background-color: var(--background-color-dark);
}

#myBtn:hover {
  background-color: #555;
}

nav {
  float: left;
  list-style-type: none;
  width: 14%;
  background-color: var(--background-color-dark);
  position: fixed;
  height: 100%;
}

#photo {
  height: 270px;
}

.police {
  font-family: var(--police-texte);
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: black;
  text-align: left;
  border-radius: 6px;
  padding: 10px 10px 10px 10px;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.popupinfo {
  padding-right: 30%;
  padding-left: 30%;
  font-size: 20px;
  color: var(--couleur-texte);
  text-align: center;
}

.popuptext {
  height: 250px;
  overflow-y: scroll;
}

.popuptext div:hover {
  color: var(--second-color);
}

.popuptext::-webkit-scrollbar {
  width: 13px;
}

.popuptext::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: black;
  border: 2px solid var(--second-color);
}

.popuptext::-webkit-scrollbar-track {
  padding: 2px 1px;
  background-color: #404040;
  border-radius: 10px;
}

.progress {
  border-radius: 15px;
  border-style: solid;
  border-color: white;
}

.progress-bar {
  background-color: green;
  color: green;
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
}

.qualite {
  color: var(--second-color);
}

.row-car {
  margin: 0px 5% 30px 5%;
}

.row-uppsr {
  margin-top: 40px;
  padding: 0px 1%;
}

.show {display:block;
  z-index: 100
}

.sport-club {
  font-size: 20px;
}

.sport-descr {
  text-indent: 3px;
}

.sport-titre {
  font-size: 30px;
}

.texte-cache:hover {
  color: var(--background-color-light);
}

.text-descr {
  color: var(--couleur-texte);
  font-size: 17px;
  padding: 0px 8% 0px 8%;
  text-align: justify;
  text-indent: 40px;
  line-height: 30px;
}

.text-descr-left {
  padding: 0px 6% 0px 15%;
  color: var(--couleur-texte);
  font-size: 17px;
  text-align: justify;
  text-indent: 40px;
}

.text-descr-right {
  padding: 0px 15% 0px 6%;
  color: var(--couleur-texte);
  font-size: 17px;
  text-align: justify;
  text-indent: 40px;
}

.text-popup {
  padding: 5px 0px;
}

.titre-projets-pro {
  color: var(--second-color);
  text-align: center;
  font-size: 25px;
  padding-top: 20px;
}

.trait-contact {
  background-color: var(--second-color);
  height: 1px;
}

.trait-en-tete {
  background-color: var(--couleur-texte);
  height: 3px;
  margin: 0px 30% 0px 30%;
}

.trait-sous-titre {
  background-color: var(--second-color);
  margin: 0px 46% 50px 46%;
  height: 1px;
}

.trait-titre {
  background-color: var(--second-color);
  height: 2px;
  margin: 0px 44% 0px 44%;
  margin-bottom: 30px
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

#scrollTopBtn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: #222;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s ease, transform .15s ease;
  opacity: 0;
  transform: scale(.9);
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

#scrollTopBtn.show{
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.progress-ring{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.progress-ring__circle{
  stroke: var(--second-color);
  stroke-width: 4;
  fill: transparent;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-linecap: round;
  transition: stroke-dashoffset .12s linear;
  pointer-events: none;
}

.arrow{
  position: relative;
  z-index: 1;
  user-select: none;
  color: var(--second-color);
  font-size: 30px;
  font-weight: 900;
  transition: filter 0.2s ease;
}