@media screen and (max-width: 668px) {
	.panel-layout .panel-grid.panel-no-style {
		 display: block !important; 
	}
	.panel-layout .panel-grid.panel-no-style .siteorigin-widget-tinymce p {
		text-align: center;
		display: flex;
		justify-content: center;
		width: 100%;
	}
}
/*#wpadminbar { position: inherit; }*/

/* .logged-in header { */
   /* margin-top: 32px; */
/* } */
.footer-bas--reseaux a span { 
    display: none; 
}
tr.new { 
    background-color: #b78b66;
}
.level-0 {
    color: #ff8c09;
}
.product-attachment{
    margin-top: 20px;
}


table.table-found-list td *{
  white-space: nowrap;
}
table.table-found-list tr:hover a,
table.table-found-list td a:hover {
  color: #fff;
}
table.table-found-list tr.disabled {
  text-decoration: line-through;
}

/* temps
*/


.styled-select {
    background: #eee url(images/charte/select-fleche-blue.png) no-repeat right 0;
    height: 34px;
    width: 240px;
    overflow:   hidden;
    float: left;
  }
  
  .styled-select.small {
    width: 107px;
    margin-top: 58px;
  }
  .styled-select.large {
    width: 240px;
  }
  .styled-select.active {
    background: #ee7f00 url(images/charte/select-fleche.png) no-repeat right -33px;
  }
  
  .styled-select select {
    background-color: transparent;
    color: #000;
    font-size: 14px;
    padding: 5px;
    border: 0 solid #ccc;
    font-size: 14px;
    height: 34px;
    width: 125px;
    cursor: pointer;
  }
  
  .styled-select.large select {
    width: 268px;
  }
  .styled-select.active select {
    color:#fff;
  }
  .styled-select select option {
    color:#000 !important;
    background: #ccc !important;
  }.styled-select select option:hover {
    color:#fff !important;
    background: #ee7f00 !important;
  }


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

  .readless,.readmore {
    list-style: none;
  }
  .readless .more-link::after,
  .readmore .more-link::after {
    font: normal normal normal 10px/1 FontAwesome !important;
    right: -20;
    padding: 0 2px 0 2px;
    border: 1px solid #000;
  }
  .readless .more-link::after {
      content: "\f068";
  }
  .readmore .more-link::after {
    content: "\f067";
  }

  .the_excerpt,
  .the_excerpt * {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #666699 !important;
  }

  .imgcentered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 375px;
    height: 250px;
  }
  .bootstrap-table > .fixed-table-container {
    padding-bottom: 49px !important;
  }
  .fixed-table-container .fixed-table-header {
    margin-right: none !important;
    width: calc(100%);
  }

  .fixed-table-container .fixed-table-body {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .fixed-table-container .fixed-table-header .mybootstrapTable {
    width: 100% !important;
  }
  #products-listing {
    margin-top: 50px;
  }
  #products-listing > div {
    margin-bottom: 30px !important;
  }
  .nf-form-fields-required { text-align: center; margin-bottom: 15px; }
  .form-fast-request .nf-field-container {
    margin: 0 15px;
  }
  .form-fast-request .nf-field-container.textbox-container {
    width: calc(33.30% - 30px);
    float: left;
    clear: none;
  }