@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');



@font-face {
    font-family: 'Jaapokki Substract';
    src: url('../fonts/jaapokkisubtract-regular.woff') format('woff'),
         url('../fonts/jaapokkisubtract-regular.eot') format('eot'),
         url('../fonts/jaapokkisubtract-regular.svg') format('svg'),
         url('../fonts/jaapokkisubtract-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

html, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

html {
    background-color: #efefef;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #dddddd;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

h1 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
}

.containerHome h2, h3 {
    font-weight: 300;
    font-size: 26px;
    color: #fff;
    background: #686A73;
    padding: 10px;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}

header a, header a:hover {
    color: inherit;
}

header h1 {
    margin: 0;
    color: #262626;
    background-color: #fff;
}

dd {
    display: flex;
    flex-wrap: wrap;
    word-break: break-all;
}

/************* BODY ****************/
.wrap {
    width: 80%;
}

.wrap>h2 {
    font-style: normal;
    font-size: 20px;
}

.grey-bloc {
    background-color: #262626;
    padding: 15px 0;
    margin-bottom: 25px;
    width: 105%;
    position: relative;
    right: 2.5%;
}
/************* /BODY/ ****************/

/************* HEADER PERSONNALISABLE ****************/
#langage {
    position: absolute;
    top: 0;
    right: 0px;
    width: 75px;
    border: 0;
    z-index: 101;
}

#langage .select {
    border-color: #2a2a2a;
    background: #2a2a2a;
}

#user {
    position: absolute;
    z-index: 1001;
    right: 0;
    top: 35px;
    width: 75px;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#auth, #auth.connected {
    position: fixed;
    z-index: 1000;
    right: -100%;
    top: 70px;
    width: 15%;
    height: 210px;
    background: #262626;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#auth.open {
    right: 0;
}

#auth input[type=submit], #auth .btn-primary {
    border: none;
    background: #2a2a2a;
    color: #fff;
    padding: 10px 0;
    width: 100%;
}

#auth input[type=submit]:hover, #auth .btn-primary:hover {
    background: #454545;
}

#auth input[type=text], #auth input[type=password] {
    border: 1px solid #454545;
    background: transparent;
    color: #fff;
    width: 90%;
    margin: 10px auto;
    display: block;
    line-height: 2;
    padding: 10px 25px;
}

#auth .btn-default {
    padding: 10px 10px 10px 50px;
    width: 100%;
    text-align: left;
}

/************* /HEADER PERSONNALISABLE/ ****************/

/************* MENU PRINCIPAL ****************/

.dropdown-menu>li>a {
    color: #bcbcbc;
    font-size: 1.5rem;
    padding: 10px
}

.dropdown-menu>li>a.sub-menu {
    padding-left: 1.2em;
    text-transform: capitalize;
    font-weight: lighter;
}

.dropdown-menu>li>a:hover {
    color: #FFF;
    padding-left: 20px;
    padding-right: 0;
}

.dropdown-menu .divider {
    background-color: white !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu {
    position: relative;
}

.separator li {
    color: #FFF;
}

.shadow-mosaique {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, .25);
    height: 265px;
}

#conteneurprincipal {
    background-color: #FFF;
    margin-bottom: 20px;
}

#conteneuractionbar {
    width: 65%;
    background: none !important;
    margin-bottom: 30px;
}

.billet {
    height: 200px !important;
}

.declencheur-recherche {
    visibility: hidden;
}

.containerHome {
    background-color: white;
}

.leftHome {
    width: 60%;
    padding: 1em;
}

.rubLeftHome fieldset {
    background: #fbfbf9;
    border: 0;
    padding: 0.5em;
}

.rubLeftHome legend {
    display: none;
}

.rubLeftHome2 {
    background: #fbfbf9;
    padding: 0.5em;
    height: 170px;
}

.rightHome {
    float: right;
    width: 35%;
    padding: 0.5em;
}

/************* /MENU PRINCIPAL/ ****************/
.count {
    padding: 6px 6px;
    border: 2px solid #636363;
    border-radius: 2.5px;
    margin-right: 4px;
}

.count input[type="text"] {
    width: 50%;
}

.form-group {
    margin-right: 0;
    margin-left: 0;
}

nav {
    width: 80%;
    margin: auto;
}

nav .nav a:hover, nav .nav a:focus {
    background-color: transparent;
    border: none;
}

nav .nav .dropdown>a[aria-expanded="true"], nav .nav .dropdown>a[aria-expanded="true"]:hover, nav .nav .dropdown>a[aria-expanded="true"]:focus,
    nav .nav .dropdown>a.nav-item[aria-expanded="true"], nav .nav .dropdown>a.nav-item[aria-expanded="true"]:hover, nav .nav .dropdown>a.nav-item[aria-expanded="true"]:focus
    {
    color: #fff;
    background-color: #2a2a2a;
    border: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .25) inset;
}

nav .dropdown-menu a:hover {
    padding-left: 20px;
    padding-right: 0px;
}

nav .dropdown-menu ul>li>a {
    font-size: 14px;
    line-height: 2.5;
    margin-left: 15px;
}

nav .dropdown-menu .transition {
    color: #FFF;
}

nav input[type=text] {
    width: 100%;
}

.navbar {
    min-height: 50px !important;
}

.navbar form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 7px;
}

.navbar-nav>li>a {
    padding-top: 13px !important;
    padding-bottom: 5px !important;
}

.navbar-nav>li {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
}

.navbar-nav .dropdown-menu {
    background-color: #262626;
}

.navbar-default .navbar-form {
    margin: 0;
}

.navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-form {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-right {
    margin-top: 0px;
    margin-bottom: 0px;
}

.dl-horizontal dt {
    width: 40%;
}
.dl-horizontal dd {
    margin-left: 50%;
}

select.select {
    background-color: #262626;
    background-image: none;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    clip: rect(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

select.select:focus {
    border: 1px solid #fff;
    color: #fff;
}

select.select.white {
    background-color: #fff;
    border: 1px solid #262626;
    color: #262626;
}

select.select.white:focus {
    border: 1px solid #262626;
    color: #262626;
}

label.labelSelect {
    position: relative;
    width: 25%;
    font-weight: normal;
}

label.labelSelect:after {
    content: '›';
    font: 30px monospace;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
    top: -2.5px;
    position: absolute;
    pointer-events: none;
}

label.labelSelect.white:after {
    color: #262626;
}

.checkbox {
    margin: 0;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: 0;
}

.radio label, .checkbox label {
    padding-left: 0px;
}

.checkbox input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:not(:checked),
.radio input[type="radio"]:checked,
.radio input[type="radio"]:not(:checked),
.check-all input[type="checkbox"]:checked,
.check-all input[type="checkbox"]:not(:checked) {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    visibility: hidden;
}

.checkbox input[type="checkbox"]+label, .radio input[type="radio"]+label,
.check-all input[type="checkbox"]+label {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    position: relative;
    cursor: pointer;
    font-weight: normal;
}

.checkbox input[type="checkbox"]+label:before, .radio input[type="radio"]+label:before,
.check-all input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 60%;
    margin-top: -.9rem;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #fff;
    border: 2px solid #454545;
    border-radius: 2px;
}

.radio input[type="radio"]+label:before {
    border-radius: 50%;
}

.checkbox.white input[type="checkbox"]+label:before, .radio.white input[type="radio"]+label:before {
    background-color: #262626;
    border: 2px solid #fff;
}

.checkbox input[type='checkbox']:focus+label:before, .radio input[type='radio']:focus+label:before,
.check-all input[type="checkbox"]:focus+label:before {
    border: 2px solid #454545;
}

.checkbox.white input[type='checkbox']:focus+label:before, .radio.white input[type='radio']:focus+label:before,
.check-all input[type="checkbox"]+label {
    border: 2px solid #fff;
}

input+label:after {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

input[type=text] {
    border: 1px solid #262626;
    padding: 6px 12px;
}

.checkbox input[type="checkbox"]+label:after,
.check-all input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    left: .5rem;
    top: 70%;
    margin-top: -.4rem;
    width: 1rem;
    height: .4rem;
    border-style: solid;
    border-color: #454545;
    border-width: 0 0 2px 3px;
    border-width: 0 0 .2rem .3rem;
}

.checkbox.white input[type="checkbox"]+label:after {
    border-color: #fff;
}

.checkbox input[type="checkbox"]+label:after,
.check-all input[type="checkbox"]+label:after {
    -webkit-transform: rotateZ(-40deg) scale(0);
    -moz-transform: rotate(-40deg) scale(0);
    -o-transform: rotate(-40deg) scale(0);
    transform: rotate(-40deg) scale(0);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.checkbox input[type="checkbox"]:checked+label:after,
.check-all input[type="checkbox"]:checked+label:after {
    -webkit-transform: rotateZ(-40deg) scale(1);
    -moz-transform: rotate(-40deg) scale(1);
    -o-transform: rotate(-40deg) scale(1);
    transform: rotate(-40deg) scale(1);
}

.radio input[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: .4rem;
    top: 60%;
    margin-top: -.5rem;
    width: .8rem;
    height: .8rem;
    background-color: #454545;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.radio input[type="radio"]:checked+label:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.btn-lg {
    padding: 10px 30px;
    margin-right: 25px;
}

.btn-sm {
    padding: 5px 25px;
    background-color: #454545;
}

.btn-sm:hover {
    background-color: #2a2a2a;
}

.btn-sm:active {
    background: #2a2a2a;
}

.btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #262626;
    border: none;
}

.btn-retour {
    margin: 10px 0;
    width: 100%;
}

.btn-retour:hover, .btn-retour:focus, .btn-retour:active {
    color: #262626;
}

.btn-retour span {
    position: relative;
    top: -3px;
}

.btn-retour i {
    font-size: 25px;
    margin-right: 25px;
}

.btn-retour:hover i {
    margin-left: -20px;
}

.btn-submit {
    width: 35%;
    position: relative;
    bottom: -22px;
}

.resultats .btn-plus {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-facette {
    background-color: #fff;
    color: #c9c9c9;
    height: 50px;
    width: 50px;
    font-size: 28px;
    line-height: 1;
}

.btn-facette:hover, .btn-facette:active, .btn-facette:focus, .btn-facette[aria-expanded="true"] {
    background-color: #fff;
    color: #262626;
}

.btn-notice .btn-sm.first {
    margin-right: 25px;
}

.btn-notice .btn-sm:hover {
    background-color: #2a2a2a;
}

.btn-plus {
    position: absolute;
    right: 0;
    z-index: 3;
}

.btn-plus.white {
    background: url('../icons/css/portal/plus-white.svg') no-repeat;
    right: -1px;
    bottom: -1px;
}

.btn-plus:hover, .btn-plus:focus {
    /*background-color: white;*/
}

.btn-zoom {
    background: transparent url('../../icons/css/portal/zoom.svg') no-repeat 100% 100%;
    background-size: 100%;
    position: absolute;
    right: -1px;
    top: -60px;
    z-index: 51;
    width: 80px;
    height: 80px;
    text-indent: -99999px;
}

.btn-zoom:hover, .btn-zoom:focus {
    background-color: transparent;
}

.btn-thdef {
    background: #262626;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 10px;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 20%;
    right: 0;
}

/************* BREADCRUMB ****************/
.breadcrumb {
    margin-top: -30px;
    max-height: 15px;
}

.breadcrumb li {
    margin-left: 15px;
}

.breadcrumb a, .breadcrumb .active {
    color: #262626;
}

.breadcrumb a:hover {
    color: #454545;
}

/************* /BREADCRUMB/ ****************/

/************* FOOTER ****************/
footer {
    background-color: #262626;
}

footer a {
    color: #fff;
    padding: 25px;
    display: block;
}

footer .row {
    padding: 0;
}
/************* /FOOTER/ ****************/

/************* ARTICLES ****************/
article {
    background-color: #fff;
    padding: 45px;
    position: relative;
}

article a {
    color: #262626;
}

article a:hover, article a:focus {
    color: #262626 !important;
}

article p {
    padding-top: 15px;
}

article.billet, article.actualite {
    height: 275px;
    text-overflow: ellipsis;
}

article.billet p {
    width: 90%;
}

article.focus, article.notice, article.bloc {
    padding: 0;
}

article.bloc {
    margin-bottom: 100px;
    margin-top: 75px;
}

article.bloc>h2 {
    margin: 0;
}
/************* /ARTICLES/ ****************/

/************* FACETTES ****************/
#facette {
    padding-left: 0;
    margin: 20px -15px 0 10px;
}

#facette article {
    background-color: #fff;
    padding: 0 0 25px 0;
}

#facette article>h3 {
    padding-top: 35px;
}

#facette article>p {
    margin: 30px 0 50px 0;
}

#facette a, #facette a:hover {
    color: #262626;
    margin-bottom: 40px;
    display: block;
}

#facette a[aria-expanded="true"] {
    margin-bottom: 20px;
}

#facette a>span {
    color: #000;
    float: right;
    font-size: 25px;
}

#facette a[aria-expanded="true"]>span i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/************* /FACETTES/ ****************/

/************* RESULTATS ****************/
.resultats article {
    padding: 0;
    margin-bottom: 2px;
    max-height: 230px;
    background: #ffffff;
    display: inline-table;
    width: inherit;
}

.resultats article .select-resultat {
    position: absolute;
    top: 4px;
    right: 5px;
}

.resultats h2 {
    padding: 0 0 5px 20px;
    margin-top: 5px;
    font-style: normal;
    font-size: 1.5rem;
}

.resultats .img-resultat {
    padding-bottom: 20px;
    float: right;
    padding-right: 20px;
}

.resultats .btn-plus {
    right: -1px;
}

.resultats .resume h2,
.record-index,
.checkbox.select-resultat {
    padding: 5px 30px 5px 15px;
}

.resultats .resume p {
    padding: 0 0 5px 50px;
    margin-right: 10%;
    width: 60%;
    display: inline-block;
}

.resultats .resume p.open {
    margin-right: 5%;
}

.resultats .resume .img-resultat {
    margin-top: -20px;
}

.resultats .resume .img-resultat.open {
    margin-top: -150px;
}

.shadow img {
    vertical-align: top;
}

/************* /RESULTATS/ ****************/

/************* CHAMP DE RECHERCHE ****************/
.search {
    position: relative;
    top: -50px;
    width: 25%;
}

.search .input-group {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, .25) inset;
    background-color: #262626;
    width: 100%;
}

.search .input-group input[type=search] {
    background-color: #262626;
    color: #454545;
    border: none;
    margin: 10px;
    height: 40px;
    width: 80%;
    font-size: 18px;
}

.search .input-group input[type=submit] {
    font-size: 35px;
    line-height: 1;
    color: #454545;
    width: calc(20% - 25px);
}

.search .input-group input[type=submit]:hover {
    background-color: transparent;
}

.search .input-group input[type=search]:focus {
    box-shadow: none;
    cursor: text;
    color: #d9d9d9;
}

.search .input-group input[type=search]:focus+input[type=submit] {
    color: #d9d9d9;
}

.search .input-group input[type=search]:focus+input[type=submit]:hover {
    font-size: 37px;
}
/************* /CHAMP DE RECHERCHE/ ****************/

/************* SWITCH RECHERCHE ****************/
.switch {
    padding: 50px 0 10px 0;
    position: relative;
    bottom: 190px;
    font-size: 16px;
}

.switch p {
    color: #262626;
    display: inline-block;
    margin: 0 10px;
}

.switch a {
    color: #262626;
    font-size: 16px;
    margin-top: 15px;
}

.switch-i {
    width: 40px;
    height: 25px;
    background: #262626;
    margin: auto;
    border-radius: 20px;
    position: relative;
    display: inline-block;
}

.switch-i label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 10%;
    left: 2px;
    background: #fff;
}

.switch-i input[type=checkbox] {
    visibility: hidden;
}

.switch-i input[type=checkbox]:checked+label {
    left: 18px;
}
/************* /SWITCH RECHERCHE/ ****************/

/************* RECHERCHE SIMPLE ****************/
.recherche.bloc>h2 {
    padding: 160px 0 0 0;
}

.recherche form {
    margin-top: -60px;
}

.recherche .inventaire {
    width: 40%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.recherche .inventaire input[type=text] {
    width: 85%;
    font-size: 14px;
}

.recherche .inventaire a {
    color: #636363;
    font-size: 25px;
    padding-left: 30px;
    line-height: 2;
    clear: both;
}

.recherche .options>.radio-group {
    padding: 0 0 0 26%;
}

.recherche .options>.options-group {
    padding: 0 26% 0 0;
}

.recherche .options>.options-group a {
    color: #636363;
    font-size: 25px;
}

.filtrer {
    margin-bottom: 50px;
    padding: 25px 0 25px 25%;
}

.filtrer h2 {
    font-style: normal;
    color: #fff;
    margin: 30px 0;
}

.filtrer>.row {
    background-color: #262626;
    color: #fff;
    margin: 0;
}

.filtrer .lead {
    font-size: 16px;
    padding: 0;
}

.filtrer select {
    margin-bottom: 20px;
}
/************* /RECHERCHE SIMPLE/ ****************/

/************* SLIDERS IMAGE ****************/
.carousel {
    padding: 0;
    height: 350px;
    margin-bottom: 30px;
}

.carousel .carousel-inner {
    height: 100%;

}

.carousel .carousel-inner .item {
    height: 100%;
}

.carousel .carousel-inner .item img {
    max-width: 100%;
    height: 90%;
    float: right;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-caption {
    left: 10%;
    right: 40%;
    top: 30%;
    bottom: 20%;
    padding-bottom: 30px;
    color: #fff;
}

.carousel-caption h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}

.carousel-caption p {
    height: 100%;
}

.carousel h2 {
    position: relative;
    background-color: #262626;
    color: #fff;
    padding: 20.5px 20px;
    z-index: 50;
    margin: 0;
    width: 66.6666666667%;
}

.carousel .carousel-control {
    background-image: none;
    background-color: #262626;
    width: 35px;
    height: 75px;
    top: 42%;
}

.carousel .carousel-control>span {
    font-size: 35px;
    line-height: 75px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.agrandissement .modal-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.agrandissement {
    background-color: white;
}

.item:active {
    position: relative;
}

.full-img {
    width: 100%;
}
.controllers {
    position: absolute;
    top: 0px;
}

.defilant {
    padding: 0;
    margin: 20px 0
}

/************* /SLIDERS IMAGE/ ****************/

/************* PAGINATION ****************/
.pagination {
    position: fixed;
    bottom: 0;
    margin: auto;
    background-color: white;
}

.pagination ul.pager {
    margin: 10px auto;
}

.pagination input[type=text] {
    width: 30px;
    height: 40px;
    padding: 5px 5px;
}

.pagerPagination-input {
    width: 30px;
    height: 26px;
    padding: 1px 1px 1px 1px;
    line-height: 2;
    background-color: #262626;
}

.pagination ul.pager>li>a, .pagination ul.pager>li>a:hover {
    background-color: transparent;
    color: #262626;
    padding: 0;
}

.pagination ul.pager>li>a[aria-label="First"], .pagination ul.pager>li>a[aria-label="Last"] {
    background-color: #5c5c5c;
    color: #fff;
    padding: 5px 10px;
    font-size: 25px;
}

.pagination ul.pager>li>a[aria-label="Previous"], .pagination ul.pager>li>a[aria-label="Next"] {
    background-color: #262626;
    color: #fff;
    padding: 0px 10px;
    font-size: 25px;
    margin: 0 10px;
}

.pagination ul.pager>li>a[aria-label="First"]:hover, .pagination ul.pager>li>a[aria-label="Last"]:hover {
    background-color: #262626;
}

.pagination ul.pager>li>a[aria-label="Previous"]:hover, .pagination ul.pager>li>a[aria-label="Next"]:hover {
    background-color: #000;
}
/************* /PAGINATION/ ****************/

/************* BARRE D'ACTION ****************/
.action-bar {
    margin: 50px -15px 25px -15px;
    margin: auto;
}

.action-bar .labelSelect {
    margin: 10px 0;
    width: 100%;
}

.action-bar p {
    font-size: 16px;
    margin: 14px 0;
    line-height: 2;
}

.action-bar .icon-list ul {
    font-size: 25px;
    line-height: 2;
    margin-bottom: 0;
}

.action-bar .icon-list ul li {
    padding: 0;
}

.action-bar-grey {
    background-color: #262626;
    color: #fff;
    margin: 0 0 50px 0;
    margin: 0 auto;
    width: 95%;
}

.action-bar-grey .labelSelect {
    width: 40%;
}

.action-bar-grey .labelSelect .select {
    width: 100%;
}

.action-bar-grey .labelSelect:first-of-type {
    margin-right: 10%;
}

.action-bar-grey .icon-list ul li {
    width: 17%;
}

.action-bar-notice .icon-list ul li {
    width: 30%;
}

.action-bar-notice .icon-list ul li a {
    color: #262626;
    display: block;
}

.action-bar-notice .icon-list ul li a i {
    line-height: 2.5;
}

.action-bar-notice .btn-default {
    width: 100%;
}
/************* /BARRE D'ACTION/ ****************/

/************* NOTICE ****************/
.notice label.labelSelect:after {
    right: -100px;
}

.notice select.select {
    padding-right: 50px;
}

.notice .radio-group {
    margin: 25px 50px;
}

.notice .radio-group .radio:first-of-type {
    margin-right: 50px;
}

.notice .categorie {
    margin: 25px 0 15px 0;
    width: 75%;
}

.notice .categorie h2 {
    color: #fff;
    background-color: #262626;
    padding: 15px 25px;
    font-style: normal;
}

.notice .categorie dl {
    margin: 15px 0;
}

.notice .notice-img {
    z-index: 50;
    margin-top: 25px;
}

.notice .grey-bloc h3 {
    font-style: normal;
    font-size: 14px;
    color: #fff;
    margin: 15px 0;
}

.notice .grey-bloc a {
    font-style: normal;
    color: #fff;
    display: block;
}

.notice .informations {
    padding: 10px 0 25px 0;
}


.notice-img.col-sm-6, .descriptions.col-sm-6 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
/************* /NOTICE/ ****************/

/************* ESPACE PERSO ****************/
#logoPerso {
    position: absolute;
    top: 35px;
    right: 0;
    width: 75px;
    background: #dddddd;
    text-align: center;
    cursor: pointer;
    z-index: 60;
    transition: all 0.5s ease-in-out;
}

#logoPerso.ouvert {
    transform: rotate(-30deg);
}

#espacePerso {
    position: absolute;
    height: 50%;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
    background: white;
    z-index: 55;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#espacePerso form {
    width: 70%;
}

#espacePerso.deroule {
    transform: translateX(0);
}
/************* /ESPACE PERSO/ ****************/

/* Vue notice */
.TabViewMuseeSelectedCenter {
    font-weight: bold;
    font-size: 12px;
    background-color: #FFAB4C;
    color: #645b64;
    text-align: center;
    padding-left: 5px;
    border-bottom: solid #FFFFFF;
}

.TabViewMuseeSelectedleft {
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    height: 15px;
    width: 10px;
    min-width: 10px;
    padding: 5px;
    background-color: #FFAB4C;
    border-bottom: solid #FFFFFF;
}

.TabViewMuseeSelectedright {
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    height: 15px;
    width: 10px;
    min-width: 10px;
    padding: 5px;
    background-color: #FFAB4C;
    border-bottom: solid #FFFFFF;
}

.TabViewMuseeSelectedLink, .TabViewMuseeSelectedCenter a:hover, .TabViewMuseeSelectedCenter a:link,
    .TabViewMuseeSelectedCenter a:visited, .TabViewMuseeSelectedLink:hover, .TabViewMuseeSelectedLink:visited,
    .TabViewMuseeSelectedLink:link {
    color: #645b64;
}

.TabViewMuseeNotSelectedLink, .TabViewMuseeNotSelectedCenter a:hover, .TabViewMuseeNotSelectedCenter a:link,
    .TabViewMuseeNotSelectedCenter a:visited, .TabViewMuseeNotSelectedLink:hover, .TabViewMuseeNotSelectedLink:visited,
    .TabViewMuseeNotSelectedLink:link {
    color: #645b64;
}

.TabViewMuseeNotSelectedCenter {
    color: #645b64;
    font-weight: bold;
    font-size: 12px;;
    background-color: #ebebeb;
    text-align: center;
    padding-left: 5px;
    border-bottom: solid #FFFFFF;
}

.TabViewMuseeNotSelectedLeft {
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    height: 15px;
    width: 10px;
    min-width: 10px;
    padding: 5px;
    background-color: #ebebeb;
    border-bottom: solid #FFFFFF;
}

.TabViewMuseeNotSelectedright {
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    height: 15px;
    width: 10px;
    min-width: 10px;
    padding: 5px;
    background-color: #ebebeb;
    border-bottom: solid #FFFFFF;
}

.TabViewMuseeNotSelectedText {
    color: #ffffff;
}

.TabViewSelectedLink, .TabViewSelectedCenter a:hover, .TabViewSelectedCenter a:link, .TabViewSelectedCenter a:visited,
    .TabViewSelectedLink:hover, .TabViewSelectedLink:visited, .TabViewSelectedLink:link {
    color: #ffffff !important;
}

.TabViewSelectedCenter {
    color: #ffffff;
    font-size: 15px;
    background-color: #FFAB4C;
    text-decoration: none !important;
    border-radius: 4px;
    padding: 5px 15px;
}

.TabViewNotSelectedCenter {
    color: #ffffff;
    font-size: 15px;
    background-color: #99999a;
    text-align: center;
    border-radius: 4px;
    padding: 5px 15px;
}

.TabViewNotSelectedText {
    color: #ffffff;
}

.TabViewNotSelectedCenter a:link, .TabViewNotSelectedCenter a:visited, .TabView2NotSelectedCenter a:link,
    .TabView2NotSelectedCenter a:visited, .TabViewNotSelectedCenter a:hover, .TabView2NotSelectedCenter a:hover {
    color: #ffffff;
}

.TabViewSpace {
    width: 4px;
}

/* Boutons standards */
.CommandButton, .CommandLikeButton {
    background-color: #FFAB4C;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 0px;
    padding: 10px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 5px;
}

.CommandButton:hover, .CommandLikeButton:hover {
    opacity: 0.8;
}

.CommandLikeButton {
    padding: 0.5em;
}

.CommandButton:visited, .CommandButton:link, .CommandLikeButton:visited, .CommandLikeButton:link {
    color: white;
}

.ContainerButton {
    text-align: center;
    padding: 10px;
}

.Step, .StepNone, .StepGestion {
    font-size: 0.9em;
    margin: 0 0 10px 0px;
    padding: 1px 0 10px 0px;
}

.StepNone {
    background: white;
}

.StepNoneNoPad {
    font-size: 0.9em;
    margin: 0 0 10px 0px;
}

.StepNoneNoPadNoDisplay {
    background: white;
    font-size: 0.9em;
    margin: 0 0 10px 130px;
    display: none;
}

.Step h2, .StepNone h2, .StepNoneNoPad h2 {
    margin-bottom: 5px;
}

.partnerListe {
    background-color: white;
}

.partnerListe .rubRightHome {
    padding: 10px;
}

.partnerListe .rubRightHome td>a {
    color: #00ae8d;
}

.partnerListe .rubRightHome h4>a {
    color: #00ae8d;
    font-weight: bold;
}

th.TitleBarInput {
    background: #ebebeb;
    font-size: 1em;
    padding-left: 5px;
    padding: 0.3em;
    margin: 0;
}

th.view-field-label2 {
    text-align: left; /* RTL */
    font-size: 0.9em;
    padding: 2px;
    border: 0;
    color: #828282;
    padding-left: 10px;
    border-left: 0;
}

th.TitleBarIdent {
    text-align: center;
    background-color: #ffffff;
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    padding: 5px 15px;
}

td {
    word-break: break-word;
}

td a {
    color: #828282;
}

.ToolBar {
    display: inline;
    margin-top: 3px;
}

.ToolBarBody {
    color: #000000;
    font-size: 0.9em;
    height: 30px;
}

.ToolBarBody img {
    margin: 0;
    padding: 1px;
    vertical-align: middle;
    margin-right: 8px;
}

.TableBorder td {
    padding: 3px;
}


.formSearch td, .formSearch th {
    font-size: 0.9em;
    height: 60px;
}

.lirelasuite {
    padding-right: 10px;
}

.Ident>a:link, .Ident>a:hover, .Ident>a:visited {
    text-decoration: underline;
    color: #00ae8d;
}

.input-field-value {
    padding: 3px;
}

h1 p.header-label {
    position: absolute;
    width: 100%;
    line-height: 200px; /* centrage vertical */
    text-align: center; /* centrage horizontal */
    color: #616161;
    font-size: 3em;
}

#h1Tools {
    margin-left: 90px;
    padding-top: 50px;
}

/*Recherche simple*/
.BgRub {
    padding-bottom: 10px;
    width: 90%;
}

#BgRubSearchSimple {
    background-color: #ffffff;
    color: #000000;
    margin-left: 5%;
}

#BgRubSearchAdvanced {
    background-color: #ffffff;
    color: #000000;
    margin-left: 5%;
}

#BgRubSearchAdvancedGestion {
    background-color: #ffffff;
    color: #000000;
    margin-left: 5%;
}

#BgRubSearchIntegral {
    background-color: #ffffff;
    color: #000000;
    margin-left: 5%;
}

#BgRubSearchFederated {
    background-color: #ffffff;
    color: #000000;
}

#BgRubInput {
    margin-top: 0;
    background-color: #ffffff;
    color: #000000;
    width: auto !important;
    width: 100%;
}

#BgRubAdd {
    background-color: #ffffff;
    color: #000000;
    width: 90%;
}

#BgRubInputStandard {
    margin-top: 0;
    background-color: #ffffff;
    color: #000000;
    width: auto !important;
    width: 100%;
}

#BgRubAddStandard {
    background-color: #ffffff;
    color: #000000;
}

#BgRubBasket {
    background-color: #ffffff;
    color: #000000;
}

#BgRubPublish {
    background-color: #ffffff;
    color: #000000;
}

#BgRubPrint {
    background-color: #ffffff;
    color: #000000;
}

#BgRubRichEditor {
    background-color: #ffffff;
    color: #000000;
}

#BgRubBasketFull {
    background-color: #ffffff;
    color: #000000;
}

#BgRubSearchZ3950 {
    background-color: #ffffff;
    color: #000000;
}

#BgRubAdd, #BgRubInput {
    margin-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 5%;
    width: 90%;
}

#BgRubAddStandard, #BgRubInputStandard {
    margin-left: 5%;
    padding: 0px;
}

.col-xs-8.col-sm-6.form-inline {
    display: flex;
}

.question{
    font-size: 0.8em;
    display:inline;
    color: #fff;
}

.QuestionEm {
    color: #5d6568;
    font-weight: normal;
    font-size: 0.8em;
    display:inline;
}

.flora-mask {
    width: inherit;
    height: inherit;
    position: absolute;
    overflow: hidden;
    text-align: center;
    border-radius: inherit;
    z-index: 1;
}

.flora-mask-loading {
    font-size: 140px !important;
    top: calc(44%);
    position: relative;
}

/************* THESAURUS ****************/
/* FLO-94 */
div.thes_container div#thesaurus_tree {
    /* border: 1px solid black; */
    width: 34%;
    float: left;
    white-space: nowrap;
    /*max-height: 600px;*/
    min-height: 570px;
    margin-left: 15px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

div.thes_container div#thesaurus_view {
    /* border: 1px solid black; */
    margin-left: 34%;
    min-height: 600px;
}

div.thes_container div#thesaurus_foot {
    clear: left;
}

div.thes_container .treeview-dir#ROOT {
    overflow: auto;
    padding-bottom: 20px;
}

div.thes_container iframe[name=win_download] {
    display: none;
}

div.thes_container div#thesaurus_tree .treeview-item-selected {
    font-weight: bold;
}

div.thes_container div#thesaurus_tree .treeview-item-over {
    font-weight: bold;
    cursor: pointer;
    /* background-color: #2a2a2a; */
    /* color: #dddddd; */
}

div.thes_container div#thesaurus_tree .thesaurusReload {
    float: right;
    padding-top: 15px;
    padding-right: 15px;
}

div.thes_container div#thesaurus_tree div#thesaurusContainer {
    padding-top: 15px;
}

div.thes_container div#thesaurus_tree div#ToolBarTree {
    padding-top: 15px;
}

div.thes_container div#thesaurus_view .empty-view {
    padding: 50px;
    text-align: center;
    background-color: white;
    margin-left: 30px;
    margin-right: 15px;
    min-height: 570px;
}

div.thes_container div#thesaurus_view .btn-notice {
    position: static;
}

div.thes_container div#thesaurus_view div.ToolBarContainer {
    display: none;
}

#thesaurus_tree [name=frmSearchConcept] {
    padding: 100px;
}

#thesaurus_view div#searchConcept, #thesaurus_view div#divResultContainer {
    margin: 0px 25px 10px 25px;
    background-color: white;
    border-radius: 0px;
    padding: 25px 25px 25px 25px;
}

#thesaurus_view div#divResultContainer #divResult a {
    color: black;
}

#thesaurus_view div#divResultContainer #divResult a:hover {
    font-weight: bold;
}

#thesaurus_tree #btnChoseExportType {
    display: none;
}

#thesaurus_view div.row {
    margin-left: 0px;
}

#thesaurus_view div.row:after, #thesaurus_view div.row:before {
    display: none;
}

#thesaurus_view article.bloc>h2 {
    padding-top: 0;
}

/************* /THESAURUS/ ****************/

/************* DIAPORAMA DCM ****************/
#toolBarLeft {
    width: 360px;
    background-image: url('../icons/css/flora2/dcm/toolbar/bg_toolbar_left.gif');
    background-repeat: repeat-x;
    height: 28px;
}

#toolBarLeft2 {
    width: 300px;
}

/************* /DIAPORAMA DCM/ ****************/

/************* ANIMATIONS ****************/
.transition {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.slideDown {
    -webkit-animation: slide 1s ease;
    -ms-animation: slide 1s ease;
    animation: slide 1s ease;
}

@-webkit-keyframes slide {
    0% {
    height: 0px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    }
    100% {
        height: 180px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide {
    0% {
        height: 0px;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        height: 180px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/************* /ANIMATIONS/ ****************/


.ebook-thumb-container  {
	display: flex;
    width: 100%;
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ebook-thumb-container [target=imgframe] {
    margin-right: 10px;
    border: 1px solid #0c0c0c;
}

/************* /INHA/ ****************/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #Step2 > div > div[style] {
    display: block !important;
  }
  .labelSelect.white:after,
  label.white.labelSelect::after {
    display: none;
  }
  .checkbox table tr {
    display: block !important;
  }
}

/************* /YOUTRACK/ ****************/

.navbar-default .navbar-toggle .icon-bar {
  background-color: black !important;
}
em {
    color: #F88020;
    text-transform: uppercase;
    font-style: normal;
}
.viewSuivi {
        font-size: 10px;
        display: inline;
        margin-left: 2em;
 }

.col-xs-12.col-sm-12.col-md-12.resume h2.text-right {
   padding-right: 5em;
 }

 .fa-angle-right, .fa-angle-left {
   color: black !important;
 }

 .item.active {
   position: relative;
 }
.notice-img.col-sm-6 .carousel-inner {
  overflow: visible;
}
.itemtext {
  position: absolute;
  bottom: -30px;
  width:100%;
  text-align:center;
}

.col-xs-12.col-sm-6.col-md-4.col-lg-3.mosaique.left {
  height: 400px;
}

.flora-margin-left {
    margin-left : 8px;
}




/* Hide the browser's default checkbox */
.check-all input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #454545;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.check-all:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-all input:checked ~ .checkmark {
    background-color: #FFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-all input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-all .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-all {
  position: relative;
  min-height: 26px !important;
  margin-bottom: 4px;
}

.check-all label {
  position: absolute;
  right: 85px;
}
