/************* BODY ****************/
body {
    background: #ffffff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.wrap {
    width: 50%;
}

.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/ ****************/

/************* GENERAL CLASS ****************/
.shadow {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: lighter;
    /*font-style: italic;*/
    font-size: 18px;
}

.count {
    padding: 4px 8px;
    border: 2px solid #636363;
    border-radius: 2px;
    margin-right: 4px;
}

.dl-horizontal dt {
    width: 40%;
}

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

#conteneurprincipal {
    flex: 1;
}

.bloc-notice-infos span a[target=_blank] {
    text-decoration: underline;
    color: blue;
}

/************* /GENERAL CLASS/ ****************/

label {
    font-weight: unset;
}

.ui-dropdownchecklist-item input {
    vertical-align: unset !important;
}

.ui-dropdownchecklist-text {
    margin: 3px;
}

#rechercheAv th {
    width: 40% !important;
}

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

.navbar-header .logo {
    display: block;
    background-image: url('img/logo.png');
    background-repeat: no-repeat;
    height: 60px;
    width: 200px;
    background-position: center;
    background-size: contain;
    margin-top: 10px;
}

.image img[src="/img/empty.png"] {
    display: block;
    background-image: url('img/default.jpg') !important;
    background-repeat: no-repeat;
    min-height: 100%;
    min-width: 100%;
    background-position: center;
    background-size: contain;
    margin: auto;
}

.container-result-mosaic .recherche-resultat-item {
    text-align: center;
}

.groupe {
    display: none;
}

.img-responsive {
    max-height: 270px;
    margin: 0 auto;
}

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

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

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

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

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

/*btn-retour*/
.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 {
    margin-left: -15px;
    font-size: 25px;
    margin-right: 25px;
}

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

/*btn-plus*/
.btn-plus {
    background: transparent url('img/plus.png') no-repeat 100% 100%;
    background-size: 100%;
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 3;
    width: 80px;
    height: 80px;
    text-indent: -99999px;
}

.btn-plus.white {
    background: url('img/plus-white.png') no-repeat;
    right: -1px;
    bottom: -1px;
}

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

/*btn-facette*/
.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-notice {
    width: 45%;
    position: relative;
    top: -140px;
}

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

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

/*btn-zoom*/
.btn-zoom {
    background: transparent url('img/zoom.png') 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;
}

/************* /BOUTONS/ ****************/

/************* /FORMULAIRES/ ****************/
input[type=text], input[type=password] {
    border: 1px solid #262626;
    width: 100%;
    line-height: 2;
    padding: 10px 5px;
}

/*selects*/
select.select {
    background-color: #262626;
    background-image: none;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-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 et radio*/
.checkbox {
    margin: 0;
}

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

.checkbox input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:not(:checked),
.radio input[type="radio"]:checked,
.radio input[type="radio"]:not(:checked) {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.checkbox input[type="checkbox"] + label:before,
.radio input[type="radio"] + 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 {
    border: 2px solid #454545;
}

.checkbox.white input[type='checkbox']:focus + label:before,
.radio.white input[type='radio']:focus + label:before {
    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;
}

.checkbox 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 .2rem .3rem;
}

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

.checkbox 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 {
    -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);
}

/************* /FORMULAIRES/ ****************/

/************* HEADER PERSONNALISABLE ****************/
header h1 {
    margin: 0;
}

header a {
    color: inherit;
}

header a:hover {
    text-decoration: none;
}

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

/************* MENU PRINCIPAL ****************/
nav .nav {
    text-transform: uppercase;
}

.navbar {
    /*background-color: #262626;*/
    background-color: white;
    border: none;
    border-radius: 0;
    /*width: 80%;*/
    /*margin: -30px auto 15px auto;*/
}

nav .nav > a,
nav .nav .dropdown > a {
    font-size: 16px;
    /*  width: 25%;*/
    /*  float: left;*/
    /*padding: 35px 0;*/
    border: none;
    /*box-shadow: 0 7px 7px -9px rgba(0,0,0,.25);*/
}

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 {
    color: #fff;
    background-color: #2a2a2a;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .25) inset;
}

nav .dropdown-menu {
    /*  height: 180px;
      width: 100%;*/
    margin: 0;
    /*padding: 15px 35px 5px 35px;*/
    /*top: 94px;*/
    /*background-color: #2a2a2a;*/
    /*background-color: white;*/
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 7px -2px rgba(0, 0, 0, .25);
}

nav .dropdown-menu i,
nav .dropdown-menu a {
    font-weight: 300;
    font-size: 15px;
    /*color: #fff;*/
    color: #545454;
    padding: 10px;
}

/*nav .dropdown-menu a:hover{
  padding-left: 20px;
  padding-right: 0;
}*/
nav .dropdown-menu ul > li > a {
    font-size: 14px;
    /*line-height: 2.5;*/
    margin-left: 55px;
}

.visible-ordi {
    position: absolute;
    right: 30px;
}

.navbar-form.navbar-right.hidden-xs.visible-sm.visible-md {
    margin-top: 5px;
    margin-bottom: 20px;
}

.navbar li a:hover, .navbar button {
    background: none !important;
}

nav .btn-default {
    /*color: white;*/
    color: black;
    border: none;
}

nav .btn-default:hover {
    color: white;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    color: #666666;
    transition: 0.2s ease-in-out;
    padding-top: 26px;
}

.navbar-default .navbar-nav > li > a:hover {
    /*color: #FFF;*/
    color: #545454;
}

.navbar-default .navbar-nav > .open > a {
    color: #545454 !important;
}

.navbar-default .navbar-nav > li > a:focus {
    /*color: #FFF;*/
    color: #666666;
}

.navbar-default .navbar-nav > li > a > i {
    opacity: 0.5;
}

.form-control {
    border-radius: 0;
}

.dropdown-menu > li > a:hover {
    color: #515151;
}

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

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

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

.search .input-group input {
    background-color: #262626;
    border: none;
    margin: 10px;
    height: 40px;
    font-size: 18px;
}

.search .input-group button {
    font-size: 35px;
    line-height: 1;
    color: #454545;
}

.search .input-group button:hover {
    background-color: transparent;
}

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

.search .input-group input:focus + span > button {
    color: #d9d9d9;
}

.search .input-group input:focus + span > button:hover {
    font-size: 37px;
}

/************* /CHAMP DE RECHERCHE/ ****************/

/************* BREADCRUMB ****************/
.breadcrumb {
    margin-top: 50px;
}

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

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

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

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

footer a, footer a:hover, footer a:active, footer a:focus, footer a:link {
    color: #fff;
    padding: 10px;
    display: block;
    text-transform: uppercase;
}

/************* /FOOTER/ ****************/

/************* ARTICLES ****************/
article {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
}

article p {
    padding-top: 15px;
}

article.billet,
article.actualite {
    height: 275px;
}

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;
    padding: 100px 0 0;
}

/************* /ARTICLES/ ****************/

/************* PAGINATION ****************/
.pagination {
    position: static;
    top: 0;
    margin: 50px auto 25px auto;
}

.pagination ul.pager {
    /*width: 350px;*/
    margin: 21px auto;
}

.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: 0 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-icon {
    font-size: 1.5em;
    padding: 5px 10px;
}

.pagination-ul li {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}

/************* /PAGINATION/ ****************/

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

.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;
    padding: 20px;
    margin: 0 0 100px 0;
}

.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 {
    position: absolute;
    z-index: 50;
    top: 15%;
    right: -5%;
}

.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/ ****************/

/************* 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/ ****************/

/************* FACETTES ****************/
#facette {
    padding-left: 0;
    margin: 0 -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 {
    background-color: #262626;
    color: #fff;
    padding: 10px;
    position: relative;
    left: -15px;
    font-size: 25px;
}

#facette a:hover > span {
    background-color: #000;
}

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

#facette .panel-body {
    margin: 40px 0;
}

#facette .panel-body > div {
    margin: 15px 0 15px 40px;
}

#sid-columnFacets h3 {
    padding-top: 0;
}

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

/************* RESULTATS ****************/
.resultats article {
    padding: 0;
    margin-bottom: 0;
}

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

.resultats h2 {
    padding: 15px 0 5px 20px;
    font-style: normal;
}

.resultats .img-resultat {
    width: 200px;
    padding-bottom: 20px;
}

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

/*resume*/
.resultats .resume h2 {
    padding: 25px 0 5px 50px;
}

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

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

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

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

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

/************* 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;
    -moz-transition: slide 1s ease;
    animation: slide 1s ease;
}

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

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

/************* /ANIMATIONS/ ****************/

/************* /EN PLUS/ ****************/
ul > .nav {
    display: flex;
}

/************* /FIN EN PLUS/ ****************/

/************* /MEDIA QUERIES/ ****************/
@media screen and (min-width: 1200px) {
    nav {
        padding: 20px 0;
    }
}

/************* /FIN MEDIA QUERIES/ ****************/
body {
    font-size: 16px;
    color: #000;
}

.highlight {
    background-color: #FFFF88;
}

header {
    margin-bottom: 30px;
}

header .container {
    position: relative;
}

footer {
    background: #262626;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}

a, a:active, a:focus, a:link, a:hover {
    color: #353740;
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
}

footer a {
    color: #FFF;
    font-size: 0.8em;
}

h2, h3 {
    font-size: 30px;
    padding: 15px;
    margin: 0;
    display: block;
    width: 100%;
}

h2 a, h3 a, h2 a:hover, h3 a:hover, h2 a:focus, h3 a:focus, h2 a:active, h3 a:active {
    color: #fff;
}

h3 {
    font-size: 22px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#section_parcours h4 {
    font-size: 18px;
    text-align: center;
    color: white;
}

#section_parcours h3 {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

h4 {
    font-size: 26px;
}

div.modal-dialog {
    width: 650px;
}

label.nostyle {
    display: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    max-width: inherit;
}

.content-notice .col-md-9 h3 {
    float: none !important;
}

.cds-image {
    background: transparent;
}

div.sidebar {
    float: right;
    width: 100px;
}

div.sidebar .sticky-sidebar {
    position: fixed;
    width: 100px;
    z-index: 9999;
    bottom: 0;
    right: 20px;
}

div.sidebar .sticky-sidebar a {
    border: none;
    border-radius: 0;
}

.alert.mediumText {
    font-size: 20px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.cliquable {
    cursor: pointer;
}

.modal-no-close-button .ui-dialog-titlebar-close {
    display: none;
}

.alert.alert-success {
    background-color: #75ba95;
    border-color: #339966;
    /*color: #006633;*/
    color: #FFF;
}

.alert.alert-warning {
    background-color: #e0d075;
    border-color: #cc9966;
    /*color: #885533;*/
    color: #000;
}

.alert.alert-danger {
    background-color: #D6092B;
    border-color: #990000;
    /*color: #660000;*/
    color: #FFF;
}

.clear {
    clear: both;
}

/* Hauteur mini pour les paragraphes */
p {
    min-height: 16px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn.btn-grey {
    background-color: #D0D0D0;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0 none;
}

button.submit {
    color: #FFF;
    background: #000 none repeat scroll 0 0;
    font-size: 18px;
    margin: 15px;
    display: block;
    float: right;
    border: 0;
    padding: 3px 15px;
}

nav.bs-docs-sidebar {
    background: #fff;
    padding-top: 15px;
}

.bs-docs-sidenav-active {
    background-color: #353740;
    color: #ffffff;
}

section .container {
    background: #FFF;
    padding: 0 17px 17px 17px;
}

/* Ajout d'une marge pour la page d'accueil */
#section_index {
    flex: 1;
}

#sid-page-index section .container {
    padding: 0 17px;
}

.block-search {
    width: 798px;
    height: 204px;
    float: left;
    display: block;
}

.block-logo {
    width: 578px;
    float: left;
}

.block-search {
    width: 798px;
    position: absolute;
    top: 0;
    left: 459px;
}

.container {
    width: 1240px;
}

ul.nav-header-top {
    float: right;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 40px;
}

ul.nav-header-top li {
    float: left;
    display: block;
    width: auto;
    margin-right: 20px;
    height: 23px;
}

ul.nav-header-top li a {
    height: 23px;
    padding-left: 28px;
    display: block;
    font-size: 15px;
    /*color: #000;*/
    margin-top: 10px;
    margin-right: 20px;
}

ul.nav-header-top li:last-of-type {
    margin-right: 0;
}

ul.nav-header-bottom {
    float: right;
    display: inline-block;
    list-style: none;
    padding: 0;
    height: 40px;
    margin: 0 105px 0 0;
}

ul.nav-header-bottom li {
    float: left;
    display: block;
    width: auto;
    margin-right: 20px;
    height: 35px;
}

ul.nav-header-bottom li a {
    height: 35px;
    display: block;
    margin-top: 0;
    margin-right: 20px;
    padding: 0;
    text-indent: -30000px;
}

ul.nav-header-bottom li:last-of-type {
    margin-right: 0;
}

.link-question-reponse {
    width: 74px;
    background: url(img/common/picto/question-reponse.png) no-repeat center left transparent;
}

.link-participer {
    width: 115px;
    background: url(img/common/picto/participer.png) no-repeat center left transparent;
}

.link-participer-ocr {
    width: 115px;
    background: url(img/common/picto/participer-ocr.png) no-repeat center left transparent;
}

.link-suivez-le-guide {
    width: 86px;
    background: url(img/common/picto/suivez-le-guide.png) no-repeat center left transparent;
}

.link-ma-bnr {
    background: url(img/common/picto/ma-bnr.png) no-repeat top left transparent;
}

.link-mes-participations {
    background: url(img/common/picto/mes-participations.png) no-repeat center left transparent;
}

.link-mes-images-hd {
    background: url(img/common/picto/mes-images.png) no-repeat top left transparent;
}

.block-search-top, .block-search-top-qr {
    margin-top: 15px;
    width: calc(100% - 205px);
    margin-left: 115px;
}

.block-search-top-title {
    font-size: 25px;
    color: #000;
    text-align: right;
    padding-right: 0;
}

.block-search-top form input, .block-search-top-qr form input {
    border: 0;
    background: #fff;
    text-align: left;
    border-radius: 0;
    width: calc(100% - 27px);
    float: left;
    display: block;
    height: 28px;
}

.block-search-top form button, .block-search-top-qr form button {
    background: url(img/common/picto/loupe.png) no-repeat top left #fff;
    width: 27px;
    height: 28px;
    border: 0;
    border-radius: 0;
    text-indent: -30000px;
}

.block-more-criteria {
    float: left;
    width: 100%;
    text-align: right;

}

/*
.block-more-criteria a{
    color: #000;
}
*/
.block-more-criteria .glyphicon {
    color: #707070;
}

.header-slogan {
    float: left;
    width: calc(100% - 160px);
    margin-left: 80px;
    display: block;
    color: #000;
    font-size: 15px;
    margin-top: 4px;

}

/*
* Bloc de la page d'accueil
*/
.bloc-home-actualite {
    background: #e2007a;
    padding: 17px;
}

/*.bloc-home-actualite .carousel-indicators {
    top: -17px;
    bottom: auto;
}*/
.bloc-home-actualite .bloc-home-actualite-title {
    background: transparent;
    color: #fff;
    padding: 3px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
}

.bloc-home-actualite .bloc-home-actualite-title:hover {
    text-decoration: none;
}

.bloc-home-actualite h4 a {
    color: #fff;
}

footer h3 {
    color: #fff;
    background: transparent;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
}

.footer-links ul li a {
    color: #fff;
}

.bloc-date {
    background: url(img/common/picto/date.png) no-repeat center left transparent;
    height: 27px;
    line-height: 27px;
    padding-left: 30px;
    color: #888888;
    font-size: 14px;
    float: left;
    width: calc(100% - 15px);
    margin-left: 15px;
}

.btn-home-participez-large {
    background-color: #FFF;
    padding: 10px 10px 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.btn-home-participez-large:hover {
    text-decoration: none;
}

.bloc-favoris {
    background: url(img/common/picto/favoris.png) no-repeat center left transparent;
    height: 27px;
    line-height: 27px;
    padding-left: 30px;
    color: #888888;
    font-size: 14px;
    float: left;
    width: calc(100% - 15px);
    margin-left: 15px;
}

#sid-columnFacets h3 {
    background: transparent;
    font-size: 20px;
    color: #000;
}

#sid-columnFacets .sid-column-content {
    background: #fff;
    margin-top: 15px;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0;
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li:not(:last-child):after {
    content: ">";
    margin: 0 10px;
}

.breadcrumb ul li:first-child a:before {
    font-family: "FontAwesome";
    margin-right: 5px;
    content: "\f015";
    font-size: 20px;
    line-height: initial;
}

.sid-fil-ariane {
    clear: both;
}

.sid-fil-ariane .container {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 17px 7px 17px;
}

.sid-fil-ariane .container p {
    margin: 0;
}

.sid-summary {
    /*background: #d0d2d0;*/
    margin-bottom: 15px;
}

.contours {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#sid-columnFacets section.sid-summary:empty {
    border: none !important;
}

.sid-even {
    background-color: #cccccc;
    /*border-color: #dfefb3;*/
}

.sid-even-light {
    background-color: #e0e0e0;
}

.sid-odd {
    background-color: #eeeeee;
    /*border-color: #dfdfdf;*/
}

/*.bloc-notice{
    margin-bottom: 30px;
}*/
.bloc-notice .sid-result-notice {
    background: #fff;
    float: left;
    width: 100%;
}

.bloc-notice .sid-result-notice .sid-infos {
    padding: 10px;
    background: #fff;
}

.bloc-notice .sid-result-notice .sid-infos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* .sid-result-notice div.sid-add-cart {
    padding-right: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
} */

.sid-result-notice div.sid-add-cart .checkbox {
    background: none;
    border: 1px solid black;
}

.sid-result-notice div.sid-add-cart a {
    display: none;
}

.sid-infos select.choix-selection {
    width: 160px;
}

.bloc-head-resultat {
    background: #fff;
    margin: 0 0 15px 0;
    height: auto;
    line-height: 55px;
}

.bloc-head-resultat .nb-result {
    font-size: 24px;
    font-weight: bold;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -8px;
    left: auto;
}

.sid-infos-title {
    font-weight: bold;
    margin-bottom: 40px;
}

/*.sid-result-notice{
    box-shadow: 3px 3px 2px rgba(150, 150, 150, 1);
}*/

.bloc-head-resultat ul {
    float: right;
    display: block;
    width: auto;
    height: 55px;
    margin-right: -15px;
}

.bloc-head-resultat ul li {
    float: left;
    display: block;
    height: 55px;
    border-right: 1px solid #eef0ed;
    padding-left: 15px;
}

.bloc-head-resultat ul li:last-child {
    border: 0;
}

.bloc-head-resultat ul li a {
    padding-top: 0;
    padding-bottom: 0;
    /*color: #000;*/
}

.bloc-head-resultat ul li a.link-result-mosaique {
    background: url(img/common/picto/result-mosaic.png) no-repeat center left transparent;
    padding-left: 35px;

}

.bloc-head-resultat ul li a.link-result-notice-abregee {
    background: url(img/common/picto/result-notice-abregee.png) no-repeat center left transparent;
    padding-left: 35px;
}

.bloc-head-resultat ul li a.link-result-liste {
    background: url(img/common/picto/result-list.png) no-repeat center left transparent;
    padding-left: 35px;
}

.bloc-head-resultat ul li.active a.link-result-mosaique,
.bloc-head-resultat ul li:hover a.link-result-mosaique {
    background-image: url(img/common/picto/result-mosaic-actif.png);

}

.bloc-head-resultat ul li.active a.link-result-notice-abregee,
.bloc-head-resultat ul li:hover a.link-result-notice-abregee {
    background-image: url(img/common/picto/result-notice-abregee-actif.png);
}

.bloc-head-resultat ul li.active a.link-result-liste,
.bloc-head-resultat ul li:hover a.link-result-liste {
    background-image: url(img/common/picto/result-list-actif.png);
}

.bloc-head-resultat ul li:hover,
.bloc-head-resultat ul li.active {
    background-color: #d0d2d0
}

.bloc-head-resultat ul li.active a {
}

.filter-title {
    font-size: 20px;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    color: #000;
    margin: 0;
}

/*.filter-title:hover{
    text-decoration: underline;
}*/
.filter-title a {
    color: #666666;
}

.filter-title span {
    float: right;
    display: block;
}

.filter-content {
    margin-bottom: 10px;
    overflow-y: hidden;
}

.filter-content ul li {
    margin: 0;
}

.filter-content ul li label, .filter-content ul li a {
    border-radius: 0;
    font-size: 14pt;
    cursor: pointer;
    margin: 0;
    width: 100%;
    padding-left: 5px;
    font-weight: normal;
    color: #525261;
}

.filter-content ul li label:hover {
    background: #EEEEEE;
}

.filter-button {
    text-align: right;
    /*padding-bottom: 5px;*/
}

.filter-button a.btn {
    border-radius: 0;
    /*border: 1px solid #A0A0A0;*/
    border: none;
}

.facette-title {
    font-size: 18px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #000;
    margin: 0;
}

.facette-container.detail-notice .facette-title {
    border-top: none;
    padding-left: 30px;
}

/*.facette-title:hover{
    text-decoration: underline;
}*/
.facette-title a {
    color: #666666;
}

.facette-title span {
    float: right;
    display: block;
}

.facette-container.detail-notice .facette-title span {
    float: left;
    margin-left: -30px;
    margin-top: 5px;
    display: block;
}

.facette-content {
    margin-bottom: 20px;
    overflow-y: hidden;
}

.facette-container.detail-notice .facette-content {
    margin-bottom: 20px;
    max-height: none;
    overflow-y: hidden;
}

.facette-content ul li {
    margin: 0;
}

.facette-content ul li label, .facette-content ul li a {
    border-radius: 0;
    font-size: 10pt;
    cursor: pointer;
    margin: 0;
    width: 100%;
    padding-left: 5px;
    font-weight: normal;
    color: #525261;
}

.facette-content ul li label:hover {
    background: #EEEEEE;
}

.js-close-facette {
    width: 100%;
    float: left;
    text-align: right;
    background: #EEEEEE;
    padding: 10px;
}

.bloc-white {
    background: #fff;
    padding-bottom: 15px;
    /*box-shadow: 3px 3px 2px rgba(150, 150, 150, 1);*/
}

.bloc-white > a {
    margin-bottom: 15px;
}

.bloc-white h4,
.bloc-white p {
    padding-left: 15px;
    padding-right: 15px;
}

.bloc-notice-infos p {
    padding: 0;
}

.bloc-white h4 {
    margin-top: 15px;
    display: block;
    width: 100%;
}

.bloc-white h3 {
    background: transparent;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}

#altoContext {
    max-height: 650px;
    overflow-y: scroll;
}

#altoContext .panel-heading {
    padding: 5px 10px;
}

#altoContext .panel-body {
    padding: 5px 5px 0 5px;
}

.alto-context-heading {
    /*margin-bottom: 10px;*/
}

.alto-context-header {
    font-weight: bold;
    text-decoration: underline;
}

.alto-context-header:hover {
    cursor: pointer;
}

.alto-context {
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

.alto-context:hover {
    cursor: pointer;
    background-color: #EEF0ED;
}

.btn-reverted {
    border: none;
    border-radius: 0;
    background-color: #D0D2D0;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn-reverted:hover {
    background-color: #EEF0ED;
}

.content-action-barre {
    float: left;
    width: 100px;
    padding: 0;
    margin: 0;

}

.content-action-barre ul {
    float: left;
    display: block;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.content-action-barre ul li {
    float: left;
    display: block;
    width: 100%;
}

.content-action-barre ul li a {
    float: left;
    display: block;
    width: 100%;
    background: no-repeat center left transparent;
    min-height: 25px;
    font-size: 12px;
    line-height: 14px;
    padding-left: 30px;
    margin-bottom: 20px;
}

.content-action-barre ul li a.link-print {
    background-image: url(img/common/picto/print.png);
}

.content-action-barre ul li a.link-download {
    background-image: url(img/common/picto/telecharger.png);
}

.content-action-barre ul li a.link-images-hd {
    background-image: url(img/common/picto/mes-images.png);
}

.content-action-barre ul li a.link-partager {
    background-image: url(img/common/picto/partager.png);
    line-height: 21px;
}

.content-action-barre ul li a.link-zoom-plus {
    background-image: url(img/common/picto/zoom-plus.png);
    /*line-height: 21px;*/
}

.content-action-barre ul li a.link-participer {
    background-image: url(img/common/picto/participer-jaune.png);
    height: 16px;
    width: 73px;
    text-indent: -3000px;
}

.content-action-barre ul li a.link-participer-ocr {
    background-image: url(img/common/picto/participer-ocr.png);
    min-height: 35px;
    padding-left: 55px;
    width: 110px;
}

.content-action-barre ul li a.link-question-reponse {
    width: 74px;
    background: url(img/common/picto/question-reponse.png) no-repeat center left transparent;
    text-indent: -3000px;
    height: 35px;
}


.content-action-barre ul li button.link-permalien {
    padding: 5px;
    /*background: #a7a7a7;
    color: #000;
    width: auto;*/
    margin-bottom: 10px;
}

.bloc-ark-notice {
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
}

.bloc-ark-notice span {
    color: #000;
}

.bloc-ark-notice a[role='ark-link'] {
    display: inline-block;
    padding: 6px;
}

.bloc-close-ark {
    float: right;
}

.content-notice {
    /*float: left;*/
    /*width: calc(100% - 100px);*/
    padding: 0;
    margin: 0;
}

.content-notice .bloc-white h1 {
    background: transparent;
    color: #000;
    padding: 10px 0 !important;
    font-size: 26px;
    margin: 0;
}

.bloc-notice-infos {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.bloc-notice-infos span {
    display: block;
    /*width: auto;
    float: left;*/
    font-size: 14px;
    line-height: 20px;
    /*width: calc(100% - 170px);*/
    margin-top: 10px;
}

.bloc-notice-infos span p {
    margin: 0;
}

.bloc-notice-infos span.bloc-title-info-notice {
    display: block;
    clear: both;
    margin-right: 5px;
    /*font-size: 19px;
    width: 165px;*/
    font-size: 18px;
    font-weight: bold;
}

.bloc-notice-infos span.stat_rebond_sujet {
    float: none;
    /*text-decoration: underline;*/
}

.italic-fond-gris {
    margin: 10px 0 0 0;
    font-style: italic;
    background-color: #d2d2d0;
    padding: 5px;
}

/* Alignement des mots clés / sujets */
span.stat_rebond_sujet {
    float: right;
}

.bloc-cms .container,
.bloc-result .container {
    padding-top: 15px;
    position: relative;
}

#sid-page-notice .bloc-result .container, #sid-page-notice_alto .bloc-result .container {
    padding: 15px 60px;
    position: relative;
}

.bloc-cms .link-pager,
.bloc-result .link-pager {
    position: absolute;
    top: 300px;
    background: no-repeat top center transparent;
    height: 100%;
    width: 35px;
}

.bloc-cms .link-pager.left,
.bloc-result .link-pager.left {
    background-image: url(img/common/picto/arrow-large-left.png);
    left: -40px;
}

#sid-page-notice .bloc-result .link-pager.left, #sid-page-notice_alto .bloc-result .link-pager.left {
    background-image: url(img/common/picto/arrow-large-left.png);
    left: 0;
}

.bloc-cms .link-pager.right,
.bloc-result .link-pager.right {
    background-image: url(img/common/picto/arrow-large-right.png);
    right: -40px;
}

#sid-page-notice .bloc-result .link-pager.right, #sid-page-notice_alto .bloc-result .link-pager.right {
    background-image: url(img/common/picto/arrow-large-right.png);
    right: 0;
}

.block-expositions,
.block-suivez-le-guide,
.block-participez {
    margin-bottom: 30px;
}

.jeu-item {
    margin-top: -15px;
    margin-bottom: 30px;
}

.jeu-item.odd,
.block-expositions.odd,
.block-participez.odd {
    clear: both;
}

.block-suivez-le-guide-picture,
.block-participez-picture {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.jeu-item-0 {
    background: #E2007A;
}

.jeu-item-0 a {
    color: #fff;
}

.block-expositions:first-of-type div {
    background: #E2007A;
}

.block-expositions:first-of-type a {
    color: #fff;
}

.bloc-cms h2 {
    margin-top: -15px;
    margin-bottom: 30px;
}

#sid-page-espace-personnel .bloc-cms h4, #sid-page-rechav h4 {
    color: #fff;
    background: #353740;
    padding: 15px;
    margin: 0 0 25px 0;
    display: block;
    /*float: left;*/
    width: 100%;
}

h2.orange-title {
    margin: 0 0 20px;
    padding: 5px 15px;
    background-color: #f09300;
}

.sid-liste-selections, .sid-liste-imagehd,
.sid-liste-depots, .sid-liste-corrections {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.sid-score-depots, .sid-score-corrections {
    margin-bottom: 15px;
    background-color: #f0f0f0;
    padding: 5px 15px;
}


.liste-selections-item, .liste-imagehd-item,
.liste-depots-item, .liste-corrections-item {
    max-height: 400px;
    overflow-y: scroll;
}

.liste-depots-item div.row div,
.liste-corrections-item div.row div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.liste-selections-item img {
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.demande-tooltip-green {
    background-color: #ddffdd;
    text-align: right;
}

.status-green {
    background-color: #ddffdd;
}

.demande-tooltip-red {
    background-color: #ffdddd;
    text-align: right;
}

.status-red {
    background-color: #ffdddd;
}

#sid-page-panier_resultat button[role='delete-notice'] {
    margin-top: 10px;
}


#sid-page-espace-personnel .panel-heading.panel-like-title {
    color: #fff;
    background: #353740;
    padding: 10px;
    margin: 0;
}

#sid-page-espace-personnel .liste-depots-item .etat-wait {
    color: #000;
}

#sid-page-espace-personnel .liste-depots-item .etat-refus {
    color: #000;
}

#sid-page-espace-personnel .liste-depots-item .etat-valid {
    color: #000;
}

#sid-page-espace-personnel .panel-footer.contrib-footer {
    text-align: right;
}

/* modal pour l'espace personnel : suppression de sélections */
/* Une class plus générique peut être utilisée sur n'importe quelle page pour obtenir le même résultat : .modal-bnr */
#modalDeleteSelection, .modal-bnr {
}

#modalDeleteSelection .modal-header, .modal-bnr .modal-header {
    background-color: #353740;
    color: #ffffff;
}

#modalDeleteSelection h4, .modal-bnr h4 {
    margin: 0;
    font-weight: bold;
}

#modalDeleteSelection .close, .modal-bnr .close {
    color: #ffffff;
}

#modalDeleteSelection .modal-body, .modal-bnr .modal-body {
    font-size: 1.1em;
}

#modalDeleteSelection .modal-footer, .modal-bnr .modal-footer {
    background-color: #dddddd;
}

.modal-bnr a {
    text-decoration: underline;
}

.modal-bnr .modal-header .helper {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.modal-bnr .modal-header .helper a {
    color: #ffffff;
}

.modal-bnr .rappelInfos {
    margin-bottom: 20px;
}

.modal-bnr .restrictions {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.modal-bnr .checkboxCGU {
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    position: relative;
}

.nav-tabs.nav-ongletrechav > .active > a, .nav-tabs.nav-ongletrechav > .active > a:hover, .nav-tabs.nav-ongletrechav > .active > a:focus {
    background: #e2007a none repeat scroll 0 0;
    border: 1px solid #e2007a;
    color: #fff;
}

#sid-rechercheAvancee p {

}

p.sid-recherche-avancee-critere {

    margin: 5px 0;

    padding: 0;

}

p.sid-recherche-avancee-critere select {

    width: 20% /*145px*/;

}

p.sid-recherche-avancee-critere select.sid-boolean {

    width: 14% /*50px*/;

}

p.sid-recherche-avancee-critere select.sid-first {

    margin-left: 15% /*55px*/;

}

p.sid-recherche-avancee-critere select.sid-first {
    margin-left: 14.2%;
}

.sid-accessibility {
    display: none;
}

p.sid-recherche-avancee-critere input {

    width: 64% /*320px*/;

}

.block-show-actualite .row {
    margin-bottom: 10px;
}

.block-show-actualite .row h1 {
    font-size: 26px;
    padding: 10px;
    margin: 0;
}

.line-actu-media {
    margin-top: 10px;
}

.block-actu-media {
    background: #fff;
    color: #000;
    padding: 15px;
}

.block-actu-media h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    padding: 0 15px;
}

.block-actu-media div.jwplayer,
.block-actu-media div.block-vimeo iframe,
.block-actu-media div.block-actu-media-image img {
    max-width: calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
    margin: -15px -15px 5px;
}

.block-actu-media-bas {
    margin-top: 80px;
}

.block-actu-media-milieu {
    margin-top: 40px;
    word-wrap: break-word;
}

.block-actu-media-haut {
    margin-top: 0;
}

.menu-top {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 50px;
}

.blocmenu h2 {
    color: #fff;
    background: transparent !important;
}

.blocmenu .block-search-top-qr {
    width: 100%;
    margin: 0;
}

a.highlighted-link, a.highlighted-link:active, a.highlighted-link:focus, a.highlighted-link:link, a.highlighted-link:visited {
    font-weight: bold;
    color: #F09300;
}

div.link-answer {
    margin-top: 15px;
}

.page_question_reponse .menu-top h1 {
    background: transparent;
    padding-top: 0;
    padding-bottom: 5px;
}

.page_question_reponse .menu-top h1 small {
    color: #fff;
    font-size: 15px;
    line-height: 34px;
}

.page_question_reponse .menu-top .blocmenu a {
    color: #fff;
    font-size: 22px;
    width: 100%;
    display: inline-block;
}

.page_question_reponse .menu-top .blocmenu a.textleft {
    text-align: left;
}

.page_question_reponse .menu-top .blocmenu a.textcenter {
    text-align: center;
}

.page_question_reponse .menu-top .blocmenu a.textright {
    text-align: right;
}

.page_question_reponse .menu-top .blocmenu-label {
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding-right: 0;
}

.page_question_reponse .bloc-line-question {
    margin-top: 20px;
    margin-bottom: 25px;
}

.page_question_reponse .bloc-line-question h2 {
    background: none;
    padding: 0;
    line-height: initial;
}

.page_question_reponse .bloc-line-question.answer {
    margin-left: 20px;
}

.page_question_reponse .bloc-line-question a.title {
    background: #f09300;
    color: #fff;
    font-size: 19px;
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    font-weight: bold;
}

.page_question_reponse .bloc-line-question.answer a.title {
    background: #BEC3BF;
    color: #353740;
    font-size: 15px;
}

.page_question_reponse .bloc-line-question .description {
    color: #000;
    font-size: 15px;
    display: block;
    float: left;
    width: 100%;
    padding-left: 50px;
}

.page_question_reponse .bloc-date.author {
    width: auto;
    float: right;
}

.page_question_reponse .formQuestion {
    margin-top: 20px;
}

.bloc-menu-cat h4,
.bloc-menu-qr h4 {
    padding-left: 10px;
}

.bloc-menu-cat ul,
.bloc-menu-qr ul {
    padding: 0;
    list-style: none;
}

.bloc-menu-cat ul li,
.bloc-menu-qr ul li {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#formContact,
#formNumerisation {
    font-size: 0.9em;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}

#formContact em,
#formNumerisation em {
    color: #F00;
}

#formContact fieldset, #formNumerisation fieldset {
    background: #FFF;
    border-left: none;
    border-right: none;
    display: block;
    margin: 0 auto 10px auto;
    padding: 0.5em;
    width: 95%;
}

#formContact label,
#formNumerisation label {
    color: #000;
    float: left; /*** Tres important, ne pas suprimer ! ***/
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
    padding: 0 0.5em 0 0;
    text-align: right; /*** ... et ils sont alignes a droite... ***/
    width: 30%; /*** Les intitules prennent n% de la largeur totale du formulaire... ***/
    clear: both;
}

#formContact label.radio,
#formNumerisation label.radio {
    float: left;
    width: auto;
}

#formContact input:focus,
#formContact input:focus#nom,
#formContact input:focus#prenom,
#formContact input:focus#mail,
#formContact textarea:focus,
#formNumerisation input:focus,
#formNumerisation input:focus#nom,
#formNumerisation input:focus#prenom,
#formNumerisation input:focus#mail,
#formNumerisation textarea:focus {
    background: #FFF;
}

#formContact input#nom,
#formContact input#prenom,
#formContact input#societe,
#formContact input#telephone,
#formContact input#mail,
#formContact input#adressel1,
#formContact input#cp,
#formContact input#ville,
#formContact input#titre,
#formContact input#cote,
#formContact input#pagination,
#formContact input#date_publication,
#formNumerisation input#nom,
#formNumerisation input#prenom,
#formNumerisation input#societe,
#formNumerisation input#telephone,
#formNumerisation input#mail,
#formNumerisation input#adressel1,
#formNumerisation input#cp,
#formNumerisation input#ville,
#formNumerisation input#titre,
#formNumerisation input#cote,
#formNumerisation input#pagination,
#formNumerisation input#date_publication {
    width: 60%;
}

#formContact legend,
#formNumerisation legend {
    background: #FFF;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 5px;
    text-transform: uppercase;
}

#formContact textarea,
#formNumerisation textarea {
    margin: 0.2em;
    width: 60%;
}

#formContact p,
#formNumerisation p {
    margin: 5px 0;
}

.dossier-pedagogique-item.clearfix {
    clear: both;
}

.dossier-pedagogique-item-picture {
    position: relative;
    display: block;
}

.resultat-item-logo {
    position: absolute;
    display: block;
    width: 50px;
    top: 0;
    right: 15px;
    opacity: 0.7;
}

.dossier-pedagogique-item-logo {
    position: absolute;
    display: block;
    width: 50px;
    top: 0;
    right: 0;
    opacity: 0.7;
}

.dossier-pedagogique-item:first-of-type .bloc-white {
    background: #E2007A;
}

.dossier-pedagogique-item:first-of-type .bloc-white a, .dossier-pedagogique-item:first-of-type .bloc-white p {
    color: #fff;
}

/*#actu-pager-pos .carousel-indicators {
    bottom: -7px;
}
#actu-pager-pos .carousel-indicators .active {
    background-color: #000;
}
#actu-pager-pos .carousel-indicators li {
    border: 1px solid #000;
}
#actu-pager-pos .carousel-indicators li a{
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}
.carousel-indicators li a {
    float: left;
    width: 100%;
    display: block;
    width: 100%;
    height: 100%;
}*/

.bloc-menu-cat > ul > li > a,
.bloc-menu-qr > ul > li > a {
    width: 100%;
    padding: 3px;
    display: block;
    float: left;
}

.bloc-menu-cat > ul > li > a.active,
.bloc-menu-qr > ul > li > a.active {
    background: #F09300;
    color: #fff;
}

.bloc-menu-cat > ul > li > a.active {
    background: #E2007A;
}

#sid-formConnection #pwd,
#sid-formConnection #eduPersonPrincipalName {
    width: 170px;
}

/*.recherche-resultat-item.even{
    clear: both;
}*/

.container-result-line .sid-result-notice,
.container-result-liste .sid-result-notice {
    width: 100%;
}

.container-result-liste .sid-result-notice ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.block-expositions a.link-picture,
.little-box-home .bloc-home-center a {
    width: 100%;
    background: no-repeat center center transparent;
    background-size: 100%;
    height: 150px;
    display: block;
    float: left;
}

.sid-pagination ul {
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
    text-align: center;
}

.sid-pagination li {
    display: inline;
    margin: 0;
    padding: 10px 5px;
}

/* Presse ancienne */

#rechercheAv th {
    width: 110px;
}

#rechercheAv td {
    padding: 5px;
    vertical-align: top;
}

#rechercheAv .date-field {
    float: left;
    margin: 0 10px 0 0;
}

#rechercheAv .date-field label {
    color: #666;
    display: block;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
}

#rechercheAv input.date-mois, #rechercheAv input.date-jour {
    width: 2em;
}

#rechercheAv input.date {
    width: 4em;
}

.link-picture-patern {
    border-top: 1px solid #000;
    clear: both;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.link-line:first-of-type {
    border-top: medium none;
}

.link-line {
    border-top: 1px dotted #000;
    margin-top: 10px;
    padding-top: 10px;
}

.links-list, .link-line {
    display: block;
    float: left;
    width: 100%;
}

.link-title {
    display: block;
    float: left;
    margin-right: 5px;
    padding-top: 30px;
    width: 140px;
}

.link-img-listing {
    display: block;
    float: left;
    height: 94px;
    padding: 5px;
    width: 80px;
}

.link-img-listing img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.link-img-listing span {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.pdf-thumbnails {
    list-style: outside none none;
    margin: 10px 0;
    overflow-x: auto;
    padding: 0;
}

.pdf-thumbnails li.active {
    background-color: black;
}

.pdf-thumbnails li {
    background: #eee none repeat scroll 0 0;
    float: left;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
}

.pdf-thumbnails li.active a {
    color: white;
}

/* Inventaire */
.composant_container {
    clear: both;
    margin: 0 0 5px 0;
    padding: 0;
    border: 1px solid grey;
}

.composant_container .composant_container {
    margin: 0 0 5px 50px;
}

.composant_container h4 {
    margin: 0;
    padding: 5px 7px;
    background: #f1f1f1;
    font-size: 1em;
    font-weight: normal;
}

.composant_container h4 a:link,
.composant_container h4 a:visited {
    text-decoration: none;
}

.composant_container a.composant_toggle:link,
.composant_container a.composant_toggle:visited {
    float: left;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background: transparent url(/img/minus.png) no-repeat left top;
    text-indent: -9999px;
    overflow: hidden;
}

.composant_closed a.composant_toggle:link,
.composant_closed a.composant_toggle:visited {
    background-image: url(/img/plus.png);
}

.composant_detail {
    margin: 0 0 10px 0;
    padding: 10px 10px 5px 10px;
}

.composant_closed .composant_detail {
    display: none;
}

.composant_detail p.composant_contains {
    margin: 0 0 5px;
    padding: 0;
    color: #666;
    font-size: 0.85em;
}

.composant_detail dl {
    margin: 0 0 10px 0;
    padding: 0;
}

.composant_detail dt {
    clear: both;
    float: left;
    margin: 0 0 5px 0;
    padding: 0 5px 0 0;
    width: 200px;
    color: #666666;
}

.composant_detail dd {
    margin: 0 0 5px 205px;
    padding: 0;
    color: black;
}

section.answer .description a {
    text-decoration: underline;
}


.archdesc_detail_main dt {
    float: left;
    margin-right: 5px;
}

/* Toolbar des sélections et bibliographies */
/* Barre d'outils (boutons "Recherche", "Recherche avancée", etc.) */
.sid-toolbar {
    margin: 0;
    padding: 5px;
    text-align: center;
    background: #cccccc;
    border: 1px dotted #c3cf23;
    border-width: 1px 0;
}

.sid-toolbar > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.sid-toolbar ul > li {
    margin: 0;
    padding: 0 10px;
}

.sid-toolbar li img {
    vertical-align: middle;
}

.sid-toolbar li a {
    position: relative;
}

.sid-toolbar li.sid-toolbar-item > a {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(img/feed.png) no-repeat left center;
}

.sid-toolbar li.sid-toolbar-item.item-panier-nombre > a {
    width: auto;
    padding: 0 0 0 25px;
    font-size: 10px;
}

/* Image en fonction des items de la toolbar */
.sid-toolbar li.item-feed > a {
    background-image: url(img/feed.png);
}

.sid-toolbar li.item-rech_simple > a {
    background-image: url(img/rech_simple.png);
}

.sid-toolbar li.item-rech_avancee > a {
    background-image: url(img/rech_avancee.png);
}

.sid-toolbar li.item-rech_modifier > a {
    background-image: url(img/rech_modifier.png);
}

.sid-toolbar li.item-liste > a {
    background-image: url(img/common/picto/composants-blanc.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.sid-toolbar li.item-panier > a {
    background-image: url(img/panier.png);
}

.sid-toolbar li.item-panier-nombre > a {
    background-image: url(img/panier.png);
}

.sid-toolbar li.item-panier_global > a {
    background-image: url(img/panier_global.png);
}

.sid-toolbar li.item-panier_sauver > a {
    background-image: url(img/panier_sauver.png);
}

.sid-toolbar li.item-panier_vider > a {
    background-image: url(img/common/picto/supprimer.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.sid-toolbar li.item-panier_envoyer > a {
    background-image: url(img/panier_envoyer.png);
}

.sid-toolbar li.item-imprimer > a {
    background-image: url(img/common/picto/print.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.sid-toolbar li.item-imprimer-resume > a {
    background-image: url(img/common/picto/page.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.sid-toolbar li.item-noimprimer > a {
    background-image: url(img/ecran.png);
}

.sid-toolbar li.item-historique > a {
    background-image: url(img/historique.png);
}

.sid-toolbar li.item-selection > a {
    background-image: url(img/selection.png);
}

.sid-toolbar li.item-bibliographie > a {
    background-image: url(img/bibliographie.png);
}

.sid-toolbar li.item-exporter > a {
    background-image: url(img/common/picto/voir.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.sid-toolbar li.item-espaceperso > a {
    background-image: url(img/common/picto/ma-bnr.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.sid-toolbar li a span {
    display: none;
    position: absolute;
    top: -25px;
    left: 0;
    padding: 3px 5px;
    background: black;
    color: white;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
}

.sid-toolbar li a:hover span {
    display: block;
}

#sid_nombre_notice_panier {
    display: block;
    margin: 0;
    padding: 0;
    position: static;
    background: none;
    color: black;
    line-height: normal;
}

.sid-toolbar ul ul {
    padding: 5px;
    border: 1px dotted #C3CF23;
    border-top: none;
    background: #f6ffdf;
    text-align: left;
}

.sid-toolbar ul ul li {
    margin-bottom: 5px;
}

.sid-toolbar ul ul li a:hover {
    color: black;
}


/** Participez **/
input[type='button'][name='Depot_doc'] {
    background-color: #f09300;
    padding: 5px;
}

#at3win h3 {
    background-color: transparent;
}

/* TEXT INDENT ACCESSIBILITE */
.acces-indent {
    text-indent: -30000px;
}

/* ACCUEIL h4 -> H2 */
.bloc-home-actualite h2 {
    font-size: 26px;
    background: none;
    padding: 10px 0;
}

.bloc-home-archives h2 {
    font-size: 26px;
    background: none;
    padding: 10px 10px 10px 15px;
}

.bloc-home-archives h2 a {
    color: #353740 !important;
}

.home-center-contenu h2 {
    font-size: 26px;
    padding: 10px 10px 10px 15px;
}

.little-box-home h2 {
    font-size: 26px;
    padding: 10px;
}

/* PAGES STATIQUES H2->h1 */
.bloc-cms h1, h1.ligne-gris {
    font-size: 34px;
    color: #fff;
    background: #353740;
    padding: 15px;
    margin-top: -15px;
    margin-bottom: 30px;
}

h1.ligne-gris {
    margin: 0;
}

/* PAGES DDECOUVRIR H4->h2 */
.bloc-white h2 {
    font-size: 26px;
    background: #FFF;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    float: initial;
    width: 100%;
    padding-bottom: 0;
}

.bloc-white h2 a {
    color: #353740 !important;
}

/* PAGES DOSSIERS */
.dossier-pedagogique-item .bloc-white {
    margin-bottom: 15px;
}

.dossier-pedagogique-item .bloc-white h2 {
    background: transparent;
    margin-top: -15px;
}

.dossier-pedagogique-item:first-of-type .bloc-white a {
    color: #FFF !important;
}

/* PAGES JEUX */
.jeu-item .bloc-white h2 {
    background: transparent;
}

.jeu-item:first-of-type .bloc-white a {
    color: #FFF !important;
}

/* PAGES EXPOS */
.block-expositions .bloc-white h2 {
    background: transparent;
}

.block-expositions:first-of-type .bloc-white a {
    color: #FFF !important;
}

/* PAGES DOSSIER PEDA */
.dossier-pedagogique-item .bloc-white h2 {
    background: transparent;
}

.dossier-pedagogique-item:first-of-type .bloc-white a {
    color: #FFF !important;
}

/* page: I ? ROUBAU.page_question_reponse .menu-top h2IX */
.page_question_reponse .menu-top h1 {
    font-size: 34px;
    color: #fff;
    background: transparent;
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}

.page_question_reponse .menu-top h1 a {
    color: #FFF !important;
}


/*MOI*/
.article {
    margin: 20px 0;
    position: relative;
    /*height: 230px;*/
}

.lireplus {
    position: absolute;
    right: 20px;
    bottom: -10px;
}

.lirelasuite {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.fa-book {
    opacity: 0.7;
}

#sid-formConnection > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modal-content input[type=text], .modal-content input[type=password] {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 40% !important;
    line-height: 1;
    padding: 10px 25px;
    margin-bottom: 5px;
}

.choix-selection {
    width: 50%;
}

.bloc-notice-infos h2 {
    padding: 8px;
}

.bloc-notice-infos > h2:not(:first-child) {
    margin: 15px 0;
}

.bloc-notice-infos > h2 {
    margin-bottom: 15px;
}

/* ----------- RECHERCHE LISTE ----------- */
/*.js-block-result-notice.bloc-notice.recherche-resultat-item.col-xs-12 {
  border: 1px solid rgba(0,0,0,0.2);
  border-bottom: none;
}*/
.bloc-notice.recherche-resultat-item.col-xs-12 {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.js-block-result-notice:last-child .bloc-notice.recherche-resultat-item.col-xs-12 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.container-result-line .sid-result-notice, .container-result-liste .sid-result-notice {
    padding-top: 10px;
}

#pagerPagination {
    line-height: 1;
    padding: 5px;
}

/*.sansFondBlanc {
  background-color: transparent !important;
}*/
.icones_toolbar {
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}

.icones_toolbar .fa {
    margin-left: 15px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.icones_toolbar .fa:hover {
    color: #636363;
}

#sid-columnResults label {
    margin-bottom: 30px;
}

/* ----------- NOTICE ----------- */
.toolbar_notice .fa-angle-double-left {
    transform: translateY(15%);
    margin-right: 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    color: #CCC;
}

.toolbar_notice button {
    transition: 0.3s ease-in-out;
}

.toolbar_notice button:hover {
    background-color: #636363;
}

.toolbar_notice_right .fa {
    margin-left: 15px;
    position: relative;
    transform: translateY(15%);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    color: #CCC;
}

.toolbar_notice_right .fa:hover, .toolbar_notice .fa-angle-double-left:hover {
    color: #636363;
}

.toolbar_notice {
    margin-bottom: 15px;
}

.bloc-white-infos h2 {
    background: none;
    color: #686A73;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

#section_parcours {
    background-color: #3798c9;
}

#section_parcours img {
    height: auto;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#section_parcours .col-md-3 {
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

#section_parcours .col-md-3 .fondu {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    color: white;
    width: 80%;
}

#section_parcours .col-md-3 p {
    color: white;
    opacity: 0;
}

#section_parcours .col-md-3:hover {
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.8);
}

#section_parcours .col-md-3:hover h4, #section_parcours .col-md-3:hover img {
    opacity: 0.1;
}

#section_parcours .col-md-3:hover p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

#section_parcours .col-md-3 h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}

/*#section_parcours .container {
  padding-top: 100px !important;
}*/
.pagination_centre {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.modal-body .fa-facebook {
    color: #3B5998;
}

.modal-body .fa-twitter {
    color: #1DA1F2;
}

.modal-body .fa-google-plus {
    color: #DD4D42;
}

.modal-sm {
    width: 250px !important;
}

.modal-dialog.modal-sm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.modal-dialog.modal-sm .modal-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.modal-dialog.modal-sm .modal-header {
    border-bottom: none;
}

.checkbox_rechav, .champs_rechav {
    display: flex;
    flex-direction: column;
}

.champs {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    flex-direction: row;
}

.champs input {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
    line-height: 1;
}

.champs input:focus {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);

}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.navbar-brand {
    height: 35px;
}

.col-md-9 .fa-times-circle {
    position: absolute;
    cursor: pointer;
    color: red;
    opacity: 0.5;
    transition: all 0.5s ease-in-out
}

.col-md-9 .fa-times-circle:hover {
    opacity: 1;
}

#bandeau {
    min-height: 175px;
    background: url('img/header-bandeau.jpg') no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}

@media (max-width: 991px) {
    #bandeau {
        flex-direction: column;
        align-items: stretch;
    }
}
@media print {
    #bandeau {
        min-height: unset;
    }
}

#bandeau .welcome {
    flex-grow: 1;
}

#bandeau .enSavoirPlus {
    border-radius: 5px;
    color: white;
    background: #FF613C;
    border: 2px solid #FF613C;
    font-weight: bold;
}

@media (max-width: 991px) {
    #bandeau .enSavoirPlus {
        float: right;
    }
}

@media print {
    #bandeau .enSavoirPlus {
        display: none;
    }
}


#bandeau .navbar-form {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: white;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

@media print {
    #bandeau .navbar-form {
        display: none;
    }
}

#bandeau .navbar-form .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    flex-grow: 1;
}

#bandeau .navbar-form .btn {
    border: none;
}

#bandeau .navbar-form * {
    display: inline-block;
}

#bandeau .navbar-form .extendedsearch {
    position: absolute;
    right: 1.5rem;
    font-size: 1.2rem;
    bottom: -1rem;
    color: white;
    font-family: inherit;
}

#bandeau .navbar-form .extendedsearch::before {
    font-family: "FontAwesome";
    font-size: inherit;
    margin-right: 5px;
}

.bloc-notice-more.bloc-white {
    text-align: center;
}

.welcome h2 {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
}

.noprint {
    position: absolute;
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#sid-page-message_info .bienvenue {
    margin-top: 10px;
}

#sid-page-message_info .sid-fil-ariane .container {
    margin-top: 5px;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

#sid-page-contact h1.ligne-gris {
    color: black;
    background: none;
}

#sid-page-index .breadcrumb, #sid-page-index .sid-fil-ariane {
    display: none;
}

/*.bloc-notice.recherche-resultat-item.col-md-3 .sid-add-cart {
  bottom: -40px;
}*/
/* .bloc-notice.recherche-resultat-item.col-md-3 .sid-add-cart em {
    position: absolute;
} */

.bloc-result .container {
    padding-bottom: 50px;
}

.sid-commentaire-edit form fieldset p {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sid-commentaire-edit form fieldset p input[type=text] {
    width: 100%;
    border-color: rgb(169, 169, 169);
}

.sid-commentaire-edit form .sid-row-button input[type="submit"],
.modal-dialog input[type="submit"] {
    width: 30%;
    margin: auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    text-transform: uppercase;
    font-size: 0.9em;
}

.sid-commentaire-edit form .sid-row-button input[type="submit"]:hover,
.modal-dialog input[type="submit"]:hover,
.inscription fieldset button.submit:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.modal-dialog input[type="submit"] {
    width: 15%;
    margin-top: 15px;
}

.inscription fieldset button.submit {
    width: 20%;
    margin: auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    text-transform: uppercase;
    font-size: 0.9em;
}

.col-sm-10 button.submit:nth-child(1) {
    margin-left: 20px;
}

.inscription input[type=text] {
    border-color: rgb(169, 169, 169);
}

.bienvenue {
    text-align: center;
    font-size: 19px;
    background: white;
    color: black;
    margin-bottom: 10px;
}

/* Bloc "nuage de mots" ---------------
 ----------------------------------- */
#sid-tagsCloud .designation a {
    color: #A9A6EA;
}

#sid-tagsCloud .sujet_loc a {
    color: #2D27B7;
}

#sid-tagsCloud .repr a {
    color: #295584;
}

#sidebar-facets {
    float: left;
    width: 25%;
}

#results-content {
    float: left;
    width: 50%;
}

#sidebar-extras {
    float: left;
    width: 25%;
}

.side-block {
    /*    text-align: right;*/
}

nav .navbar-nav > li > a:last-child {
    /*position: absolute;
    right: -290px;*/
}

#sid-tagsCloud {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sid-tagsCloud ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    text-align: right;
}

#sid-tagsCloud li {
    display: inline;
    margin: 0;
    padding: 0;
}

#sid-tagsCloud li.level1 {
    font-size: 0.4em;
}

#sid-tagsCloud li.level2 {
    font-size: 0.6em;
}

#sid-tagsCloud li.level3 {
    font-size: 0.8em;
}

#sid-tagsCloud li.level4 {
    font-size: 1em;
}

#sid-tagsCloud li.level5 {
    font-size: 1.2em;
}

#sid-tagsCloud li.level6 {
    font-size: 1.4em;
}

a[hreflang]::before {
    padding-left: 16px;
    content: "";
    background: 50% 50% no-repeat;
    margin-right: 3px;
}


a[hreflang=en]::before {
    background-image: url("/themes/default/img/flags/gb.png");
}

a[hreflang=es]::before {
    background-image: url("/themes/default/img/flags/es.png");
}

a[hreflang=fr]::before {
    background-image: url("/themes/default/img/flags/fr.png");
}


a[hreflang=de]::before {
    background-image: url("/themes/default/img/flags/de.png");
}

.topbar {
    min-height: 25px;
    line-height: 2rem;
    background-color: black;
}

.topbar, .topbar a {
    font-size: 0.9em;
}

@media not print {
    .topbar, .topbar a {
        color: white !important;
    }
}


.topbar .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: inherit;
}

.topbar nav {
    margin: 2px;
    padding: 0;
    background-color: inherit;
}

.topbar ul {
    margin: 0;
    padding: 0;
}

.topbar li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}

.lang-switcher {
    min-width: 180px;
}

.lang-switcher [data-selected="1"] {
    display: none;
}

[data-widget=select] {
    position: relative;
    z-index: 99;
}

[data-widget=select] > ul {
    position: absolute;
    right: 0;
    background-color: inherit;
    padding: 0 20px 0 0;
    display: flex;
    flex-direction: column;
}

@media not print {
    [data-widget=select] > ul::before {
        position: absolute;
        content: "▼";
        right: 3px;
    }
}

[data-widget=select] > ul > li {
    display: none;
    padding: 0;
}

[data-widget=select] > ul > li[data-selected="1"] {
    display: block;
    order: -1;
}

[data-widget=select] > ul > li a {
    display: block;
    padding: 0 10px;
    margin: 0;
}

@media not print {
    [data-widget=select].active > ul > li {
        display: block;
    }
}

[data-widget=select].active > ul > li[data-selected="1"] a, [data-widget=select].active > ul > li a:hover {
    background-color: grey;
}

@media print {
    #tarteaucitronRoot {
        display: none;
    }
}
