@charset "UTF-8";
/* COLOR */
.hidden {
  visibility: hidden;
}

.no-break {
  white-space: nowrap;
}

h1 {
  font-size: 40px;
  font-family: "latoblack", "Arial", "sans-serif";
  color: #17255F;
}

h3 {
  font-size: 20px;
  font-family: "latoblack", "Arial", "sans-serif";
  color: #0AF;
}

.accroche {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.accroche > img {
  width: 400px;
}
@media (max-width: 600px) {
  .accroche > img {
    width: 187px;
  }
}
.accroche > div {
  padding-left: 80px;
  color: #17255F;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.main__div {
  display: flex;
  padding: 80px 100px;
  gap: 80px;
}
@media (max-width: 1250px) {
  .main__div {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .main__div {
    padding: 20px;
  }
}
.main__div__column {
  display: flex;
  flex-direction: column;
  padding: 80px 100px;
}
@media (max-width: 600px) {
  .main__div__column {
    padding: 20px;
  }
}
.main__div > div:first-child {
  flex: 1;
}

.bloc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bloc__btn__groupe {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bloc__btn__groupe > a {
  display: flex;
  height: 158px;
  width: 290px;
  padding: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.bloc__btn__groupe > a > p {
  align-self: stretch;
  color: #ffffff;
  font-size: 20px;
  font-family: "latobold", "Arial", "sans-serif";
}

.bloc__btn__groupe__horizontal {
  display: flex;
  gap: 20px;
}
.bloc__btn__groupe__horizontal > a {
  display: flex;
  height: 158px;
  width: 290px;
  padding: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.bloc__btn__groupe__horizontal > a > p {
  align-self: stretch;
  color: #ffffff;
  font-size: 20px;
  font-family: "latobold", "Arial", "sans-serif";
}
@media (max-width: 1250px) {
  .bloc__btn__groupe__horizontal {
    flex-direction: column;
  }
}

.bloc__horizontal {
  display: flex;
  gap: 30px;
}
@media (max-width: 1250px) {
  .bloc__horizontal {
    flex-direction: column;
    gap: 20px;
  }
}

.bloc-bg-grey {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  background: #F1F1F1;
}

.bloc-bg-light-blue {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  background: #E6F7FF;
}

.bloc-border-light-blue {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to right, #0AF, #80CA9F) 1;
}

.bloc-border-grey {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  border: 4px solid #9F9D9D;
}

.bloc-border-light-grey {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  border: 4px solid #F1F1F1;
}

.index {
  display: flex;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  background-size: cover;
  background-position: center;
  background-image: url(https://assets.link.engie.com/xnet/2026/images/bg_index2026.jpg);
  min-height: 100vh;
}
.index > .index__main {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  flex: 1 0 0;
  align-self: stretch;
}

.custom-select-country {
  position: relative;
  width: 300px;
  font-size: 16px;
  padding-left: 80px;
}
.custom-select-country > button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  text-align: left;
  align-items: center;
  color: #17255F;
}
.custom-select-country > ul {
  position: absolute;
  top: 100%;
  background: #ffffff;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1;
  list-style: none;
  padding: 20px;
  flex-direction: column;
  background-color: #17255F;
}
.custom-select-country > ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #ffffff;
}

.header__nav {
  display: flex;
  padding: 20px 100px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--GREY-medium, #C0C0C0);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.header__nav > .header__logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  border-bottom: 1px solid #B9B6B7;
  padding-bottom: 12px;
}
.header__nav > .header__logo > a {
  color: #908C8D;
  font-family: "latobold", "Arial", "sans-serif";
  font-size: 12px;
}
.header__nav > .header__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.header__nav > .header__links > li > a {
  color: #17255F;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
.header__nav > .header__links > .carre-bleu {
  width: 4px;
  height: 4px;
  aspect-ratio: 1/1;
  background: #0AF;
}

.header__nav__tablet {
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
.header__nav__tablet #menu__toggle {
  display: none;
}
.header__nav__tablet #menu__toggle:checked ~ .menu {
  display: flex;
  left: 0;
}
.header__nav__tablet #menu__toggle {
  opacity: 0;
}
.header__nav__tablet #menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
.header__nav__tablet #menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
.header__nav__tablet #menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
.header__nav__tablet #menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.header__nav__tablet .menu__btn > span,
.header__nav__tablet .menu__btn > span::before,
.header__nav__tablet .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #3D3D3D;
  transition-duration: 0.25s;
}
.header__nav__tablet .menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000000;
  z-index: 2002;
}
.header__nav__tablet .menu__btn > span::before {
  content: "";
  top: -8px;
}
.header__nav__tablet .menu__btn > span::after {
  content: "";
  top: 8px;
}
.header__nav__tablet .menu {
  flex-direction: column;
  justify-content: unset;
  gap: 2rem;
  top: 0;
  right: -1200px;
  height: 100vh;
  background-color: #ffffff;
  padding: 5rem;
  width: clamp(200px, 68vw, 490px);
  position: fixed;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  overflow: auto;
  z-index: 2001;
  align-items: center;
}
.header__nav__tablet ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.header__nav__tablet ul > li {
  list-style: none;
}
.header__nav__tablet ul > li > a {
  color: #17255F;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

#header__links__simuler {
  padding: 6px 12px;
  background: var(--blue-medium, #387DBF);
}
#header__links__simuler > a {
  color: #ffffff;
}

#header__links__souscription {
  padding: 6px 12px;
  background: #0AF;
}
#header__links__souscription > a {
  color: #ffffff;
}

.banner {
  display: flex;
  height: 300px;
}
@media (max-width: 600px) {
  .banner {
    height: 137px;
  }
}
.banner {
  gap: 10px;
  padding: 40px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  background-size: cover;
  background-position: right;
  background-image: url(https://assets.link.engie.com/xnet/2026/images/banniere2026.jpg);
}
.banner > .box_blue {
  padding: 20px;
  color: #FFF;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  background: #17255F;
  align-self: flex-end;
}

.under_banner {
  padding: 10px 20px;
  background: var(--17255-f, #17255F);
  color: #ffffff;
  font-family: "latobold", "Arial", "sans-serif";
  font-size: 18px;
}

footer {
  display: flex;
  padding: 40px 100px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #363A3D;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  footer {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
}
footer .footer_liens {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  flex: 1 0 0;
}
@media (max-width: 600px) {
  footer .footer_liens {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
footer .footer_liens > li {
  list-style: none;
}
footer .footer_liens > li,
footer .footer_liens > li > a {
  color: #ffffff;
  font-size: 12px;
  font-family: "latobold", "Arial", "sans-serif";
}

.modalites {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
  color: #17255F;
}
.modalites img {
  width: 420px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .modalites img {
    width: 100%;
  }
}
.modalites ul, .modalites ol {
  margin-left: 20px;
}
.modalites p {
  margin-top: 0;
  color: #17255F;
}
.modalites .cards-row {
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
@media (max-width: 900px) {
  .modalites .cards-row {
    display: flex;
    flex-direction: column;
  }
}
.modalites .cards-col {
  display: inline-flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 900px) {
  .modalites .cards-col {
    flex: none;
  }
}
.modalites .card {
  flex: 1 1 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
}
.modalites .card--center {
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .modalites .card {
    flex: none;
  }
}
.modalites .text-center {
  width: 100%;
  text-align: center;
  color: #17255F;
}
.modalites .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: #17255F;
}
.modalites .body {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #17255F;
}
.modalites .subtitle-bold {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  color: #17255F;
}
.modalites .footnote {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  color: #17255F;
}
.modalites .footnote sup {
  font-size: 0.75em;
  vertical-align: super;
}
.modalites .p-border {
  border-left: 1px solid #17255F;
  padding-left: 10px;
}
.modalites .p-svg {
  display: flex;
  gap: 10px;
  align-items: center;
}
.modalites .p-svg svg {
  flex: 0 0 auto;
  height: auto;
}
.modalites .bloc_image {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
@media (max-width: 600px) {
  .modalites .bloc_image {
    flex-direction: column;
  }
}
.modalites .bloc_image > div:first-child {
  display: flex;
  width: 60%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: #E6F7FF;
}
@media (max-width: 600px) {
  .modalites .bloc_image > div:first-child {
    width: 100%;
  }
}
.modalites .bloc_image > div:last-child {
  flex: 1 0 0;
  align-self: stretch;
  background: url(https://assets.link.engie.com/xnet/2026/images/modalites_img2.png) lightgray 50%/cover no-repeat;
  background-position: initial;
}

.link_classique {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
  color: #17255F;
}
.link_classique img {
  width: 420px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .link_classique img {
    width: 100%;
  }
}
.link_classique ul {
  margin-left: 20px;
}
.link_classique p {
  margin-top: 0;
  color: #17255F;
}
.link_classique .offer {
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
  color: #17255F;
}
.link_classique .offer__light_blue {
  color: #0AF;
}
.link_classique .offer__card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.link_classique .offer__card--fixed {
  width: 188.75px;
  flex: unset;
}
.link_classique .offer__title {
  font-size: 20px;
  font-weight: 900;
  align-self: stretch;
}
.link_classique .offer__subtitle {
  font-size: 14px;
  font-weight: 900;
  align-self: stretch;
}
.link_classique .offer__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
}
.link_classique .offer {
  /* ✅ RESPONSIVE */
}
@media (max-width: 900px) {
  .link_classique .offer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .link_classique .offer__card {
    width: 100%;
    flex: unset;
  }
  .link_classique .offer__card--fixed {
    width: 100%;
  }
  .link_classique .offer__plus {
    height: 28px;
    line-height: 1;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .link_classique .offer__title {
    font-size: 18px;
  }
  .link_classique .offer__subtitle {
    font-size: 13px;
  }
  .link_classique .offer__plus {
    font-size: 24px;
  }
}

.retour_link {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.retour_link p {
  margin-top: 0;
  color: #17255F;
}
.retour_link .offer {
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  color: #17255F;
}
.retour_link .offer__light_blue {
  color: #0AF;
}
.retour_link .offer__card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.retour_link .offer__card--fixed {
  width: 188.75px;
  flex: unset;
}
.retour_link .offer__title {
  font-size: 20px;
  font-weight: 900;
  align-self: stretch;
}
.retour_link .offer__subtitle {
  font-size: 14px;
  font-weight: 900;
  align-self: stretch;
}
.retour_link .offer__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
}
.retour_link .offer {
  /* ✅ RESPONSIVE */
}
@media (max-width: 900px) {
  .retour_link .offer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .retour_link .offer__card {
    width: 100%;
    flex: unset;
  }
  .retour_link .offer__card--fixed {
    width: 100%;
  }
  .retour_link .offer__plus {
    height: 28px;
    line-height: 1;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .retour_link .offer__title {
    font-size: 18px;
  }
  .retour_link .offer__subtitle {
    font-size: 13px;
  }
  .retour_link .offer__plus {
    font-size: 24px;
  }
}

.home {
  gap: 30px;
}
.home p {
  margin-top: 0;
  color: #17255F;
  font-family: "latoblack", "Arial", "sans-serif";
  font-size: 16px;
}
.home .p-border {
  border-left: 1px solid #17255F;
  padding-left: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.home .date {
  color: #0AF;
}
.home .home_img {
  background-image: url("https://assets.link.engie.com/xnet/2026/images/home_img1.png");
  background-position: center;
  background-size: cover;
  flex: 1 0 0;
}
.home .home_img_dga {
  background-image: url("https://assets.link.engie.com/xnet/2026/images/ENGIE_DGA.jpg");
  background-position: center;
  background-size: cover;
  width: 25%;
}
@media (max-width: 1250px) {
  .home .home_img_dga {
    width: unset;
    height: 400px;
  }
}

.docs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.docs p {
  margin-top: 0;
  color: #17255F;
}
.docs li {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background: #F1F1F1;
  flex: 1 0 0;
}
.docs li .docs_items {
  display: flex;
  gap: 10px;
}
.docs li .docs_items a {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}
.docs li .docs_items #btn-preview {
  background: #0AF;
}
.docs li .docs_items #btn-download {
  background: #17255F;
}

.contact .custom-select {
  position: relative;
  cursor: pointer;
}
.contact .custom-select__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid #ccc;
  background: #ffffff;
  color: #17255F;
  border-radius: 10px 10px 0 0;
  font-weight: 900;
}
.contact .custom-select__options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
  background: #0AF;
  color: #ffffff;
}
.contact .custom-select__options.show {
  display: block;
}
.contact .custom-option {
  padding: 10px;
}
.contact .custom-option:hover {
  background: #f2f2f2;
  color: #17255F;
}
.contact .custom-option.selected {
  background: #e6f0ff;
}

@media (max-width: 1250px) {
  .accroche > div, .header__nav, .banner > .box_blue {
    display: none;
  }
}

.header__nav__tablet, .under_banner {
  display: none;
}
@media (max-width: 1250px) {
  .header__nav__tablet, .under_banner {
    display: flex;
  }
}

/*# sourceMappingURL=style_sass.css.map */
