/* ---------------------------------------------------- */
/*		Top header
/* ---------------------------------------------------- */
/* line 100, ../sass/main.scss */
#topheader {
  background-color: #FFFFFF;
  height: 20px;
}
/* line 103, ../sass/main.scss */
#topheader ul {
  margin: 0;
  float: right;
}
/* line 107, ../sass/main.scss */
#topheader ul li {
  background-color: #f2871c;
  list-style: none;
  float: left;
  border-right: 1px solid #FFF;
}
/* line 112, ../sass/main.scss */
#topheader ul li a {
  display: block;
  color: #FFF;
  font-size: 0.8em;
  padding: 3px 10px;
  text-decoration: none;
}
/* line 119, ../sass/main.scss */
#topheader ul li:first-child {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
/* line 120, ../sass/main.scss */
#topheader ul li:last-child {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  border: none;
}
/* line 122, ../sass/main.scss */
#topheader ul li:hover a {
  color: #444;
}

form fieldset {
  width: 278px;
  float: left;
  margin: 0 10px;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

/* line 9, ../sass/main.scss */
.left {
  float: left;
}

/* line 12, ../sass/main.scss */
.right {
  float: right;
}

.message {
  color: #5c9270;
  padding: 5px 10px;
  font-style: italic;
  margin: 20px auto;
  border: 1px solid #5c9270;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #d6e6dc;
}

/* line 25, ../sass/main.scss */
.errorMessage {
  color: #c72333;
  padding: 5px 10px;
  font-style: italic;
  margin: 20px auto;
  border: 1px solid #c72333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9c5ca;
}

/* line 34, ../sass/main.scss */
.error {
  color: red;
  font-size: 0.9em;
  font-style: italic;
}

.good {
  color: #1eb325;
  font-size: 0.9em;
  font-style: italic;
}

/* ---------------------------------------------------- */
/*    le panier
/* ---------------------------------------------------- */
/* line 373, ../sass/main.scss */
table.scroll {
  width: 100%;
}
/* line 376, ../sass/main.scss */
/*table thead th {
  height: 30px;
  background: #444;
  color: #FFF;
  font-size: .8em;
  font-weight: normal;
  width: 10%;
  border-right: 1px solid #CCC;
}*/
/* line 384, ../sass/main.scss */
/*table thead th:first-child, table thead th:last-child {
  border-right: 1px solid #CCC;
}
/* line 387, ../sass/main.scss */
table thead th.text {
  width: 40%;
}
/* line 394, ../sass/main.scss */

table.scroll tbody {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

table tbody td {
  text-align: left;
  line-height: 20px;
  /*border-bottom: 1px dotted #999;*/
}
/* line 398, ../sass/main.scss */
table tbody td img {
  height: 100px;
  width: 100px;
  margin: 10px;
  border: 1px solid #DDD;
}
/* line 403, ../sass/main.scss */
table tbody td.text {
  text-align: left!important;
}
/* line 405, ../sass/main.scss */
table tbody td.text a {
  background: none;
  width: 100%;
  color: #444;
  text-decoration: none;
  padding: 0;
}
table tbody td.text a:hover {
  text-decoration: underline;
  color: #f2871c;
}
/* line 417, ../sass/main.scss */
table tbody td a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background: url(../img/sprite.png) 0 0 no-repeat;
}



tbody td, thead th {
    width: 300px; /* Optional */
    /*border-right: 1px solid black;*/
}

table.scroll tbody, 
table.scroll thead { display: block;}

.listeItem thead {
  display:block;
}
.listeItem tbody {
  display:block;
  height:5em; /* 5 times the equivalent of a text "size". */
  overflow-y:scroll;
}

  .listeItem thead tr th:nth-child(1) { /* column 1 ! */
    width:5em;
  }
  .listeItem thead tr th:nth-child(2) { /* column 2 */
    width:10em;
  }
  .listeItem tbody tr:first-child td:nth-child(1) { /* column 1 ! */
    width:5em;
  }
  .listeItem tbody tr:first-child td:nth-child(2) { /* column 2 */
    width:10em;
  }


.sync {
  background-position: -96px 0px;
}
.pdf {
  background-position: -80px 0px;
}
.email {
  background-position: -64px 0px;
}

/* line 429, ../sass/main.scss */
.edit {
  background-position: -16px 0px;
}

/* line 432, ../sass/main.scss */
.del ,.delete{
  background-position: 0 0;
}
.sync:hover {
  background-position: -96px -16px;
}
.pdf:hover {
  background-position: -80px -16px;
}
.email:hover {
  background-position: -64px -16px;
}
/* line 435, ../sass/main.scss */
.edit:hover {
  background-position: -16px -16px;
}

/* line 438, ../sass/main.scss */
.del:hover,.delete:hover {
  background-position: 0 -16px;
}

/* line 441, ../sass/main.scss */
.plus {
  background-position: -32px 0px;
}

/* line 444, ../sass/main.scss */
.moins {
  background-position: -48px 0px;
}

.editPage {
  background-position: -64px 0px;
}
.editPage:hover {
  background-position: -64px -16px;
}



#sidebar { 
  background: #eee;
  float: left;
  left: 300px;
  margin-left: -300px;
  position: relative;
  width: 400px;
  overflow-y: auto;
}

#contentWrapper { 
  float: left;
  width: 100%;
}

#content {
  background: #ccc;
  margin-left: 300px;
  overflow-y: auto;
}

/* ---------------------------------------------------- */
/*    Fomulaire filtre
/* ---------------------------------------------------- */
#filtre{
  /*position:absolute;
  top:-5px;
  right:10px;*/
  input[type="submit"]{
    border:none;
    background: #ddd;
    @include box-shadow(0 1px 3px #999);
    color:#444!important;
    font-size:.6em;
    @include text-shadow(1px 1px 1px #FFF);
    text-decoration: none;
    padding:4px 5px;
    &:hover{
      color:#f2871c!important;
    }
  }
  select{
    display:inline-block; 
    border: 1px solid #DDD; 
      @include box-shadow(0 1px 3px #999);
      font-size:0.6em;
      width:200px;
      height:30px;
      outline:none;
  }
}

.imageItem {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 9px;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 1px 3px #999999;
  -moz-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
}

/* ---------------------------------------------------- */
/*    la liste des sequence
/* ---------------------------------------------------- */

.iconSeq {
  list-style: none;
  margin: 20px auto;
  padding: 0;
}
/* line 177, ../sass/main.scss */
.iconSeq li {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 9px;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 1px 3px #999999;
  -moz-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
}



/**/
/* line 233, ../sass/main.scss */
.iconSeq li:hover {
  -webkit-box-shadow: 0 1px 3px black;
  -moz-box-shadow: 0 1px 3px black;
  box-shadow: 0 1px 3px black;
}

/* Je sélectionne les <li> du menu horizontal */
ul#menu_horizontal li { 
display : inline;
padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}
ul#menu_horizontal {
list-style-type : none; /* Car sinon les puces se placent n'importe où */
}

/* ---------------------------------------------------- */
/*    la liste des pages
/* ---------------------------------------------------- */
/* line 173, ../sass/main.scss */
.iconPage {
  list-style: none;
  margin: 20px auto;
  padding: 0;
}
/* line 177, ../sass/main.scss */
.iconPage li {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 80px;
  margin: 9px;
  text-align: center;
  /*background: #FFF;*/
  /*background: url(../img/page_icon.jpg) 0 0 no-repeat;*/
  /*border: 1px solid #DDD;
  -webkit-box-shadow: 0 1px 3px #999999;
  -moz-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;*/
}
/* line 186, ../sass/main.scss */
.iconPage li a {
  text-decoration: none;
  color: #666;
}
/* line 190, ../sass/main.scss */
.iconPage li img {
  border: 0px;
  width: 30px;
  /*height: 167px;*/
}
/* line 194, ../sass/main.scss */
.iconPage li h4 {
  margin: 0;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: .9em;
}
/* line 200, ../sass/main.scss */
/*.iconPage li div.prix {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  width: 107px;
  height: 28px;
  background: #DDD;
  text-align: right;
  color: #444;
  text-shadow: 1px 1px 1px white;
  padding-right: 10px;
  line-height: 28px;
  border-left: 1px solid #DDD;
}*/
/* line 215, ../sass/main.scss */
.iconPage li span {
  position: absolute;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #F5A623;
  text-align: center;
}
/* line 226, ../sass/main.scss */
/*.iconPage li span a {
  display: block;
}*/
/* line 228, ../sass/main.scss */
/*.iconPage li span a:hover {
  color: #f2871c;
}*/*/
/* line 233, ../sass/main.scss */
.iconPage li:hover {
border: 1px solid #F5A623;
border-radius: 4px;
}


.layout body {
  column-width: 150px; /* Colonnes de 150 pixels de largeur */
  column-gap: 30px; /* Espacement */
  column-rule: 1px solid black; /* Un simple trait noir pour bordure de séparation */
}

/* ---------------------------------------------------- */
/*    la liste des pages
/* ---------------------------------------------------- */
/* line 173, ../sass/main.scss */
.ensMisePage {
  list-style: none;
  margin: 20px auto;
  padding: 0;
}
/* line 177, ../sass/main.scss */
.ensMisePage li {
  display: inline-block;
  position: relative;
  width: 400px;
  height: auto;
  margin: 9px;
  /*background: #FFF;*/
  /*background: url(../img/page_icon.jpg) 0 0 no-repeat;*/
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 1px 3px #999999;
  -moz-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
}
/* line 186, ../sass/main.scss */
.ensMisePage li a {
  text-decoration: none;
  color: #666;
}
/* line 190, ../sass/main.scss */
/*.ensMisePage li img {
  border: 0px;
  width: 167px;
  /*height: 167px;*/
}*/
/* line 194, ../sass/main.scss */
.ensMisePage li h4 {
  margin: 0;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: .9em;
}
/* line 200, ../sass/main.scss */
.ensMisePage li div.prix {
  color:#000000;
  font-family:"HelveticaNeue Condensed", sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.067;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}
/* line 215, ../sass/main.scss */
/*.ensMisePage li span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 28px;
  background: #DDD;
  text-align: center;
  border-right: 1px solid #CCC;
  text-shadow: 1px 1px 1px white;
}*/
/* line 226, ../sass/main.scss */
.ensMisePage li span a {
  display: block;
}
/* line 228, ../sass/main.scss */
.ensMisePage li span a:hover {
  color: #f2871c;
}
/* line 233, ../sass/main.scss */
.ensMisePage li:hover {
  -webkit-box-shadow: 0 1px 3px black;
  -moz-box-shadow: 0 1px 3px black;
  box-shadow: 0 1px 3px black;
}




/* ---------------------------------------------------- */
/*    Pagination
/* ---------------------------------------------------- */
/* line 560, ../sass/main.scss */

.paginate {
  text-align: center; }
  .paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .paginate li {
    display: inline; }
  .paginate a {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }
    .paginate a:first-child, .paginate a.first {
      margin-left: 0; }
    .paginate a:last-child, .paginate a.last {
      margin-right: 0; }
    .paginate a:hover, .paginate a:focus {
      border-color: #fff;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }
    .paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; }
    .paginate a.active {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
      background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
      background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c'); }

.paginate-dark a {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
  border-top: 1px solid #62686d;
  text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
  color: #fff;
  background-color: #4e5458;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63), to(#3f4347));
  background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
  background-image: -moz-linear-gradient(top, #575e63, #3f4347);
  background-image: -ms-linear-gradient(top, #575e63, #3f4347);
  background-image: -o-linear-gradient(top, #575e63, #3f4347);
  background-image: linear-gradient(top, #575e63, #3f4347);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347'); }
  .paginate-dark a:hover, .paginate-dark a:focus {
    border-color: #61788a;
    background-color: #4d6374;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82), to(#3e505e));
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    background-image: -ms-linear-gradient(top, #566f82, #3e505e);
    background-image: -o-linear-gradient(top, #566f82, #3e505e);
    background-image: linear-gradient(top, #566f82, #3e505e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82', EndColorStr='#3e505e'); }
  .paginate-dark a.active {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #2d3035;
    background-color: #303338;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#303338), to(#2d3034));
    background-image: -webkit-linear-gradient(top, #303338, #2d3034);
    background-image: -moz-linear-gradient(top, #303338, #2d3034);
    background-image: -ms-linear-gradient(top, #303338, #2d3034);
    background-image: -o-linear-gradient(top, #303338, #2d3034);
    background-image: linear-gradient(top, #303338, #2d3034);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034'); }
.profil{
  margin:0!important;
}

.legal{
font-size: 10px !important;
color: #666;
padding-top: 19px;
}


.indexBouton {
  background-color:#c7cfc9;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  border:1px solid #b1b8b2;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:arial;
  font-size:19px;
  padding:2px 76px;
  text-decoration:none;
  text-shadow:0px 0px 0px #2f6627;
}
.indexBouton:hover {
  background-color:#bcbdbb;
}
.indexBouton:active {
  position:relative;
  top:1px;
}

.btnAjout {
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #f2871c;
  padding: 2px 8px 2px 8px;
  text-decoration: none;
}

.btnAjout:hover {
  background: #c7cfc9;
  text-decoration: none;
}

/* ---------------------------------------------------- */
/*    Case
/* ---------------------------------------------------- */

.iconCase {
  list-style: none;
  margin: 20px auto;
  padding: 0;
}
/* line 177, ../sass/main.scss */
.iconCase li {
  float : left;
  display: inline;
  position: relative;
  opacity: 0.6;
  width: 200px;
  height: 250px;
  cursor: pointer;
  /*margin: 0px;*/
  background: #FFF;
  border: 1px solid #7d7d7d;
  -webkit-box-shadow: 0 1px 3px #999999;
  -moz-box-shadow: 0 1px 3px #999999;
  box-shadow: 0 1px 3px #999999;
}

.traitgauche
    {
    border-left: 1px solid black;
    padding-left: 5px;
    margin-left: 50px;
    }

/* ------------------------------------------------- */
/*    printLayout
/* ------------------------------------------------- */

.colonne div {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}


/** Bloc description */


p.A-desc {
  color:#000000;
  font-family:"Helvetica 45 Light", sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:300;
  line-height:1.067;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}
p.A-prixtab {
  color:#000000;
  font-family:"HelveticaNeue Condensed", sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.067;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}
p.A-titre {
  color:#000000;
  font-family:"Helvetica 55 Roman", sans-serif;
  font-size:14px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.053;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:2px;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}
p.Basic-Paragraph {
  color:#000000;
  font-family:"Minion Pro", serif;
  font-size:14px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}
span.F-stonebold {
  -webkit-text-combine:none;
  color:#000000;
  font-family:"HelveticaNeue Condensed", sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  text-decoration:none;
  text-transform:none;
}
span.newroman {
  -webkit-text-combine:none;
  color:#000000;
  font-family:"Helvetica 45 Light", sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:300;
  text-decoration:none;
  text-transform:none;
}
span.CharOverride-1 {
  font-family:"Helvetica 55 Roman", sans-serif;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  text-transform:uppercase;
}

#_idContainer000 {
  height:12px;
  left:0px;
  overflow:hidden;
  position:absolute;
  top:7.27px;
  width:11px;
  z-index:1;
}
#_idContainer001 {
  height:50px;
  left:11.71px;
  overflow:hidden;
  position:absolute;
  top:0px;
  width:156px;
  z-index:0;
}
#_idContainer002 {
  height:9px;
  left:11.71px;
  overflow:hidden;
  position:absolute;
  top:49.80px;
  width:161px;
  z-index:2;
}
#_idContainer003 {
  height:7px;
  left:155.68px;
  position:absolute;
  top:51.44px;
  width:12px;
  z-index:3;
}
#_idContainer004 {
  display:inline-block;
  height:58px;
  position:relative;
  width:173px;
}
div._idGenObjectStyleOverride-1 {
  border-width:0px;
}
div._idGenObjectStyleOverride-2 {
  background-color:#000000;
  border-width:0px;
}
div._idGenObjectLayout-1 {
  text-align:center;
}


/**, *:before, *:after {box-sizing:  border-box !important;}*/


.row {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
  
}

.item {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
}

.well {
 position:relative;
 display: block;
}

.printLayout {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-rule: none;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-column-rule: none;
  column-count: 3;
  column-gap: 10px;
  column-rule: none;
  }


/**/
/* line 233, ../sass/main.scss */
.iconCase li:hover {
  -webkit-box-shadow: 0 1px 3px black;
  -moz-box-shadow: 0 1px 3px black;
  box-shadow: 0 1px 3px black;
}

/* ------------------------------------------------- */
/*    prixRouge
/* ------------------------------------------------- */

p.Basic-Paragraph {
  color:#000000;
  font-family:"Minion Pro", serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}
p.Prix_rouge_regulier {
  color:#ed1c24;
  font-family:"Stag Sans Bold", sans-serif;
  font-size:31px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}

p.avantRabais {
  color:#000000;
  font-family:"Stag Sans Bold", sans-serif;
  font-size:31px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}

p.RabPourc {
  color:#ffffff;
  font-family:"Stag Sans", sans-serif;
  font-size:14px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}

p.txtRabPourc {
  color:#000000;
  font-family:"Stag Sans", sans-serif;
  /*font-size:40px;*/
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}

p.txtRabOff {
  color:#000000;
  font-family:"Stag Sans", sans-serif;
  font-size:10px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}

p.dateRabIns {
  color:#000000;
  font-family:"Stag Sans", sans-serif;
  font-size:9px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}

p.prixAvant {
  color:#000000;
  font-family:"Stag Sans", sans-serif;
  font-size:15px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}

p.prixApres {
  color:#ffffff;
  font-family:"Stag Sans", sans-serif;
  font-size:15px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.2;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}


li, ol 
  { display: block; 
   
  margin: 0;
  padding: 0; 
} 

li
  { display: block; 
   float: left;
  margin: 0;
  padding: 0; 
}
ol li 
{ 
  /*width: 10em;*/
  margin: 0em 1em 0em 0em; 
  line-height: 1.5em; 
  /*border: solid 1px #f16025;*/ 
} 
ol li li 
{ float: left;
  width: 100%; 
  height: 7em; 
  font-size: 0.8em; 
  /*color: #666;*/ 
  border: none; 
  background-color: #eeefe0 
} 
span.Day 
{ display: block; 
  width: 8em; 
  padding: 0em 1em 0em 1em; 
  font-weight: bold; 
  color: #f16025; } 
span.Time 
{ display: block; 
  padding: 0em 0em 0em 1em; 
  border-bottom: solid 4px #f16025; 
  border-top: solid 1px #f16025; 
  font-size: 1.1em; 
  font-weight: bold; 
  background-color: #97be3d; 
  color: #fff; 
}

.lettrineProduit {
    /*position: absolute;*/
    left: 5px;
    padding: 10px;
}

.prixProduit {
    display: inline-block;
    /*position: absolute;*/
    right: 20px;
    padding: 10px;
}

.imageProduit {
   margin: auto;
    padding: 100px;
  max-height: 150px;
  max-width: 150px;
  position:relative;
  display: block;
  
}



.imageProduitInsert {
  max-height: 80px;
  max-width: 80px;
  border: 2px solid #919788;
  position:relative;
  left: 30px;
  
  
}




/* ------------------------------------------------- */
/*    pagination
/* ------------------------------------------------- */

.pagination {
font:12px Arial, Helvetica, sans-serif;
margin:40px 0 0 90px;
}

.pagination a {
background:#d7d7d7;
border:1px solid #06c;
color:#3e3e3e;
margin:2px;
padding:.2em .4em;
text-decoration:none
}

.pagination a:hover {
background:#fff;
border:1px solid #fff;
color:#fff
}

.pagination span.inactive {
background:#d7d7d7;
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:.2em .4em
}

.pagination span.active {
background:#f4ebff;
border:1px solid #bd88fe;
color:#bd88fe;
font-weight:700;
margin:2px;
padding:.2em .4em
}

#results{
margin-left:90px;
list-style-type:circle
}

p.orphelin {
  color:#000000;
  font-family:"Helvetica 55 Roman", sans-serif;
  font-size:11px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:1.053;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:2px;
  orphans:1;
  page-break-after:auto;
  page-break-before:auto;
  text-align:left;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  widows:1;
}

/*.elementProduit {
  position: relative;
}
*/
.elementProduit {
  width: 90%;
  /*height: 65%;*/
/*  overflow: auto;*/
  margin: auto;
  position: absolute;
  top: 50px; left: 0; bottom: 0; right: 0;
}
/* Element graphique produit */

p.titreProd{
font-family: HelveticaNeue-Bold;
font-size: 12px;
color: #231F20;
line-height: 10px;
}

/* Rendement de 200 pag: */
font-family: HelveticaNeue-Roman;
font-size: 12.01px;
color: #231F20;
letter-spacing: 0.01px;
line-height: 12px;

.descProd{
font-family: HelveticaNeue-Roman;
font-size: 10px;
color: #231F20;
/*letter-spacing: 0.01px;*/
line-height: 7px;
}

.skuProd{
font-family: HelveticaNeue-HeavyCond;
font-size: 12px;
color: #231F20;
line-height: 7px;
}

p.prixDescProd{
font-family: HelveticaNeue-Roman;
font-size: 10px;
color: #231F20;
line-height: 7px;
}
/* END GRID */

body { padding:20px 0;font-family:'Open Sans', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2px 0;
  padding:0;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5, h6, p { padding:0; }
label { margin:0 0 3px 0;padding:0; }

.align_right { text-align:right; }
.align_left { text-align:left; }
.align_center { text-align:center; }



.content { background:#a0a0a0;color:#fff;border:2px solid #f7931d;padding:20px;margin-bottom:15px; }
.contentSB { background:#fff;color:#6e6e6e;padding: 10px 20px 20px 20px;/*margin-bottom:15px;*/ }
.content1 { background:#fff;color:#6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:7px;height: 280px;width: 100px; }
.content2 { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:15px;height: 500px;width: 100px; }
.content3 { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:7px;height: 186px;width: 100px; }
.content4 { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:7px;height: 186px;width: 100px; }
.content5 { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding:20px;margin-bottom:15px; }
.contentPage { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding:10px; }
.listeDemande { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:15px;width: 300px; }
.listeDemande2 { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:15px;width: 800px; }
.contentGroup { background:#fff;color:#6e6e6e; padding: 0px 0px 20px 0px;margin-bottom:15px;height: 400px;width: 100px; }
.contentPageC { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:15px; }
.contentRecherche { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e; padding: 5px 5px 5px 5px;margin-bottom:7px;height: 186px;width: 100px; }
.listeItem { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:15px; }
.listeItem2 { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:15px;height: 500px; }
.listePrintLayout { background:#fff;color:#6e6e6e;padding: 10px 20px 20px 20px;margin-bottom:15px;}
.listeEnfant { background:#fff;color:#6e6e6e;border:1px solid #6e6e6e;padding: 2px 20px 2px 20px;margin-bottom:15px; }

.contentPop { 
  position: fixed;
  top: 5%;
  left: 5%;
  background:#fff;
  color:#6e6e6e;
  border:1px
  solid #6e6e6e;
  padding: 10px 20px 20px 20px;
  margin-bottom:15px;
  height: 350px;
  width: 650px; 
}
.logo { margin:15px auto 30px auto;/*text-align:center;*/ }


.menu { margin:0;padding:0;list-style:none; }
.menu li { display:inline;float:left;margin:0 5px 0 0;padding:0; }
.menu li:last-child { margin:0; }
.menu li a { display:inline-block;background:#d7d7d7;color:#3e3e3e;font-weight:bold;text-decoration:none;text-transform:uppercase;padding:5px 15px;border-top-left-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;border-top-right-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px; }
.menu li a:hover,
.menu li.active a { background:#f7931d;color:#fff; }

label { font-family:'SourceSansProBold'; }
label.regular { font-family:'SourceSansProRegular'; }
label.style1 { background:#FFFFFF;padding:5px 10px;margin:0;text-transform:uppercase;border-top-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px; }
label.style2 { background:#f7931d;padding:5px 10px;margin:0;text-transform:uppercase;border-top-left-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-right-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px; }

.footer ul { margin:0;padding:0 0 10px 0;list-style:none;display:inline-block;/*border-bottom:2px solid #f7931d;*/ }
.footer ul li { display:inline-block;float:left;margin:0 10px 0 0;padding:0;height:40px;line-height:40px; }
.footer ul li:last-child { margin:0; }
.footer ul li a { display:inline-block; }
.footer ul li a img { vertical-align:middle; }

h1.title{ font-size:25px; color: #6e6e6e; padding: 10px 0px 10px 0px; }

.form-important{font-size:14px; color:red; font-weight:bold; text-align:center;}
.form-table{ position:relative; margin:15px 0px; }
.form-table th{	width:150px; text-align:left; }
.form-table td{	text-align:left; border-bottom:none; width:300px }
.form-table select{	width:400px; }
.view-table, .list-table{position:relative;width:100%; margin-top:15px;}
.list-table tr.modified {color:green;font-weight:bold;display:none;}
.view-table th, .list-table th{	height: 30px; background: #444; color: #FFF; font-size: .8em; font-weight: normal; width: 10%;}
.view-table td{border: 1px dotted #999;}
.bold { font-weight:bold !important; }
