/*
Theme Name:   ALH
Description:  Thème crée pour ALH. Ce thème est basé sur le thème StoreFront
Author:       Benoît LY
Template:     storefront
Version:      1.0.0
Tested up to: 6.1.0
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Tags:         e-commerce, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
Text Domain:  alh
*/

/* Init */

:root {
  --alh-grey: #f8f8f8;
  --circle-btn-speed: 0.3s;
  --circle-btn-half-speed: 0.15s;
  --circle-ease-out: cubic-bezier(0.61, 1, 0.88, 1);
  --circle-ease-in: cubic-bezier(0.12, 0, 0.39, 0);
  --dot: #fff;
}

body {
  color: #000;
  font-family: "Raleway";
  font-weight: normal;
}

img {
  border-radius: 0;
}

h1 {
  letter-spacing: initial;
  font-size: 14.375rem;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
  color: #000;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

/* Fonts */

@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-Light.eot");
  src: url("assets/fonts/Raleway-Light.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Raleway-Light.woff2") format("woff2"),
    url("assets/fonts/Raleway-Light.woff") format("woff"),
    url("assets/fonts/Raleway-Light.ttf") format("truetype"),
    url("assets/fonts/Raleway-Light.svg#Raleway-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Raleway";
  src: url("assets/fonts/Raleway-Medium.eot");
  src: url("assets/fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Raleway-Medium.woff2") format("woff2"),
    url("assets/fonts/Raleway-Medium.woff") format("woff"),
    url("assets/fonts/Raleway-Medium.ttf") format("truetype"),
    url("assets/fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* LOADER */

.loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /*animation: 1000ms linear 5000ms 1 hide_loader_opacity;*/
  animation: 1000ms linear 2000ms hide_loader_visibility;
  animation-fill-mode: forwards;
}

.loader__item,
.loader__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 170px;
  margin: auto;
}

.loader__logo {
  width: 96px;
  height: 54px;
}

.loader__circle {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.loader__circle__progress {
  stroke-opacity: 1;
  stroke-dasharray: 531.929px, 541.929px;
  animation: 2000ms linear 0ms draw_circle;
}

@keyframes draw_circle {
  from {
    stroke-dashoffset: 532;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes hide_loader_opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hide_loader_visibility {
  from {
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

/* Header */

.site-header {
  padding: 0;
  border: none;
  position: fixed;
  width: 100%;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin: 0;
}

#masthead .col-full {
  height: calc(110px - 3rem);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: content-box;
}

#masthead .col-full::before,
#masthead .col-full::after {
  content: none;
}

.alh-header-logo {
  height: 62px;
  width: 150px;
}

.alh-header-logo .custom-logo-link,
.alh-header-logo .custom-logo-link .custom-logo {
  height: 100%;
  width: 100%;
}

.alh-header-logo .custom-logo-link .custom-logo {
  object-fit: contain;
  object-position: left;
}

.alh-header-logo .site-title {
  margin-bottom: 0;
}

.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
  height: 80px;
  max-width: 150px;
}

.site-header .main-navigation {
  width: fit-content;
  margin: 0;
  position: relative;
}

.menu-element::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 70px;
  background-color: inherit;
}

.menu-element-span {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  padding: 1rem 2rem;
  border: 1px solid #000;
  border-radius: 2rem;
  display: inline-block;
}

.reveal-circle {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.reveal-circle::after {
  pointer-events: none;
  background-color: #000;
  transform: translateY(5em);
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  padding-top: 100%;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-radius: 50%;
  transition: border-radius var(--circle-btn-half-speed) var(--circle-ease-in)
      0s,
    transform var(--circle-btn-speed) var(--circle-ease-in);
}

.reveal-circle-white::after {
  background-color: #FFF;
}

.reveal-circle-white:hover {
  color: #000;
}

.site-header .main-navigation .primary-navigation {
  position: relative;
}

.site-header .main-navigation .primary-navigation {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.main-navigation .primary-navigation ul.menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--alh-grey);
  max-height: 0;
  transition: max-height 350ms ease-out 0ms;
  border-radius: 8px;
}

.main-navigation .primary-navigation ul.menu > li {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0ms ease 0ms;
  position: relative;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  font-weight: 300;
  font-size: 1rem;
  line-height: 100%;
  padding: 0.8rem 3rem;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 1px solid transparent;
  color: #000;
  white-space: nowrap;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
  color: #000;
}

.main-navigation .primary-navigation ul.menu > li.current-menu-item > a {
  font-weight: 500;
}

.main-navigation .primary-navigation ul.menu > li:first-of-type {
  margin-top: 1.2rem;
}

.main-navigation .primary-navigation ul.menu > li:last-of-type {
  margin-bottom: 1.2rem;
}

.main-navigation ul.menu > li:hover::before,
.main-navigation ul.nav-menu > li:hover::before {
  position: absolute;
  content: "";
  background-color: #000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  top: 50%;
  left: 1.5rem;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) { 
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    margin-right: -1em;
  }

  .menu-element:hover .primary-navigation > ul.menu {
    max-height: 1000px;
    transition: max-height 500ms ease-in;
  }
  
  .menu-element:hover .primary-navigation > ul.menu > li {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms ease 300ms;
  }

  .menu-element:hover .reveal-circle,
  .reveal-circle:hover {
    color: #fff;
  }

  .menu-element:hover .reveal-circle::after,
  .reveal-circle:hover::after {
    border-radius: 0%;
    transform: translateY(0em);
    transition: border-radius var(--circle-btn-half-speed) var(--circle-ease-out)
        var(--circle-btn-half-speed),
      transform var(--circle-btn-speed) var(--circle-ease-out);
  }
}

@media only screen and (max-width: 767px) { 
  .menu-element.menu-open .primary-navigation > ul.menu {
    max-height: 1000px;
    transition: max-height 500ms ease-in;
  }
  
  .menu-element.menu-open .primary-navigation > ul.menu > li {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms ease 300ms;
  }

  .menu-element.menu-open .reveal-circle {
    color: #FFF;
  }

  .menu-element.menu-open .reveal-circle::after {
    border-radius: 0%;
    transform: translateY(0em);
    transition: border-radius var(--circle-btn-half-speed) var(--circle-ease-out)
        var(--circle-btn-half-speed),
      transform var(--circle-btn-speed) var(--circle-ease-out);
  }
}

.site-content {
  margin-top: 110px;
  margin-bottom: 3rem;
}

/* Home Page */
/* Home Page HeroBanner */

.homepage-hero-banner-container {
  position: relative;
  height: calc(100vh - 110px);
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  animation: 3000ms linear 2000ms 1 hide_loader_opacity;
}

.homepage-hero-banner-container figure {
  height: 100%;
}

.homepage-hero-banner-container img {
  height: 100%;
  object-fit: cover;
}

/* Home Page CatchLine */

.homepage-catchline-container {
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}

.homepage-catchline-text {
  font-size: 6.25rem;
  line-height: 100%;
  font-weight: normal;
  padding: 5rem 0;
}

.homepage-catchline-link {
  font-size: 3.5rem;
  line-height: 100%;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.homepage-catchline-link:hover {
  border-bottom: 4px solid #000;
}

/* Home Page Projects */

.homepage-projects-container {
  padding: 3.825rem 0 4.825rem;
}

.homepage-projects-title {
  font-size: 1.875rem;
  line-height: 100%;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  padding: 1.75rem 0;
  opacity: 0;
}

.homepage-projects-title.visible,
.homepage-projects.visible {
  animation-name: welcomeFadeIn, welcomeMoveIn;
  animation-duration: 900ms, 700ms;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: both;
}

.homepage-projects.visible {
  animation-delay: 1000ms;
}

@keyframes welcomeFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes welcomeMoveIn {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

.homepage-projects {
  overflow: auto;
  display: grid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.homepage-projects-inner {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.homepage-project-item {
  width: calc(500px - 0.5rem);
}

.homepage-project-image {
  height: 325px;
  object-fit: cover;
  margin-bottom: 1.5rem;
  transition: 200ms filter ease-out;
}

.homepage-project-link:hover .homepage-project-image {
  filter: grayscale(70%);
  transition: 300ms filter ease-in;
}

.homepage-project-title {
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  margin: 0.75rem 0;
  transition: 200ms opacity ease-out;
}

.homepage-project-description {
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 300;
  color: #000;
  margin: 0.75rem 0;
  transition: 200ms opacity ease-out;
}

.homepage-project-link:hover .homepage-project-title,
.homepage-project-link:hover .homepage-project-description {
  opacity: 0.7;
  transition: 300ms opacity ease-in;
}

.homepage-projects-cta {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  padding: 1rem 1.5rem;
  border: 1px solid #000;
  border-radius: 2rem;
  display: inline-block;
}

.homepage-projects-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}

/* Home Page Steps */

.homepage-steps-title-running {
  display: block;
  overflow: hidden;
  position: relative;
  height: 6.25rem;
  margin-bottom: 6.25rem;
}

.homepage-steps-title-running div {
  position: absolute;
  min-width: 100%;
  font-size: 6.25rem;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.homepage-steps-title-running div .homepage-steps-title,
.homepage-steps-title-running div:after {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  top: 0;
}

.homepage-steps-title {
  font-size: 6.25rem;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding-right: 8rem;
}

.homepage-steps-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  height: 4rem;
  width: 4rem;
  transform: translate(100%, -50%);
  background-color: #000;
  border-radius: 50%;
  margin: 0 2rem;
}

.homepage-steps-title-running div .homepage-steps-title {
  animation: defilement 5s infinite linear;
}

.homepage-steps-title-running div:after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  animation: defilement2 5s infinite linear;
}

@keyframes defilement {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}

@keyframes defilement2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}

.homepage-step-collapsible {
  height: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: content-box;
  border-bottom: 1px solid #b6b6b6;
}

.homepage-step-number {
  width: 120px;
  font-size: 1.5625rem;
  font-weight: 500;
  position: relative;
}

.homepage-step-title {
  font-size: 1.875rem;
  font-weight: 500;
  opacity: 1;
  transition: 200ms opacity ease-out;
}

.homepage-step-collapsible:hover .homepage-step-title,
.homepage-step-collapsible:hover .homepage-step-number {
  opacity: 0.5;
  transition: 300ms opacity ease-in;
}

.homepage-step-content-container {
  background-color: #f8f8f8;
  border-radius: 0.5rem;
  max-height: 0;
  transition: max-height 350ms ease-out 0ms;
}

.homepage-step-content {
  padding: 40px 120px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0ms ease 0ms;
  display: none;
}

.homepage-step-wrapper:hover {
  cursor: pointer;
}

.homepage-step-wrapper.show > .homepage-step-content-container {
  max-height: 10000px;
  transition: max-height 500ms ease-in;
}

.homepage-step-wrapper.show
  > .homepage-step-content-container
  > .homepage-step-content {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms ease 300ms;
  display: block;
}

.homepage-step-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.homepage-step-description {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 140%;
}

/* Project Page */

.project-text-container {
  margin-bottom: 2rem;
}

.project-back-button {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  padding: 0.5rem 1rem;
  background-color: #e9e9e9;
  border-radius: 17px;
}

.project-title {
  font-size: 6.25rem;
}

.project-title::after {
  content: "";
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: var(--dot);
  margin-left: 30px;
}

.project-excerpt {
  font-weight: 300;
  font-size: 1.125rem;
}

.project-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1rem;
}

.project-row:last-of-type {
  margin-bottom: 0;
}

.project-row .project-column-1 {
  width: 100%;
}

.project-row .project-column-2 {
  width: 50%;
}

.project-row .project-column-3 {
  width: 33.33%;
}

.project-column figure {
  height: 100%;
}

.project-column figure img {
  height: 100%;
  object-fit: cover;
}

.project-column-subtitle {
  font-weight: 500;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}

.project-column-description {
  font-weight: normal;
  font-size: 1.125rem;
  text-align: justify;
}

/* FOOTER */

.site-footer {
  background-color: #000;
  color: #fff;
}

.site-footer .col-full {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.col-logo {
  width: 100%;
}

.footer-logo {
  height: 160px;
  width: 360px;
  object-fit: contain;
}

.col-left,
.col-right {
  width: calc(50% - 0.5rem);
  margin-top: 3rem;
}

.col-left p,
.col-right p {
  color: #fff;
}

.col-left-first-line {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 1rem;
}

.col-left-second-line {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
}

.col-right-first-line {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.col-right-second-line {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

#colophon.site-footer .col-right-contact {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  margin-bottom: 2rem;
  display: inline-block;
}

.col-right-third-line {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.col-right-third-line-item.left-item {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  padding-right: calc(28px + 1.5rem);
}

.col-right-third-line-item.left-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 22px;
  width: 28px;
  transform: translateY(-50%);
  margin: 0 0.75rem;
  background-image: url("./assets/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.site-footer .col-right-third-line .col-right-third-line-item.right-item {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
}

.col-right-third-line + .footer-alh-social-media {
  margin-top: 1rem;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-alh-social-media {
  display: flex;
  gap: 1rem;
}

.footer-alh-social-media-logo {
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid #FFF;
  border-radius: 50%;
  position: relative;
}

.footer-alh-social-media-logo::before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-alh-social-media-logo::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.footer-alh-social-media-logo.alh-instagram::before {
  background-image: url("./assets/icons/instagram.svg");
}

.footer-alh-social-media-logo.alh-linkedin::before {
  background-image: url("./assets/icons/linkedin.svg");
}

.footer-alh-social-media-logo.alh-malt::before {
  background-image: url("./assets/icons/malt.svg");
}

/* SERVICE */

.services-page-title-container {
  margin-bottom: 100px;
}

.services-page-title {
  font-size: 12rem;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
}

.services-page-title::after {
  content: "";
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 30px;
}

.services-page-columns-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 6.25rem;
}

.services-page-column {
  width: calc((100% - 2rem) / 3);
  padding: 1.5rem 1.5rem 2rem;
  background-color: #f8f8f8;
  border-radius: 27px;
}

.services-page-column-title {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0.625rem 1.125rem;
  background-color: #e9e9e9;
  width: fit-content;
  border-radius: 1.5rem;
  margin-bottom: 2.5rem;
}

.services-page-column-list {
  list-style-position: inside;
  margin: 0;
}

.services-steps-title {
  font-size: 6.25rem;
  font-weight: normal;
  line-height: 100%;
  margin: 6.25rem 0 2.5rem;
}

.services-page-trust-container {
  margin: 5rem 0;
}

.services-page-trust-title {
  font-size: 6.25rem;
  font-weight: normal;
  line-height: 100%;
  margin: 6.25rem 0 2.5rem;
}

.services-page-firm-list {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 5rem;
  align-items: center;
}

.services-page-firm-item {
  width: calc((100% - 15rem)/4);
}

.services-page-firm-logo {
  width: 100%;
  filter: grayscale(1);
  opacity: 0.7;
  transition: 300ms all ease-in;
}

.services-page-firm-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transition: 300ms all ease-out;
  cursor: pointer;
}

.services-page-feedback-title {
  font-size: 2rem;
  line-height: 2.25rem;
  margin: 2rem 0;
  text-transform: uppercase;
}

.services-page-feedback-list-wrapper {
  display: flex;
  overflow: auto;
  padding-bottom: 2rem;
}

.services-page-feedback-list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.services-page-feedback-item {
  width: calc(500px - 0.5rem);
  padding: 1.75rem;
  background-color: var(--alh-grey);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-wrap: wrap;
}

.services-page-feedback-item-top-part {
  display: flex;
  gap: 2rem;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.services-page-feedback-firm-logo-background {
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 50%;
  background-color: #FFF;  
  position: relative;
}

.services-page-feedback-firm-logo,
.services-page-feedback-firm-no-logo {
  position: absolute;
  content: "";
  height: 4rem;
  width: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-page-feedback-firm-no-logo {
  font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-page-feedback-firm-name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  width: calc(100% - 5.5rem - 154px - 4rem);
}

.services-page-feedback-firm-rating {
  display: flex;
  gap: 1rem;
  width: 154px;
}

.services-page-feedback-firm-rating > .star {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid #000;
}

.services-page-feedback-firm-rating > .star.star-full {
  background-color: #000;
}

.services-page-feedback-firm-comment {
  width: 100%;
}

/* PROJETS */

.projects-page-title {
  font-size: 12rem;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
  margin: 4.5rem 0 3.5rem;
}

.projects-page-title::after {
  content: "";
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 30px;
}

.categories-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 3.5rem 0 2rem;
}

.categories-list .category-item {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 100%;
  text-transform: uppercase;
  color: #9c9c9c;
  padding: 0.5rem 1rem;
  background-color: #e9e9e9;
  border-radius: 17px;
}

.categories-list .category-item.active,
.categories-list .category-item:focus {
  outline: 1px solid #000;
  outline-offset: -1px;
  color: #000;
  background-color: #e9e9e9;
}

.categories-list .category-item:hover {
  color: #fff;
}

.projects-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  margin: 2rem 0 6rem;
}

.projects-page-project-item {
  width: calc(50% - 0.5rem);
  opacity: 0;
}

.projects-page-project-item.visible {
  animation-name: welcomeFadeIn, welcomeMoveIn;
  animation-duration: 900ms, 700ms;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-fill-mode: both;
}

.projects-page-project-image {
  height: 345px;
  width: 100%;
  object-fit: cover;
}

.projects-page-project-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  margin: 1.5rem 0 0.5rem;
}

.projects-page-project-description {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 100%;
}

.projects-page-project-link:hover .projects-page-project-image {
  filter: grayscale(70%);
  transition: 300ms filter ease-in;
}

.projects-page-project-link:hover .projects-page-project-title,
.projects-page-project-link:hover .projects-page-project-description {
  opacity: 0.7;
  transition: 300ms opacity ease-in;
}

/* TEST SLIDER */

.slider-container {
  position: relative;
  height: calc(100vh - 110px);
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slides {
  display: flex;
  position: relative;
  top: 0;
  left: -100%;
  width: fit-content;
  height: 100%;
}

.slides.shifting {
  transition: left 1.2s ease-in-out;
}

.slide {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  position: relative;
  background: #ffcf47;
  border-radius: 2px;
}

.control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.prev,
.next {
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-family: dashicons;
}

.prev {
  /*background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);*/
  content: "\f341";
  left: 25px;
}

.next {
  /*background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);*/
  content: "\f345";
  right: 25px;
}

.prev:active,
.next:active {
  transform: scale(0.8);
}

.homepage-slider-project-title {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 48px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  z-index: 9999;
  padding: 0.5rem 1rem;
  border: 1px solid #FFF;
  border-radius: 2.2rem;
  backdrop-filter: blur(5px);
}

.homepage-slider-project {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* RESPONSIVE */
@media only screen and (max-width: 1024px) {
  /* SERVICE */
  .services-page-title {
    font-size: 8rem;
  }

  .services-page-columns-container {
    margin-bottom: 3rem;
  }

  .services-steps-title {
    font-size: 5rem;
    margin: 3rem 0 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  /* MENU */
  .site-header .main-navigation .primary-navigation {
    display: block;
  }

  /* GLOBAL */
  .site-content {
    margin-bottom: 1.5rem;
  }

  /* HOMEPAGE */
  .homepage-catchline-text {
    font-size: 1.875rem;
    padding: 2rem 0;
  }

  .homepage-catchline-link {
    font-size: 1.25rem;
  }

  .homepage-catchline-link:hover {
    border-width: 2px;
  }

  .homepage-catchline-container {
    padding-bottom: 0.75rem;
  }

  .homepage-projects-container {
    padding: 2rem 0;
  }

  .homepage-projects-title {
    padding-top: 0;
    font-size: 1rem;
  }

  .homepage-project-image {
    margin-bottom: 1rem;
  }

  .homepage-project-title {
    font-size: 0.75rem;
    margin: 0.5rem 0;
  }

  .homepage-project-description {
    font-size: 0.625rem;
    margin: 0.5rem 0;
  }

  .homepage-steps-title-running {
    height: 3rem;
    margin-bottom: 2rem;
  }

  .homepage-steps-title-running div {
    font-size: 3rem;
  }

  .homepage-steps-title {
    font-size: 3rem;
    padding-right: 4rem;
  }

  .homepage-steps-title::after {
    right: 2rem;
    height: 2rem;
    width: 2rem;
    margin: 0 1rem;
  }

  .homepage-step-collapsible {
    height: 70px;
  }

  .homepage-step-number {
    width: 60px;
    font-size: 1rem;
  }

  .homepage-step-title {
    font-size: 1rem;
  }

  .homepage-step-content {
    padding: 20px 60px;
  }

  .homepage-step-subtitle {
    font-size: 1rem;
  }

  .homepage-step-description {
    font-size: 0.75rem;
  }

  /* PROJECTS */
  .projects-page-title {
    font-size: 3.75rem;
    margin: 0 0 0.75rem;
  }

  .projects-page-title::after {
    height: 1rem;
    width: 1rem;
    margin-left: 10px;
  }

  .categories-list {
    margin: 0.75rem 0 1.5rem;
    gap: 0.625rem;
  }

  .categories-list .category-item {
    font-size: 0.5rem;
  }

  .projects-list {
    margin: 1.5rem 0;
    gap: 2rem;
  }

  .projects-page-project-item {
    width: 100%;
  }

  .projects-page-project-image {
    height: 225px;
  }

  .projects-page-project-title {
    font-size: 0.75rem;
    margin: 0.75rem 0 0.5rem;
  }

  .projects-page-project-description {
    font-size: 0.625rem;
  }

  /* PROJET */
  .project-text-container {
    margin-bottom: 1rem;
  }

  .project-title {
    font-size: 3rem;
    margin: 1rem 0 0.5rem;
  }

  .project-title::after {
    height: 1rem;
    width: 1rem;
    margin-left: 10px;
  }

  .project-excerpt {
    font-size: 0.625rem;
  }

  .project-row {
    gap: 0.25rem;
    margin-bottom: 0.25rem;
  }

  /* SERVICE */
  .services-page-title-container {
    margin-bottom: 2rem;
  }

  .services-page-title {
    font-size: 3.75rem;
  }

  .services-page-title::after {
    height: 1rem;
    width: 1rem;
    margin-left: 10px;
  }

  .services-page-column {
    width: 100%;
  }

  .services-page-column-title {
    font-size: 0.625rem;
    margin-bottom: 1rem;
  }

  .services-page-column-item {
    font-size: 1rem;
  }

  .services-steps-title {
    font-size: 1.75rem;
    margin: 2rem 0 1rem;
  }

  /* FOOTER */
  .site-footer {
    padding: 1.5rem 0;
  }

  .site-footer .col-full {
    gap: 1rem;
  }

  .col-left,
  .col-logo {
    margin-top: 0;
    width: calc(50% - 0.5rem);
  }

  .footer-logo {
    height: 40px;
  }

  .col-right {
    width: 100%;
    margin-top: 0;
  }

  .col-left-first-line {
    font-size: 0.625rem;
    line-height: 1.25rem;
    margin-bottom: 0;
  }

  .col-left-second-line {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .col-right-first-line {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
  }

  .col-right-second-line,
  #colophon.site-footer .col-right-contact,
  .col-right-third-line-item.left-item,
  .site-footer .col-right-third-line .col-right-third-line-item.right-item {
    font-size: 0.625rem;
    line-height: 1.25rem;
    margin-bottom: 0;
  }

  .col-right-third-line {
    margin-top: 1rem;
  }

  .col-right-third-line-item.left-item {
    padding-right: calc(9px + 1rem);
  }

  .col-right-third-line-item.left-item:after {
    height: 7px;
    width: 9px;
    margin: 0 0.5rem;
  }

  .footer-alh-social-media {
    gap: 0.5rem;
  }

  .footer-alh-social-media-logo {
    height: 1.25rem;
    width: 1.25rem;
  }

  .footer-alh-social-media-logo::before {
    height: 0.5rem;
    width: 0.5rem;
  }
}
