/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Animation elementor */

* {
  font-family: "Futura", Sans-serif;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInDown {
  animation-name: fadeDown;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInLeft {
  animation-name: fadeLeft;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInRight {
  animation-name: fadeRight;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.fadeInUp {
  animation-name: fadeUp;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.slideInUp {
  animation-name: slideUp;
}

/* ACCUEIL FULLPAGE */

.home {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.home ::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.section.custom-size.fp-auto-height {
  height: var(--size) !important;
}

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

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.background::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.4;
  z-index: -1;
}

.fp-table {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: end;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 80px;
  margin-left: 80px;
  color: white;
}

.content div {
  margin: 0;
  color: #fff;
  font-family: "Futura", Sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24.31px */
}

.content h1 {
  display: flex;
  align-items: center;
  font-family: "Futura", Sans-serif;
  gap: 1rem;
  margin: 0;
  color: #fff;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 55.508px */
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: -30px;
}

.content h2 {
  display: flex;
  align-items: center;
  font-family: "Futura", Sans-serif;
  gap: 1rem;
  margin: 0;
  color: #fff;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 55.508px */
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: -30px;
}

.info h3 {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 55.508px */
  margin-bottom: 10px;
}

.content h2::before,
.content h2::after,
.content h1::before,
.content h1::after {
  content: "";
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
  background: white;
  margin: 0 5px;
  transform: rotate(45deg);
}

.content p {
  margin: 0;
  max-width: 66ch;
  color: #fff;
  font-family: "Futura", Sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.button {
  width: fit-content;
  background: rgba(0, 74, 176, 0.5);
  backdrop-filter: blur(4.550000190734863px);
  padding: 8px 30px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}

.button:hover {
  background: rgba(0, 74, 176, 0.7);
  color: white !important;
}

.custom-size {
  position: relative;
}
.custom-size .button {
  position: absolute;
  right: 80px;
  bottom: 80px;
}

.caracteristiques {
  position: absolute;
  bottom: 80px;
  right: 0;
}

.caracteristique {
  display: flex;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.3);
  padding: var(--1, 25px) 25px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.caracteristiques .caracteristique:not(:last-child) {
  margin-bottom: 20px;
}

.caracteristique img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.caracteristique p {
  max-width: 45ch;
  letter-spacing: 0px;
}

.fp-watermark {
  display: none;
}

.footer.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  width: 100%;
}

.info-icon {
  display: none;
}


/* Responsive */

/** Tablet **/
@media all and (max-width: 1024px) {
  /* .caracteristiques {
    display: none;
  } */

  .info-icon {
    display: block;
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: 100;
  }

  .caracteristiques {
    bottom: 50%;
    transform: translate(110%, 50%);
    transition: transform 0.3s ease-in-out;
  }

  .caracteristiques.cactive {
    transform: translate(0%, 50%);
  }

  .content h3 {
    font-size: 1.125rem;
  }

  .content h2 {
    font-size: 2.25rem;
  }

  .content h1 {
    font-size: 2.625rem;
  }

  .content p {
    font-size: 1rem;
  }

  .button {
    font-size: 1rem;
  }

  .custom-size .button {
    position: inherit;
  }
}

/** Mobile **/

@media all and (max-width: 767px) {
  .content {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .content h3 {
    font-size: 1rem;
  }

  .content h2 {
    font-size: 1.7rem;
    margin-left: 0px;
    line-height: 110%;
  }

  .content h1 {
    font-size: 2rem;
    margin-left: 0px;
    line-height: 120%;
  }

  .content h2::after,
  .content h1::after {
    display: none;
  }

  .content h2::before,
  .content h1::before {
    content: "";
    position: absolute;
    min-width: 7px;
    min-height: 7px;
    background: white;
    margin: 0 5px;
    transform: rotate(45deg);
    left: -23px;
  }
}

@media all and (max-width: 530px) {
  .caracteristiques {
    padding: 0px 10px;
  }
}

/** ANIMATION **/

.animated-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.animated-item.animated-once {
  opacity: 1;
  transform: translateY(0px) !important;
}

.fp-section.active .animated-item {
  opacity: 1;
  transform: translateY(0px);
}

h3.animated-item {
  transition-delay: 0.1s;
}
h2.animated-item {
  transition-delay: 0.2s;
}
p.animated-item {
  transition-delay: 0.3s;
}
a.animated-item {
  transition-delay: 0.4s;
}

.caracteristique.animated-item:nth-child(1) {
  transition-delay: 0.5s;
}
.caracteristique.animated-item:nth-child(2) {
  transition-delay: 0.6s;
}
.caracteristique.animated-item:nth-child(3) {
  transition-delay: 0.7s;
}

.animated-item.animated-item-elementor {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.animated-item.animated-item-elementor.animated-once {
  opacity: 1;
  transform: translateY(0px) !important;
}

.h3.animated-item.animated-item-elementor {
  transition-delay: 0.1s !important;
}
.h2.animated-item.animated-item-elementor {
  transition-delay: 0.2s !important;
}
.p.animated-item.animated-item-elementor {
  transition-delay: 0.3s !important;
}
.b.animated-item.animated-item-elementor {
  transition-delay: 0.4s !important;
}

.c1.animated-item.animated-item-elementor {
  transition-delay: 0.5s !important;
}

.c2.animated-item.animated-item-elementor {
  transition-delay: 0.6s !important;
}

.avis.animated-item.animated-item-elementor {
  transition-delay: 0.1s !important;
}

.h3avis.animated-item.animated-item-elementor h2 {
  transition-delay: 0.2s !important;
}

.h2avis.animated-item.animated-item-elementor {
  transition-delay: 0.3s !important;
}

.bavis.animated-item.animated-item-elementor {
  transition-delay: 0.4s !important;
}

/** Autre pages **/

.beforeh2,
.beforeh2Left {
  position: relative;
}

.beforeh2::before {
  content: "";
  position: absolute;
  inset: unset;
  right: -10px;
  top: -8px;
  transform: translate(50%, -50%);
  background-image: url("https://logia.markariancarrelage.fr/wp-content/uploads/2024/09/Rectangle-781.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  z-index: -1;
}

.beforeh2Left::before {
  content: "";
  position: absolute;
  inset: unset;
  left: -10px;
  top: -8px;
  transform: translate(-50%, -50%);
  background-image: url("https://logia.markariancarrelage.fr/wp-content/uploads/2024/09/Rectangle-781.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  z-index: -1;
}

.square {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-left: -30px;
}

.square::before,
.square::after {
  content: "";
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
  background: white;
  margin: 0 5px;
  transform: rotate(45deg);
}

.squareBlue {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.squareBlue::after {
  content: "";
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
  background: #013c8e;
  margin: 0 5px;
  transform: rotate(45deg);
}

@media all and (max-width: 1024px) {
  /* .square {
    text-wrap: nowrap;
  } */

  .square::after {
    display: none;
  }

  .squareBlue::after {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .square {
    text-wrap: inherit;
    margin-left: 0px;
  }

  .square::before,
  .square::after {
    display: none;
  }
}

.strokeNumber {
  -webkit-text-stroke: 2px #80a4d7;
}

.cardShadow {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.card {
  cursor: pointer;
}

.card:hover .cardIcon svg path {
  fill: white;
}
.card:hover .cardTitle span {
  color: white !important;
}

.card:hover .strokeNumber {
  -webkit-text-stroke: 2px #ffffff;
}

.cardShadow {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

/** BORDER IMAGE SECTION **/

.bottomLeft,
.bottomRight,
.topCenter,
.topRight {
  overflow: visible;
  position: relative;
}

.bottomLeft::before {
  content: "";
  position: absolute;
  inset: unset;
  bottom: -10px;
  left: -10px;
  border: none;
  width: 80%;
  height: 150px;
  background: white;
}

.bottomRight::before {
  content: "";
  position: absolute;
  inset: unset;
  bottom: -10px;
  right: -10px;
  border: none;
  content: "";
  position: absolute;
  inset: unset;
  bottom: -10px;
  right: -10px;
  border: none;
  width: 50%;
  height: 50%;
  background: white;
}

.topCenter::before {
  content: "";
  position: absolute;
  inset: unset;
  top: -10px;
  left: 50%;
  border: none;
  width: 70%;
  height: 50%;
  background: white;
  transform: translateX(-50%);
}

.topRight::before {
  content: "";
  position: absolute;
  inset: unset;
  top: -10px;
  right: -10px;
  border: none;
  width: 50%;
  height: 50%;
  background: white;
}

.cardRealisation::before {
  content: "";
  background-color: black !important;
  opacity: 0;
}

.cardRealisation:hover::before {
  opacity: 0.3;
}

.contentBox {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cardRealisation:hover .contentBox {
  opacity: 1;
  transform: translateY(0px);
}

/** CUSTOM ANIMATION LOGIA **/

.realisationsAnimation.blankAnimationUp .owl-stage .owl-item {
  opacity: 0;
  animation: customSlideUp 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}
.realisationsAnimation.blankAnimationDown .owl-stage .owl-item {
  opacity: 0;
  animation: customSlideDown 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

.realisationsAnimation .owl-stage > *:nth-of-type(1) {
  animation-delay: 400ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(2) {
  animation-delay: 500ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(3) {
  animation-delay: 600ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(4) {
  animation-delay: 700ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(5) {
  animation-delay: 800ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(6) {
  animation-delay: 900ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(7) {
  animation-delay: 1000ms !important;
}

.tabsrealisations.blankAnimationDown .uc-grid-filter .ue_taxonomy_item {
  opacity: 0;
  animation: customSlideDown 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

.tabsrealisations .uc-grid-filter > *:nth-of-type(1) {
  animation-delay: 400ms !important;
}

.tabsrealisations .uc-grid-filter > *:nth-of-type(2) {
  animation-delay: 500ms !important;
}

.tabsrealisations .uc-grid-filter > *:nth-of-type(3) {
  animation-delay: 600ms !important;
}

.tabsrealisations .uc-grid-filter > *:nth-of-type(4) {
  animation-delay: 700ms !important;
}

.tabsrealisations .uc-grid-filter > *:nth-of-type(5) {
  animation-delay: 800ms !important;
}

.tabsrealisations .uc-grid-filter > *:nth-of-type(6) {
  animation-delay: 900ms !important;
}

.tabsrealisations .uc-grid-filter > *:nth-of-type(7) {
  animation-delay: 1000ms !important;
}

.custom_prestations-grid .ue_p_title{
    text-transform: uppercase!important;
}

.custom_prestations-grid .uc_content{
    justify-content: flex-end!important;
}

.custom_prestations-grid .ue-item:hover .uc_post_image img{
    transform:scale(110%);
}

.section_faq{
	display:none;
}