

body {
    background-color: white;
    padding: 0 ;
    overflow-x: hidden;
}

a {
	font-size: 6.4vw;
	line-height: 5.5vw;
	font-family: 'Bree Serif', serif;
	text-shadow: #5120bc;
    -webkit-text-stroke: 0.12vw #5120bc;
    color : transparent;
    text-decoration: none;

}


a:hover {
	color: #5120bc;
	-webkit-text-stroke: none;
	text-stroke: none; 

}

sup {
	font-size: 3vw;
	color: #64117f;
	margin-left: -12vw;
}


h1 {
	font-size: 1.3vw;
	line-height: 0vw;
	color: #5120bc;
	font-family: 'Montserrat', sans-serif;
	-webkit-text-stroke:  #5120bc;

}

h1:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.3vw;
	line-height: 1vw;
	color: #5120bc;
	font-family: 'Montserrat', sans-serif;
	-webkit-text-stroke:  #5120bc;

}

h3:hover {
	text-decoration: underline;
}


h2 {
	font-size: 6.4vw;
	line-height: 5.5vw;
	font-family: 'Bree Serif', serif;
	text-shadow: #5120bc;
    -webkit-text-stroke: 0.1vw #5120bc;
    color : transparent;
}

h4 {
	font-size: 1vw;
	line-height: 0vw;
	color: #5120bc;
	font-family: 'Montserrat', sans-serif;
	 -webkit-text-stroke: 0vw #5120bc;

}


p {
	font-size: 0.6vw;
	line-height: 2vw;
	color: #5120bc;
	font-family: 'Montserrat', sans-serif;
}

.indent {
  text-indent: 10vw;
}


.header {
	width: 100vw;
	height: 2vw; 
	background-color: rgba (0,0,0,0);
	overflow: hidden;
	position: fixed;
	z-index: 99;

}


	.about {
		width: 15vw;
		height: 3vw; 
		background-color: rgba (0,0,0,0);
		right: 4vw;
		top: 3vw;
		overflow: hidden;
		position: fixed;
		text-align: right;
		z-index: 3;
	}
	
	.projects {
		width: 15vw;
		height: 3vw; 
		background-color: rgba (0,0,0,0);
		left: 4vw;
		top: 2vw;
		overflow: hidden;
		position: fixed;
		z-index: 98;
	}
	
	.link-with-popup {
        /* for visualizing */
		background-color: rgba (0,0,0,0);
        
        /* we need relative, because childs are absolute */
        position: fixed;
        left: 4vw;
		top: 2vw;
        height: 4vw;
        width: 10vw;
         z-index: 7;
    }

    .link {
		background-color: rgba (0,0,0,0);
        position: fixed, absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 10vw;
        height: 4vw;
        z-index: 10;
    }

    .popup {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: green;
            z-index: 20;
            
            /* we won't show the popup yet */
            display: none;
        }

    .link:active + .popup {
        display: block;
    }

    .popup:hover {
        display: block;
    }

      .popup .box {
        position: absolute;
        
        /* note that we make a gap from left to don't hide the link */

		top: 4vw;
        height: 63vh;
        width: 92vw;
        background: white;
        z-index: 60;
    }
    
    .popup .box:hover {
	    height: 67vh;
	    transition-duration: 0.5s, 0.5s;

	}

    .popup {
        background: transparent;
    }
    
    .liste {
	    width: 100%;
	    Height: auto;
	    padding-left: 1vw;
	    padding-right: 1vw;
	    padding-top: 0.3vw;
	    overflow:hidden;
    }

	    .titre1 {
	    width: 100%;
	    display: flex;
	    height: 2.5vw;
        background: white;
	    padding-left: 1vw;


    }
    .titre1:hover {
	    height: 3.5vw;
		transition-duration: 0.5s, 0.5s;
		padding-top: 1vw;
    }
    
    .menu {
	    flex: 2;
    }
    .menu2 {
	    flex: 2;
    }
	
	.aLaUne{
		width: 92vw;
		height: 30vw; 
		background-color: rgba (0,0,0,0);
		left: 4vw;
		top: 4vw;
		position: fixed;
		z-index: 2;
			}

.Footer{
	width: 92vw;
	height: 4vw; 
	background-color: rgba (0,0,0,0);
	bottom: 3vw;
	left: 4vw;
	overflow: hidden;
	position: fixed;
	z-index: 99;
}

.Projets{
	width: 97vw;
	height: 600vh; 
	background-color: rgba (0,0,0,0);
	overflow: hidden;
	position: relative;
	z-index: 98;
	margin-left: 1vw;
	padding-top: 10vw;
	padding-bottom: 10vw;
	

}

	.wrapper {
		width: 100%;
		height: 100%;
		display: grid;
		grid-template-columns: repeat(4);
		grid-template-rows: repeat(14);
		grid-auto-rows: minmax(40vh, 60vh);
		grid-auto-columns: minmax(10vw, 25vww);
		z-index: 98;
		
	}
	
				.one {
					grid-column: 1/3 ;
					grid-row: 1/2;
					background-color: white;
					margin-top: -4px;
					margin-left: -4px;
					
				}
				
				.one img {
					width: 50%;
				}
				
				.two {
					grid-column: 4/3 ;
					grid-row: 4/5;
					background-color: white;
					margin-top: -4px;
					margin-left: -4px;
					
				}
				
				.two img {
					width: 100%;
				}
				
				.three {
					grid-column: 2 ;
					grid-row: 7;
					background-color: white;
					margin-top: -4px;
					margin-left: -4px;
					
				}
				
				.three img {
					width: 110%;
				}
				
				.four {
					grid-column: 3/4 ;
					grid-row: 11/12;
					background-color: white;
					margin-top: -4px;
					margin-left: -4px;
					
				}
				
				.four img {
					width: 120%;
				}
				
				.five {
					grid-column: 1/2 ;
					grid-row: 10/11;
					background-color: white;
					margin-top: -20%;
					margin-left: 20%;
					
				}
				
				.five img {
					width: 110%;
				}
				
				.six {
					grid-column: 2/3 ;
					grid-row: 14/15;
					background-color: white;
					margin-top: -4px;
					margin-left: -20%;
					
				}
				
				.six img {
					width: 80%;
				}
				
				.seven {
					grid-column: 2/3 ;
					grid-row: 16;
					background-color: white;
					margin-top: -4px;
					margin-left: -20%;
					
				}
				
				
	.maincell{
		display: none;
	}

				

@media only screen and (max-width:500px) {
	
	.header {
		display: none;
	}
	.Footer{
		display:none;
	}
	.contenu1{
		display:none;
	}
	
	.Projets{
		display:none;
	}
	
	.visuel3{
		display:none;
	}
	
	.maincell{
		width: 85vw;
		height: 80vh;
		background-color: white;
		text-align: center;
		padding: 6%;
		display: inline-block;
	}
	
	h2{
		font-size: 11vw;
		
	}
	
	h8{
		font-size: 4vw;
		line-height: 5vw;
		color: #5120bc;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;

	}
	
	
}