<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.art-conj header {            
    border-bottom: solid #e2e8ef 2px ;
    padding-bottom: 10px;
    position: relative;
}

.art-conj .conj {	
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.art-conj {
	background-color: white;
	border: solid #e2e8ef 2px ;
	padding: 10px;
	/*position: absolute;*/
}

.art-conj h1 {            
	font-family: 'Fira Sans', sans-serif;
    color:  #2c3336;
    font-size: 18px;
    font-weight: bold;
 }

.art-conj .groupe {
    font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color : #2c3336;
}

      
		
.art-conj section {			
	margin-top: 10px;
	font-family: 'Fira Sans', sans-serif;
	color : #2c3336;
	font-size: 15px;
	overflow: auto;
}

.art-conj h2 {
	background: #566BB3;
	border-radius: 20px 0;
	color: white;
	font-size: 17px;
	font-weight: 400;
	line-height: ;
	padding-left: 15px ;				
}		

.art-conj article {
	float: left;
	margin: 1%;
	width: 90%;
}

.art-conj h3 {			
	color: #566BB3;				
	margin-top: 5px;
	padding-bottom: 2px;
}

.art-conj ul {
	color: #566BB3;	
	padding-left: 25px;
}

.art-conj .pronom {
	color: #566BB3;	
	display: inline-block;
	width: 30%;
}

.art-conj .verbe {
	color: #566BB3;	
}


</pre></body></html>