
/* =============================================================================
   CSS
   ========================================================================== */

/* ---- base ---- */

html,
*,*:before,*:after {
	box-sizing: border-box;
}

  :after {
      content: "";
  }

  h1 { 
    margin: 40px 0 15px 0;
  font-family: 'neutra-text', sans-serif; /* police d'écriture */
    #text-transform: capitalize;
  color: #5b89a7;
  font-size: 1.3em; /* taille de la police */
  #text-transform: uppercase; /* conversion en majuscules */
  letter-spacing: 0.5px; /* espacement entre les lettres */	 


      /* Clip Background Image */
      background: url("../FR/Images/animated-text-fill.png") repeat-y;
      -webkit-background-clip: text;
      background-clip: text;

      /* Animate Background Image */
      -webkit-text-fill-color: transparent;
      -webkit-animation: aitf 80s linear infinite;

      /* Activate hardware acceleration for smoother animations */
      -webkit-transform: translate3d(0,0,0);
      -webkit-backface-visibility: hidden;	  
}
  
  h2 {
    
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5em;
    display: inline;
  
  }
  
    @font-face {
      font-family: 'neutra-text';
      src: url('../font/neutra-text.otf') format('truetype');
    }
  
    
       span {
          font-family: 'neutra-text', sans-serif; /* police d'écriture */
          font-size: 2em; /* taille de la police */
          #text-transform: uppercase; /* conversion en majuscules */
          letter-spacing: 2px; /* espacement entre les lettres */
          letter-spacing: 0;
          padding: .25em 0 .325em;
          display: block;
          margin: 0 auto;
          text-shadow: 0 0 80px rgba(255,255,255,.5);
  
          /* Clip Background Image */
          background: url("../FR/Images/animated-text-fill.png") repeat-y;
          -webkit-background-clip: text;
          background-clip: text;
  
          /* Animate Background Image */
          -webkit-text-fill-color: transparent;
          -webkit-animation: aitf 80s linear infinite;
  
          /* Activate hardware acceleration for smoother animations */
          -webkit-transform: translate3d(0,0,0);
          -webkit-backface-visibility: hidden;
        }
  
        /* Animate Background Image */
        @-webkit-keyframes aitf {
          0% { background-position: 0% 50%; }
          100% { background-position: 100% 50%; }
        }
    
    nav {
        float: left;
        position: fixed;
        top: 2;
        left: 2;
        background: transparent;
        z-index: 3;
    }
  
    nav ul {
        text-align: center;
        list-style: square;
        padding: 0;
        margin: 0;
    }
  
    nav ul li {
        position: relative;
        width: 70px;
        cursor: pointer;
        background: transparent;
        text-transform: uppercase;
        transition: all .4s ease-out;
      border-right: 2px solid #751754;
      #border-left: 2px solid #751754;
      
    }
  
  
    nav ul li:after {
        position: absolute;
        background: #751754;
        color: black;
        top:0;
        left: 70px;
        width: 70px; 
        height: 100%;
        opacity:.5;
        transform: perspective(400px) rotateY(90deg);
        transform-origin: 0 100%;
        transition:all .4s ease-out;
    }
  
    nav ul li:nth-child(1):after { 
        content: "Menu";
        line-height: 88px;
      color: white;
    }
  
    nav ul li:nth-child(2):after { 
        content: "ENT";
        line-height: 88px;
      color: white;
    }
  
    nav ul li:nth-child(3):after { 
        content: "Wifi";
        line-height: 85px;
      color: white;
    }
  
    nav ul li:hover:after {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg) scale(1);
    }
  
    nav ul li > div {
        display: inline-block;
        padding: 25px 0;
        background: transparent;
     
    }
  
    nav ul li div { 
        position: relative; 
      }

  .roof {
      width: 0;
      height: 0;
      top:2px;
      border-style: solid;
      border-width: 0 21px 15px 21px;
      border-color: transparent transparent #ffffff transparent;
  }

  .roof-edge {
      position: absolute;
      z-index: 20;
      left: -17px;
      top: 3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 17px 12px 17px;
      border-color: transparent transparent black transparent;
	  
  }


}

.front {
	position: relative;
	top: 3px;
	width: 28.5px;
	height: 20px;
	margin: 0 auto;
	background: white;
}
/*door*/
.front:after {
	position: absolute;
	background: black;
	width: 11px;
	height: 13px;
	bottom: 0;
	left:9px;
}




	  
	  
body {
  /*background-color: #F0FFFF; */
  font-family: "Century Gothic", sans-serif;
  font-size: 18px;
}

body::after {
content: "";
background-image: url("./image/wallpaper.jpg");
background-size: cover;
background-position: center;
filter: blur(2px); /* Ajustez la valeur de flou selon vos préférences */
position:fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
}
		
	    .container {
      position: relative;
      z-index: 2;
      max-width: 1300px;
      margin: 0 auto;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.950);
      border: 2px solid #751754;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      
    }

		.intro {
			text-align: center;
			margin-bottom: 30px;
		}

		.intro strong {
			font-size: 24px;
			display: block;
			margin-bottom: 10px;
		}
		.logo {			
			width: 25%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 2%;

		}
		.buttons {
			
			align-items: center;
			list-style: none;
			padding: 0;
			margin-top: 30px;

		}
		.buttons li {
			margin: 15px;
			text-align: center;
			display: inline-block;
			vertical-align: middle;
			
		}
		.buttons a {
			text-decoration: none;
			color: #666;
			font-weight: bold;
		}
		.buttons a:hover {
			color: blue;
			
		}
		.buttons img {
			max-height: 65px;
			height: auto;
			vertical-align: middle;
			filter: brightness(100%);
			 
		}
		.buttons img:hover {
			color: gray;
			filter: brightness(55%);
			height: auto;
		}

    /* Image pour PC et android */
		#Step1 img {
      width: 17%;
      }	
      #Step2 img {
      width: 35%;
      }
      #Step3 img {
      width: 35%;
      }
      #Step4 img {
      width: 35%;
      }
      #Step5 img {
      width: 35%;
      }
      #Step6 img {
      width: 35%;
      }

    /* Image pour PC EN */
		  #Step1_EN img {
      width: 46%;
      }	
      #Step2_EN img {
      width: 46%;
      }
      #Step3_EN img {
      width: 46%;
      }
      #Step4_EN img {
      width: 46%;
      }
      #Step5_EN img {
      width: 46%;
      }
      #Step6_EN img {
      width: 46%;
      }

      /* Image pour MACOS */
        #Step1_1 img {
        width: 60%;
        }	
        #Step2_2 img {
        width: 45%;
        }
        #Step3_3 img {
        width: 25%;
        }
        #Step4_4 img {
        width: 25%;
        }






      .mini-container {
        max-width: 725px;
        max-height: 1000px;
        margin: 0 auto;
        padding: 10px;
        border: 2px solid #751754;
        border-radius: 5px;
        display: list-item flow;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        max-height: 725px;
        
        
      }





canvas{
  display:block;
  vertical-align:bottom;
}






/* ---- particles.js container ---- */

#particles-js{
  background-repeat: no-repeat;
  background-image: url('');
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0px;
}
footer p {
font-size: 12px;
opacity: 0.6;
color: #751754;
}
