body {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0, 0, 0) 41%, rgba(61,61,61,1) 61%, rgba(102,102,102,1) 100%);
    width:100%;
    margin:0;
}

.wrapper {
    position: fixed;
    z-index:2;
    top: 0;
    /*left: -100%;*/
    right: -100%;
    height: 100%;
    width: 31%;
    background: #000;
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
    transition: all 0.6s ease-in-out;
}

#active:checked~.wrapper {
    /*left: 0;*/
    right: 0;
}

.menu-btn {
    position: fixed;
    z-index: 3;
    right: 20px;
    /*left: 20px; */
    top: 20px;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    /*color: #fff;*/
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 3px solid #FFFFFF;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:before {
    transform: translateY(-8px);
}

.menu-btn:after {
    transform: translateY(8px);
}


.close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

/* Quand ma nav tire sa reverense */
#active:checked+.menu-btn span {
    transform: scaleX(0);
}

#active:checked+.menu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
}

#active:checked+.menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
}

.wrapper ul {
    position: absolute;
    top: 50%;
    left: 20%;
    height: 80%;
    width: 80%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
}

.wrapper ul li {
    height: 10%;
    margin: 45px 0;

}

.wrapper ul li a {
    text-decoration: none;
    font-size: 35px;
    font-weight: 500;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    line-height: 50px;
    margin: 5px 30px;
    opacity: 0;
    transition: all 0.3s ease;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width:400px;

}

.wrapper ul li a:after {
    position: absolute;
    content: "";
    background: #E14B00;
    /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
    /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
}

.wrapper ul li a:hover:after {
    transform: scaleY(1);
}

.wrapper ul li a:hover {
    color: #ffb703;
}

input[type="checkbox"] {
    display: none;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
}

.content .title {
    font-size: 40px;
    font-weight: 700;
}

.content p {
    font-size: 35px;
    font-weight: 600;
}

#active:checked~.wrapper ul li a {
    opacity: 1;
}

.wrapper ul li a {
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);
}

#active:checked~.wrapper ul li a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(.1, 1.3, .3, 1);
    transition-delay: .6s;
    transform: translateX(-100px);
}

.video-background {

    width: 100%;
    height: 600px;
    object-fit: cover;
   
  }
  .logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .card {
    margin: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: rgba(255, 0, 0, 0);
    border-style: none;

  }
  .card-img-top {
    height: 300px;
    object-fit: cover;
    
  }

  .card-body {
    background-color: rgba(35, 35, 35, 0);

  }

  .card>img {
    background-color: rgba(35, 35, 35, 0);
  }
  .card:hover{
    transform: scale(1.10);
    cursor: pointer;
   
  }

  #contour {

    -webkit-box-shadow: 0px 18px 24px 3px #000000; 
    box-shadow: 0px 18px 24px 3px #000000;
    border-radius: 20px;
    border: 7px solid black;
    background-image: linear-gradient(to right, #333333 50%, #222222 50%)
  }

  #foot {

    background-image: url(img/kin.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20%;
  }  
td>img {
    width:10%;
}
#car {
  -webkit-box-shadow: 0px 18px 24px 3px #000000; 
  box-shadow: 0px 18px 24px 3px #000000;
  border-radius: 50px;
  border:8px solid black;
  background-image: linear-gradient(to right, #333333 50%, #222222 50%)
  }

  .right {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 8px solid black;
  }

  .left {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 8px solid black;
  }

  h1>span {
    color:#ffb703
  }
