@charset "UTF-8";
/* CSS Document */

* {
   margin: 0px;
   padding: 0px;
}

body {
font-family: 'Lato', sans-serif;

	
}

section{
	overflow: hidden;
}

#aboutme {
}
#intro{

}
#portfolio{

}

#intro{
	background-image: url("image/background-intro.png");
	background-position: center;

}

header {
	height: 10%;
}


.navigation{
	display: flex;
	width: 100%;
	height:100%;
	margin-top: 20px;

	
}
.logo {
	height:auto;
	width: 50%;
}
.logo img {

	padding-left:5vw;
	height:100%;
	width:auto;

}	
.menu {
	width: 50%;
	height:100%;
	flex-grow: 1;
	font-variant: small-caps;
	align-items: center;
  justify-content: center;
  display: flex;
}


.menu-list li{
	cursor: pointer;
	display: inline;
	
}

.menu-list li {
	color:#5D5D5D;
	font-size:16px;
	text-align:center;
	padding:10px;
	font-size: 18px;
}
.menu-list li:hover{
	color:#FFC933;
	border-color: #FFC933;
	border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}

.images-slider{
	float:left;
	position:absolute;
	background-size: cover;
}

.slider-image{
	background-image:url("image/carousel1.jpg");
}

.container-slider{
	width: 60vw;
	height:70vh;
	margin: auto;
}

.slider{
	width: 100%;
	height:100%;
	background-color:black;
}

.container-title-slider{
	width: 100%;
	height:100%;
	position: relative;
	left: 50%;
	align-items: center;
  justify-content: center;
  display: flex;
  float:left;
  z-index:10000;
}

.title-name{
	font-size: 36px;
	font-weight: 500;
	color:#CD8613; 
	text-transform: uppercase;
	position:relative;
	top:5px;
}

.title-job{
	font-size: 45px;
	font-weight: 100;
	color:#CD8613;
	position:relative;
	bottom:5px; 
	left:10px;
}

.aboutme-title{
	height: 10%;
	align-items: center;
  justify-content: center;
  display: flex;
  
}

.aboutme-title h2{

	font-size: 36px;
	font-weight: 500;
	color:#165C63; 
	text-transform: uppercase;
}

.aboutme-content-container{
	height: 85%;
	width: 95%;
	margin:auto;
	border-color: #165C63;
	border-style:solid;
	display:flex;
	flex-direction: column;
	
}

.aboutme-content-subcontainer {
	height: 90%;
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.aboutme-description{
	height:10%;
	text-align: center;
	align-items: center;
  justify-content: center;
  display: flex;
	
}
.aboutme-description p{
	color:#5D5D5D;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.aboutme-content{
	display: flex;
  justify-content: center;
}
.timeline {
	text-align:center;
}

.image-timeline{
height: 180px;

}
.aboutme-box{
	width:33%;
	height:100%;
}

.aboutme-box-header{
	height: 30%;
	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-bottom:20px;
}

.fake{
	width: 100px;
	height:100px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.fake-txt{
	display: block;
	margin-top: 15px;
    margin-left: auto;
	text-align: center;
	margin-right: auto;
	font-size: 25px;
	font-weight:700;
	font-variant: small-caps;
	color: #5D5D5D;
}
.row {
    width: auto;
    text-align: center;
}
.aboutme-box-txt ul{
	margin-left:50px;
}

.portfolio-title{
	height: 10vh;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-bottom: 0;
	
}


.portfolio-title h2{
	font-size: 36px;
	font-weight: 500;
	color:white; 
	text-transform: uppercase;
}

.portfolio-navigateur{
	height:5%;
	align-items: center;
  justify-content: center;
  display: flex;
  padding-bottom: 10px;
		
}

.portfolio-content-container{
	height:85%;
}

.projet-selector{
	width:50%;
	height:100%;
	float: left;
}

.button-selector{
	width:80%;
	height: 12%;
	margin-bottom: 2%;
	margin-right:auto;
	margin-left:10%;
	background-color: black;
}
.button-selector-image{
	height:100%;
	width:100%;
	opacity: 0.4;
	
	background-position:center;
}

.button-selector:hover{
	opacity: 1;

}

.projet-content{
	width:50%;
	height:100%;
	float: left;
}


a {
	cursor: pointer;
	border: None;
	text-decoration:None;
}

.contact-footer{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
/* Grid description content */
.projet-carousel{
	height:60%;
	margin-left:0;
	margin-right:10%;
	margin-bottom:2%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 1%;
	grid-auto-rows: minmax(10%, auto);
}

.main-projet-image {
	border-radius: 2px;
	grid-column: 1 / 8;
	  grid-row: 1 / 6;
	  background-size:cover;
	  background-position: top left;
	  background-repeat: no-repeat;
	  position: relative;
}

.first_with_three_item0 {
	border-radius: 2px;
	grid-column: 1 / 3;
	  grid-row: 6 / 8;
	  background-size:cover;
	  background-position: center;

}
.first_with_three_item1 {
	border-radius: 2px;
	opacity: 0.33;
	grid-column: 3 / 5;
	  grid-row: 6 / 8;
	  background-size:cover;
	  background-position: center;
}

.first_with_three_item2 {
	border-radius: 2px;
	opacity: 0.33;
	grid-column: 5 / 7;
	  grid-row: 6 / 8;
	  background-size:cover;
	  background-position: center;

}


/* more than 3 elements */
.first_with_more_than_three0 {
	border-radius: 2px;
	grid-column: 1 / 2;
	  grid-row: 6 / 7;
	  background-size:cover;
	  background-position: center;

}
.first_with_more_than_three1 {
	border-radius: 2px;
	opacity: 0.33;
	grid-column: 2 / 3;
	  grid-row: 6 / 7;
	  background-size:cover;
	  background-position: center;
}

.first_with_more_than_three2 {
	border-radius: 2px;
	opacity: 0.33;
	grid-column: 3 / 4;
	  grid-row: 6 / 7;
	  background-size:cover;
	  background-position: center;

}
.first_with_more_than_three3 {
	border-radius: 2px;
	grid-column: 4 / 5;
	  grid-row: 6 / 7;
	  background-size:cover;
	  background-position: center;

}
.first_with_more_than_three4 {
	border-radius: 2px;
	opacity: 0.33;
	grid-column: 5 / 6;
	  grid-row: 6 / 7;
	  background-size:cover;
	  background-position: center;
}

.first_with_more_than_three5 {
	border-radius: 2px;
	opacity: 0.33;
	grid-column: 6 / 7;
	  grid-row: 6 / 7;
	  background-size:cover;
	  background-position: center;

}
.first_with_more_than_three6 {
	border-radius: 2px;
	grid-column: 1 / 2;
	  grid-row: 7 / 8;
	  background-size:cover;
	  background-position: center;

}
.first_with_more_than_three7 {
	border-radius: 2px;
	opacity: 0.33;
	grid-column: 2 / 3;
	  grid-row: 7/ 8;
	  background-size:cover;
	  background-position: center;
}
.first_with_one_item0 {
	display: None;
}
.projet-description {
	margin: 10px;
}

.content-title {
	padding-bottom: 5px;
	color: white;
	font-weight: 300;
	font-size: 16px;
}
.descriptionprojet{
	padding-bottom: 5px;
	color: #9D9D9D;
	font-size: 12px;
}
.content-subtitle{
	color: white;
	font-weight: 300;
	padding-bottom: 5px;
	font-size: 16px;
}
.projet-description ul{
	font-size: 12px;
	color: #9D9D9D;
}
footer {
	border-top:1px solid #FFC933;
	text-align: center;
    display: block;
	padding: 10px;
	color:#5D5D5D;
	background-color: white;
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	align-content: flex-end;
	justify-content: flex-end;
}

.selector0 {

	background-size: cover;
	background-position: center;
}

.selector1 {
	background-size: cover;
	background-position: center;

}

.selector2 {
	background-size: cover;
	background-position: center;

}
.selector3 {
	background-size: cover;
	background-position: center;

}
.selector4 {
	background-size: cover;
	background-position: center;

}

#portfolio {
	background-size: cover;
	background-position: center;
	background-color:#165C63;
	display:flex;
	flex-direction: column;
}


.footer {
	flex-shrink: 0;
  }




.theme-selector {
	margin:10px;
	color:#FFC233;
	border-bottom: 1px solid #FFC233;
	line-height: 16px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
}


.theme-selector:hover {
	color:#FFC233;
	border-bottom: 1px solid #FFC233;
}

.icons {
	margin-top: 30px;
	text-align:center;
}
i {
	margin-left:5px;
	margin-right:5px;
	color:#165C63; 
}

.aboutme-box-txt {
	
	width: 80%;
	margin:auto;
	margin-top:10px;
	font-size: 14px;
	color: #5D5D5D;
}

.modal-content-container {
	height: 100vh;
	width: 100vw;
	position:fixed;
	top:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.7);
	z-index:15000;
	align-items: center;
  justify-content: center;
  display: None;
}
.image-container {
	align-items: center;
  justify-content: center;
  display: flex;
	height: 80%;
	width: 90%;
}
.image-container i{
	float:right;
}
.modal-image{
	height:100%;
	width: auto;
	float:left;
}
.closed{
	color:white;
}
.closed:hover{
	color:#FFC233;
}
.toto {
	height:100%;
	width: auto;
}


.eyes{
	color:rgba(255, 255, 255, 0.7);
	position: absolute;
	right:15px;
}

.main-projet-title-container{
	width:100%;
	height:20%;
	display:flex;
	background-color: rgba(0, 0, 0, 0.7);
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main-projet-title {
	width: 80%;
	color:rgba(255, 255, 255, 0.8);
	padding-left: 10px;
	font-variant: small-caps;
	line-height: 20px ;


}

