
html, body{
    cursor: none;
    font-family:Arial, Helvetica, sans-serif;
	width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #be1350 0%, #DC6C7F 100%); 
}

body.hidden{
    overflow: hidden;
}
body.hidden2{
    overflow: hidden;
}




strong{
    font-weight: bold;
}

a{
    text-decoration: none;
}

.bold{
    font-weight: bold;
}



/*====================CUSTOM CURSOR========================*/

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cursor--small {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
  background: #be1350;
}



.cursor--canvas {
   
    
  width: 100vw;
  height: 100vh;
  z-index: 12000;
    
  
}
/*====================FIN CUSTOM CURSOR========================*/




/*-------------------Burger-----------------------*/


.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 10px;
  display: none;
  z-index: 100;
  
}

  .hamburger:hover {
     }
  .hamburger.is-active:hover {
     }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #be1350;
    }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #be1350;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
   
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*-------------------Fin Burger--------------------------*/

/*=================== Menu responsive mobile=============================*/


#screen_Menue{
    width: 100%;
    min-height: 100vh;
    background-color: #ffffff;
    display:none;
    position: fixed;
    text-align: center; 
    opacity: 0;
    z-index: 98;
    
}

#menu_mobile{
    margin: auto;
    margin-top: 50%;
    font-size: 2em;
    line-height: 2em;
    display:none;
    max-width: 300px;
    
    
    
}

#menu_mobile a{
  color:#B91E23 ;
    
}







/*==================================================================*/


.reseau{
    margin: 0 auto;
    position: absolute;
    top:30px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items:  center;
    
}

.reseau h2{
    margin: 10px 0;
    font-size: 16px;
}

.reseau img{
    margin: 0 10px;
}

.reseau a:hover{

    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
   
}







#wrapper-home{
    margin: 0 auto;
    margin-top: 80px;
    
    width: 100%;
    max-width: 1600px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.29);
    border-radius: 10px;
    background-color: #fff;


}


header{
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    
}

.logo_home{
    width: 200px;
    height: auto;
    margin-top: 30px;
}

.nav{
    position: absolute;
    right: 0;
   
}
.nav ul{
    display: flex;
}

.nav ul li{
    margin-right: 20px;
}

.nav ul li a{
    color: #000;
}



.bannier-home{
    width: 90%;
    max-width:1500px;

    margin: 0 auto;
    background: linear-gradient(90deg, #be1350 0%, #DC6C7F 100%);
    border-radius: 10px;
    display: flex;
    
}

.bannier-gauche{
    width: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.bannier-droite{
    padding: 20px;
    width: 50%;
    display: flex;
    align-items: center;

  

  
}

.txt-box{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    
    
}
h1{
    color: white;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 5px;
}

h2{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    opacity: 0.6;
}

h3{
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 5px; 
}
h4{
    
    font-weight: bold;
    font-size: 2em;
    margin: 70px 0px 20px 0;
}


p{
   
    line-height:1.3em;
}

/*================CONTAINER SCREEN====================*/

.container-img{
    
    width: 100%;
    
    /*margin-top: 70px;*/
    -webkit-box-shadow: 0 15px 28px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 28px 0 rgba(0, 0, 0, 0.3);
    padding-top: 21px;
    position: relative;
    opacity: 1;
  

    box-sizing: border-box;
}

.head{
    width: 100%;
    height: 27px;
    background-color:#fff;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;

}



.ptn{
    left: 6px;
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 3px;
    top: 50%;
    
    background-color:#232426;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.2;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;

    
}

.ptn2{
    left: 16px;
}
.ptn3{
    left: 26px;
}

.container-screen{
    
    height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.container-screen img {
    
    width: calc(100% + 1px);
    
    
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: scrollCoverBrowser;
    animation-name: scrollCoverBrowser;
    -webkit-animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000);
    animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}


@keyframes scrollCoverBrowser{
10% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
50% {
    -webkit-transform: translateY(calc(-50% + 285px));
    -ms-transform: translateY(calc(-50% + 285px));
    transform: translateY(calc(-50% + 285px));
}
100% {
    -webkit-transform: translateY(calc(-100% + 490px));
    -ms-transform: translateY(calc(-100% + 490px));
    transform: translateY(calc(-100% + 490px));
}
}

/*================ FIN CONTAINER SCREEN====================*/



/*=======================Animation css======================*/
/*------------------------Boing-----------------------------*/

.boingInUp {
     
  -webkit-animation-name: boingInUp;
  animation-name: boingInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes boingInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(400px) rotateX(50deg);
    transform: perspective(400px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes boingInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(400px) rotateX(50deg);
    transform: perspective(400px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

/*--------------------swap-----------------------*/

.swap {
   
  -webkit-animation-name: swap;
  animation-name: swap;
    -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  
    
    
}
@-webkit-keyframes swap {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) translate(-200px, 0px);
    transform: scale(0, 0) translate(-200px, 0px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px);
  }
}
@keyframes swap {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0, 0) translate(-200px, 0px);
    transform: scale(0, 0) translate(-200px, 0px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px);
  }
}

/*--------------------flip---------------------*/


.flip {
   
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  
    
    
}




@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}


/*==================================================*/
.main{
    width: 90%;
    max-width:1500px;
    margin: 0 auto;

    display: flex;
    margin-top: 50px;
}

.main-projet{
    width: 90%;
    max-width:1500px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    margin-top: 50px;
}




.pc{width: 89%;
      z-index: 2;
    max-width: 600px;
    
    margin: 0 auto;
}


.pc2{
   max-width: 400px; 
}

.pc3{
   border-radius: 10px;
    box-shadow: 1px 6px 7px 0px rgba(0, 0, 0, 0.29);
}




.bonhomme{
    position: absolute;
    z-index: 1;
    right: -10px;
    width: 23%;
    max-width: 171px;
}

/*===================BUTTON=========================*/


.buttono {
    margin-top: 20px;
    position: relative;
    font-size: 1em;
    
}

.btn:link,.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
    color: #be1350;
    font-weight: bold;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
    background-color: #fff;
    color: #777;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #fff;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}



/*================FIN BUTTON=========================*/



/*===================BUTTON 2=========================*/

.buttono2{
    
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 40px;
  width: 120px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgb(190, 19, 80);
    margin-top: 20px;
}

.buttono2 span{
      color: #be1350;
      font-size: 12px;
      font-weight: 500;
    letter-spacing: 0.7px;
    }


.buttono2:hover {animation: rotate 0.7s ease-in-out both;}

.buttono2:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

 @keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

    
    



/*================FIN BUTTON 2=========================*/


.btn-box{
    display: flex;
}

.videoapp{
    width: 100%;
}


.anim-motion{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

.gif-box{
    width: 20%;
    min-width: 350px;
    margin:0 10px;
    border-radius: 10px;
    overflow: hidden;

}
.gif-box img{
    width: 100%;
    
    
}


footer{
    margin-top: 40px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius:0 0 10px 10px ;
    padding: 20px;
}

/*================PAGE PROJET MONSTERHUNTER=========================*/
/*================PAGE PROJET akihabara =========================*/
/*================PAGE PROJET relife+ =========================*/
/*================PAGE PROJET MONSTERHUNTER=========================*/
/*================PAGE PROJET MONSTERHUNTER=========================*/


.conteneur{
    
    width: 96%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
   
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.29);

}

.conteneur-monster{
 background: url(../images/Monster_hunter/fond_MH.jpg)no-repeat;
     background-size: contain;
}
.conteneur-relif{
   background: url(../images/Relif_plus/fond_RP.jpg)no-repeat;
     background-size: contain;
}



#groslogo{
    width: 100%;
    height: 200px;
}

#groslogo img{
    display: block;
    margin:10px  auto;
}

#nav2{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgba(73, 73, 73, 0.18) ;
    background-color: rgba(255, 255, 255, 0.63);
    
}


#nav-pro{
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

#nav-pro a:hover{
    color: #be1350;
}

#nav-pro li{
    margin: 0 10px;
    line-height: 50px;
}

#nav-pro a{
    color: dimgray;
}


#phrasefin2{
    max-width: 500px;
    margin:0 auto;
    font-size: 1.1em;
    line-height: 1.2em;     
}



#title{
    margin: 0 auto;
    margin-top:20px;
    width: 500px;
}



#h100{
    font-family: arial;
    font-weight:bold ;
    font-size:2em ;
    color: #282828;
    
    
}


.description{
    
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 96%;
    
    text-align: center;
    max-width: 1000px;
    
    
    
}

.description p{
line-height: 1.4em;
margin-bottom: 20px;
    
}



#page{
    width: 100%;height:100% ;
}


#outil{
    width: 100%;
    height: 450px;
    margin-top: 70px;
}


.monster_poster{
    width: 60%;
    max-width: 800px;
    min-width: 350px;
    border-radius: 10px;
  
}


#bandeau{
    border-radius:0 0 10px 10px;
    width: 100%;
    background: linear-gradient(90deg, #be1350 0%, #DC6C7F 100%);
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding-bottom: 30px;
}


#mock{
    width: 25%;
    max-width:600px ;
    position: absolute;
    left: -100px;
    bottom: -400px;}


#resp{
    position: absolute;
    width:60px ;
    top: 0;
    right: 10px;
  
}


#b1 h2{
    font-family: arial;
    font-size: 1.5em;
    margin: 20px 0 15px 0;
    color: #fff;
}




#b1 p{
    color: #fff;
    margin: 0 100px 0 0px;
    line-height: 1.5em;
    max-width: 800px;
   
}
#role{
    margin-bottom: 20px;
    font-weight: bold;
}

.parti1{
    font-family: arial;
    font-size: 1.5em;
    margin: 20px 0 15px 0;
    color: #414141;
    
}

.logi{
    width: 90px;
    margin: 10px 10px 10px 0;
}


#pro1{
    position: relative;
}

#pro1::after{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #959a9a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


.visufloat{
    position: absolute;
    right: 0;
    width:25%;
    min-width: 300px;
    max-width: 400px;
   
     
}

.lang{
    width: 90px;
    margin: 10px 10px 10px 0;
}

.box-flex{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.colonne-2{
    text-align: justify;
    column-count:2;
    column-gap: 40px;
    
}

.img-aki{
    width: 90%;
    margin: 0 auto;
}

.img-aki img{
    width: 100%;
}

.aki-box{
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-direction: row;
    
    
}
.aki-box h4{

text-align: left;
}

.aki-box p{
    line-height: 1.5em;
text-align: left;
}

.aki-boxG{
    width: 30%;
  
}

.boxG2{
     width: 100%;
}



.aki-boxD{
    width: 70%;
    
}
.aki-boxD img{
    width: 100%;
    
}

.aki--img{

    max-width: 550px;
}

.aki-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/*=========================================*/
/*=========================================*/
/*============  PAGE PROJET  ==============*/
/*=========================================*/
/*=========================================*/

 .works .filtering .filter {
  display: inline-block;
  padding: 2px 10px; }
        
        
.works .filtering span {
  background: #ebeaef;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin: 0 5px;
  padding: 15px 20px;
  transition: all 0.3s ease 0s;
}
        
        
  .works .filtering span:hover {
    background: #eb2f5b;
    color: #fff; 
        
}
        
        
        
.works .filtering .active {
  background: #eb2f5b;
  box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  color: #fff; }
        
        
        
        
.works .gallery {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -.05em; 
}
        
        
        
.works .larg-padding {
  padding: 0 15px; }
        
        
        
  .works .larg-padding .item-img {
    border: 10px solid #fff;
    margin-top: 30px; 
        
    }
        
        
        
.works .no-padding {
  padding: 0; 
        
        }
        
        
  .works .no-padding .item-img {
    margin-top: 0; }
        
        
        
.works .gutter {
  padding: 0 10px; }
        
        
  .works .gutter .item-img {
    margin-top: 20px; }
        
        
        
.works .item-img {
  margin-top: 30px;
  position: relative; }
        
        
  .works .item-img:hover .item-img-overlay {
    opacity: 1;
    transform: scale(1, 1); }
        
        
        
.works .item-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0, 0);
  transition: all .5s; }
        
        
        
  .works .item-img-overlay .icon {
    bottom: 30px;
    color: #eee;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 30px; }
        
        
        
  .works .item-img-overlay p {
    color: #f2f2f2;
    font-weight: 400;
    margin-bottom: 0; }
        
        
        
  .works .item-img-overlay h3 {
    color: #fff;
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
        
        
        }
        

.filter  span{
    border-radius: 20px;
}

/* -----------------------------
New Projet
-------------------------------*/

/* Grille de la galerie */
.gallery-projet {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* Conteneur des images */
.image-container-projet {
  position: relative;
  width: 200px;
  height: 150px;
  cursor: pointer;
  overflow: hidden;
}

.image-container-projet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Effet zoom au hover */
.image-container-projet:hover img {
  transform: scale(1.1);
}

/* Overlay avec description */
.overlay-projet {
  position: absolute;
  bottom: 0;
  background: rgba(150, 53, 53, 0.7);
  color: white;
  width: 100%;
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Affichage de la description au survol */
.image-container-projet:hover .overlay-projet {
  opacity: 1;
}

/* Visionneuse (Lightbox) */
.lightbox-projet {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.lightbox-img-projet {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

/* Bouton Fermer */
.close-projet {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* Boutons Précédent / Suivant */
.prev-projet, .next-projet {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  padding: 10px;
}

.prev-projet { left: 10px; }
.next-projet { right: 10px; }

.prev-projet:hover, .next-projet:hover {
  color: #ddd;
}










/*=========================================*/
/*=========================================*/
/*============  PAGE ABOUT ME  ==============*/
/*=========================================*/
/*=========================================*/


.box-about{
    margin: 0 auto;
    width: 90%;
    display: flex;
}


 .h33-about{
       font-size:2.3em; 
    }



.boxG{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxD{
    width: 50%;
    margin: 0 auto;
}

.boxG img{
    width: 80%;
    min-width: 300px;
    border-radius: 20px;
    
      animation: swap 1s ease-in-out both;
    animation-delay: 0.5s;
    
}
.txt-resume{
    
    width: 85%;
    min-width: 300px;
    margin: 0 auto;
    border-radius: 10px;
    background: #f0f0f0;
    padding: 20px 0 ;
 
}

.txt-resume h3{
   margin:0px 20px;
    
}
.txt-resume p{
   margin:50px 30px;
    
}

.wrapper-about{
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    position: relative;
    


    
}

div.wrapper-about * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-about{
    position: relative;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
    

    
}

.container-about .card{
    position: relative;
    height: 250px;
    background: #fff;
    display: flex;
    width: 45%;
    margin: 30px 0;
    
}

.container-about .card .imgBx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    
    border-radius: 10px;
    /* background: linear-gradient(90deg, #be1350 0%, #f5536e 100%); */
    background: linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%); 
    box-shadow: 0 2px 5px rgba(51, 51, 51, 0.28);

 
}

.container-about .card:hover .imgBx{
    width: 150px;
    height: 150px;
    left: -75px;
    top: calc(50% - 75px);
    transition: 0.5s ease-in-out;
    
}

.container-about .card .imgBx:before{
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4em;
    color: rgba(142, 142, 142, 0.29);
    font-weight: 700;
    transition: 0.5s ease-in-out;
    
    
}

.container-about .card .imgBx img{
     max-width: 100px;
    transition: 0.5s ease-in-out;
    animation: float 2s ease-in-out infinite;
    
}

.img-2{
    animation-delay: 2s;
    
}

.container-about .card:hover .imgBx img{
     max-width: 85px;
    
}
.container-about .card:hover .imgBx:before{
    color: rgba(255, 255, 255, 0);
    
}

.container-about .card .content{
    position: absolute;
    right: 0;
    width: calc(100% - 75px);
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-radius: 10px;
    background-color: #f4f4f4;
    
}


.container-about .card .content h3{
    margin-bottom: 5px;
    font-size: 24px;
    
}

.container-about .card .content a{
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background: #be1350;
    text-decoration: none;
    color: #fff;
    border-radius:15px ;
    
}

@media (max-width: 992px){
    .container-about{
        width: 100%;
        flex-direction: column;
        align-items: center;
        
    }
    
    .container-about .card{
 
        width: 400px;
    }
}


@media (max-width: 768px){
    
    
    .container-about .card .imgBx:before{
    font-size: 3em;
}
  
    
    .container-about .card{
          max-width: 300px;
          flex-direction: column;
          height: auto;
    }
    
     .container-about .card .imgBx{
        position: relative;
    }
    .container-about .card .imgBx,
    .container-about .card:hover .imgBx{
        width: 100%;
        height: 200px;
        left: 0;
    }
    
    .container-about .card .imgBx img,
    .container-about .card:hover .imgBx img{
        max-width: 100px;
    }
    
    .container-about .card .content{
        border-radius: 0 0 10px 10px ;
        position: relative;
        width: 100%;
        
    }
}

@keyframes float {
	0% {
		
		transform: translatey(0%);
	}
	50% {
		
		transform: translatey(8%);
	}
	100% {
		
		transform: translatey(0%);
	}
}

.h3-about{

    font-size: 2.5em;
    text-align: center;
    margin: 50px 0;

    
}


.box-skill{
    width: 100%;

    
}



/*==============================================*/



.p75 .bar {
  width: 1em;
  height: 1em;

}

.c100.p75 .fill{
    width: 1em;
    height: 1em;

}


.p60 .bar {
  width: 1em;
  height: 1em;

}

.c100.p60 .fill{
    width: 1em;
    height: 1em;

}

.p30 .bar {
  width: 1em;
  height: 1em;

}

.c100.p30 .fill{
    width: 1em;
    height: 1em;

}

.p20 .bar {
  width: 1em;
  height: 1em;

}

.c100.p20 .fill{
    width: 1em;
    height: 1em;

}



.c100.orange .bar, .c100.orange .fill {
  border-color: #ff823f !important;
}
.c100.orange:hover > span {
    color: #ff823f;}
    

.c100.mauve .bar, .c100.mauve .fill {
  border-color: rgb(255, 39, 139) !important;
}
.c100.mauve:hover > span {
    color: rgb(255, 39, 139);}



.c100.red .bar, .c100.red .fill {
  border-color: rgb(255, 39, 39) !important;
}
.c100.red:hover > span {
    color: rgb(255, 39, 39);}


.c100.violet .bar, .c100.violet .fill {
  border-color: rgb(158, 105, 211) !important;
}
.c100.violet:hover > span {
    color: rgb(158, 105, 211);}


.c100.jaune .bar, .c100.jaune .fill {
  border-color: rgb(255, 191, 0) !important;
}
.c100.jaune:hover > span {
    color: rgb(255, 191, 0);}




/*==============PAGE MENTION ================*/


.wrapperM{
    width: 80%;
    max-width: 1000px;
    padding:0 100px; 
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    
}

.wrapperM p{
  line-height: 1.5em;
    
}








.gallery {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}



h5{
    color: #8b8b8b;
    font-weight: bold;
}


/*   Carousel Index */

.bannier-droite1{
  position: relative;
  padding: 20px;
  width: 50%;
  height: 450px;
  display: flex;
  align-items: center;

}


.items {
  margin: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.items .item {
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item.active {
  opacity: 1;
  z-index: 99;
  
}

.item.prev {
  z-index: 2;
  opacity: 0.25;
  transform: translate(-125%, -50%);
}

.item.next {
  z-index: 2;
  opacity: 0.25;
  transform: translate(25%, -50%);
}

.items .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 275px;
  z-index: 100;
}

.button-container .button {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}

.button-container .button:hover {
  opacity: 1;
}

.button-container .button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.281);
  border-radius: 50%;
  z-index: -99;
}

.button-container .button:nth-child(1) {
  float: left;
}

.button-container .button:nth-child(2) {
  float: right;
}


#exemple-ecofip {
display: flex;
gap: 20px 20px;
}

