body{
    margin:0;
    padding: 0;
    background-color: rgb(239, 245, 243);   
}
header{
   width: 100%;
    color: white;
    background-color: black;
    display: flex;
    justify-content: space-between;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;	
	min-width: 500px;
    height: 70px;	
	position: fixed;
	z-index: 1;
}

.menu {
    display: inline-block; 
    margin-bottom: 0px;
    width: 100%;
    
  }
  .menu > li {
    float: left;
    width: 130px;
    height: 50px;
    line-height: 40px;
    background: rgba(0, 0, 0);
    cursor: pointer;
    font-size: 17px;
    text-align: center;
  }
  .menu > li >a{
      color: white;
  }
header>ul{
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

header ul li
{
	display: inline;
	padding: 10px 20px;
}
header ul li a:hover{
    
    transform: scale(1.1);
    font-size: 18px;
    color: rgb(222, 236, 231);
    opacity: 0.7;
}
a{
    text-decoration: none;
}
#logo{
    margin-left: 30px;
}

/*--------------FIN HEADER-----------------*/
/* for all */
section{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex{
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
}
.flexCol{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.containerArticle{
    width: 95%;
}
h1{
    font-size: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    margin-left: 30px;
    margin-bottom: 30px;
    text-shadow: 3px 3px 3px rgb(13, 32, 17);  
    color: #444b48; 
    display: inline-block;  
}
.imagesBottom>img{
    margin-bottom: 20px;
}
video{
    background-color: black;
    
}
/*-------*/
#name{
    color: white;
}
#intro{
    background-image: url(imgs/microscope.jpg);
    font-family: sans-serif, sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bold;
    flex-direction: column;   
    color: white;
}
/*--animation title-*/
h1 {
	animation: 1s anim-lineUp ease-in-out ;
  }
  @keyframes anim-lineUp {
	0% {
	  opacity: 0;
	  transform: translateX(-50%);
	}
    0% {
        
        transform: translateX(-20%);
        color: rgb(34, 70, 35);
      }

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

.typing-container {
    display: flex;
    justify-content: flex-start;
    height: 85px;
}
.typing p {
    font-size: 37px;
    font-weight: lighter;
    display: inline-block; 
    position: relative;  
}
.text{
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    color: rgb(245, 245, 245);
}
.changeType::after{
    content: '';
    position: absolute;
    right: -10px;
    top: 5px;
    height: 100%;
    width: 3px;     
    background-color: #fff;
    animation: cursor 2s steps(1) infinite;
}

@keyframes cursor{
   0%,100%{
        background-color: #fff;
    }
    50%{
       background-color: transparent;
    }
}
/*--------------about me---------------*/

#aboutMe{
    background-color: white;
    padding: 50px 0px;
    border-radius: 20px;
    align-items: flex-start;

}
#imgFace{
    margin-bottom: 30px;
    height:auto; 
}
.aboutInner
{
    width: 600px
}
h2{
    color: rgb(108, 139, 129);
    font-weight: bold;
    margin-bottom: 10px;

}
p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
}
.icons{
    margin: 30px 0px;
}
.icon:hover{
    opacity: 0.6;  
}

.gifBlack{
        filter: grayscale(100%);
}
figure >img{
    height: 250px;
}
/*------------------work-----------------------*/
#work{   
  
    padding: 60px 0px;
    margin: 0px;
    background-image: url('imgs/fond.jpg');
    background-size: cover;
	background-position:center;   
}

.descInside:hover{
    opacity: 0.5;
}
a>p{
    text-align: center;
    color: rgb(175, 179, 178);
    font-weight: bold;
    font-size: 23px;
    margin-top: 10px;
    text-shadow: 2px 2px 2px black;
}
.imagi{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    box-shadow: 5px 3px 3px rgb(29, 27, 27);
    border: 1px solid black;   
}

.descInside{
    color: white;
    margin: 20px 100px;
}
/*---------------------Publications---------------------------*/

#publication{
    width: 90%;   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
#publication > ol{

        list-style-type: none;   
}
ol>li{
    margin-bottom: 20px;
    
}

li > a, .spanBold{ 
    color:  rgb(81, 153, 129);
    font-weight: bold;
}
li > a:hover{
    color:rgba(25, 83, 63, 0.5) ;
}
ol{
    padding: 10px;
}
.resume{
    width: 400px;
    height: 300px;
    border: 1px solid black;
}
#work{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
/*--------------Career---------------------*/

#imgCareer{
    background-image: url(imgs/various.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    opacity: 0.8; 
    margin-bottom: 10px;
}
#imgCareer >h1{  
    color: white;
    margin: 20px 30px;     
}
/*-----------------Optics------------------*/

.opticContainer >p{
    margin-bottom: 40px;
}
.optic >p{
    font-size: 20px;
    font-family: sans-serif;
    margin-bottom: 40px;   
}
.greenBackLight{
    background-image:url("imgs/fond.jpg");
    box-shadow: 3px 3px 3px rgb(39, 49, 47);
    color: rgb(168, 189, 175);   
}
figcaption{
    font-style: italic;
    text-align: center;
}
.titleAlign>h3{
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom:2px solid rgb(185, 132, 142);
    text-shadow:2px 2px 2px black;
}

.titleOptics{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 40px 0px;
}
.titleAlign{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
/*-----------quantel-----------*/
#quantel{
    background-color: white;
    padding:20px 30px;  
    border-radius: 10px; 
    border: 1px solid rgb(224, 213, 213);
    box-shadow: 4px 4px 4px rgb(117, 126, 122);
    margin-bottom: 60px;   
}
#quantel>p{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;

}
.innerContainer{
    width: 400px;
    display: flex;
    margin: 20px;
    border: 1px solid rgb(202, 198, 198);
    flex-direction: column;
    box-shadow: 3px 3px 3px rgb(158, 155, 155);
    background-color: white;
    border-radius: 10px;
}

.txtOptic1{
    padding:10px 20px 50px 20px
}
.txtOptic1 >p{
    color: rgb(81, 153, 129); 
    font-weight: bold;
}
/*-----luli------*/
.titleGreen{
    color: rgb(135, 151, 143);
    
}
.imgLuli{
    height: 350px;
    width:  900%
}

.whiteText{
    color: white;
}
/*---carousel-*/
#carouselOptics{
    height: 400px;
    width:  900px;
    margin: 60px 0px;
    box-shadow: 5px 5px 5px black;
    background-color: rgb(13, 14, 13);
}
.textOptic{  
    padding: 10px ;
}
.textOptic > p{
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}
/*------bioEmegencies-------*/
.greenTitle{
    color:rgb(28, 32, 31) ;
}
.titleOptics>p{
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(4, 32, 17);
}

#opticContainer{
    display: flex;
    justify-content: center;
    padding-top: 100px;
}
.exoDev, .imageAnalyse{
    width: 90%;
 
    padding: 50px 0px;
}
#imgContainerColor{
    background-color: rgb(204, 195, 181);
}

/*------------Fablab-----------------*/
.fablab{
    width: 90%;
    padding-top: 90px;
}
.article{
    margin-bottom: 50px;
    padding: 25px 50px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 4px 4px 4px rgb(145, 167, 160);
}
.fablabArticle >h3{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 60px;
    margin-right: 40px;
}
.fablabArticle >p{
    margin-bottom: 40px;
}
/*---tuto---*/
.first{
    padding-top: 90px;
}
.modal{
    z-index:3;
    display:none;
    padding-top:100px;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,0.9)
}
.close{
    color: white;
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}
.descriptionPoster{
    background-color: black;
    color: white;
    text-align: center;
}
.imageAnalyse{
    border-radius: 20px;
    width: 100%;
    background-color: white;
    padding: 30px 50px;
    margin-bottom: 60px;
    box-shadow: 3px 3px 3px gray;
    border: 1px solid rgb(216, 214, 214);
}
.imageAnalyse > h3{
    color: rgb(13, 98, 13);
    margin-bottom: 30px;
}
@media screen and (max-width:  1200px){
    #logo>img{
      height: 40px;
    }
    .menu > li{
        font-size: 10px;
        width: 90px;  
    } 
    header{
        justify-content: flex-start;
        font-size: 10px;
    }
    h1{
        font-size: 25px;
        margin-bottom: 10px;
    }
    /*-------optics---------*/
    #career>img, #imgcareer{
        width: 100%;
        height: auto;
    }
    #quantel{
        padding: 10px 5px;
    }
    .titleAlign>h3{
        font-size:20px ;
    }
   
    .erase{
        display: none;
    }
    .titleOptics >img{
        height: 50px;
    }
    .large{
        width: 100%;
        height: auto;
    }
    iframe{
        height: auto;
    }
    video, iframe{
        margin-bottom: 20px;
    }
    

    /*----fablab------*/
    

}
