@font-face {
  font-family: 'Roboto';
  src: url(../fonts/roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Expletus';
  src: url(../fonts/expletus/ExpletusSans-Bold.ttf) format('truetype');
  font-weight: bold;
}

/* En-tête */

body {
  margin-top: 6rem !important;
  font-family: 'Roboto';
  background-color: #F9F9F9 !important;
}

.colorNavLight {
  background-color: #F9F9F9 !important;
}

#toggleButton {
  border: none !important;
}

.colorNavDark {
  background-color: #1A1E22 !important;
}

.bg-blanc{
  background-color: #F9F9F9 !important;
}

.bg-noir{
  background-color: #1A1E22 !important;
}

.bg-xpClair{
  background-color: #E0E0E0 !important;
}

.bg-xpSombre{
  background-color: #222222 !important;
}

.technoCards {
  width: 23rem !important;
}

.imgCards {
  width: 90%;
  height: 92px;
}

.levelCards {
  width: 36px;
}

.level {
  color: #0D9B8A;
  font-weight: 400;
  font-family: 'Expletus';
}

.iconeHover:hover {
  transform: rotate(30deg);
}

.cardHoverLight:hover {
  background-color: #E0E0E0 !important;
}

.cardHoverDark:hover {
  background-color: #6E6E6E !important;
}

.linkHover:hover {
  background: linear-gradient(to top, #8886FF 40%, transparent 30%);
}

.placeDark::-webkit-input-placeholder {
  color: #F9F9F9 !important;
}

.placeLight::-webkit-textarea-placeholder {
  color: #212121 !important;
}

.bg-cardsLight {
  background-color: #F0F0F0 !important;
  color: #212121 !important;
}

.bg-cardsDark {
  background-color: #19191B !important;
  color: #CCCCCD !important;
}

.hrCustom {
  width: 75%;
  height: 2px !important;
  background-color: #BBBBBB;
}

.name {
  font-size: 4.5rem;
  font-weight: 800;
}

.job {
  font-size: 2.5rem;
  font-weight: 600;
}

.minSurlign {
  background: linear-gradient(to top, #8886FF 40%, transparent 30%);
}

.description {
  font-size: 1.3rem;
  font-weight: 400;
}

.moiImg {
  width: 60% !important;
}

.alignCard {
  justify-content: space-between;
}

.cardReseaux {
  width: 46px;
  height: 46px;
}

.titlesLight {
  font-size: 2.5rem;
  /* font-weight: 700; */
  font-family: 'Expletus';
  color: #212121;
}

.titlesDark {
  font-size: 2.5rem;
  /* font-weight: 700; */
  font-family: 'Expletus';
  color: white;
}

.boule {
  padding: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: black;
  position: relative;
}

.baton {
  height: 95%;
  background-color: black;
  width: 4px;
  position: relative;
  left: 10px;
}

.location {
  font-size: 1.1rem;
  font-weight: 600;
}

.imgMoi {
  position: relative !important;
}

/* CHRONOLOGIE */

.cd-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;

  padding: 0 10%;
  border-radius: 2px;
}

.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

/* Main components */


#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #7E57C2;
}

.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;
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #7E57C2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
  background: #673AB7;
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #F0F0F0;
  border-radius: 2px;
  padding: 1em;

  .timeline-content-info {
    background: #E0E0E0;
    padding: 5px 10px;
    color: black;
    font-size: 12px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;

    i {
      margin-right: 5px;
    }

    .timeline-content-info-title,
    .timeline-content-info-date {
      width: calc(50% - 2px);
      display: inline-block;
    }

    @media (max-width: 500px) {

      .timeline-content-info-title,
      .timeline-content-info-date {
        display: block;
        width: 100%;
      }
    }
  }
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: black;
  margin-top: 0;
  margin-bottom: 5px;
}

.cd-timeline-content p,
.cd-timeline-content .cd-date {
  color: black;
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #333C42;
}

@media (max-width: 499.98px) {

  .cardReseaux {
    width: 46px !important;
    height: 46px !important;
  }

  .linkCard {
    width: 100% !important;
  }

  .divProjects {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .name {
    font-size: 3rem !important;
    margin-top: 1.5rem !important;
  }

  .job {
    font-size: 1.5rem !important;
  }

  .description {
    font-size: 1rem !important;
  }

  .location {
    font-size: 0.8rem;
  }

  .projectCards {
    width: 23rem !important;
  }

}

@media (min-width: 499.99px) {
  .job {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {

  .offcanvas {
    max-width: 50% !important;
  }

}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 990.98px) {
  .name {
    font-size: 4rem;
    margin-top: 3rem;
  }

  .alignCard {
    justify-content: space-between;
  }

  .cardReseaux {
    width: 76px;
    height: 76px;
  }

}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }

  .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 {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
  }

  .cd-timeline-content {
    color: white;
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #333C42;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .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: #333C42;
  }

  .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;
  }
}