/* NEW_HEADER */
/* NEW_SYN */
/* NEW_NUM */

.breadcrumb{
    display:none;
}
.olf-breadcrumb{
    margin: 0;
    padding: 1% 3%;
    font-family:firasans;
    color: #AFAFAF;
    background-color: #f5f5fa;
}
.olf-breadcrumb b {
    color: #3F3F3F; 
}  
.olf-breadcrumb a{  
    color: #3F3F3F; 
    text-decoration:underline;
}

.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: firasans;
    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 NAV MONOLINGUE*/
.panel-nav-monolingue{
    margin-left:5%;
    margin-right:3%;
    margin-bottom:3%;
    border-left-style:solid;
    border-color:gainsboro;
}

.item-nav-monolingue{
    float:left;
    padding-top: 2%;
    padding-bottom: 2%;
    border-style:solid;
    border-color:gainsboro;
    border-left-style:none;
    background-color:white;
    text-align: center;
    font-family: firasans;
    font-weight: bold;
    color: #5569af;
}



/* MODULE HEADER-ARTICLE*/
.header-article{
   /*margin-left: 10%;   NEW_HEADER */
   margin-top: 4%; /* NEW_HEADER */
   margin-bottom: 4%; /* NEW_HEADER */
}

/* NEW_HEADER */
/* rajout */


.header-article .linkaudio{
    margin-right: 1%;  
    color: #ff4b55;
    cursor:pointer;
}

.header-article1 .linkaudio{ /* §ik_modif regroupement */
    margin-right: 1%;  
    color: #ff4b55;
    cursor:pointer;
}

.header-article .CatgramDefinition{
    /* line-height: 10px;  */ /* §ik_modif_04-11 : suppression line-height !!! */
    /* §ik_modif : avant 0px */
    /* §ik_modif_04_02 color: #5569af; */
    color: #566BB3;
    margin-top: 1%; /*  NEW_HEADER  */
}
.header-article .OrigineDefinition {
	line-height: 10px;  /* §ik_modif : avant 0px */
}

.header-article ul {
    margin-top:3%;
    margin-left:-25px;
    padding:0;
    text-align:center;
}
.header-article li {
    display:inline-block;
    width: 16%;
    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;
}
@media screen and (max-width: 680px) {
  .section {
        display: none;
  }
}


/* FIXED NAVMENU (NavMenu flottant)*/
.navbox-fixed{
  position: fixed;  /*floating*/
  display:table;    /*nb items*/
  width: 70px;      /*60px + margin*/
  height: 70px;     /*60px + margin*/
  right: 38%;
  bottom: 0;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: transparent;
  opacity: 0.8;
  transition: 300ms;
  z-index:99 ;  /*MAJ vivien 24/06/21 */
}
@media screen and (max-width: 992px) {
  .navbox-fixed {
        right: 0%;
        border-top-right-radius: 0px;
  }
}

.navbox-fixed .nav-menu{
    display:none;
    float: right;
    margin-top: 40px;
    margin-bottom: 20px;
    color: white;  
    font-size: 25px;
    font-family:firasans;
    list-style-type: none;
}
.navbox-fixed .nav-menu > li{
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 30px;
     
    border-bottom: solid 1px;
    text-align: right;
}
.navbox-fixed .nav-menu > li >a{
    color: white;
}
  
.navbox-fixed .nav-btn{
    cursor:pointer;
    clear: right;
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
}
.navbox-fixed .nav-open{
    padding-top: 2px;    
    font-size: 40px;
    color: #fff; 
    background-color: #788cbe;
    opacity: 0.8;
    
}
.navbox-fixed .nav-close{
    display:none;
    padding-top: 16px;
    font-family:fontello;
    font-size: 20px;
    color:  #788cbe; 
    background-color: #fff;
    opacity: 1;
}



/* content ARTICLE*/
.content{
    margin: 5% 0;
    /*margin-left: 8%;*/
    padding: 0 3%;
    padding-bottom:1%;
    background-color:white;
}
.content .icon-section{
    /* padding: 0 12px; */
    padding: 0 12px 0 0; /* §ik_modif */
    font-size: 24px;
    color: #5569af;
}
.content .icon-locution-encyclo{
    /* padding: 0 12px; */
    padding: 0 12px 0 0; /* §ik_rajout_04-05 */
    font-size: 15px;
    color: #5569af;
}
.content h1{
    display:inline-block;
    /* font-size: 24px; */ /* §ik_modif_04-05 */
    font-size: 18px;
    color: #5569af;
}
.content h2 {
    display: inline;
    margin-right: 3px;
    line-height: 0px;
    font-size: 18px;       
}
.content ul {
    padding-left: 0;
    list-style-type: none;
}
.content li { 
    padding: 1%;            /* §ik_modif ???avant: 2% */
    background: #efeffb;    /* §ik_modif_03_28 */
}
.content li:nth-child(odd) { 
     background: #f8f7fd;   /* §ik_modif_03_28 */
}

/*  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: 3% 10% 3% 10%;
    font-family: firasans regular;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;

    /*transition: height 1000ms;*/  /*!display!*/
}
.hb-listresult h2{display:none;}
.hb-listresult .count{display:none;}
.hb-listresult .sel-section{
    background-color: #f8f7fd;  /*replace #e3eaf1; vivien 24/06/21  */
}

.hb-listresult  article{
}
.hb-listresult .itemShow{
    display:block;
}
.hb-listresult .itemHidden{
    display:none;
}
.hb-listresult .sel{
    background-color: #efeffb; /*replace #d5daf3; vivien 24/06/21  */
}
.hb-listresult .item-result {
    margin-top: 6px;
    font-size: 16px;
    font-weight:bold;

}
.hb-listresult .sous-article{
    margin-left:45px;
	color: #566bb3;  /*ajout vivien 24/06/21  */
	
}
.hb-listresult .sous-article .item-result{
    font-size: 14px;
    font-weight:normal;
}
.hb-listresult a{
    text-decoration:none;
    color:#040404; /*replace #ff4b54; vivien 24/06/21  */

}
/*.hb-listresult p {
    margin-top:-8px;
}*/
.hb-listresult img {
    display: none;  /*pas de vignette*/
    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;
}



   
/* HomeBox (link Encyclo) */
.zone-link-encyclo{
}
.zone-link-encyclo .line-left{
    width:20%;
    margin-top: 30px;
}
.zone-link-encyclo .line-right{
    width:20%;
    margin-top: 30px;
}

.hb-link-encyclo{
    max-width:360px;
    min-height: 320px;
    margin:auto;
    margin-top: 0px;
    margin-bottom: 6%;
    background-color:white;
    box-shadow: 6px 6px 6px #d6d6d6;
    
}
.item-link-encyclo{
    text-align: center;
    font-weight: bold;
    box-shadow:none;
}
.item-link-encyclo a{
    text-decoration: none;
}

.item-encyclo-visuel{
    padding-top:3%;
}
.item-encyclo-visuel img{
    width: 124px;
    height: 124px;     /*auto;*/
    margin-top:10px;
    margin-bottom:0px;
    margin-left: 30%;
    border-radius: 100px;
    transition: 100ms;
    box-shadow:-15px 0px 0px #ebebf5;
}
.item-link-encyclo:hover .item-encyclo-visuel img{
    width: 134px;
    height: 134px; 
    margin-top:0px;
    margin-bottom:10px;
    box-shadow:-25px 0px 0px #ebebf5;
    transition: 100ms;
}

.item-encyclo-def {
    height: 100px;      /*fixe taille def*/
    margin-top:15px;
    margin-left:20px;
    margin-right:20px;
    font-family:firasans;
    text-align: center;
}
.item-encyclo-def h4{
    line-height: 20px;
    font-size:18px;
    font-weight:bold;
    color: black;
}
.item-link-encyclo:hover .item-encyclo-def h4{
    font-size:20px;
}
.item-encyclo-def p{
    margin-top: -5px;
    font-size: larger;
    color:#788cbe;
}



/* 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-bottom: 6%;
   /*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;
}

   

/* 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) -> !!! 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 LINK-SEO */
.panel-linkseo {
    padding-top: 3%;
    margin-left:3%;
    margin-right:3%;
}
@media screen and (max-width: 480px) {
  .panel-linkseo{
    margin-left:0%;             /*!!! Smartphone !!!*/
    margin-right:0%;            /*!!! Smartphone !!!*/
  }
}

.BlocLinkSEO{
    /*margin: 5% 0;*/
    /*margin-left: 8%;*/
    padding: 0 3%;
    padding-bottom:1%;
    font-family: 'FiraSans Regular';
    font-size: 15px;
    background-color:white;
}

.BlocLinkSEO h1{
     display:inline-block;
    /* font-size: 24px; */ /* §ik_modif_04-05 */
    font-size: 18px;
    color: #5569af;
}

.BlocLinkSEO h2{
    /*float:right;
    width: 70%;*/  
    font-size: 16px;
    color:black;
}

.BlocLinkSEO p{
    /*float:right;
    width: 70%;*/     
    font-family:firasans;
    font-size: 14px;
    font-weight:bold;
	line-height:1.25em; /*ajouté par vivien*/ 
    color: #566bb3
}

.BlocLinkSEO ul{
    display:inline-block;
    padding-left: 3%;
}
.BlocLinkSEO ul li {
    float: left;
    width: 50%;         /*25%;*/
}
@media screen and (max-width: 680px) {
  .BlocLinkSEO ul li  {
    width: 100%;                    /*!!! Smartphone !!!*/
  }
}
.BlocLinkSEO ul li a {
    color: black;
    display: block;
    font-size: 14px;       /*pem(10);*/
    overflow: hidden;
    text-decoration: none;
    /* white-space: nowrap; */
}

/* 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;
    font-weight: bold; 
    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{
    margin-right: 5%;
    text-align: center;
}

/* BeOpinionSDK (sondage) */
.BeOpinionWidget{
    margin-top: 30px;
}


/* ================================================   RAJOUTS IK §ik_rajout  ==================================== */

h1.TitrePage {
	text-transform: uppercase;
}

/* ZONE-ENTREE font-family: 'FiraSans Regular'; */

.AdresseDefinition {
	font-size: 20px; 
    color: #040404;
	font-weight: bold;	
}

.ComplementTitre {
	display: none;
}

.LienAdresse {
	color: #e62e00;
	font-weight: 400; /* modif_03-13 */
	
}

.BlocDefinition {
	font-family: 'FiraSans Regular';
	font-size: 15px; /* §ik_modif_04_02 */
}
.BlocDifficultes {
	font-family: 'FiraSans Regular';
	font-size: 15px; /* §ik_modif_04_02 */
}
.BlocLocutions {
	font-family: 'FiraSans Regular';
	font-size: 15px; /* §ik_modif_04_02 */
}
.BlocSynonymes {
	font-family: 'FiraSans Regular';
	font-size: 15px; /* §ik_modif_04_02 */
}
.Blochomonymes {
	font-family: 'FiraSans Regular';
	font-size: 15px; /* §ik_modif_04_02 */
}

/* => INDICATEUR : familier  */
.indicateurDefinition {
	color: #e62e00;
	font-weight: 400; /* modif_03-13 */
	padding-bottom: 10px;
}

span.IndicateurLocution  {
	color: #e62e00;
	font-weight: 400; /* modif_03-13 */
}


.RemarqueDefinition {
	color: #444a4d;
	font-weight: 400; /* modif_03-13 */
}

h2 .RemarqueDefinition {
	font-size: 16px; 
}

.RubriqueDefinition {
	color: #F13D07;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 0px;
}

ul.ListeLocutions {
}
li.Locution {
    padding-top: 10px;
}

p.LocutionDansRubrique {}
p.SousDivision {}

.num-loc {
	color: #040404;
	font-weight: bold;
}


span.AdresseLocution {
		 /* ajout IK pour dico synonynmes */
     font-size: 15px; 
     color: #566BB3;
                font-weight: bold;
} 



h2.AdresseLocution {
	 /* display: inline-block;
     margin-right: 3px;
    line-height: 0px;
    font-size: 18px;   */
    
     font-size: 15px; /* §ik_modif_04-05 */
     color: #566BB3; /* §ik_modif_04_02 */
	 font-weight: bold;
}

h2.AdresseLocution  {
	margin-top:10px;   /* §ik_modif => h2 bootstrap : 20px => "coincer 17041.html" */
}

.DefautLocution {
	color: #444a4d;
	font-weight: 400;
	/* §ik_modif_04-05 font-style: italic; */
}

.TextePresentatif {
	color: #444a4d;
	font-weight: bold;
}

.TexteLocution {
	color: #444a4d;
	font-weight: 400;
}

/* = texte définitions : elem li  */
.DivisionDefinition {
	color: #444a4d;
	font-weight: 400; /* 03-12 */
}
.Definitions {
}

/* NEW_NUM */
/* rajout */
.numDef {
    font-size: 14px; 
    color: #566BB3; 
	font-weight: bold;
}

/* === texte définitions dans SYN - CONTRE / sinon : li ======= */
p.DivisionDefinition {
	color: #444a4d;
	font-weight: 400; /* 03-12 */
}



/* = texte exemple qui suivent les définitions */
.ExempleDefinition {
	color: #566BB3; /* §ik_modif_04_02 */
	font-weight: 400;
}
.ExempleDefinition .small {
	color: #566BB3; /* §ik_modif_04_02 */
	font-weight: 500; 
}

/* ********** SYNONYMES - CONTRAIRES  **************** */
ul.Synonymes {
}
li.Synonyme {
}
div.SensSynonymes {
	padding-top: 20px;
}


/* NEW_SYN */
.LibelleSynonyme {
	text-transform: capitalize; 	
	font-variant: small-caps;  	 
	font-weight: 600;
	padding-left: 18px;
	margin-bottom: 0px; 
}

/* NEW_SYN */
/*rajout*/
p.Synonymes {
	padding-left: 18px;
}

.rubriqueSynonyme {
}

/* ********** HOMONYMES  **************** */

ul .HomonymeDirects {
}
ul.VarianteHomonyme {
	padding-top: 10px;
}
p.AdresseHomonyme  {
	color: #5569af;
	font-weight: 600;
	/*padding-left: 30px;*/
}
.CatGramHomonyme {
	/* font-style: italic; */
}

div.HomonymeVariantes {
}
.Homonyme  {
}
/* ********** DIFFICULTES  **************** */
.TypeDifficulte {
	font-weight: bold;
	/* font-variant: small-caps; */
	text-transform: uppercase;
}

.AdresseDifficulte {
	color: #566BB3; /* §ik_modif_04_02 */
	font-weight: 600;
}

.NumeroDifficulte {
	color: #566BB3; /* §ik_modif_04_02 */
	font-weight: 600;
}
/* ??? */
.NumDifficulte {
	/* color: #7893E8;
	font-weight: 600; */
}

.DefinitionDifficulte {
	color: #444a4d;
	font-weight: 400; /* = DivisionDefinition */
}

.NotabeneDifficulte {
}
.AuteurCitationDifficulte {
}
.BlocCitationDifficulte {
}
.CitationDifficulte {
	font-style: italic;
}

.RemarqueDifficulte {
}
.IndicRemDiff {
	font-variant: small-caps;
	font-weight: 600;
}

/* => campus */
.RecommandationDifficulte {
/*  = texte courant = DefinitionDifficulte */
	/* color: #444a4d; 
	font-weight: 400; */
}
/* => cameraman / cadreur */
.RecommandationOfficielleDifficulte{
    font-style: italic;
}


/* ********** REF-ORTHO  **************** */
.ReformeOrtho {
	color: #444a4d;
	font-weight: 400; /* modif_03-13 */
	font-size: 15px;
	/*font-style: italic;*/
}
/*
h2 .ReformeOrtho {
	font-size: 16px;
}
*/
.AdresseRefOrtho {
	font-size: 17px;  /* modif_03-13 */
    color: #040404;
	font-weight: bold;	
}

span.lien {
	color: #444a4d;
	font-weight: 500;
}



.fontello {
    font-family: "fontello";
}


h2.AdresseDefinition {
	margin-top:10px;   /* §ik_modif => h2 bootstrap : 20px => "coincer 17041.html" */
}



div.Zone-Entree  {
	padding-top:10px;   /* §ik_modif ??? => "coincer 17041.html"*/
}

div.Zone-Entree1  {
	padding-top:10px;   /* §ik_modif regroupement*/
}

.small {
	font-variant: small-caps;
	font-size: 14px; 
}
	
.Renvois {
	font-weight: 400; 
	text-decoration: underline;
}
.lienarticle {
	color: #566BB3;
}


/* ============= CITATIONS ================= */

.BlocCitations {
	font-family: 'FiraSans Regular';
	font-size: 15px; /* §ik_modif_04_02 */
}

.content .AuteurCitation {
    color: #444d26;
    /* font-variant: small-caps; */
    text-transform: uppercase;
    letter-spacing: 1px;
}


a.lienCitationEncyclo {
	color:#444a4d;
	text-decoration:underline;
}


.content .AdresseCitation,  .content .SourceCitation{
    color: #444d26;
    /* font-variant: small-caps; */
     text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

/* §ik_modif_04_02 */
.content .NomCitation {
	letter-spacing: 1px;
  font-weight: bold;
}

.content .InfoAuteurCitation {
     color: #e02d43;
}

.content .InfoCitation {
	color: #566BB3; /* §ik_modif_04_02 */
}
.content .PublicationCitation {
	color: #566BB3; /* §ik_modif_04_02 */
}
.content .InfoCitation .ReferenceCitation  {
 	font-style: italic;
}

.content .SensExpressionCitation {
   color: #444a4d;
	font-weight: 500;
    font-size: .84615em;
}


.content .TexteCitation  {
	color: #444a4d;
	font-weight: 550; /* 03-12 */
}
.content .ExpressionCitation{
	color: #444a4d;
	font-weight: 550; 
}
.content .Texte2Citation{
	color: #444a4d;
	font-weight: 400; /* 03-12 */
	font-style: italic;
}
.content .DefinitionAuteurCitation{
	color: #444a4d;
	font-weight: 400; 
}
.content .CommentaireCitation{
	color: #444a4d;
	font-weight: 400; 
}

.content .ast{
	color: #444a4d;
	font-weight: 400; 
}
.content .LienAuteurCitation{
	color: #444a4d;
	font-weight: 400; 
}
.content .TitreCommentaireCitation{
	color: #444a4d;
	font-weight: 400; 
	text-transform: lowercase;
	font-variant: small-caps;
}

.content .highlight{
	border: dotted black 2px;
	border-radius: 12px;
	background-color: #fdffed !important;
	box-shadow: 6px 6px 12px #aeb599;
	margin-bottom: 6px;
}


img .formule {
}


.lienencyclo {
	text-decoration: underline;

}


/* §ik_rajout_04-11 */
.CatgramDefinition .lienconj {
    float: right;
    
    margin-right: 5%;
    padding: 2px 16px;
    border-radius: 20px;
    background-color: #ff4b55;
    color: #FFFFFF;
    
    font-family: 'FiraSans Regular';
    font-size: 15px;
}
