/* 
    Created on : 27 févr. 2019, 10:06:41
    Author     : MLCOM by Emmanuel
*/

#last-offers {
  background: #84A4C4;
  padding: 40px 0;
  height: 440px;
  overflow: hidden;
  margin-top: 50px;
}
  #last-offers h2 {
    color: #fff;
    margin-bottom: 20px;
     
  }
  #last-offers strong {
    color: #2b2419;
    font-size: 18px;
    margin-bottom: 15px;
    display: block; }

  #last-offers .thumbnail .no-image{
    background-image: url(../img/no-image-patent.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-color: #fff;
  }

  #last-offers .thumbnail .no-image.diagnostic{
    background-image: url(../img/no-image-diagnostic.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.therapeutic{
    background-image: url(../img/no-image-therapeutic.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.research{
    background-image: url(../img/no-image-research.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.antibodies{
    background-image: url(../img/no-image-antibodies.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.biosamples{
    background-image: url(../img/no-image-biosamples.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.cell_lines{
    background-image: url(../img/no-image-celllines.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.know_how{
    background-image: url(../img/no-image-knowhow.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.laboratory_animals{
    background-image: url(../img/no-image-laboratoryanimals.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.nucleic_acids{
    background-image: url(../img/no-image-nucleicacids.jpg);
    opacity: 0.8;
  }
  #last-offers .thumbnail .no-image.others{
    background-image: url(../img/no-image-others.jpg);
    opacity: 0.8;
  }

  
  /* Carousel Control */
.control-box {
  text-align: right;
  width: 100%; }
  .control-box .carousel-control {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 86px;
    font-weight: 200;
    line-height: 18px;
    opacity: 1;
    padding: 4px 10px 0px;
    position: absolute;
    height: 40px;
    width: 15px;
    top: 70px; }
    .control-box .carousel-control.left {
      left: -25px; }

#last-seens {
  padding: 40px 0;
  overflow: hidden;

}
  #last-seens h2 {
    margin-bottom: 20px; 
    color: #5c5b5a;
    text-transform: uppercase;
    font-size: 26px;
  }
  #last-seens .element {
    border-color: #d8d0ce;
    border-bottom-width: 1px;
    border-style: solid; }
    #last-seens .element p {
        margin-left: 20px;
        margin-top: 8px;
        margin-bottom: 8px;
        line-height: 19px;
        color: #9a9998;
    }
  #last-seens .border-top .element {
    border-top-width: 1px; }
  #last-seens strong {
    color: #5c5b5a;
    font-weight: bold; }

#seens-aside {
  background-color: #e9eef6;
  padding: 20px 15px 10px 15px;
  margin-bottom: 20px; }
  #seens-aside .section-title {
    margin-bottom: 25px;
    color: #8daccd;
    padding-left: 90px; }
    #seens-aside .section-title:before {
      color: #8daccd;
      position: absolute;
      left: 0; }
  #seens-aside table {
    margin-bottom: 0px; }
    #seens-aside table tr {
      border-color: #8daccd; }
      #seens-aside table tr p {
        margin-bottom: 0px; }
      #seens-aside table tr:last-child {
        border-bottom: none; }
      #seens-aside table a:hover, #seens-aside table a:hover, #seens-aside table a > *:hover, #seens-aside table a:focus{
        color: #8daccd;
      }
/*.no-image{
	assets/img/no-image.svg
}*/
.no-image {
  background: #CCCCCC url(assets/img/no-image.svg) no-repeat;
  background-position: 50% center;
  background-size: 55px 55px;
  height: 100%;
  width: 100%; }

@media (max-width: 991px){
    #offers-carousel .carousel-col h4{
        font-size: 13px;
    }

    .control-box .carousel-control.left{
        left: -9px;
    }

    .control-box .carousel-control.right{
        right: 15px;
    }
}

/********/
