/*
 * Home
 */
body.home {
  color:white;  
}
body.fullpage {
  background-image: url(../img/diaporama/bg1.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

body.home #simpleSearchForm{
  max-width: 500px;
  margin: 0 auto;
  align-items: center;
  width: 100%;padding: 0 20px;text-align:center;
}

body.home #simpleSearchForm .btn{
  width: 100%;
}

.formLog{width: 320px;/*padding: 8% 0 0;*//*margin: 8% auto auto auto;*/margin: 1.4rem 0;}
.formLog form{
  /*margin-top: 20px;*/margin-left: 0;padding: 26px 24px 24px;background: rgba(216,216,216,.6);box-shadow: 0 1px 3px rgba(0,0,0,.13);
  color:black;
}
.formLog form a{
  color:black;
}

.footer{
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
	background: rgba(216,216,216,.6);
  padding: 10px;
  /*margin-top: 10px;*/
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
}

.footer > div:first-child{
  flex-direction: column;
}

#iptc{
  display: none;
    font-size: 14px;
    color: white;
    flex-wrap: wrap;
    justify-content: flex-end;
    /* margin: 0 0 0 10px; */
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

@media only screen and (min-width: 768px){
  #iptc{
    display:initial;
    display: flex;
  }
  .footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 22px;
    font-size: 1.4rem;
  }
  .footer > div:first-child {
    flex-direction: row;
  }

  .footer > div:first-child a{
    margin: 0 12px;
  }
}

.footer a {
  color: black;
  margin: 4px 0;
  font-weight: bold;
}



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

.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 .exclu,
.sujet-g .exclu,
.vignette-f .exclu,
.vignette-g .exclu {
  position:absolute;
  z-index:1;
}

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

.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;
  background: rgba(255,255,255,.5);
  padding: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: none;
}

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







      .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: #E02B2E;}
        .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;
            }
            #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: .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: #E02B2E;
              transition: width .6s ease;
              border-radius: .25rem;
              height: 1rem;
            }

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




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


}



#tchat{ position: fixed;
    bottom: 0px;
    border-top: solid rgb(204, 204, 204) 1px;
    border-bottom: solid rgb(204, 204, 204) 1px;
    background-color: white;
    z-index: 100002;
    max-height: 338px;
    width: 260px;
    margin-right: 4px;
    right:5px;
    height: 80%;
    font-size: 12px;}

#tchat .header_tchat{height:26px;background:#404040;line-height:26px;color:white;display:flex;flex-direction: row;white-space: nowrap;box-sizing:border-box;}
#tchat .header_tchat div:first-child{flex:1;padding-left:4px;}

#tchat .content_tchat{border-width: 0px 1px; border-right-style: solid; border-left-style: solid; border-right-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-image: initial; border-bottom-style: initial; border-bottom-color: initial; border-top-style: initial; border-top-color: initial; background: white; padding: 0px 4px; overflow: auto; height: 282px;}

#tchat .footer_tchat{height:30px;background:green;position:relative;bottom:0;box-sizing: border-box;}
