﻿.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:25%;
    border-top: 3px solid #eee;
}
.banner-title .line-right{
    clear:right;
    float:right;
    width:25%;
    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: x-large;
    font-family: montserra;
    color:black;
}

/* CONTENT*/
.wrapper .content {
    margin: 0% 3%;
    padding: 3%;
    word-wrap: break-word;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
}

/* RENDER MEDIAS (ANIMATION, IMAGES, CARTES, etc) */
/* ANIMATION (iframe YT)*/
.zone-content{
}

.zone-content img{
    margin: auto;  
}
.zone-content .carte img{
	width:100%;
}

.zone-content audio{
    margin: 3% 25%;
    width: 50%;
}
@media screen and (max-width: 992px) {
    .zone-content audio{
        margin: 3% 5%;
        width: 90%;
    }
}

.zone-content iframe{
    width: 100%;
    /*height: -webkit-fill-available;*/
}

h1 {
	font-family:firasans;
    font-size: 20px;
	margin:15px;
    font-weight:bold;
    color: #566bb3;
}

p.titre {
    display : none;
}

p.legende {
    font-family:firasans;
	margin:15px;
    font-size: 15px;
    font-weight:bold;
    color: #333333;
}

p.credit {
    font-family:firasans;
	margin:15px;
    font-size: 11px;
    font-weight:normal;
    color: #333333;
}

/* MOSAIC DA MEDIAS ENCYCLO */
.panel-medias{

}

.zone-medias{
    display: inline-block;
    /*margin: 10px;*/
    padding: 20px;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
}

.zone-medias .photo{
    float:left;
    width: 130px;
    height: 150px;
    text-align: center;
}

.zone-medias .photo img{
    /*margin:5px;*/
    /*padding: 5px;*/
    height: 100px;
    width: 100px;
    transition: all 100ms ease-in;
}

.zone-medias .photo img:hover{
    margin:0px;
    padding: 0px;
    height: 110px;
    width: 110px;
}

.zone-medias figcaption{
    margin: 3px 1px 1px 1px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height:1.1;
}


.zone-medias .score{
    display:none;
}

@media screen and (max-width: 992px) {
  .zone-medias .photo {
        width: 95px;
  }
  .zone-medias .photo img{
    height: 80px;
    width: 80px;
    }
    .zone-medias .photo img:hover{
    height: 90px;
    width: 90px;
    }
}


/* MODULE DA ARTICLES ENCYCLO */
.panel-articles{

}

.zone-articles{
    display: inline-block;
    margin: 10px;
    padding: 0 20px;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
}



.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;
}
.itemShow{
    display:inline-block;
}
.itemHidden{
    display:none !important;
}


.zone-articles article{
    display: inline-block;
    width:100%;
    /*margin-bottom: 20px;*/
    font-family:firasans;
}

.zone-articles .link{
    display:none;
}

.zone-articles h2{
    /*float:right;
    width: 70%;*/  
    font-size: 16px;
    color:black;
}

.zone-articles p{
    /*float:right;
    width: 70%;*/     
    font-family:firasans;
    font-size: 14px;
    font-weight:bold;
	line-height:1.25em; /*ajouté par vivien*/ 
    color: #566bb3
}





.zone-articles div{
   /*float: left;*/
   display: inline-block;
   width: 100%;
   margin-top: 9px;
}
.zone-articles img{
    height: 86px;
    width: 86px;
    margin-top: 20px;
    padding:5px;
    border-radius: 50px;   
    transition: all 100ms ease-in;
}

.zone-articles img:hover{
    padding:0px;
    margin-right: 15px;
    height: 96px;
    width: 96px;    
}

/* PUBS */
.pub-pave{
    /*margin-left: 3%;*/
    text-align: center;
    margin: 3% 0;
}
@media screen and (max-width: 992px) {
  .pub-pave {
    margin-top: 3%;
    text-align:center;
  }
}

.taboola{
	width: 92%;
	margin: 3% auto;
	padding: 5%;
	background-color: white;
}

