/*========================
* 				ADAPTE A GMR
* ======================*/
/* CONTENEUR FLUIDE AU-DESSUS DE 1440PX */
.fl-row-fixed-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1216px; /* valeur par défaut */
}

@media (min-width: 1440px) {
    .fl-row-fixed-width {
        max-width: clamp(1216px, 80%, 100%) !important;
    }
}

.container-small .fl-row-fixed-width {
	max-width: 1200px !important;
}

.column-screenshot img {
	width: auto !important;
}

/* Helper */
.gmr-enlarge-link {
	position:relative;
}

.gmr-enlarge-link a {
	background-image: none;
    outline-width: 0;
}


.gmr-enlarge-link a:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    outline-color: inherit;
    outline-offset: 2px;
    outline-style: inherit;
    outline-width: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
/*========================
* 				GENERAL
* ======================*/

/*========== TOOLSET LIGTHBOX ==========*/

.toolset-dialog {
  width: 70% !important;
  left: 50px !important;
  background: #23282deb !important;
  padding: 50px !important;
  border-radius: 10px !important;
  overflow-y: scroll;
}

.toolset-dialog button {
  cursor: pointer !important;
  margin: 4px;
  padding: 15px;
  background: #135e96;
  transition: all 0.2s linear;
}

.ui-dialog-titlebar-close {
  background: red !important;
}

.ui-dialog-titlebar-close:hover {
  color: red;
}

.js-toolset-collapsible__toggle {
  background: #595959 !important;
}

.toolset-dialog button:hover {
  background: white !important;
  color: #135e96;
  transition: all 0.2s linear;
}

/*========== Si Internet Explorer ==========*/

html.internet-explorer body.ie {
  margin-top: 40px;
}

html.internet-explorer body.ie:after {
  content: "Vous utilisez actuellement Internet Explorer, certains éléments peuvent ne pas s'afficher correctement. Nous vous recommandons d'utiliser un autre navigateur.";
  position: absolute;
  padding: 10px;
  top: 0px;
  color: var(--blanc);
  background-color: #dd0000;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

/* ========== */

.fl-page {
	overflow-x: hidden !important;
}

.nowrap {
  white-space: nowrap;
}

.devant {
  z-index: 99;
  position: relative;
}

.maxwidth50 .fl-col-content {
  max-width: 50%;
}

@media all and (max-width: 768px) {
  .maxwidth50 .fl-col-content {
    width: 100%;
    max-width: inherit;
  }
}

.maxwidth1600px .fl-col-content {
  max-width: 1600px;
}

.maxwidth1200px .fl-col-content {
  max-width: 1200px;
}

.maxwidth1000px .fl-col-content {
  max-width: 1000px;
}

.maxwidth900px .fl-col-content {
  max-width: 900px;
}

.maxwidth800px .fl-col-content {
  max-width: 800px;
}

.maxwidth600px .fl-col-content {
  max-width: 600px;
}

.maxwidth400px .fl-col-content {
  max-width: 400px;
}

.droite .fl-col-content {
  margin-left: auto;
}

.centrer .fl-col-content {
  margin-left: auto;
  margin-right: auto;
}

.ultra-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.normal {
  font-style: normal;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

/* === GRILLE OVERLAY 12 COLONNES === */
.grid-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1216px;
  height: 100vh;
  pointer-events: none;
  z-index: 999999;
  display: none;

  background-image: repeating-linear-gradient(
    to right,
    rgba(255, 0, 0, 0.08) 0px,
    rgba(255, 0, 0, 0.08) 72px,   /* colonne : 72px */
    transparent 72px,
    transparent 104px            /* 72 + 32 (gouttière) = 104px */
  );

  /* Bordure de la zone utile */
  box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.4);
}

.grid-overlay:after {
    content: '';
    height: 100vh;
    width: 1px;
    position: absolute;
    left: 32px;
    background: rgba(127, 17, 224, .0);
}

/* Quand active */
.grid-overlay.active {
  display: block;
}

.grid-overlay.active:after {
	background: rgba(127, 17, 224, 1);
}

.column-screenshot img {
	width: auto !important;
}

/*========================
 * 
 * 				TARTEAUCITRON
 * 
 * ======================*/

button#tarteaucitronManager img {
  content: url(https://agence71.fr/rgpd.png);
  width: 25px !important;
  height: 25px !important;
  transition: 200ms linear !important;
}

div#tarteaucitronIcon button#tarteaucitronManager {
  background: #212121;
  margin-left: 8px;
  font-size: 1.3px !important;
  padding: 10px !important;
  border-radius: 10em 10em 20em 20em;
  transition: 150ms linear !important;
  margin: 0 0 12px 20px !important;
}

button#tarteaucitronManager:hover img {
  transform: scale(1.1) !important;
}

.tarteaucitron-magic-block-recaptcha {
  position: fixed !important;
  z-index: 99999;
  bottom: 0;
}

.grecaptcha-badge {
  display: none;
}

body div#tarteaucitronRoot div#tarteaucitronAlertBig {
  max-width: 450px !important;
}

#tarteaucitronDisclaimerAlert {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#tarteaucitronDisclaimerAlert:before {
  content: 'Cookies ?' !important;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

#tarteaucitronAlertBig:before {
  content: '' !important;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url('https://www.groupe-gmr.fr/fr/wp-content/uploads/2025/11/logo-gmr-groupe-blanc.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.tarteaucitronH1 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.tarteaucitronH1::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url('https://www.groupe-gmr.fr/fr/wp-content/uploads/2025/11/logo-gmr-groupe-blanc.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.tarteaucitronH1 {
  font-size: 30px !important;
  font-weight: bold !important;
}

html body div#tarteaucitronRoot button#tarteaucitronPersonalize2 {
  font-size: 18px !important;
  font-weight: bold;
  animation: fade 1s infinite;
}

@keyframes fade {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}
