#copyright-lezards {
  padding: 20px;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: black;
  background: white;
  text-align: center;
}
#copyright-lezards p {
  margin: 0 !important;
  padding: 0 !important;
}
#copyright-lezards img {
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 2px;
}
.socials_links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials_links a.sociallink {
  transition: all 0.4s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.2em;
}
#mentionslegales {
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}
#mentionslegales .cols {
  margin-top: 50px;
}
#mentionslegales .cols li {
  break-inside: avoid-column;
  break-after: avoid-column;
}
#mentionslegales .cols h2 {
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.2;
  font-size: 1.3em;
}
#mentionslegales .cols h2:first-of-type {
  margin-top: 0;
}
#mentionslegales .cols h3 {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #000;
  font-size: inherit;
}
#mentionslegales .cols ul {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
#mentionslegales.three .cols {
  column-count: 3;
  column-gap: 45px;
}
@media screen and (max-width: 768px) {
  #mentionslegales.three .cols {
    column-count: 1;
    column-gap: 0px;
  }
}
#mentionslegales.two .cols {
  column-count: 2;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  #mentionslegales.two .cols {
    column-count: 1;
    column-gap: 0px;
  }
}
.timeline .date {
  display: flex;
}
.timeline .date .contenu {
  width: 50%;
  padding: 0 0 40px 80px;
  position: relative;
}
.timeline .date .contenu:before {
  content: url('../img/chevron-white.svg');
  background: #079B86;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  z-index: 2;
}
.timeline .date .spacer {
  width: 50%;
}
@media all and (max-width: 768px) {
  .timeline .date .contenu {
    width: 100%;
  }
  .timeline .date .spacer {
    width: 0;
  }
}
.timeline .date h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #079B86;
  margin: 0;
  line-height: 1em;
}
.timeline .date h2 {
  font-size: 20px;
  font-weight: bold;
  color: #079B86;
  margin: 0;
  line-height: 1em;
}
.timeline .date .content {
  margin: 15px 0;
}
.timeline .date .image {
  margin-top: 25px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.timeline .date .image img {
  width: 100%;
}
.timeline .date .image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #079B86;
  z-index: -1;
  position: absolute;
  bottom: -15px;
  right: -15px;
}
@media all and (min-width: 768px) {
  .timeline .date:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .timeline .date:nth-child(odd) .contenu {
    text-align: right;
    border-left: none;
    padding: 0 80px 40px 0;
  }
  .timeline .date:nth-child(odd) .contenu:before {
    left: inherit;
    right: 0;
    transform: translateX(50%) rotate(180deg);
  }
}
.timeline .date.jaune h3,
.timeline .date.jaune h2 {
  color: #EF7A03;
}
.timeline .date.jaune .image:after {
  background: #EF7A03;
}
.timeline .date.jaune .contenu:before {
  background: #EF7A03;
}
.timeline .date.rouge h3,
.timeline .date.rouge h2 {
  color: #D42624;
}
.timeline .date.rouge .image:after {
  background: #D42624;
}
.timeline .date.rouge .contenu:before {
  background: #D42624;
}
.timeline .date.orange h3,
.timeline .date.orange h2 {
  color: #D55614;
}
.timeline .date.orange .image:after {
  background: #D55614;
}
.timeline .date.orange .contenu:before {
  background: #D55614;
}
.timeline .date.violet h3,
.timeline .date.violet h2 {
  color: #821E81;
}
.timeline .date.violet .image:after {
  background: #821E81;
}
.timeline .date.violet .contenu:before {
  background: #821E81;
}
.timeline .date.rose h3,
.timeline .date.rose h2 {
  color: #D5255F;
}
.timeline .date.rose .image:after {
  background: #D5255F;
}
.timeline .date.rose .contenu:before {
  background: #D5255F;
}
.timeline .date:last-child .contenu {
  border: none;
}
.timeline .line {
  position: absolute;
  width: 3px;
  background: #EF7A03;
  height: 1px;
  top: 1px;
  left: calc(50% - 1px);
}
@media all and (max-width: 768px) {
  .timeline .line {
    left: 14px;
    transform: inherit;
  }
}
.timeline:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #EAEAEA;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .timeline {
    padding: 0 15px;
  }
  .timeline:after {
    left: 15px;
  }
}
/*# sourceMappingURL=lezardscreation-style.css.map */