* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}

a {
  color: inherit;
}

  a img {
    border: 0
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}
/***********************LOGIN***********/
.bg_login {
  background: #89cfe3 url(../images/bg_login.jpg) no-repeat;
  background-size: cover;
}

.pg_login {
  width: 60%;
  position: absolute;
  top: 19%;
  left: 20%;
  background: #fff;
  height: 52%;
  min-width: 940px;
}


.container_login {
  padding: 2%;
  width: 46%;
  float: left;
}

.container_image {
  background: url(../images/01047_FOUCHA_MUYARD_DHERINES.jpg) no-repeat bottom left;
  width: 50%;
  height: 100%;
  float: right;
}

.pg_login.registration .container_login {
  width: 100%
}

.pg_login.registration .container_image {
  width: 41%
}

.pg_login.checkaccount {
  height: auto;
  top: 10%;
  width: 30%;
  left: 35%;
  min-width: 580px;
}

  .pg_login.checkaccount .container_login {
    width: 96%;
    float: none;
  }

.container_login img {
  margin-bottom: 20px;
}


.container_login .contenu h2 {
  margin-bottom: 10px;
}

.container_login h2 span {
  color: #89cfe3;
  line-height: 30px;
  text-transform: uppercase;
}

.container_login p {
  margin-bottom: 15px;
}

.container_login .textbox {
  width: 96%;
  padding: 3px 2%;
}

.container_login .button {
  margin-top: 10px;
}

.textbox {
  background-color: #FFFFFF;
  border: 1px solid #89cfe3;
  border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
  overflow: auto;
  padding: 3px 10px;
  color: #000;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 2px;
}

.required {
  border: 1px solid #D10011 !important;
  background-color: #fff !important;
}

.errorNumeric {
  position: absolute;
  background-color: #FEDFDF;
  border: 1px solid red;
  width: 150px;
  padding: 2px;
  border-radius: 3px;
}

.textbox:disabled {
  background-color: #F8F8F8;
}

textarea.textbox {
  font-size: 13px;
  line-height: 20px;
}

.listbox {
  /* border: 1px solid #E2E2E2;
    color: #5B5B5B;
    font-style: italic;
    border-radius: 6px;
    box-shadow: 4px 3px 0 #CDCDCD;
     padding: 3px 12px;
     margin-bottom:7px;margin-right:7px;*/
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 12px;
  height: 27px;
  line-height: 1.42857;
  padding: 4px 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 2px;
}

  .listbox option {
    padding-right: 20px;
  }

  .listbox:disabled {
    background-color: #F8F8F8;
  }

.datebox, .unitBox, .valueBox {
  display: inline;
  width: auto;
}

#main .chosen-container-multi .chosen-choices {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  margin-bottom: 2px;
}

.chosen-choices .disabled {
  background-color: #E8E8E8;
}

.button {
  background-color: #89cfe3;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  padding: 0;
  text-decoration: none;
  padding: 0px 20px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.noHelpLabel {
  margin-left: 20px;
  position: relative;
}

.button:hover {
  background: #ccc;
  color: #000;
}

.aspNetDisabled, .aspNetDisabled:hover, .button:disabled {
  background-color: rgba(137,227,247,0.5);
  color: #fff;
  cursor: wait;
}



.button_line {
  text-align: right;
}

.link_button {
  background: #fff;
  padding-left: 20px;
  font-size: 14px;
  border: 0;
  font-family: 'Nunito', sans-serif;
  cursor: pointer;
  height: 18px;
}

  .link_button:hover {
    text-decoration: underline
  }

.btn_add, .btn_change {
  background: #fff url(../images/icon_more.png) no-repeat left center;
  color: #00346b;
}

.btn_delete {
  background: #fff url(../images/delete.png) no-repeat left center;
  width: 40px;
  height: 40px;
  color: #d3031c;
}
.btn_delete_variete {
  background: #fff url(../images/delete.png) no-repeat left center;
  height: 40px;
  color: #d3031c;
}

.btnImageButton {
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.checkbox_line, .radiobutton_line { /*background-color:#eee; padding:5px 10px;box-shadow: 4px 3px 0 #CDCDCD;border-radius: 6px; margin-bottom:7px;*/
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  overflow: auto;
  padding: 5px 3px;
  color: #555555;
  margin-bottom: 2px;
}

.checkbox label {
  margin-left: 5px;
  margin-right: 20px;
}

.radiobutton label {
  margin-left: 5px;
  margin-right: 20px;
}

.checkbox_line .imgCategorie {
  float: right;
  padding-top: 2px;
  padding-right: 5px;
}

.disabled {
  background-color: #F8F8F8;
}

.radiobutton label {
  margin-left: 5px;
  margin-right: 20px;
}

.btn_right {
  float: right;
  margin-top: -10px;
}

.btn_action {
  background: #FFFFFF url(../images/arrow-down.png) no-repeat right center;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  color: #555555;
  display: block;
  font-size: 13px;
  height: 27px;
  line-height: 1.42857;
  padding: 8px 20px 0px 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 2px;
  text-decoration: none;
}

#main .menu ul.dropit-submenu {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 13px;
  margin-top: 2px;
}

  #main .menu ul.dropit-submenu a {
    font-size: 13px;
    color: #555
  }
/*******************************************************************************************************/

#page {
  margin: 0 auto;
  width: 940px;
}

#header {
  background: url(../images/bg-bandeau_empty.jpg) no-repeat center top;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 0 15px 0 27px;
  box-sizing: border-box;
}

  #header > div {
  }

  #header .logo-sial-innovation {
  }

    #header .logo-sial-innovation img {
      width: 165px;
    }

  #header .text-plateform {
    margin: 15px;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    font-family: futura-pt, sans-serif;
    font-style: normal;
  }

  #header .Welcome {
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    border-left: 5px solid #fff;
    margin: 0 15px;
  }

  #header .logo-sial-salon {
    max-width: 210px;
  }

    #header .logo-sial-salon img {
      max-width: 100%;
      margin-right: 0;
      margin-left: auto;
    }

ul#menu {
  background-color: #000;
}

  ul#menu li {
    display: inline-flex;
    text-transform: uppercase;
    background-color: #000;
    border: 0;
    margin: 0;
    vertical-align: middle;
  }

    ul#menu li a {
      color: #fff;
      text-decoration: none;
      padding: 8px;
      font-weight: 900;
    }

    ul#menu li.first a {
      padding: 3px 8px;
    }

    ul#menu li a:hover, ul#menu li.active {
      color: #89cfe3
    }

    ul#menu li a.alertNoProduct, ul#menu li a.disableNewProduct {
      color: rgba(255,255,255,0.35) !important;
    }

#main {
  padding: 15px;
  background-color: #eee;
}

  #main h1 {
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    width: 75%
  }

  #main.nobutton h1 {
    width: 100%;
  }

  #main h1 .product_name {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
  }

.grdProducts {
  width: 100%;
}

  .grdProducts th {
    line-height: 30px;
    border: 0;
    background-color: #89cfe3;
  }

  .grdProducts td {
    line-height: 20px;
    border: 1px solid #eee;
    padding: 5px;
    text-align: center;
    background-color: #fff;
  }

  .grdProducts .th_first {
    border-radius: 4px 0 0 0;
  }

  .grdProducts .th_last {
    border-radius: 0 4px 0 0;
  }

#main.main_modif h1 {
  float: left;
}

#main .udpVarietes { /*width:100%;height:400px;overflow:auto;*/
}

  #main .udpVarietes fieldset {
    border: 1px dotted #89cfe3;
    margin-bottom: 10px;
    padding: 5px;
  }

    #main .udpVarietes fieldset legend {
      font-weight: bold;
      color: #89cfe3;
      padding: 2px 10px;
      background-color: #fff;
    }

    #main .udpVarietes fieldset .photo {
      border-left: 3px solid #89cfe3;
      padding-left: 5px;
    }

      #main .udpVarietes fieldset .photo .commentaire {
        color: #555;
        font-style: italic;
      }

#main #divDocuments { /*width:100%;height:400px;overflow:auto;*/
}

  #main #divDocuments fieldset {
    border: 1px dotted #89cfe3;
    margin-bottom: 10px;
    padding: 5px;
  }

    #main #divDocuments fieldset legend {
      font-weight: bold;
      color: #89cfe3;
      padding: 2px 10px;
      background-color: #fff;
    }

    #main #divDocuments fieldset .photo {
      border-left: 3px solid #89cfe3;
      padding-left: 5px;
    }

      #main #divDocuments fieldset .photo .commentaire {
        color: #555;
        font-style: italic;
      }

#divDocuments .td_left {
  width: 200px;
}
/*#main, #mainHeader, #mainMenu
{
  position:relative;
  
  margin:auto;
}
#headerContent h1{float:left;}
#mainContent
{
	padding-top:45px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
  height:1000px;
}
h1.pageTitle{font-size: 20px;padding-top:5px;padding-bottom:10px;color:#d45f19}

#pageButton
{
  float:right;
  padding-top:5px;
  padding-bottom:10px;
}

.title
{
  font-size: 20px;
  padding-top:5px;
  padding-bottom:10px;
  float:left;
}
*/
.btnHidden {
  display: none;
}

/* Evite la barre blanche à l'affichage des jquery dialog */
/* override jquery ui overlay style */
.ui-widget-overlay {
  background-image: none !important; /* FF fix */
  background: #000 url(images/new-ui-overlay.png) 50% 50% repeat-x;
}

#main .ajax__tab_xp .ajax__tab_body {
  border: 0;
}

#main .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
  background: #fff;
  border: 0;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0;
  margin: 0 2px 0 0;
}

#main .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner,
#main .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab,
#main .ajax__tab_xp .ajax__tab_header .ajax__tab_tab,
#main .ajax__tab_xp .ajax__tab_header .ajax__tab_outer,
#main .ajax__tab_xp .ajax__tab_header .ajax__tab_inner,
#main .ajax__tab_xp .ajax__tab_header {
  background: none;
}

#main .ajax__tab_panel {
  min-height: 300px;
}

#main .ajax__tab_xp .ajax__tab_header, #main .ajax__tab_xp .ajax__tab_body {
  font-family: 'Nunito', sans-serif;
  height: 43px;
}

  #main .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
    height: 46px;
    padding-right: 0;
    margin-right: 2px;
  }

  #main .ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
    background-color: rgba(137,227,247,0.35);
    border: 0;
    : 0 2px 0 0;
    border-radius: 5px 5px 0 0;
  }

  #main .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    line-height: 35px;
    height: 35px;
    text-transform: uppercase;
    outline: none;
  }

#main .ajax__tab_active a {
  color: #000;
}

#main .ajax__tab_default .ajax__tab_tab {
  text-align: left;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}

.td_left {
  text-align: left;
  padding-right: 5px;
  color: #666;
  height: 26px;
}

.td_right {
  text-align: right;
  padding-right: 5px;
  height: 26px;
}

.contact {
  padding-right: 20px;
}
/*#main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_tab, #main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_outer{height:auto;}
#main .ajax__tab_xp .ajax__tab_body_verticalleft{border:0}
#main .ajax__tab_xp .ajax__tab_header_verticalleft{font-family: 'Nunito', sans-serif;}
#main .ajax__tab_xp .ajax__tab_header_verticalleft, #main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_outer, #main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_outer, #main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_tab, #main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_inner{background:none;}
#main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_outer, #main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_inner{background-color:#fff;color:#007F5E;;}
#main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active{margin:0;}
#main .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_outer{background-color:#e4e4e4; margin-bottom:2px;color:#666;}
#main .ajax__tab_default .ajax__tab_tab{text-align:left; font-family: 'Nunito', sans-serif;text-transform:uppercase;}
#main .ajax__tab_header_verticalleft{width:150px !important;}
#main .ajax__tab_header_verticalleft .text{margin-left:20px;}
#main .ajax__tab_header_verticalleft .icon{float:left;}
#main .ajax__tab_xp .ajax__tab_body_verticalleft{ font-family: 'Nunito', sans-serif;font-size:13px;min-height:300px;}
*/


#ContentPlaceHolder1_udpProduct .important_text {
  float: left;
}

#ContentPlaceHolder1_udpProduct .dropit {
  float: right;
  margin-bottom: 5px;
}

  #ContentPlaceHolder1_udpProduct .dropit .dropit-submenu {
    left: auto;
    right: 0;
  }

#main .menu ul.dropit-submenu a {
  text-decoration: none;
}

  #main .menu ul.dropit-submenu a:hover {
    background-color: #89cfe3;
    color: #000;
  }


.divCoordonnees {
  margin-right: 15px;
  width: 45%;
  padding: 10px;
  border-left: 3px solid #89cfe3;
}

.legend_icon {
  margin: 5px 0;
  text-align: center;
  font-size: 12px;
  color: #555;
}

  .legend_icon img {
    margin-right: 5px;
  }

.container {
  background-color: #fff;
  padding: 15px;
  margin-top: 10px;
}

  .container h2 {
    color: #89cfe3;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .container .text {
    font-size: 13px;
    text-align: justify;
  }

  .container .link {
    margin-top: 5px;
    font-size: 13px;
  }

    .container .link a {
      color: #d3031c;
    }

  .container hr {
    border: 0;
    border-bottom: 3px solid #89cfe3;
    margin: 15px 0;
  }

.redstar {
  color: #D10011;
  margin-left: 2px;
  font-size: 12px;
  font-weight: bold;
}

.bargraph-background {
  width: 50px;
  height: 13px;
  background-color: #D10011;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.bargraph {
  height: 13px;
  background-color: #007F5E;
  border-radius: 5px;
}

.infoPourcentage {
  color: #fff;
  margin-top: -17px;
  font-size: 10px;
  font-weight: bold;
  display: block;
}

.leftSide {
  float: left;
  width: 57%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.rightSide {
  float: right;
  width: 37%;
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

  .leftSide .texte, .rightSide .texte {
    height: 180px;/*135px;*/
    text-align: left;
  }

  .leftSide img, .rightSide img {
    border: 1px solid #ccc;
  }

  .leftSide h2, .rightSide h2, .ProductName {
    color: #555;
    font-size: 15px;
    border: 2px solid #89cfe3;
    text-align: center;
    line-height: 2em;
    text-transform: uppercase;
  }

.bloc_dashboard {
  width: 36%;
  float: left;
  margin-right: 2%;
}

  .bloc_dashboard h2 {
    background-color: #89cfe3;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }

  .bloc_dashboard .content {
    background-color: #fff;
    border-top: none;
    padding: 10px;
  }

    .bloc_dashboard .content .newProduct {
      border-bottom: 1px dotted #FCBF24;
      margin-bottom: 5px;
      padding-bottom: 5px;
    }

    .bloc_dashboard .content h3.newProduct {
      text-transform: uppercase;
      font-size: 18px;
      vertical-align: middle;
      color: #555;
    }

    .bloc_dashboard .content .newProduct a {
      text-decoration: none;
      display: table;
      width: 100%;
      color: #FCBF24;
    }

    .bloc_dashboard .content .newProduct img {
      display: table-cell;
      vertical-align: middle;
    }

    .bloc_dashboard .content .newProduct a:hover {
      color: #000;
    }

    .bloc_dashboard .content h3.newProduct span {
      display: table-cell;
      vertical-align: middle;
      width: 65%;
    }

    .bloc_dashboard .content .nbProduct {
      border-bottom: 1px dotted #ccc;
      padding-bottom: 5px;
      margin-bottom: 5px;
      display: table;
      width: 100%;
    }

      .bloc_dashboard .content .nbProduct .number {
        color: #ccc;
        font-size: 50px;
        text-align: center;
        display: table-cell;
      }

      .bloc_dashboard .content .nbProduct .text {
        font-size: 18px;
        width: 65%;
        display: table-cell;
        vertical-align: middle;
      }

.newDisabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.bloc_dashboard .content .messages {
  background: #EFF7F9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: table;
  width: 100%;
}

  .bloc_dashboard .content .messages .number {
    color: #ccc;
    font-size: 50px;
    text-align: center;
    display: table-cell;
  }

  .bloc_dashboard .content .messages .text {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
  }

  .bloc_dashboard .content .messages .number .text_info {
    font-size: 14px;
  }

.bloc_dashboard.informations {
  width: 24%;
  margin-right: 0;
}

  .bloc_dashboard.informations .content .info {
    border: 1px dotted #ccc;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
  }

    .bloc_dashboard.informations .content .info img {
      margin-bottom: 5px;
    }

    .bloc_dashboard.informations .content .info a {
      text-decoration: none;
      color: #555;
    }

  .bloc_dashboard.informations .content .help {
    border: 1px dotted #E2DE56;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: center;
  }

    .bloc_dashboard.informations .content .help .number {
      text-align: center;
    }

.bloc_dashboard .content li {
  margin-bottom: 10px;
  list-style: square;
}

  .bloc_dashboard .content li::marker {
    color: #E38597
  }

.btnSuite {
  float: right;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  color: #555555;
  display: block;
  font-size: 15px;
  line-height: 1.42857;
  margin-bottom: 2px;
  padding: 8px 16px;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  cursor: pointer;
}

  .btnSuite:hover {
    border: 1px solid #E2DE56;
    color: #E2DE56
  }


.titreRecapRose {
  color: #89cfe3;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.recap_table th {
  background-color: #E3E3E3;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0px, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  padding: 2px 5px;
}

  .recap_table th img {
    float: right;
    cursor: pointer;
  }

    .recap_table th img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
      -ms-filter: "alpha(opacity=80)";
      filter: alpha(opacity=80);
      opacity: 0.8
    }

.recap_table td {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-top: none;
  line-height: 20px;
  padding: 5px;
  text-align: left;
}

.recap_table .variantes td {
  border: 0;
}

  .recap_table .variantes td.titre_variante {
    border-right: 1px solid #ccc;
    color: #89cfe3;
    font-weight: bold;
  }

  .recap_table .variantes td table td {
    border-bottom: 1px dotted #89cfe3;
  }

    .recap_table .variantes td table td.title {
      border-right: 1px dotted #89cfe3;
    }

ul.text, ol.text {
  margin-left: 10px;
}

.dates {
  font-weight: 800;
  color: #E38597;
}

.dates_textes {
  font-style: italic;
  color: #555;
}

.help .texteInfo {
  font-size: 15px;
  color: #555;
}

#box_help {
  position: absolute;
  width: 940px;
  height: 503px;
  background-color: #eee;
  display: none;
  z-index: 100;
}

#helpHeader {
  background-color: #89cfe3;
  line-height: 30px;
  text-align: right;
}

.LeftArrow {
  float: left;
  width: 5%;
  margin-top: 225px;
  text-align: center;
}

.RightArrow {
  float: left;
  width: 5%;
  margin-top: 225px;
  text-align: center;
}

.SlideContent {
  margin-top: 10px;
  float: left;
  width: 90%;
}

  .SlideContent h1 {
    border-bottom: 2px solid #555;
    color: #555;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }

  .SlideContent .text ul {
    font-size: 18px;
    margin-left: 20px;
  }

  .SlideContent .text {
    float: left;
    width: 560px;
  }

  .SlideContent .floatRight {
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .SlideContent .text span {
    font-size: 14px;
    font-style: italic;
  }

.cgv {
  text-decoration: underline;
  font-weight: bold;
}

input[type=image]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8
}

.ui-widget {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}

.sizeWarning {
  font-size: 10px;
  color: #555555;
  height: 12px;
}

.warning {
  color: Red;
}


.imageDocument {
  max-width: 50px;
  max-height: 50px;
}


#tabs {
  padding: 0;
  border-radius: 0;
  border: 0;
}

  #tabs.vertical .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fafafa;
    border-right: 1px solid #a1d4df;
  }

  #tabs.horizontal .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #a1d4df;
  }

  #tabs.vertical .ui-tabs-nav li {
    border: 0;
    border-radius: 0;
    background: #f3f3f3;
    border-right: 1px solid #a1d4df;
  }

  #tabs.horizontal .ui-tabs-nav li {
    border: 0;
    border-radius: 5px 5px 0 0;
    background: #f3f3f3;
  }

  #tabs.vertical .ui-tabs-nav li:first-child {
    margin-top: -7px;
  }

  #tabs.vertical .ui-tabs-nav li.ui-tabs-active {
    opacity: 1;
    background: #fff;
    width: calc(100% - 4px);
    border: 1px solid #a1d4df;
    border-right: 1px solid #fff;
    border-radius: 5px 0 0 5px;
  }

  #tabs.horizontal .ui-tabs-nav li.ui-tabs-active {
    opacity: 1;
    background: #fff;
    border: 1px solid #a1d4df;
    border-bottom: 1px solid #fff;
    border-radius: 5px 5px 0 0;
  }

#tabs-1 iframe {
  border-right: 1px dotted #89cfe3
}

.ui-tabs-vertical.vertical {
  display: flex;
  width: 100%;
  min-height: 300px;
}

.ui-tabs-vertical.horizontal {
  width: 100%;
  min-height: 300px;
}

.ui-tabs-vertical.vertical .ui-tabs-nav {
  margin-top: 15px !important;
  padding: .2em .1em .2em .2em;
  width: 13em;
  min-height: 300px;
}

.ui-tabs-vertical.horizontal .ui-tabs-nav {
  display: flex;
  margin-top: 15px !important;
  padding: .2em .1em .2em .2em;
  width: 100%;
}

.ui-tabs-vertical.vertical .ui-tabs-nav li {
  clear: left;
  width: calc(100% - 2px);
  margin: 2px;
}

.ui-tabs-vertical.horizontal .ui-tabs-nav li {
  clear: left;
}

.ui-tabs-vertical.vertical .ui-tabs-nav li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: right;
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
}

.ui-tabs-vertical.horizontal .ui-tabs-nav li a {
  box-sizing: border-box;
  display: block;
  text-align: center;
  color: #999;
  padding: 0.7em 1em;
  text-transform: uppercase;
  font-size: 11px;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
}

  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
    color: #222;
  }

.ui-tabs-vertical.vertical .ui-tabs-panel {
  padding: 1em;
  width: 39em;
}

.ui-tabs-vertical.horizontal .ui-tabs-panel {
  padding: 1em;
  width: calc(100% - 20px);
}




.RemindProduct {
}

  .RemindProduct .infos {
    background: #eee;
    padding: 2%;
    width: 85%;
    float: left;
  }

.ProductName {
  background-color: #fff;
  margin-bottom: 10px;
}

.ProductDescription {
  margin-bottom: 10px;
}

.ProductHashtag {
  width: 50%;
  float: left;
  color: #89cfe3;
  font-style: italic;
}

.ProductArobase {
  width: 50%;
  float: right;
  color: #89cfe3;
  text-align: right;
  font-style: italic;
}

.ProductImage {
  margin-top: 20px;
}

.DownloadBlock {
  float: right;
  width: 35%;
}

  .DownloadBlock h2 {
    color: #89cfe3;
    font-size: 15px;
    margin-bottom: 5px;
  }

.toolsItem {
  margin: 5px;
}

.thumbNailRs {
  height: 30px;
  width: 30px;
  overflow: hidden;
  float: left;
  margin-right: 3%;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

  .thumbNailRs img {
    max-width: 100%;
    max-height: 100%;
  }

.DownloadBlock table {
  width: 100%;
}
/*
.sbg-button {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 0;
    border-radius: .5em;
    background-color: black;
    color: white;
    cursor: pointer;
}

    .sbg-button:hover {
        color: white;
    }

.sbg-button-icon {
    font-size: .5em;
    padding: .5em;
}

.sbg-button-facebook {
    background-color: #3b5998;
}

    .sbg-button-facebook .sbg-button-icon {
        padding-left: .44em;
    }

.sbg-button-twitter {
    background-color: #00aced;
}

    .sbg-button-twitter .sbg-button-icon {
        padding-left: .48em;
    }

.sbg-button-linkedin {
    background-color: #007bb6;
}

.sbg-button-google-plus {
    background-color: #dd4b39;
}

.sbg-button-pinterest {
    background-color: #cb2027;
}

    .sbg-button-pinterest .sbg-button-icon {
        padding-left: .45em;
        padding-top: .48em;
    }

.sbg-button-email {
    background-color: #999999;
}

    .sbg-button-email .sbg-button-icon {
        padding-left: .434em;
        padding-top: .44em;
    }

.atss .at-share-btn, .atss a {
   float: none !important; 
}
.at-share-dock.atss {
    top: 0 !important;
    left:auto !important;
    right: 15px !important;
    bottom: auto;
    width: 8% !important;
    max-width: none !important;
    box-shadow: none !important;
}
.atss .at-share-btn, .atss a {
    width: 100% !important;
}*/
.SocialButtons {
  /*display:none;*/
  float: left;
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari et Chrome */
  -o-animation: fadein 2s; /* Opera */
}

.overlay {
  display: none;
  opacity: 0.5;
  background: #e9e9e9;
  width: 100%;
  height: 100%;
  z-index: 1100;
  top: 0;
  left: 0;
  position: fixed;
}

#loading-img {
  background: url(../images/wait_big.png) center center no-repeat;
  height: 100%;
  z-index: 20;
}

@media(max-width:1450px) {
  .pg_login {
    width: 80%;
    top: 20%;
    left: 10%;
  }

    .pg_login.checkaccount {
      height: auto;
      top: 5%;
      width: 40%;
      left: 50%;
      margin-left: -270px
    }
}


/***************************/


#header .logo-sial-innovation img {
  width: 169px;
  height: 115px;
  margin-left: 13px;
}

#menu .home-img {
  width: 22px;
  margin-top: -3px;
  margin-left: 6px;
}

#menu .home-text {
  display: none;
}

.ajax__tab_xp .ajax__tab_body {
  padding: 25px 8px 8px 8px !important;
}

.ui-tabs-vertical.horizontal .ui-tabs-nav {
  margin-top: 0 !important;
}

a img.icon {
  vertical-align: -3px;
}

.listbox {
  max-width: 100%;
}

.edit .row {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.edit .tab-tel {
  display: none;
}

.edit .row .col {
  width: 100%;
}

.edit.product .row .col1 {
  width: 200px;
}

.edit.equipement .row .col1 {
  width: 225px;
}

.edit .row .col2 {
  min-width: 422px;
}

.edit .row.top {
  align-items: flex-start;
}

  .edit .row.top .col1 {
    padding-top: 8px;
  }

.edit #tabsGamme .wrapper, .edit .tabsRhd .wrapper, .edit .tabsPai .wrapper {
  display: flex;
}

.edit #tabsGamme .row .col2 {
  min-width: 380px;
}

.edit .tabsRhd .wrapper, .edit .tabsPai .wrapper {
  margin-bottom: 15px;
}

  .edit .tabsRhd .wrapper .col-form1, .edit .tabsPai .wrapper .col-form1 {
    min-width: 425px;
    max-width: 425px;
  }

  .edit .tabsRhd .wrapper .col-form2, .edit .tabsPai .wrapper .col-form2 {
    margin-left: 20px;
  }

  .edit .tabsRhd .wrapper .col-form1 textarea.textbox, .edit .tabsPai .wrapper .col-form1 textarea.textbox {
    margin-top: 3px;
  }

.edit .tabsPgc .conditionnement, .edit .tabsRhd .conditionnement, .edit .tabsPai .conditionnement {
  display: block;
  margin-bottom: 15px;
}

.recap_table td {
  min-width: 120px;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}

.recap_table .variantes td {
  overflow-wrap: normal;
}

#pnlVariete .recap_table .variantes .row {
  display: flex;
  width: 400px;
}

  #pnlVariete .recap_table .variantes .row .col1 {
    width: 40%;
  }

  #pnlVariete .recap_table .variantes .row .col2 {
    min-width: auto;
  }

.edit.equipement .checkbox_line {
  width: 520px;
}

.edit.equipement .tabsBeneficesInnovation .checkbox_line {
  width: 645px;
}

.edit.equipement .tabsMarchesCibles .noHelpLabel {
  margin-left: 0;
}

.edit.equipement .tabsMarchesCibles .checkbox_line {
  width: 415px;
}

.edit .btnValider {
  width: 200px;
  margin: 0 auto 20px auto;
}

.edit.product .TextSaisieIncomplete {
  margin-bottom: 25px;
}

.imgControlTel {
  display: block !important;
  text-align: left !important;
  width: 98% !important;
}

.ui-dialog {
  max-width: 90%;
}

.openIframe {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: rgba(0,0,0,0.7);
}

  .openIframe .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
  }

  .openIframe .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .openIframe iframe {
    width: 90%;
    height: 85%;
    max-width: 800px;
    max-height: 600px;
    background: #fff;
    border: 1px solid #000;
  }

@media(max-width:940px) {
  #page {
    width: 100%;
  }

  #header {
    min-height: 80px;
    padding: 2% 15px 2% 15px;
    height: auto;
    background-size: cover !important;
  }

    #header .logo-sial-innovation {
      width: 20%;
      min-width: 70px;
    }

      #header .logo-sial-innovation img {
        width: 100%;
        height: 100%;
      }

    #header .text-plateform {
      margin: 5px 15px;
      font-size: 25px;
      line-height: 1.1;
    }

    #header .Welcome {
      margin: 0 15px;
      padding: 0 10px;
      font-size: 16px;
      line-height: 1.1;
      border-left: 3px solid #fff;
    }

  @media(max-width:700px) {
    #header .text-plateform {
      font-size: 20px;
    }

    #header .Welcome {
      font-size: 14px;
    }
  }

  @media(max-width:570px) {
    #header .text-plateform {
      font-size: 18px;
    }

    #header .Welcome {
      font-size: 14px;
    }
  }

  @media(max-width:400px) {
    #header .text-plateform {
      font-size: 15px;
    }

    #header .Welcome {
      font-size: 13px;
    }
  }

  #header .logo-sial-salon {
    max-width: 20%;
  }

    #header .logo-sial-salon img {
      margin-right: 0;
      margin-left: auto;
    }

  .button {
    font-size: 14px;
    line-height: 34px;
    padding: 0px 10px;
  }

  #main h1 {
    font-size: 16px;
    margin-bottom: 0;
    min-height: 38px;
    display: flex;
    align-items: center;
  }

  #main.home h1 {
    min-height: 10px;
  }

  #main h1.titreEdit {
    display: block;
    align-items: normal;
  }

  .ver-tel {
    display: block;
    /*
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
     */
  }

  @media(max-width:600px) {
    .edit .tabs-desk {
      display: none !important;
    }

    .edit .tab-tel {
      display: block;
    }
  }

  .menu-btn {
    position: fixed;
    z-index: 200;
    top: 10px;
    right: 10px;
    padding: 0 5px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000;
    background: rgba(255,255,255,0.75);
    cursor: pointer;
  }

    .menu-btn div {
      width: 30px;
      height: 4px;
      margin: 7px 0;
      border-radius: 2px;
      background: #000;
    }


  .menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  ul#menu {
    display: flex;
    position: absolute;
    top: 0;
    left: 100%;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #000;
    height: calc(100vh - 50px);
    background-color: transparent;
    /*
    background: #fff;
    */
  }

    ul#menu li {
      margin: 0;
      justify-content: center;
      padding: 5px 0;
      color: #fff;
      background: #000;
      border-bottom: 1px solid #fff;
    }

      ul#menu li.first {
        /*display: none;*/
      }
        ul#menu li.first a {
          padding: 8px;
      }

      ul#menu li a {
        color: #fff;
      }

  ul#menu .home-img {
    display: none;
  }

  ul#menu .home-text {
    display: block;
  }

  /***** HP *****/

  .bloc_dashboard {
    width: 100%;
    margin-right: 0;
  }

    .bloc_dashboard.informations {
      width: 100%;
    }

    .bloc_dashboard .content h3.newProduct {
      font-size: 16px;
    }

    .bloc_dashboard .content .nbProduct .text {
      font-size: 16px;
    }

    .bloc_dashboard .content h3.newProduct span {
      width: 80%;
    }

    .bloc_dashboard .content .nbProduct .text {
      width: 80%;
    }

    .bloc_dashboard .content .messages .text {
      width: 80%;
    }

    .bloc_dashboard .content h3.newProduct img {
      width: 50px;
      margin-left: 10%;
    }

    .bloc_dashboard.informations .number img {
      width: 50px;
    }

    .bloc_dashboard .content .nbProduct .number {
      font-size: 35px;
      text-align: left;
      padding-left: 4%;
    }

    .bloc_dashboard .content .messages .number {
      font-size: 30px;
    }

  @media(max-width:600px) {
    .bloc_dashboard .content h3.newProduct {
      font-size: 14px;
    }

    .bloc_dashboard .content .nbProduct .text {
      font-size: 14px;
    }

    .bloc_dashboard .content h3.newProduct img {
      width: 40px;
    }

    .bloc_dashboard .content .messages .number .text_info {
      font-size: 12px;
    }
  }

  /***** NOUVEAU PRODUIT *****/

  .product h1 {
    width: 100% !important;
  }

  .product .leftSide, .product .rightSide {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

    .product .leftSide .texte, .product .rightSide .texte {
      height: auto;
      margin-bottom: 20px;
    }

    .product .leftSide img, .product .rightSide img {
      width: 100%
    }

  /***** INFORMATIONS EXPOSANT *****/

  .exhibtion h1 {
    width: 66% !important;
  }

  .exhibtion .divCoordonnees {
    margin-right: 0;
    width: 100%;
  }

  .exhibtion table {
    width: 98%;
  }

  .exhibtion .td_left {
    height: 20px;
  }

  .exhibtion table .contact {
    width: 30%;
  }

  .exhibtion .textbox {
    width: 100% !important;
    box-sizing: border-box;
  }


  /***** INFORMATIONS PRATIQUES *****/

  .pratiques h1 {
    width: 100% !important;
  }

  /***** CONTACT *****/

  .contact .divCoordonnees {
    margin-right: 0;
    width: 100%;
  }

  .contact table {
    width: 98%;
  }

    .contact table td {
      overflow-wrap: anywhere;
    }

    .contact table .contact {
      width: 30%;
      padding-right: 10px !important;
    }

  /***** EDIT *****/

  .edit h1 {
    width: 66% !important;
    margin-bottom: 10px !important;
  }

  @media(max-width:500px) {

    #main.edit .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
      height: 32px;
      padding: 7px 4px 4px 4px;
    }

    /*

    #main.edit .ajax__tab_xp .ajax__tab_header > span:nth-child(3) .ajax__tab_inner {
      width: 100%;
    }

      #main.edit .ajax__tab_xp .ajax__tab_header > span:nth-child(3) .ajax__tab_inner a {
        position: relative;
        width: 100%;
      }

        #main.edit .ajax__tab_xp .ajax__tab_header > span:nth-child(3) .ajax__tab_inner a > span {
          position: absolute;
          top: 14px;
        }
    */

    #main.edit .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
      width: 32%;
      min-width: 94px;
    }

    #main.edit .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
      line-height: 1.1;
    }

    #main.edit .ajax__tab_xp .ajax__tab_header .tabValidation {
      vertical-align: -8px;
  }
  }

  @media(max-width:700px) {

    .edit .row {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 15px;
    }

      .edit .row.bottom {
        margin-bottom: 0;
      }

      .edit .row .col1 {
        width: 100%;
        margin-bottom: 3px;
      }

      .edit .row .col2 {
        width: 100%;
        min-width: auto;
      }

      .edit .row .col1 .noHelpLabel {
        margin-left: 0;
      }

      .edit .row.top .col1 {
        padding-top: 0;
      }

      .edit .row .col2 .textbox, .edit .row .col .textbox {
        box-sizing: border-box;
        width: 100% !important;
      }

    .edit .tabsPgc .row .col2 .textbox, .edit .tabsRhd .row .col2 .textbox, .edit .tabsPai .row .col2 .textbox {
      width: 30px !important;
    }
  }

  .edit #tabsGamme .wrapper {
    flex-direction: column;
  }

  #main .udpVarietes fieldset .photo {
    border-left: 0;
    border-top: 3px solid #89cfe3;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    max-width: 560px;
  }

  .ui-tabs-vertical.horizontal .ui-tabs-panel.tabsBeneficesInnovation {
    padding-top: 5px;
  }

  @media(max-width:700px) {
    .ui-tabs-vertical.horizontal .ui-tabs-panel {
      padding: 20px 0 0 0;
      width: 100%;
    }

      .ui-tabs-vertical.horizontal .ui-tabs-panel.tabsBeneficesInnovation {
        padding: 5px 0 0 0;
      }

    #main .udpVarietes fieldset {
      margin-bottom: 20px;
      padding-top: 10px;
    }

      #main .udpVarietes fieldset .photo {
        max-width: 100%;
      }

    .edit #tabsGamme .row .col2 {
      min-width: 100%;
    }
  }

  .edit .tabsRhd .wrapper, .edit .tabsPai .wrapper {
    flex-direction: column;
  }

    .edit .tabsRhd .wrapper .col-form1, .edit .tabsPai .wrapper .col-form1 {
      box-sizing: border-box;
      min-width: auto;
      max-width: auto;
      width: 100%;
    }

    .edit .tabsRhd .wrapper .col-form2, .edit .tabsPai .wrapper .col-form2 {
      box-sizing: border-box;
      width: 100%;
      margin-left: 0;
    }

      .edit .tabsRhd .wrapper .col-form2 .checkbox_line {
        width: 412px;
        margin-bottom: 10px;
      }

  @media(max-width:500px) {
    .edit .tabsRhd .wrapper .col-form1 .textbox, .edit .tabsPai .wrapper .col-form1 .textbox {
      box-sizing: border-box;
      width: 100% !important;
    }

    .edit .tabsRhd .wrapper .col-form2 .checkbox_line, .edit .tabsPai .wrapper .col-form2 .checkbox_line {
      box-sizing: border-box;
      width: 100%;
    }
  }

  .edit .tab-tel {
    border-bottom: 0;
    margin-bottom: 5px;
  }

    .edit .tab-tel h3 {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      width: 100%;
      color: #666;
      padding: 0.7em 1em;
      font-weight: normal;
      border-radius: 0px;
      border: 1px solid #a1d4df;
      text-transform: uppercase;
      font-size: 11px;
      text-align: center;
      background: #f3f3f3;
      cursor: pointer;
    }

      .edit .tab-tel h3.on {
        color: #222;
        background: #fff;
        cursor: default;
      }

      .edit .tab-tel h3 .num {
        position: absolute;
        top: 8px;
        left: 10px;
        font-weight: bold;
        font-size: 12px;
      }

  .edit .tab-content {
    margin-bottom: 30px;
  }

  .edit .tabsPreparation .checkbox td {
    width: 50%;
  }

  @media(max-width:360px) {
    .chosen-container {
      width: 100% !important;
    }
  }

  #pnlVariete .recap_table .variantes .titre_variante {
    min-width: auto;
  }

  @media(max-width:730px) {
    #pnlVariete .recap_table .variantes .row {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 5px;
      width: 100%;
    }

      #pnlVariete .recap_table .variantes .row .col1 {
        margin-bottom: 0;
      }
  }

  @media(max-width:400px) {
    h2.titreRecapRose {
      font-size: 16px;
    }

    #imgPrint {
      width: 18px;
    }
  }

  @media(max-width:700px) {
    .edit.equipement .checkbox_line {
      box-sizing: border-box;
      width: 100%;
    }
  }

  .edit.equipement .tabsBeneficesInnovation .row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

    .edit.equipement .tabsBeneficesInnovation .row .col1 {
      width: 100%;
    }

    .edit.equipement .tabsBeneficesInnovation .row .col2 {
      width: 100%;
    }

    .edit.equipement .tabsBeneficesInnovation .row.top {
      margin-top: 15px;
    }

      .edit.equipement .tabsBeneficesInnovation .row.top:first-child {
        padding-top: 0;
        margin-bottom: -10px;
      }

  .edit.equipement .tabsBeneficesInnovation .checkbox_line {
    width: 100%;
    box-sizing: border-box;
  }

  @media(max-width:730px) {
    .edit.equipement .tabsBeneficesInnovation .row {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 15px;
    }

    .edit.equipement .tabsMarchesCibles .checkbox_line {
      width: 100%;
    }

    .edit.equipement .tabsBeneficesInnovation .row .col2 {
      width: 100%;
      min-width: auto;
    }
  }

  @media(max-width:800px) {
    .edit .btnValider {
      width: 100%;
    }
  }

  .edit.equipement .radiobutton label {
    margin-right: 15px;
  }


  .liste .grdProducts .td1 {
    width: 100px !important;
  }

  .liste .grdProducts .td2 {
    width: 60px !important;
  }

  .liste .grdProducts .td6 {
    width: 100px !important;
  }

  .liste .grdProducts .td7 {
    width: 100px !important;
    font-size: 13px;
  }

  .liste .grdProducts .td8 {
    width: 50px !important;
  }

  .liste .grdProducts th {
    line-height: 1.3;
    height: 35px;
  }

  .liste .grdProducts .btn_delete {
    background: #fff url(../images/delete.png) no-repeat center center;
  }

  @media(max-width:520px) {
    .liste .grdProducts .td1 {
      width: 100px !important;
    }

    .liste .grdProducts .td7 {
      width: 60px !important;
    }

    .liste .grdProducts .td8 {
      width: 25px !important;
    }

    .liste .grdProducts .btn_delete {
      width: 25px;
    }
  }
}


/***************************/


html.login {
  overflow-y: auto;
  height: 100%;
}

body.login {
  background: #f6f6f6;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.pg_login {
  position: relative;
  margin: 10vh auto 30px auto;
  padding-bottom: 25px;
  top: unset;
  left: unset;
  background: #fff;
  width: 430px;
  min-width: 430px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  padding:20px;
}

  .pg_login .container_login {
    width: 98%;
    padding: 1px;
    float: none;
    overflow: hidden;
  }

    .pg_login .container_login img {
      margin-bottom: 20px;
      height: 150px;
    }


    .pg_login .container_login .logo img {
      display: block;
      margin: 10px auto 20px auto;
      height: 80px;
    }

  .pg_login h1, .pg_login h2 {
    line-height: 1.2;
    text-align: center;
  }

    .pg_login h2 span {
      line-height: inherit;
    }

  .pg_login.registration .contenu {
    padding: 10px 35px 0 35px;
  }

    .pg_login.registration .contenu h2 {
      margin-bottom: 20px;
    }

    .pg_login.registration .contenu p {
      margin-bottom: 20px;
      text-align: justify;
    }

  .pg_login.registration .container_login .button {
    margin-top: 0;
  }

  .pg_login.registration .container_login .textbox {
    box-sizing: border-box;
    width: 100%;
    padding: 7px 5px;
    min-height: auto;
    line-height: 1.2;
  }

  .pg_login.registration .container_login table {
    box-sizing: border-box;
    width: 100%;
  }

    .pg_login.registration .container_login table td {
      padding: 4px 0;
      margin-bottom: 20px;
    }

      .pg_login.registration .container_login table td:first-child {
        width: 30%;
      }

  .pg_login.registration .container_login .consigne {
    margin: 10px 0;
  }

  .pg_login.registration .container_login .valider {
    margin-top: 0;
  }

  .pg_login .WaEba {
    position: relative;
    margin-top: 25px;
    text-align: center;
  }

  .pg_login .kIvxSv {
    margin-bottom: 25px;
    text-align: center;
  }

  .pg_login .cAabDi {
    margin-top: 25px;
  }

@media(max-width:470px) {
  body.login {
    background: #fff;
  }

  .pg_login {
    margin: 0 auto 10px auto;
    width: 100%;
    min-width: auto;
    border-radius: 0;
  }

    .pg_login .container_login img {
      height: 100px;
    }

    .pg_login .container_login .logo img {
      margin: 10px auto 10px auto;
      height: 60px;
    }

    .pg_login h1 {
      font-size: 19px;
    }

    .pg_login h2 {
      font-size: 17px;
    }

      .pg_login h2 span {
        line-height: 1;
      }

    .pg_login.registration .contenu {
      padding: 10px 15px 0 15px;
    }

    .pg_login .beGdWn {
      padding: 10px;
    }
}
