  html{
    font-size: 16px;
  }
  body {
   /*display: flex;*/
    align-items: center;
    color:rgb(168,168,168);
    font-family: 'Lato', sans-serif;
    justify-content: center;
    background-color: #1d1d1d;
    font-weight: 300;    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  h1{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2rem;
  }
  h2 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 3ch;
}
p{
  text-align: justify;
}
  .bloc1a {
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
    color:#e1e1e1;
   /* margin-top: -18px;*/

  }
  .magic{
    -webkit-filter: contrast(0.3);
    filter: contrast(0.3);


  }

  .bloc1b {
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-top: -15p;
    color:rgb(158, 158, 158);
   

  }
  .centerText{
    text-align: center;
  }
  .padding{
    padding: 2rem;
  }
  header{
    z-index: 50;
  }
  nav {
    z-index: 50;
    position: fixed;
    top:0;
    left: 0;
    width: 100vm;
    height: 100%;
    overflow: auto;
  }
  .navMenu{
        background-color: #1d1d1d;
       
        height: 6rem;
        width: 100vmax;

  }
 
  ul li{
    line-height: 1.5rem;
  }

  .translate{
    display: grid;
    text-align: center;
    

  }
  strong{
    color:rgb(212, 212, 212);
    font-weight: 700;
  }
  .navInline ul{
    
    text-align: center;
  }
  .navInline ul li {

    display: inline-block;
    margin-right: 0.5rem;

  }

  .navInline ul li a {
    text-decoration: none;
    color:rgb(158, 158, 158);
    transition: transform .2s;

    
  }
  #google_translate_element{
    background-color: #1d1d1d;
  }
  a:hover{
    color:white;

    animation: neonGlow 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  @keyframes neonGlow {
    0% {
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8), 0 0 22px rgba(255, 255, 255, 0.8), 0 0 40px rgba(66, 220, 219, 0.8), 0 0 60px rgba(66, 220, 219, 0.8), 0 0 80px rgba(66, 220, 219, 0.5), 0 0 100px rgba(66, 220, 219, 0.5), 0 0 140px rgba(66, 220, 219, 0.5), 0 0 200px rgba(66, 220, 219, 0.5);
    }
    100% {
      text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(66, 220, 219, 0.8), 0 0 30px rgba(66, 220, 219, 0.8), 0 0 40px rgba(66, 220, 219, 0.8), 0 0 50px rgba(66, 220, 219, 0.5), 0 0 80px rgba(66, 220, 219, 0.5);
    }
}
section{
    display:flex;
}
.grid-container1{

  display: grid;
  height: auto;
  grid-template-columns: 1fr;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  /*border-radius: 25px;*/
  padding: 2rem;
  width: 100%;
}
.grid-item1{

    height: auto;
    /*border: 1px solid white;*/

}
.grid-container3{
  display:flex
}
.grid-container2 {
    background-color: transparent;  
    flex-grow: 1;
    display: grid;
    height: auto;
    grid-template-columns: 1fr 1fr; /* Définit la structure en colonnes de la grille. Ici, il y aura trois colonnes. */
    padding: 2rem;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    /*border-radius: 25px;*/
}
.grid-item2 img {
    height: 450px;
    width: auto;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid white;
}
.grid-item2{
    width: auto;
    grid-template-columns: 1fr;
    padding: 2 rem;
    margin: 10px;
  }
.profile_quote{
    font-size: 1.5rem;
    line-height: 1.3;
    text-transform:initial;
}
.author {
  font-weight:400;
  margin-top: .5rem;
}
.centrer_grid_item2{
  display:grid;
  align-items: center;
}
.vertical{
  transform: rotate(270deg);
  

}
.check li{
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}
.check>li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 0.4rem;
  height: 1rem;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #00a8a8;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.grid-item1.grid-center h2 {
  line-height: unset;
  margin-bottom: initial;
}
.marquise {
  background: #0b081b;

}
iframe{
  border-radius: 15px;
  
}
/*   MODIF */
.grid-container1.\32 col  {display: inherit;}

.grid-item2.col.progbar {
  width: 40vw;
  padding-left: 5ch;
  border-left: grey solid;
}
.two-column-list {
  columns: 2;
  column-gap: 2rem; /* Adjust the gap between columns as desired */
}
/* paralax */
/* Style de base pour les sections parallax*/
section#\34{display: none;}
section#\31, section#\32, section#\33, section#\34, section#\35 {
  background-color: #1d1d1d;
}
.s_parallax {
  position: relative;
  height: 500px;
  overflow: hidden;
}

/* Pour styler l'image de fond des parallax */
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

/* (darkening effect) */
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: -1;
}


.content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 100px; 
}





/*Barres de progression*/
.bg-o-color-1 {
  background-color: #f8009d73 !important;
  color: #FFFFFF;
  font-weight: 400;
  font-size:1.5rem;
}
.bg-o-color-2 {
  background-color: #32f800bc !important;
  color: #FFFFFF;
  font-weight: 400;
  font-size:1.5rem;
}
.bg-o-color-3 {
  background-color: #003ef8b8 !important;
  color: #FFFFFF;
  font-weight: 400;
  font-size:1.5rem;
}
.bg-o-color-4 {
  background-color: #50b7b7 !important;
  color: #FFFFFF;
  font-weight: 400;
  font-size:1.5rem;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 2rem;
  }
}
.progress {
  display: -webkit-box; display: -webkit-flex; display: flex;
  height: 1.5rem;
  overflow: hidden;
  font-size: 0.8rem;
  background-color: #585858;
  border-radius: 01.25rem;
}

.progress-bar {
  display: -webkit-box; display: -webkit-flex; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #00070F;
  transition: width 0.6s ease;
  font-size: 1rem;
    font-weight: 900;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
/*  EOMODIF  */


.container-skill {
  
    width: 100%;
    background-color: rgb(158,158,158);
    border-radius: 15px;
    
    
    
}
.skills{
    
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    color: rgb(255, 255, 255);
    

}
.espacement{
  height: 100px;
  
}



.fomation{
  display: flex;
  justify-content: center;
}

.formation table{
  width: 75%;
  margin-left: auto;
  margin-right:auto;
}
tr>td{
  
  margin-top: 1rem;
  margin-left: 2rem;
  padding: 1rem;
}

/* contact*/

#contact-form *{
    width: 75%;
    margin: 0 auto;
    font-size: 1rem;
}

#contact-form label {
    display: block;
    margin-top: 20px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    width: 75%;
    padding: 10px;
    box-sizing: border-box;
}

#contact-form input[type="submit"] {
    margin-top: 20px;
    width: 50%;
    padding: 10px 20px;
    border-radius: 0.5rem;
    background-color: #50b7b7; 
    color: white;
    border: none;
    cursor: pointer;
}

#contact-form input[type="submit"]:hover {
    background-color: #8eb750;
    outline: 3px solid #ccc;
  }

.alignRight{

  text-align: right;
}
.align-left{
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.fullWidthForm{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ligneForm{
  display:flex;
  flex-direction: column;
  justify-content: start;
  gap: 2rem;
}

.ligneForm input, textarea{
  flex: 1;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: none;
  color:#ccc;
  caret-color:#ccc;
}
.inputForm{
  display: flex;
}
.inputForm input{
  margin-right: 1rem;

}
/*fin de contact*/



.grid-center{
  display: flex;
  justify-content: center;
}
.keyword-container{
 
  font-weight:900;
  font-size: 4rem;
  line-height: 4rem;
}
.pFooter{
  font-size: 1rem;
  text-align: center;
}