.wrapper{
    background-color: #f5f5fa;
}

/* TITRE (book, cook, forum, etc...) */
.banner-title {
    padding-top:3%;
    padding-bottom:3%;
    color: #00a8e7;
    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; 
}

/* MODULE SEARCH KEYWORD */
.panel-search{
    padding: 0 3%;
    padding-top:3%;
    padding-bottom:5%;  
    margin-left:7%;
    margin-right:4%;
    background-color:white;
    box-shadow: 6px 6px 6px #d6d6d6;
}
@media screen and (max-width: 992px) {      /*!!! Smartphone !!!*/
    .panel-search {
        margin-left: 6%;
        margin-right:6%;
    }
}

.panel-search  hr{
    clear: left;
    margin-bottom: 10px;
    width: 90%;
}

.zone-desc-search {
}

.hb-search-icon{
    float:left;
    font-size: 45px;
    font-family: fontello;
    color: #00a8e7;
}

.hb-search-name{
    float:left;
    width:70%;      /*width:80%;*/
    margin-left:20px;
    font-family:firasans;
}

.hb-search-name h1{
    /*float:left;*/
    margin-top:3px;
    font-size:x-large;
    color: #00a8e7;

}
.hb-search-name p{
    /*clear:left;*/
   font-weight:bold;
}

.zone-search-keyword {
    text-align:center;
    color:white;
}

.input-search-keyword .lar-searchtxt{
   width:75%;
   margin-top: 10px;
}

.bt-search-keyword{
    width: 30%;
    min-width: 220px;
    margin-top: 10px;
    padding: 12px 25px 1px 0px;
    border-radius: 30px;
    font-size: inherit;
    background-color: #00a8e7;
}

.icon-Search {
    float: right;
    margin-top: -32px;
    font-size: large;
}



/* MODULE THEME ENCYCLO */
.panel-theme{

}

.panel-theme .line-left,
.panel-theme .line-right{
    width: 35%;
    margin-top : 30px;
}
.panel-theme .homebox-title{
    /*margin-top: 0;*/      /*singleline(?)*/
    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;    
}

.item-theme-def{
	float: left;
    width: 70%;
}
 
.zone-theme h4{
	font-size: 18px;
    font-family: firasans;
	color: #b0348c;
}

.zone-theme p {
    font-weight: bolder;
    color: #5569af;
}

/* 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;
}






/* 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;
  }
}
