@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

header {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  transition: 0.5s all;
  z-index: 9;
}
header .language-switcher {
  display: flex;
  margin: 0;
}
header .language-switcher .current-lang {
  display: none;
}
header .language-switcher a {
  margin: 0;
  font-size: 17px;
  color: #ffffff;
  padding: 0 23px;
}
header.open {
  height: 100%;
}
header.open #navbarContent {
  width: 80%;
  padding: 20vh 40px 0;
}
header.open #navbarContent .nav-item .nav-link {
  margin: 0 0 20px;
  padding: 0;
}
header.open #navbarContent .language-switcher {
  margin: 0 0 20px;
}
header.open #navbarContent .language-switcher a {
  margin: 0 0 20px;
  padding: 0;
}
header #logo {
  height: 55px;
}
@media (max-width: 576px) {
  header #logo {
    height: 45px;
  }
}
header #search-icon {
  cursor: pointer;
  width: 24px;
  height: 20px;
  fill: #fff;
}
header.fixed {
  position: fixed;
  background-color: #e85186;
  padding: 5px 0;
  z-index: 9;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.17);
}
header.fixed.open {
  z-index: 1000;
}
header.fixed .navbar-nav .nav-item .nav-link::after {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  header {
    position: fixed;
    background-color: #e85186;
    padding: 5px 0;
  }
  header .language-switcher {
    display: block;
  }
  header .navbar-nav .nav-item .nav-link::after {
    background-color: #ffffff;
  }
}
header .navbar-nav {
  font-family: "Poppins", serif;
}
header .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  overflow: hidden;
  padding: 0 20px;
}
header .navbar-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 2px;
  background-color: #fed742;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
}
header .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
header .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}
header .list-group-item-action {
  border: none;
  background-color: transparent;
  transform: scale(1);
  transition: all 0.2s;
}
header .list-group-item-action:hover, header .list-group-item-action:focus {
  transform: scale(1.1);
  background-color: transparent;
}

.section {
  position: relative;
}
.section.hero {
  background-image: url(../img/img-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .section.hero {
    height: 60vh;
  }
}
@media (max-width: 576px) {
  .section.hero {
    height: 80vh;
  }
}
.section.hero h1 {
  font-family: "Playfair Display", serif;
  padding: 180px 0 180px;
  font-size: 72px;
  max-width: 800px;
  margin: auto;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 991px) {
  .section.hero h1 {
    font-size: 60px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .section.hero h1 {
    padding-top: 25vh;
  }
}
@media (max-width: 768px) {
  .section.hero h1 {
    padding-top: 100px;
  }
}
.section.hero p {
  color: #ffffff;
  text-align: center;
  margin: 20px auto 0;
  font-size: 21px;
  max-width: 890px;
}
.section.mini-hero {
  background-image: url(../img/img-header-actualite.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section.mini-hero {
    background-position: center;
  }
}
.section.mini-hero h1 {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 60px;
  line-height: 1;
  margin: auto;
}
@media (max-width: 991px) {
  .section.mini-hero h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.section.mini-hero nav {
  position: absolute;
  bottom: 10px;
}
.section.mini-hero nav .breadcrumb {
  margin: 0;
}
.section.mini-hero nav .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-size: 16px;
}
.section.mini-hero nav .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.section.mini-hero nav .breadcrumb .breadcrumb-item::before {
  color: #ffffff;
  font-size: 16px;
}
.section.page-news-list {
  padding: 80px 0;
  background-color: #ffffff;
}
.section.page-news-list .news-item {
  margin: 12px 0 70px;
}
.section.page-news-list .news-item:hover .news-img {
  transform: scale(1.02);
}
.section.page-news-list .news-item .news-img {
  position: relative;
  transition: all 0.5s;
  transition: all 0.5s;
}
.section.page-news-list .news-item .news-img:hover:before {
  bottom: 0;
  right: 10px;
}
.section.page-news-list .news-item .news-img:hover:after {
  top: 0;
  left: 0;
}
.section.page-news-list .news-item .news-img:before, .section.page-news-list .news-item .news-img:after {
  transition: all 0.5s;
}
.section.page-news-list .news-item .news-img:before {
  content: "";
  background-color: #fed742;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  right: 0;
  bottom: -10px;
  z-index: 0;
}
.section.page-news-list .news-item .news-img:after {
  content: "";
  background-color: transparent;
  border: 4px solid #e85186;
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  left: -13px;
  top: -30px;
  z-index: 3;
}
.section.page-news-list .news-item .news-img img {
  position: relative;
  width: calc(100% - 18px);
}
.section.page-news-list .news-item a.btn {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  position: relative;
  background-color: #e85186;
  bottom: 20px;
  margin: 0 10px 0;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e85186;
  border-radius: 0;
  padding: 8px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.section.page-news-list .news-item a.btn .icon-arrow {
  stroke: #ffffff;
}
.section.page-news-list .news-item a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.page-news-list .news-item a.btn:hover {
  color: #e85186;
}
.section.page-news-list .news-item a.btn:hover .icon-arrow {
  stroke: #e85186;
}
.section.page-news-list .news-item a.btn:hover:before {
  transform: scaleX(1);
}
.section.page-news-list .news-item .news-date {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #3e3d3d;
  margin: 0 0 20px;
}
.section.page-news-list .news-item .news-title h5 {
  font-family: "Playfair Display", serif;
  margin: 0 0 10px;
  color: #3e3d3d;
  font-size: 36px;
  line-height: 44px;
}
.section.page-news-list .news-item .news-description {
  color: #3e3d3d;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 28px;
}
.section.page-news-list .news-item .news-description p {
  margin: 0;
}
.section.page-news-list .news-item .news-description a {
  position: relative;
  margin: 30px 0 0;
  color: #ffffff;
  background-color: #3e3d3d;
  font-size: 16px;
  padding: 8px 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.section.page-news-list .news-item .news-description a:hover {
  color: #ffffff;
}
.section.page-news-list .news-item .news-description a:hover:before {
  transform: scaleX(1);
}
.section.page-news-list .news-item .news-description a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fed742;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.news-list {
  padding: 70px 0;
  background-color: #ffffff;
}
.section.news-list h2 {
  display: none;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  margin: 0 0 40px;
  color: #ffffff;
}
.section.news-list .news-item {
  font-family: "Playfair Display", serif;
  color: #3e3d3d;
  margin: 0 0 150px;
}
@media (max-width: 991px) {
  .section.news-list .news-item {
    margin: 0 0 50px;
  }
}
.section.news-list .news-item .news-img {
  position: relative;
  transition: all 0.5s;
}
.section.news-list .news-item .news-img a {
  position: relative;
  z-index: 1;
}
.section.news-list .news-item .news-img:hover:before {
  bottom: 0;
  right: 18px;
}
.section.news-list .news-item .news-img:hover:after {
  top: 0;
  left: 0;
}
.section.news-list .news-item .news-img:before, .section.news-list .news-item .news-img:after {
  transition: all 0.5s;
}
.section.news-list .news-item .news-img:before {
  content: "";
  background-color: #e85186;
  position: absolute;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  right: 0;
  bottom: -18px;
  z-index: 0;
}
.section.news-list .news-item .news-img:after {
  content: "";
  background-color: transparent;
  border: 4px solid #fed742;
  position: absolute;
  width: calc(100% - 18px);
  height: 100%;
  left: -13px;
  top: -40px;
  z-index: 3;
}
.section.news-list .news-item .news-img img {
  width: calc(100% - 18px);
}
.section.news-list .news-item .news-date {
  font-size: 24px;
  margin: 0 0 30px;
}
.section.news-list .news-item .news-title {
  font-size: 36px;
}
.section.news-list .news-item .news-title h5 {
  margin: 0 0 25px 0;
  font-size: 36px;
  line-height: 44px;
}
.section.news-list .news-item .news-description {
  margin: 30px 0 10px;
  font-size: 18px;
  line-height: 28px;
}
.section.news-list .news-item .news-description p {
  margin: 0;
}
.section.news-list .news-item .news-description a {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin: 30px 0;
  font-size: 16px;
  text-align: center;
  border: 1px solid;
  border-radius: 0;
  padding: 8px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.section.news-list .news-item .news-description a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e3d3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.news-list .news-item .news-description a:hover {
  color: #ffffff;
}
.section.news-list .news-item .news-description a:hover .icon-arrow {
  stroke: #ffffff;
}
.section.news-list .news-item .news-description a:hover:before {
  transform: scaleX(1);
}
.section.news-list .btn-show-more {
  background-color: #e85186;
  font-size: 18px;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.section.news-list .btn-show-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fed742;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.news-list .btn-show-more:hover {
  color: #ffffff;
}
.section.news-list .btn-show-more:hover:before {
  transform: scaleX(1);
}
.section.text {
  padding: 80px 0;
  background-color: #f5f5f4;
}
.text-cdd .section.text {
  padding: 80px 0 0;
}
.section.text .bloc-title h5 {
  color: #e85186;
  font-size: 72px;
  margin: 0 0 15px;
}
.section.text .bloc-title p {
  margin: 0;
  font-size: 52px;
  color: #000000;
}
.page-products .section.text .bloc-text {
  margin: 0 auto;
  width: 720px;
}
.section.text .bloc-text h6 {
  color: #e85186;
  font-size: 48px;
}
.section.text .bloc-text p {
  font-family: "Playfair Display", serif;
  color: #3e3d3d;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}
.text-cdd .section.text .bloc-text p {
  font-family: "Poppins", sans-serif;
}
.section.text a.btn {
  position: relative;
  margin: 30px 0 0;
  color: #3e3d3d;
  background-color: transparent;
  font-size: 16px;
  padding: 8px 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border: 1px solid #3e3d3d;
  border-radius: unset;
}
.section.text a.btn:hover {
  color: #ffffff;
}
.section.text a.btn:hover:before {
  transform: scaleX(1);
}
.section.text a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e3d3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.list-products {
  padding: 100px 0;
  background-color: #f5f5f4;
}
.section.list-products .list-products-title {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #e85186;
}
.section.list-products .list-products-subtitle {
  color: #e85186;
  font-size: 30px;
  margin: 0 0 40px;
}
.section.list-products .container-list-products .filter-products {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
}
.section.list-products .container-list-products .filter-products .list-filter-products a {
  font-family: "Playfair Display", serif;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  color: #3e3d3d;
  border: 1px solid #3e3d3d;
  padding: 10px 15px;
  margin: 10px 20px;
  transition: 0.3s all;
}
.section.list-products .container-list-products .filter-products .list-filter-products a.active, .section.list-products .container-list-products .filter-products .list-filter-products a:hover {
  background-color: #e85186;
  border-color: #e85186;
  color: #ffffff;
}
.section.list-products .container-list-products #list-products {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section.list-products .container-list-products #list-products .bloc-product {
  display: flex;
  width: 30%;
  min-width: 320px;
  min-height: 350px;
  background-size: cover;
  background-origin: content-box;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 1% 120px 1%;
  background-position: inherit;
}
.section.list-products .container-list-products #list-products .bloc-product:after {
  content: "";
  background-color: transparent;
  border: 4px solid #fed742;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -13px;
  top: -30px;
  z-index: 3;
}
.section.list-products .container-list-products #list-products .bloc-product:before, .section.list-products .container-list-products #list-products .bloc-product:after {
  transition: all 0.5s;
}
.section.list-products .container-list-products #list-products .bloc-product:hover:after {
  top: 0;
  left: 0;
}
.section.list-products .container-list-products #list-products .bloc-product:hover a.product-name {
  background-color: #ffffff;
}
.section.list-products .container-list-products #list-products .bloc-product:hover a.product-name .name {
  color: #e85186;
}
.section.list-products .container-list-products #list-products .bloc-product:hover a.product-name .description {
  color: #3e3d3d;
}
.section.list-products .container-list-products #list-products .bloc-product img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s all;
}
.section.list-products .container-list-products #list-products .bloc-product img:hover {
  transform: scale(1.03);
}
.section.list-products .container-list-products #list-products .bloc-product a.product-name {
  padding: 9px 15px;
  color: #ffffff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  max-width: 90%;
  right: 0;
  bottom: -14%;
  margin: auto;
  background-color: #e85186;
  z-index: 4;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section.list-products .container-list-products #list-products .bloc-product a.product-name .name {
  font-family: "Playfair Display", serif;
  margin: 0 0 10px;
  font-size: 30px;
}
.section.list-products .container-list-products #list-products .bloc-product a.product-name .description {
  margin: 0;
  font-size: 22px;
}
.section.section-product {
  padding: 80px 0;
}
.section.section-product h2 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 48px;
  margin: 0 0 35px;
}
.section.section-product p {
  color: #3e3d3d;
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 20px;
}
.section.section-product .product-img-thumbnail {
  display: flex;
  position: relative;
  transition: all 0.5s;
}
.section.section-product .product-img-thumbnail a {
  position: relative;
  z-index: 1;
}
.section.section-product .product-img-thumbnail:hover:before {
  bottom: 0;
  right: 18px;
}
.section.section-product .product-img-thumbnail:hover:after {
  top: 0;
  left: 0;
}
.section.section-product .product-img-thumbnail:before, .section.section-product .product-img-thumbnail:after {
  transition: all 0.5s;
}
.section.section-product .product-img-thumbnail:before {
  content: "";
  background-color: #fed742;
  position: absolute;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  right: 0;
  bottom: -18px;
  z-index: 0;
}
.section.section-product .product-img-thumbnail:after {
  content: "";
  background-color: transparent;
  border: 4px solid #e85186;
  position: absolute;
  width: calc(100% - 18px);
  height: 100%;
  left: -13px;
  top: -40px;
  z-index: 3;
}
.section.section-product .product-img-thumbnail img {
  position: relative;
  width: calc(100% - 18px);
}
.section.section-plant-information {
  background-image: url("../img/background-plant-information.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 40px;
  background-color: #f5f5f4;
}
.section.section-plant-information h3 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #e85186;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section.section-plant-information h3 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.section.section-plant-information .plan-information {
  width: 100%;
  margin: 40px 0 0;
  display: inline-flex;
  justify-content: space-between;
}
.section.section-plant-information .plan-information .bloc-text {
  font-family: "Playfair Display", serif;
  color: #e85186;
  display: flex;
  flex-direction: column;
  max-width: 22%;
  margin: 0 1% 0;
  border-top: 3px solid #e85186;
}
.section.section-plant-information .plan-information .bloc-text:last-child {
  margin: 0;
}
.section.section-plant-information .plan-information .bloc-text p {
  font-size: 24px;
  margin: 0 0 5px;
}
.section.section-plant-information .plan-information .bloc-text span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 0;
}
.section.section-plant-products {
  background-image: url("../img/background-plant-products.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 60px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: cover;
  background-position: top center;
}
.section.section-plant-products h3 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  color: #e85186;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section.section-plant-products h3 {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .section.section-plant-products .list-products {
    align-items: center;
    flex-direction: column;
  }
}
.section.section-plant-products .list-products li {
  padding: 0 20px;
  display: flex;
  border: none;
  background-color: transparent;
  align-items: center;
  max-width: 420px;
  margin: 0 0 30px;
}
.section.section-plant-products .list-products li span {
  display: flex;
  font-size: 16px;
  color: #3e3d3d;
  line-height: 1;
  text-align: left;
  margin: 0 0 0 7px;
}
.section.block-charte-developpement {
  padding: 80px 0;
  background-color: #ffffff;
}
.section.block-charte-developpement h6 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 60px;
  max-width: 760px;
  margin: 0 auto 60px;
}
@media (max-width: 991px) {
  .section.block-charte-developpement h6 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.section.block-charte-developpement p {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 60px;
}
.section.block-charte-developpement a.btn {
  position: relative;
  margin: 30px 0 0;
  color: #3e3d3d;
  background-color: transparent;
  font-size: 16px;
  padding: 8px 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border: 1px solid #3e3d3d;
  border-radius: unset;
}
.section.block-charte-developpement a.btn:hover {
  color: #ffffff;
}
.section.block-charte-developpement a.btn:hover:before {
  transform: scaleX(1);
}
.section.block-charte-developpement a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e3d3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.block-contact {
  color: #ffffff;
  background-color: #e85186;
  padding: 60px 0;
  background-image: url("../img/background-block-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.block-contact h6 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  margin: 0 0 30px;
}
.section.block-contact p {
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section.block-contact p {
    display: none;
  }
}
.section.block-contact .btn.btn-show-more {
  border-radius: 0;
  font-size: 18px;
  padding: 10px 30px;
  color: #e85186;
  background-color: #ffffff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.section.block-contact .btn.btn-show-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fed742;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.block-contact .btn.btn-show-more:hover {
  color: #ffffff;
}
.section.block-contact .btn.btn-show-more:hover:before {
  transform: scaleX(1);
}
.section.contact-form {
  color: #ffffff;
  padding: 80px 0;
  background-color: #e85186;
  background-image: url("../img/background-contact-form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.contact-form h2 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  margin: 0 0 20px;
}
.section.contact-form p {
  margin: 30px 0;
  font-size: 24px;
}
.section.contact-form input[type=text],
.section.contact-form input[type=email],
.section.contact-form input[type=tel],
.section.contact-form textarea {
  border: none;
  padding: 10px 15px;
  margin: 0;
  border-radius: 0;
  color: #3e3d3d;
  background-color: #ffffff;
}
.section.contact-form .wpcf7-form-control-wrap {
  position: relative;
  margin: 0 0 15px;
  display: block;
}
.section.contact-form span.wpcf7-not-valid-tip {
  text-align: left;
  color: #fff;
  font-size: 12px;
  padding: 0 5px 0;
}
.section.contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #e85186;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  max-width: 80%;
  margin: auto;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.17);
}
.section.contact-form textarea {
  width: 100%;
  resize: none;
  height: 200px;
}
.section.contact-form .btn {
  background-color: #ffffff;
  font-size: 18px;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  text-align: center;
  color: #e85186;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.section.contact-form .btn:hover:before {
  transform: scaleX(1);
}
.section.contact-form .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fed742;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.contact-form .wpcf7-spinner {
  display: block;
  margin: 20px auto 0;
}
.section.content-news {
  margin: 100px 0;
}
.section.content-news .img-news {
  position: relative;
  transition: all 0.5s;
  transition: all 0.5s;
}
.section.content-news .img-news:hover:before {
  bottom: 0;
  right: 10px;
}
.section.content-news .img-news:hover:after {
  top: 0;
  left: 0;
}
.section.content-news .img-news:before, .section.content-news .img-news:after {
  transition: all 0.5s;
}
.section.content-news .img-news:before {
  content: "";
  background-color: #fed742;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  right: 0;
  bottom: -10px;
  z-index: 0;
}
.section.content-news .img-news:after {
  content: "";
  background-color: transparent;
  border: 4px solid #e85186;
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  left: -13px;
  top: -30px;
  z-index: 3;
}
.section.content-news .img-news img {
  position: relative;
  width: calc(100% - 10px);
}
.section.content-news .date-news {
  font-family: "Playfair Display", serif;
  color: #3e3d3d;
  font-size: 20px;
  margin: 10px 0 20px;
}
.section.content-news .title-news h2 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 60px;
  margin: 0 0 30px;
}
.section.content-news .short-description,
.section.content-news news-description {
  font-size: 16px;
}
.section.content-news .news-description {
  margin: 50px 0;
}
.section.content-values {
  padding: 80px 0;
  background-image: url("../img/background-values.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section.content-values div.col-12:nth-child(2) .content-item-value {
  margin: 0 0 0 60px;
  top: -20px;
}
@media (max-width: 768px) {
  .section.content-values div.col-12:nth-child(2) .content-item-value {
    top: 0;
    margin: 0 0 0 0;
  }
}
.section.content-values div.col-12:nth-child(3) .content-item-value {
  top: -40px;
}
@media (max-width: 768px) {
  .section.content-values div.col-12:nth-child(3) .content-item-value {
    top: 0;
  }
}
.section.content-values h3 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 60px;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section.content-values h3 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.section.content-values .content-items-values .content-image {
  max-width: 180px;
  display: block;
}
.section.content-values .content-items-values .content-image svg {
  width: 100%;
  height: 100%;
}
.section.content-values .content-items-values .content-item-value {
  position: relative;
  display: flex;
}
.section.content-values .content-items-values .content-item-value .content-value {
  margin: 0 0 0 30px;
}
@media (max-width: 768px) {
  .section.content-values .content-items-values .content-item-value .content-value {
    margin: 0 0 0 10px;
  }
}
.section.content-values .content-items-values .content-item-value .content-value h4 {
  font-family: "Playfair Display", serif;
  color: #3e3d3d;
  font-size: 36px;
  position: relative;
  display: inline-flex;
}
.section.content-values .content-items-values .content-item-value .content-value h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130%;
  height: 3px;
  background-color: #e85186;
  z-index: 2;
}
@media (max-width: 768px) {
  .section.content-values .content-items-values .content-item-value .content-value h4::after {
    width: 100%;
  }
}
.section.content-values .content-items-values .content-item-value .content-value p {
  margin: 0;
  font-size: 18px;
  color: #3e3d3d;
  max-width: 600px;
}
.section.engagements {
  padding: 80px 0;
  background-color: #ffffff;
}
.section.engagements h3 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 60px;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section.engagements h3 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.section.engagements .liste-engagements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url("../img/recycle_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
}
.qui-sommes-nous .section.engagements .liste-engagements {
  background: none;
}
.section.engagements .liste-engagements .engagement-content {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.qui-sommes-nous .section.engagements .liste-engagements .engagement-content {
  max-width: 100%;
}
.section.engagements .liste-engagements .engagement-content:nth-child(1) {
  margin: 0 auto 50px;
  max-width: 1000px;
}
.qui-sommes-nous .section.engagements .liste-engagements .engagement-content:nth-child(1) {
  margin: 0 0 30px;
}
.section.engagements .liste-engagements .engagement-content:nth-child(4) {
  margin: 0 auto 50px;
  max-width: 650px;
}
.qui-sommes-nous .section.engagements .liste-engagements .engagement-content:nth-child(4) {
  margin: 0 0 30px;
}
.section.engagements .liste-engagements .engagement-content:nth-child(2), .section.engagements .liste-engagements .engagement-content:nth-child(3) {
  max-width: 45%;
}
.qui-sommes-nous .section.engagements .liste-engagements .engagement-content:nth-child(2), .qui-sommes-nous .section.engagements .liste-engagements .engagement-content:nth-child(3) {
  max-width: 100%;
}
@media (max-width: 768px) {
  .section.engagements .liste-engagements .engagement-content:nth-child(2), .section.engagements .liste-engagements .engagement-content:nth-child(3) {
    max-width: 100%;
  }
}
.section.engagements .liste-engagements .engagement-content h6 {
  font-family: "Playfair Display", serif;
  color: #3e3d3d;
  position: relative;
  font-size: 30px;
  padding: 0 0 10px;
}
.section.engagements .liste-engagements .engagement-content h6::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e85186;
}
.section.engagements .liste-engagements .engagement-content .engagement-text {
  margin: 10px 0 0;
}
.section.engagements .liste-engagements .engagement-content .engagement-text .engagement-number {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 50px;
  line-height: 1;
}
.section.engagements .liste-engagements .engagement-content .engagement-text p {
  margin: 0 0 20px 30px;
  font-size: 18px;
  color: #3e3d3d;
}
.section.learn-more {
  padding: 80px 0;
  background-color: #ffffff;
  background-image: url("../img/background-learn-more.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section.learn-more h3 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 60px;
  max-width: 600px;
  margin: 0 auto 60px;
}
@media (max-width: 991px) {
  .section.learn-more h3 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.section.learn-more .content-items .content-item {
  color: #3e3d3d;
}
.section.learn-more .content-items .content-item h6 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
}
.section.learn-more .content-items .content-item p {
  font-size: 16px;
  margin: 20px 0;
}
.section.learn-more .content-items .content-item img {
  object-fit: contain;
  margin: 10px 10px 40px;
  width: 130px;
  height: 130px;
  background: #ffffff;
}
.section.learn-more .content-items .content-item a.btn {
  position: relative;
  margin: 20px 0;
  color: #3e3d3d;
  background-color: transparent;
  font-size: 16px;
  padding: 8px 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border: 1px solid #3e3d3d;
  border-radius: unset;
}
.section.learn-more .content-items .content-item a.btn:hover {
  color: #ffffff;
}
.section.learn-more .content-items .content-item a.btn:hover:before {
  transform: scaleX(1);
}
.section.learn-more .content-items .content-item a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e3d3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.learn-more .lSPager.lSpg > li a {
  background-color: #e85186;
  opacity: 0.5;
  height: 18px;
  width: 18px;
}
.section.learn-more .lSPager.lSpg > li.active a {
  opacity: 1;
}
.section.clients {
  padding: 80px 0;
  background-color: #ffffff;
}
.section.clients h3 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 60px;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section.clients h3 {
    font-size: 40px;
    line-height: 1.5;
  }
}
.section.clients .lSPager.lSpg > li a {
  background-color: #e85186;
  opacity: 0.5;
  height: 18px;
  width: 18px;
}
.section.clients .lSPager.lSpg > li.active a {
  opacity: 1;
}
.section.activities {
  padding: 0 0 60px;
}
.section.activities h2 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 62px;
  margin: 0 0 80px;
}
.section.activities .content-activity {
  display: flex;
  min-width: 100%;
  min-height: 600px;
  background-size: cover;
  background-origin: content-box;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 1% 140px 1%;
  background-position: center bottom;
}
.section.activities .content-activity:hover div {
  background-color: #ffffff;
}
.section.activities .content-activity:hover div h3 {
  color: #e85186;
}
.section.activities .content-activity:hover div p {
  color: #3e3d3d;
}
.section.activities .content-activity:hover:after {
  top: 0;
  left: 0;
}
.section.activities .content-activity:after {
  content: "";
  background-color: transparent;
  border: 4px solid #fed742;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -13px;
  top: -30px;
  z-index: 3;
  transition: all 0.5s;
}
.section.activities .content-activity div {
  padding: 9px 15px;
  color: #ffffff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  max-width: 90%;
  right: 0;
  bottom: -14%;
  margin: auto;
  background-color: #e85186;
  z-index: 4;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section.activities .content-activity div h3 {
  font-family: "Playfair Display", serif;
  margin: 0 0 10px;
  font-size: 30px;
}
.section.activities .content-activity div p {
  margin: 0;
  min-height: 170px;
}
@media (max-width: 991px) {
  .section.activities .content-activity div p {
    min-height: auto;
  }
}
.section.activities a.btn {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin: 30px auto;
  font-size: 16px;
  text-align: center;
  border: 1px solid;
  border-radius: 0;
  padding: 8px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.section.activities a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e3d3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.activities a.btn:hover {
  color: #ffffff;
}
.section.activities a.btn:hover .icon-arrow {
  stroke: #ffffff;
}
.section.activities a.btn:hover:before {
  transform: scaleX(1);
}
.section.product-categories {
  padding: 60px 0;
}
.section.product-categories h2 {
  font-family: "Playfair Display", serif;
  color: #e85186;
  font-size: 62px;
  margin: 0 0 80px;
}
.section.product-categories .content {
  display: flex;
  min-width: 100%;
  min-height: 500px;
  background-size: cover;
  background-origin: content-box;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 1% 140px 1%;
  background-position: inherit;
}
.section.product-categories .content:hover div {
  background-color: #ffffff;
}
.section.product-categories .content:hover div h3 {
  color: #e85186;
}
.section.product-categories .content:hover div p {
  color: #3e3d3d;
}
.section.product-categories .content:hover:after {
  top: 0;
  left: 0;
}
.section.product-categories .content:after {
  content: "";
  background-color: transparent;
  border: 4px solid #fed742;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -13px;
  top: -30px;
  z-index: 3;
  transition: all 0.5s;
}
.section.product-categories .content div {
  padding: 9px 15px;
  color: #ffffff;
  display: flex;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  max-width: 300px;
  right: 0;
  bottom: -14%;
  margin: auto;
  background-color: #e85186;
  z-index: 4;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .section.product-categories .content div {
    max-width: 90%;
  }
}
.section.product-categories .content div h3 {
  font-family: "Playfair Display", serif;
  margin: 0 0 10px;
  font-size: 30px;
  min-height: 80px;
}
.section.product-categories a.btn {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin: 30px auto;
  font-size: 16px;
  text-align: center;
  border: 1px solid;
  border-radius: 0;
  background-color: #ffffff;
  padding: 8px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.section.product-categories a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e3d3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.section.product-categories a.btn:hover {
  color: #ffffff;
}
.section.product-categories a.btn:hover .icon-arrow {
  stroke: #ffffff;
}
.section.product-categories a.btn:hover:before {
  transform: scaleX(1);
}
.section.footer {
  padding: 15px 0 0;
  background-color: #f5f5f4;
}
.section.footer ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #3e3d3d;
}
.section.footer p {
  font-size: 14px;
  color: #3e3d3d;
}
.section.footer .language-switcher select {
  font-family: "Playfair Display", serif;
  background: transparent;
  margin: 0 0 25px;
  font-size: 17px;
  padding: 5px 23px;
}

.spinner {
  text-align: center;
  margin: 30px 0 10px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

#back-top {
  display: none;
  color: #3e3d3d;
  position: fixed;
  width: 200px;
  right: -50px;
  bottom: 10px;
  margin: 0;
  opacity: 1;
  z-index: 500;
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
  transform: translate3d(0, 0, 0) rotate(90deg);
  text-decoration: none;
}
@media (max-width: 768px) {
  #back-top {
    right: -80px;
  }
}
#back-top:hover:before {
  animation: animate-btt 1s forwards;
}
#back-top:before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 13px;
  left: -50%;
}

.container-search h2 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
}
.container-search p {
  font-size: 18px;
}
.container-search a.btn-show-more {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin: 30px 0;
  font-size: 16px;
  text-align: center;
  border: 1px solid;
  border-radius: 0;
  padding: 8px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.container-search a.btn-show-more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3e3d3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.container-search a.btn-show-more:hover {
  color: #ffffff;
}
.container-search a.btn-show-more:hover .icon-arrow {
  stroke: #ffffff;
}
.container-search a.btn-show-more:hover:before {
  transform: scaleX(1);
}

#search-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#search-modal.active {
  visibility: visible;
  opacity: 1;
}
#search-modal #search-form {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 800px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#search-modal #search-form a.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: -50%;
}
#search-modal #search-form a.close:after, #search-modal #search-form a.close:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fdfdfd;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
#search-modal #search-form a.close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
#search-modal #search-form #search-input {
  width: 100%;
  height: 80px;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #fdfdfd;
  font-size: 1.5em;
  color: #fdfdfd;
  outline: none;
}
#search-modal #search-form #search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  background-color: transparent;
  border: none;
  padding: 0 30px;
}
#search-modal #search-form #search-submit svg {
  width: 24px;
  height: 20px;
  fill: #fff;
}
#search-modal #search-form ul {
  padding: 0;
  margin: 30px 0;
  max-width: 100%;
  text-align: center;
}
#search-modal #search-form ul li {
  list-style: none;
  display: inline-block;
  margin: 10px;
}
#search-modal #search-form ul li a {
  color: #ffffff;
  text-decoration: none;
}

@-webkit-keyframes animate-btt {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  35% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes animate-btt {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  30% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  35% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

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