html, body {
      width: 100%;
      scroll-behavior: smooth;
      background-color: #f7f7f7;
      overflow-x: hidden;
}

@font-face {
      font-family: 'quadranta';
      src: url('TheSecret-Regular.otf') format('truetype'),
           url('TheSecret-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
}	 


.titre_index {
      background: linear-gradient(to right, #8bbfd3, #082835);
      -webkit-background-clip:  text;
      -webkit-text-fill-color: transparent;
      font-family: quadranta, sans-serif;
}



#testtest { color: white; text-decoration: none; }

.arrow {
      text-align: center;
}
.bounce {
      -moz-animation: bounce 2s infinite;
      -webkit-animation: bounce 2s infinite;
      animation: bounce 2s infinite;
}
    
    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
      }
      40% {
        transform: translateY(-30px);
      }
      60% {
        transform: translateY(-15px);
      }
    }


#return-to-top {
    position: fixed;
    bottom: 12px;
    right: 12px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.header-index {
      width: 100%;
      height: 100vh;
      background: url(../img/fond_code_.jpg) no-repeat 50% 50%;
      background-size: cover;
}

.header-entreprise {
      width: 100%;
      height: 50vh;
      background: url(../img/entreprise_man_2.jpg) no-repeat 50% 50%;
      background-size: cover;
}

.header-veille {
      width: 100%;
      height: 45vh;
      background: url(../img/veille_techno_2.jpg) no-repeat 50% 50%;
      background-size: cover;

}

 .veille-text {
color: white;
position: absolute;
z-index: 1;
text-align: center;
width: 100%;
top: 14%;

font-size: 2em;
background-color: rgba(31, 29, 29, 0.5);
padding: 25px;
}

.analyse-text {
  color: white;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: 14%;
  font-family: 'Montserrat';
  font-size: 1.5em;
  background-color: rgba(31, 29, 29, 0.5);
  padding: 25px;
  }

.header-analyse {


}

#formation:before {
      height: 54px;
      content: "";
      display:block;
}

#entreprise:before {
      height: 54px;
      content: "";
      display:block;
}


#main_entreprise:before {
      height: 85px;
      content: "";
      display:block;
}

.img-logo-nav {
      line-height: 20px;
      position: fixed;
      float: left;
      margin: 3px 15px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
      height: 5%;
}

nav {
      position: fixed;
      width: 100%;
      line-height: 20px;
      z-index: 100;
}

nav ul {
      line-height: 20px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: rgba(0, 0, 0, 0.85);
}

nav ul li {
      display: inline-block;
      padding: 16px 40px;
}

nav ul li a {
      color: #fff;
      font-size: 17px;
}

nav ul li a:hover {
      color: #fff;     
}


.header-container {
      width: 100%;
      height: 100vh;
}

.header-row {
      height: 100%;
}

.col-a {
      width: 100%;
      color: black;
}
.col-a:hover {
      text-decoration: none;
      color: black;
}

.card-accueil {
      width:80%;
      height: 90%;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 25% 10%;
}


.card-accueil .card-accueil-body{
    width: 100%;
    height: 100%;
}

.card-accueil .card-accueil-body .img-card-accueil-itescia{
      width: 100%;
      height: 100%;
  }

.img-card-accueil-etf{
      width: 100%;
      height: 100%;
}

.logo-etf-entreprise {
      margin: 5%;
}

.logo-campus-entreprise {
      width: 1050px;
      height: 700px;
}

.logo-index-wallon {
      width: 500px;
      height: 500px;
}


 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
 .flip-card {
      background-color: transparent;
      width: 1050px;
      height: 700px;
 
      perspective: 1000px; /* Remove this if you don't want the 3D effect */
    }
    
    /* This container is needed to position the front and back side */
    .flip-card-inner {
      position: relative;
      width: 1050px;
      height: 700px;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d;
    }
    
    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }
    
    /* Position the front and back side */
    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 1050px;
      height: 700px;
      backface-visibility: hidden;
    }
    
    /* Style the front side (fallback if image is missing) */
    .flip-card-front {
      
      color: black;
    }
    
    /* Style the back side */
    .flip-card-back {
 
      transform: rotateY(180deg);
    } 

.index-section-contact {
      padding: 1%;
      background-image: url("../img/fond_code_.jpg");
}

.entreprise-section-contact {
      padding: 1%;
      background-image: url("../img/entreprise_man.jpg");
}

.veille-section-contact {
      padding: 1%;
      background-image: url("../img/veille_techno_2.jpg");
}

.analyse-section-contact {
  padding: 1%;

}


.situationpro-section-contact {
      padding: 1%;
      background-image: url("../img/situationpro_back.png");
}

 .icon-contact-section {
  color:rgba(255, 255, 255, 0.9);
  
}

.card-section-contact {
     
      background-color: rgba(255, 255, 255, 0.9);
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

@media(max-width: 786px) {

      .logo-nav {
            position: fixed;
            top: 0;
            margin-top: 16px;
      }

      nav ul {
            max-height: 0px;
            background: #000;
      }

      nav.black ul {
            background: #000;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 24px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }

}

.faa {
      width: 1.5rem;
}

.progress {
      border-width: 1px ;
      border-color: rgba(0, 0, 0, 0.2) ;
      border-radius: 12px;
}

.progress-competence-yellow {
      background-color: rgb(255, 239, 16);
}

.progress-competence-blue {
      background-color: rgb(38, 91, 126);
}

.progress-competence-orange {
      background-color: rgb(231, 108, 7);
}

.progress-competence-green {
      background-color: rgb(9, 156, 9);
}

.progress-competence-red {
      background-color: rgb(255, 0, 0);
}

.index-section-1 {
      padding: 2%;
}

.index-section-2, .index-section-4 {
      background-color: #ffffff;
}

.entreprise-section-1 {
      padding-top: 2%;
      padding-bottom: 2%;
      padding-right: 2%;
}

.entreprise-section-2, .entreprise-section-4, .situationpro-section-2, .veille-section-1 {
      background-color: #ffffff;
}

.btn-gradient {
      background: #397288;
      color: #ffffff;
}

.btn-gradient:hover {
      background: #1a5870;
}


/* DEMO GENERAL ============================== */
.hover {
      overflow: hidden;
      position: relative;
      padding-bottom: 60%;
    }
    
    .hover-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 90;
      transition: all 0.4s;
    }
    
    .hover img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s;
    }
    
    .hover-content {
      position: relative;
      z-index: 99;
    }
    

/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
    }
    
    .hover-2-title {
      position: absolute;
      top: 50%;
      left: 0;
      text-align: center;
      width: 100%;
      z-index: 99;
      transition: all 0.3s;
    }
    
    .hover-2-description {
      width: 100%;
      position: absolute;
      bottom: 0;
      opacity: 0;
      left: 0;
      text-align: center;
      z-index: 99;
      transition: all 0.3s;
    }
    
    .hover-2-title { 
         opacity: 0;
    }

    .hover-2:hover .hover-2-title {
      transform: translateY(-1.5rem);
         opacity: 1;
    }
    
    .hover-2:hover .hover-2-description {
      bottom: 0.5rem;
      opacity: 1;
    }
    
    .hover-2:hover .hover-overlay {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
    }
    

 

    .blog-card {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin: 1rem auto;
      box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
      margin-bottom: 1.6%;
      background: #fff;
      line-height: 1.4;
      font-family: sans-serif;
      border-radius: 5px;
      overflow: hidden;
      z-index: 0;
    }
    .blog-card a {
      color: inherit;
    }
    .blog-card a:hover {
      color: #5ad67d;
    }
    .blog-card:hover .photo {
      -webkit-transform: scale(1.3) rotate(3deg);
              transform: scale(1.3) rotate(3deg);
    }
    .blog-card .meta {
      position: relative;
      z-index: 0;
      height: 150px;
    }
    .blog-card .photo {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
    }
    .blog-card .details,
    .blog-card .details ul {
      margin: auto;
      padding: 0;
      list-style: none;
    }
    .blog-card .details {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -100%;
      margin: auto;
      -webkit-transition: left .2s;
      transition: left .2s;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 10px;
      width: 100%;
      font-size: .9rem;
    }
    .blog-card .details a {
      -webkit-text-decoration: dotted underline;
              text-decoration: dotted underline;
    }
    .blog-card .details ul li {
      display: inline-block;
    }
    .blog-card .details .author:before {
      font-family: FontAwesome;
      margin-right: 10px;
      content: "\f007";
    }
    .blog-card .details .date:before {
      font-family: FontAwesome;
      margin-right: 10px;
      content: "\f133";
    }
    .blog-card .details .tags ul:before {
      font-family: FontAwesome;
      content: "\f02b";
      margin-right: 10px;
    }
    .blog-card .details .tags li {
      margin-right: 2px;
    }
    .blog-card .details .tags li:first-child {
      margin-left: -4px;
    }
    .blog-card .description {
      padding: 1rem;
      background: #fff;
      position: relative;
      z-index: 1;
    }
    .blog-card .description h1,
    .blog-card .description h2 {
      font-family: Poppins, sans-serif;
    }
    .blog-card .description h1 {
      line-height: 1;
      margin: 0;
      font-size: 1.7rem;
    }
    .blog-card .description h2 {
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
      color: #a2a2a2;
      margin-top: 5px;
    }
    .blog-card .description .read-more {
      text-align: right;
    }
    .blog-card .description .read-more a {
      color: #5ad67d;
      display: inline-block;
      position: relative;
    }
    .blog-card .description .read-more a:after {
      content: "\f061";
      font-family: FontAwesome;
      margin-left: -10px;
      opacity: 0;
      vertical-align: middle;
      -webkit-transition: margin .3s, opacity .3s;
      transition: margin .3s, opacity .3s;
    }
    .blog-card .description .read-more a:hover:after {
      margin-left: 5px;
      opacity: 1;
    }
    .blog-card p {
      position: relative;
      margin: 1rem 0 0;
    }
    .blog-card p:first-of-type {
      margin-top: 1.25rem;
    }
    .blog-card p:first-of-type:before {
      content: "";
      position: absolute;
      height: 5px;
      background: #5ad67d;
      width: 35px;
      top: -0.75rem;
      border-radius: 3px;
    }
    .blog-card:hover .details {
      left: 0%;
    }


    #glass {
      position: absolute;
      border-radius: 50%;
      box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
      display: none;
      background-repeat: no-repeat;
      background-color: rgba(0,0,0,.6);
    }
    

  .portfolio_item {
      position: relative;
      overflow: hidden;
      display: block;
      width: 100%;
      height: 100%;
  }
  
  .portfolio_item .portfolio_item_hover {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 93.5%;
      width: 100%;
      background-color: rgba(0, 0, 0, .8);
      -webkit-transform: translate(-100%);
      transform: translate(-100%);
      opacity: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      overflow: hidden;
  }

.portfolio_item_hover, .portfolio_item:hover{
      padding-bottom: 6%;
  }
  
  .portfolio_item .portfolio_item_hover .item_info {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 10px;
      width: 100%;
      font-weight: bold;
  }
  
  .portfolio_item .portfolio_item_hover .item_info span {
      display: block;
      color: #fff;
      font-size: 20px;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      -webkit-transition: all .2s ease-in-out .2s;
      transition: all .2s ease-in-out .2s;
      opacity: 0;
  }
  .portfolio_item .portfolio_item_hover .item_info i {
    color: #ffbf00;
  }
  
  .portfolio_item .portfolio_item_hover .item_info p {
    color: #fff;
    font-size: 13px;
  }
  

  .portfolio_item .portfolio_item_hover .item_info em {
      font-style: normal;
      display: inline-block;
      background-color: #ffbf00;
      padding: 5px 20px;
      border-radius: 25px;
      color: rgb(0, 0, 0);
      margin-top: 10px;
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      -webkit-transition: all .3s ease-in-out .3s;
      transition: all .3s ease-in-out .3s;
      opacity: 0;
      font-size: 10px;
      letter-spacing: 2px;
  }
  
  .portfolio_item:hover .portfolio_item_hover {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  
  .portfolio_item:hover .item_info em,
  .portfolio_item:hover .item_info span {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }


  .no-gutter {
     padding-top: 2%;
     padding-bottom: 2%;
     
  }

  .img-responsive {
        width: 100%;
  }

  .element-item, .portfolio_item:hover  {
        margin-bottom: 2%;
  }

  /******** FOR ALL PROJECT  **********/
  /************************************/

  .sidenav {
      white-space: nowrap;
      width: 200px;
      position: fixed;
      z-index: 1;
      top: 28vh;
      left: 2%;
      background: #f7f7f7;
      overflow-x: hidden;
      padding: 8px 0j;
    }
    
    .sidenav a {
      padding: 6px 8px 6px 16px;
      text-decoration: none;
      font-size: 16px;
      color: #2196F3;
      display: block;
    }

    .main_ppe1 {
      margin-left: 210px; /* Same width as the sidebar + left position in px */
      /*font-size: 28px;  Increased text to enable scrolling */
      padding: 0px 10px;
    }

    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }

    .ppe-section-contact {
      padding: 1%;
      background-image: url("../img/optique_design.jpg");
}

.header-ppe {
      width: 100%;
      height: 25vh;
      background: url(../img/optique_design.jpg) no-repeat 50% 50%;
      background-size: cover;
}

.titre-ppe h1,
.titre-ppe h2 {
  font-family: Poppins, sans-serif;
  background: linear-gradient(to right, #8bbfd3, #082835);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.titre-ppe h1 {
  line-height: 1;
  margin: 0;
  font-size: 2.3rem;
}
.titre-ppe h2 {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}

.sidenav .titre_index_projet.current {
      margin-left: 7% ;
      background: black;
      -webkit-background-clip:  text;
      -webkit-text-fill-color: transparent;
}

.titre_index_projet {
      background: linear-gradient(to right, #8bbfd3, #082835);
      -webkit-background-clip:  text;
      -webkit-text-fill-color: transparent;
      font-family: quadranta, sans-serif;
}

  /**************  PPE 1  *************/
  /************************************/



  /**************  PPE 2  *************/
  /************************************/



  /**************  PPE 3  *************/
  /************************************/



  /**************  PPE 4  *************/
  /************************************/


  /**************  Eclisse  *************/
  /************************************/

  .accordion a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 40%;
      padding: 1rem 3rem 1rem 1rem;
      color: #7288a2;
      font-size: 1.15rem;
      font-weight: 400;
      border-bottom: 1px solid #e5e5e5;
    }
    
    .accordion a:hover,
    .accordion a:hover::after {
      cursor: pointer;
      color: #03b5d2;
    }
    
    .accordion a:hover::after {
      border: 1px solid #03b5d2;
    }
    
    .accordion a.active {
      color: #03b5d2;
      border-bottom: 1px solid #03b5d2;
    }
    
    .accordion a::after {
      font-family: 'Ionicons';
      content: '\f218';
      position: absolute;
      float: right;
      right: 1rem;
      font-size: 1rem;
      color: #7288a2;
      padding: 5px;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #7288a2;
      text-align: center;
    }
    
    .accordion a.active::after {
      font-family: 'Ionicons';
      content: '\f209';
      color: #03b5d2;
      border: 1px solid #03b5d2;
    }
    
    .accordion .content-item {
      opacity: 0;
      padding: 0 1rem;
      max-height: 0;
      border-bottom: 1px solid #e5e5e5;
      overflow: hidden;
      clear: both;
      -webkit-transition: all 0.2s ease 0.15s;
      -o-transition: all 0.2s ease 0.15s;
      transition: all 0.2s ease 0.15s;
    }
    
    .accordion .content-item p {
      font-size: 1rem;
      font-weight: 300;
    }
    
    .accordion .content-item.active {
      opacity: 1;
      padding: 1rem;
      max-height: 100%;
      -webkit-transition: all 0.35s ease 0.15s;
      -o-transition: all 0.35s ease 0.15s;
      transition: all 0.35s ease 0.15s;
    }


    .tab-wrap {
      -webkit-transition: 0.3s box-shadow ease;
      transition: 0.3s box-shadow ease;
      border-radius: 6px;
      max-width: 100%;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      list-style: none;
      background-color: #fff;
      margin: 40px 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }
    .tab-wrap:hover {
      box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
    }
    
    .tab {
      display: none;
    }
    .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
      opacity: 1;
      -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
      position: relative;
      top: 0;
      z-index: 90;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      text-shadow: 0 0 0;
    }
    .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
      opacity: 1;
      -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
      position: relative;
      top: 0;
      z-index: 90;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      text-shadow: 0 0 0;
    }
    .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
      opacity: 1;
      -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
      position: relative;
      top: 0;
      z-index: 90;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      text-shadow: 0 0 0;
    }
    .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
      opacity: 1;
      -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
      position: relative;
      top: 0;
      z-index: 90;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      text-shadow: 0 0 0;
    }
    .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
      opacity: 1;
      -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease;
      transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
      position: relative;
      top: 0;
      z-index: 90;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      text-shadow: 0 0 0;
    }
    .tab:first-of-type:not(:last-of-type) + label {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .tab:not(:first-of-type):not(:last-of-type) + label {
      border-radius: 0;
    }
    .tab:last-of-type:not(:first-of-type) + label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .tab:checked + label {
      background-color: #fff;
      box-shadow: 0 -1px 0 #fff inset;
      cursor: default;
    }
    .tab:checked + label:hover {
      box-shadow: 0 -1px 0 #fff inset;
      background-color: #fff;
    }
    .tab + label {
      box-shadow: 0 -1px 0 #eee inset;
      border-radius: 6px 6px 0 0;
      cursor: pointer;
      display: block;
      text-decoration: none;
      color: #333;
      -webkit-box-flex: 3;
              flex-grow: 3;
      text-align: center;
      background-color: #f2f2f2;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-align: center;
      -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
      transition: 0.3s background-color ease, 0.3s box-shadow ease;
      height: 50px;
      box-sizing: border-box;
      padding: 15px;
    }
    .tab + label:hover {
      background-color: #f9f9f9;
      box-shadow: 0 1px 0 #f4f4f4 inset;
    }
    .tab__content {
      padding: 10px 25px;
      background-color: transparent;
      position: absolute;
      width: 100%;
      z-index: -1;
      opacity: 0;
      left: 0;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      border-radius: 6px;
    }

    .container-tabs {
      margin: 0 auto;
      display: block;
      max-width: 800px;
    }
    .container-tabs > *:not(.tab-wrap) {
      padding: 0 80px;
    }



    /*---- NUMBER OF SLIDE CONFIGURATION ----*/
    .wrapper-caroussel {
      max-width: 60em;
      margin: 1em auto;
      position: relative;
    }
    
    input {
      display: none;
    }
    
    .inner {
      width: 500%;
      line-height: 0;
    }
    
    article {
      width: 20%;
      float: left;
      position: relative;
    }
    article img {
      width: 100%;
    }
    
    /*---- SET UP CONTROL ----*/
    .slider-prev-next-control {
      height: 50px;
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .slider-prev-next-control label {
      display: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      opacity: 0.7;
    }
    .slider-prev-next-control label:hover {
      opacity: 1;
    }
    
    .slider-dot-control {
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: center;
    }
    .slider-dot-control label {
      cursor: pointer;
      border-radius: 5px;
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #bbb;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
    .slider-dot-control label:hover {
      background: #ccc;
      border-color: #777;
    }
    
    
    /* Slider Styling */
    .slider-wrapper {
      width: 100%;
      overflow: hidden;
      border-radius: 5px;
      box-shadow: 1px 1px 4px #666;
      background: #fff;
      background: #fcfff4;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
    }
    .slider-wrapper .inner {
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    }
    
    /*---- SET POSITION FOR SLIDE ----*/
    #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      margin: 0;
      line-height: 38px;
      font-size: 3em;
      display: block;
      color: #777;
    }
    
    #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
      content: "\f105";
      padding-left: 15px;
    }
    
    #slide1:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
      display: block;
      float: right;
      margin-right: 5px;
    }
    
    #slide2:checked ~ .slider-prev-next-control label:nth-child(1), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide1:checked ~ .slider-prev-next-control label:nth-child(5) {
      display: block;
      float: left;
      margin-left: 5px;
    }
    
    #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after {
      content: "\f104";
      padding-left: 8px;
    }
    
    #slide1:checked ~ .slider-dot-control label:nth-child(1), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide5:checked ~ .slider-dot-control label:nth-child(5) {
      background: #333;
    }
    
    #slide1:checked ~ .slider-wrapper article:nth-child(1) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
      opacity: 1;
    }
    
    #slide1:checked ~ .slider-wrapper .inner {
      margin-left: 0%;
    }
    
    #slide2:checked ~ .slider-wrapper .inner {
      margin-left: -100%;
    }
    
    /*---- TABLET ----*/
    @media only screen and (max-width: 850px) and (min-width: 450px) {
      .slider-wrapper {
        border-radius: 0;
      }
    }
    /*---- MOBILE----*/
    @media only screen and (max-width: 450px) {
      .slider-wrapper {
        border-radius: 0;
      }
    
      .slider-wrapper .info {
        opacity: 0;
      }
    }
    @media only screen and (min-width: 850px) {
      body {
        padding: 0 ;
      }
    }

    @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);



div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:16px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

  
.jalal {
  color: white;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: 14%;
  font-family: 'Montserrat';
  
  background-color: rgba(31, 29, 29, 0.5);
  padding: 25px;
  }
