.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;
    }
}

/* SLIDER THEME ENCYCLO */
.slide-theme{
    width:80%;
    margin:auto;
}
/*bouton color (slick)*/
.slick-prev, .slick-next{
    background-color: #5d73ad;
    border-radius: 30px;
}
.slick-prev:before, .slick-next:before {
    background-color: #5d73ad;
    border-radius: 30px;
}

 .item-theme{
    width: 240px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.item-theme a{
    text-decoration: none;
    outline: none !important;
}

.slide-theme .item-theme-visuel{                  /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
}
.slide-theme .item-theme-visuel .bkg{             /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/       
    position: absolute;
    height: 120px;
    width: 120px;
    margin-top:15px;
    margin-left: -80px;
    background-color: #ebebf5;
    border-radius: 105px;
    z-index: -1;
    transition: 100ms;
}
.item-theme:hover .item-theme-visuel .bkg {       /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    width: 150px;
    height: 150px; 
    margin-top:0px;
    margin-left: -100px;
    transition: 100ms;
}
.slide-theme .item-theme-visuel img{              /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    width: 150px;
    height: 150px;
    margin: auto;
    padding:15px;
    border-radius: 100px;
    transition: 100ms;
}
.item-theme:hover .item-theme-visuel img{         /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    width: 150px;
    height: 150px; 
    padding: 0px;
    transition: 100ms;
}

.slide-theme .item-theme-def {                    /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    height: 140px;      /*fixe taille def*/
    margin-top:15px;
    margin-left:20px;
    margin-right:20px;
    font-family:firasans;
    color: black;
}
.slide-theme .item-theme-def h4{                 /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    font-weight:bold; 
    font-size: 16px; 
}
.slide-theme .item-theme-def p{                  /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    margin-top: 10px;
    font-size: 14px;    /*larger;*/
}


/* HomeBoxTheme - Liste Dossiers Encyclopedie*/
.zone-theme{
    border-bottom: black solid;
    border-left: black solid;
    border-right: black solid;
}
.zone-theme H1{
    background-color: #2e3192;
    color: #fff;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}
.zone-theme .links-content {
    padding-top: 0.5em;
}
.zone-theme ul{
    list-style: none;
    padding:0;
}
.zone-theme li{
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
}
.zone-theme li a {
    text-decoration: none;
    color: black;
}
.zone-theme img{
    width:100%;
    padding:2px;
}

/* 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;
  }
}


