@font-face {
	font-family: title_rand;
	src: url(/ProjectTemplate/Draw/DATA/deuxieme_rang/Deuxieme_Rang.otf);
}

a {
	color: none;
}

body {
	user-select: none;
	margin: 0px;
}

.banner .title {
	font-family: title_rand;
	font-size: 34pt;
	text-align: center;
	color: #444343;
}

.banner .menue {
	text-align: center;
}

.banner .menue .button .content {
	margin: 15px;
	font: normal normal normal 15px/1.1em 'lucida sans unicode', 'lucida grande', sans-serif;
	color: #444343;
}

.banner .menue .button {
	border: 0;
	background: none;
	cursor: pointer;
}

.folio {
	max-width: 60em;
	/*border: solid;
	border-color: black;
	border-width: 1px;*/
	margin: auto;
}

.folio .parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.folio .parent .box {
	flex: 1 1 200px;
	/*  Stretching: */
	flex: 0 1 200px;
	/*  No stretching: */
	margin: 5px;
}

.bottom .credit {
	text-align: center;
	font: normal normal normal 13px/1.3em 'open sans', sans-serif;
	color: #444343;
}

.bottom .social .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bottom .social .group a {
	margin: 5px;
}

.more .profile img {
	width: 20%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.more .history {
	margin-left: 35%;
	margin-right: 35%;
	text-align: center;
	font: normal normal normal 13px/1.3em 'open sans', sans-serif;
	color: #444343;
}

.more .history .title {
	font: normal normal normal 30px/1.1em 'open sans', sans-serif;
	color: #414141;
}

.contact .image img {
	width: 10%;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.contact .title {
	font: normal normal normal 30px/1.1em 'open sans', sans-serif;
	color: #414141;
	text-align: center;
}

.contact .subtitle {
	font: normal normal normal 15px/1.3em 'open sans', sans-serif;
	color: #414141;
	text-align: center;
}

.contact .form .inputs, .submit {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contact .form .inputs input, textarea, .submit button {
	margin-top: 5px;
	border-style: solid;
	border-width: 2px;
	border-style: solid;
	border-color: none;
	padding: 5px;
	background-color: rgba(244, 243, 242, 1);
	width: 20%;
	padding-left: 24px;
	font: normal normal normal 15px/1.3em 'open sans', sans-serif;
}

.contact .form .inputs input:hover, textarea:hover {
	border-width: 2px;
	border-style: solid;
	border-color: rgba(65, 65, 65, 1);
}

.contact .form .inputs textarea {
	resize: none;
	height: 40%;
}

.contact .form .submit button {
	cursor: pointer;
	transition-duration: 0.5s;
	width: 8%;
	padding-left: 0px;
	background-color: #080808;
	color: white;
	opacity: 0.3;
	border-width: 0;
}

.contact .form .submit button:hover {
	transition-duration: 0.5s;
	opacity: 0.9
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.show{}

#one {}

#two {}

#three {}

/* Responsive */
@media only screen and (max-device-width:850px){
	.contact .form .inputs input, textarea, .submit button {
		width: 75%;
	}
	.contact .form .inputs textarea {
		resize: none;
		height: 75%;
	}
	.contact .form .submit button{
		width: 30%;
	}
	.contact .image img {
		width: 35%;
	}
}

@media only screen and (max-device-width:850px){
	.more .profile img{
		width: 75%;
	}
	.more .history{
		margin-left: 10%;
		margin-right: 10%;
	}
}