a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:0 0;
    font-size:100%;
    vertical-align:baseline;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
html { font-size: 14px; }
body {
    color: #666;
    background: #EEEEEE;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: normal;
    line-height: 1.7em;
}

:focus {
    outline:0
}
p {
    padding: 10px 0;
}
h1{
    font-size: 2rem;
    font-weight: bold;
    padding: 30px 0;
}
h2{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 25px 0 15px;
}
h3{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px 0 15px;
}

/***************************** HEADER *********************************/
.headerSite {
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    background: #FFFFFF;
}
.headerSite .logoHeader {
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.headerSite .logoHeader img {
    vertical-align: middle;
}
.headerSite .lienMenuMobile {
    display: none;
    padding: 15px;
    text-transform: uppercase;
    color: #333333;
}
.headerSite ul.menuHeader {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
.headerSite ul.menuHeader li {
    display: inline-block;
    padding: 10px;
    position: relative;
}
.headerSite ul.menuHeader li ul {
    display: block;
    position: absolute;
    left: 0;
    top: 43px;
    height: 0;
    width: auto;
    padding : 0 10px;
    overflow: hidden;
    border-top: 0px solid #e57600;
    background: #FFFFFF;
    box-shadow: 0 0 0 rgba(0,0,0,.1);
}
.headerSite ul.menuHeader li:hover ul {
    height: auto;
    padding : 10px;
    border-top-width: 2px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.headerSite ul.menuHeader li > a {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    white-space: nowrap;
}
.headerSite ul.menuHeader li > a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    white-space: nowrap;
}
.headerSite ul.menuHeader li:hover > a {
    color: #e57600;
}

/************************** FIN HEADER *********************************/

.containerBack {
    margin-top: 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    background: #FFFFFF;
}

.list-unstyled li {
    position: relative;
}

.list-unstyled li .fa-chevron-down {
    position: absolute;;
    top: 15px;
    right: 15px;
}

.list-unstyled li.open .fa-chevron-down {
    transform: rotate(180deg);
}

.list-unstyled li .blocFactures {
    display: none;
}
.list-unstyled li.open .blocFactures {
    display: block;
    padding: 0 20px 10px
}
.list-unstyled li.open .blocFactures table {
    background: #FFFFFF;
}
.list-unstyled li {
    background: #DDDDDD;
    color: #000000;
    margin-bottom: 3px;
}
.list-unstyled li:nth-child(2n) {
    background: #CCCCCC;
}
.list-unstyled li .blocLienVirement {
    color: #000000;
    padding: 10px;
    word-wrap: break-word;
}
.list-unstyled li .mobileOnly {
    display: none;
}
.formRecherche label {
    display: inline-block;
    padding-right: 5px;
}
.list-unstyled li td {
    font-size: 12px;
}
@media (max-width: 991px) {
    .list-unstyled li thead {
        display: none;
    }
    .list-unstyled li td {
        display: block;
    }
    .list-unstyled li tr {
        display: block;
        padding: 10px;
    }
    .list-unstyled li td {
        display: block;
        padding: 0;
        border: none;
    }
    .list-unstyled li .mobileOnly {
        display: inline;
    }
    .formRecherche label {
        display: block;
        padding-right: 0;
    }
    .formRecherche input {
        display: block;
        width: 100%;
    }
}
@media (max-width: 420px) {
    .headerSite .logoHeader {
        padding: 5px 0;
        font-size: 16px;
    }
    .headerSite ul.menuHeader li {
        padding: 5px;
    }
    .headerSite ul.menuHeader li > a {
        font-size: 12px;
    }
}