h2{
    font-weight: 400 !important;
    color: #BDBDBD !important;
    transition: ease-in-out 0.5s;
    font-size: 6rem !important;
    margin-bottom: 24px;
}
h2:hover{
    font-weight: 400 ;
    color: black !important;
    /* transform: translateX(-50px); */
}

.main_container_description{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
}
/* .marge-top{
  border-top: 1px solid white !important;
    border-top: 0px;
    width: 70%;
    height: 20vh;
    margin-left: auto;
    margin-right: auto;
} */
.container_description{
    height: 100%;
    /* width: 70%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
.contain_description_left{
  width: 100%; 
  padding-left: 64px; 
  padding-top: 52px; 
  padding-bottom: 52px;
  margin-top: auto;
  /* border-top: 1px solid white !important; */

}
/* .contain_description_right{
  width: 35%;
  border-left: 1px solid white !important;
  border-top: 1px solid white !important;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
} */
/******************Animation lignes*******************/
.change_back {
    -webkit-animation: change_back 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: change_back 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes change_back {
    0% {
        -webkit-background-color: black;
                background-color: black;
      }
      100% {
        -webkit-background-color: white;
                background-color: white;
      }
  }
  @keyframes change_back {
    0% {
        -webkit-background-color: black;
                background-color: black;
      }
      100% {
        -webkit-background-color: white;
                background-color: white;
      }
  }

  .slide-in-bottom {
	-webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both;
	        animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0s both;
}

 @-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(100vh);
              transform: translateY(100vh);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(100vh);
              transform: translateY(100vh);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

.fade-in-left {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}
.fade-in-left2 {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
}
.fade-in-left3 {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
}
.fade-in-left4 {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
}



 @-webkit-keyframes fade-in-left {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity: 1;
    }
  }
  @keyframes fade-in-left {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity: 1;
    }
  }
  
  @media (max-width: 1600px) {
    .contain_description_left{
      width: 65%; 
      padding-left: 64px; 
      padding-top: 52px; 
      padding-bottom: 52px; ;
    }
    .contain_description_right{
      width: 35%;
    }
}
  @media (max-width: 1300px) {
    .contain_description_left{
      width: 75%; 
      padding-left: 64px; 
      padding-top: 52px; 
      padding-bottom: 52px; ;
    }
    .contain_description_right{
      width: 25%;
    }
  }
  @media (max-width: 900px) {
    .marge-top{
      width: 100%;
      height: 25vh;
      margin-left: 31px;
      margin-right: 0px;
      border-right: 0px;
  }
    .container_description{
      margin-left: 0px;
      margin-right: 0px;
      width: 100%;
  }
    .contain_description_left{
      width: 100%; 
      padding-left: 0px; 
      padding-top: 52px; 
      padding-bottom: 52px; ;
    }
    .contain_description_right{
      display: none;
    }
    .contain_description_left h2{
      font-size: 5rem;
    }
    .container_description div{
      border-right: 0px;
      border-bottom: 0px;
    }
  }
  @media (max-width: 600px) {
    .container_description{
      height: 100%;
      width: auto;
      display: flex;
      flex-direction: column;
      margin-left: 0px;
      margin-right: 0px;
  }
  .container_description div{
    border-right: 0px;
    border-bottom: 0px;
  }
  .contain_description_left h2{
    font-size: 3rem !important;
    color: black  !important;
  }
  .nav-right{
    display: flex !important;
  }
  .nav-left{
    display: none !important;
  }
  .marge-top{
    width: auto;
    height: 25vh;
    margin-left: 62px;
    margin-right: 0px;
    border-right: 0px;
}
  .contain_description_left{
    width: 100%; 
    padding-left: 32px; 
    margin-left: 0px;
    padding-top: 32px; 
    padding-bottom: 16px;
    gap: 0px; 
  }
  .contain_description_right{
    display: none;
  }
        #my-text{
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          line-height: 4rem !important;
        }
        #my-text2{
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          line-height: 4rem !important;
        }
        #my-text3{
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          line-height: 4rem !important;
        }
        #my-text4{
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          line-height: 4rem !important;
        }
        #my-text5{
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          line-height: 4rem !important;
        }
        h2{
          margin-bottom: 16px;
        }
    
  }
