.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.6rem;
}

.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;
    flex: 1;
    justify-content: space-between;
  }  
}

.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;
}

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

.l-lightTableContent {
  padding-top: 81px;
  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.commande,
.page.profil {
  margin: 1rem;
}

.presentationReport {
  background: #fff;
  border: solid #d8d8d8 1px;
  margin: 10px 10px 0 10px;
  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: 0.5rem;
  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 {
  flex-direction: column;
  padding: 80px 10px 0px;
  display: flex;
  /*align-items: flex-start;*/
  margin: 10px 0;
}

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

.media {
  /*margin-bottom:10px;*/
  flex: 1;
  max-width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  background: white;
}

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

  .media {
    max-width: 800px;
  }

  .media-infos {
    flex: 1;
    margin-left: 10px;
  }
}

.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;
}

.infos {
  align-self: flex-start;
  background-color: white;
  flex: 1;
  padding: 10px;
  /*width: 100%;*/
}

@media (max-width: 990px) {
  .infos {
    margin-top: 10px;
  }
}

.preview-container {
  flex: 1;
}

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

#preview-mr {
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.07);*/
  flex: 1;
  max-width: 100%;
  display: flex;
  padding: 20px 0px;
  background: white;
  justify-content: space-between;
  position: relative;
  /*background: red;*/
}

/*
#preview-mr:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}
*/
.prev,
.next {
  font-size: 2.9rem;
  flex-basis: 38px;
  flex-shrink: 0;
  padding: 0 10px;
}

.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;
}

.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;
}

.infos ul:not(:last-child) {
  margin-bottom: 1rem;
}

.infos li:not(:last-child) {
  margin-bottom: 10px;
}

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

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

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

.infos .telechargement li div:not(:last-child) {
  margin-bottom: 1rem;
}

.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;
}

/*
 * Commande
 */

.stepCommande #orderConfiguratorForm {
  display: flex;
  position: relative;
  height: 100%;
}

@media (max-width: 992px) {
  .stepCommande #orderConfiguratorForm,
  .stepCommande #commanderSel {
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
  }
}

.stepCommande #orderConfiguratorForm>div:first-child {
  flex: 1;
  /* max-width: 95rem; */
  display: flex;
  flex-direction: column;
}

.stepCommande .delivery {
  display:flex;
  align-items: flex-start;
  flex-direction: row;
}

.stepCommande .delivery .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.stepCommande .delivery .left .row {
  display: flex;
  gap: 1.4rem;
}

.stepCommande .delivery .left .form-inline {
  flex: 1;
  gap:.6rem;
  align-content: baseline;
}

.stepCommande .checkout {
  display:flex;
}

@media (max-width: 992px) {
  .stepCommande #orderConfiguratorForm>div:first-child>div {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .stepCommande #orderConfiguratorForm>div:first-child>div div:nth-child(2) {
    /*margin: 1rem 0 !important;*/
  }

  .stepCommande .delivery {
    flex-direction: column;
    align-items: inherit;
  }

  .stepCommande .delivery .left {
    flex-direction: column;
    width: 100%;
  }
  .stepCommande .delivery .left > div {
    margin-bottom: 1rem;
  }
  .stepCommande .checkout {
    display:flex;
    flex-direction: column;
  }
}

.stepCommande #orderConfiguratorForm h5 {
  margin: 0 0 1rem 0;
}

.stepCommande #orderConfiguratorForm p {
  background: white;
  margin: 0 0 1rem 0;
  padding: 1rem;
  font-size: 1.5rem;
}

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

.listeProduits {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.produitType {
  margin: 10px 4px 4px 0;
  position: relative;
  display: inline-block;
}

.loginOrRegisterContent {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.loginOrRegisterContent h1,
.loginOrRegisterContent h2 {
  margin: 0.5rem auto;
}

.loginOrRegisterContent h1 {
  font-size: 1.8rem;
  font-weight: bold;
}

.loginOrRegisterContent h2 {
  font-size: 1.4rem;
}

.loginOrRegisterContent form {
  padding: 40px 70px 35px;
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  margin-top: 4rem;
}

.loginOrRegisterContent form>* {
  width: 100%;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.payment {
  background-color: white;
  display: flex;
  flex-direction: column;
}

.payment .accordion-title {
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  height: 6rem;

  display: inherit;
}

.payment .accordion-title>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.payment:hover .accordion-title,
.payment .accordion-title.active {
  background-color: var(--primary-bg-color-opacity);
}

.summary {
  position: sticky;
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 21rem);
  /*border: solid red 1px;*/
  flex: 0 0 32rem;
  top: 19rem;
}

.summary hr {
  border: 0;
  border-top: dashed 1px #d8d8d8;
}

.summary .content {
  background: white;
  max-height: calc(100% - 3rem);
  display: flex;
  flex-direction: column;
  /*border: solid green 1px;*/
}

.summary .content .panier-content {
  max-height: 134px;
  overflow: auto;
  min-height: 72px;
  border: solid #f1f1f1 1px;
  border-top: 0;
  border-bottom: 0;
  margin-top: 1rem;
}

.summary .content .panier-content .items {
  background-color: #e6e6e6;
  padding: 1rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns:
    minmax(0, 20%) minmax(0, 20%) minmax(0, 20%) minmax(0, 20%) minmax(0, 20%);
  grid-template-rows: repeat(1fr);
}

.summary .content .panier-content .items .thumb {
  max-width: 100%;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.summary .content.formats {
  max-height: initial;
}

@media (min-width: 992px) {
  .summary {
    margin-left: 1rem;
  }

  /*
  .summary .content {
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  */
}

.summary .content hr {
  margin: 1rem;
}

.summary .content .count {
  padding: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.summary .content div:nth-child(3) {
  padding-bottom: 0;
}

.summary .content .count div {
  display: flex;
  justify-content: space-between;
}

.summary .content .items {
  padding: 0 1rem;
  background-color: white;
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.summary .content .items .item {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}

.summary .content .items .item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.summary .content .items .item .denomination-quantite {
  display: flex;
  align-items: center;
}

.summary .content .items .item .actions {
  font-size: 12px;
  align-self: flex-end;
}

.summary .content .items .item .actions a {
  color: var(--primary-color);
  margin: 0 4px 0 0;
}

.summary .content .final {
  background-color: white;
}

.summary .content .final .fdp {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
}

.summary .content .final .total {
  color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
  font-weight: 700;
  font-size: 18px;
  padding: 1rem;
}

.summary .content .formats {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 6rem minmax(2rem, 5rem);
  grid-row-gap: 1rem;
  align-items: center;
}

.summary .content .formats div:nth-child(1),
.summary .content .formats div:nth-child(2),
.summary .content .formats div:nth-child(3) {
  font-weight: bold;
}

.summary .content .formats div:nth-child(3n + 2) {
  text-align: right;
}

.summary .content .formats div:nth-child(3n + 3) {
  text-align: right;
}

.formatsActions {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.summary .content .formats .format select {
  width: initial;
  margin-left: auto;
}

.stepCommande .photos {
  display: flex;
  flex-flow: row wrap !important;
  justify-content: flex-start;
  margin: -10px 0 1rem -10px;
}

.stepCommande .photos .photo {
  display: flex;
  margin: 0;
  vertical-align: top;
  padding: 10px 0 0 10px;
  flex-direction: column;
  font-size: inherit;
  padding: 10px 0 0 10px;
  width: 25%;
}

.stepCommande .photos .photo .photo-wrapper {
  background: white;
  flex: 1;
  padding-bottom: 10px;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 10px;
}

.stepCommande .photos .photo.selected .photo-wrapper {
  box-shadow: inset 0px 0px 0px 3px var(--primary-color);
}

.stepCommande .photos .photo .photo-wrapper .thumb {
  align-items: flex-end;
  display: flex;
  height: 190px;
  justify-content: center;
  flex: 0 0 auto;
  margin-bottom: 1rem;
}

.stepCommande .photos .photo .photo-wrapper .thumb .item__img {
  max-width: 100%;
  max-height: 164px;
}

.stepCommande .photos .photo .photo-wrapper .item__infos span {
  color: #b3b3b3;
  margin-bottom: 1rem;
  display: inline-block;
}

.nextStep {
  width: 100%;
}

.nextStep.disabled,
.ajouterProduitPanier.disabled {
  background: transparent;
  color: var(--primary-color);
  opacity: 0.4;
  border: solid var(--primary-color) 1px;
}

.nextStep.disabled:hover,
.ajouterProduitPanier.disabled:hover {
  background-color: transparent;
  color: 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;
    $
  }

  .l-lightTableTop {
    padding-left: 250px;
    height: 80px;
    width: 100%;
    /*border-bottom: solid #D8D8D8 1px;*/
    position: fixed;
    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 {}

  .commande__contenu {
    /*
    height: 250px;
    overflow: auto;
    */
  }

  .commande__form form {
    /*display: flex;*/
    justify-content: space-between;
    flex-wrap: nowrap;
    /*flex-direction: row;*/
  }

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

  .commande__form.infos {
    padding: 0;
  }

  .commande__form .top>div {
    flex: 1;
  }

  .commande__form .top label {
    flex: 1;
  }

  .commande__form .top input,
  .commande__form .top select,
  .commande__form .top textarea {
    flex: 2;
  }
}

/* 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%;
}