/*
 * Home
 */

body.home {
  color:white;
}
@media (min-width: 992px){
  body.home {
      overflow: hidden!important;
  }
}
div.fullpage-container{
  position: fixed;
    backface-visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
div.fullpage {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position:absolute;
}

div.fullpage-overlay{
  background-color:#343a40;
  opacity:.45;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Raleway,Helvetica,sans-serif;
  color: inherit;
}

.h1, .h2, h1, h2 {
  font-weight: 300;
}

.h1, h1{
  font-size: 3.8rem;
}

.h2, h2 {
  font-size: 3.5rem;
  line-height: 4.8rem;
}

.minh--80vh {
    min-height: 80vh;
}

.page-slide p{
  font-size: 18px;
  font-weight: 400;
}

header.home{
  position: relative;
  padding: 7px;
}

@media (max-width: 991px){
  header.home{
      background: #fff;
  }
}
@media (min-width: 992px){
  header.home{
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0;
    z-index: 2053;
  }
}

@media (min-width: 992px){
  .site-container{
    height:100%;
  }
}

header.home .logo{
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: flex-start;
    width: 100%;
}

.nav-toggle{
  display: block;
    border: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    background: 0 0;
    width: 37px;
    height: 44px;
    outline: 0;
}

@media (min-width: 992px){
  .nav-toggle, .site-nav {
      display: none;
  }
  
}

.nav-toggle span {
    display: block;
    /* position: absolute; */
    right: 0;
    height: 2px;
    background: #252729;
    width: 100%;
    margin: 10px 0;
}

.site-nav{
  display:none;
}

.site-nav .nav-container {
    border-top: 1px solid #e5e7e9;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.site-nav .nav-container a {
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color:black;
}

.tooltip-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2053;
    width: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tooltip-nav ul {
    position: relative;
    padding: 15px 0;
    width: 50px;
}

.tooltip-nav ul, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tooltip-nav ul:after, .tooltip-nav ul:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 50vh;
    border-right: 2px solid #fff;
}

.tooltip-nav ul:before {
    bottom: 100%;
}

.tooltip-nav ul:after {
    top: 100%;
}

.tooltip-nav ul li {
    width: 100%;
    margin: 15px 0;
}

.tooltip-nav div.lg {
    position: absolute;
    top: 30px;
    right: 10px;
    display: flex;
    flex-direction: column;
}

.tooltip-nav div.lg img{
  display: flex;
  margin-bottom: 10px;
} 

.tooltip-nav ul li a {
    display: block;
    width: 40px;
    padding: 15px 0;
    margin: 0 auto;
    position: relative;
    opacity: 1;
}

.tooltip-nav ul li a:hover{
  color:white !important;
}

.tooltip-nav ul li.active a:before {
    left: 10px;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
}

.tooltip-nav ul li a:before, .tooltip-nav ul li.active a:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
}

.tooltip-nav ul li a span {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 auto;
}

@media (max-width: 991px){
  .tooltip-nav{
    display:none;
  }  
}

.tooltipster-sidetip.tooltipster-shadow-customized .tooltipster-content {
    color: #000 !important;
    font-size: 1.4rem !important;
}

.home .btn {
  border: 1px solid transparent;
  padding:  .7rem 2.2rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  border-radius: .4rem;
}
.home .btn-white{
  color: #252729;
  background-color: #fff;
  border-color: #fff;
}
.home .btn-nobg-white{
  color: white;
  background-color: transparent;
  border-color: #fff;
}

.home .btn+.btn {
  margin-left: 1.6rem;
}

@media (min-width: 992px){
  .page-content {
    height: 100%;
  }

  .fullscreen-lg {
    min-height: 100%;    
  }
}
@media (min-width: 992px){
  .page-slide {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s linear,transform .3s linear;
    height: 100%;
  }
  .page-slide.active {
    display: block;
  }

  .page-slide.show {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-container,
.page-content, .page-slide:first-child, .page-slide:first-child section:first-child {
  height: 100%;
}

.page-slide:first-child section:first-child{
  height: calc(100% - 63px);
}

.page-slide:not(:first-child){
  margin-bottom: 6rem;
}

@media (min-width: 992px){
  
  .page-slide section{
    height:100%;
  }
  .page-slide section:first-child {
    padding-top: 4.8rem;
  }
  .page-slide section:last-child {
    padding-bottom: 4.8rem;
  }
  .about-slide {
    height: 50vh;
  }
}

.divider {
    display: block;
    margin: 20px 0;
    width: 100%;
}

.divider.divider-alt {
    width: 54px;
}
.divider, .divider.divider-alt {
    height: 1px;
    background-color: rgba(0,0,0,.1);
}
.about-to{
  color:white;
}
.about-to:hover,
.about-to.active{
  color:white;
  text-decoration: underline;
}
.about-slide {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s linear,transform .3s linear;
  height: 50vh;
  overflow: auto;
}
.about-slide.active {
  display: block;
}

.about-slide.show {
  opacity: 1;
  transform: translateY(0);
}
.about-slide p{
  font-size:1.4rem !important;
}
.site-footer {
    position: relative;
    color: white;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    text-align: center;
    
}
.site-footer .copyright p{
  font-size:1.4rem;
  margin-bottom: 0;
}

@media (min-width: 992px){
  .site-footer {
    position: absolute;
    background: 0 0;
    color: #fff;
    padding: 0;
    bottom:15px;
    left: 15px;    
  }
}

@media (min-width: 992px){
  .site-footer .copyright {
      z-index: 9999;
  }
}

/*
 * Table Lum
 */
.l-page
{
  padding-top: 41px;  
}

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

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

/**
 * Small menu panier
 */

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

#newRenameContainer form{
    display: none;
}

.l-tchat_item
{
  display: none;
}

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

.recherche #simpleSearchForm input[type=text]
{
  border: 0;
  flex-grow: 0;
  flex-shrink: 1;
  align-self: normal;
}
@media (min-width: 992px){
  .recherche #simpleSearchForm input[type=text]
  {
    flex-basis: 600px;
  }
}


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

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

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

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

.resume-antiscroll-wrapper .layout a:first-of-type img
{
  margin-right: 4px;
}

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

.antiScroll .form-control{
  width:auto;
}

.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: 0 10px;
}

.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;
  margin: 0
}

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

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

@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: 312px;
}

.vignette-g-wrapper{
  height: 280px;
}

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

.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 nowrap;
  padding: 0 10px;
  align-items: flex-start;
  flex:1;
}

.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-family: 'Open Sans';
}

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

.vignette-g-actions{
  align-items: flex-end;
}
.vignette-g-actions .liste_format{
  right: 0;
}
/*
 * FIN GRILLE
 */

/*
 * DEBUT FLEX
 */
.flexPage{
  display: flex;
  flex-wrap: wrap;
}
.flexPage:after {
  content: '';
  flex-grow: 999999999;
}

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

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

.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:.25rem;
  padding-right: 0.5em;
  padding-left: 0.5em;
  display:flex;
  align-items:center;
  height: 2rem;
  z-index: 3;
}

.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: 1.3rem;
  font-family: 'Open Sans';
  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%;
}



.vignette-f .actions-holder{
  margin-left: auto;
  /*padding: 6px;*/
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: none;
}

.vignette-f .actions-holder a{
    display: inline-block;
    padding: 0 4px;
    background: rgba(255,255,255,.5);
}

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

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


@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{
  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;
}

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

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

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

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

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

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

.infos .actions{
  margin: 10px 0;
  flex-direction: row;
  flex-wrap: wrap;
}

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

/*
 * Profil
 */

.profil{margin-top:10px;}
.profil section{background:white;padding:1em;}
.profil section{margin-bottom: 10px;}
.profil h4 span{margin-left: auto;}
.profil .infos li{
  display: flex;
  align-items:center;
}
.profil .infos li a{
  margin:0 0 0 auto;
}

/*
 * Commande
 */
.commande section{background: white;padding: 10px;overflow: auto;overflow: auto;margin-bottom: 10px;}
.commande__form form{ display: flex; flex-direction:column;}
.commande__form div p{display: flex;flex-direction:column;}
@media (min-width: 450px) {
  .commande__form div p{display: flex;justify-content: space-between;align-items: center;flex-direction: row;}
  .commande__form label{ flex: 1;}
  .commande__form input,
  .commande__form select,
  .commande__form textarea{ flex: 2;}
}

@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: 991px) /*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 .2s linear 0s;
    -moz-transition: padding-right .2s linear 0s;
    -o-transition: padding-right .2s linear 0s;
    transition: padding-right .2s linear 0s;
    left: 0;
  }




  .recherche{height:41px;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
  \*------------------------------------*/


}

.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 .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
  }

  .gray span {background-color: #2196f3;}
  .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(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
      color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
      color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
      to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
      transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
      transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
      transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
      transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
      transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
      transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
      transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
      transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
      transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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;}
  }

  #chargement_encours{
    background: rgba(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;
  }
