body {
  font-family: var(--gp-font--text), system-ui, sans-serif;
}

h1, h2, h3 {
  font-family: var(--gp-font--headline), system-ui, sans-serif;
}
.page-hero {
min-height: 70vh !important;
}
.centre {text-align:center;}
.justifie {text-align: justify;}
.footer_copyright {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slideout-navigation.main-navigation {
	background-color: ghostwhite !important;
}

@media (min-width:1330px){
.main-navigation .main-nav {
    margin-left: 2rem !important;
    margin-right: 0 !important;
}
}
@media (min-width:1235px) {
	.main-navigation .main-nav {
	        font-size: 17px;
	}
	.main-navigation .inside-navigation {
		align-items: initial;
	}
}
@media (min-width: 1201px) and (max-width: 1234px) {
	.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
		font-size: 16px;
	}
}
@media (min-width:1173px) and (max-width:1200px) {
	.main-navigation .main-nav {
	        font-size: 15px;
	}
}

.main-navigation .sub-menu li a {
	display: flex;
    align-items: center;
    gap: 10px;
}
.main-navigation .sub-menu li a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("https://promasterweb-hero.b-cdn.net/images/svg/webc1.webp") no-repeat center / contain;
    flex-shrink: 0;
    opacity: 0.9;
    transition: .25s ease;
}
/* Hover = icône un peu plus visible */
.main-navigation .sub-menu li a:hover::before {
    opacity: 1;
    transform: scale(1.1);
}
/* Style du sous-menu */
.main-navigation .sub-menu {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 14px 0;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    transition: opacity .25s ease, transform .25s ease;
    opacity: 0;
    transform: translateY(10px);
}
/* Animation d’apparition */
.main-navigation .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    transform: translateY(0);
}
/* Liens du sous-menu */
.main-navigation .sub-menu a {
    padding: 10px 22px;
    font-size: 18px !important;
    font-weight: 600;
	  text-decoration: underline;
    color: #222d39 !important;
    transition: all .25s ease;
    display: block;
}
/* Hover sexy */
.main-navigation .sub-menu a:hover {
    background: rgba(0, 102, 255, 0.08);
    color: #084a7b !important;
    padding-left: 16px;
}
/* Espacement items */
.main-navigation .sub-menu li:not(:last-child) a {
    border-bottom: #1f827d solid 1px
}
/* Icones menu */
.main-navigation .menu-item > a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.menu-item-270513 > a::before {
  content: "";
  width: 27px;
  height: 27px;
  background: url("https://promasterweb-hero.b-cdn.net/images/svg/cons.svg") no-repeat center / contain;
}
.menu-item-270514 > a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://promasterweb-hero.b-cdn.net/images/svg/maint.svg") no-repeat center / contain;
}
.menu-item-270515 > a::before {
  content: "";
  width: 27px;
  height: 27px;
  background: url("https://promasterweb-hero.b-cdn.net/images/svg/g-seo.svg") no-repeat center / contain;
}
/* HERO */
.page-hero h1 {margin-top: 30px;}
.hero-content .sous-titre {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  padding-bottom: 1.2rem;
  max-width: 100%;
}
.titre-page {
	width: 50%;
    max-width: 790px;
}
.sous-titre {
	width: 45%;
    max-width: 750px;
	font-size: 19px;
font-weight: 400;
line-height: 26px;
padding-bottom: 30px;
}
.rank-math-breadcrumb {
padding: 1px 26px 0px 20px;
border-radius: 14px 14px 14px 14px;
background: rgba(255, 255, 255, 0.88);
opacity: 0.9;
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
box-shadow: 0 10px 28px rgba(0,0,0,0.15);
max-width: max-content;

  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  color: rgba(0,0,0,0.6);
}
.rank-math-breadcrumb a {
  color: #1fbaa5;
	font-weight: 900;
  text-decoration: none;
  transition: opacity .2s ease;
}
.rank-math-breadcrumb a:hover {
  opacity: .7;
}

.rank-math-breadcrumb {
  color: rgba(0,0,0,0.85);
  font-weight: 600;
}
.page-hero{
  position: relative;
  clip-path: ellipse(120% 99% at 50% 0%);
}
.hero-content{
  position: relative;
  z-index: 3;
  color: #fff;
}
.inside-page-hero {
	padding-left: 40px;
	padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* ============================= */
/* HERO VIDEO           */
/* ============================= */
.hero-video-bg{
  clip-path: ellipse(100% 95% at 50% 0%);
}
.hero-video-bg{
  filter: brightness(0.6) contrast(1.01);
}
/* debut lcp */
.hero-lcp,
.hero-video-bg {
  position: absolute;
		margin-top: 60px;
  inset: 0;
  width: 100%;
  height: 100%;
	filter: brightness(0.4) contrast(1.01);
}
/* Image LCP premier rendu */
.hero-lcp {
  object-fit: cover;
  z-index: 1;
}
/* Vidéo en arrière-plan */
.hero-video-bg {
  object-fit: cover;
  z-index: 0;
}
/* MOVIL */
@media (max-width: 1200px) {
	.hero-video-bg{
	margin-top: 60px;
	}
}
/* Début min 1100px */
@media (min-width:1100px) {
	.page-hero {
	padding-left: 40px;
	}
}
/* Début max 1100px */
@media (min-width: 768px) and (max-width: 1100px) {
 .hero-content, .inside-page-hero {
padding-top: 20px;
}
}
@media (max-width: 1100px) {
 .hero-content, .inside-page-hero {
  width: 95% !important;
  margin: auto;
  text-align: center;
    } 
 .titre-page {
  width: 100%;
  max-width: none;
 margin: auto;
    } 
 .sous-titre {
  width: 100% !important;
  max-width: 100%;
  margin:auto;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 2.4rem !important;
  padding-top: 2rem !important;
    } 
 .inside-page-hero {
	padding-left: 10px;
	padding-right: 10px;
	}
 .btn {
		padding: 14px 22px;
	}
}
/* Fin max 1100px */
/* Début max 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
 .page-hero {
        background-size: 80%;
        background-position: center bottom;
			padding-top: 25px !important;
    }
}
/* Début max 767px */
@media (max-width: 767px) {
 .page-hero {
        background-size: 100%;
        background-position: center bottom;
        padding-bottom: 150px;
    }
}

/*BOUTONS*/
.btn-cta1 {
	background-blend-mode: overlay;
    background-color: rgba(33, 92, 194, 0.39);
    background-image: linear-gradient(to left, var(--accent) 0%, var(--accent) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    border: 3px solid rgba(255, 255, 255, 0.51);
    border-radius: 50px;
    padding: 1rem 2rem;
}
.btn-cta1:hover {
	background-color: #1a4a9b;
    color: #ffffff;
}
.cta2 {
    background: linear-gradient(150deg, #f7f7f7 0%, #bae3ff 100%);
    position: relative;
    overflow: hidden;
}
.cta-buttons .btn-solid {
  background-color: #1fbaa5;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  box-sizing: border-box;
}
.btnprojet {
	margin-top:40px;
	text-align:center;
}
.btn-solid {
  background: #1fbaa5;
  color: #fff;
  border: none;
  padding: 16px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s ease;
}
.btn-solid:hover{
  background: #fff;
  transform: translateY(-1px);
  color: var(--contrast);
}
/* SVG */
.fl1{
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.fl1::before{
  content: "";
  position: absolute;
  background-image: url("https://promasterweb-hero.b-cdn.net/images/svg/gloire.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3000px;
  height: 1300px;
    left: 34%;
    top: -68%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1; 
}
.fl1 > *{
  position: relative;
  z-index: 2;
}
.cta {
    background: linear-gradient(150deg, #50c779 0%, #4495cf 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.cta::before {
    pointer-events: none;
    content: "";
    background-image: url("https://promasterweb-hero.b-cdn.net/images/svg/fl-blanco.svg");
    position: absolute;
    width: 100%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    left: 10%;
    top: 0;
    z-index: 0;
}
@media (max-width:924px) {
	.cta::before {
		left: 0%;
	}
}
.cta::after {
    pointer-events: none;
    content: "";
    background-image: url("https://promasterweb-hero.b-cdn.net/images/svg/ss.svg");
    position: absolute;
    width: 90%;
    height: 95%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/* CTA FOND BLEU */
#maintenancecta2 {
    position: relative;
    overflow: visible;
	color: var(--base-3);
}
#maintenancecta2.h2 {
	width: 90%;
}

#maintenancecta2::before {
    content: "";
    display: block;
    position: absolute;
    top: -90px;
    left: 85%;
    width: 260px;
    height: 200px;
    background-image: url("https://promasterweb-hero.b-cdn.net/images/svg/vertfl.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.gb-shape {
    line-height: 0;
    color: rgba(12, 135, 202, 0.92);
    background-color: white;
    margin-bottom: -5px;
}
@media (max-width: 924px) {
	#maintenancecta2::before {
		height: 160px;
        top: -90px;
	    left: 66% !important;
	}
}
#maintenance.head-faq::before {
	top: -9%;
}
#maintenance.cta::before {
    background-image:url("https://promasterweb-hero.b-cdn.net/images/svg/fl-beyaz.svg");
}