<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MODULE VERBE (header+nav+conjug)*/
.art-conj{
    font-family: firasans300;
    font-size: 15px;
}

header{
  /*margin-left: 10%;*/
}
header .linkaudio{
    margin-right: 1%;  
    color: #ff4b55;
    font-size: 24px;
    text-decoration: none;
	cursor:pointer;     /*gestion v.audio*/
}
header h1{
    display:inline-block;
    font-size: 28px;
    font-weight:bold;
}
header .forme {
    float:right;
    margin-top:3%;
    margin-right: 5%;
    padding:2px 16px;
    border-radius:20px;
    background-color:#ff4b55;
}
header .forme a {
    text-decoration: none;
    color: white;
}
header .CatgramDefinition{
    line-height: 0px;
    color: #5569af;
}
header .OrigineDefinition {
}

nav ul {
    padding:0;
    margin-left:5%;
}
nav li {
    display:inline-block;
    width: 16%;
    margin-left:-4px;
    padding: 12px;
    border-right-style: solid;
    text-align:center;
    border-color:#788cbe;
    background: #576bb4;
}
nav .sel{
     background: #788cbe;
}
nav li a{
    color:white;
}
nav li a:hover{
    text-decoration:none;
    color:white;
}
@media screen and (max-width: 680px) {
  nav {
        display: none;
  }
}

section{
    /*margin-left:5%;*/
    background-color:white;
}
section h2{
    padding: 12px 20px;
    border-bottom:solid #e2e8ef 2px;
    font-size: 24px;
    color:#788cbe;
}
section div{
    padding: 0 20px;
}
section article h3{
    font-size:16px;
    font-weight:bold;
}
section article h3 span{
    margin-left: -10px;
    margin-right: 10px;
    color:red;
}
section article ul{
    padding: 0;
    list-style-type: none;
}
section article li { 
    padding: 2%;
    padding-left: 10%;
    background: #f6f6fb;        /*#f5f5fa;*/
}
section article li:nth-child(odd) { 
    background: #ededf6;        /*#fAfAfa;*/
}
section article li .pronom {
    color:#788cbe;
} 
.syncon{
    margin-top:3%;
}
.listelt{
    padding: 2%;   
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-color:gainsboro;
}
.icon-section{
   padding-right:15px;
   font-size:24px;
   color:#576bb4;
}
.title{
    padding-right:15px;
    font-weight:bold;
}</pre></body></html>