.center { 
    text-align: center; 
}

h3.titre { 
    padding-bottom: 40px;
}

.colonne_infos { 
    padding-right: 30px;
}

/* paroles */
div.paroles { 
    padding-left: 0;
    padding-right: 0; 
    
}

div.paroles p {
	color: black;
	font-family: "Fjalla One", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 4px;
	margin: 31px 0 5px 0;
	text-transform: uppercase;	
}

/* videos */
.videos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: start;
}

.videos .video_item {
    font-weight: bold;
    margin: 10px 10px 20px 10px;
    position: relative;
}

.videos .video_item table { 
    width: 100%; 
}

.videos .video_item table td.titre { 
    padding-left: 4px; 
}

.videos .video_item table td.tonalite { 
    padding-right: 4px;  
    text-align: right; 
}

.inline_wrapper { 
    display: flex; 
    justify-content: center; 
    margin-bottom: 60px;
}

/* suggestions */ 

ul.suggestions { 
    font-size: 11px; 
    list-style-type: none;
    margin: 0; 
    padding: 0;  
}