.navbar: {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4),
            0px 1px 2px rgba(0,255,255,0.5), 
            0px 2px 4px rgba(0,255,255,0.5), 
            0px 4px 8px rgba(0,255,255,0.5), 
            0px 8px 16px rgba(0,255,255,0.5);
}
h1{
            position: relative;
            display: flex;
            justify-content:center;
            align-items:center;
            flex-wrap:wrap;
}
.parallax-image {
position:fixed;
width: 100%;
height: 1000px;
filter: blur(2px);
}


/* Style pour la bande colorée */
.navbar-color-band {
    background-color: #333; /* Assortie à la navbar */
    height: 100px; /* Hauteur fixe de la bande */
    width: 100%; /* Largeur complète */
}
/*///////////////BODY/////////////*/
/*Cards Parallax*/
.container{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  
}
.container .card{
  position: relative;
}
.container .card .face{
  width:300px;
  height: 200px;
  transition:.4s;
  
}
.container .card .face.face1{
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-content:center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}
.container .card:hover .face.face1{
  margin-right: 50px;
  transform: translateY(0);
  box-shadow:inset 0 0 60px whitesmoke,
  inset 20px 0 80px #e1be59,
  inset -20px 0 80px #d67400,
  inset 20px 0 300px #ffedb9,
  inset -20px 0 300px #b76217,
  0 0 0px #fff,
  -10px 0 80px #ffedb9,
  10px 0 80px #0ff;
   
}
.container .card .face.face1 .content{
  opacity: .2;
  transition:  0.5s;
  text-align: center;
}
.container .card:hover .face.face1 .content{
  opacity: 1;
 
}
.container .card .face.face1 .content .imgpara{
    font-size: 3em;
    color: white;
    display: inline-block;
     
  }
.container .card .face.face1 .content h3{
  font-size: 1em;
  color: white;
  text-align: center;
  
}
.container .card .face.face1 .content a{
   transition: .5s;
}
.container .card .face.face2{
   margin-right: 50px;
   position: relative;
   background: whitesmoke;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0,0,0,.8);
  transform: translateY(-100px);
}
.container .card:hover .face.face2{
    transform: translateY(0);
    height: auto;
}
.container .card .face.face2 .content p, a{
  margin: 0 ;
  padding: 0;
  color:#333;
}
.container .card .face.face2 .content a{
  text-decoration:none;
  color: black;
  box-sizing: border-box;
  outline : 1px dashed #333;
  padding: 10px;
  margin: 15px 0 0;
  display: inline-block;
}
.container .card .face.face2 .content a:hover{
  background: #333 ;
  color: whitesmoke; 
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

.imgpara{
height:50px;
}

.card {
height: 400px;
}

#carteshero {
margin-bottom: 100px;
}

/*Cards Après Parallax*/
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: consolas;
}
.chapitres
{
  width:100%;
  position: relative;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
            
}
.container
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
}
.container .box
{
  position: relative;
  width: 320px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  transition: 0.5s;
}
.container .box::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: linear-gradient(315deg, #fffb03, #ff7300);
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}
.container .box::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: linear-gradient(315deg, #fffb03, #ff7300);
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
  
}
.container .box:hover:before,
.container .box:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
  
}
.container .box:nth-child(1):before,
.container .box:nth-child(1):after
{
  background: linear-gradient(315deg, #ffbc00, #ff0058)
}
.container .box:nth-child(2):before,
.container .box:nth-child(2):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}
.container .box:nth-child(3):before,
.container .box:nth-child(3):after
{
  background: linear-gradient(315deg, #4dff03, #00d0ff)
}
.container .box span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.container .box span::before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.1s;  
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}
.container .box:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}
.container .box span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}
.container .box:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}
@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }
  
  50%
  {
    transform: translate(-10px);
  }
}
.container .box .content
{
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: 0.5s;
  color: #fff;
}
.container .box:hover .content
{
  left: -25px;
  padding: 60px 40px;
}
.container .box .content h2
{
  font-size: 2em;
  color: #fff;
  margin-bottom: 10px;
}
.container .box .content p
{
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.container .box .content a
{
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}
.container .box .content a:hover
{
  background: #c2bfbcf3;
  border: 1px solid rgba(0, 0, 0, 0.932);
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}
/*Fin Cards après Paralax*/
