body {
    height: 100vh;
    background-image: url('../img/backgroundPages.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar{
    height: 70px;
    width: 100%;
    padding: 14px 30px;
    background-color: #0522718e;
    position: relative;
  }
  .navbar .nav-header{
    display: inline;
  }
  .navbar .nav-header .nav-logo{
    display: inline-block;
    margin-top: -7px;
  }
  .navbar .nav-links{
    display: inline;
    float: right;
    font-size: 18px;
  }
   
  .navbar .nav-links .loginBtn{
    display: inline-block;
    padding: 5px 15px;
    margin-left: 20px;
    font-size: 17px;
    color: rgb(9, 14, 90);
  }
  .navbar .nav-links a{
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 550;
    color: white;
  }
  /* Hover effects */
  .navbar .nav-links a:hover{
    background-color: rgba(8, 227, 243, 0.574);
  }
   
  /* responsive navbar toggle button */
  .navbar #nav-check, .navbar .nav-btn{
    display: none;
  }
   
  @media (max-width:700px) {
    .navbar .nav-btn{
      display: inline-block;
      position: absolute;
      top: 0px;
      right: 0px;
    }
    .navbar .nav-btn label {
      display: inline-block;
      width: 80px;
      height: 70px;
      padding: 25px;
    }
    .navbar .nav-btn label span {
      display: block;
      height: 10px;
      width: 25px;
      border-top: 3px solid #eee;
    }
    .navbar .nav-btn label:hover, .navbar #nav-check:checked ~ .nav-btn label {
      background-color: rgb(9, 90, 23);
    }
    .navbar .nav-links{
      position: absolute;
      display: block;
      text-align: center;
      width: 50%;
      background-color: rgb(9, 14, 90);
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 70px;
      right: 0px;
    }
    .navbar .nav-links a {
      display: block;
    }
   
    /* when nav toggle button not checked */
    .navbar #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
   
    /* when nav toggle button is checked */
    .navbar #nav-check:checked ~ .nav-links {
      height: calc(100vh - 70px);
      overflow-y: auto;
    }
    .navbar .nav-links .loginBtn {
      padding: 10px 40px ;
      margin: 20px;
      font-size:  18px;
      font-weight: bold;
      color: rgb(9, 14, 90);
    }
      .sticky12 {
        position: sticky;
        top: 0;
        width: 100%;
      }
    }
   
  
.contact {
  background-color: #00adb5;
  padding: 5px 13px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  border-bottom: none;
}

.contact:hover {
  background-color: #047e85;
  color: white;
  border-bottom: none;
}

.video-responsive { 
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0;
  border-style:ridge;
  border-color: #00adb5;
  }
  
  .video-responsive iframe {
  left:0; 
  top:0; 
  height:100%;
  width:100%;
  position:absolute;
  }

.card {
  max-width: 1080px;
  background-color:rgba(0, 16, 119, 0.673) !important;

}



#pProfil {
  border-radius: 1%;
    border-style:ridge;
  border-color: #00adb5;
}

.quality{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(to right, #c806f8 10%, #fab804 50%, #5411f1 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
}

.folio{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(to right, #06f836 10%, #fab804 50%, #11cff1 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
 }
}
ul { 
display: inline-block; 
text-align: left; 
}
li{
font-weight:bold;
}

.bgFooter {
  background-color: #0522718e;
}

::-webkit-scrollbar-thumb {
  background-color:#00adb5;
  border-radius: 25px;
}

::-webkit-scrollbar {
  width: 10px; 
  border: 1px solid #2c2c2c; 
  border-radius: 5px; 
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); 
}

.Page404 {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../img/blackjack.png);
}