body{
	background: #292929;
	padding: 1em;
	color: #cdd0d6;
	text-align: center;
	font-family: Mako;
	font-size:30px;
	padding-bottom:100px;
}

a{
	color:white;
}

h1{
	font-size: 60px;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1 a{
	text-decoration: none;
	color: #cdd0d6;
}

h1{
	background:-webkit-linear-gradient(#f39200, #a51e00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.liste{
	font-size: 26px;
	margin: 20px;
}

.bloc{
	padding-top: 60px;
	border-top: 8px solid;
}

.bloc img{
	float: left;
	margin-right: 20px;
}

.bloc span{
	float: right;
	margin-left: 20px;
}

.contact{
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	color: white;
	width: 500px;
	height: 40px;
	font-size: 24px;
	background: url('contact.png');
	background-size: 100% 100%;
}

.inline{
	display: inline-block;
	vertical-align: top;
	padding: 50px;
}


.rubrique{
	width: 600px;
	margin: auto;
	margin-bottom: 60px;
	border: 1px solid;
	vertical-align: top;
}

.rubrique p{
	display: block;
	margin: 6px;
}

.rubrique h2{
	margin: 6px;
}

.rubrique div a{
	display: inline-block;
	font-size: 25px;
	margin: 0px;
}

.box{
	border: 1px solid;
	border-radius: 10px;
	margin: 10px;
	display: inline-block;
	width: 300px;
	text-decoration: none;
	transition: 0.3s;
}

.box-link{
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.box-link a{
	padding: 0 10px;
}

.box-link:hover{
	color: #ff5000;
	padding-left: 10px;
}

.box-link a:hover{
	color: #ff5000;
}

.arrow{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid;
}

input[type=submit]{
	background: #f39200;
	width: 125px;
	padding: 10px;
	border: 0;
	font-size: 20px;
}

input[type=submit]:hover{
	cursor: pointer;
	background: #FF710C;
}



@media only screen and (max-width: 1100px){
	
	#menu ul li{
		float: unset!important;
	}
}

@media only screen and (max-width: 1500px){
	
	.container{
		display: inline-block;
		text-align: left;
	}
	
	.inline{
		display: block;
		/*margin-top: -50px;*/
		padding: px;
	}
	
	.inline:last-child{
		width: 100%;
		border-top: 2px solid #cdd0d6;
	}
}