/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.soustitre {
	background: #eeeeee;
	text-align: center;
	padding-bottom: 10px;
	marging-bottom: 10px;
}

.listelangages {
	font-size: 25px;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 100px;
}

.listelangages1 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 100px;
}

.listelangages2 {
    font-size: 25px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
     border-style: solid;
    border-width: 2px;
    margin-bottom: 30px;
    background-color: lightblue; 
    border-radius: 10px;
}

figure, figcaption {
	display: block;
	text-align: center;
}

.myimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.important {
	
	color: red;
}