@charset "UTF-8";
/*ACCUEIL*/
/* For phone */
.main-title {
  padding-top: 8px;
  font-size: 28px;
}
@media only screen and (min-width: 481px) {
  .main-title {
    padding-top: 16px;
    font-size: 64px;
  }
}

.background-accueil {
  min-height: 550px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 481px) {
  .background-accueil {
    min-height: 650px;
  }
}
/* Phone hero section - not show the background image when on mobile - does not apply*/
@media only screen and (max-width: 480px) {
  .wp-block-cover .wp-block-cover__image-background {
    display: none;
  }
}
.wp-block-navigation__container {
  display: flex;
}

/* Landing page when mobile version */
@media only screen and (max-width: 480px) {
  .landing-page {
    height: 100vh;
  }
  .wp-block-navigation__container {
    display: flex;
    justify-content: center;
  }
}
/* Hover effect Navigation buttons -it works on navigation of other pages */
.navigationCrealoz:hover {
  color: #68ecbd;
}

@media only screen and (max-width: 480px) {
  nav {
    background-color: #142d37;
    color: #F4F7F7;
  }
}
/*Button in Section Besoin d'aide*/
@media only screen and (max-width: 768px) {
  .button-besoin-aide {
    display: flex;
    justify-content: center;
  }
}
/*BLOG*/
/* Hover effect for images in page Blog */
.imgArticle {
  transition: transform 0.1s;
}
.imgArticle:hover {
  transform: scale(1.05);
}

.imgArticle-opacity:hover {
  opacity: 0.5;
}

.wp-block-post-featured-image img {
  transition: transform 0.1s;
}
.wp-block-post-featured-image img:hover {
  transform: scale(1.02);
}

/*Search button on page Blog*/
.wp-block-search__button svg {
  min-height: 40px;
  min-width: 40px;
}

.wp-block-search__input {
  opacity: 0.8;
  color: #07212A;
  font-size: 20px;
  padding-left: 20px;
}

/*Pagination of Articles on Page Blog on mobile device*/
@media only screen and (max-width: 480px) {
  p {
    font-size: 16px;
  }
  H3 {
    font-size: 20px;
  }
}
/* Hover effect pour les boutons dans la page Tous les articles */
.boutonCategory:hover {
  background-color: #f4f7f7;
  color: #07212a;
  border-radius: 50px;
}

/*BUTTONS*/
/* Outlined buttons with arrow and with hover effect */
.button-outlined-arrow {
  border-style: solid;
  border-width: 1px;
  border-color: #f4f7f7;
  border-radius: 10px;
  color: #f4f7f7;
  background-color: #142d37;
  padding: 8px 40px 8px 24px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 2px; /* Space between text and arrow */
  white-space: nowrap; /* Prevents text wrapping */
  position: relative;
}
.button-outlined-arrow a.wp-block-button__link {
  border: none;
  padding: 4px;
}
.button-outlined-arrow:hover {
  background-color: #f4f7f7;
  color: #07212a;
  border-radius: 10px;
}
.button-outlined-arrow::after {
  content: "➔"; /* Larger arrow Unicode character */
  margin-left: 2px; /* Space between text and arrow */
  font-size: 18px; /* Increase font size for larger arrow */
  position: relative;
  top: 1px;
}

/* Button outlined without arrow, hover effect */
.button-outlined-none:hover {
  background-color: #f4f7f7;
  color: #07212a;
  border-radius: 10px;
}

/*BUTTON FULL with ARROW on right*/
.button-full-arrow {
  border-style: none;
  border-radius: 10px;
  color: #07212a;
  background-color: rgba(104, 237, 191, 0.831372549);
  padding: 8px 40px 8px 24px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 2px; /* Space between text and arrow */
  white-space: nowrap; /* Prevents text wrapping */
  position: relative;
}
.button-full-arrow a.wp-block-button__link {
  border: none;
  padding: 4px;
  background-color: transparent;
  color: inherit;
}
.button-full-arrow:hover {
  border-radius: 10px;
  background-color: #07212a;
  color: #f4f7f7;
}
.button-full-arrow:hover img {
  filter: brightness(0) invert(1); /* Turns the image white */
}
.button-full-arrow::after {
  content: "➔"; /* Larger arrow Unicode character */
  margin-left: 1px; /* Space between text and arrow */
  font-size: 18px; /* Increase font size for larger arrow */
  position: relative;
  top: 1px;
}
.button-full-arrow img {
  margin-right: 8px; /* Adjust this value to control spacing */
}

/*Button with a downward arrow -Page d'accueil*/
.button-full-arrow-downward {
  border: none;
  border-radius: 10px;
  color: #07212a;
  background-color: rgba(104, 237, 191, 0.831372549);
  padding: 12px 48px 12px 32px;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 2px; /* Space between text and arrow */
  white-space: nowrap; /* Prevents text wrapping */
  position: relative;
  cursor: pointer; /* Add cursor pointer for better UX */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transitions */
}

.button-full-arrow-downward a.wp-block-button__link {
  border: none;
  padding: 2px;
  background-color: transparent;
  color: inherit;
  text-decoration: none; /* Remove underline from link */
}

.button-full-arrow-downward:hover {
  border-radius: 10px;
  background-color: #07212a;
  color: #f4f7f7;
}

.button-full-arrow-downward::after {
  content: "🡫"; /* Downward arrow Unicode character */
  margin-left: 2px; /* Space between text and arrow */
  font-size: 18px; /* Increase font size for larger arrow */
  position: relative;
  top: 1px; /* Adjust vertical alignment if needed */
}

/* Optional: Add focus style for accessibility */
.button-full-arrow-downward:focus {
  outline: 2px solid #f4f7f7; /* Add a focus outline for better accessibility */
}

/*Downward arrow visible on mobile device - with base64*/
@media only screen and (max-width: 480px) {
  .button-full-arrow-downward::after {
    content: "";
    display: inline-block;
    margin-left: 2px; /* Space between text and arrow */
    width: 24px; /* Increase width for larger arrow */
    height: 24px; /* Increase height for larger arrow */
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDAgNDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwIDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDcyMTJBO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9DQoJLnN0MXtmaWxsOiMwNzIxMkE7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNSwyOS4zYzAtNC43LDAtOS4zLDAtMTQiLz4NCgkJPGc+DQoJCQk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjIuMywyMi41Yy0wLjItMC4xLTAuNS0wLjEtMC43LDAuMmwtNC4xLDYuNWwtNC4xLTYuNWMtMC4xLTAuMi0wLjUtMC4zLTAuNy0wLjJjLTAuMiwwLjEtMC4zLDAuNS0wLjIsMC43DQoJCQkJbDQuNSw3LjFjMC4xLDAuMSwwLjMsMC4yLDAuNCwwLjJzMC4zLTAuMSwwLjQtMC4ybDQuNS03LjFjMC4xLTAuMSwwLjEtMC4yLDAuMS0wLjNDMjIuNSwyMi43LDIyLjQsMjIuNiwyMi4zLDIyLjV6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") no-repeat center;
    background-size: contain;
    position: relative;
    top: 1px; /* Adjust vertical alignment if needed */
  }
}
/*SERVICES*/
/* Hover effect on images of the section Services */
.iconServices {
  transition: transform 0.1s;
}
.iconServices:hover {
  transform: scale(1.02) rotate(10deg);
}

/* List styling - bullets in green in section Services*/
.listServices {
  list-style-type: square;
}
.listServices li::marker {
  color: #68ecbd;
}

/*EQUIPE*/
/* Hover effect Name title in Equipe */
.titreNom {
  color: #f4f7f7;
}

.titreNom:hover {
  color: #68ecbd;
}

/* Hover effect Image Equipe */
.imgEquipe {
  transition: transform 0.1s;
}
.imgEquipe:hover {
  transform: scale(1.03);
  opacity: 0.7;
}

/*WP-FORMS*/
/* Hover effect Button Form */
#wpforms-submit-377:hover {
  background-color: #f4f7f7;
  color: #07212a;
  border-radius: 10px;
}

div.wpforms-container-full button[type=submit].wpforms-opacity-hover:hover {
  background-color: #07212a;
  color: #f4f7f7;
  border-radius: 10px;
}

/* Hover effect Social icons - does not apply*/
.iconeSocial {
  background-color: #68ecbd;
  opacity: 0;
}
.iconeSocial:hover {
  background-color: #68ecbd;
  opacity: 1;
  transition: 0.5s ease;
}

/*PAGE NORA*/
/*Page Nora - hide and reveal section Mon Parcours on destkop and mobile devices*/
@media only screen and (max-width: 480px) {
  .groupParcoursDestkop {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  .GroupParcoursMobile {
    display: none;
  }
}
/* Responsive - mobile - page équipe Nora - icones Mes Outils */
/* Default grid layout with 6 columns */
.grid-icones-MesOutils {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

/* Mobile layout with 3 columns */
@media (max-width: 768px) {
  .grid-icones-MesOutils {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Ensure the image styling is retained */
.iconesOutils img {
  width: auto;
  height: 60px;
}

/* Responsive - mobile - page équipe Nora - destkop version Mon parcours */
@media only screen and (min-width: 481px) {
  .GroupParcoursMobile {
    display: none;
  }
}
/* Responsive - mobile - page équipe Nora - mobile version Mon parcours */
@media only screen and (max-width: 480px) {
  .groupParcoursDestkop {
    display: none;
  }
}
/* Responsive - mobile - page équipe Nora - green Bullets for Mon parcours */
@media only screen and (max-width: 480px) {
  .green-circles img.lazy {
    min-height: 8px;
    min-width: 25px;
  }
}
.yoast-breadcrumbs {
  font-size: 14px;
  color: #d0d5d8;
}

/*Section Besoin d'aide*/
.group-aide {
  max-width: 800px;
}

/*Dark Mode one image Sun in it*/
.button-light-mode {
  background-color: #142d37;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 180px;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.4), inset 0px -5px 15px rgb(41, 101, 117);
  cursor: pointer;
}

.sun-moon {
  width: 25px;
  height: 25px;
}

.dark-mode {
  background-color: #F4F7F7;
  color: #07212A;
}

/*Dark mode for all title*/
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
  color: #07212A;
}

/*does not apply*/
.dark_mode .yoast-breadcrumbs {
  color: #142d37;
}

/*does not apply*/
.dark_mode .wp-block-post-content a {
  color: #142d37;
}

.dark-mode footer {
  color: #F4F7F7;
}

.dark-mode footer h5 {
  color: #F4F7F7;
}

.dark-mode .group-aide {
  background-color: #F0FBFB;
}

/*Dark mode - Moon and sun toggle - second option - saved in patterns*/
body {
  margin: 0;
  background-color: #142d37;
}

/*label*/
.circle {
  width: 100px;
  height: 50px;
  position: relative;
  display: block;
  background: #07212A;
  border-radius: 200px;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.4), inset 0px -5px 15px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.3s;
}
.circle:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(180deg, #296575, #264753);
  border-radius: 180px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.circle svg {
  position: absolute;
  width: 30px;
  top: 10px;
  z-index: 100;
}
.circle svg.sun {
  left: 10px;
  fill: #f4f7f7;
  transition: 0.3s;
}
.circle svg.moon {
  left: 60px;
  fill: #7e7e7e;
  transition: 0.3s;
}

.light-mode {
  width: 0;
  height: 0;
  visibility: hidden;
}
.light-mode:checked + .circle {
  background: #142d37;
}
.light-mode:checked + .circle:after {
  left: 90px;
  transform: translateX(-100%);
  background: linear-gradient(180deg, #264753, #68ECBD);
}
.light-mode:checked + .circle svg.sun {
  fill: #7e7e7e;
}
.light-mode:checked + .circle svg.moon {
  fill: #F4F7F7;
}
.light-mode:checked + .circle + .background {
  background: #F4F7F7;
}
.light-mode:active:after {
  width: 30px;
}

.background {
  width: 100vw;
  height: 100vh;
  background: #142d37;
  z-index: -1;
  position: absolute;
  transition: 0.3s;
}

/*Paperplane on Page Projet? invisible on mobile device*/
@media only screen and (max-width: 480px) {
  .image-paperplane img {
    display: none;
  }
}
.title-easyaudit {
  font-family: "Alkatra", sans-serif;
  color: #68ecbd;
  filter: saturate(80%);
}

.highlighted-text {
  display: inline;
  background: linear-gradient(180deg, rgba(104, 104, 104, 0) 85%, rgb(104, 236, 189) 65%);
  box-shadow: inset 0 0 0 rgb(104, 236, 189);
  filter: saturate(80%);
}

/* Phone menu*/
@media only screen and (min-width: 481px) {
  .wp-block-navigation.nav-primary--mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .wp-block-navigation.nav-primary--destkop {
    display: none !important;
  }
}

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