@font-face {
  font-family: 'Reey', sans-serif;
  src: url('../fonts/Reey-Regular.eot');
  src: url('../fonts/Reey-Regular.svg');
  src: url('../fonts/Reey-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Reey-Regular.woff2') format('woff2'), url('../fonts/Reey-Regular.woff') format('woff'), url('../fonts/Reey-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Manrope:wght@200..800&display=swap');

body {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #151515;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
}

* {
  outline: none !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a *:before,
a *:after,
button,
.btn,
.button {
  transition: all 0.15s linear 0s;
}

a,
a:hover {
  text-decoration: none;
  outline: none !important;
  color: #151515;
}

a:hover {
  color: #888788;
}

p {
  margin-bottom: 15px;
}

p:empty {
  line-height: 0 !important;
}

li,
ul {
  list-style: none;
  margin: 0;
}

h2 {
  font-weight: 400;
  color: #151515;
  font-size: 40px;
  line-height: 1.03em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h3 {
  font-weight: 400;
  color: #151515;
  font-size: 30px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #838383 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #838383 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #838383 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #838383 !important;
}

.alert,
.m_system {
  font-size: 16px;
  text-transform: initial;
  line-height: 22px;
  padding: 10px;
  margin: 0 0 15px;
  text-align: left;
}

.alert-info,
.m_infos {
  border: 1px solid rgba(235, 169, 50, 1);
  background: rgba(235, 169, 50, 0.26);
  color: rgba(235, 169, 50, 1);
}

.alert-danger,
.m_alerte {
  background: rgba(255, 205, 207, 1);
  border: 1px solid rgba(209, 35, 42, 1);
  color: rgba(209, 35, 42, 1);
}

.alert-success,
.m_valide {
  background: #1c8820;
  border: 1px solid rgba(28, 136, 32, 1);
  color: rgb(255, 255, 255);
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.open-menu {
  display: none;
}

.d-bloc {
  display: block;
}

.d-none {
  display: none !important;
}

.clear-l {
  clear: left;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.wow {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.d-flex {
  display: flex !important;
  flex: 1 1 0;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

.align-items-center {
  align-items: center;
}

img,
iframe {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

#main-navigation-mobile {
  display: none;
}

article {
  padding: 60px 0 0;
}

.open-menu {
  display: none;
  text-decoration: none;
  width: 30px;
  padding: 0;
  position: absolute;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  cursor: pointer;
}

.open-menu .bar {
  background-color: #fff;
  display: block;
  height: 3px;
  margin: 0 0 6px;
  width: 100%;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

.open-menu.open .bar {
  margin: 0;
  transform: rotate(45deg);
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  background-color: #fff;
}

#main-navigation-mobile .open-menu .bar,
#main-navigation-mobile .open-menu.open .bar {
  background-color: #151515;
}
.open-menu.open .bar.bar2 {
  margin-top: -3px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

.open-menu.open .bar.bar1 {
  transform: rotate(-45deg);
  margin-top: 13px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

.open-menu.open .bar.bar3 {
  display: none;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

#wrapall {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.img_top_parallax {
  height: 335px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background: rgba(235, 168, 35, 0.7);
}
.img_top_parallax:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.img_top_parallax .container {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
  text-align: left !important;
}

.img_top_parallax .container h1 {
  font-size: 50px;
  font-weight: 400;
  color: #ffffff;
}

.woocommerce-account .img_top_parallax,
.woocommerce-checkout .img_top_parallax {
  height: 150px;
}

.woocommerce-account .section_produits_top,
.woocommerce-checkout .section_produits_top {
  padding: 70px 0;
}

.woocommerce-account .img_top_parallax:after,
.woocommerce-cart .img_top_parallax:after,
.template_favoris .img_top_parallax:after {
  display: none;
}
/**************** header footer **********/

header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  z-index: 101;
}

header .header_top {
  padding: 35px 0px;
  position: relative;
}

header .header_top .search_bar {
  position: relative;
  display: block;
  width: 330px;
}
header .header_top .search_bar form {
  width: 100%;
}
header .header_top .search_bar .wp-block-search__inside-wrapper,
.sidebar-product .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  position: relative;
  border: none;
}
header .header_top .search_bar input[type='search'],
.sidebar-product .wp-block-search__inside-wrapper input[type='search'] {
  height: 49px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f0ece3;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 13px;
  font-weight: 500;
  color: #838383;
}
header .header_top .search_bar button,
.sidebar-product .wp-block-search__inside-wrapper button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 29px;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 19px;
  color: #838383;
  transition: all 500ms ease;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

header .header_top .topbar_list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 40px;
  color: #838383;
}
header .header_top .topbar_list > div {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #838383;
  text-transform: capitalize;
}
header .header_top .topbar_list > div i {
  margin-right: 3px;
  color: rgba(235, 168, 35, 0.7);
}
header .header_top .topbar_list > div a {
  transition: all 500ms ease;
  color: inherit;
}
header .header_bottom {
  padding: 15px 0px;
  position: relative;
  background-color: #eba923;
}

.main-menu_category {
  position: relative;
  margin-right: 60px;
}
.main-menu_category_btn {
  position: relative;
  padding: 14px 20px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  color: #838383;
  transition: all 500ms ease;
  width: 250px;
  height: 49px;
}
.main-menu_category_btn:after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-family: 'Flaticon';
  content: '\f078';
  color: currentColor;
  opacity: 1;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  z-index: 1;
  transition: all 500ms ease;
  font-family: 'Font Awesome 5 Free';
}
.main-menu_category_btn span {
  display: inline-block;
  position: relative;
  top: 0;
  height: 2px;
  width: 22px;
  background-color: #eba923;
  margin-right: 10px;
  transition: all 500ms ease;
}
.main-menu_category_btn span:before {
  position: absolute;
  left: 0;
  top: -5px;
  width: 16px;
  height: 2px;
  content: '';
  background-color: #eba923;
  transition: all 500ms ease;
}
.main-menu_category_btn span:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 12px;
  height: 2px;
  content: '';
  background-color: #eba923;
  transition: all 500ms ease;
}

.main-menu_category_btn:hover,
.main-menu_category_btn.active {
  color: #eba923;
}
.main-menu_category_btn:hover span::before,
.main-menu_category_btn.active span::before,
.main-menu_category_btn:hover span::after,
.main-menu_category_btn.active span::after {
  width: 100%;
}

.main-menu_category_list {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  background-color: #fff;
  width: 100%;
  z-index: 99;
}

.main-menu_category_list li {
  font-size: 15px;
  color: #151515;
  font-weight: 500;
  padding: 11px 20px;
  text-transform: capitalize;
  border-top: 1px solid #f0ece3;
}
.main-menu_category_list li a {
  color: inherit;
  transition: all 500ms ease;
}

header .header_bottom .main_menu {
  gap: 60px;
}

header .header_bottom .main_menu a {
  font-size: 15px;
  color: #fff;
  position: relative;
  font-weight: 600;
  padding-bottom: 10px;
}

header .header_bottom .main_menu a:hover,
header .header_bottom .main_menu .current-menu-item a {
  color: #fff;
}

header .header_bottom .main_menu a::before {
  content: '';
  height: 2px;
  width: 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.15s linear 0s;
}

header .header_bottom .main_menu a:hover:before,
header .header_bottom .main_menu .current-menu-item a:before {
  width: 100%;
  transition: all 0.15s linear 0s;
}

header .header_bottom .bloc_right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 29px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
  margin-left: auto;
}
header .header_bottom .bloc_right > a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 500ms ease;
}

footer {
  background: #151515;
  padding: 60px 0 100px;
  color: #787878;
  margin-top: auto;
}

footer .footer_top {
  font-size: 24px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
}
footer .footer_top .reseaux_sociaux a {
  font-size: 18px;
  margin-top: 15px;
  background: #000000;
  border-radius: 100%;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 56px;
  text-align: center;
  color: #fff;
  margin: 0 6px;
}
footer .footer_top .reseaux_sociaux a:hover {
  background: #fff;
  color: #000;
}

footer .footer_bottom {
  padding-top: 60px;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
footer .footer_bottom .bloc_left {
  flex: 1 0 0;
}
footer .footer_bottom .bloc_left .newsletter_footer h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.8px;
  margin: 0px 0px 27px;
  font-weight: 700;
}
footer .footer_bottom .bloc_left .newsletter_footer .subscribe_form {
  position: relative;
  max-width: 470px;
  width: 100%;
}
footer .footer_bottom .bloc_left .newsletter_footer form.mailpoet_form {
  padding: 0 !important;
  position: relative;
  width: 100%;
}
footer .footer_bottom .bloc_left .newsletter_footer input[type='email'] {
  height: 70px;
  width: 100%;
  padding-right: 75px !important;
  font-size: 14px;
  color: #787878;
  font-weight: 500;
  background-color: #fff;
  padding-left: 30px !important;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  outline: none !important;
  border-radius: 5px;
}

footer .footer_bottom .bloc_left .newsletter_footer .mailpoet_text {
  height: 43px;
  border: none;
  border-bottom: 2px solid #c1d4d4;
  background: none;
  font-size: 16px;
  padding: 0 40px 0 0 !important;
}

footer .footer_bottom .bloc_left .newsletter_footer .mailpoet_submit {
  background: #eba923 url(../img/bt_news.png) center center no-repeat;
  width: 55px !important;
  height: 60px !important;
  padding: 0 !important;
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  transition: all 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

footer .footer_bottom .bloc_left .newsletter_footer .mailpoet_form_html li {
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
}
footer .footer_bottom .bloc_left .newsletter_footer .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
  left: 0 !important;
  position: absolute !important;
  text-align: left !important;
  top: 0 !important;
  transform: translate(0) !important;
  font-size: 14px !important ;
}
footer .footer_bottom .bloc_left .copyright {
  font-size: 15px;
  color: #787878;
  font-weight: 500;
  margin: 20px 0px 10px;
}
footer .footer_bottom .bloc_right {
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 500;
  gap: 65px;
}
footer .footer_bottom .bloc_right a {
  color: #787878;
}
footer .footer_bottom .bloc_right .pos_right {
  display: flex;
  flex-direction: column;
}
footer .footer_bottom .bloc_right .pos_right .mail_tel {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
/****************accueil**********/

.content-area {
  position: relative;
}

.section_gallery {
  height: 530px;
  width: 100%;
}

.section_gallery .owl-carousel,
.section_gallery .owl-stage-outer,
.section_gallery .owl-stage,
.section_gallery .owl-item {
  height: 100%;
}

.section_gallery .slide {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.section_gallery .slide:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.section_gallery .slide .container {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 5;
  max-width: 1200px;
}

.img_top_parallax .container .bloc {
  background: #fff;
  padding: 35px;
}

.section_gallery .slide .descriptif h4,
.img_top_parallax .container .bloc h4 {
  font-size: 30px;
  font-weight: 400;
  color: #eba923;
  font-family: 'Caveat', cursive;
  line-height: 30px;
  letter-spacing: 0;
}

.section_gallery .slide .descriptif h2 {
  position: relative;
  font-size: 90px;
  color: #ffffff;
  font-weight: 800;
  line-height: 90px;
  letter-spacing: -3.6px;
  margin-top: 16px;
  margin-bottom: 39px;
}

.main-slider__circle {
  position: absolute;
  right: 60px;
  bottom: 100px;
  height: 140px;
  width: 140px;
  border-radius: 50%;
}
.main-slider__circle .curved-circle {
  position: absolute;
  top: 0px;
  left: 0;
  height: 140px !important;
  width: 140px !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}
.main-slider__circle .curved-circle-item {
  height: 140px !important;
  width: 140px !important;
}
.main-slider__circle .curved-circle-item span {
  letter-spacing: 0.35em;
}
.main-slider__circle__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider__circle__icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: #fff;
  transform: rotate(45deg);
  transition: transform 500ms ease;
}

.main-slider__circle:hover .main-slider__circle__icon span {
  transform: rotate(0deg);
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.section_gallery .owl-carousel .owl-nav {
  position: absolute;
  top: 41%;
  left: 5%;
  z-index: 100;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  height: 0;
  line-height: 0;
}
.section_gallery .owl-carousel .owl-nav button {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-image: none;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 23px 0 !important;
}
.section_gallery .owl-carousel .owl-nav button:hover {
  color: #eba923;
  border: 2px solid #eba923;
}
.section_gallery .owl-carousel .owl-dots {
  position: absolute;
  top: 55%;
  left: auto;
  bottom: auto;
  right: 5%;
  z-index: 100;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  height: 100px;
  line-height: 0;
}
.section_gallery .owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  padding: 0px;
  margin: 0;
  opacity: 1;
  transition: all 500ms ease;
  border: 2px solid #ffffff;
}
.section_gallery .owl-carousel .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.section_infos .container {
  max-width: 1690px;
}
.section_infos .bloc_infos {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
  background-color: #fff;
  padding: 45px 80px;
  border-radius: 4px;
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.05));
  z-index: 5;
  gap: 70px;
  margin-top: -30px;
}
.section_infos .bloc_infos .info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-left: 70px;
}
.section_infos .bloc_infos .info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 82px;
  content: '';
  background-color: #f0ece3;
}
.section_infos .bloc_infos .info:first-child {
  padding-left: 0;
}
.section_infos .bloc_infos .info:first-child:before {
  display: none;
}
.section_infos .bloc_infos .info .icon {
  flex: 70px 0 0;
}
.section_infos .bloc_infos .info .bloc_text {
  flex: 1 0 0;
  font-size: 15px;
  letter-spacing: -0.34px;
  color: #838383;
  line-height: 26px;
}
.section_infos .bloc_infos .info .bloc_text strong {
  font-size: 17px;
  font-weight: 700;
  color: #151515;
  margin: 0 0 5px;
  display: block;
}

.section_sommes_nous .container {
  margin-bottom: 100px;
  gap: 70px;
}
.section_sommes_nous .bloc_left {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  color: #838383;
  line-height: 20px;
}
.section_sommes_nous .bloc_left h4 {
  font-size: 14px;
  color: #eba923;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.section_sommes_nous .bloc_left h2 {
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 25px;
}
.section_sommes_nous .bloc_right {
  width: 400px;
}
.section_sommes_nous .bloc_right .bloc_video {
  width: 100%;
  height: 500px;
  background-color: #151515;
  position: relative;
}
.section_sommes_nous .bloc_right .bloc_video:after {
  width: 100%;
  height: 100%;
  background-color: #151515;
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  left: 0;
}
.section_sommes_nous .bloc_right .bloc_video:before {
  position: absolute;
  content: '';
  left: -80px;
  top: -50px;
  width: 300px;
  height: 170px;
  background: url(../img/shap.png) left top no-repeat;
  z-index: 1;
}

.section_sommes_nous .bloc_right .bloc_video a {
  width: 89px;
  height: 89px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  font-size: 20px;
  color: #151515;
  transition: all 200ms linear;
}
.section_sommes_nous .bloc_right .bloc_video a:hover {
  background-color: #eba923;
  color: #fff;
}
.section_sommes_nous .bloc_right .bloc_video a::after {
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  content: '';
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.2;
  z-index: 1;
}
.section_sommes_nous .bloc_right .bloc_video .ripple,
.section_sommes_nous .bloc_right .bloc_video .ripple::before,
.section_sommes_nous .bloc_right .bloc_video .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.section_sommes_nous .bloc_right .bloc_video .ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: '';
  position: absolute;
}
.section_sommes_nous .bloc_right .bloc_video .ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: '';
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.section_map .container {
  margin-bottom: 100px;
  max-width: 1660px;
  position: relative;
  padding-top: 100px;
}
.section_map .acf-map {
  position: relative;
  width: 100%;
  height: 440px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

/* Popup */
.leaflet-popup-content-wrapper {
  border-radius: 10px;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.leaflet-popup-content {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.popup-box .popup-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.popup-box .popup-adresse {
  margin-bottom: 10px;
}
.popup-box .popup-buttons a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 8px;
  background: #eba923;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
}
.popup-box .popup-buttons a:hover {
  background: #000000;
}

/* --- Responsive Map --- */
@media (max-width: 768px) {
  .acf-map {
    height: 300px;
  }
}

.section_map .bloc_left {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
  background-color: #eba923;
  padding: 30px;
  border-radius: 5px;
  flex-direction: column;
  top: 0;
  left: 240px;
  width: 400px;
}
.section_map .bloc_left .titre {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  justify-content: space-between;
  margin: 0 0 15px;
  padding-bottom: 15px;
  align-items: center;
}
.section_map .bloc_left .titre .icon {
  width: 47px;
  height: 47px;
  background: url(../img/ico-quest.png) left top no-repeat;
}
.section_map .bloc_left .infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.section_map .bloc_left .infos a {
  color: #fff;
}

.section_produits h4 {
  font-size: 14px;
  color: #eba923;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
  text-align: center;
}
.section_produits h2 {
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 40px;
}
/**************************/
.section_qui_sommes_nous {
  margin: 100px 0;
}

.section_qui_sommes_nous .descriptif {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  color: #838383;
  line-height: 28px;
}
.section_qui_sommes_nous .descriptif h4 {
  font-size: 14px;
  color: #eba923;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.section_qui_sommes_nous .descriptif h2 {
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 25px;
}

.section_qui_sommes_nous .bloc_video {
  width: 100%;
  height: 440px;
  background-color: #151515;
  position: relative;
  margin: 80px 0 100px;
}
.section_qui_sommes_nous .bloc_video:after {
  width: 100%;
  height: 100%;
  background-color: #151515;
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  left: 0;
}
.section_qui_sommes_nous .bloc_video:before {
  position: absolute;
  content: '';
  right: -80px;
  top: -50px;
  width: 300px;
  height: 170px;
  background: url(../img/shap1.png) left top no-repeat;
  z-index: 1;
}

.section_qui_sommes_nous .bloc_video a {
  width: 89px;
  height: 89px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  font-size: 20px;
  color: #151515;
  transition: all 200ms linear;
}
.section_qui_sommes_nous .bloc_video a:hover {
  background-color: #eba923;
  color: #fff;
}
.section_qui_sommes_nous .bloc_video a::after {
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  content: '';
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.2;
  z-index: 1;
}
.section_qui_sommes_nous .bloc_video .ripple,
.section_qui_sommes_nous .bloc_video .ripple::before,
.section_qui_sommes_nous .bloc_video .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.section_qui_sommes_nous .bloc_video .ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: '';
  position: absolute;
}
.section_qui_sommes_nous .bloc_video .ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: '';
  position: absolute;
}

.section_qui_sommes_nous .bloc_bottom {
  gap: 30px;
}
.section_qui_sommes_nous .bloc_bottom .bloc_left {
  flex: calc((100% - 30px) / 2) 0 0;
}
.section_qui_sommes_nous .bloc_bottom .bloc_right {
  flex: calc((100% - 30px) / 2) 0 0;
  display: flex;
}
.section_qui_sommes_nous .bloc_bottom .bloc_right .img {
  width: 370px;
  height: 440px;
  background-color: #151515;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_qui_sommes_nous .bloc_bottom .bloc_right .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  max-width: inherit;
}

.section_qui_sommes_nous .bloc_bottom .bloc_right .img_1 {
  margin-top: 120px;
  margin-right: -175px;
  position: relative;
  z-index: 1;
}
/***************************/

.section_presentation {
  padding: 85px 0 100px;
  border-bottom: 2px dashed #f0ebf0;
  position: relative;
}

.section_presentation:after {
  position: absolute;
  content: '';
  right: 0;
  top: 160px;
  width: 300px;
  height: 184px;
  background: url(../img/line.png) left top no-repeat;
}

.section_presentation .bloc-left {
  flex: 50% 0 0;
  padding-right: 80px;
  position: relative;
  padding-top: 25px;
}

.section_presentation .bloc-left:before {
  position: absolute;
  content: '';
  left: -50px;
  bottom: 50px;
  width: 55px;
  height: 55px;
  background-color: #c1d4d4;
  border-radius: 100%;
}

.section_presentation .bloc-left .image {
  position: relative;
  padding-top: 40px;
  padding-left: 35px;
  margin-left: -35px;
}

.section_presentation .bloc-left .image img {
  position: relative;
  z-index: 5;
  border-radius: 100%;
}

.section_presentation .bloc-left .image:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background-color: #757e78;
  border-radius: 100%;
}

.section_presentation .bloc-left .image:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #f8f4f8;
}

.section_presentation .bloc-right {
  flex: 50% 0 0;
  z-index: 10;
  position: relative;
}

.section_presentation .bloc-right p {
  color: #888788;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 30px;
}

.section_creations {
  padding: 100px 0;
}

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.form-check-input[type='checkbox'] + label,
.mailpoet_checkbox_label [type='checkbox'] + span {
  text-align: justify;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  line-height: 20px;
  font-size: 16px;
  color: #151515;
  cursor: pointer;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input[type='checkbox'] + label::before,
.form-check-input[type='checkbox']:not(.filled-in) + label::after,
.mailpoet_checkbox_label [type='checkbox'] + span::before,
.mailpoet_checkbox_label [type='checkbox'] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  content: '';
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mailpoet_checkbox_label [type='checkbox'] + span::before,
.mailpoet_checkbox_label [type='checkbox'] + span::after {
  margin-top: 0;
}

.form-check-input[type='checkbox']:not(.filled-in) + label::after,
.mailpoet_checkbox_label [type='checkbox'] + span::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background: none;
}

.form-check-input[type='checkbox']:checked + label::before,
.mailpoet_checkbox_label [type='checkbox']:checked + span::before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.section_ventes {
  padding: 100px 0 50px;
}

.section_lien {
  padding: 50px 0;
  background-color: #c1d4d4;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #f8f4f8;
}

.section_lien {
  padding: 50px 0;
  background-color: #c1d4d4;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #f8f4f8;
}

.section_lien h3 {
  font-family: 'Reey', sans-serif;
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.section_lien h2 {
  color: #fff;
  font-size: 40px;
}

.section_lien .lien {
  text-align: right;
}

.section_lien .lien .btn {
  text-align: right;
  color: #151515;
  background-color: #fff;
}

.section_lien .lien .btn:hover {
  background-color: #151515;
  color: #fff;
}

.section_video {
  padding: 150px 0;
  margin: 120px 0 0;
}

.section_video .container {
  text-align: center;
}

.section_video h2 {
  text-align: center;
  font-family: 'Reey', sans-serif;
  font-size: 40px;
  margin: 0;
}

.section_video a.video {
  cursor: pointer;
  background: #151515;
  height: 65px;
  width: 65px;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 30px;
  color: #fff;
}

.section_video a.video:hover {
  background-color: #000;
}

.section_mesure .mesure {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  color: #888788;
  line-height: 32px;
  font-size: 17px;
}

.section_mesure .mesure .descriptif,
.section_mesure .mesure .bloc-image {
  flex: calc(50% - 45px) 0 0;
}

.section_mesure .mesure .bloc-image {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

.section_mesure .mesure:nth-child(2n) {
  flex-direction: row-reverse;
}

.section_mesure .mesure h2 {
  font-size: 40px;
  margin: 0 0 25px;
}

.section_mesure .mesure img.alignleft {
  margin: 0 10px 10px 0;
  float: left;
}

.section_mesure .mesure img.alignright {
  margin: 0 10px 0 10px;
  float: right;
}

.section_contact .descriptif {
  flex: calc(50% - 40px) 0 0;
  padding-right: 40px;
}

.section_contact {
  padding-bottom: 120px;
  padding-top: 120px;
}

.section_contact .bloc-contact {
  flex: calc(50% - 40px) 0 0;
  padding-left: 40px;
}

.section_contact .descriptif h2 {
  margin: 0 0 30px;
}

.section_contact .descriptif p {
  color: #888788;
  font-size: 18px;
}

.section_contact .descriptif a {
  font-weight: bold;
  font-size: 20px;
}

.section_contact input[type='email'],
.section_contact input[type='number'],
.section_contact input[type='password'],
.section_contact input[type='tel'],
.section_contact input[type='text'],
.section_contact input[type='url'],
.section_contact textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: rgba(235, 168, 35, 0.7);
  color: #888788;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: 30px;
  margin: 0 0 20px;
  outline: 0;
  padding: 15px 20px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.section_contact form .btn {
  width: 100%;
  border: none;
  height: 60px;
}

[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.form-check-input[type='checkbox'] + label {
  text-align: justify;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  line-height: 20px;
  font-size: 14px;
  color: #888788;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input[type='checkbox'] + label::before,
.form-check-input[type='checkbox']:not(.filled-in) + label::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  content: '';
  background: rgba(235, 168, 35, 0.7);
  border-radius: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-check-input[type='checkbox']:not(.filled-in) + label::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background: none;
}

.form-check-input[type='checkbox']:checked + label::before {
  border-right: 2px solid rgba(235, 168, 35, 0.7);
  border-bottom: 2px solid rgba(235, 168, 35, 0.7);
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none;
}

.section_contact .lcb-form {
  justify-content: space-between;
}

.section_contact .lcb-form .form-input {
  flex: calc(50% - 10px) 0 0;
}

.section_contact .lcb-form .form-textarea {
  flex: 100% 0 0;
}

.grecaptcha-badge {
  margin-right: -500px;
}

/*******************/

.btn {
  font-size: 14px;
  font-weight: 700;
  padding: 9px 39px 10px;
  background-color: #eba923;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: auto;
  line-height: 2.077em;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.btn:hover {
  background-color: #151515;
  color: #fff;
}

.section_produits h2.titre {
  text-align: center;
  margin: 0 0 60px;
}

/*****************************************
    GitHub URL: https://github.com/gucastiliao/video-popup-js
*/

.videopopupjs {
  background-color: #000;
  background-color: rgba(51, 39, 44, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: start !important;
}

.videopopupjs--hide {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJsHide;
  animation-name: videoPopupJsHide;
}

.videopopupjs__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  float: right;
}

.videopopupjs__close:after {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  content: 'X';
  font-family: Arial;
  line-height: 2.2;
  font-size: 14px;
  font-weight: bold;
}

.videopopupjs__close:hover {
  opacity: 0.5;
}

.videopopupjs--animation {
  opacity: 0;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: videoPopupJs;
  animation-name: videoPopupJs;
}

.videopopupjs__content {
  margin: 0 auto;
  height: 100%;
  height: 500px;
  width: 100%;
  margin-top: 5%;
}

.videopopupjs__content iframe {
  width: 100%;
  height: 100%;
}

.videopopupjs__block--notfound {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 500px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 500px;
  font-family: 'Arial';
  font-size: 20px;
}

@media (max-width: 768px) {
  .videopopupjs__content {
    max-width: 90% !important;
  }
}

@-webkit-keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes videoPopupJs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes videoPopupJsHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/****************parallax*************/

.parallaxator {
  overflow: hidden;
  position: relative;
}

.parallaxator > .parallax_child {
  position: absolute;
  top: 0;
}

/*******waves-effect********/

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(0, 57, 99, 0.7);
}

.waves-effect input[type='button'],
.waves-effect input[type='reset'],
.waves-effect input[type='submit'] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
  cursor: pointer;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */

.waves-effect .waves-ripple {
  z-index: -1;
}

/* Flashing 

.lien a:hover,
a.lien:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}


/* Shine */

.btn,
button,
.button,
.lien-btn {
  position: relative;
  overflow: hidden;
}

.btn::before,
button::before,
.button::before,
.lien-btn::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn:hover::before,
button:hover::before,
.button:hover::before,
.lien-btn:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
