.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;
}

/* SLIDE SHOW DOSSIERS ENCYCLO*/
.slideshow{
    /*background-color: #70accd;*/
    margin-top:20px;
    height: 280px;
}

.carousel{
    margin-left: 10%;
}
@media screen and (max-width: 620px) {
    .carousel {
        margin-left: 0;
    }
}

.carousel .item a{
    color:black;
    text-decoration:none;
}

.carousel .item-slide-img{
    float: left;
    height:250px !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.carousel .item-slide-txt {
    display: inline-block;
	width: 45%;
    height: 250px;
    padding-left: 20px;
    background-color: #c1cae3;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

@media screen and (max-width: 1100px) {
  .carousel .item-slide-img{
        height:200px !important;
    }
    .carousel .item-slide-txt {
        height: 200px;
    }
}

@media screen and (max-width: 620px) {
    .carousel .item-slide-img{
        height:250px !important;
        width: 100%;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .carousel .item-slide-txt {
        position: absolute;
        top: 180px;
        left: 0px;
        height: 70px;
        width: 100%;
        padding-left: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 30px;
        opacity: 0.8;
    }
    .carousel .item-slide-txt h2{
		font-size: 20px;
        text-align: center;
	}
    .carousel .item-slide-txt p{
        display:none;
    }
}

/* 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;
}
@media screen and (max-width: 620px) {
    .panel-theme {
        margin-top: 0px;
    }
}

.panel-theme .line-left,
.panel-theme .line-right{
    width: 30%;
    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-encyclo-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-encyclo-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;
  }
}


