.wrapper{
    background-color: #f5f5fa;
}

/* 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{
    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;
}


.hb-color1{background-color: #293368;}
.hb-color2{background-color: #576bb4;}
.hb-color3{background-color: #2e3192;}


/* MODULE SEARCH CONJUG */
.panel-search{
    padding: 3%;
    margin-left:7%;
    margin-right:4%;
    box-shadow: 6px 6px 6px #d6d6d6;
    background-color:white;
}
@media screen and (max-width: 992px) {      /*!!! Smartphone !!!*/
    .panel-search {
        margin-left: 3%;
        margin-right:3%;
    }
}
.panel-search  hr{
    clear: left;
    width: 90%;
}

.zone-desc-seach {   
}

.hb-search-icon{
    float:left;
    font-size: 45px;
    font-family: fontello;
    color: #2e3192;
}

.hb-search-name{
    float:left;
    width:70%;      /*width:80%;*/
    margin-left:20px;
    font-weight: bold;
    font-family:firasans;
}

.hb-search-name h1{
    /*float:left;*/
    margin-top:3px;
    font-size:x-large;
    font-weight:bold;
    color: #2e3192;
}
.hb-search-name p{
    /*clear:left;*/
}

.zone-search-keyword {
    margin-top:3%;
    text-align:center;
}

.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: #d7d7e9;
}

.icon-Search {
    float: right;
    margin-top: -32px;
    font-size: large;
}


/* NAV MODULE VERBES*/
.panel-discovery{
    padding-top: 3%;
    margin-left: 3%;
    margin-right: 3%;
}

.panel-catego-verbe{
    margin: 5% 3%;
    padding: 1% 0;
    box-shadow: 6px 6px 6px #d6d6d6;
    background-color: white;
}
.panel-catego-verbe h4{
    font-weight:bold;
    margin-left: 3%;
}
.panel-catego-verbe hr{
    margin-bottom:0;
    margin-right: 5%;
    margin-left: 5%;
}
.zone-catego-verbe{
    /*display: inline-flex;*/   /*!!! row !!!*/
}
.catego-verbe {
    text-align: center;
    /*width: 33%;*/             /*!!! row !!!*/
}
.catego-visuel{
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.catego-visuel .bkg{
    /*position: absolute;*/
    /*z-index:-1;*/ 
    height: 120px;
    width: 120px;
    margin-top:0px;
    margin-left: -50px;
    background-color: #ebebf5;
    border-radius: 60px;
}
.catego-visuel .picto{
    height: 120px;
    width: 120px;
    padding-top:18px;
    border-radius: 60px; 
    color: white;
    font-size: 60px;
    transition: 100ms; 
}

.catego-content {
    height: 100%;      /*fixe taille def*/
    margin-top:15px;
    font-family:firasans;
    color: black;
}
.catego-content h4{
    font-weight:bold;   
}
.catego-content p{
    margin-top: 10px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: larger;
}

.catego-verbe:hover .catego-visuel .picto{
    height: 130px;
    width: 130px;
    margin-top:-10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 65px; 

}


/* MODULE QUIZZ SLIDER(Slick)  */
.panel-quizz {
    margin-left:3%;
    margin-right:3%;
}
@media screen and (max-width: 480px) {
  .panel-quizz{
    margin-left:6%;             /*!!! Smartphone !!!*/
    margin-right:6%;            /*!!! Smartphone !!!*/
  }
}
.wrapper .slide-quizz {
    margin-left:3%;
    margin-right:3%;
}

/*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 slide(carousel slick)*/
 .item-quizz{
    width: 240px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.item-quizz a{
    text-decoration: none;
    outline: none !important;
}

.slide-quizz .item-quizz-visuel{                  /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
}
.slide-quizz .item-quizz-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-quizz:hover .item-quizz-visuel .bkg {       /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    width: 150px;
    height: 150px; 
    margin-top:0px;
    margin-left: -100px;
    transition: 100ms;
}
.slide-quizz .item-quizz-visuel img{              /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    width: 150px;
    height: 150px;
    margin: auto;
    padding:15px;
    border-radius: 100px;
    transition: 100ms;
}
.item-quizz:hover .item-quizz-visuel img{         /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    width: 150px;
    height: 150px; 
    padding: 0px;
    transition: 100ms;
}

.slide-quizz .item-quizz-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-quizz .item-quizz-def h4{                 /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    font-weight:bold; 
    font-size: 16px; 
}
.slide-quizz .item-quizz-def p{                  /*!!! métadatas XML (Encyclo >>> Quizz) !!!*/
    margin-top: 10px;
    font-size: 14px;    /*larger;*/
}



/* MODULE THEME ENCYCLO */
.panel-theme{

}

.panel-theme .line-left,
.panel-theme .line-right{
    width: 12%;
    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{
    /*margin-left: 3%;*/
}
@media screen and (max-width: 992px) {
  .pub-pave {
    margin-top: 3%;
    text-align:center;
  }
}