/* CSBE custom css */

#main section > header {
    margin-bottom: 30px;
}


h3 {
    margin: 1em 0 1em;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
    /*color: #484848;*/
    color: #000000;
    font-weight: 700;
}

.fluidMedia {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Format des listes de fichiers */
ul.csc-uploads img {padding-right:0; margin-right:.5em; }
ul.csc-uploads span {display: inline}
ul.csc-uploads span.csc-uploads-fileName, ul.csc-uploads span.csc-uploads-fileName a {
    text-decoration: none;
}
ul.csc-uploads span.csc-uploads-fileSize {
    font-size: .75em;
    color:#999999;
    margin-left: 10px;
}

ul.csc-uploads span.csc-uploads-description {
    display: block;
    width: 65%;
    line-height: 1em;
    font-size: .90em;
    color:#333333;
}

table.TableauCSBE {
    border-collapse: collapse;
}

table.TableauCSBE th {
    background-color:#666666;
    border-bottom: none;
    color: #f1efed;
    padding: 3px;
}

table.TableauCSBE tr {
    border-bottom: solid 1px #666666;
}
table.TableauCSBE td {
 padding: 5px;
}

table.TableauCSBE caption {
    font-style: italic;
}

/* Changements 2020/10  suivi de 2021/06 */

#header .piv .wrap-inner {
    background: none;
}

.box > section > .content .thumbnail {
    display: none;
}

.box > section > .content .wrap {
    margin: 0;
    width: 95%;
}
section.box {
    margin-top: 20px;
}
section.publications h1 {
    padding-top: 10px;
}

#footer a {
    text-decoration: none;
}
#footer {
    padding-bottom: 40px;
    line-height: 2em;
}