﻿.wrapper {
    background-color: #f5f5fa;
    padding: 0 3%;
}

/* TITRE (book, cook, forum, etc...) */
.banner-title {
    padding-bottom:3%;
    color: #5569af;
    font-size: 36px;
    text-align:center;
}
.banner-title .line-left{
    clear:left;
    float:left;
    margin-top: 30px;
    width:30%;
    border-top: 3px solid #eee;
}
.banner-title .line-right{
    clear:right;
    float:right;
    margin-top: 30px;
    width:30%;
    border-top: 3px solid #eee;
}

.banner-title .homebox-title{
    margin-top: 20px;
    font-size: large;
    font-weight: bold;
    font-family: firasans;
    color:black;
}

.banner-title .panel-title{
    font-size: medium;
    font-family: montserra;
    color:black;
}

/* Zone Filtre Search */
.filter ul {
    margin-left:-40px;
    text-align:center;
}
.filter li {
    display:inline-block;
    width: 30%;
    padding: 12px;
    border-right-style: solid;
    text-align:center;
    border-color:#788cbe;
    background: #576bb4;
}
.filter .sel{
     background: #788cbe;
}
.filter li a{
    text-decoration:none;
    color:white;
}

/* Zone Dossiers*/
#definition .dossier{
    margin-bottom:20px;
    padding: 10px;
	border: #788cbe solid 3px;
}
#definition .dossier figure  img{
    height: 100px;
    width: 100px;
    border-radius: 30px;
}
#definition .dossier  a{
	color:#5569af;
	text-decoration: underline;
}
#definition .dossier .plan ol{
    list-style-type:none;
}

#definition article .dossier{
    border:none;
    background-color:#f5f5fa;
}
#definition article .dossier a{
    color:black;
}


/* Zone definition (list resultat Encyclo [article-medias] */
#definition{
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
}

#definition .link{
    display:none;
}
#definition .score{
    display:none;
}

/* list resultats [Articles] */
#definition article{
    /*clear: left;*/
    /*float:left;*/
    display: inline-block;
    width: 100%;
    /*margin-left: 100px;*/
}

#definition .item-encyclo-visuel{
    float: left;
    width: 110px;
    height: 110px;
}
#definition article img{
    /*float:left;*/
    /*margin-top: -45px;*/
    /*margin-left: -100px;*/
    padding:10px;
    height: 100px;
    width: 100px;
    border-radius: 60px;
    transition: all 100ms ease-in;
}
#definition article img:hover{
    padding:0px;
    /*height: 110px;*/
    /*width: 110px;*/    
}

#definition .item-encyclo-def{
    margin-left:10px;  /*modifié vivien avant 120px;*/  
}
#definition article h4{
    /*clear: left;*/
    width: 100%;   
    font-size: 18px; /*modifié vivien avant 20px;*/  
    font-family:firasans300;
    text-align: left;
    color: black;
}
#definition article p{
   color: #5569af;
}


/* list resultats [médias] */
#definition .medias{
    clear: left;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}

#definition .medias a {
    font-size:16px;
    color: #333;
    text-decoration:underline;
}
#definition .medias img{
    float:left;
    margin-left:20px;
    width: 20%;
    padding: 5px;
    border-radius: 0px;   
}
@media screen and (max-width: 992px) {
   #definition .medias img{
        width: 35%; 
    }
}
#definition .medias figcaption{
    display:none;
}



#definition figure{
    margin-top:45px;
}

#definition figure figcaption{
    margin-left:0%; /* 20% supprimé par vivien*/
	font-family: firasans;
	font-size: 16px; /* 18px supprimé par vivien*/
	font-weight: bold;
	padding : 1em;
	display:inline-block
}

#definition figure  img{
    margin-left:0%; /* 20% supprimé par vivien*/
    width: 33%; 
}
@media screen and (max-width: 992px) {
   #definition figure  img{
        width: 50%; 
    }
}

/* zone pagination*/
#definition .pagination{
    /*display: block;*/
    width:100%;
    font-size: 18px;
    font-weight:bold;
	text-align:center;
}
#definition .pagination span{
	font-size:30px;
}
#definition .pagination a{
	margin: 5px;
	color:#5569af;
}
#definition .pagination a:hover{
	font-size:30px;
}

/* Zone listSearchResult */
.zone-listresult{
}
.zone-listresult .line-left{
    width:15%;  /*width:20%;*/
    margin-top: 30px;
}
.zone-listresult .line-right{
    width:15%;  /*width:20%;*/
    margin-top: 30px;
}
@media screen and (max-width: 992px) {
    .zone-listresult .line-left{
        width:12%;
    }
    .zone-listresult .line-right{
        width:12%;
    }
}

.hb-listresult{
    /*margin-right: 8%;*/
    margin-bottom:5%;
    padding: 3% 10% 3% 10%;
    font-family: firasans regular;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;

    /*transition: height 1000ms;*/  /*!display!*/
}
.hb-listresult h2{display:none;}
.hb-listresult .count{display:none;}
.hb-listresult .sel-section{
    background-color: #e3eaf1;
}

.hb-listresult  article{
}
.hb-listresult .itemShow{
    display:block;
}
.hb-listresult .itemHidden{
    display:none;
}
.hb-listresult .sel{
    background-color: #d5daf3;
}
.hb-listresult .sous-article{
    margin-left:15px;
}
.hb-listresult .sous-article h3{
    margin-top:5px;
    line-height: 15px;
    font-size: 14px;
    font-weight:normal;
}
.hb-listresult h3 {
    line-height: 16px;
    font-size: 15px;
    font-weight:bold;
}
.hb-listresult a{
    text-decoration:none;
    color:#ff4b54;
}
.hb-listresult p {
    margin-top:-8px;
}
.hb-listresult img {
    display: none;  /*pas de vignette*/
    float: left;
    height: 38px;
    margin-right: 6px;
}
.btPlus{
    cursor:pointer;
    margin: 20px 3% 0 3%;
    padding: 10px;
    border-top:solid 1px #788cbe;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.iconPlus{
    margin-left: 8px;
}

/* PUBS */
.taboola{
	width: 92%;
	margin: 3% auto;
	padding: 5%;
	background-color: white;
}