
.container{
    font-family: 'LandasansMedium';
    text-align: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.title-header{
    position: relative;
    z-index: 2;
}

.fade{
    display: flex;
    width: 100vw;
    height: 300%;
    position:absolute;
    top: -100%;
    left: calc(-50vw + 50%);
    z-index: -1;
    align-items: center;
    justify-content: center;
    --fade-amount: 38%;
    background: linear-gradient(#002a42,#002339 var(--fade-amount),#002339 calc(100% - var(--fade-amount)),#002a42);
}


.titre{
    font-size: 46px;
    font-weight: normal;
    margin-bottom: 0px;
}

.desc{
    color: #40bc94;
    font-size: 23px;
    letter-spacing: 0.5px;
}

.video{
    margin-top: 100px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}


.videoInsert {
    max-width: 100%;
    height: auto;

}

.other-title{
    text-align: left;
    font-weight: 100;
    font-size: 25px;
}

.other-project{
    display:flex;
    flex-direction: row;
}

.project-cover:nth-child(2n+1){
    margin-right: 5px;
}

.project-cover:nth-child(2n){
    margin-right: 0px;
}

.principal{
    position:relative;
    z-index: 2;
}

.secondaire{
    margin-top: 70px;
}


img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.project-cover .cover-content {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .project-cover .cover-image-wrap {
    overflow: hidden;
    position: relative;
  }

  
.project-cover .cover-image::after {
  background-color: #fff;
  opacity: 0;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  -moz-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.project-cover .cover-image::before {
  padding-bottom: 56.25%;
  content: '';
  display: block;
  width: 100%;
}




.project-cover .cover-image {
    position: relative;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 0px;
}

.project-cover .cover {
    left: 0;
    min-height: 100%;
    /*position: absolute;*/
    top: 0;
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
  }
  
  .project-cover .cover img {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.03);
    object-fit: cover;
    height: calc(100% + 2px);
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
  }
  
  

.image-title{
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .15s ease-out;
    align-items: center;
    justify-content: center;
    font-family: 'LandasansMedium';
    font-weight:normal;
}

.still {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}

@media (hover: hover){
    .image-title:hover{
      background-color: white;
      color: #002a42;
      opacity: 0.95;
    }
}

.touch-hover-effect{
    background-color: white;
    color: #002a42;
    opacity: 0.95;
}
  
  
  
.title-name{
    font-size: 30px;
    margin-bottom: 10px;
}
  
.title-year{
    font-family: 'Futura Md BT';
    font-weight: 800;
    font-size: 15px;
}

.project-cover {
    display: block;
    position: relative;
    margin-right: 5px;
    width: calc(50% - 2.5px);
}


@media (max-width: 540px) {
    .other-project {
      flex-direction: column;
    
    }

    .project-cover{
        width: 100%;
    }

    .title-header{
        transform: scale(70%);
    }

    .fade{
        width: 200%;
        left: calc(-50vw);
    }
}


@media (max-width: 932px) {
    .other-title{
        margin-left: 20px;
    }
}

  