.home {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: white;
}

.home .container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

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

.home ul li a {
    text-transform: uppercase;
    font-family: var(--title-font-family);
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
}

.home nav {
    background-color: white;
    flex: 0 0 7rem;
    display: flex;
    position: sticky;
    top: 0;
    min-height: 7rem;
    z-index: 10;
    border-bottom: solid var(--primary-color) 2px;
}

@media screen and (min-width: 992px) {
    .home nav {
        margin-top: 4rem;
        margin: 4rem 2rem 0 2rem;
        border-bottom: 0;
    }
}

.home .nav-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .home nav {
        background: none;
    }

    .home .nav-content {
        flex-direction: row;
        justify-content: space-between;
        background: white;
    }
}

.home .nav-content>div:first-child {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 2rem;
}

@media screen and (min-width: 992px) {
    .home .nav-content>div:first-child {
        width: initial;
        display: flex;
        align-items: center;
        /* height: 100%; */
        padding: 0 2rem;
    }
}

.home .nav-content .collapser {
    font-size: 2rem;
    color: initial;
}

.home .nav-content .logo {
    margin: 0 auto;
}

.home .menu-content {
    position: absolute;
    width: 100%;
    top: 7rem;
    background: white;
    z-index: 2;
    padding: 2rem;
    display: none;
    max-height: 30rem;
    overflow: auto;
}

@media screen and (min-width: 992px) {
    .home .menu-content {
        display: flex !important;
        position: initial;
        background: none;
        align-items: center;
        flex: 1;
        padding: 0;
        justify-content: space-between;
        padding-right: 2rem;
        overflow: initial;
    }
}

.home nav .menu-content #simpleSearchForm {
    margin-bottom: 2rem;
}

.home nav .menu-content #simpleSearchForm .rangeDate {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.home nav .menu-content #simpleSearchForm .rangeDate .rangeDateFrom,
.home nav .menu-content #simpleSearchForm .rangeDate .rangeDateTo {
    flex: 1;
    width: 100%;
}

.home nav .menu-content #simpleSearchForm .rangeDate .rangeDateFrom input,
.home nav .menu-content #simpleSearchForm .rangeDate .rangeDateTo input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
    min-height: 3rem;
    margin: 1rem 0;
}

.home nav .menu-content #simpleSearchForm .rangeDate .rangeDateFrom {
    margin-right: 1rem;
}

.home nav .menu-content #simpleSearchForm input[type="submit"] {
    width: 100%;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .home nav .menu-content #simpleSearchForm {
        margin-bottom: 0rem;
        flex: 0 0 26rem;
        margin-right: 2rem;
        position: relative;
    }

    .home nav .menu-content #simpleSearchForm .rangeDate {
        position: absolute;
        background: white;
        width: 100%;
        top: 0rem;
        padding: 1rem;
        border: solid #efefef 1px;
        margin-top: 2.85rem;
        display: none;
    }

    .home nav .menu-content #simpleSearchForm .rangeDate .rangeDateFrom,
    .home nav .menu-content #simpleSearchForm .rangeDate .rangeDateTo {}

    .home nav .menu-content #simpleSearchForm .rangeDate .rangeDateFrom input,
    .home nav .menu-content #simpleSearchForm .rangeDate .rangeDateTo input {}

    .home nav .menu-content #simpleSearchForm .rangeDate .rangeDateFrom {
        margin: 0;
    }

    .home nav .menu-content #simpleSearchForm input[type="submit"] {}
}

@media screen and (min-width: 1300px) {
    .home nav .menu-content #simpleSearchForm {
        flex: 0 0 38rem;
        margin-right: 4rem;
    }
}

.home nav .fulltextWrapper {
    position: relative;
    width: 100%;
}

.home nav .fulltextWrapper input[type="text"] {
    background-color: #efefef;
    padding-left: 3.5rem;
    border: 0;
    border-radius: 0.5rem;
    outline: none;
}

.home nav .fulltextWrapper button {
    border: 0;
    background: 0;
    font-size: 1.6rem;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .home nav .menu-content ul {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }
}

.home nav .menu-content li:not(:last-child) {
    border-bottom: solid #c9c9c9 1px;
    display: flex;
}

@media screen and (min-width: 992px) {
    .home nav .menu-content li:not(:last-child) {
        border: 0;
    }
}

.home nav .menu-content li a {
    padding: 0.9rem 0;
    display: flex;
}

@media screen and (min-width: 992px) {
    .home nav .menu-content li a {
        padding: 0;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1100px) {
    .home nav .menu-content li a {
        font-size: 1.6rem;
    }
}

.latestPublications {
    padding: 0 2rem;
    display: flex;
    flex: 1;
    min-height: 24rem;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1300px) {
    .latestPublications {
        padding: 0;
    }
}

.owl-carousel .owl-item {
    float: none !important;
    display: flex;
}

.owl-dots {
    position: absolute !important;
    top: 21px !important;
    right: 0px !important;
    text-align: right !important;
    margin-top: -50px !important;
}

.owl-dots span {
    margin: 5px 0px 5px 5px !important;
    background: white !important;
    width: 1.3rem !important;
    height: 1.3rem !important;
}

.owl-dots .owl-dot.active span {
    background: var(--primary-color) !important;
}

.owl-carousel .owl-stage {
    display: flex;
}

.home footer {
    background-color: var(--primary-bg-color-opacity);
}

.home footer>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    padding: 0 2rem;
}

@media screen and (min-width: 1300px) {
    .home footer>div:first-child {
        padding: 0;
    }
}

.home footer a {
    color: white;
}

.home footer ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.home footer ul li:not(:last-child) {
    margin-right: 1rem;
}

.progress-bar {
    height: 12px;
    padding: 0;
    width: 350px;
    margin: 70px 0 20px 0;
    -moz-border-radius: 0;
    -moz-box-shadow:
        0 1px 5px #000 inset,
        0 1px 0 #444;
    z-index: 90001;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    bottom: 0;
    margin: auto;
    min-width: 210px;
    max-width: 270px;
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    background-color: #777;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.gray span {
    background-color: var(--primary-color);
}

.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

    -webkit-animation: animate-stripes 0.7s linear infinite;
    -moz-animation: animate-stripes 0.7s linear infinite;
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}

/*
 * Table Lum
 */
.l-page {
    /*padding-top: 60px;*/
    display: flex;
}

.l-lightTableTop {
    /*position: fixed;*/
    width: 100%;
    /*top: 60px;*/
    z-index: 2050;
}

.l-lightTableContent {
    padding-left:10px;
    background: #f0f0f0;
    padding-bottom: 10px;
}

.l-lightTableContent.grid {
    /*padding-bottom: 130px;*/
}

/**
 * Small menu panier
 */

#newRenameContainer {
    position: absolute;
    top: 140px;
    background: white;
    width: 100%;
    z-index: 9999;
    padding: 10px;
    border-bottom: solid #dedede 1px;
    display: none;
}

#newRenameContainer form {
    display: none;
}

.recherche>form {
    display: flex;
    flex-flow: row nowrap;
    /*border-bottom: solid #dedede 1px;*/
    align-items: center;
    height: 100%;
    background: white;
}

.recherche #simpleSearchForm input[type="text"] {
    flex-grow: 1;
    flex-shrink: 1;
    align-self: normal;
    border-radius: 0;
    padding: 0 1rem;
    outline: none;
}

.recherche #simpleSearchForm input[name="mrValeur\[valFulltext\]"] {
    border: 0;
}

.recherche #simpleSearchForm button {
    text-align: center;
    font-size: 1.6rem;
    height: 40px;
    width: 40px;
}

.resume-antiscroll-wrapper .resume-requete-vignette {
    display: none;
}

@media (min-width: 1200px) {
    .resume-antiscroll-wrapper .resume-requete-vignette {
        display: flex !important;
    }
}

@media (min-width: 992px) {

    .recherche #simpleSearchForm input[type="text"],
    .recherche #simpleSearchForm div.rangeDate {
        max-width: 600px;
        padding-left: 1rem;
    }
}

.recherche #simpleSearchForm div.rangeDate div {
    flex: 1;
    padding: 1rem;
}

.recherche #simpleSearchForm div.rangeDate div input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
    min-height: 3rem;
    margin: 1rem 0;
}

.recherche #simpleSearchForm .btn,
.recherche #simpleSearchForm input[type="image"] {
    border-radius: 0;
    align-self: normal;
}

.recha {
    max-height: 0;
    background: white;
    /*border-bottom: solid 1px #d8d8d8;*/
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 40px;
    overflow-y: hidden;
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
    /*padding: 0 12px;*/
}

.recha--slidedown {
    max-height: 370px;
}

.recha form {
    margin-bottom: 0;
}

.recha h4 {
    border-bottom: solid 1px #ddd;
    margin-top: 0;
}

.resume-antiscroll-wrapper {
    align-items: center;
    background: white;
    border-bottom: solid #dedede 1px;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 10px;
    /*justify-content: space-between;*/
    height: 40px;
    border-top: solid #dedede 1px;
}

.resume-antiscroll-wrapper .back {
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .resume-antiscroll-wrapper .resume-requete {
        display: initial;
    }
}

.resume-antiscroll-wrapper .optionAffichage {
    margin-left: auto;
    display: flex;
    align-self: stretch;
}

.resume-antiscroll-wrapper .optionAffichage i {
    font-size: 2rem;
}

.resume-antiscroll-wrapper .layout {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.resume-antiscroll-wrapper .layout a {
    margin: 0 4px 0 0;
    display: flex;
}

.resume-antiscroll-wrapper .layout a:last-child {
    margin-right: 0px;
}

.resume-antiscroll-wrapper .layout img {
    display: block;
}

.antiScroll {
    display: flex;
    justify-content: center;
    align-items: center;
}

.antiScroll .form-control {
    width: 34px;
}

.antiScroll.bottom {
    margin: 10px 0;
}

.antiScroll.top {
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.antiScroll .btn-neutral {
    margin: 0px 2px;
}

.page {
    margin: 0 10px 0 0;
}

.page.profil {
    margin: 1rem;
}

.presentationReport {
    background: #fff;
    border: solid #d8d8d8 1px;
    margin: 10px 10px 0 0px;
    display: flex;
    padding: 10px;
}

.presentationReport .thumb {
    align-self: start;
    flex-basis: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    max-width: 200px;
}

.presentationReport .thumb:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.presentationReport .infos {
    padding: 0;
    margin-left: 10px;
}

.presentationReport .infos h4 {
    color: black;
    padding: 0 0 4px 0;
    margin: 0;
    margin-bottom: 4px;
}

.l-lightTableContent .resume-requete {
    background: #fff;
    border: solid #d8d8d8 1px;
    margin: 10px 10px 0 10px;
    /*display: flex;*/
    padding: 10px;
}

@media (min-width: 1200px) {
    .l-lightTableContent .resume-requete {
        display: none;
    }
}

.table-lum {
    margin-bottom: 15px;
    /*padding-left: 10px;*/
}

.table-lum .numero {
    display: inline-block;
    margin: 1rem 0;
    margin-right: auto;
}

.table-lum .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: -10px 0 0 -10px;
}

.table-lum .items.vignettes {
    padding-bottom: 4rem;
}

/*
 * DEBUT GRILLE
 */
.sujet-g,
.vignette-g {
    display: flex;
    margin: 0;
    vertical-align: top;
    padding: 10px 0 0 10px;
    /* overflow: hidden; */
    position: relative;
}

@media (min-width: 425px) {
    .sujet-g {
        max-width: 250px;
    }
}

.sujet-g-wrapper,
.vignette-g-wrapper {
    background: white;
    flex: 1;
    /*padding-bottom: 10px;*/
    display: flex;
    flex-flow: column nowrap;
    position: relative;
}

.sujet-g-wrapper {
    height: 326px;
}

@media (min-width: 991px) {
    .vignette-g-wrapper {
        height: 258px;
    }

    .vignette-g:hover .vignette-g-thumb {
        border: solid var(--primary-color) 1px;
        border-bottom: 0;
    }

    .vignette-g:hover .vignette-g-infos {
        border: solid var(--primary-color) 1px;
        border-top: 0;
    }

    .vignette-g:hover .vignette-g-infos {
        border-top: 0;
    }

    .vignette-g:hover .vignette-g-actions {
        display: flex;
    }
}

.sujet-g-thumb,
.vignette-g-thumb {
    align-items: flex-end;
    display: flex;
    height: 210px;
    justify-content: center;
    flex: 0 0 auto;
}

.sujet-g-thumb img,
.vignette-g-thumb img {
    display: block;
    height: auto;
    max-width: 100%;
}

.sujet-g-infos,
.vignette-g-infos {
    display: flex;
    flex-flow: column wrap;
    padding: 0 10px;
    align-items: flex-start;
    flex: 1;
    font-size: 1.4rem;
}

.vignette-g-infos {
    padding: 10px 10px 0 10px;
    flex: none;
}

.sujet-g-infos {
    align-items: flex-start;
}

.vignette-g-infos {
    align-items: flex-end;
}

.sujet-g-infos h5,
.vignette-g-infos h5 {
    margin: 10px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

.sujet-g-infos div,
.vignette-g-infos div {
    margin-top: auto;
    margin-bottom: 1rem;
}

.vignette-g-actions {
    bottom: 0;
    z-index: 3;
    background: white;
    padding: 1rem;
    width: 100%;
    display: flex;
    transform: translate(0%, 100%);
    display: none;
}

@media (min-width: 991px) {
    .vignette-g-actions {
        display: none;
        position: absolute;
        border: solid var(--primary-color) 1px;
        border-top: 0;
    }
}

.vignette-g-actions div:first-child {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vignette-g-actions div:first-child a {
    margin: 0.5rem 0;
}

.vignette-g-actions div:first-child a:first-of-type {
    margin-top: 0;
}

.vignette-g-actions div:first-child a:last-of-type {
    margin-bottom: 0;
}

.vignette-g-actions i {
    background-color: transparent;
}

.vignette-g-actions .liste_format {
    right: 0;
}

/*
 * FIN GRILLE
 */

/*
  * DEBUT COLONNE
  */
.colonnePage {
    display: grid;
    grid-template-columns: repeat(auto-fill);
    grid-gap: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .colonnePage {
        grid-template-columns: repeat(auto-fill, minmax(45rem, 1fr));
    }
}

.sujet-c,
.vignette-c {
    min-height: 220px;
}

.vignette-c-infos,
.sujet-c-infos {
    display: grid;
    grid-template: min-content 1fr min-content / 1fr;
    position: relative;
}

.vignette-c-actions {
    font-size: 1.8rem;
}

.sujet-c-wrapper,
.vignette-c-wrapper {
    background: white;
    height: 100%;
    display: grid;
    padding: 1rem;
    grid-template: 1fr 1fr / 1fr;
    grid-gap: 1rem;
}

@media (min-width: 768px) {

    .sujet-c-wrapper,
    .vignette-c-wrapper {
        grid-template: 1fr / minmax(100px, 200px) 1fr;
    }
}

.sujet-c h4,
.vignette-c h4 {
    font-weight: bold;
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
}

.sujet-c h4 {
    text-decoration: underline;
}

.sujet-c-thumb,
.vignette-c-thumb {
    background-color: #f4f4f4;
    height: 100%;
    width: 100%;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
 * DEBUT FLEX
 */
.flexPage {
    display: flex;
    flex-wrap: wrap;
}

.flexPage:after {
    content: "";
    flex-grow: 999999999;
}

.flexItem-wrapper {
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.flexItem-wrapper div[id^="menu_telecharger_"] {
    position: absolute;
    right: 0;
    z-index: 4;
}

.flexItem-wrapper div[id^="menu_telecharger_"] ul.liste_format {
    position: initial;
    margin: 0.4rem 0;
}

.flexItem-wrapper div[id^="menu_telecharger_"] ul.liste_format a {
    font-size: 1.3rem;
}

.sujet-f,
.vignette-f {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: white;
    overflow: hidden;
    font-size: 1.2rem;
}

.vignette-f {
    margin: 0;
}

.sujet-f .exclu,
.sujet-g .exclu,
.vignette-f .exclu,
.vignette-g .exclu,
.sujet-f .video,
.sujet-g .video,
.vignette-f .video,
.vignette-g .video {
    position: absolute;
    z-index: 1;
}

.sujet-f .exclu,
.sujet-g .exclu,
.vignette-f .exclu,
.vignette-g .exclu {
    left: 0;
}

.sujet-f .video,
.sujet-g .video,
.vignette-f .video,
.vignette-g .video {
    right: 0px;
}

.sujet-f .exclu img,
.vignette-f .exclu img,
.sujet-g .exclu img,
.vignette-g .exclu img,
.sujet-f .video img,
.vignette-f .video img,
.sujet-g .video img,
.vignette-g .video img {
    width: auto;
    max-width: none !important;
    position: relative;
}

.sujet-f a {
    color: white;
}

.sujet-f img {
    position: absolute;
    top: 0;
    color: white;
    width: 100%;
    vertical-align: bottom;
    max-width: 100% !important;
}

.sujet-f-infosPhoto {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(270deg, transparent 2%, #000 100%);
    background: linear-gradient(-180deg, transparent 2%, #000000b8 100%);
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    z-index: 2;
    align-items: flex-start;
}

.sujet-f-infosPhoto .datepubl {
    font-size: 1.2rem;
}

.sujet-f-nbrPhoto {
    /*position: absolute;
  top: 10px;
  right: 10px;*/
    background-color: rgba(8, 8, 8, 0.4);
    border-radius: 0.25rem;
    padding-right: 0.5em;
    padding-left: 0.5em;
    display: flex;
    align-items: center;
    height: 2rem;
    /*z-index: 3;*/
    margin: 6px 0 0;
}

.sujet-f-nbrPhoto span {
    margin-left: 0.5rem;
    font-size: 1.2rem;
    color: white;
}

.sujet-f .link-holder,
.vignette-f .link-holder {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
}

.vignette-f .hover-infos {
    padding: 10px;
}

.hover-holder {
    background: -moz-linear-gradient(top, rgba(46, 48, 51, 0.5) 36%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(46, 48, 51, 0.5) 36%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(46, 48, 51, 0.5) 36%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2e3033', endColorstr='#00000000', GradientType=0);
    color: white;

    font-size: inherit;
    line-height: 1.2;
    word-wrap: break-word;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(0,0,0,.5);*/
    z-index: 2;
    display: none;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
}

.vignette-f .actions-holder {
    margin-left: auto;
    padding: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    font-size: 1.8rem;
    /*height: 2.2rem;*/
    display: none;
}

.vignette-f .actions-holder a {
    background: rgba(255, 255, 255, 0.5);
    padding: .6rem;
    display: flex;
    align-items: center;
}

.vignette-f .player-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.vignette-f .player-holder #lds-ellipsis {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: none;
}

.vignette-f .player-holder .lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.vignette-f .player-holder .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.vignette-f .player-holder .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.vignette-f .player-holder .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.vignette-f .player-holder .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.vignette-f .player-holder .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/*
 * FIN FLEX
 */

/**
 * FILTRES SMALL
 */
#filtresMobile-wrapper {
    background: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.2rem 2.4rem;
    border-top: 0.1rem solid #dedede;
    z-index: 2051;
    justify-content: center;
}

#filtresMobile-content {
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    min-height: 100dvh;
    background-color: #f1f1f1;
    left: 0;
    right: 0;
    display: none;
    padding-bottom: 9.4rem;
    height: 100dvh;
    z-index: 2053;
}

#countSelectedFiltre span {
    background: var(--primary-color-darker);
    color: white;
    border-radius: 4px;
    padding: 0rem 0.3rem;
    margin: 0 0.5rem;
}

.showResultsSmallFiltres {
    position: fixed;
    left: 2.4rem;
    right: 2.4rem;
    bottom: 2.4rem;
    padding: 1.6rem 2.4rem;
    text-align: center;
}

/*
 * Pop up infos photo
 */

.infosPhoto {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 100px);
}

.infosPhoto.popup {
    padding-top: 0;
}

.media {
    flex: 1;
    max-width: 100%;
}

.media-infos .accent {
    color: #A80D1A;
    font-weight: bolder;
}


.media-infos #form-boutique-wrapper {
    display: flex;
    transition: all .2s ease;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    padding: 10px;
    width: 100%;
}

.media-infos #form-boutique-wrapper.revealed {
    transform: translateX(0);
}

@media (min-width: 991px) {
    .media-infos #form-boutique-wrapper {
        height: calc(100vh - 100px);
        overflow: auto;
    }
}

.media-infos form#produitConfigurationForm {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    /* pour que chaque step soit en oveflow auto et se repartissent equitablement */
    /*overflow: auto;*/
    /* FIN pour que chaque step soit en oveflow auto et se repartissent equitablement */
}

.media-infos form#produitConfigurationForm .step {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*flex: 1;*/
    /*flex: 1 1 auto;*/
    /* pour que chaque step soit en oveflow auto et se repartissent equitablement */
    /*min-height: 0;*/
    /* FIN pour que chaque step soit en oveflow auto et se repartissent equitablement */
    overflow: visible;
}

.media-infos form#produitConfigurationForm .step.flexnone {
    flex: none;
}

.media-infos form#produitConfigurationForm .choices-wrapper {
    flex: 1;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

.media-infos form#produitConfigurationForm .step:last-of-type {
    margin-top: auto;
    padding-bottom: 10px;
    flex: none;
}

.media-infos form#produitConfigurationForm .step h4 {
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
    font-family: 'Open Sans';
}

.media-infos form#produitConfigurationForm .step h4:before{
    content: '';
    /* flex: 1; */
    width: 4px;
    background-color: var(--primary-color);
}

.media-infos form#produitConfigurationForm .step h4:before {
    height: 100%;
}

.media-infos form#produitConfigurationForm .choices-wrapper .choices {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.media-infos form#produitConfigurationForm .choices-wrapper .choices::-webkit-scrollbar {
    display: none;
}

/* Pseudo-éléments fixes sur le wrapper (ne scrollent pas) */
.media-infos form#produitConfigurationForm .choices-wrapper::before,
.media-infos form#produitConfigurationForm .choices-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 48px;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.media-infos form#produitConfigurationForm .choices-wrapper::before {
    top: 0;
    background: linear-gradient(to top, transparent, white);
    opacity: 0;
}

.media-infos form#produitConfigurationForm .choices-wrapper::after {
    bottom: 0;
    background: linear-gradient(to bottom, transparent, white);
}

.media-infos form#produitConfigurationForm .choices-wrapper.is-scrolled::before {
    opacity: 1;
}

.media-infos form#produitConfigurationForm .choices-wrapper.is-bottom::after {
    opacity: 0;
}

.media-infos form#produitConfigurationForm .step .choices .choice {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    border: solid #DEDEDE 1px;
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
    flex-direction: column;
}

.media-infos form#produitConfigurationForm .step .choices .choice .name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    gap: 20px;
    align-items: center;
}

.media-infos form#produitConfigurationForm .step .choices .choice .description {
    font-size: 12px;
    padding-right: 20px;
}

.media-infos form#produitConfigurationForm .step .choices .choice .formatInfosPrice {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.media-infos form#produitConfigurationForm .step .choices .choice .formatInfos {}

.media-infos form#produitConfigurationForm .step .choices .choice .formatPrice {
    font-weight: 700;
    color: #A80D1A;
}

.media-infos form#produitConfigurationForm .step .choices .choice input[type="radio"] {
    accent-color: #1E1E1E;
    /* pour supprimer contour bleue de l'ancre */
    /*outline: none;*/
}

.media-infos form#produitConfigurationForm .step .choices .choice:has(input[type="radio"]:checked) {
    background: #a80d1a09;
    border: 1px solid #a80d1a;
    padding: 10px;
}

.media-infos form#produitConfigurationForm .step .choices .option {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.media-infos form#produitConfigurationForm .step .choices .option label {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
    /* donne de l'air aux descenders */
    cursor: pointer;
}

.media-infos form#produitConfigurationForm .step .choices .option label input[type="radio"] {
    flex-shrink: 0;
    /* empêche le radio de se comprimer */
    margin: 0;
    /* retire les marges navigateur */
}

.media-infos form#produitConfigurationForm .step .choices .option-champ-extra {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.25s ease, opacity 0.2s ease, margin-top 0.2s ease;
}

/* État visible */
.media-infos form#produitConfigurationForm .step .choices .option-champ-extra.visible {
    max-height: 60px;
    opacity: 1;
    margin-top: 6px;
}

.media-infos form#produitConfigurationForm .step .choices .option-champ-extra input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    transition: border-color 0.15s ease;
}

.media-infos form#produitConfigurationForm .step .choices .option-champ-extra input[type="text"]:focus {
    border-color: #c1272d;
    box-shadow: 0 0 0 2px rgba(193, 39, 45, 0.12);
}

.media-infos form#produitConfigurationForm .step .choices .option-champ-extra input[type="text"]::placeholder {
    color: #aaa;
    font-style: italic;
}

.media-infos form#produitConfigurationForm .quantityAddProduct {
    display: flex;
    text-transform: uppercase;
}

.media-infos form#produitConfigurationForm .quantity {
    background-color: white;
    font-weight: 700;
    display: flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.media-infos form#produitConfigurationForm .quantity+.addProduct {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.media-infos form#produitConfigurationForm .quantity .increase,
.media-infos form#produitConfigurationForm .quantity .decrease {
    padding: 0 10px;
}

.media-infos form#produitConfigurationForm .addProduct {
    flex: 1;
}

@media (min-width: 991px) {
    .infosPhoto {
        flex-direction: row;
        align-items: flex-start;
    }

    .media {
        height: 100%;
    }

    .media-infos {
        height: 100%;
        width: 420px;
        flex-shrink: 0;
        border-left: solid #DEDEDE 1px;
        overflow: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
    }
}

.infosPhoto .zoom {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
}

.infosPhoto .mr:hover+.zoom,
.infosPhoto .zoom:hover,
.infosPhoto .avoidSaveAs:hover~.zoom {
    display: block;
}

.controls {
    align-items: center;
    background-color: white;
    border-bottom: solid #ddd 1px;
    display: flex;
    flex-flow: row nowrap;
    font-size: 15px;
    font-size: 1.5rem;
    justify-content: flex-start;
    height: 40px;
    padding: 0px 10px;
}

.media-infos .infos {
    background-color: white;
    padding: 10px;
    flex: 1;
}

@media (min-width: 991px) {
    .media-infos .infos {
        background-color: white;
        padding: 10px;
        height: calc(100dvh - 100px);
        overflow: auto;
    }
}

@media (max-width: 990px) {
    media-infos .infos {}
}

.preview-container {
    flex: 1;
}

@media (max-width: 768px) {
    .preview-container {
        margin-bottom: 10px;
    }
}

#preview-mr {
    display: flex;
    justify-content: space-between;
    height: calc(100% - 40px);
    align-items: center;
    margin: 20px 0;
}

.prev,
.next {
    font-size: 2.9rem;
    flex-basis: 38px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    height: 100%;
}

.prev a,
.next a {
    display: flex;
    height: 100%;
    align-items: center;
}

#preview-mr-polaroid {
    background: #f4f4f4;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#preview-mr-polaroid .mr-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
}

#preview-mr-polaroid img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.infosPhoto .infos li {
    display: flex;
    justify-content: flex-start;
    flex-flow: column nowrap;
    word-break: break-word;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}

.infosPhoto .infos .telechargement {
    margin-bottom: 10px;
}

.infosPhoto .infos .telechargement li {
    gap: 10px;
}

.infos section:not(:last-child) {
    margin-bottom: 16px;
}

.infos h4 {
    border-bottom: solid 1px #ddd;
    margin-top: 0;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.infos .label {
    font-weight: 600;
}

.infos ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 10px;
}

.telechargement ul li {
    gap: 10px;
}

.infos li a {
    margin-right: auto;
}

.infos .actions {
    flex-direction: column;
    flex-wrap: wrap;
}

.infos .actions .btn,
.infos .telechargement .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.infos .actions>li {
    margin-right: 10px;
}

.infos .telechargement a {
    color: white;
}

/*
 * Profil
 */

.profil {
    margin-top: 10px;
}

.profil .sections {
    margin: 0 0 0 -10px;
}

.profil section {
    background: white;
    margin: 0 0px 10px 10px;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.profil section h4 {
    margin: 1rem;
    border-bottom: solid #dedede 1px;
    display: flex;
    align-items: center;
}

.profil h4 span {
    margin-left: auto;
    font-size: 1.5rem;
}

.profil table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.profil table caption {
    font-size: 2rem;
    margin: 0.5rem 0 0.75rem;
    text-align: left;
}

.profil table caption span {
    display: block;
    float: right;
}

.profil table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.35em;
}

.profil table tbody tr:hover {
    background-color: var(--primary-bg-color-opacity);
}

.profil table th,
.profil table td {
    padding: 0.625em;
    text-align: left;
}

.profil table th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .profil table {
        border: 0;
    }

    .profil table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .profil table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    .profil table tbody tr:hover {
        background: #f8f8f8 !important;
    }

    .profil table td {
        border-bottom: 1px solid #ddd;
        display: block;
        /*font-size: .8em;*/
        text-align: right;
    }

    .profil table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .profil table td:last-child {
        border-bottom: 0;
    }
}

.profil ul {
    padding: 0 1rem;
    overflow: auto;
    margin: 1rem 0;
}

.profil li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.profil li span {
    font-weight: bold;
}

.profil li a {
    margin: 0 0 0 auto;
}

.breadcrumb {
  display: inline-block;
  /*box-shadow: 0 0 15px 1px rgb(0 0 0 / 35%);*/
  overflow: hidden;
  /*border-radius: 5px;*/
  counter-reset: flag;
  /*border: solid 1px #dedede;*/
  /*position: absolute;
  left: 50%;
  transform: translateX(-50%);*/
}

.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: flex;
  float: left;
  color: var(--body-color);
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 0px 0 20px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
  line-height: 38px;
  font-size: 0;
  align-items: center;
}

.breadcrumb a::before {
  font-size: 12px;
}

.breadcrumb a {
  font-size: 12px;
  padding: 0 10px 0 20px;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
  padding-left: 0px;
  /*border-radius: 5px 0 0 5px;*/
  /*to match with the parent's radius*/
}

.breadcrumb a:first-child:before {
  left: 14px;
  color: var(--body-color);
}

.breadcrumb a:last-child {
  /*border-radius: 0 5px 5px 0;*/
  /*this was to prevent glitches on hover*/
  padding-right: 10px;
}

/*hover/active styles*/
.breadcrumb a.active {
  background: #333;
  background: linear-gradient(#333, #000);
  color: white;
}

.breadcrumb a.active:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 40px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.05), 3px -3px 0 2px rgba(222, 222, 222, 0.1);
  border-radius: 0 5px 0 50px;
}

/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
  content: none;
}

/*we will use the :before element to show numbers*/
.breadcrumb a:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin: 8px 0;
  /* position: absolute; */
  top: 0;
  left: 30px;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 1rem;
}

.breadcrumb.flat a,
.breadcrumb.flat a:after {
  background: white;
  color: var(--body-color);
  flex: 1;
  justify-content: center;
  /*transition: all 0.5s;*/
}

.breadcrumb.flat a.active {
  background: white;
  color: white;
  /*transition: all 0.5s;*/
}

.breadcrumb.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
  color: var(--body-color);
}

.breadcrumb.flat a.active,
.breadcrumb.flat a.active:after {
  background: var(--primary-color);
}

@media (min-width: 480px) and (max-width: 767px) {
    .detectQuerie:before {
        position: fixed;
        content: "max-width : 767px";
        width: 100%;
        height: 20px;
        z-index: 99999999;
        background: rgba(63, 193, 152, 0.2);
        line-height: 20px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .detectQuerie:before {
        position: fixed;
        content: "min-width : 768px";
        width: 100%;
        height: 20px;
        z-index: 99999999;
        background: rgba(63, 193, 152, 0.2);
        line-height: 20px;
    }
}

@media (min-width: 768px)
/*and (max-width: 991px) */
    {

    /*------------------------------------*\
    $Base
  \*------------------------------------*/
    .detectQuerie:before {
        position: fixed;
        content: "min-width : 768px/max-width : 991px";
        width: 100%;
        height: 20px;
        z-index: 99999999;
        background: rgba(63, 193, 152, 0.2);
        line-height: 20px;
    }
}

/* Medium devices (mds, 992px and up) */
@media (min-width: 991px) {
    .detectQuerie:before {
        position: fixed;
        content: "min-width : 991px";
        width: 100%;
        height: 20px;
        z-index: 99999999;
        background: rgba(63, 193, 152, 0.2);
        line-height: 20px;
    }
}

@media (min-width: 992px)
/*and (max-width: 1199px) */
    {

    /*------------------------------------*\
    $Base
  \*------------------------------------*/
    .detectQuerie:before {
        position: fixed;
        content: "min-width : 991px/max-width : 1199px";
        width: 100%;
        height: 20px;
        z-index: 99999999;
        background: rgba(63, 193, 152, 0.5);
        line-height: 20px;
    }

    /*------------------------------------*\
    $Layout
  \*------------------------------------*/
    .l-header {
        display: block;
        height: 100px;
        position: fixed;
        width: 100%;
        z-index: 10;
        padding-right: 10px;
    }

    .l-page {
        /*padding-top: 100px;*/
    }

    .l-rendering {
        /*padding-left: 250px;*/
        flex: 1;
    }

    .l-lightTableTop {
        /*padding-left: 250px;*/
        height: 80px;
        width: 100%;
        /*border-bottom: solid #D8D8D8 1px;*/
        position: sticky;
        background: #fff;
        z-index: 10;
        top: 100px;
        -webkit-transition: padding-right 0.2s linear 0s;
        -moz-transition: padding-right 0.2s linear 0s;
        -o-transition: padding-right 0.2s linear 0s;
        transition: padding-right 0.2s linear 0s;
        /*left: 0;*/
    }

    #chargement_encours {
        background: rgba(0, 0, 0, 0.2);
        position: fixed;
        z-index: 9999;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        text-align: center;
        display: none;
        justify-content: center;
        align-items: center;
    }

    #chargement_encours #loading {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    #chargement_encours #loading>span {
        background: white;
        padding: 10px;
    }

    #chargement_encours #loading .progress-bar {
        width: 100%;
        max-width: 100%;
        margin: 0;
        position: initial;
    }

    #chargement_encours #close {
        display: inherit;
        margin-left: auto;
        width: 20px;
        height: 20px;
        background-position: -77px center;
    }

    .progress {
        display: flex;
        overflow: hidden;
        font-size: 1.4rem;
        flex-direction: column;
        flex-wrap: nowrap;
        background: white;
        margin: 10px 0;
    }

    #progressPercentContainer,
    #progressBarContainer {
        flex: auto;
    }

    #progressBarContainer {
        background-color: #e9ecef;
        border-radius: 0.25rem;
        height: 1rem;
    }

    .progressBar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: var(--primary-color);
        transition: width 0.6s ease;
        border-radius: 0.25rem;
        height: 1rem;
    }

    .progressPercent {
        background: none;
        text-align: right;
        transition: width 0.6s ease;
    }

    .recherche {
        height: 40px;
        position: relative;
    }

    .recherche__showHideLeftBar {
        display: inline-block;
    }

    .recherche__showHideLeftBar img {
        display: block;
    }

    .recherche__form {
        display: inline-block;
        /*border-left:1px solid #D8D8D8;*/
        width: 100%;
        /*max-width:470px;*/
    }

    /*.recherche__form form{width: 100%;position: relative;padding: 0;overflow: hidden;}*/
    .recherche__form form {
        max-width: 800px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

    .recherche__form p {
        margin: 0;
    }

    .recherche__form__options {
        float: right;
        width: auto;
        position: inherit;
    }

    .recherche__form__options__links {
        height: 40px;
        float: right;
        line-height: 40px;
        padding: 0 10px;
    }

    .recherche__form__options__recha {
        float: right;
        height: 40px;
        padding: 0 10px;
        border: 0;
        outline: 0;
        background: none rgba(0, 0, 0, 0);
        border-right: solid 1px #ccc;
        border-radius: 0;
        margin: 0;
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
    }

    .recherche__form__options__recha--active {
        background: hsla(0, 0%, 90%, 1);
    }

    .recherche__form__options__btn {
        float: right;
        height: 40px;
        border: 0;
        padding: 0 10px;
        outline: 0;
        font-size: 12px;
        background: none rgba(0, 0, 0, 0);
        border-left: solid 1px #ccc;
        border-radius: 0;
        margin: 0;
        cursor: pointer;
        border-right: 1px solid #ccc;
    }

    .recherche__form__fulltext {
        padding-right: 0;
        padding-left: 0;
        position: relative;
        overflow: hidden;
        height: 40px;
    }

    .recherche__form__fulltext label {
        display: block;
        line-height: 28px;
        padding: 0;
        border: none;
        overflow: hidden;
    }

    .recherche__form__fulltext label input {
        width: 100%;
        height: 40px;
        border: 0;
        outline: 0;
        background: #f5f5f5;
        border-radius: 0;
        padding-left: 10px;
    }

    .recherche__rechercheAvancee {
        max-height: 0;
        background: white;
        border-bottom: solid 1px #d8d8d8;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 40px;
        overflow-y: hidden;
        box-shadow: inset 0 7px 0px -6px rgb(216, 216, 216);
        -webkit-transition: max-height 0.4s ease-in-out;
        -moz-transition: max-height 0.4s ease-in-out;
        -o-transition: max-height 0.4s ease-in-out;
        transition: max-height 0.4s ease-in-out;
        padding: 0 12px;
    }

    .recherche__rechercheAvancee--slidedown {
        max-height: 370px;
    }

    .recherche__rechercheAvancee form {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .recherche__rechercheAvancee .top {
        display: flex;
        justify-content: space-between;
    }

    .recherche__rechercheAvancee .top div {
        width: 48%;
    }

    .recherche__rechercheAvancee div {}

    .recherche__rechercheAvancee p {
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .recherche__rechercheAvancee label {
        flex: 1;
    }

    .recherche__rechercheAvancee input,
    .recherche__rechercheAvancee select {
        flex: 2;
    }

    .resumeRequete {
        height: 40px;
        border-top: 1px solid #d8d8d8;
        padding: 0;
    }

    .resumeRequete__value {
        display: inline-block;
    }

    .resumeRequete__value p {
        margin: 0;
        line-height: 40px;
        padding-left: 12px;
    }

    .resumeRequete__value p span {
        line-height: normal;
    }

    .resumeRequete__back {
        display: inline-block;
        float: left;
    }

    .resumeRequete__back p {
        margin: 0;
        line-height: 40px;
        padding-left: 12px;
    }

    .resumeRequete__back p span {
        line-height: normal;
    }

    .resumeRequete__antiScroll {
        float: right;
        height: 40px;
        padding-right: 12px;
    }

    #room {
        height: 81px;
    }

    .page__presentationReport {
        margin: 10px 10px 0 10px;
        background: #fff;
        border: solid #d8d8d8 1px;
        padding: 10px;
    }

    .page__presentationReport__img__wrapper {
        display: table-cell;
    }

    .page__presentationReport__img__wrapper .page__presentationReport__img {
        width: 200px;
        height: 200px;
    }

    .page__presentationReport__text {
        vertical-align: top;
        padding: 10px;
        display: table-cell;
    }

    .page__presentationReport__text h4 {
        color: black;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

    .page__presentationReport__text span {
        display: inline-block;
        margin-bottom: 5px;
    }

    .page__presentationReport__text p {}
}

/* Large devices (large mds, 1200px and up) */
@media (min-width: 1200px) {
    /*------------------------------------*\
    $Base
  \*------------------------------------*/

    .detectQuerie:before {
        position: fixed;
        content: "min-width : 1200px";
        width: 100%;
        height: 20px;
        z-index: 99999999;
        background: rgba(63, 193, 152, 0.2);
        line-height: 20px;
    }

    /*------------------------------------*\
    $Layout
  \*------------------------------------*/

    /*------------------------------------*\
    $Module
  \*------------------------------------*/
}

#filtresMobile-wrapper.hide {
    display: none !important;
}

.iti {
    width: 100%;
}