.wrapper{
   /*padding:10%;*/
}

/* TITRE (book, cook, forum, etc...) */
.banner-title {
    padding-top:3%;
    padding-bottom:3%;
    color: #5569af;
    font-size: 36px;
    text-align:center;
}
.banner-title .line-left{
    float:left;
    width:40%;
    border-top: 2px solid #eee;
}
.banner-title .line-right{
    float:right;
    width:40%;
    border-top: 2px solid #eee;
}

.banner-title .homebox-title{
    margin-top: 20px;
    font-size: medium;
    font-weight: bold;
    font-family: FiraSans300;
    color:black;
}
.banner-title .homebox-title:hover{
    font-size: large;
}

.banner-title .panel-title{
    font-size: medium;
    font-family: montserra;
    color:black;
}

.banner-title .freespace{
    padding: 10px;
}



/* NAV MODULE (DicoOLF, DicosBIL, Encyclo, Cook)*/   
.wrapper .panel-navmodule {
    /*margin-top: -30px;*/      /*background*/
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 30px;
    padding-left: 6%;
    padding-right: 6%;
    background-color: #f5f5fa;
}

.home-box{  
    margin-bottom:10%;
}

/* HomeBox (DicoOLF) */ 
.hb-dicofr-selector{
    height: 320px;
    max-width: 360px;
    margin: auto;
    box-shadow: 6px 6px 6px #d6d6d6;
}

.hb-dicofr-bloc{
    height:100%;    /*33.33%;*/  /*WEBDICO*/
}

.hb-color1{background-color: #cb7e47;}
.hb-color2{background-color: #576bb4;}
.hb-color3{background-color: #ff4b55;}
.hb-color4{background-color: #293368;}

.hb-dicofr-icon{
    clear: left;
    float:left;
    margin-top: 15px;
    margin-left: 10px;
    padding: 10px 10px;
    font-size: 36px;
    font-family: fontello;
    color: #bbbbbb;       /*gray;*/
    /*transition: all 100ms ease;*/
}

.hb-dicofr-name{
    float:left;
    margin-top: 25px;
    margin-left: 12px;
    padding-top: 5px;
    font-family:firasans;
    color: #f3f3f3;
    /*transition: all 100ms ease;*/
}

.hb-dicofr-desc {
    clear: both;
    height: 130px;
    padding: 0px 20px;
    color: #f3f3f3;
}

.hb-dicofr-go{
    clear: right;
    float:right;
    width: 60px;
    height: 60px;
    margin-top: 43px;
    padding-left: 24px;
    padding-top: 24px;
    border-top-left-radius: 60px;
    background-color: white;
    font-size: large;
    font-family:fontello;
    transition: all 100ms ease;
}
.hb-dicofr-bloc:hover .hb-dicofr-go {
    padding-left: 34px;
    font-weight: bold;
    transition: all 100ms ease;
}

.dicofr-btlink{
    background-color:#5a6eb4; 
}

/* HomeBox (Encyclo) */
.hb-encyclo-discovery{
    height: 320px;              /*400px; no link [All Article]*/
    max-width:360px;
    margin:auto;
    /*margin-top: 90px;*/       /*freespace*/
    background-color:white;
    box-shadow: 6px 6px 6px #d6d6d6;
    text-align: center;
    font-weight: bold;
}
.hb-encyclo-discovery a{
    text-decoration: none;
}

.hb-encyclo-visuel {
    width:100%;
}
.hb-encyclo-visuel img{
    width: 100%;       /*width: 275px;*/
    height: 200px;     /*auto;*/
}

.hb-encyclo-def {
    height: 140px;      /*fixe taille def*/
    margin-top:15px;
    margin-left:20px;
    margin-right:20px;
    font-family:firasans;
}
.hb-encyclo-def h4{
    font-weight:bold;
    color: black;
}
.hb-encyclo-def p{
    margin-top: 10px;
    font-size: 14px;
    color:#788cbe;
}
.hb-encyclo-link a{
    font-family: montserra;
    color: black;
    display:none;
}
.hb-encyclo-link:hover{
     text-decoration:underline;
}

/* HomeBox (Chrono) */
.hb_chrono{
    height:100%;
}
.date-chrono{
    text-align:center;

}

/* MOSAIC DOSSIERS ENCYCLO */
.panel-dossiers{

}

.zone-dossiers{
    padding-top: 3%;
    background-color: white;
}

.item-mosaic{
	text-align: center;
    overflow: hidden;
}

.item-mosaic a{
    color: inherit;
	text-decoration: none;
}

.item-mosaic .bkg{
	background-color: black;
}

.img-mosaic{
    height:200px;
    /*width:100%;*/		/*anamorphose*/
}

.item-mosaic  h2{
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    font-family:firasans;
}

.item-mosaic p{
    margin: 0 20px;
    margin-bottom: 25px;
    font-weight: normal;
}

/* MODULE THEME ENCYCLO */
.panel-theme{
    margin-top: -60px;
}

.panel-theme .line-left,
.panel-theme .line-right{
    width: 35%;
    margin-top : 30px;
}
.panel-theme .homebox-title{
    margin-top: 0;
    font-weight: initial;
}

.zone-theme{
    display: inline-block;
    margin: 10px;
    padding: 20px 5px;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
}

.zone-theme article{
    height: 80px;               
    margin-bottom: 25px;        /*TMPL: margin-bottom: 60px;*/
}

.zone-theme .link{
    display:none;
}

.zone-theme .item-theme-visuel{
    clear:left;
	float: left;
	width: 30%;
    text-align:center;
}

.zone-theme img{
	padding: 5px;
    height: 86px;
    width: 86px;
    border-radius: 50px;
    transition: all 100ms ease-in;
}
.zone-theme img:hover{
    padding:0px;
    height: 96px;
    width: 96px;    
}

.zone-theme .item-theme-def{
	float: left;
    width: 70%;
}
 
.zone-theme h4{
	font-size: 18px;
    font-family: firasans;
	color: black;
}

.zone-theme p {
    font-weight: bolder;
    color: #5569af;
}










/* PUBS */
.pub-pave{
    /*width: 30%;*/         /*33%-3% (marge)*/
    text-align: center;
	margin:auto;
}
@media screen and (max-width: 992px) {
  .pub-pave {
    width: 100%;
    margin-top: 3%;
    text-align:center;
  }
}
