@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

* {
	
	font-family: "Overpass", sans-serif;
	color: #303030;
}

body {
	
	margin-left: 5%;
	margin-right: 5%;
}

#header {
	
	display: grid;
    grid-template-columns: fit-content(15%) 80%;
	align-items: center;
	border-bottom: 2px solid #fee223;
}

#header a img {
	
	width: 67%;
}

#titre h2 {
	
	margin-bottom: 10px;
}

#titre h3 {
	
	margin: 0;
	display: inline;
}

#titre {
	
	margin-bottom: 1em;
}

.site-cep {
	
	padding: 6px 6px 3px 6px;
	background-color: #fee223;
	border: 2px solid #303030;
	border-radius: 4px;
	box-shadow: 2px 2px 0px 0px #303030;
}

.site-cep h3 {
	
	display: inline;
}

#main, .nom-cours {
	
	display: flex;
	flex-direction: column;
	align-items: center;
}

h1 {
	
	position: relative;
	margin-bottom: 0px;
}

h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  width: 70%;
  height: 0.4em;
  background-color: #fee223;
  z-index: -1;
}

.back {
	
	/*padding: 3px 6px 3px 6px;
	border: 2px solid #fee223;
	border-radius: 5px;*/
	
	display: block;
	width: fit-content;
	margin-bottom: 30px;
	
	padding: 3px 6px 3px 6px;
	background-color: #fee223;
	border: 2px solid #303030;
	border-radius: 4px;
	box-shadow: 2px 2px 0px 0px #303030;
}

.img-icon {
	
	display: inline;
	width: 3em;
}

.list-item {
	
	border-left: 2px solid;
	border-bottom: 2px solid;
	border-color: #e6e6e6;
	padding: 10px;
	margin-bottom: 10px;
}

.list {
	
	width: 50%;
}

.list-item a {
	
	display: grid;
	grid-template-columns: fit-content(20%) 100%;
	gap: 20px;
	align-items: center;
}

a, b {
	
	text-decoration: none;
	color: #004b6b;
}