@charset "UTF-8";
/*------------font-family-------*/
/* */
/*------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300i,400,400i,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@font-face {
  font-family: "fl-line-icon-set";
  src: url("../../fonts/fl-line-icon-set.eot");
  src: url("../../fonts/fl-line-icon-set.eot#iefix") format("embedded-opentype"), url("../../fonts/fl-line-icon-set.woff") format("woff"), url("../../fonts/fl-line-icon-set.ttf") format("truetype"), url("../../fonts/fl-line-icon-set.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------animations-------*/
/* */
/*------------------------------------*/
@keyframes fadeIn {
  0% {
    width: 0px;
    height: 0px;
    font-size: 0px;
    margin-left: 0px;
    margin-top: 0px; }
  100% {
    width: 80px;
    height: 80px;
    font-size: 24px;
    margin-left: -40px;
    margin-top: -40px; } }

@keyframes clignote {
  0% {
    color: white;
    background-color: #7fcbc9; }
  25% {
    color: #7fcbc9;
    background-color: white; }
  50% {
    color: #7fcbc9;
    background-color: white; }
  75% {
    color: white;
    background-color: #7fcbc9; }
  100% {
    color: white;
    background-color: #7fcbc9; } }

/*-------------General---------------*/
/* */
/*--------------------------------------*/
body {
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif; }

body, h1, h2, h3, h4, h5 {
  font-weight: 400;
  color: #474747; }

#main {
  background: white; }

#CommanderBtn {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-right: 40px; }

.commanderBtn {
  text-align: center;
  margin-top: 30px; }

#CommanderBtn a, .commanderBtn a {
  text-transform: uppercase;
  background-color: #7fcbc9;
  color: white;
  padding: 13px 20px;
  font-size: 15px;
  border-radius: 5px; }
  #CommanderBtn a:hover, .commanderBtn a:hover {
    color: white; }

.btn-primary:focus, .btn-primary:enabled, .btn-primary:active:hover, .btn-primary:active:focus {
  background: #7fcbc9;
  border: 1px solid #7fcbc9 !important;
  color: white; }

a {
  color: #7fcbc9;
  /*&:visited
    color: $darkPrimary-color
    text-decoration: none*/ }
  a:hover {
    color: #5bbcba;
    text-decoration: none;
    cursor: pointer; }
  a:focus {
    outline: none; }

a.pdfLink {
  color: #C11D02; }

a.excelLink {
  color: #177245; }

.btn-info, .btn-info.active, .btn-info.focus, .btn-info:focus {
  background: #7fcbc9; }
  .btn-info:hover, .btn-info.active:hover, .btn-info.focus:hover, .btn-info:focus:hover {
    background: #000; }

.divider-primary {
  border-color: #7fcbc9 !important; }

.btn-primary {
  background: none;
  background-color: #7fcbc9;
  border-color: #7fcbc9;
  border: none;
  background: #7fcbc9;
  border-color: #7fcbc9;
  color: white; }
  .btn-primary:hover {
    background: #000;
    border-color: #000; }
  .btn-primary > h4 {
    color: inherit; }

label {
  font-weight: 400; }

.container > h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #474747;
  margin: auto;
  margin-top: 20px; }

.text-info {
  color: #7fcbc9; }

.text-success-booster {
  color: #29ec07; }

.btn, .btn-primary {
  text-shadow: none;
  text-transform: uppercase;
  border-radius: initial; }

.btn-info {
  border: none; }

.well {
  background: white none; }

input {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; }

ul {
  list-style: none; }

.form-horizontal .form-group {
  margin-right: auto;
  margin-left: auto; }

.form-horizontal .control-group:nth-child(2) .controls {
  margin-left: 20px; }

ul {
  padding-left: 0px; }

ul.thumbnails {
  padding-left: 40px; }

/*.btn-primary.active:focus, .btn-primary.active:hover
  background: none*/
.primaryColor {
  color: #7fcbc9; }

#imgContainer {
  background-size: cover;
  background-position: center;
  height: 201px;
  width: 480px; }

textarea {
  resize: none; }

.best-seller-label {
  position: absolute;
  top: -15px;
  right: -35px;
  width: 180px;
  padding: 3px 10px;
  text-align: center;
  color: white;
  text-transform: uppercase; }
  .best-seller-label img {
    width: 100%; }

.paginatorCounter {
  margin-bottom: 10px; }

.boosterSelect label {
  color: #7fcbc9; }

.boosterSelect select {
  height: 35px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #7fcbc9;
  background-color: white; }

.alert-error {
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  color: #a94442; }

/*-------------header---------------*/
/* */
/*--------------------------------------*/
header {
  background-color: white;
  box-shadow: 0px 5px 29px -15px;
  height: auto;
  position: fixed;
  top: 0px;
  z-index: 4000;
  width: 100%;
  padding: 10px 0px 0 0; }
  header a {
    color: #7fcbc9; }
    header a:hover {
      color: #5bbcba; }
  header::after {
    content: "";
    display: block;
    clear: both; }
  header #logoContainer {
    float: left; }

/*--logo---*/
#logo, footer div div:first-of-type p:first-of-type {
  color: #7fcbc9;
  font-weight: 100;
  text-align: center;
  margin: auto; }
  #logo span, footer div div:first-of-type p:first-of-type span {
    color: #474747; }
    #logo span:after, footer div div:first-of-type p:first-of-type span:after {
      content: "";
      display: block;
      background-color: #7fcbc9;
      height: 1px;
      position: relative; }

#logo {
  background: none;
  font-size: 45px;
  width: 200px;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 0; }
  #logo span:after {
    width: 123px;
    left: 55px;
    top: -10px; }
  #logo:hover {
    text-decoration: none; }

#userBoard {
  margin-top: 15px; }

#login {
  padding-left: 0px; }
  #login a {
    color: #7fcbc9; }
    #login a:hover {
      background: none;
      color: #5bbcba; }
  #login #loginMenu a {
    text-decoration: none; }
  #login #loginMenu ul {
    left: -40px;
    min-width: 64px; }
    #login #loginMenu ul li a {
      text-decoration: none;
      color: #474747; }
      #login #loginMenu ul li a:hover, #login #loginMenu ul li a:focus {
        background-color: #f5f5f5;
        color: #7fcbc9;
        box-shadow: none;
        text-decoration: none; }

/*-----info bulle-----*/
body #btn_up.top {
  bottom: 90px;
  right: 28px; }
  body #btn_up.top.disabled {
    width: 0px !important;
    height: 0px !important; }

@keyframes openInfoBulle {
  0% {
    width: 90px;
    height: 90px;
    right: 7px;
    bottom: 7px;
    font-size: 0; }
  100% {
    width: 600px;
    height: 600px;
    right: -252px;
    bottom: -252px;
    font-size: 14px; } }

#infoBulle {
  width: 90px;
  height: 90px;
  right: 7px;
  bottom: 7px;
  position: fixed;
  z-index: 999; }
  #infoBulle.active {
    width: 600px;
    height: 600px;
    right: -252px;
    bottom: -252px; }
    #infoBulle.active #fondInfoBulle {
      background-color: #7fcbc9;
      opacity: 0.9; }
    #infoBulle.active button {
      border: 20px solid white;
      right: 275px;
      bottom: 275px; }
    #infoBulle.active #textInfoBulle {
      display: block; }
  #infoBulle #fondInfoBulle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 999;
    border-radius: 50%; }
  #infoBulle button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: none;
    background-color: #7fcbc9;
    opacity: 0.9;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-sizing: content-box;
    padding: 0;
    z-index: 99999; }
    #infoBulle button:focus {
      outline: none; }
    #infoBulle button i {
      font-size: 18px; }
  #infoBulle #textInfoBulle {
    font-size: 1em;
    display: none;
    position: absolute;
    color: white;
    top: 120px;
    left: 70px;
    z-index: 1000;
    max-width: 252px; }
    #infoBulle #textInfoBulle h4 {
      color: white;
      font-size: 1.3em;
      font-weight: normal; }
    #infoBulle #textInfoBulle a {
      color: white;
      text-decoration: underline; }
  #infoBulle #footerInfoBulle {
    position: absolute;
    bottom: 252px;
    color: white;
    z-index: 999;
    left: 10px;
    padding: 10px;
    font-size: 1em; }
    #infoBulle #footerInfoBulle a {
      font-size: 1em;
      color: white;
      text-decoration: underline; }

/*----navigation ----*/
#main #bodyPanier {
  display: block;
  height: 180px;
  overflow: auto; }

#main #headPanier, #main #bodyPanier tr {
  display: table;
  width: 100%;
  table-layout: fixed; }

.navbar {
  margin-bottom: 0px;
  position: static; }
  .navbar #menu {
    float: left;
    margin: 0px;
    padding-top: 17px;
    z-index: -1; }
    .navbar #menu .dropdown-toggle:hover, .navbar #menu .dropdown-toggle.hover {
      background-color: #7fcbc9 !important;
      color: white !important; }
    .navbar #menu .dropdown-menu li a {
      color: #474747; }
    .navbar #menu div {
      box-shadow: none;
      border: none; }
      .navbar #menu div > ul {
        width: 100%; }
        .navbar #menu div > ul li.visible-xs:last-of-type {
          border-top: 1px solid #d3d3d3;
          border-bottom: 1px solid #d3d3d3; }
        .navbar #menu div > ul > li > a {
          text-transform: uppercase;
          color: #474747;
          text-shadow: none;
          font-weight: 400; }
          .navbar #menu div > ul > li > a:hover, .navbar #menu div > ul > li > a:focus {
            background-color: white;
            color: #7fcbc9;
            box-shadow: none; }
        .navbar #menu div > ul > li.open > a, .navbar #menu div > ul > li.open > a:focus, .navbar #menu div > ul > li.open > a:hover {
          background-color: white; }
        .navbar #menu div > ul > li > ul > li > a:hover {
          color: #7fcbc9;
          box-shadow: none; }
        .navbar #menu div > ul > .active > a, .navbar #menu div > ul > .active > a:hover {
          background: white;
          color: #7fcbc9;
          box-shadow: none; }
      .navbar #menu div span a {
        color: #7fcbc9; }
        .navbar #menu div span a:hover {
          color: #5bbcba;
          text-decoration: none; }
  .navbar #resumePanier {
    font-size: 14px; }
    .navbar #resumePanier.minCart400 {
      font-size: 13px; }
      .navbar #resumePanier.minCart400 #bodyPanier {
        height: 120px; }
    .navbar #resumePanier.minCart350 {
      font-size: 12px; }
      .navbar #resumePanier.minCart350 #bodyPanier {
        height: 75px; }
    .navbar #resumePanier.minCart300, .navbar #resumePanier.minCart250 {
      font-size: 12px; }
      .navbar #resumePanier.minCart300 #cart-content, .navbar #resumePanier.minCart250 #cart-content {
        padding: 10px !important; }
        .navbar #resumePanier.minCart300 #cart-content h4, .navbar #resumePanier.minCart250 #cart-content h4 {
          margin: 0px; }
      .navbar #resumePanier.minCart300 #bodyPanier, .navbar #resumePanier.minCart250 #bodyPanier {
        height: 70px; }
      .navbar #resumePanier.minCart300 #totauxPanier th, .navbar #resumePanier.minCart300 #totauxPanier td, .navbar #resumePanier.minCart250 #totauxPanier th, .navbar #resumePanier.minCart250 #totauxPanier td {
        padding: 5px; }
    .navbar #resumePanier.minCart250 #cart-content {
      height: 250px;
      overflow: scroll; }
    .navbar #resumePanier > a {
      display: inline-block;
      width: 63px;
      text-align: right;
      font-size: 14px; }
      .navbar #resumePanier > a:hover span {
        background-color: #5bbcba; }
        .navbar #resumePanier > a:hover span::before {
          color: #5bbcba; }
      .navbar #resumePanier > a span {
        background-color: #7fcbc9;
        width: 22px;
        height: 22px;
        line-height: 25px;
        border-radius: 50%;
        display: inline-block;
        padding: 0px;
        text-align: center;
        margin-bottom: 10px; }
        .navbar #resumePanier > a span::before {
          content: "\e061";
          display: block;
          color: #7fcbc9;
          font-family: 'fl-line-icon-set';
          position: absolute;
          left: 0;
          font-size: 30px;
          font-weight: normal; }
    .navbar #resumePanier #cart-content {
      position: absolute;
      right: 0;
      z-index: 5;
      overflow: auto;
      min-width: 400px;
      width: 25%;
      display: none;
      padding: 20px;
      box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
      background-color: #fff;
      transition: .15s ease-out; }
      .navbar #resumePanier #cart-content table {
        margin-bottom: 5px; }
      .navbar #resumePanier #cart-content h4:first-of-type {
        font-size: 1.6em; }
      .navbar #resumePanier #cart-content .panierArticleListe {
        max-height: 400px;
        margin-top: 16px;
        overflow-y: auto;
        overflow-x: hidden; }
      .navbar #resumePanier #cart-content .articlePanier {
        margin-bottom: 2px;
        padding: 8px;
        border: 1px solid rgba(211, 211, 211, 0.5); }
        .navbar #resumePanier #cart-content .articlePanier > div:first-child {
          width: 15%;
          vertical-align: top; }
        .navbar #resumePanier #cart-content .articlePanier > div:nth-of-type(2) {
          width: 80%; }
        .navbar #resumePanier #cart-content .articlePanier > div:last-child {
          font-size: 16px; }
      .navbar #resumePanier #cart-content input {
        text-align: center; }
      .navbar #resumePanier #cart-content a.btn-block {
        font-size: 1em; }

#nav-burger {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px; }
  #nav-burger .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #474747;
    background-color: transparent;
    border: none;
    /* display: none; */ }
    #nav-burger .rd-navbar-toggle span {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      position: relative;
      display: block;
      margin: auto;
      transition: .3s all ease; }
    #nav-burger .rd-navbar-toggle span::after, #nav-burger .rd-navbar-toggle span::before, #nav-burger .rd-navbar-toggle span {
      width: 24px;
      height: 4px;
      background-color: #474747;
      backface-visibility: hidden;
      border-radius: 2px; }
    #nav-burger .rd-navbar-toggle span::after, #nav-burger .rd-navbar-toggle span::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      transition: .3s all ease;
      -webkit-transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
    #nav-burger .rd-navbar-toggle span::after {
      top: -8px; }
    #nav-burger .rd-navbar-toggle.active span {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
      #nav-burger .rd-navbar-toggle.active span::after, #nav-burger .rd-navbar-toggle.active span::before {
        top: 0;
        width: 15px; }
      #nav-burger .rd-navbar-toggle.active span::before {
        transform: rotate3d(0, 0, 1, -40deg); }
      #nav-burger .rd-navbar-toggle.active span::after {
        transform: rotate3d(0, 0, 1, 40deg); }

/*---chemin de fer---*/
.breadcrumb {
  background-color: white;
  margin: 180px auto 25px auto; }
  .breadcrumb li::before {
    display: none; }
  .breadcrumb li a {
    color: #7fcbc9; }
    .breadcrumb li a:hover {
      color: #5bbcba;
      text-decoration: none; }

/*a
  &::before
    content: "\f015"
    font-family: FontAwesome
    font-size: 18px*/
/*-------------main actual body---------------*/
/* */
/*--------------------------------------*/
/*----------acceuil-----------*/
/*----slider---*/
.flexslider {
  border: none; }

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px; }

#annoncesContainer {
  margin-top: 50px; }

/*---spinner quantitépour ajout dans panier---*/
.related-products-spinner {
  border: 1px solid #d3d3d3;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: auto auto 10px; }
  .related-products-spinner::after {
    content: "";
    display: block;
    clear: both; }
  .related-products-spinner span, .related-products-spinner input {
    float: left;
    height: 100%;
    text-align: center; }
  .related-products-spinner span {
    width: 34px;
    background-color: white; }
    .related-products-spinner span:hover {
      cursor: pointer;
      color: #d3d3d3; }
  .related-products-spinner input {
    width: 50px;
    padding: 0px;
    border: none;
    box-shadow: none; }

.zoomContainer .zoomLens {
  border: none !important;
  z-index: 1; }

#actualbody {
  /*---recherche---*/
  /*---menu famille gauche---*/
  /*---banniere---*/
  /*--liste panier/liste famille --*/
  /*--vue sur un article--*/ }
  #actualbody #searchDock input {
    height: 33px; }
  #actualbody .sidebar-left {
    z-index: 999; }
  #actualbody div.banniere {
    color: #474747;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    filter: alpha(opacity=60);
    background-color: #FBFBFB;
    border: 0;
    height: 180px;
    background-size: contain; }
    #actualbody div.banniere + h2 {
      text-align: center;
      color: #7fcbc9; }
  #actualbody #visuPanier {
    position: fixed;
    z-index: 1;
    right: 20px;
    top: 90px; }
    #actualbody #visuPanier div > div > a {
      background: #7fcbc9;
      color: white;
      border: none;
      padding: 15px; }
      #actualbody #visuPanier div > div > a:hover {
        background: black; }
    #actualbody #visuPanier #nav-familles {
      width: 200px;
      background: white;
      box-shadow: none;
      position: relative; }
      #actualbody #visuPanier #nav-familles li {
        background-color: white;
        border-bottom: 1px solid #d3d3d3; }
        #actualbody #visuPanier #nav-familles li i {
          display: none; }
        #actualbody #visuPanier #nav-familles li a {
          border: none;
          text-transform: capitalize;
          padding-left: 0px;
          margin: 0px; }
          #actualbody #visuPanier #nav-familles li a:hover {
            background-color: white; }
      #actualbody #visuPanier #nav-familles li.active a {
        background: #7fcbc9;
        color: white; }
    #actualbody #visuPanier > .row-fluid > div.span12 > a {
      background: #7fcbc9;
      color: white;
      border-radius: initial;
      padding: 15px 19px 13px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-shadow: none;
      border: none; }
      #actualbody #visuPanier > .row-fluid > div.span12 > a:hover {
        background-color: #000; }
    #actualbody #visuPanier .table .th {
      border-color: #d3d3d3; }
    #actualbody #visuPanier .table td i {
      color: #7fcbc9; }
      #actualbody #visuPanier .table td i:hover {
        color: #000; }
    #actualbody #visuPanier table:last-of-type {
      margin: 0px; }
      #actualbody #visuPanier table:last-of-type tr:nth-of-type(2) th:last-of-type span {
        color: #5bbcba; }
      #actualbody #visuPanier table:last-of-type tr:last-of-type th {
        font-size: 22px;
        font-weight: 400;
        padding: 20px 10px; }
      #actualbody #visuPanier table:last-of-type tr:last-of-type th:first-of-type {
        text-align: right; }
      #actualbody #visuPanier table:last-of-type tr:last-of-type th:last-of-type {
        text-align: left;
        color: #7fcbc9; }
    #actualbody #visuPanier h4 {
      text-align: left;
      font-size: 22px; }
    #actualbody #visuPanier #panierOverflow {
      overflow: auto; }
      #actualbody #visuPanier #panierOverflow table tr td:nth-of-type(3) {
        text-align: center; }
        #actualbody #visuPanier #panierOverflow table tr td:nth-of-type(3) input {
          text-align: center; }
      #actualbody #visuPanier #panierOverflow table tr td:nth-of-type(4) {
        text-align: right; }
  #actualbody .list-dividers li:hover:not(.haschild), #actualbody .list-dividers li.active {
    padding-left: 5px;
    background-color: #7fcbc9; }
    #actualbody .list-dividers li:hover:not(.haschild) a, #actualbody .list-dividers li.active a {
      color: white; }
  #actualbody .list-dividers li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    height: 100%; }
  #actualbody .list-dividers li ul {
    margin-left: 20px; }
  #actualbody .list-dividers li + li {
    border-top: 1px dotted #d5d5d9; }
  #actualbody #article-viewed {
    margin-top: 20px; }
    #actualbody #article-viewed h2 {
      color: #474747;
      text-align: left;
      font-weight: 400; }
    #actualbody #article-viewed .article-price {
      color: #7fcbc9;
      font-size: 40px; }
    #actualbody #article-viewed .event-badge {
      position: absolute;
      top: 10px;
      left: 15px;
      background-color: #7fcbc9;
      color: white;
      padding: 3px 10px;
      text-transform: uppercase;
      font-weight: 400;
      border: 1px solid #7fcbc9;
      animation: clignote 2s infinite; }
    #actualbody #article-viewed #articledescription .dl-horizontal {
      border-top: 1px dotted #d3d3d3;
      border-bottom: 1px dotted #d3d3d3;
      padding: 25px 0;
      margin-top: 30px; }
      #actualbody #article-viewed #articledescription .dl-horizontal::after {
        display: block;
        content: "";
        clear: both; }
      #actualbody #article-viewed #articledescription .dl-horizontal dt, #actualbody #article-viewed #articledescription .dl-horizontal dd {
        text-align: left;
        line-height: 25px;
        font-weight: 400;
        margin-left: 0px;
        width: 50%;
        float: left;
        display: inline-block; }
      #actualbody #article-viewed #articledescription .dl-horizontal dt {
        font-weight: 400; }
      #actualbody #article-viewed #articledescription .dl-horizontal dd a:hover {
        color: #5bbcba;
        text-decoration: none; }
    #actualbody #article-viewed #articledescription > form {
      border-top: 1px dotted #d3d3d3;
      border-bottom: 1px dotted #d3d3d3;
      padding: 30px 0;
      /*--son spinner---*/ }
      #actualbody #article-viewed #articledescription > form #article-quantity-spinner, #actualbody #article-viewed #articledescription > form label {
        height: 45px;
        line-height: 45px; }
      #actualbody #article-viewed #articledescription > form label {
        vertical-align: top;
        width: 180px;
        background: #7fcbc9;
        color: white;
        border: none;
        border-radius: inherit;
        padding: 0;
        font-size: 15px;
        text-transform: uppercase; }
        #actualbody #article-viewed #articledescription > form label::before {
          content: "\e061";
          display: inline;
          color: white;
          font-family: 'fl-line-icon-set';
          font-size: 10px;
          font-weight: normal;
          margin: auto 5px;
          font-size: 1.2em; }
        #actualbody #article-viewed #articledescription > form label:hover {
          background-color: #000; }

#select-taille {
  width: 80px;
  height: 30px;
  padding-left: 25px; }

#article-quantity-spinner {
  border: 1px solid #d3d3d3;
  width: 130px;
  display: inline-block;
  margin-right: 20px; }
  #article-quantity-spinner::before {
    content: "";
    display: block;
    clear: both; }
  #article-quantity-spinner input {
    height: 100%;
    width: 40%;
    border: none;
    padding: 0px 10px;
    float: left;
    text-align: center;
    box-shadow: none; }
  #article-quantity-spinner span {
    width: 38px;
    display: block;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 18px; }
    #article-quantity-spinner span:hover {
      color: #d3d3d3;
      cursor: pointer; }

/*---retour vers la liste de la meme marque---*/
#brand-link {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px; }

/*--les autres produits---*/
.item {
  opacity: 1 !important; }

#related-products {
  padding: 20px 0px; }
  #related-products .item {
    opacity: 1 !important; }
  #related-products legend {
    border: none;
    color: #474747;
    font-size: 28px; }
    #related-products legend::after {
      content: "";
      display: block;
      width: 70px;
      height: 2px;
      background-color: #474747;
      margin: 20px auto auto; }
  #related-products label {
    background: #7fcbc9;
    border: none; }
    #related-products label:hover {
      background: #000; }
  #related-products h4 {
    color: #7fcbc9; }

/*--------------------------------*/
/*--------page listeunivers----*/
#adminControls {
  border: 1px solid #e3e3e3;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0px;
  position: absolute;
  right: -10px;
  top: -35px; }
  #adminControls > * {
    float: right; }
  #adminControls > button {
    margin-right: 10px; }
  #adminControls .input-group {
    width: 100px; }
    #adminControls .input-group select {
      width: 63px; }
  #adminControls ::after {
    content: '';
    clear: both;
    display: block; }

#itemList.draggable .univer-item > div > a:last-child {
  display: none; }

#itemList.draggable .univer-item.item-draggable .helperMoveName {
  position: absolute;
  bottom: -16px;
  text-align: center;
  width: 100%;
  display: block; }

#itemList.draggable .univer-item.item-draggable .moveIcon {
  display: block;
  position: absolute;
  top: 6px;
  right: 13px;
  border: -1px dotted black;
  padding: 5px;
  box-shadow: 0px 0px 0px 0px; }

.univer-item {
  padding: 0px 5px;
  height: 200px;
  position: relative;
  background-color: white;
  border: none;
  margin-top: 30px; }
  .univer-item .moveIcon, .univer-item .helperMoveName {
    display: none; }
  .univer-item img {
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .univer-item > div {
    position: relative; }
    .univer-item > div > a {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%; }
      .univer-item > div > a h4 {
        height: 60px;
        margin: 0;
        position: absolute;
        bottom: 20px;
        width: 100%;
        background-color: rgba(254, 254, 254, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.3s all ease; }
      .univer-item > div > a:hover h4 {
        bottom: 70px;
        transition: 0.3s all ease;
        background-color: rgba(0, 0, 0, 0.8);
        color: white; }
  .univer-item .event-badge {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #7fcbc9;
    color: white;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #7fcbc9;
    animation: clignote 2s infinite; }

/*----page liste articles---*/
#searchIndexForm button:last-of-type {
  border-right: 1px solid #ccc; }

#actualbody #articlesList label.btn-ajoute-panier, #actualbody #related-products label.btn-ajoute-panier {
  width: 180px; }

#actualbody .pagination-centered {
  margin: 10px 0px 50px 0px;
  text-align: center;
  width: 100%; }
  #actualbody .pagination-centered ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
    #actualbody .pagination-centered ul::after {
      content: "";
      display: block;
      clear: both; }
    #actualbody .pagination-centered ul li {
      display: inline;
      float: left; }
      #actualbody .pagination-centered ul li a {
        display: block;
        border: none;
        color: black;
        border-radius: initial;
        margin: 0px 1px;
        height: 50px;
        width: 50px;
        padding: 0px;
        line-height: 50px;
        font-weight: 100; }
        #actualbody .pagination-centered ul li a:hover {
          color: #7fcbc9;
          background-color: white; }
      #actualbody .pagination-centered ul li.active a {
        color: #7fcbc9;
        background-color: white; }
      #actualbody .pagination-centered ul li a[rel=next], #actualbody .pagination-centered ul li a[rel=prev], #actualbody .pagination-centered ul li a[rel=first], #actualbody .pagination-centered ul li a[rel=last], #actualbody .pagination-centered ul li.disabled a {
        color: white;
        background-color: #7fcbc9; }
        #actualbody .pagination-centered ul li a[rel=next]:hover, #actualbody .pagination-centered ul li a[rel=prev]:hover, #actualbody .pagination-centered ul li a[rel=first]:hover, #actualbody .pagination-centered ul li a[rel=last]:hover, #actualbody .pagination-centered ul li.disabled a:hover {
          background-color: #000; }

#actualbody .list-items .item {
  border: 1px solid rgba(211, 211, 211, 0.5);
  padding: 0px;
  margin-bottom: 70px !important; }
  #actualbody .list-items .item .article-item-img > a > img:first-of-type {
    width: auto !important; }
  #actualbody .list-items .item .article-item-img .event-badge {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #7fcbc9;
    color: white;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #7fcbc9;
    animation: clignote 2s infinite; }
  #actualbody .list-items .item .article-item-info {
    background-color: white;
    padding: 5px;
    min-height: 215px; }
    #actualbody .list-items .item .article-item-info h5 a {
      color: #474747;
      font-size: inherit; }
      #actualbody .list-items .item .article-item-info h5 a:hover {
        color: #5bbcba; }
    #actualbody .list-items .item .article-item-info h4 strong {
      color: #7fcbc9;
      font-size: 1.3em; }
    #actualbody .list-items .item .article-item-info form .quantity-spinner, #actualbody .list-items .item .article-item-info form label, #actualbody .list-items .item .article-item-info form > a {
      display: inline-block;
      vertical-align: top;
      height: 40px;
      line-height: 40px; }
    #actualbody .list-items .item .article-item-info form label, #actualbody .list-items .item .article-item-info form > a {
      padding: 1px 5px;
      position: relative;
      border-radius: initial;
      text-transform: uppercase;
      font-size: 1em; }
    #actualbody .list-items .item .article-item-info form label::before {
      content: "\e061";
      display: inline;
      color: white;
      font-family: 'fl-line-icon-set';
      font-size: 10px;
      font-weight: normal;
      margin: auto 5px;
      font-size: 1.2em; }
    #actualbody .list-items .item .article-item-info .linkLogin {
      font-size: 16px; }

/*--------page salons--------*/
#accordion2 img {
  max-width: 100%; }

#accordion2 .panel-heading {
  background: #7fcbc9;
  border: 1px solid white; }
  #accordion2 .panel-heading a {
    text-decoration: none;
    color: white; }
  #accordion2 .panel-heading:hover {
    background-color: white;
    border: 1px solid #7fcbc9;
    box-sizing: border-box; }
    #accordion2 .panel-heading:hover a {
      color: #7fcbc9; }

/*----page mon compte-----*/
#actualbody .tabbable .nav.nav-tabs.nav-pills li a {
  border-radius: initial;
  text-transform: uppercase; }

#actualbody .tabbable .nav.nav-tabs.nav-pills li.active a, #actualbody .tabbable .nav.nav-tabs.nav-pills li:hover a {
  background-color: #7fcbc9;
  color: white; }

/*----page marques-----*/
.famille-item img {
  max-width: 100%; }

.famille-item > div {
  border-radius: 5px;
  position: relative;
  /*------------------------*/ }
  .famille-item > div:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px 0 black; }
    .famille-item > div:hover > p > a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 250px 50px;
      box-sizing: border-box;
      line-height: 30px; }
      .famille-item > div:hover > p > a::before {
        content: "\e061";
        display: none;
        width: 0px;
        height: 0px;
        background-color: #7fcbc9;
        border-radius: 100%;
        font-family: 'fl-line-icon-set';
        color: white;
        font-size: 40px;
        line-height: 75px;
        position: absolute;
        left: 50%;
        top: 40%;
        margin-left: -40px;
        margin-top: -40px; }
      .famille-item > div:hover > p > a:hover {
        background: rgba(254, 254, 254, 0.8);
        transition: background 0.7s ease-out;
        font-size: 24px; }
        .famille-item > div:hover > p > a:hover::before {
          display: block;
          width: 80px;
          height: 80px;
          animation: fadeIn 0.2s linear; }
  .famille-item > div > p > a {
    display: none; }
  .famille-item > div a:hover {
    text-decoration: none;
    color: #7fcbc9; }

/*---------arrow up----*/
#main .top {
  display: none;
  background: #7fcbc9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  bottom: 2px; }
  #main .top:hover {
    background-color: #000; }
  #main .top i {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 19px; }

/*-------flash message----*/
#jquery-flash-message-container {
  width: 300px;
  position: fixed;
  top: 15px;
  right: 15px;
  min-height: 50px;
  font-size: 10px;
  z-index: 1; }
  #jquery-flash-message-container h4 {
    font-size: 14px !important; }

/*div
  position: relative
  z-index: 4000
  div.alert.alert-success
    position: relative
    z-index: 4001
    color: red*/
/*---zone de recherche----*/
#searchIndexForm .input-group {
  height: 40px;
  border: 1px solid #d3d3d3; }
  #searchIndexForm .input-group input, #searchIndexForm .input-group button {
    box-sizing: border-box;
    height: 40px;
    padding: 0px;
    border-radius: initial;
    border: none; }
  #searchIndexForm .input-group input {
    padding-left: 5px; }
  #searchIndexForm .input-group button {
    border-left: 1px solid white;
    width: 40px; }

/*-----page mon panier-----*/
#panier .table-striped tbody tr:nth-child(odd) td, #panier .table-striped tbody tr:nth-child(odd) th {
  background-color: white; }

#panier .table-striped tbody tr th {
  text-transform: uppercase;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-family: Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
  letter-spacing: 0.04em; }

#panier .table-striped tbody tr td {
  border-top: 1px solid rgba(221, 221, 221, 0.3); }

#panier .table-striped tbody tr td:first-of-type a, #panier .table-striped tbody tr td:nth-of-type(2) a {
  color: #474747; }

#panier .table-striped tbody tr td.pu, #panier .table-striped tbody tr td.tht {
  color: #7fcbc9;
  font-size: 18px;
  text-align: right; }

#panier .table-striped tbody tr:hover td {
  background-color: white; }

#panier .input-prepend button, #panier .input-prepend input {
  height: 35px; }

#panier .input-prepend button {
  margin-left: 5px;
  min-width: 40px; }

#panier .input-prepend input {
  box-sizing: border-box;
  padding-left: 5px; }

#discountCode {
  padding: 20px 0px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3; }

#totaux-panier {
  border: 1px solid #d3d3d3;
  margin-top: 20px;
  padding: 10px 30px; }
  #totaux-panier h4 {
    color: black;
    font-size: 22px; }
  #totaux-panier dl {
    margin-left: 0px; }
    #totaux-panier dl::after {
      content: "";
      display: block;
      clear: both; }
  #totaux-panier dt, #totaux-panier dd {
    font-weight: 400;
    margin-left: 0px;
    width: 50%;
    float: left;
    display: inline-block; }
  #totaux-panier dt {
    text-align: left; }
    #totaux-panier dt:last-of-type {
      font-weight: bold;
      text-align: right;
      padding-right: 20px; }
  #totaux-panier dd {
    color: #474747; }
    #totaux-panier dd:last-of-type {
      color: #7fcbc9;
      text-align: left;
      padding-left: 20px; }
  #totaux-panier dd:last-of-type, #totaux-panier dt:last-of-type {
    margin-left: 0px;
    margin-top: 20px;
    font-size: 18px; }

.popover {
  max-width: none; }

/*------page login-----*/
#login-container {
  text-align: center;
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  box-sizing: border-box; }
  #login-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  #login-container p:last-child {
    margin-top: 25px; }

#login-container form label, #createAccountForm form label {
  display: block;
  text-align: left;
  font-style: italic;
  font-weight: 400; }
  #login-container form label span.text-danger, #createAccountForm form label span.text-danger {
    color: #7fcbc9; }

#login-container form input[type=text], #login-container form input[type=password], #login-container form input[type=email], #createAccountForm form input[type=text], #createAccountForm form input[type=password], #createAccountForm form input[type=email] {
  width: 100%;
  display: block;
  height: 50px;
  padding: 10px; }

#login-container form div.input.input-booster input {
  width: 95%;
  display: inline; }

#login-container form div.input.input-booster span {
  margin-top: 12.5px; }
  #login-container form div.input.input-booster span i {
    display: none; }

#login-container form div.input.input-booster.error input {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid red; }

#login-container form div.input.input-booster.error span i.fa-ban {
  display: block; }

#login-container form div.input.input-booster.error span i.fa-check {
  display: none; }

#login-container form div.input.input-booster.success input {
  background-color: rgba(0, 255, 0, 0.1);
  border: 1px solid green; }

#login-container form div.input.input-booster.success span i.fa-ban {
  display: none; }

#login-container form div.input.input-booster.success span i.fa-check {
  display: block; }

#login-container form div.input.input-booster::after {
  clear: both;
  display: block;
  content: ''; }

/*----page creation compte -----* */
#UserCreateAccountForm .input > span.text-danger {
  display: none; }

#UserCreateAccountForm .input.error input {
  border: 1px solid #a94442; }

#UserCreateAccountForm .input.error > span.text-danger {
  display: block; }

#UserCreateAccountForm .input.error label {
  color: #a94442; }

#UserCreateAccountForm .input.success input {
  border: 1px solid #3c763d; }

#UserCreateAccountForm .input.success > span.text-danger {
  display: none; }

#UserCreateAccountForm .input.success label, #UserCreateAccountForm .input.success label p {
  color: #3c763d; }

/*------page de recherche-----*/
#searchPage .btn-ajoute-panier {
  width: 180px; }

#searchPage .searchItem .item .article-item-img img {
  width: 100%; }

/*-----page contact form------*/
#contactFormContainer {
  background-color: white; }

#ContactAddForm .form-group:nth-of-type(2) .controls::after {
  content: "";
  display: block;
  clear: both; }

#ContactAddForm .form-group:nth-of-type(2) .controls label {
  float: left;
  margin-left: 50px;
  font-weight: 400;
  font-style: italic; }
  #ContactAddForm .form-group:nth-of-type(2) .controls label input {
    vertical-align: middle;
    width: initial;
    position: static;
    margin-right: 5px; }

#ContactAddForm .form-group > label {
  display: block;
  text-align: left;
  font-style: italic;
  font-weight: 400; }
  #ContactAddForm .form-group > label span {
    color: #7fcbc9; }

#ContactAddForm .form-group .controls input {
  padding: 10px;
  width: 100%;
  height: 40px; }

#ContactAddForm .form-group .controls input, #ContactAddForm .form-group .controls textarea {
  border-radius: 1px; }

#ContactAddForm .form-group .controls .input-medium {
  width: 150px; }

#ContactAddForm .form-group .controls .input-mini {
  width: 60px; }

#ContactAddForm .form-group .controls .input-small {
  width: 90px; }

#ContactAddForm .form-actions button {
  display: block;
  margin: auto; }

/*----page création de compte---*/
#createAccountWarning img {
  width: 100%; }

#createAccountForm label {
  margin-top: 20px; }

/*---contacts-----*/
#contactPage section {
  border-bottom: 1px solid #d3d3d3;
  padding: 20px; }
  #contactPage section article {
    margin-bottom: 30px; }
  #contactPage section:first-of-type > p {
    clear: both;
    text-align: center; }
  #contactPage section:last-of-type {
    border: none; }
  #contactPage section h2 {
    color: #7fcbc9;
    font-weight: bold; }
  #contactPage section h3 {
    text-align: center;
    margin-bottom: 35px; }

#contactPage #boosterTeam {
  text-align: center; }
  #contactPage #boosterTeam article div img {
    display: none;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    width: 150px;
    height: 150px; }

#contactPage #partners {
  text-align: center; }
  #contactPage #partners em {
    color: #7fcbc9; }

/*----ajout salon------*/
#SalonAdminEditForm div.controls, #SalonAdminAddForm div.controls {
  margin: 0px; }

#SalonAdminEditForm input:not([type="checkbox"]), #SalonAdminEditForm select, #SalonAdminAddForm input:not([type="checkbox"]), #SalonAdminAddForm select {
  width: 100%;
  height: 40px; }

#SalonAdminEditForm select, #SalonAdminAddForm select {
  margin-bottom: 30px; }

#StorelocatorAdminAddForm div.controls {
  margin: 0px; }

#StorelocatorAdminAddForm input {
  width: 100%;
  height: 40px; }

#StorelocatorAdminAddForm select {
  margin-bottom: 30px; }

#StorelocatorAdminAddForm .form-actions {
  margin-top: 20px; }

#SalonAdminIndexForm .input.text input {
  width: 100%;
  height: 40px; }

/*----edit salon---*/
#editSalon .modal-footer button[type="submit"] {
  background-color: #7fcbc9; }

/*---page representant----*/
.maparea4 .areaLegend {
  position: absolute;
  left: -135px;
  top: -20px; }

#listrepresentants .thumbnail {
  margin-bottom: 5px; }

/*---page store locator-------*/
#ArticleForLocator img {
  margin: auto; }

#ArticleForLocator div:nth-of-type(2) {
  padding-left: 27px;
  margin-top: 20px; }

#storelocatorsGetStoresFromAddressForm {
  margin: 20px auto; }

/*------------admin--------------*/
#dptSearch {
  margin: 20px auto; }

#modelAffectationSelect, #modelFamilleSelect {
  margin: 10px auto; }

.btn-yes.btn.btn-primary {
  background-color: #5cb85c; }

.btn-no.btn.btn-primary {
  background-color: #d9534f;
  border-color: red; }

#blockselectfamilleview .btn {
  font-size: 13px; }

#blockselectfamilleview .btn.btn-info {
  border: 1px solid #7fcbc9; }

#blockselectfamilleview a img {
  max-width: 100%; }

#blockselectfamilleview li {
  margin: 5px; }
  #blockselectfamilleview li a {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%; }

#FamilleAdminViewForm {
  margin-left: 0px; }
  #FamilleAdminViewForm div > label {
    left: 25px; }

#imageAdminListeFichierForm input {
  display: inline-block; }

#FamilleAdminIllustrationsForm textarea {
  width: 100%;
  min-height: 150px; }

#sceneAdminIllustrationsForm, #bandeauAdminIllustrationsForm {
  margin-bottom: 20px; }
  #sceneAdminIllustrationsForm input, #bandeauAdminIllustrationsForm input {
    display: inline-block; }

#chargementCatalogues table {
  border-collapse: separate;
  border-spacing: 5px; }

#SalonAdminIndexForm label {
  margin-right: 10px; }

#SalonAdminEditForm #SalonFamilleId {
  margin-bottom: 15px; }

#PageAdminGestionaccueilForm label {
  display: block; }

#PageAdminGestionaccueilForm textarea {
  width: 100%; }

#CodepromoFamilleId {
  margin-bottom: 10px; }

#CodepromoAdminAddForm input, #CodepromoAdminAddForm select, #CodepromoAdminEditForm input, #CodepromoAdminEditForm select {
  width: 95%;
  height: 40px;
  padding: 5px; }

#CodepromoAdminAddForm div.form-actions, #CodepromoAdminEditForm div.form-actions {
  text-align: center; }
  #CodepromoAdminAddForm div.form-actions button, #CodepromoAdminEditForm div.form-actions button {
    width: 150px;
    margin: 10px;
    height: 40px; }

#EkocrmAdminModetabletteForm div.control-group div.controls label {
  left: 25px; }

/*--------gestion slider------*/
.ui-state-default {
  color: #7fcbc9; }

#elementContainer {
  padding: 20px 50px; }
  #elementContainer input, #elementContainer select {
    width: 100%;
    height: 40px;
    margin-bottom: 10px; }

#SliderAdminHeaderForm::after {
  content: '';
  display: block;
  clear: both; }

#imgTextContainer {
  padding: 10px;
  border: 1px solid #7fcbc9; }
  #imgTextContainer div:first-of-type {
    font-size: 22px; }
  #imgTextContainer div:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 10px; }
  #imgTextContainer div:last-of-type {
    background: #7fcbc9;
    display: inline;
    padding: 5px; }

/*-----telechargement photos------*/
#telechargementPhotos h4 {
  color: #7fcbc9; }

/*-----gestion tableau d'annonce page acceuil-----*/
#gestionModele {
  margin-top: 30px; }
  #gestionModele .block {
    position: relative; }
    #gestionModele .block a div {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 35px;
      color: #7fcbc9;
      padding-top: 25px; }
  #gestionModele .annonceInput {
    background-color: #d3d3d3;
    margin: 5px;
    padding: 5px; }
    #gestionModele .annonceInput label {
      width: 100%; }
    #gestionModele .annonceInput .control-group {
      margin: 5px auto; }
      #gestionModele .annonceInput .control-group label {
        text-align: left;
        padding-top: 0px;
        display: inline; }
      #gestionModele .annonceInput .control-group .controls {
        display: inline; }

#modelSelectContainer .blockName {
  display: none; }

#modelSelectContainer .shell {
  min-width: initial; }

#modelSelectContainer label {
  margin-bottom: 10px; }

/*----accueil-------*/
#slider .btn-primary {
  background-color: #7fcbc9;
  border-color: #7fcbc9; }
  #slider .btn-primary:hover {
    background-color: #000;
    border-color: #000; }

/*-----page gestion des univer-------*/
#gestionUniver table tr td > ul {
  list-style: disc; }
  #gestionUniver table tr td > ul li {
    margin: 5px 0px; }
    #gestionUniver table tr td > ul li div:hover {
      background-color: #7fcbc9;
      color: white; }
    #gestionUniver table tr td > ul li div a {
      margin: 0px 5px;
      float: right; }
    #gestionUniver table tr td > ul li div::after {
      content: '';
      display: block;
      clear: both; }
  #gestionUniver table tr td > ul > li {
    color: #7fcbc9;
    margin: 5px 0px; }
    #gestionUniver table tr td > ul > li:hover {
      color: #5bbcba;
      cursor: pointer; }
    #gestionUniver table tr td > ul > li .sousUniversList {
      padding-left: 20px; }
      #gestionUniver table tr td > ul > li .sousUniversList li > div::before {
        content: "--->";
        display: inline;
        margin-right: 5px; }
  #gestionUniver table tr td > ul .addUniver a {
    float: right; }
    #gestionUniver table tr td > ul .addUniver a::after {
      content: '';
      display: block;
      clear: both; }
  #gestionUniver table tr td > ul .addUniver:hover {
    background-color: #7fcbc9;
    color: white; }

#gestionUniver #addForm {
  display: none;
  position: fixed;
  right: 0px; }
  #gestionUniver #addForm input[type=text], #gestionUniver #addForm textarea {
    width: 80%; }
  #gestionUniver #addForm input[type=text] {
    height: 30px; }
  #gestionUniver #addForm label.radio, #gestionUniver #addForm input[type=radio] {
    padding-left: 40px; }
  #gestionUniver #addForm div.controls {
    margin: 0px; }
  #gestionUniver #addForm #univerSelect {
    margin: 5px 0px; }
  #gestionUniver #addForm #univerImg {
    width: 80px; }
  #gestionUniver #addForm #UniverFile {
    margin-bottom: 10px; }
  #gestionUniver #addForm #univerImgContainer {
    margin-top: 10px; }

/*-------------footer---------------*/
/* */
/*--------------------------------------*/
footer {
  padding-bottom: 30px;
  margin-top: 200px;
  background-color: white;
  border-top: 1px solid #d3d3d3;
  text-align: center; }
  footer p {
    color: #474747; }
  footer div.row {
    margin: 20px 0 0 0; }
    footer div.row::after {
      content: "";
      display: block;
      clear: both; }
    footer div.row div.col-sm-4 {
      min-height: 75px;
      display: inline-block; }
      footer div.row div.col-sm-4:first-of-type p:first-of-type {
        font-size: 38px;
        width: 200px;
        margin-top: 5px; }
        footer div.row div.col-sm-4:first-of-type p:first-of-type span {
          color: #474747; }
          footer div.row div.col-sm-4:first-of-type p:first-of-type span:after {
            width: 103px;
            left: 60px;
            top: -8px; }
      footer div.row div.col-sm-4:nth-of-type(2), footer div.row div.col-sm-4:nth-of-type(3) {
        line-height: 6px;
        padding-top: 22px;
        color: #474747; }
        footer div.row div.col-sm-4:nth-of-type(2) a, footer div.row div.col-sm-4:nth-of-type(3) a {
          color: #474747;
          display: block; }
          footer div.row div.col-sm-4:nth-of-type(2) a:hover, footer div.row div.col-sm-4:nth-of-type(3) a:hover {
            color: #7fcbc9; }
      footer div.row div.col-sm-4:last-of-type a {
        margin-top: 24px; }

/*------------page de commande-------*/
#commandPage > div {
  min-height: 532px; }
  #commandPage > div:first-of-type label {
    display: block;
    margin-top: 20px; }

#commandPage input[type=text] {
  width: 80%;
  height: 40px; }

#commandPage label {
  margin-top: 20px;
  margin-right: 20px; }

#ContactClientAddForm label.radio, #ContactClientAddForm label.radio input {
  padding-left: 20px; }

/*-------------media queries--------------*/
/* */
/*--------------------------------------*/
/*-----header------*/
@media all and (max-width: 1340px) {
  #CommanderBtn {
    margin-right: 0px;
    margin-top: 10px; }
    #CommanderBtn a {
      padding: 9px 20px; } }

@media all and (max-width: 1200px) {
  #main #logoContainer {
    float: none; }
  /*#userBoard
    bottom: 0px*/
  #article-quantity-spinner {
    margin-right: 1%; } }

@media all and (max-width: 900px) {
  #nav-burger {
    display: inline-block; }
  #userBoard {
    position: absolute;
    right: 20px;
    top: 0px; }
  .navbar #menu {
    position: absolute;
    left: -360px;
    top: 0px;
    width: 360px;
    height: 100vh;
    box-shadow: 5px 0px 29px -15px;
    transition: .3s left ease; }
    .navbar #menu div div {
      overflow: scroll; }
      .navbar #menu div div ul li {
        float: none;
        display: block; }
        .navbar #menu div div ul li .dropdown-menu {
          width: 100%;
          background-color: white; }
          .navbar #menu div div ul li .dropdown-menu a {
            color: #474747; }
            .navbar #menu div div ul li .dropdown-menu a:hover {
              color: white;
              background: #7fcbc9; }
        .navbar #menu div div ul li a {
          padding: 15px; }
          .navbar #menu div div ul li a:hover {
            background-color: #7fcbc9;
            color: white;
            border-radius: 0px; }
    .navbar #menu.active {
      left: 0px;
      background-color: white;
      transition: .3s left ease; } }

@media all and (max-width: 768px) {
  footer > div.row > div.col-sm-4 {
    height: initial; } }

@media all and (max-width: 576px) {
  #CommanderBtn a {
    padding: 20px 20px 15px 20px; }
  #userBoard span.hidden-sm-down {
    display: none; }
  #userBoard > span i {
    font-size: 32px; }
  #contactFormContainer {
    border: none; }
  #resumePanier {
    position: absolute;
    right: 0px;
    margin-right: 0px; }
  #panier {
    border: none; }
    #panier #detailPanier {
      overflow: scroll;
      border: 1px solid #d3d3d3; }
    #panier a.btn-primary, #panier a.btn-info {
      display: block;
      margin: 10px auto;
      padding: 20px;
      font-size: 15px;
      float: none; }
    #panier .footerPanier div {
      float: none !important;
      padding: 0 15px; }
    #panier .footerPanier > div {
      width: 100%;
      padding: 0px; }
    #panier .footerPanier .btn_bloc {
      width: 100%;
      float: none;
      display: block; }
  .well {
    padding: 5px; }
  footer {
    margin-top: 10px !important; } }

@media all and (max-width: 576px) {
  #login-container {
    width: 100%; }
  .navbar #resumePanier #cart-content {
    width: 100%;
    left: 0px;
    position: fixed;
    top: 130px; }
  .navbar #menu {
    width: 100%;
    left: -100%; }
  #addArticleForm #article-quantity-spinner, #addArticleForm > label {
    display: block;
    margin: 10px auto; } }

#brand-link div {
  text-align: center; }
  #brand-link div a.btn.btn-default.btn-info.pull-right {
    float: none !important; }

/*---------------------------------*/
/*            variable           */
/*---------------------------------*/
/*---------------------------------*/
/*            animations           */
/*---------------------------------*/
@keyframes pivot {
  0% {
    transform: rotateX(0deg); }
  20% {
    transform: rotateX(0deg); }
  30% {
    transform: rotateX(180deg); }
  70% {
    transform: rotateX(180deg); }
  80% {
    transform: rotateX(360deg); }
  100% {
    transform: rotateX(360deg); } }

@keyframes pivot2 {
  0% {
    transform: rotateX(180deg); }
  20% {
    transform: rotateX(180deg); }
  30% {
    transform: rotateX(0deg); }
  70% {
    transform: rotateX(0deg); }
  80% {
    transform: rotateX(180deg); }
  100% {
    transform: rotateX(180deg); } }

/*---------------------------------*/
/*            styles               */
/*---------------------------------*/
header #logoContainer {
  width: 100%;
  display: block;
  height: 80px; }
  header #logoContainer .logo a span::after {
    display: none; }
  header #logoContainer .logo a > div {
    position: relative; }
    header #logoContainer .logo a > div div {
      position: absolute; }
      header #logoContainer .logo a > div div:first-of-type {
        left: 0;
        top: 5px; }
      header #logoContainer .logo a > div div:nth-of-type(2) {
        color: #7fcbc9;
        left: 87px;
        top: 46px;
        font-size: 30px; }
  header #logoContainer #logo1 {
    float: left;
    position: relative;
    margin-left: 30px;
    width: 220px;
    height: 100px; }
  header #logoContainer #logo2 {
    float: right;
    position: relative;
    width: 250px;
    height: 100px;
    margin-right: 20px; }
    header #logoContainer #logo2 .logoFace {
      float: right;
      position: absolute;
      top: 0;
      color: black;
      height: 100px;
      margin-right: 30px;
      backface-visibility: hidden; }
    header #logoContainer #logo2 #logo2Front {
      right: 0;
      width: 150px;
      animation: pivot 5s infinite; }
      header #logoContainer #logo2 #logo2Front .siteName > div:first-of-type {
        color: #ba9043; }
      header #logoContainer #logo2 #logo2Front .siteName > div:nth-of-type(2) {
        color: #ba9043; }
    header #logoContainer #logo2 #logo2Back {
      left: 0;
      vertical-align: middle;
      width: 100%;
      animation: pivot2 5s infinite; }
      header #logoContainer #logo2 #logo2Back a p {
        color: #474747;
        font-size: 18px;
        line-height: 100px;
        font-weight: 400; }
        header #logoContainer #logo2 #logo2Back a p span {
          font-size: 20px;
          color: #ba9043; }
        header #logoContainer #logo2 #logo2Back a p span:first-of-type {
          font-size: 22px; }

header .navbar {
  width: 100%;
  text-align: center;
  min-height: 80px; }
  header .navbar .row #menu {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0; }
  header .navbar .row #userBoard {
    margin: 0;
    margin-right: 20px;
    text-align: right;
    margin-top: -10px; }

/*---------------------------------*/
/*            responsive           */
/*---------------------------------*/
@media all and (max-width: 900px) {
  header #logoContainer #logo2 {
    display: none; }
  header #logoContainer #logo1 {
    float: none;
    margin: auto;
    padding-left: 30px; }
  header .navbar .row #userBoard {
    margin: 10px 0px 0px 0px; } }

/*# sourceMappingURL=style.css.map */