﻿/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 30px;
  position: relative; }

.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative; }

.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table; }

.timeline .timeline-item:after {
  clear: both; }

.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px; }

.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba; }

.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de; }

.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f; }

.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10; }

.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f; }

.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " "; }

.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0; }

.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px; }

.timeline .timeline-item:last-child:nth-child(even) {
  float: right; }

.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px; }

.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block; }

.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px; }

.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom; }

.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px; }

.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important; }

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none; }

.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px; }

.tracking-detail {
  padding: 3rem 0; }

#tracking {
  margin-bottom: 1rem; }

[class*=tracking-status-] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

[class*=tracking-status-] {
  padding: 1.6rem 0; }

.tracking-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 20px;
  font-size: 14px;
  font-family: inherit;
  min-height: 5rem; }

.tracking-item .tracking-date {
  margin-bottom: .5rem; }

.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: .4rem; }

.tracking-item .tracking-content {
  padding: .5rem .8rem;
  background-color: #f4f4f4;
  border-radius: .5rem; }

.tracking-item .tracking-content span {
  display: block;
  color: #888;
  font-size: 85%; }

.tracking-item .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -20px;
  top: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff; }

.tracking-item .tracking-icon.status-intransit {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-size: .6rem; }

@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem; }
  .tracking-item .tracking-date {
    position: absolute;
    left: -115px;
    width: 7.5rem;
    color: #12252d;
    font-weight: bold;
    font-size: 16px;
    text-align: right; }
  .tracking-item .tracking-date span {
    display: block; }
  .tracking-item .tracking-content {
    margin-left: 20px;
    padding: 0;
    background-color: transparent; } }

#sync1 .item {
  background: #337ab7;
  padding: 80px 0px;
  color: #FFF;
  text-align: center; }

#sync1 .item a {
  color: #1ab7ea;
  font-weight: bold; }

#sync2 .item {
  background: transparent;
  padding: 10px 0px;
  margin: 5px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer; }
  #sync2 .item h1 {
    font-size: 18px; }

#sync2 .current .item {
  color: #337ab7;
  font-weight: bold; }

#sync2 .current .item h1 {
  color: #337ab7;
  font-weight: bold;
  font-size: 22px; }

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */ }
  .owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease; }
    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
      background-color: #D6D6D6; }

#sync1.owl-theme {
  position: relative; }
  #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 35%; }
  #sync1.owl-theme .owl-prev {
    left: 10px; }
  #sync1.owl-theme .owl-next {
    right: 10px; }

body .catalogue-breadcrumb {
  background-color: transparent; }
  body .catalogue-breadcrumb .dropdown-breadcrumb .btn-link {
    color: #333; }

body .catalogue article {
  margin: 10px 0;
  border: 1px solid #ddd;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
  /*
            margin-bottom: 20px;

            */ }
  body .catalogue article .image {
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-bottom: 1px solid #ddd; }
  body .catalogue article .body {
    /*background-color: #f0f0f0;*/
    padding: 15px;
    color: #333; }
  body .catalogue article:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.4); }

body .catalogue .catalogue-famille {
  margin: 10px 0;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1); }
  body .catalogue .catalogue-famille .catalogue-famille-image {
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 200ms cubic-bezier(0, 0, 0.2, 1); }
  body .catalogue .catalogue-famille .catalogue-famille-designation {
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: all 200ms cubic-bezier(0, 0, 0.2, 1); }
  body .catalogue .catalogue-famille:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.4); }
    body .catalogue .catalogue-famille:hover .catalogue-famille-designation {
      padding: 10px 15px; }

body .catalogue a.no-decoration {
  text-decoration: none; }
  body .catalogue a.no-decoration:hover {
    text-decoration: none; }

body.fiche-detaillee .image {
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white; }

.col-xs-50,
.col-sm-50,
.col-md-50,
.col-lg-50 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1200px) {
  .col-lg-50 {
    float: left;
    width: 20%; } }

@media (min-width: 992px) {
  .col-md-50 {
    float: left;
    width: 20%; } }

@media (min-width: 768px) {
  .col-sm-50 {
    float: left;
    width: 20%; } }

textarea {
  resize: vertical; }
