/* Production overview page */

.container-production-overview{
    display: inline-block;
    margin: auto;
}

.production-overview-header{
    width: 55%;
    /*margin: auto;*/
}

.production-overview-header .title_page{
    margin: 0 0 0.5em 0;
}

.production-overview-header .edito-overview-page{
    font-family: 'TradeGothicLTStd';
}

.productions{
    margin: 3em 0 4em 0;
    padding: 0;
}

.productions li{
    display: inline-block;
    vertical-align: top;
    margin: 0 2.1% 3em 0;
    width: 23%;
}

.productions .item{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding: 5%;
}

.productions .item img{
    width: 80%;
}

.productions .item .prod-date{
    font-family: 'TradeGothicLTStd';
    font-size: 1.1em;
    margin: 0 0 0;
    letter-spacing: 1px;
    white-space: pre-line;
    color: #000000;
}

.productions .item .prod-title{
    font-family: 'TradeGothicLTStd';
    font-size: 1.1em;
    margin: 0 0 0;
    letter-spacing: 1px;
    white-space: pre-line;
    color: #000000;
}

.productions a:hover .item, .productions a:focus .item, .productions a:active .item{
    border: 2px solid #FF8F00;
}

.productions > li:nth-child(4n){
    margin: 0 0 3em 0;
}

@media screen and (max-width: 768px) {
    .productions > li{
        width: 31%;
        margin: 0 2.4% 3em 0;
    }

    .productions > li:nth-child(4n){
        margin: 0 2.4% 3em 0;
    }

    .productions > li:nth-child(3n){
        margin: 0 0 3em 0;
    }
}

@media screen and (max-width: 480px) {
    .productions > li{
        width: 48%;
        margin: 0 2.4% 3em 0;
    }

    .productions > li:nth-child(4n), .productions > li:nth-child(3n){
        margin: 0 2.4% 3em 0;
    }

    .productions > li:nth-child(2n){
        margin: 0 0 3em 0;
    }
}

/* Production page */

.production-page{
    font-family: 'TradeGothicLTStd';
    font-size: 1.1rem;
    color: black;
    padding: 0.5rem;
    width: 100%;
    margin-bottom: 3rem;
    display: inline-block;
}

.production-page .title{
    font-size: 2em;
    font-family: 'TradeGothicLTStd-Bold';
    margin: auto;
    color: #ff8f00;
    margin-left: 19%;
    padding: 0 0 2%;
}

.production-page table{
    border-spacing: 1rem;
    width: 100%;
}

.production-page th, .production-page td{
    padding: 0.5em 0;
}

.production-page th{
    width: 19%;
    vertical-align: top;
}

.production-page .auteur td{
    padding-bottom: 0;
}

.production-page .auteur_place td{
    padding-top: 0;
}

.production-page .images{
    display: inline-block;
    text-align: center;
    margin-top: 6%;
}

.production-page .social-share-pp{
    text-align: left;
}

.production-page .social-share-pp .share, .production-page .social-share-pp .share-sociaux, .production-page .social-share-pp .print{
    display: block;
}

.production-page .social-share-pp .share-sociaux{
    display: none;
}

.production-page .image-pp{
    width: 100%;
    display: inline-block;
    /*margin-bottom: 0;*/
    margin-right: 1rem;
}

.production-page figure.image-pp:nth-child(2n) {
    margin-right: 0;
}

.production-page .image-pp figcaption{
    font-size: 0.9rem;
    padding: 0.2rem 0;
}