@charset "UTF-8";
/*
Theme Name: Pixelea Home
Author: Pixelea Team
Author URI: 
Theme URI: 
Tags: full-site-editing
Text Domain: ng1-fse
Requires at least: 6.1
Requires PHP: 7.4.33
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
/* Importation des mixins depuis un fichier externe */
.hidden {
  display: none;
}

@media (max-width: 782px) {
  .columns-inverse {
    flex-direction: column-reverse !important;
  }
  .wp-block-spacer {
    height: 15px !important;
  }
}
@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .zoom {
    transform: scale(1.2);
  }
}
footer.wp-block-template-part {
  /*
      .top{
          opacity: 0;
          transition: opacity 0.5s ease-in-out;
          cursor: pointer;
          width: 50px;
          height: 50px;
          display: inline-block;
          position: fixed;
          bottom: 50px;
          right: 20px;
          &:after{
              content: "";

              display: block;

              width: 50px;
              height: 50px;
              border: 1px solid var(--wp--preset--color--primary);
              background-image: url(./img/top.svg);
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              background-color: var(--wp--preset--color--white);
              z-index: 0;
          }
      }
  */
}

/*
 body.scrolled .top {
    z-index: 5;
    opacity: 1 !important;
}
*/
@media (max-width: 768px) {
  :root {
    --wp--preset--spacing--8: 3.75rem;
    --wp--preset--spacing--9: 5rem;
    --wp--preset--spacing--10: 6.25rem;
  }
}
.wp-block-media-text.mediatxt > figure {
  border-right: 10px solid var(--wp--custom--color--keylimepie-600);
}
@media (max-width: 600px) {
  .wp-block-media-text.mediatxt > figure {
    aspect-ratio: 1/1;
  }
}

@media (min-width: 1024px) {
  body.page-contact .entry-content .wp-block-columns iframe {
    height: 650px;
  }
}

html:not(.no-js) [data-aos^=coucou][data-aos^=coucou].aos-animate {
  animation-name: coucou;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}

@keyframes coucou {
  0% {
    transform: rotate(330deg);
  }
  50% {
    transform: rotate(375deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6, .is-style-h1, .is-style-h2, .is-style-h3, .is-style-h4, .is-style-h5, .is-style-h6 {
  z-index: 0;
}

/* Style de base pour les éléments à surligner */
strong {
  font-weight: 700;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.wp-site-blocks > header .wp-block-group.fixed {
  left: 0;
  right: 0;
  z-index: 100;
  position: fixed;
  top: 0;
  transition: transform 0.3s ease-in-out;
}
body.menu-not-on-top .wp-site-blocks > header .wp-block-group.fixed {
  transform: translateY(-100%);
}
.wp-site-blocks > header .wp-block-columns {
  width: 100%;
}

.is-repeated {
  animation: bg-scroll 20s linear infinite;
  background-size: 180px 30px;
}

.wp-block-cover {
  margin-block-start: 0px;
}

.wp-block-media-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

body .wp-site-blocks > main > .entry-content .wp-block-cover:first-child .wp-block-cover__background {
  background: linear-gradient(to bottom, black 0px, black 30px, rgba(0, 0, 0, 0.5) 130px, rgba(0, 0, 0, 0.2) 100%);
  opacity: 1 !important;
}
body .wp-site-blocks > main > .entry-content .wp-block-cover:first-child .wp-block-cover__inner-container {
  padding-top: 6.8rem;
}

body.error404 .wp-site-blocks .wp-block-cover__background {
  background: linear-gradient(to bottom, black 0px, black 30px, rgba(0, 0, 0, 0.5) 130px, rgba(0, 0, 0, 0.2) 100%);
  opacity: 1 !important;
}

.entry-content a {
  color: var(--wp--preset--color--text-dark) !important;
}