@charset "UTF-8";
/* line 1, ../sass/style/elementor-histoire-frise.scss */
.frise-liste {
  margin: 20px 0 50px 0;
  position: relative;
  text-align: center;
}
/* line 5, ../sass/style/elementor-histoire-frise.scss */
.frise-liste::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  background: var(--color-green);
  height: 3px;
  display: block;
  bottom: -25px;
}
/* line 17, ../sass/style/elementor-histoire-frise.scss */
.frise-liste li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  font-family: 'HelveticaNeueCn';
  color: var(--color-dark);
  font-size: 18px;
}
/* line 25, ../sass/style/elementor-histoire-frise.scss */
.frise-liste li a {
  display: block;
}
/* line 28, ../sass/style/elementor-histoire-frise.scss */
.frise-liste li span {
  display: block;
}

/* line 36, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise {
  position: relative;
  padding: 50px 0 10px 50px;
  max-width: 1425px;
  margin-right: auto;
  margin-left: 19%;
  margin-bottom: 150px;
}
/* line 43, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise span.before {
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--color-green);
}
/* line 49, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise span.before::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top: 0;
  left: -25px;
  display: block;
  background: var(--color-green);
}
/* line 60, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise span.after {
  position: absolute;
  left: 0px;
  bottom: 0;
}
/* line 64, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise span.after::after, .histoire_frise span.after::before {
  content: "";
  position: absolute;
  display: block;
  background: var(--color-green);
  width: 25px;
  height: 3px;
  /*bottom: 6px;*/
  bottom: -44px;
}
/* line 75, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise span.after::before {
  transform: rotate(45deg);
  left: -20px;
}
/* line 79, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise span.after::after {
  transform: rotate(-45deg);
  left: -3px;
}
/* line 85, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element {
  padding-top: 40px;
  padding-left: 70px;
  position: relative;
}
/* line 89, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element::before {
  content: "";
  position: absolute;
  left: -50px;
  height: 3px;
  top: 75px;
  width: 100px;
  background: var(--color-green);
  display: block;
}
/* line 99, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  position: absolute;
  left: -68px;
  top: 47px;
  font-size: 40px;
  color: var(--color-green);
}
/* line 108, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element .checkpoint {
  position: absolute;
  height: 35px;
  width: 20px;
  left: -65px;
  top: 60px;
  background: var(--color-white);
}
/* line 117, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-top {
  font-size: 38px;
  font-family: 'Trajan';
  color: var(--color-green);
  margin-bottom: 25px;
  position: relative;
}
/* line 123, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-top span {
  display: block;
}
/* line 126, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-top .period {
  font-weight: 600;
}
/* line 129, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-top .title {
  font-size: 45px;
  color: var(--color-grey);
}
/* line 133, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12.5px;
  width: 50px;
  height: 3px;
  display: block;
}
/* line 143, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container {
  display: flex;
  flex-wrap: wrap;
}
/* line 146, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .element-image {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 1;
}
/* line 152, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .element-content {
  width: 60%;
  padding-left: 4%;
  text-align: justify;
}
/* line 157, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .preambule {
  color: var(--color-green);
  font-weight: 600;
  margin-bottom: 15px;
}
/* line 162, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .content {
  position: relative;
  padding: 30px 30px 30px 0;
  background: #f4f0ea;
  margin-top: 20px;
}
/* line 167, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .content::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  background: #f4f0ea;
  width: 10%;
  height: 100%;
  left: -10%;
}
/* line 180, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .content-read {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  padding-right: 4px;
}
/* line 185, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .content-read::after {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(245, 246, 248, 0) 0%, #f4f0ea 100%);
  /*background: linear-gradient(var(--color-cream), var(--color-cream));*/
  /*opacity: 0.7;*/
}
/* line 197, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .read-more {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-green);
  font-weight: 600;
  position: relative;
}
/* line 203, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .read-more::after {
  content: "\e90c";
  font-family: "icomoon";
  position: absolute;
  right: -25px;
  color: var(--color-green);
  transform: rotate(90deg);
}
/* line 211, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .read-more:hover {
  cursor: pointer;
}
/* line 215, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .read-less {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-green);
  font-weight: 600;
  position: relative;
}
/* line 221, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .read-less::after {
  content: "\e90c";
  font-family: "icomoon";
  position: absolute;
  right: -25px;
  color: var(--color-green);
  transform: rotate(-90deg);
}
/* line 229, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise .element-container .read-less:hover {
  cursor: pointer;
}
/* line 234, ../sass/style/elementor-histoire-frise.scss */
.histoire_frise span.neverend {
  position: absolute;
  font-size: 30px;
  font-family: 'Trajan';
  left: -20px;
  top: 60px;
  width: 350px;
}

/* line 243, ../sass/style/elementor-histoire-frise.scss */
.histoire-chartreuse.dropdown_list .span.dropdown {
  display: none;
}

@media (max-width: 768px) {
  /* line 251, ../sass/style/elementor-histoire-frise.scss */
  .histoire-chartreuse.dropdown_list .frise-liste.drop li a {
    text-align: center;
    padding: 15px 0 15px 0;
  }
  /* line 255, ../sass/style/elementor-histoire-frise.scss */
  .histoire-chartreuse.dropdown_list .frise-liste.drop li a:before {
    display: none;
  }
  /* line 260, ../sass/style/elementor-histoire-frise.scss */
  .histoire-chartreuse.dropdown_list .frise-liste.drop:after {
    display: none;
  }

  /* line 264, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise .element-container .element-content {
    width: 80%;
  }

  /* line 268, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list {
    margin: 15px auto;
    width: auto;
    position: relative;
    box-sizing: border-box;
  }

  /* line 274, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* line 279, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list li:before {
    display: none !important;
  }

  /* line 282, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list span.dropdown {
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    width: 70%;
    margin: auto;
    border-radius: 15px;
    border: 2px solid #78be21;
  }

  /* line 296, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list span.dropdown.is-active {
    border-radius: 3px 3px 0 0;
  }

  /* line 299, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list span.dropdown:hover, .dropdown_list span.dropdown:active {
    background: #f1f1f1;
    -webkit-tap-highlight-color: transparent;
  }

  /* line 303, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list span.dropdown:after {
    float: right;
    margin-top: 0;
    margin-left: 10px;
    width: 15px;
    height: 100%;
    content: "\e817";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
  }

  /* line 316, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list span.dropdown.is-active:after {
    content: "";
  }

  /* line 319, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list a:hover {
    text-decoration: none;
    border-bottom: 0;
  }

  /* line 323, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list .drop {
    display: block;
    float: left;
    max-height: 0;
    position: absolute;
    background: #fff;
    top: 40px;
    border-radius: 0 0 3px 3px;
    z-index: 10;
    overflow-y: auto;
    opacity: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.6, 0, 1), opacity 0.3s cubic-bezier(0, 0.6, 0, 1);
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
  }

  /* line 340, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list span.is-active + .drop {
    max-height: 350px;
    border: 1px solid #78be21;
    border-top: 0;
    opacity: 1;
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }

  /* line 347, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list .drop li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    border-top: 1px dotted #ccc;
  }

  /* line 356, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list .drop li:first-child {
    border-top: 0;
  }

  /* line 359, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list .drop li a {
    float: none;
    display: block;
    margin: 0;
    padding: 6px 10px 6px 25px;
    height: auto;
    width: auto;
    text-transform: none;
    color: inherit;
    background: #fff;
    text-align: left;
    border-radius: 0;
    border: 0;
  }

  /* line 373, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list .drop li a:hover, .dropdown_list .drop li a:active {
    background: #f1f1f1;
  }

  /* line 376, ../sass/style/elementor-histoire-frise.scss */
  .dropdown_list .drop li a:before {
    display: inline-block;
    margin-left: -15px;
    margin-right: 5px;
    width: 10px;
    height: inherit;
    content: "\00BB";
    color: #78be21;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
  }
}
@media (max-width: 600px) {
  /* line 393, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise .element-container .element-content {
    width: 100%;
  }

  /* line 397, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise {
    margin-left: 0;
  }

  /* line 401, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise .element-top {
    font-size: 27px;
  }

  /* line 405, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise .element-top .title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  /* line 411, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise .element {
    padding-left: 0;
  }

  /* line 415, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise .element::before {
    width: 35px;
  }

  /* line 418, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise {
    padding: 50px 0 10px 35px;
  }

  /* line 422, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise .element::after {
    left: -53px;
  }

  /* line 426, ../sass/style/elementor-histoire-frise.scss */
  .histoire_frise .element::before {
    left: -34px;
  }
}
