
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
     max-width: 100%;
}
html{
    min-height: 100%;
}
body{
    background-color: #15141c;
    color: #fff;
}
a{
    color: #C6F0FF;
    text-decoration: none;
    z-index: 1000000; 
}
p {
    font-weight: 300;
    line-height: 24px; 
}

  .groupe {
    font-weight: 100; 
    line-height: 28px; 
    min-height: 180px;
}

/* ----------------------- GLOBAL TAGS */
/* ----------------------------------- */
/* ----------------------------------- */
h2 {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	line-height: 1em;
	letter-spacing: -.02em;
	margin: 25px 0;
	word-wrap: break-word;
}
h3 {
	font-family: "Roboto",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: -.02em;
	margin: 50px 0 20px 0;
	word-wrap: break-word;
    border-bottom: 1px solid #626262;
    padding-bottom: 15px;
}
h2 {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	line-height: 1em;
	letter-spacing: -.02em;
	margin: 25px 0;
	word-wrap: break-word;
}
h6 {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: -.02em;
	margin: 0px 0px 15px 0;
	word-wrap: break-word;
}

/* ---- HEADER */
.logobox   {
    color: #C6F0FF;
    text-decoration: none;
    max-width: 400px;
    position: relative;
    z-index: 20;
}
#btnNavMobile{
    display: none;
}
#header{
     position: fixed;
    height: 102px;
    width: 100%;
    /*padding-left: 45px;*/
    z-index: 9000;
    background-color: rgba(0,0,0,0.68);

}
#header .wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-right: 0px;
    margin-left: 45px;
    max-width: 100%;
}
#logobox{
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 300;
}
 strong{
    font-weight: 700;
}
#logo{
  height: 50px; 
}
#btnContact{
    width: 102px;
    height: 102px;
    line-height: 102px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    right: 45px;
    background-color: #01bffe;
}
#btnContact i{
    font-size: 1.8em;
}
#nav{
    display: block;
    text-align: center;
    position: absolute;
    left: 25%;
    width: 100%;
}
#nav li{
  /*  display: inline;
    margin-right: 30px; */
}
#nav li:last-child{
    margin-right: 0px;
}
#nav li a{
    text-decoration: none;
	font-family: Lato,sans-serif;
	font-size: 15px;
	line-height: 1.47368em;
	color: #fff; 
}
#nav li a span{
 	font-weight: 700; 
    color: transparent;
}
#nav li a.on span{
 	color: #01bffe;   
}
section.s-content{
    padding: 50px 0px;
}
    .imghome{
        margin-bottom: 20px;
        border-radius: 7px;
    }
.marquee {
    overflow: hidden;
    position: relative;
    height: 50px;
    width: 100%;
    /* Full width of its parent */
    white-space: nowrap;
    top:15px;
}
/* --- MARQUEE */
.marquee p {
     
    font-family: "Space Grotesk",sans-serif;
    font-size: 40px;
    font-weight: 400;
    white-space: nowrap;
    color:#01BFFE;
    position: absolute;
    width: auto;
    height: 100%;
    margin: 0;
    text-align: left;
    /* Start off the right edge */
    
    /* Animate to the left */
    animation: scroll-left 12s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.wrapper{
    wdth:100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 20px;
}
.flex{
    display: flex;
}
.flex-25{
    /*flex: 25%;*/
}
.flex-50{
    flex: 50%;
}
.flex-60{
    flex: 60%;
}
.flex-40{
    flex: 40%;
}
.box-small{
    width: 30%; 
    text-align: center; 
    float: left;
    margin: 0px 2em 0 0; 
}
.video-box{
    height: 100vh; 
    position: relative; 
    z-index: 10;
}
.video-box div{
    position:absolute;
    bottom: 60px;
    width: 100%;
    z-index: 20;
    left: 60px;
    right: 60px;
	/*margin: 60px;*/
}
.video-box div h3 {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 100px;
	line-height: 1em;
	letter-spacing: -.02em;
    padding: 0px;
	word-wrap: break-word;
    border: none;
    margin: 0px;
}
.video-box div h3 span{
   color: #01bffe; 
   font-weight: 700;
}
.video-box div p{
    margin:0px;
    font-size: 28px;
    margin-top:40px;
}
.video-box div p.right{
    margin-left: -120px;
    font-size: 20px;
    text-align: right;
}
.one-box{
    min-height: 870px;
}
.one-box.bg1{ 
    background-position: top;
    background-repeat:no-repeat;
 
}

.one-box h5 {
	font-family: Lato,sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #01bffe;
	margin: 0px;
}
.one-box p{
    font-size: 20px;
}
.list-txt{
    margin: 40px 0px;
}
.list-txt li::before {content: "•"; color: #01bffe; margin-right: 20px;}
.list-txt li{
    font-size: 20px;
    margin-bottom: 20px;
}

.img-box{
 /* display:inline-block;
   width: 30px; 
  margin-right: 20px; */
}
.img-box img{
    max-height: 130px;
    vertical-align: inherit;
}
.txt-box{
    display:inline-block;
    vertical-align: top;
    
    padding: 10px 1em;
  margin: 0 1em 1em 1em;
    width:90%;
  min-height: 245px;
  position: relative;

    
}
.txt-box p{
    color: #c1c1c1;
    font-size:16px;
}

.prod-col{
    margin-bottom: 80px;
}
.prod-box{
    text-align: center;  
}
.m-digit {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 69px;
	letter-spacing: -.02em;
	color: #01bffe;
}

.txt-prod{
	color: #FFFFFF;
	font-size: 23px;
	line-height: 30px;
	letter-spacing: 0px;
}
/* ---- MASONERY */
.grid-mason {
  text-align: center;
  max-width: 100vw;
  margin: 2.5vw auto;
}

/* Step 3: how big should the gap be between grid items? remember that the total gap between two items would be double what you set here since both would have that amount set as their individual padding. Also add box-sizing:border-box to make sure the padding doesn't affect the total widh of the item */
.grid-item {
  padding: 5px;
  box-sizing: border-box;
	display:inline;
    
    font-size: 18px;
    
}

.grid-item a {
     text-decoration: none;
    color: white;
    
}

/* Step 4: Add media queries (subjective) to make the whole grid resposive. */
/*
@media (min-width: 500px) {
  .grid-item {
    width: 50%;
  }
}
*/
@media (min-width: 1000px) {
  .grid-item {
    width: 33.333%;
  }
}

@media (min-width: 1700px) {
  .grid-item {
    width: 25%;
  }
}

@media (min-width: 2100px) {
  .grid-item {
    width: 20%;
  }
}

#contact-panel {
	position: fixed;
	top: 0;
	/*right: -609px;*/
    right: 0px;
	width: 609px;
	height: 100%;
	min-height: 100%;
	padding: 35px 107px 35px;
	background-color: #15141c;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all .6s cubic-bezier(.77,0,.175,1);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#close-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	color: #fff;
	align-self: flex-start;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 103px;
	width: 114px;
	background-color: #00C0FE;
    cursor: pointer;
}
#close-btn i{
    font-size: 2em;
}
#contact-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#contact-box h5 {
	font-family: Lato,sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.02em;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #01bffe;
	margin: 0px;
}
#contact-box h4 {
	font-family: "Space Grotesk",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 45px;
	line-height: 1.11111em;
	letter-spacing: -.02em;
	margin: 25px 0;
	word-wrap: break-word;
}
#contact-box p{
    margin-bottom: 25px;
    font-size: 18px;
}
#contact-box p strong{
    font-weight: 700;
}
#contact-box a{
    text-decoration: none;
    color: #ccc;
}

#footer{
    background-color: #15141c;
    padding: 60px 0px 20px 0px;
    font-size: 12px;
    font-weight: 100;
}
#footer a{
    text-decoration: none;
    color: #CCF2FF; 
}
#footer a:visited{
    text-decoration: none;
    color: #CCF2FF; 
}
/* --- FLEX 2 COL */
.flex {
    display: flex;
    gap: 50px; /* Espace entre les colonnes */
    
    z-index: 1;
  position: relative;
    
}

.colflex {
    flex: 1; /* Chaque colonne occupe un espace égal */
    /* background-color: #f2f2f2; */
    padding: 20px;
    /*border: 1px solid #ccc;*/
    border-radius: 7px;
}
.colflex.blue{
    background-color: #01bffe;

}
.colflex.grey{
    background-color: #4f4d4c;
}    
/* --- BOX BLUE */
.box-blue{
   /* background-color: #00C0FE;*/
    padding: 0 20px 20px 20px;
    color: #fff; 

}
/* --- BOX TECH */
.box-tech{
    background-color: #4f4d4c;
    padding: 0 20px 20px 20px;
    color: #fff;
}
/*
.box-tech ul li::before {
    content: "•"; 
    color: #01bffe; 
    margin-right: 20px;
}
*/
.box-tech ul{
        list-style-type: disc;
        color: white;
        padding-left: 20px;
}

.box-tech ul li{
    margin-bottom: 20px;
    padding-left: 20px;
}

.box-tech ul li::marker {
          color: #01bffe;  
}

ul.l_white{
        list-style-type: disc;
        color: white;
        padding-left: 20px;
}

ul.l_white li{
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 20px;
}

ul.l_white li::marker {
          color: #fff;  
}/*
.l_white li::before {
    content: "•"; 
    color: #fff; 
    margin-right: 20px;
}
.l_white li{
    margin-bottom: 20px;
    font-size: 20px;
}
*/
.box-blue h2,.box-tech h2{
    font-size: 30px;
    margin-top: 7px;
}
.box-blue p,.box-tech p, .box-tech ul{
 
    font-weight: 400;
    margin-bottom: 20px;
}

.button {
 font-size: 17px;
 padding: 0.5em 2em;
 border: transparent;
 box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
 /* background: dodgerblue; */
 color: white;
 border-radius: 4px;
 display: inline-block;
 margin: 15px 0px;
 background: rgb(2,0,36);
 background: linear-gradient(90deg, rgba(30,144,255,1) 0%, rgba(0,212,255,1) 100%);
}

.button:hover {
 background: rgb(2,0,36);
 background: linear-gradient(90deg, rgba(30,144,255,1) 0%, rgba(0,212,255,1) 100%);
}

.button:active {
 transform: translate(0em, 0.2em);
}
.button svg{
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
 .button svg path {
        fill: white; 
    }
/* --- BOX MAIN DESCR */
.box-main-descr{
    width: 400px;
}
.box-main-descr p{
    margin-bottom: 40px;
}
.main-txt p strong{
    display: block;
    font-weight: 700;
}
.main-txt p {
    font-size: 17px;
    margin-bottom: 25px;
}
.box-white{
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 7px;
}
.box-descr{
    margin-bottom: 40px;
}
/* --- TF ROBOT */
.one-box.bg-tf-robot{
     background-image: url("../img/bg-tf-robot2-Edit.jpg"); 
    background-position: top;
    background-repeat:no-repeat;
 
}

/* --- TAN ROBOT */
.one-box.bg-tan-robot{
     background-image: url("../img/bg-tan-robot.jpg");
    background-position: top;
    background-repeat:no-repeat;
 
}
.tfan img{
    margin-bottom: 20px;
    border-radius: 7px;
}
.box-main-descr .box-tech{
   border-radius: 7px; 
}
.box-main-descr .box-tech h2{
    font-size: 20px;
}
.box-main-descr .box-tech li{
    font-size: 16px;
}

/* --- TFCN */
.one-box.bg-tfcn{
     background-image: url("../img/bg-tfcn.jpg");
    background-position: top;
    background-repeat:no-repeat;
 
}
/* --- TFCN ECO */
.one-box.bg-tan-eco{
     background-image: url("../img/bg-tfcn-eco.jpg");
    background-position: top;
    background-repeat:no-repeat;
}
/* --- M8 */
.one-box.bg-m8{
     background-image: url("../img/bg-m8.jpg");
    background-position: top;
    background-repeat:no-repeat;
}
/* --- LAPIDAIRE */
.one-box.bg-lapidaire{
     background-image: url("../img/bg-lapidaire.jpg");
    background-position: top;
    background-repeat:no-repeat;
}
/* --- CUBE */
.one-box.bg-cube{
     background-image: url("../img/bg-cube.jpg");
    background-position: top;
    background-repeat:no-repeat;
}
.box-cube img{
    border-radius: 7px;
    display: block;
    /*max-width: 300px;
    margin: 0px auto 20px auto;*/
    margin-bottom: 30px;
}
