@charset "UTF-8";
/**
 * Theme Name: Thème Grupo Energetico Español
 * Description: Template créée exclusivement pour France Eco Solution. Reproduction Interdite.
 * Author: Tahir M'hamed
 * Author URI: https://agencemat360.com/
 * Version: 1.0
 * Text Domain: renomultistep
 **/
:root {
  --yellow: #FFCB14;
  --red: #C1272D;
  --red-rgb: 193, 39, 45;
  --blue: #003694;
  --blue-rgb: 0, 54, 148;
  --black: #000000;
  --black-rgb: 0,0,0;
  --white: #ffffff;
  --graylight: #f2f2f2 ;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.btn {
  border-radius: 2em !important;
  text-transform: uppercase;
  padding: 0.75em 2em !important;
}

.btn-yellow {
  background-color: var(--yellow) !important;
  color: var(--black) !important;
}

.btn-blue {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}

.btn-red {
  background-color: var(--red) !important;
  color: var(--white) !important;
}

.hero {
  position: relative;
  height: 100vh;
  background-image: url("https://grupoenergeticoespanol.es/wp-content/uploads/themes/header.webp");
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
.hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--red-rgb), 0.5);
}
.hero .container {
  position: relative;
  color: var(--white);
  padding: 0;
}
@media (min-width: 768px) {
  .hero .container {
    margin: 0 3em;
  }
}
.hero .container .row {
  min-height: 100vh;
  padding: 0 !important;
}
.hero .container .col-lg-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.75em;
}
.hero .container span:not(.h2) {
  font-size: clamp(1.5em, 5vw, 2.5em);
}
.hero .container span.h2 {
  font-size: clamp(1em, 5vw, 1.55em);
  text-transform: uppercase;
}
.hero .container h1 {
  position: relative;
  font-size: clamp(2em, 10vw, 5em) !important;
  color: var(--white);
  font-weight: bold;
}
.hero .container p {
  position: relative;
  color: var(--white);
}
.hero .forme::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url("https://grupoenergeticoespanol.es/wp-content/uploads/themes/forme_header_left.png");
  background-size: 1200px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero .forme::after {
    background-position: -350px;
  }
}
@media (max-width: 767px) {
  .hero .forme::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero .overlay-blue::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    display: block;
    background: rgba(var(--blue-rgb), 0.5);
  }
}

.navbar {
  position: absolute;
  background-color: none !important;
  border: 0;
  box-shadow: none;
  z-index: 9999;
  padding: 0.5em 1.5em;
  width: 100%;
}
.navbar .logo,
.navbar .navbar-brand img {
  width: clamp(125px, 5vw, 200px);
}

.logo {
  width: clamp(125px, 5vw, 200px);
}

.space-1 .row,
.space-2 .row,
.space-3 .row,
.space-4 .row {
  margin: 0;
}

.space-1,
.space-3 {
  margin: 0;
}
.space-1 .surtitle,
.space-3 .surtitle {
  text-transform: uppercase;
  margin-bottom: 0.25em;
  font-size: 1.1em;
  font-weight: 300;
  color: var(--blue);
}
@media (max-width: 567px) {
  .space-1 .surtitle,
  .space-3 .surtitle {
    font-size: 0.85em !important;
  }
}
.space-1 h2,
.space-3 h2 {
  font-size: clamp(2em, 5vw, 2.95em) !important;
  font-weight: 600 !important;
  line-height: 0.95em;
  margin-bottom: 0.5em;
}
.space-1 p,
.space-3 p {
  font-size: clamp(1em, 5vw, 1.15em);
  font-weight: 300;
  margin-bottom: 1.25em;
}
.space-1 .row .col-lg-6:nth-child(1),
.space-3 .row .col-lg-6:nth-child(1) {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 8em !important;
}
@media (max-width: 567px) {
  .space-1 .row .col-lg-6:nth-child(1),
  .space-3 .row .col-lg-6:nth-child(1) {
    padding: 4.5em !important;
  }
}

.space-1 .col-lg-6:nth-last-child(1) {
  background-image: url("https://grupoenergeticoespanol.es/wp-content/uploads/themes/space-1.webp");
  background-size: cover;
  background-position: center;
  min-height: 250px;
}

@media (max-width: 767px) {
  .space-2 {
    order: 0;
  }
}
.space-2 .col-lg-6:nth-child(1) {
  background-image: url("https://grupoenergeticoespanol.es/wp-content/uploads/themes/space-2.webp");
  background-size: cover;
  background-position: center;
  min-height: 250px;
}
@media (max-width: 767px) {
  .space-2 .col-lg-6:nth-child(1) {
    order: 1;
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 767px) {
  .space-3 {
    order: 0;
    flex-direction: column-reverse !important;
  }
}
.space-3 .col-lg-6:nth-last-child(1) {
  background-image: url("https://grupoenergeticoespanol.es/wp-content/uploads/themes/space-3.webp");
  background-size: cover;
  background-position: center;
  min-height: 250px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .space-3 .col-lg-6:nth-last-child(1) {
    order: 1;
  }
}

.space-2,
.space-4 {
  margin: 0;
}
.space-2 .surtitle,
.space-4 .surtitle {
  text-transform: uppercase;
  margin-bottom: 0.25em;
  font-size: 1.1em;
  font-weight: 300;
  color: var(--blue);
}
@media (max-width: 567px) {
  .space-2 .surtitle,
  .space-4 .surtitle {
    font-size: 0.85em !important;
  }
}
.space-2 h2,
.space-4 h2 {
  font-size: clamp(2em, 5vw, 2.95em) !important;
  font-weight: 600 !important;
  line-height: 0.95em;
  margin-bottom: 0.5em;
}
.space-2 p,
.space-4 p {
  font-size: clamp(1em, 5vw, 1.15em);
  font-weight: 300;
  margin-bottom: 1.25em;
}
.space-2 .row .col-lg-6,
.space-4 .row .col-lg-6 {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 7.5em !important;
}
@media (max-width: 567px) {
  .space-2 .row .col-lg-6,
  .space-4 .row .col-lg-6 {
    padding: 4.5em !important;
  }
}

.space-4 .col-lg-6:nth-child(1) {
  background-image: url("https://grupoenergeticoespanol.es/wp-content/uploads/themes/space-4.webp");
  background-size: cover;
  background-position: center;
  min-height: 250px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .space-4 .col-lg-6:nth-child(1) {
    order: 1;
  }
}
.space-4 .col-lg-6:nth-last-child(1) {
  background-color: var(--blue);
  color: var(--white);
  padding: 5.5em clamp(3.75em, 5vw, 7.5em) !important;
}
.space-4 h2 {
  margin-bottom: 1em;
}
.space-4 h3 span {
  font-size: 2em;
  color: var(--yellow);
}
.space-4 .col-lg-6 > div > div {
  margin-bottom: 2em;
}

.why {
  background-color: var(--red) !important;
  color: var(--white) !important;
  padding: 5em 1em;
}
.why .citation {
  font-size: clamp(1.3em, 5vw, 1.8em);
  text-align: center;
  font-weight: 500;
  quotes: "”" "„";
  line-height: 1.2em;
}
.why .citation::before {
  content: open-quote;
  margin-right: 0.25em;
  font-size: 2.5em;
}
.why span {
  display: block;
}
.why .row {
  margin-top: 4em;
}
.why .row .card {
  background: none;
  border: 0;
}
.why .row .card h3 {
  color: var(--white);
}
.why .row .card p {
  color: var(--white);
  font-size: 300 !important;
  font-size: 1.1em;
}

.space-5,
.how {
  padding: 5em 1em;
}
.space-5 h2,
.how h2 {
  color: var(--red);
  text-align: center;
  font-size: clamp(2em, 5vw, 3.25em);
  font-weight: 600 !important;
  line-height: 0.95em;
  margin-bottom: 0.5em;
}
.space-5 p,
.how p {
  font-size: 1.2em;
}
.space-5 p:nth-last-child(2),
.how p:nth-last-child(2) {
  margin-bottom: 1em;
}

.how {
  text-align: center;
  background-color: var(--graylight);
}
.how h2 {
  margin-bottom: 1em;
}
.how h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.how img {
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 1em;
}
.how p {
  font-size: 0.975em;
  margin-bottom: 0.5em;
}
.how .col-lg-4 {
  margin-bottom: 2em;
}
@media (max-width: 567px) {
  .how .stepInstallation {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(var(--black-rgb), 0.95) !important;
  }
}

.form {
  padding: 0;
  display: flex;
  height: 100vh;
}
@media (min-width: 768px) {
  .form aside {
    width: 20%;
    height: 100vh;
    background-color: var(--blue) !important;
    padding-top: 2em;
  }
  .form .content {
    padding: 1em 1em;
    width: 100% !important;
    height: calc(100vh - 225px);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .form aside {
    display: none;
  }
  .form .content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
}

footer {
  position: relative;
  background-color: var(--blue);
  min-height: 5em;
}
footer .nav-item .nav-link {
  color: var(--white) !important;
  text-decoration: none !important;
}
footer .row {
  margin: 0;
}

.obligatoire {
  padding-top: 10em;
  margin-bottom: 2em;
}
.obligatoire h2 {
  color: var(--red);
  text-align: center;
  font-size: clamp(2em, 5vw, 3.25em);
  font-weight: 600 !important;
  line-height: 0.95em;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=style.css.map */