@charset "UTF-8";
.smooth, body h1, body h2, body h3, body h4, body h5, body h6, body .elementor-button-text {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#logo img, .show_on_sticky .elementor-widget-container {
  transition: all 0.4s ease-in-out;
}

.show_on_sticky .elementor-widget-container {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center;
}

.elementor-sticky--effects #logo img {
  width: 50%;
}
.elementor-sticky--effects .elementor-nav-menu--main .elementor-item {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.elementor-sticky--effects .show_on_sticky .elementor-widget-container {
  opacity: 1;
  transform: scale(1);
}

.elementor-page.elementor-editor-active .show_on_sticky .elementor-widget-container {
  opacity: 1 !important;
}

html {
  font-size: 62.5%;
  /* 62.5% of 16px = 10px */
}

body {
  font-size: 2rem;
}
body a {
  color: #006bf3;
}
body .alignright {
  float: right;
  margin-right: 0;
  margin-left: 1rem;
}
body .alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1rem;
}

.absolute {
  transform: translate(-50%, -50%);
}

.decallage {
  transform: scale(1.1);
  transform-origin: left center;
}
.decallage figcaption {
  transform: scale(0.9);
  transform-origin: left center;
}

ul.gform_fields {
  padding: 0;
}

/**
Retirer le flou à la redimension des PNG
**/
.elementor-image img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/*
.elementor-text-editor{
  ul{
    list-style: none;
    padding-left: 15px;

    li{
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px;

      &::before{
        content: '•';
        color: $couleur_primaire;
        font-size: 2em;
        vertical-align: middle;
        position: absolute;
        left: -20px;
        line-height: 1em;
        top: -4px;
        }
    }


  }
}
*/
@media screen and (max-width: 680px) {
  .bouton_reduit_mobile .elementor-button-text {
    display: none !important;
  }
  .bouton_reduit_mobile .elementor-button {
    font-size: 2.2rem;
  }
}
#bouton_fixed {
  transition: all 0.4s ease-in-out;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  max-width: 220px;
}
#bouton_fixed .pp-button {
  transform: translateX(calc(100% - 50px));
  transition: all 0.4s ease-in-out;
}
#bouton_fixed .pp-button:hover {
  transform: translateX(0%);
}

.elementor-sticky--effects #bouton_fixed {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

h1.elementor-heading-title em {
  font-size: 0.8em;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 5px 40px;
}
body .moove-gdpr-cookie-notice p {
  font-weight: 400 !important;
  color: #CCC !important;
}
body #moove_gdpr_cookie_info_bar {
  min-height: auto;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  font-size: 13px;
  font-weight: 400;
  padding: 5px 15px;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
body .mgbutton.moove-gdpr-infobar-reject-btn {
  background: none !important;
  color: #78baea !important;
  float: left;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
  background: none;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #313131;
}