.bloc-bureau-detail {
  padding: 40px 0;
  /* Elastislide Style */ }
  .bloc-bureau-detail .livraison-wrapper {
    float: right;
    margin-left: 50px;
    background: #252525;
    height: 150px;
    width: 150px;
    padding: 10px;
    background: #678fa2; }
    @media all and (max-width: 1010px) {
      .bloc-bureau-detail .livraison-wrapper {
        float: none;
        margin: 0;
        margin-bottom: 30px; } }
    .bloc-bureau-detail .livraison-wrapper .livraison {
      border: 1px dotted white;
      height: 100%;
      padding: 40px 0;
      font-family: Joey,"FS Joey","Trebuchet MS",Arial,Helvetica;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px;
      line-height: 1.125rem;
      font-weight: bold;
      color: white;
      text-align: center;
      text-transform: center; }
      .bloc-bureau-detail .livraison-wrapper .livraison span {
        display: block;
        font-family: Joey,"FS Joey","Trebuchet MS",Arial,Helvetica;
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 35px;
        line-height: 2.1875rem; }
  .bloc-bureau-detail .infos .title {
    font-family: Joey,"FS Joey","Trebuchet MS",Arial,Helvetica;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #57585b;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .bloc-bureau-detail .infos p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #57585b;
    margin-bottom: 35px; }
  .bloc-bureau-detail .es-carousel-wrapper {
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px; }
  .bloc-bureau-detail .es-carousel {
    overflow: hidden; }
  .bloc-bureau-detail .es-carousel ul {
    display: none;
    overflow: hidden; }
  .bloc-bureau-detail .es-carousel ul[style] {
    width: 100% !important; }
  .bloc-bureau-detail .es-carousel ul li {
    height: 100%;
    float: left;
    display: block; }
  .bloc-bureau-detail .es-carousel ul li[style] {
    width: 12.5% !important;
    margin: 0 !important;
    padding: 0 2px; }
  .bloc-bureau-detail .es-carousel ul li a {
    position: relative;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    -webkit-touch-callout: none;
    /* option */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .bloc-bureau-detail .es-carousel ul li.selected a {
    border-color: #d01c34; }
  .bloc-bureau-detail .es-carousel ul li a:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1.0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .bloc-bureau-detail .es-carousel ul li.selected a:after {
    opacity: 0; }
  .bloc-bureau-detail .es-carousel ul li a img {
    display: block;
    border: none;
    max-height: 100%;
    max-width: 100%; }
  .bloc-bureau-detail .es-nav {
    display: none !important; }
  .bloc-bureau-detail .rg-image-wrapper {
    position: relative;
    padding: 0;
    min-height: 20px; }
  .bloc-bureau-detail .rg-image {
    position: relative;
    text-align: center;
    line-height: 0px;
    line-height: 0rem; }
  .bloc-bureau-detail .rg-image img {
    max-height: 100%;
    max-width: 100%; }
  .bloc-bureau-detail .rg-image-nav a {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: 150px;
    width: 50px;
    height: 32px;
    text-indent: -9000px;
    cursor: pointer;
    outline: none;
    z-index: 10;
    background: transparent url(../../../img/icons/slider-nav.png) no-repeat;
    background-size: 200px 32px;
    background-position: 0 0; }
    .bloc-bureau-detail .rg-image-nav a:hover {
      background-position: -100px 0; }
    .ie8 .bloc-bureau-detail .rg-image-nav a {
      background: transparent url(../../../img/icons/slider-nav-ie8.png) no-repeat; }
  .bloc-bureau-detail .rg-image-nav a.rg-image-nav-next {
    right: 10px;
    left: auto;
    background-position: -50px 0; }
    .bloc-bureau-detail .rg-image-nav a.rg-image-nav-next:hover {
      background-position: -150px 0; }
  .bloc-bureau-detail .rg-caption-wrapper {
    position: absolute;
    top: 20px;
    left: 20px; }
  .bloc-bureau-detail .rg-caption {
    background: white;
    text-align: center;
    padding: 20px;
    position: relative; }
  .bloc-bureau-detail .rg-caption p {
    font-family: Joey,"FS Joey","Trebuchet MS",Arial,Helvetica;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #57585b; }
