<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper{
    background-color: #f5f5fa;
    padding: 0 3%;
}
@media screen and (max-width: 620px) {
    .wrapper {
        padding: 0;
    }
}

/* TITRE (book, cook, forum, etc...) */
.banner-title {
    padding-bottom:3%;
    color: #5569af;
    font-size: 36px;
    text-align:center;
}
.banner-title .line-left{
    clear:left;
    float:left;
    width:40%;
    border-top: 3px solid #eee;
}
.banner-title .line-right{
    clear:right;
    float:right;
    width:40%;
    border-top: 3px solid #eee;
}

.banner-title .homebox-title{
    margin-top: 20px;
    font-size: large;
    font-weight: bold;
    font-family: montserra;
    color:black;
}

.banner-title .panel-title{
    font-size: medium;
    font-family: montserra;
    color:black;
}

.btlink{
    width: 100%;
    padding: 12px 25px 1px 25px;
    border-radius:30px;
}
.btlink a{
     text-decoration:none;
     color:white;
     font-weight:bold; 
     font-size: small;
     font-family:firasans; 
}


.hb-color1{background-color: #293368;}
.hb-color2{background-color: #576bb4;}
.hb-color3{background-color: #ff4b55;}


/* MODULE SENS BILINGUE*/
.panel-sens-bilingue{
    height: 60px;
    margin:3% 0;
    /*margin-left:5%;*/
    /*margin-right:3%;*/ 
    background-color:white;
    box-shadow: 6px 6px 6px #d6d6d6;
}

@media screen and (max-width: 480px) {
  .panel-sens-bilingue {
    margin-left:0%;         /*!!! Smartphone !!!*/
    margin-right:0%;             
  }
}

.cx-bilingue{
    float:left;
    width:45%;
    padding-top: 15px;
    padding-left: 14%;
    font-family: firasans;
    font-weight: bold;
    color: black;
}
@media screen and (max-width: 1040px) {
  .cx-bilingue {
    padding-left: 10%;
  }
}
@media screen and (max-width: 620px) {
  .cx-bilingue {
    padding-left: 4%;
  }
}

.item-sens-bilingue{
    position:absolute;
    width: 20%;         /*width: 160px;*/
    text-align:center;

    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
    transition: all 300ms ease-in;
}

@media screen and (max-width: 680px) {
  .item-sens-bilingue {
    width: 35%;         /*width: 100px;*/           /*!!! Smartphone !!!*/
    /*margin-top: 4px;*/             
  }
}

.switch-sens-bilingue{
    float: left;
    margin-top: 6px;
    margin-left:-16px;
    cursor:pointer;
    font-size: 30px;
    color: #5a6eb4;
    transition: all 300ms ease-in;
}

.switch-sens-bilingue:hover{
    /*font-size: 40px;*/
    /*margin-top: 1px;*/
    /*margin-left:-21px;*/
    transform:rotate(180deg);

    
}

.lv{
    float: left;
    height: 100%;
    border-left: 3px solid gainsboro;
    z-index: -1;
}

.flag-sens{
    width: 28%;
    margin-right:10%;
}

.rotateYBack{
	transform: rotateY(-180deg);
}

/* MODULE HEADER-ARTICLE*/
.header-article{
  margin-left: 10%;
}

.header-article .linkaudio{
    margin-right: 1%;  
    color: #ff4b55;
    text-decoration: none;
}
.header-article .CatgramDefinition{
    line-height: 0px;
    color: #5569af;
}
.header-article .OrigineDefinition {
}
.header-article ul {
    /*width: 520px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-top:3%;
    margin-left:-25px;
    padding:0;
}
.header-article li {
    display:inline-block;
    width: 20%;
    padding: 12px;
    border-right-style: solid;
    text-align:center;
    border-color:#788cbe;
    background: #576bb4;
}
.header-article .sel{
     background: #788cbe;
}
.header-article li a{
    text-decoration:none;
    color:white;
}


/* content ARTICLE*/
.content{
    margin: 5% 0;
    /*margin-left: 8%;*/
    padding: 0 3%;
    padding-bottom:1%;
    background-color:white;
}
.content .icon-section{
    padding: 0 12px;
    font-size: 24px;
    color: #5569af;
}
.content h1{
    display:inline-block;
    font-size: 24px;
    color: #5569af;
}
.content h2 {
    display: inline-block;
    margin-right: 3px;
    line-height: 0px;
    font-size: 18px;       
}
.content ul {
    padding-left: 0;
    list-style-type: none;
}
.content li { 
    padding: 2px;
    background-color:white;
}
/*.content li:nth-child(odd) { 
    background: #fAfAfa;
}*/

/*  MODULE MOT PROCHE*/
.words-nearby{
    height: 50px;
    width: 75%;   
    margin-left: 12%;
    border-style: solid;
    border-color: #f1f5f5;
    margin-top: 5%;
    background-color: white;
}
.words-nearby h2{
    display:none;
}
.words-nearby .item-word{   
    padding: 12px 10px;
    font-weight:bold;
}
.words-nearby .item-word a{
    text-decoration:none;
    font-style:italic;
    color: #8291C8;
}
.words-nearby .separator{
    float: right;
    margin-left: 18px;
}
.words-nearby .slick-prev::before, .words-nearby .slick-next::before {
    font-size: 35px;
    color:  #8291C8;
}
.words-nearby .slick-prev{
    top:18px;
    left:-40px;
}
.words-nearby .slick-next{
    top:18px;
    right:-25px;
}
.words-nearby .slick-dots{
    display:none !important;
}



/* Zone listSearchResult */
.zone-listresult{
}
.zone-listresult .line-left{
    width:10%;
    margin-top: 30px;
}
.zone-listresult .line-right{
    width:10%;
    margin-top: 30px;
}
.hb-listresult{
    /*margin-right: 8%;*/
    margin-bottom:5%;
    padding: 5% 10%;
    font-family: firasans regular;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
}
.hb-listresult h2{display:none;}
.hb-listresult .count{display:none;}
.hb-listresult .sel-section{
    background-color: #e3eaf1;
}

.hb-listresult  article{
}
.hb-listresult .itemShow{
    display:block;
}
.hb-listresult .itemHidden{
    display:none;
}
.hb-listresult .sel{
    background-color: #d5daf3;
}
.hb-listresult .item-result {
    margin-top: 10px;
    font-size: 16px;
    font-weight:bold;
}
.hb-listresult .sous-article{
    margin-left:45px;
}
.hb-listresult .sous-article .item-result{
    font-size: 14px;
    font-weight:normal;
}
.hb-listresult a{
    text-decoration:none;
    color:#ff4b54;          /*color:#2c3336;*/
}
.hb-listresult a .catgram{
    font-size:14px;
    color:#8a8a8a;
}
/*.hb-listresult p {
    margin-top:-8px;
}*/
.hb-listresult img {
    float: left;
    height: 38px;
    margin-right: 6px;
}
.btPlus{
    cursor:pointer;
    margin: 20px 3% 0 3%;
    padding: 10px;
    border-top: solid 1px #788cbe;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.iconPlus{
    margin-left: 8px;
}


   
/* NAV MODULE OUTILS */
.zone-tools{
}
@media screen and (max-width: 992px) {
    .zone-tools{
        margin: 0 3%;
    }
}
.zone-tools .banner-title .line-left{
    margin-top: 30px;
    width:30%;
}
.zone-tools .banner-title .line-right{
    margin-top: 30px;
    width:30%;
}
.zone-tools .banner-title .homebox-title{
    margin-top: 0;
    font-weight:initial;
}

.social-bar {
    width: 100%;
    height: 50px;
    margin: auto;
    padding-top: 15px;
    padding-left: 6%;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
    text-align: center;
}
.social-bar span{
    font-family: firasans;
    font-weight: bold;
    font-size: large;
    padding-right: 20px;
    color: black;
}
@media screen and (max-width: 480px) {
  .social-bar span {
    margin-left:-5%;
    padding-right: 5px;
    font-size: small;           /*!!! Smartphone !!!*/
  }
}
.social-bar a{
    margin-left:2%;
    margin-right:2%;
    font-weight:bold;
    text-decoration:none;
}

.app-mobile{
    margin-bottom:20px;
}

.box-access {
    margin-bottom:10px;
    padding: 5px 10px;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
}
.box-access hr{margin:0;}
.box-access a{text-decoration:none;}

.go-line{
    padding: 10px 20px;
}
.go-line img{
    float:left;
    height: 25px;
    width: 40px;
    margin-top:20px;
    margin-left:5%;
}
.go-line .icon{
    float:left;
    margin-top: 5px;
    margin-left:5%;
    font-family:fontello;
    color: #5569af;
    font-size: 36px;
} 
.go-line .name{
     margin-left: 25%;
     font-family: montserra;
     font-size: large;
     font-weight: bold;
     color:black;
}
.item-cours .name{
    font-size:small;
    line-height: 24px;
}
@media screen and (max-width: 380px) {
  .go-line .name {
    font-size: small;
  }
}
.go-line .arrow{
    float:right;
    margin-top:-25px;
    margin-right: 10%;
    font-family:fontello;
    font-size: 18px;
    font-weight: bold;
    transition: 100ms;
    color: #5569af;  
}
.go-line:hover .arrow{
    margin-right: 5%;
    transition: 100ms;
}



/* MODULE TRADUCTION*/
.traduction-zone-selector{
   margin-top:6%;
   padding-top: 1px;
  /*margin-right: 12%;*/
   background-color: white;
   box-shadow: 6px 6px 6px #d6d6d6;  
}
    
.traduction-lang-selector{
    height: 280px;       
    margin-top:-30px;        
    background-color:white;  
    font-weight: bold;
}

.traduction-lang-item{
    width: 50%;
    margin-top: 20px;
    text-align: center;
    line-height:20px;
}
.traduction-lang-item a{
    text-decoration: none;
    font-family:firasans;
    color:black;
    transition: all 100ms ease;
}
.traduction-lang-item img{
    height: 35px;
    width: 53px;
    padding: 5px 6px;
    transition: all 100ms ease;
}
.traduction-lang-item:hover a{
    font-size:18px;
    transition: all 100ms ease;
}
.traduction-lang-item:hover img{
    padding: 0;
    transition: all 100ms ease;
}
.l-lang{
    clear: left;
    float:left;
}
.r-lang{
    clear: right;
    float:right;
}
.dicobil-btlink{
   background-color:#ff4b55; 
}

.vl {
    position: absolute;
    margin-top: 12px;
    height: 240px;
    left: 50%;
    border-left: 1px solid gray;
}

.definition-olf{
   margin-top:6%;
   padding: 0 30px;
   padding-top: 1px;
   background-color: white;
   box-shadow: 6px 6px 6px #d6d6d6;  
}
.link-olf{
    margin-top: -15px;
    padding-bottom: 10px;
    text-align: center;
}
.link-olf img {
    height: 35px;
    width: 53px;
    padding: 5px 6px;
}
.link-olf span{
    margin-left: 30px;
    text-decoration: none;
    font-family:firasans;
    font-weight: bold;
    color:black;
}
.link-olf:hover img {
    padding: 0;
    transition: all 100ms ease;
}
.link-olf:hover span {
    font-size:18px;
    transition: all 100ms ease;
}

 /* NAV MODULE QUIZZ */
.panel-quizz {
    padding-top: 3%;
    margin-left:3%;
    margin-right:3%;
}
.zone-quizz {
    padding-top: 0%;
    margin-left: 10%;
    width: 80%;
    background-color:white;
    box-shadow: 6px 6px 6px #d6d6d6;
}

/* MODULE QUIZZ RIGHT (Article) -&gt; !!! file: article.css !!!*/
.hb-right-quizz{
    margin-top:30px;
    /*margin-right:12%;*/
}
.hb-right-quizz .zone-quizz{
    width:100%;
    margin-left:0;
}
.hb-right-quizz .line-left{
    margin-top: 30px;
    width: 30%;
}
.hb-right-quizz .line-right{
    margin-top: 30px;
    width: 30%;
} 


/* NAV MODULE FORUMS */
.panel-forum {
    padding-top: 3%;
    margin-left:3%;
    margin-right:3%;
}
@media screen and (max-width: 480px) {
  .panel-forum{
    margin-left:0%;             /*!!! Smartphone !!!*/
    margin-right:0%;            /*!!! Smartphone !!!*/
  }
}
.zone-topicforum {
    margin-top: -2%;
    margin-bottom: 1%;
    margin-left: 10%;    
    width: 80%;
}
.zone-topicforum .line-topic{     
    margin-top: 3%;
    padding-bottom: 1%;
    border-bottom: 1px solid #eee;
    font-family:firasans;
}
.zone-topicforum .line-topic a{
     text-decoration:none;
}
.zone-topicforum .user-forum {   
    height: 46px;
    width: 46px;
    margin-right: 80px;
    padding-left: 10px;
    background-color:#ebebf5;
    border-radius: 30px;
    font-size: 28px;
}
.zone-topicforum .ask-topic {
    font-size: 16px;
    color:black;   
}
.zone-topicforum .date-topic {
    font-size: 14px;
    font-style: italic;
    color: #85b4ec;
}
.zone-topicforum .visite-topic {
    float:right;
    width: 110px;
    margin: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #FF4B55;

    text-align:center;
    color:white;
    font-weight: bold;
}
.zone-topicforum .message-topic {
    float:right;
    width: 120px;
    margin: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #8291C8;

    text-align:center;
    color:white;
    font-weight: bold;
}
.zone-linkforum {
    text-align: center;
}
.input-searchforum{
    width: 60%;
    min-width:280px;
    margin: auto;
    margin-top:10px;
}
.askforum-btlink{
    width: 240px;
    margin-top: 10px;
    margin-left: 20px;
    background-color:#5a6eb4; 
}

.go-askforum {
    float: right;
    margin-top: -32px;
    font-size: large;
    transition: 100ms;
}
.askforum-btlink:hover .go-askforum{
    margin-right:-15px;
    transition: 100ms;
}

.col-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/* PUBS */
.pub-pave{
	min-height:240px;		/*calage pub asynchrone*/
    margin-right: 5%;
    text-align: center;
}

/* BeOpinionSDK (sondage) */
.BeOpinionWidget{
    margin-top: 30px;
}


/*******************************************************************************/
/*              Article Content (HTML/XML)                                     */
/*******************************************************************************/
/*body {
  cursor: default;
  font-size: 15px;
  font-family: 'Fira Sans', sans-serif;
}*/

h1 { display: none; }

table {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color: #2c3336;
}
table td {
    font-size:15px;
}

.Locution {
		color: #2c3336; 
		font-style: normal;
		font-weight: normal;
}
	
.Indicateur {		
		color: #ff4b54;
		font-weight: 500;
		font-size: 15px;
}
	
	
.Indicateur2 {		
		color: #2c3336;
		font-weight: 600;
}

.IndicateurDomaine {
		font-size: 16px;
		color: #ff4b54;
		font-variant: small-caps;
		font-weight: 600;
}

article .TitrePage{
    display:none;
}

.Adresse {
		font-family: 'Fira Sans', sans-serif;
		font-size: 20px;
		color: #2c3336;
		display: inline;
}

.FormeFlechieAdresse {
		font-family: 'Fira Sans', sans-serif;
		font-size: 16px;
		color: #2c3336;
		display: inline;
}
	
.lienson:after {
		font-family: "fontello";
		font-size: 20px;
		font-weight: normal;
  		font-style: normal;
  		display: inline;
		content: '\e82c';
		color: #ff4b54;
		text-decoration:none;
        cursor:pointer;     /*gestion v.audio*/
}

a.lienson {
	text-decoration:none;
}

.lienson2:after {
		font-family: "fontello";
		font-size: 15px;
		font-weight: normal;
  		font-style: normal;
  		display: inline;
		content: '\e82c';
		color: #566bb3;
		text-decoration:none;
        cursor:pointer;     /*gestion v.audio*/
		padding: 0px 2px 0 0;
}

a.lienson2 {
	text-decoration:none;
}

.lienson3:after {
		font-family: "fontello";
		font-size: 15px;
		font-weight: normal;
  		font-style: normal;
  		display: inline;
		content: '\e82c';
		color: #ff4b54;
		text-decoration:none;
        cursor:pointer;     /*gestion v.audio*/
		padding: 5px
}

a.lienson3 {
	text-decoration:none;
}

header .lienconj{
   display:none;
}

.lienconj {
		font-family: 'Fira Sans', sans-serif;
		font-size: 15px;
		font-weight: normal;
  		font-style: normal;
		display: inline;
		color: white;
		background-color:#ff4b54;
		border-radius: 5px;
		padding: 0px 5px;
		text-decoration:none;
}

/*.lienconj:after {
		font-family: 'Fira Sans', sans-serif;
		font-size: 15px;
		font-weight: normal;
  		font-style: normal;
		display: inline;
		content: "Conjugaison";
		color: white;
		background-color:#ff4b54;
		border-radius: 5px;
		padding: 0px 5px;
		text-decoration:none;
}*/

a.lienconj {
	text-decoration:none;
    color: white;
}
.lienconj2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: inline;
    color: white;
    background-color: #ff4b54;
    border-radius: 5px;
    padding: 0px 5px;
}
/*.lienconj2:after {
		font-family: 'Fira Sans', sans-serif;
		font-size: 12px;
		font-weight: normal;
  		font-style: normal;
		text-decoration:none;
  		display: inline;
		content: "Conjugaison";
		color: white;
		background-color:#ff4b54;
		border-radius: 5px;
		padding: 0px 5px;
}*/

a.lienconj2 {
	text-decoration:none;
    color: white;
}

.lienarticle {	
		font-family: 'Fira Sans', sans-serif;
		color: #566bb3;
		font-size: 15px;
		font-weight:600;
		text-decoration:underline;
}
	
.lienarticle2 {	
		font-family: 'Fira Sans', sans-serif;
		color: #566bb3;
		font-size: 15px;
		font-weight:600;
		text-decoration:underline;
}

.Locution2 {
		color: #2c3336; 
		font-size: 15px;
		font-weight: normal;
}

.Metalangue {
		font-family: 'Fira Sans', sans-serif;
		color: #ff4b54;
		font-size: 15px;
		font-weight: normal;
}	

.Metalangue2 {
		font-family: 'Fira Sans', sans-serif;
		color: #ff4b54;
		font-size: 15px;
		font-weight: normal;
}	


.BlocExpression:before {
		font-family: 'Fira Sans', sans-serif;
		font-size: 15x;
		font-weight: 600;
  		font-style: normal;
		text-decoration:none;
  		display: inline-block;
		content: "EXPR";
		color: white;
		background-color:#566bb3;
		border-radius: 10px 0 0 0 ;
		padding: 0px 5px;
}

.BlocExpression {
		font-family: 'Fira Sans', sans-serif;
		font-size: 15px;
		font-weight: normal;
  		font-style: normal;
		text-decoration:none;
  		display: block;
		content: "EXPR";
		color: #566bb3;
		background-color:#efeffb;
		border-radius: 10px 0 ;
		padding : 0 10px 0 0;
		margin-top : 7px;
}

.BlocSemantique {		
		color: #2c3336;
		font-weight: 600;
		font-style: normal;
		list-style-type: upper-alpha;
}

ol.BlocSemantique {	
padding-inline-start: 15px
}
	
.MotParagraphe {		
		color: #2c3336;
		font-weight: bold;
}

.numero {
		font-size: 15px;
}

.DivisionExpression {			
		list-style-type: lower-alpha; 
		margin-bottom: 3px;	
}

.BlocExpression ol.DivisionExpression li {	
		background-color:#efeffb;
}

ol.DivisionExpression li {	
		    padding: 0px;
}

.oubien {
		font-size: 12px;
		text-transform: uppercase; 
}	

.Phonetique {		
		color: #2c3336;
}		

.ZoneSemantique {
		color: #2c3336;
		font-weight: normal;
		list-style-type: decimal; 	
}

ol.ZoneSemantique{	
    padding-inline-start: 5px
}

ol.ZoneSemantique2{	
    padding-inline-start: 10px
}

.ZoneSemantique2 {
		color: #2c3336;
		font-weight: normal;
		list-style-type: decimal; 		
}


.ZoneRenvoi {
		color: 566bb3;
		font-weight: normal;
		list-style-type: decimal; 		
}

.itemBLSEM {
		margin-top: 7px;
}

.itemZONESEM {
		margin-top: 5px;
}

.itemBLSEM1 {
}
	
.ZoneTexte {
		margin-top: 5px;
}

table.encadre {		
		font-family: 'Fira Sans', sans-serif;
		font-size: 15px;
		font-weight: 600;
  		text-decoration:none;
  		display: inline-block;
		border : 2px solid #566bb3;
		background-color: #f5f5fa;
		color: #566bb3;
		padding : 0 10px 0 10px;
		margin : 15px;
}

td.Paragraphe {
		font-family: 'Fira Sans', sans-serif;
		font-size: 15px;
		font-weight: normal;
  		text-decoration:none;
		color: #2c3336;
		background-color: #f5f5fa;
		padding : 0 10px 0 10px;
		margin : 15px;
}

span.Mot {
		font-family: 'Fira Sans', sans-serif;
		color: #2c3336;
		font-size: 15px;
		font-weight: bold;
		background-color: #f5f5fa;
}
	
td.Titre
{
	font-family: 'Fira Sans', sans-serif;
	color: #566bb3;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #f5f5fa;
}

.Genre {
	font-style: italic;
	}
			
.RenvoisVoiraussi {
		color: #2c3336;
}

.SousArticle {
		border-top: 1px ;
		margin-top: 10px;
		padding-top: 10px;
}

.TexteAbreviation {	
		color: #2c3336;
}

.TexteFormeFlechie {	
		color: #2c3336;
		font-style: italic;
}	

.trademark {
		vertical-align: super;
	   	vertical-align: middle;
}	

.Glose2 {
		color: #566bb3;
		font-style: italic;
}

.Traduction {
		color: #566bb3;		
		font-weight: normal;
		font-size: 15px;
}

.Traduction2 {
		color: #566bb3;
		font-weight: normal;
		font-size: 15px;
}

.ZoneEntree {
		margin-top: 15px;
}

.ZoneEntree2 {
		margin-top: 10px;
}

	
.ZoneExpression1 {
		margin-top: 10px;
}


.ZoneGram {
		position: relative;
}	









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