a {
    color: #77767b;
}

a:hover, a:focus{
    color: #3d3846;
}

h1 {
  margin: 0 0 0.5rem;
  font-size:3rem;
}

h2 {
  margin-bottom: 1rem;
  color: #666;
  font-weight: 400;
  font-size:2.5rem;
}
h3 {
  font-size:1.5rem;
}

/*  Menu  */
@media print, screen and (min-width: 64em){
.large-offset-10 {
    margin-left: 0%;
}
}

.sticky-container h3{
   color: #9a9996;
   margin-left:60px;
   margin-top:-5px !important;

}
.position-left.is-transition-push {
    color: #ffffff;
}
.off-canvas {
    background: #ffffff;
}

.dark-mode .off-canvas {
    background: #292929;

}
.vertical.menu.menu-text li {
  margin-bottom: -0.5rem; /* Ajusta el valor según lo que necesites */
}

.vertical.menu.menu-icon-left li a {
  display: flex;
  align-items: center;
}

.vertical.menu.menu-icon-left li a i {
  margin-right: 0.5rem;
}
.off-canvas-wrapper {
  background-color: #fff;
}

.menu-text a {
  font-size: 1.5rem;
}
.menu-text a:hover {
  font-size: 1.8rem;
  color: #77767b;
}

.title-bar {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  height: 40px;
}

.menu-icon {
  transform: scale(1.5);
}

.sticky-container {
  position: sticky;
  top: 0;
  z-index: 99;
}
.menu-icon::after {
    /* the block itself, the first line */
    background: #000000;
    /* middle and bottom */
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}
￼

/*  Timeline  */

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.timeline-item {
  position: relative;
  margin-bottom: 0px;
    opacity: 0;
}

.timeline-icon {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 50;
}


.timeline-content {
  background: #deddda;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 50%;
  margin-left: -5px;
  opacity: 1;
}

.timeline-content.right {
  left: 50%;
}

.timeline-content-date {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
}

.timeline-content p {
  font-size: 1.2rem;
  margin-bottom: 10;
  line-height: 1.2;
}

/* Estilos para dispositivos con pantalla de ancho inferior a 640px */
@media (max-width: 639px) {
  .timeline:before {
    left: 20px;
  }

  .timeline-item {
    padding-left: 60px;
    margin-bottom: 30px;
display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .timeline-icon {
    left: 20px;
    margin-left: 0;
  }

  .timeline-content {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 20px;
      margin-left: -20px;
  }

  .timeline-content.right {
    left: 0;
  }
}



/* Estilos para dispositivos con pantalla de ancho igual o superior a 640px */
@media (min-width: 640px) {
  .timeline-content.right {
    text-align: right;
  }
}

/*  Bio  */
#biographie .texto {
  padding: 2rem 0;
}
/*  Intro  */
#intro {
  padding: 0rem 0;
}
#intro p{
  padding: 2rem 0;
}
#intro h1 {
  margin: 0 0 0rem;
}
.profile-picture {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}


/*  Photos  */
.orbit-slide {
  display: block;
  width: 100%;
}

.orbit-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
}
/*  reseaux-sociaux  */
.reseaux-sociaux-section{
padding:10px;
}

.social-icon fa {
   padding:20px;
}
/*  Footer  */

.marketing-site-footer-block {
    display: flex;
    align-content: stretch;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

  .marketing-site-footer-block i {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .menu.simple {
      margin-bottom: 2rem;
}

.marketing-site-footer-block {
  margin-bottom: -1rem; /* ajusta el valor según lo que necesites */
}
@media screen and (max-width: 39.9375em) {
.marketing-site-footer-block {
    display: flex;
    align-content: stretch;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: row;
}
}

/* Estilos para el botón de modo oscuro */
.dark-mode-switch {
  display: inline-block;
  margin-right: 1rem;
}

/* Estilos para la etiqueta de modo oscuro */
.dark-mode-switch label {
  display: flex;
  align-items: center;
}

/* Estilos para el texto de la etiqueta de modo oscuro */
.switch-text {
  margin-left: 0.5rem;
}

/* Estilos para el modo oscuro */
body.dark-mode {
  background-color: #000000;
  color: #fff;
}
.dark-mode .timeline-content {
  background-color: #3d3846;
}
.dark-mode .timeline-icon {
  background-color: #3d3846;
  }
.dark-mode h2{
color:white;
}
.dark-mode a{
color:#bfbfbf;
}
.dark-mode .title-bar {
background-color:black;
}
.dark-mode  .menu-icon::after {
    /* the block itself, the first line */
    background: #ffffff;
    /* middle and bottom */
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    /* respect WebKit */
    -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}


.dark-mode #DarkmodeButon .dark-mode-toggle {
  background-color: transparent;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  z-index: 2000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.dark-mode #DarkmodeButon .dark-mode-toggle svg circle {
  fill: #c0bfbc;
  stroke: #ffffff;
  stroke-width: 8;
}

.dark-mode #DarkmodeButon .dark-mode-toggle svg text {
  fill: #e6e6e6;
}

.dark-mode #DarkmodeButon .dark-mode-toggle:hover {
  transform: scale(1.4);
}

.dark-mode #DarkmodeButon .dark-mode-toggle:active {
  transform: scale(1.4);
}

.dark-mode #DarkmodeButon .dark-mode-toggle {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2), 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
  background-color: #d3d3d3;
}

.dark-mode #DarkmodeButon .dark-mode-toggle:hover {
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.2), 0px 0px 20px 5px rgba(255, 255, 255, 0.5);
}

.dark-mode #DarkmodeButon .dark-mode-toggle:active {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2), 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}

