@charset "UTF-8";
/**********************************************************************************************************************
Pour toutes les tailles d'écran
**********************************************************************************************************************/
.main-timeline .timeline {
  padding: 60px 0 40px 10px;
  position: relative;
}
.main-timeline .timeline:first-child .bordera {
  border-top: none;
}
.main-timeline .timeline:first-child .timeline-icon {
  top: 0;
}
.main-timeline .timeline:before, .main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline .timeline:last-child {
  padding-bottom: 0;
}
.main-timeline .timeline:last-child .bordera {
  border-left: none;
}
.main-timeline .timeline:first-child .timeline-icon, .main-timeline .timeline:last-child .timeline-icon {
  box-sizing: content-box;
  margin: 0;
  left: -36px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #F06250;
}
.main-timeline .timeline-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F06250;
  box-sizing: border-box;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px transparent;
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 0;
  left: -34px;
  bottom: 0;
  z-index: 2;
}
.main-timeline .timeline-content {
  width: 100%;
  z-index: 2;
  position: relative;
}
.main-timeline .title {
  margin-top: 0;
  text-transform: uppercase;
}
.main-timeline .description {
  line-height: 25px;
  margin: 0;
}
.main-timeline .bordera {
  width: 50%;
  border-left: 2px solid #F06250;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: -10px;
  z-index: 1;
}

/**********************************************************************************************************************
Pour tout les écrans de plus de 576px (mobile)
**********************************************************************************************************************/
/**********************************************************************************************************************
Pour tout les écrans de plus de 768px (tablette)
**********************************************************************************************************************/
@media (min-width: 768px) {
  .main-timeline .timeline-content {
    width: 100%;
  }
  .main-timeline .timeline {
    padding: 40px 60px;
    position: relative;
  }
  .main-timeline .timeline:first-child {
    padding-top: 0;
  }
  .main-timeline .timeline:first-child .bordera {
    border-top: none;
  }
  .main-timeline .timeline:first-child .timeline-icon {
    top: 0;
  }
  .main-timeline .timeline:before, .main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
  }
  .main-timeline .timeline:last-child {
    padding-bottom: 0;
  }
  .main-timeline .timeline:last-child .bordera {
    border-left: 2px solid #F06250;
    border-bottom: none;
  }
  .main-timeline .timeline:last-child .timeline-icon {
    top: auto;
    bottom: 0;
  }
  .main-timeline .timeline:first-child .timeline-icon, .main-timeline .timeline:last-child .timeline-icon {
    box-sizing: content-box;
    margin: 0;
    left: -36px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #F06250;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: auto;
    right: -34px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    float: right;
    text-align: right;
  }
  .main-timeline .timeline:nth-child(2n) .bordera {
    border-left: none;
    border-right: 2px solid #F06250;
    border-radius: 0 6px 6px 0;
    left: 50%;
  }
  .main-timeline .timeline-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #F06250;
    box-sizing: border-box;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px transparent;
    text-align: center;
    margin: auto 0;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -34px;
    bottom: 0;
    z-index: 2;
  }
  .main-timeline .timeline-content {
    width: 50%;
    z-index: 2;
    position: relative;
  }
  .main-timeline .title {
    margin-top: 0;
    text-transform: uppercase;
  }
  .main-timeline .description {
    line-height: 25px;
    margin: 0;
  }
  .main-timeline .bordera {
    width: 50%;
    border-top: 2px solid #F06250;
    border-bottom: 2px solid #F06250;
    border-left: 2px solid #F06250;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    z-index: 1;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 992px (ordinateur)
**********************************************************************************************************************/
@media (min-width: 992px) {
  .texte_bulle.rouge.info {
    left: 28px;
    top: 15px;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 1200px (grand écrans)
**********************************************************************************************************************/

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