body {
	background: #2B2A35;
}

a {
	text-decoration: none;
		color: inherit;
}

a:link {
	text-decoration: none;
}


a:active{	
   
   outline:none;
}

h1 {
	font-size: 25px;
	font-family: 'Abel', sans-serif;
	color: white;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2B2A35;
}

h2 {
	
	font-family: 'Abel', sans-serif;
	color:#2B2A35;
}

article {

	background-color: white;
	margin-top: 80px;
	border-radius: 20px;
}

p {
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

.footer {
	margin-top: 50px;
	margin-bottom: 50px;
	color: white;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
}


.mathieu-droit {
	color: white;
	font-family: 'Abel', sans-serif;
	font-size: 20px;

}

.avatar {
	width: 60px;
	border-radius: 100%;	
}

.img-contact {
	width: 60px;
}

.contact {
	font-size: 25px;
	font-family: 'Abel', sans-serif;
	color: white;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #2B2A35;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.contact:hover {
	background-color: white;
	border-bottom: 2px solid #2B2A35;
	border-left: 2px solid #2B2A35;
	border-right: 2px solid #2B2A35;
	color: #000;
	transition-duration: 0.5s;

}

nav {
	background-color: #c95e4a;
}


.modal-header {
	background: #14171C;
}

.modal-title {
	color: #FFF;
}

.modal-info {
	font-family: 'Vibur', cursive;
	font-size: 30px;

}

.close {
	color: #fff;
}

.info-modal {
	font-size: 20px;
	text-decoration: underline;
}

.margin-bottomtop {
	margin-bottom: 50px;
	margin-top  : 30px;
	text-align: center;
}



.titre-principal {
	background-color: #EBEBEB;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 0;
	margin-bottom: 30px;

}

.code {
	border : 1px solid #9F9E93;
	border-radius: 15px;
	background-color: #272822;
	margin-bottom: 30px;
	margin-top: 15px;
	font-family: 'consolas',sans-serif;
	font-size: 15px;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;

}

.marge {
	margin-left: 20px;
}

.token-balise {
	color: #f92672;
}

.token-attribut {
	color: #a6e22e;
}

.token-content {
	color: #e6db74;
}

.token-var {
	color : #2ECCFA;

}

.token-violet {
	color :#AC58FA;
}
.content {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 2px solid blue;
}

.image-base {
	margin-top: 20px;
	margin-bottom: 30px;
}

.cadre {
	border: 2px solid white;
}

.lien:hover {
	color: red;
}


.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}