<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   GCC
 Theme URI:    https://www.gcc-groupe.com
 Description:  GCC is the company theme
 Author:       Partikuls
 Author URI:   https://www.partikuls.com
 Template:     generatepress
 Version:      0.1
*/

/* GeneratePress Site CSS */ /* Box shadow */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 8rem;
}

.box-shadow {
  box-shadow: 0px 0px 35px -13px rgba(0, 36, 72, 0.4);
}

/* Sidebars*/
@media (max-width: 768px) {
  .widget-area.is-right-sidebar {
    margin-top: 80px;
  }
} /* End GeneratePress Site CSS */

.site-header {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.header-wrap {
  position: fixed;
}

.submenu-megamenu {
  display: none;
  position: absolute;
  top: 163px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff02 !important;
  backdrop-filter: blur(75px);
  -webkit-backdrop-filter: blur(75px);
  box-shadow: 0 10px 30px -15px var(--global-color-7);
  opacity: 0;
}

.submenu-megamenu .submenu-megamenu-inner {
  background-color: #eceeef70 !important;
  backdrop-filter: blur(75px);
  -webkit-backdrop-filter: blur(75px);
  box-shadow: 0 10px 30px -15px var(--global-color-7);
}

.active {
  display: block !important;
}

.close-submenu {
  cursor: pointer;
}

.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor {
  font-size: 1.3rem;
}

.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:hover {
  color: var(--accent);
}

.submenu-job {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2001;
  transition: all 0.5s ease;
}

.submenu-job a {
  display: flex;
  align-items: center;
  transition: all 0.15s ease;
  position: relative;
}

.submenu-job a:hover {
  position: relative;
}

/* Ã‰lÃ©ment pseudo qui n'affecte pas la mise en page quand non visible */
.submenu-job a::before {
  content: "";
  width: 0;
  height: 20px;
  margin-right: 0;
  opacity: 0;
  position: absolute;
  left: -20px;
  transition: opacity 0.15s ease-out, width 0.15s ease-out, left 0.15s ease-out;
}

.submenu-job a:hover::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("./assets/img/arrow-right-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  opacity: 1;
  position: relative;
  left: 0;
  display: inline-block;
  transition: opacity 0.15s ease-in, width 0.15s ease-in, left 0.15s ease-in;
  animation: arrowAppear 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes arrowAppear {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-5px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.btn-submenu-job:hover {
  background-color: var(--accent);
}

.btn-submenu-job:hover .gb-icon {
  color: var(--global-color-7) !important;
}

.btn-submenu-job:hover .gb-headline-text a {
  color: var(--global-color-7) !important;
}

.is-style-logos-only {
  margin: 0;
}
/* GeneratePress Site CSS */ /* Box shadow */
.box-shadow {
  box-shadow: 0px 0px 35px -13px rgba(0, 36, 72, 0.4);
}

/* Sidebars*/
@media (max-width: 768px) {
  .widget-area.is-right-sidebar {
    margin-top: 80px;
  }
} /* End GeneratePress Site CSS */

.site-header {
  backdrop-filter: blur(75px);
  -webkit-backdrop-filter: blur(75px);
  box-shadow: 0 10px 30px -15px var(--global-color-7);
}

.header-wrap .site-header {
  background-color: #eceeef60 !important;
}

/* 
.global-menu {
	position: fixed;
  width: 100%;
	z-index: 1000;
}
.inside-header {
	margin-top: 32px;
}
*/

.header-wrap {
  position: fixed;
  transition: transform 0.3s ease-in-out;
}

.global-menu {
  backdrop-filter: blur(75px);
  -webkit-backdrop-filter: blur(75px);
}

.header-wrap.menu-hidden {
  transform: translateY(-45px);
}

.sub-mega-menu {
  display: none;
  position: fixed;
  top: 200px;
  width: 100%;
  z-index: 10;
}

.sidebar .widget {
  background-color: transparent;
}

.single-post .container {
  padding-top: 130px;
}

/* Pole Archive*/
.pole-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 2rem 0;
}

.pole-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}

.pole-card:hover {
  transform: translateY(-5px);
}

.pole-card .post-thumbnail {
  width: 100%;
}

.pole-card .post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.pole-card-content {
  padding: 1.5rem;
}

.pole-card .entry-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
}

.pole-card .entry-title a {
  color: #333;
  text-decoration: none;
}

.pole-card .entry-summary {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  margin: 20px 0;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.back-button:hover {
  background-color: #555;
}

.back-button .arrow {
  font-size: 20px;
}

/* Realisations */
.realisation-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.realisation-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.realisation-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.5s ease;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 30%,
    var(--global-color-7) 100%
  );
}

.realisation-item:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.realisation-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.realisation-item:hover .realisation-image {
  transform: scale(1.05);
}

.realisation-title {
  z-index: 1;
  position: relative;
  padding: 0 20px 20px;
  font-size: 24px;
  line-height: 1.6rem;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fffbfb;
}

@media (max-width: 992px) {
  .realisation-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .realisation-gallery {
    grid-template-columns: 1fr;
  }
}

/* Implantations */
.implantations-content {
  margin-top: 100px;
}

/* Realisations */
.realisations-filters-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* FX */
.drop-shadow {
  filter: drop-shadow(0px 0px 6px rgb(0 0 0 / 0.4));
}

/* Styles pour le menu mobile personnalisÃ© - Sans conflit avec GeneratePress */

/* Masquer le menu mobile natif de GeneratePress */
@media (max-width: 768px) {
  .menu-toggle,
  #mobile-menu,
  .mobile-header-navigation {
    display: none !important;
  }
}

/* Custom Mobile Menu Toggle Button - version visible et centrÃ©e */
/* --- Hamburger centrÃ© et croix parfaite --- */
.custom-mobile-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #222;
  border: none;
  border-radius: 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 2002;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.custom-mobile-toggle span {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-mobile-toggle span:nth-child(1) {
  top: 8px;
}
.custom-mobile-toggle span:nth-child(2) {
  top: 15.5px;
}
.custom-mobile-toggle span:nth-child(3) {
  top: 24px;
}
.custom-mobile-toggle.active span:nth-child(1) {
  top: 15.5px;
  transform: rotate(45deg);
  background: var(--accent);
}
.custom-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.custom-mobile-toggle.active span:nth-child(3) {
  top: 15.5px;
  transform: rotate(-45deg);
  background: var(--accent);
}

/* Custom Mobile Menu Overlay */
.custom-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.custom-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Custom Mobile Menu Container */
.custom-mobile-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  z-index: 2001;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  color: white;
  font-weight: 600;
}

.custom-mobile-container.active {
  right: 0 !important;
}

/* Custom Mobile Menu Header */
.custom-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 10;
}

.custom-mobile-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}

.custom-mobile-close {
  background: transparent !important;
  border: none;
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  color: #fff !important;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: none;
}
.custom-mobile-close:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: var(--accent) !important;
  transform: rotate(90deg);
}

/* Custom Mobile Menu Navigation */
.custom-mobile-menu {
  flex: 1;
  padding: 0;
  overflow-y: auto;
}

.custom-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-mobile-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.custom-mobile-menu li:last-child {
  border-bottom: none;
}

.custom-mobile-menu a {
  display: block;
  padding: 18px 25px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.custom-mobile-menu a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--accent-rgb, 0, 123, 255), 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.custom-mobile-menu a:hover::before {
  left: 100%;
}

.custom-mobile-menu a:hover {
  background-color: rgba(var(--accent-rgb, 0, 123, 255), 0.05);
  color: var(--accent);
  padding-left: 30px;
}

/* Style pour les Ã©lÃ©ments avec sous-menus */
.custom-mobile-menu .menu-item-has-children &gt; a {
  position: relative;
  font-weight: 600;
  color: white;
}

.custom-mobile-menu .menu-item-has-children &gt; a::after {
  content: "â€º";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  transition: all 0.3s ease;
  color: #6c757d;
}

.custom-mobile-menu .menu-item-has-children.active &gt; a::after {
  transform: translateY(-50%) rotate(90deg);
  color: var(--accent);
}

/* Style pour les sous-menus */
.custom-mobile-menu .sub-menu {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.02);
}

.custom-mobile-menu .sub-menu.active {
  display: block;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-mobile-menu .sub-menu a {
  padding: 15px 25px 15px 40px;
  font-size: 15px;
  color: white;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.custom-mobile-menu .sub-menu a:hover {
  background-color: rgba(var(--accent-rgb, 0, 123, 255), 0.08);
  color: var(--accent);
  padding-left: 45px;
}

/* Style pour les liens actifs */
.custom-mobile-menu .current-menu-item &gt; a,
.custom-mobile-menu .current-menu-parent &gt; a {
  color: var(--accent);
  background: linear-gradient(
    90deg,
    rgba(var(--accent-rgb, 0, 123, 255), 0.1) 0%,
    transparent 100%
  );
  border-left: 3px solid var(--accent);
}

/* Custom Mobile Menu Footer */
.custom-mobile-footer {
  padding: 25px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.custom-mobile-footer .social-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.custom-mobile-footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-mobile-footer .social-links a:hover {
  background: linear-gradient(
    135deg,
    var(--accent) 0%,
    rgba(var(--accent-rgb, 0, 123, 255), 0.8) 100%
  );
  color: white;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 20px rgba(var(--accent-rgb, 0, 123, 255), 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .custom-mobile-toggle {
    display: flex !important;
  }

  .custom-mobile-container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .custom-mobile-menu a {
    padding: 12px 20px;
    font-size: 15px;
  }

  .custom-mobile-menu .sub-menu a {
    padding-left: 30px;
    font-size: 13px;
  }
}

/* AmÃ©liorations pour l'intÃ©gration avec GeneratePress */
body.custom-mobile-menu-open {
  overflow: hidden;
}

.custom-mobile-toggle {
  margin-left: 15px;
}

/* Ajustements pour le header existant */
.header-wrap .custom-mobile-toggle {
  position: relative;
  z-index: 2002;
}

/* AmÃ©lioration de l'accessibilitÃ© */
.custom-mobile-toggle:focus,
.custom-mobile-close:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.custom-mobile-menu a:focus {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

/* Mode sombre automatique */
@media (prefers-color-scheme: dark) {
  .custom-mobile-container {
    background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #ffffff;
  }

  .custom-mobile-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  .custom-mobile-menu a {
    color: white;
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }

  .custom-mobile-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }

  .custom-mobile-menu .sub-menu {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .custom-mobile-footer {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border-top-color: rgba(255, 255, 255, 0.1);
  }

  .custom-mobile-header h3 {
    color: #ffffff;
  }

  .custom-mobile-close {
    color: #e0e0e0;
  }

  .custom-mobile-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 1000px) {
  .inside-navigation {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .custom-mobile-toggle {
    display: none !important;
  }
}
</pre></body></html>