@font-face {
	font-family: "Necto_Mono";
	src: url("Ressources/ID/Font/Necto_Mono/NectoMono-Regular.otf") format("Opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DM_Mono";
	src: url("Ressources/ID/Font/DM_Mono/DMMono-Regular.ttf") format("truetype");
}


h3{
	color: #0C0C6B;
	font-family: "Necto_Mono";	
	display: inline-block;
	cursor: pointer;
}


h1{
	color: #0C0C6B;
	font-size: 60px;
	font-family: "DM_Mono";
	margin-left: 2%;
	margin-top: 30px;
}


#menu_list_div{
	display: flex;
	justify-content: space-between;
	width: 50%;
}

.menu {
	margin-top: 2%;
	margin-left: 2%;
}

#menu_list ul{
	list-style: none;
	text-align: left;
}

#menu_list li{
	display: inline-block;
}

.menu a{
	max-width: 100%;
	display: contents;

}


*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background: #f4cbc3;
}
.container {
  max-width: 85%;
  margin-left: 0 auto;
}


.slider img {
  max-width: 100%;
  display: none;
}
img.activ {
  display: block;
  animation: fade 0.8s;
}
@keyframes fade {
  from {
    opacity: 0;
   }
  to {
    opacity: 100;
  }
}

.cont-btn {
  width: 85%;
  height: auto;
  border: 1px solid #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 5);
  display: flex;
  justify-content: space-between;
}

.btn-nav{
  font-size: 30px;
  margin: 0 25px;
  cursor: pointer;
}

.container_project{
  cursor: pointer;
  padding: 50px;
  line-height: 40pt;
  font-family: "Necto_Mono";
  margin-left: auto;
  color: #0C0C6B;
  font-size: 25px;
}

#close {
	cursor: pointer;
}



.window_container_project {
	display: block;
	position: fixed;
	top: 5%;
	left: 10%;
	height: 50%;
	background-color: #f4cbc3;
	border: 2px solid #0C0C6B;
	text-align: left;
	width: 50%;
	overflow: scroll;
	overflow-x: hidden;
}

::-webkit-scrollbar{
	width: 0.5em;
}

::-webkit-scrollbar-track{
	background: hsl(240, 80%, 23%, 0.4);
	border-radius: 50vw;
	margin-block: 0.25em;
}

::-webkit-scrollbar-thumb{
	background: hsl(240, 80%, 23%);
	border-radius: 50vw;
}

.close {
	height: 20px;
	width: 20px;
	border: 2px solid #0C0C6B;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
}

.close:hover {
	background-color: #0C0C6B;
}
#mydivheader {
	margin-top: 20px;
	margin-left: 50px;
	cursor: move;
	z-index: 10;
	background-color: #f4cbc3;
	color: #0C0C6B;
	font-family: "DM_Mono";
	font-size: 30px;
	list-style-type: none;
}

#mydivheader li {
	display: inline-block;
}


#project_description {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 50px;
	font-family: "Necto_Mono";

}

#project_button {
	background-color: #0C0C6B;
	border: solid #0C0C6B 10px;
	margin-left: 50%;
	border-radius: 10px;
	width: 100px;
	font-family: "DM_Mono";
	color: #f4cbc3;
	align-content: center;
	justify-content: center;
	cursor: pointer;
}

#window_container_project_17{
	height: 0%;
	display: none;
}
#window_container_project_18{
	height: 0%;
	display: none;
}
#window_container_project_01{
	height: 0%;
	display: none;
}
#window_container_project_02{
	height: 0%;
	display: none;
}
#window_container_project_03{
	height: 0%;
	display: none;
}
#window_container_project_04{
	height: 0%;
	display: none;
}
#window_container_project_05{
	height: 0%;
	display: none;
}
#window_container_project_06{
	height: 0%;
	display: none;
}
#window_container_project_07{
	height: 0%;
	display: none;
}
#window_container_project_08{
	height: 0%;
	display: none;
}
#window_container_project_09{
	height: 0%;
	display: none;
}
#window_container_project_10{
	height: 0%;
	display: none;
}
#window_container_project_11{
	height: 0%;
	display: none;
}
#window_container_project_12{
	height: 0%;
	display: none;
}
#window_container_project_13{
	height: 0%;
	display: none;
}
#window_container_project_14{
	height: 0%;
	display: none;
}
#window_container_project_15{
	height: 0%;
	display: none;
}
#window_container_project_16{
	height: 0%;
	display: none;
}
#window_container_project_40{
	height: 0%;
	display: none;
}
#window_container_project_41{
	height: 0%;
	display: none;
}
#window_container_project_42{
	height: 0%;
	display: none;
}

.gallery {
	display: flex;
	padding: 2px;
	transition: 0.3s;
  }

  .gallery__column {
	display: flex;
	flex-direction: column;
	width: 50%;
  }
  .gallery__link {
	margin: 2px;
	overflow: hidden;
  }
  .gallery__link:hover .gallery__image {
	filter: grayscale(0);
  }
  .gallery__link:hover .gallery__caption {
	opacity: 1;
  }
  .gallery__thumb {
	position: relative;
  }

  .propos__thumb {
	position: relative;
	margin-left: 20px;
  }

  .gallery__image {
	display: block;
	width: 100%;
	transition: 0.3s;
  }
  .gallery__video {
	display: block;
	width: 100%;
	transition: 0.3s;
  }
  .gallery__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 15px 15px;
	width: 100%;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	color: white;
	opacity: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	transition: 0.3s;
  }

  #bottomBarTabs {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: fixed;
	background-color:#f4cbc3;
	border: solid #0C0C6B 1px;
	border-radius: 10px;
	height: 100px;
	width: 98%;
	margin: 15px;
	bottom: 0;
	filter: drop-shadow(2px 2px 3px #0C0C6B);
	display: none;
	align-content: center;
  }

  .bottomBarElements{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#0C0C6B;
	font-family: "DM_Mono";
	width: 70px;
	height: 70px;
	border: solid #0C0C6B 1px;
	border-radius: 10px;
	margin-left: 15px;
	padding: 5px;

  }
