/* 
    TIMELINES > étapes
*/
.steps-container {
  width: 100%;
  position: relative;
  margin: 45px 0;
}
  .steps-items {
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
    justify-content: flex-start; -webkit-justify-content: flex-start;
    position: relative;
    margin-bottom: 60px;
  }
        .steps-items .steps-bar {
            left: 160px;
            top: 23px;
            bottom: 23px;
            width: 23px;
            position: absolute;
            background: url('../../_img/backgrounds/timelines-bar-bg.png') no-repeat center center #FFF;
            background-size: cover;
        }
            .steps-items .steps-bar .steps-elipse {                
                position: absolute;
                left: -4px;
                width: 32px;
                height: 32px;
                border-radius: 20px;
            }
            .steps-items .steps-bar .steps-elipse.start {
                top: -10px;
                background: #03ae07;
            }
            .steps-items .steps-bar .steps-elipse.end {
                bottom: -10px;
                background: #a80922;
            }

    .col-infos {
      margin: auto 0;
      width: 150px;
    }
      .col-infos .step-block {
        width: 90%;
        background: #FFF;
        padding: 12px;
        padding-top: 14px;
        position: relative;
        border-radius: 7px;
        font-family: 'Gibson-SemiBold';  
        font-size: 28px;
        color: #f6d300; 
        text-align: center;   
        text-transform: uppercase;  
      }
      .col-infos .step-block::before {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-right: 7px solid white;
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
      }
        .col-infos .step-block .number {
          font-size: 45px;
          line-height: 0.9;
        }

      .col-infos .km-block {
        width: 90%;
        margin: 10px 0;
        background: #FFF;
        padding: 12px;
        position: relative;
        border-radius: 7px;
        text-align: center;     
        line-height: 1.0;
        font-size: 20px;
        color: #a80922;
        font-family: 'Gibson-Bold';  
      }
        .col-infos .km-block .date {
            font-family: 'Gibson-Regular';  
            font-size: 18px;
            color: #f6d300;      
        }


    .col-description {
      margin: auto 0;
      margin-left: 80px;
      width: 750px;
    }
        .col-description .city-block {
            width: 70%;
            margin: 0;
            background: #FFF;
            padding: 16px;
            position: relative;
            border-radius: 7px;
            line-height: 1.0;
            font-size: 18px;
            font-weight: 900;
            display: flex; display: -webkit-flex; 
            flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
        }
            .col-description .city-block img {
                margin: auto 0;
                height: 30px;
                width: auto;
            }
            .col-description .city-block .label {
                margin: auto 10px;
            }

            .col-description .city-block.start {
                color: #03ae07;
                margin-top: 0;
                margin-bottom: 25px;
            }
            .col-description .city-block.end {
                color: #a80922;
                margin-bottom: 0;
                margin-top: 25px;
            }

              .col-description .city-block::before {
                content: '';
                position: absolute;
                height: 0;
                width: 0;
                border: 7px solid transparent;
                border-right: 7px solid white;
                top: 50%;
                margin-top: -6px;
                left: auto;
                right: 100%;
                border-color: transparent;
                border-right-color: white;
              }

        .col-description .description {
            width: 100%;
            margin: auto 0;
            background: #FFF;
            padding: 16px;
            position: relative;
            border-radius: 7px;
            font-size: 13px;
            color: #1f1f1d;
            line-height: 1.2;
        }
              .col-description .description::before {
                content: '';
                position: absolute;
                height: 0;
                width: 0;
                border: 7px solid transparent;
                border-right: 7px solid white;
                top: 14px;
                left: auto;
                right: 100%;
                border-color: transparent;
                border-right-color: white;
              }


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.timelines-intro {
    color: #a80922;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  width: 11px;
  background: #ffcb05;
  border-radius: 5px;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -4px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
/*
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
*/
}
.cd-timeline-img img {
  display: block;
  width: 53;
  height: 53;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -26px;
}
/*
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
*/
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -32px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #FFF;
  border-radius: 7px;
  padding: 1em;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

  .cd-timeline-content .title {
    color: #a80922;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
		font-family: 'Poppins', sans-serif;
		text-transform: none;    
  }

  .cd-timeline-content p {
    font-size: 13px;
    color: #1f1f1d;
    line-height: 1.2;
  }




  .cd-timeline-content .picture {
    display: block;
    margin-top: 8px;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 400px;
  }
  .cd-timeline-content .video {
    margin-top: 8px;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 400px;
  }
    .cd-timeline-content .video embed {
      width: 100%;
      height: auto;
      min-height: 200px;
      max-height: 400px;
    }
    
  .cd-timeline-content .cd-read-more {
    margin-top: 8px;
    display: block;
    font-size: 12px;
    text-decoration: underline;
    color: #ca521f;
  }




.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0;
  font-size: 33px;
  color: #FFF;
  font-family: 'DIN Black'; font-weight: bold; font-style: italic;
  text-transform: uppercase;
  line-height: 0.9;
}
    .cd-timeline-content .cd-date .year {
        display: block;
        color: #ca521f;
        font-size: 23px;
        line-height: 1.0;
    }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
  }
  .cd-timeline-content p {
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 12px;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 7px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
