			body { 
				-webkit-font-smoothing: antialiased; 
				text-rendering: optimizeLegibility; 
				font-family: 'Arial', sans-serif; 
				letter-spacing: 0px;
				font-size: 17px; 
				font-weight: 400; 
				line-height: 32px; 
			}
			
			h1 { 
				color: #25292a; 
				margin: 0px 0px 10px 0px; 
				font-family: 'Arial', sans-serif; 
				font-weight: 800; 
				letter-spacing: -1px; 
				line-height: 1; 
			}
			
			h1 { 
				font-size: 34px; 
			}

			body {
				background-image: url("../img/pattern.png");
			}
			
			.super-lien:hover {
				background-color: white;
				color: #202020;
				box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.5);
			}
	
			.breadcrumb {
				background-color: rgb(255,255,255,0.4);
			}
			
			.page-caption { 
				padding-top: 110px; 
				padding-bottom: 20px; 
			}
			
			.page-title { 
				font-size: 40px; 
				line-height: 1; 
				color: black; 
				font-weight: 500;
				text-align: center; 
			}
			
			.page-title {
				font-family: 'MS Sans Serif', Geneva, sans-serif !important;
			}

			
			table {  
				box-shadow: 1px 1px 1px 1px black;
			}
			
			#mainNav{
				background-color: #f05f40;
			}
			
			#mainNav .navbar-brand{
				color: white;
			}
			
			#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover{
				color: white;
			}

			#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,#mainNav .navbar-nav>li.nav-item>a.nav-link:hover{
				color: white;
			}
			
			#mainNav .navbar-nav>li.nav-item>a.nav-link,#mainNav .navbar-nav>li.nav-item>a.nav-link{
				color: white;
			}
			
			a{
				text-decoration: none;
				color: black;
				text-decoration: none;
			}
			
			a:hover{
				text-decoration: none;
				color: black;
			}
			
			.lien:hover { 
				font-size: 24px; 
				color : red;
			}
			
			.text-red{
				color: #f05f40;
			}

			.list-group.list-group-horizontal{
				display: flex;
				flex-direction: row;
			}
			
			.list-group.list-group-horizontal .list-group-item {
				margin-bottom: 0;
				margin-right: 0;
				border-right-width: 0;
			}
			.list-group.list-group-horizontal .list-group-item:first-child {
				border-top-right-radius:0;
				border-bottom-left-radius:4px;
			}
			.list-group.list-group-horizontal .list-group-item:last-child {
				border-top-right-radius:0px;
				border-top-right-radius:0px;
				border-bottom-left-radius:0;
				border-right-width: 1px;
			}
						
			.list-group > a.active{
				background-color: #f05f40;
				border: 1px solid #f05f40;
				opacity: 0.5;
			}
			
			.list-group-item {
				font-family: 'MS Sans Serif', Geneva, sans-serif !important;
			}
			