@charset "UTF-8";
editor-squiggler {
  display: none;
}

body {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  padding: 0;
  background-color: #000421;
}

html {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}

input,
textarea,
select {
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

@media screen and (max-width: 768px) {
  .maquette {
    position: absolute;
    left: 0px;
    right: 0;
    z-index: 100;
    opacity: 0.3;
    top: -110px;
    margin: auto;
    width: 1068px;
    pointer-events: none;
  }
  .gc-header {
    width: 100%;
    height: 60px;
    background-color: #0D102C;
    position: fixed;
    z-index: 30;
    top: 0;
    text-align: center;
    line-height: 64px;
  }
  .gc-header .logo {
    width: 80px;
    top: -4px;
    position: relative;
    margin-right: 3px;
    margin-left: 14px;
  }
  .gc-header input {
    padding: 0 11px;
    border: 0;
    border-radius: 4px;
    height: 32px;
    width: 208px;
    font-size: 16px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    border: 1px solid #000421;
  }
  .gc-header input::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    text-transform: none;
    line-height: 32px;
    position: relative;
    top: -2px;
  }
  .gc-header input::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    text-transform: none;
    line-height: 32px;
    position: relative;
    top: -2px;
  }
  .gc-header input:-webkit-autofill,
  .gc-header input:-webkit-autofill:focus,
  .gc-header input:-webkit-autofill:hover,
  .gc-header input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 16px;
    border: 0;
  }
  .gc-header input:focus {
    outline: none;
    border: 1px solid #FFFFFF;
  }
  .gc-header button.btn-ok {
    background-color: #0D102C;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 16px;
    width: 36px;
    height: 32px;
    line-height: 16px;
  }
  .gc-header button:hover.btn-ok {
    color: #79C942;
  }
  .gc-header button.btn-ok.loading {
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .menumobile {
    width: 42px;
    height: 42px;
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 50;
  }
  /* Fix centrage pour Safari mobile / iOS (ex: iOS12) */
  /* style.css */
  /* Quand la modal est ouverte via aria-hidden="false", on passe en flex */
  /* Style pour la modal de nouvelle version (peut être intégré dans .terms-modal) */
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .menu {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .menumobile {
    display: none;
  }
}
@media screen and (max-width: 768px) and (pointer: coarse) {
  .menumobile {
    display: block;
  }
  .menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .menumobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 42px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .menumobile ul.show {
    display: block;
    opacity: 1;
  }
  .menumobile li {
    width: 42px;
    height: 42px;
    background-color: #79C942;
    border-radius: 50%;
    margin-bottom: -42px;
    position: relative;
    transition: margin-bottom 0.3s cubic-bezier(0, 0, 0.165, 1.3);
    cursor: pointer;
  }
  .menumobile ul.show li {
    margin-bottom: 10px;
  }
  .menumobile .menu0 {
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu1 {
    width: 42px;
    height: 42px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu2 {
    width: 42px;
    height: 42px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menu {
    width: 42px;
    height: 42px;
    top: 10px;
    right: 10px;
    position: fixed;
    z-index: 50;
  }
  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .menu li {
    width: 42px;
    height: 42px;
    background-color: #79C942;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .menu ul li {
    margin-left: 10px;
  }
  .menu .menu0 {
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menu .menu1 {
    width: 42px;
    height: 42px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menu .menu2 {
    width: 42px;
    height: 42px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .message {
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #79C942;
    position: fixed;
    z-index: 20;
    top: 60px;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 24px;
    padding: 0 10px;
    transition: height 0.3s ease;
  }
  .message.expanding {
    height: 25px;
  }
  .message button {
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-size: 11px;
    width: auto;
    height: 16px;
    line-height: 11px;
    border: #000421 1px solid;
    margin: 0 4px;
  }
  .message button:hover {
    background-color: #000421;
    color: #79C942;
  }
  .message button.messageclose {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 300;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    margin: 0 0px;
    text-align: center;
    padding: 0 4.5px;
  }
  .bandes {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .message:not(:empty) + .bandes {
    margin-top: 84px;
  }
  .bandes {
    transition: margin-top 0.3s ease;
  }
}
@media screen and (max-width: 768px) and (pointer: fine) {
  .bandes {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bandesdecouverte {
    background: #659EC9;
  }
  .bandesdecouverte .title {
    padding-top: 15px;
  }
  .bande {
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 11px;
    text-align: left;
    line-height: 24px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bande {
    max-width: 578px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 992px) {
  .bande {
    max-width: 758px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 993px) and (max-width: 1300px) {
  .bande {
    max-width: 910.7272727273px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1301px) and (max-width: 1600px) {
  .bande {
    max-width: 1071.3333333333px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1601px) {
  .bande {
    max-width: 1123.7142857143px;
  }
}
@media screen and (max-width: 768px) {
  .bande::before {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #000421, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bande::after {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #000421, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte {
    padding-bottom: 15px;
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 11px;
    text-align: left;
    line-height: 24px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bandedecouverte {
    max-width: 578px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 992px) {
  .bandedecouverte {
    max-width: 758px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 993px) and (max-width: 1300px) {
  .bandedecouverte {
    max-width: 910.7272727273px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1301px) and (max-width: 1600px) {
  .bandedecouverte {
    max-width: 1071.3333333333px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1601px) {
  .bandedecouverte {
    max-width: 1123.7142857143px;
  }
}
@media screen and (max-width: 768px) {
  .bandedecouverte::before {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #659EC9, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte::after {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #659EC9, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .headercarousel {
    width: 100%;
    min-height: 48px;
    z-index: 10;
    top: 0;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 8px;
  }
  .headercarousel .titleEnviro {
    display: inline-block;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 19px;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
  }
  .headercarousel .categories {
    display: inline-block;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .headercarousel .categories {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .headercarousel .delete {
    display: inline-block;
    height: 30px;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 11px;
    padding: 0 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
    height: 26px;
    line-height: 24px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-image: url("../img/suppr.svg");
  }
  .headercarousel .delete:hover {
    opacity: 0.5;
  }
  .headercarousel .categorie {
    display: inline-block;
    border-radius: 13px;
    background-color: #000421;
    border: 1px solid #FFFFFF;
    height: 30px;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 300;
    font-size: 11px;
    padding: 0 8px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 14px;
    height: 26px;
    line-height: 24px;
    vertical-align: top;
    cursor: pointer;
  }
  .headercarousel .categorie.active {
    background-color: #3B3E54;
    border: 1px solid #FFFFFF;
    color: #79C942;
    cursor: default;
    opacity: 1;
  }
  .headercarousel .categorie.divers {
    display: none;
  }
  .headercarousel .categorie:not(.active):hover {
    background-color: #3B3E54;
    border: 1px solid #FFFFFF;
  }
  .headercarousel .categorie.favoris {
    padding-right: 28px;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
  }
  .headercarousel .categorie.favoris.active {
    background-image: url("../img/favorissel.svg");
  }
  .carousel {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 0px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.grabbing {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
  }
}
@media screen and (max-width: 768px) and (pointer: fine) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    opacity: 0;
    position: absolute;
    bottom: 35px;
    width: 20px;
    height: 100px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 50px;
  }
  .bande .prev[style*="opacity: 0;"],
  .bande .next[style*="opacity: 0;"],
  .bandedecouverte .prev[style*="opacity: 0;"],
  .bandedecouverte .next[style*="opacity: 0;"] {
    cursor: default;
  }
  .bande .prev,
  .bandedecouverte .prev {
    left: -22px;
    rotate: 180deg;
  }
  .bande .next,
  .bandedecouverte .next {
    right: -22px;
  }
}
@media screen and (max-width: 768px) and (pointer: coarse) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .vignette {
    flex: 0 0 200px;
    margin: 0px 8px 0px 8px;
    display: none;
    position: relative;
  }
  .vignette.show {
    display: inline-block;
  }
  .vignette .image {
    position: relative;
    background-color: rgba(59, 62, 84, 0.5);
    overflow: hidden;
    border-radius: 6px;
    width: 200px;
    height: 112.5px;
    cursor: pointer;
  }
  .vignette .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) and (pointer: coarse) {
  .vignette .image img {
    opacity: 0.4;
    filter: blur(2px);
  }
}
@media screen and (max-width: 768px) {
  .vignette.active .image img {
    opacity: 1;
    filter: none;
  }
  .vignette.active .favoris {
    top: 4px;
    right: 4px;
    border-radius: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette.active .favoris::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    filter: drop-shadow(0 1px 0.2px rgb(0, 0, 0));
  }
  .vignette .favoris.active::after {
    background-image: url("../img/favorissel.svg");
  }
  .vignette:not(.telechargement) .media-delete {
    top: 84px;
    right: 4px;
    border-radius: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette:not(.telechargement) .media-delete::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/telecharge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    filter: drop-shadow(0 1px 0.2px rgb(0, 0, 0));
  }
  .vignette.active .media-delete::after {
    background-image: url("../img/suppr.svg");
  }
  .vignette.telechargement .barretel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3B3E54;
  }
  .vignette.active .barretel {
    display: none;
  }
  .vignette .barretel .progress {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    border-radius: 2px;
    background-color: #79C942;
  }
  .vignette .logo {
    position: relative;
    width: 21px;
    height: 15px;
    margin-top: 2px;
    margin-bottom: 6px;
    margin-right: 5px;
    display: inline-block;
    opacity: 0.6;
  }
  .vignette .titleVignette {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 10px;
    margin-top: 2px;
    width: 169px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
  }
  .bandedecouverte .vignette .titleVignette {
    font-weight: 400;
  }
  .vignette.active .titleVignette {
    opacity: 1;
  }
  .bandedecouverte .titleVignette {
    color: #000421;
  }
  .close {
    position: absolute;
    top: 18px;
    right: 23px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .close svg {
    fill: #FFFFFF;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .close:hover svg {
    fill: #79C942;
    width: 18px;
    height: 18px;
  }
  .gc-container .title,
  .container .title {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20.3px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
  }
  .footer-container .container .title {
    text-align: left;
  }
  .container .titlebleu {
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px !important;
    text-align: center;
  }
  .gc-container .title2,
  .container .title2 {
    font-size: 24px;
  }
  .gc-container .title-big,
  .container .title-big {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
  }
  .gc-container .title span,
  .container .title span,
  .gc-container .title-big span,
  .container .title-big span,
  .gc-container .title2 span,
  .container .title2 span {
    color: #79C942;
  }
  .blocdegrade {
    border-radius: 8px;
    background: linear-gradient(85deg, #60cbdb 0%, #c7fcd4 45%, #bce565 82%, #7ae38e 100%);
    height: 453px;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .blocdegrade {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .treeblocs > .px-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .horsconnexion {
    font-weight: 800;
    font-size: 13px;
    color: #000421;
    font-family: "Poppins", serif;
  }
  .horsconnexion::before {
    content: "";
    width: 17px;
    height: 15px;
    left: -2px;
    top: 2px;
    position: relative;
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .noticepdf {
    font-weight: 600;
    font-size: 12px;
    color: #79C942;
    font-family: "Poppins", serif;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
  }
  .noticepdf::before {
    content: "";
    width: 22px;
    height: 29px;
    left: -5px;
    top: 10px;
    position: relative;
    background-image: url("../img/noticepdf.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .blocdegradebtn {
    width: 165px;
    height: 40px;
    background: #79C942;
    border-radius: 20px;
    color: #000421;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    bottom: 20px;
    position: absolute;
    border: 2px solid transparent;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .blocdegradebtn {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .blocdegradebtn.disable {
    background: transparent;
    color: #000421;
    cursor: default;
  }
  .blocdegradebtn:hover:not(.disable):not(.disabled) {
    background: #000421;
    color: #79C942;
    border: 2px solid #79C942;
  }
  .blocdegradebtn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .blockIframe {
    margin: auto;
    box-shadow: 0 0 5vh rgba(0, 0, 0, 0.5);
  }
  .source {
    display: block;
  }
  .subTitle {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -8px;
    text-align: center;
  }
  .titlegreen {
    font-family: "Poppins", serif;
    color: #79C942;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .form {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    max-width: 693px;
    margin: auto;
    padding: 0 10px;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .form {
      /* remplacer inset centré par transform centré (fallback iOS) */
      inset: auto;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      margin: 0;
      /* empêcher margin:auto d'interférer */
      transform: translate(-50%, -50%);
      /* garantir largeur responsive */
      width: 100%;
      max-width: 693px;
    }
    /* Si la fenêtre est petite, garder alignement vertical normal */
    @media screen and (max-width: 768px) and (max-height: 500px) {
      .form {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
}
@media screen and (max-width: 768px) and (max-height: 600px) {
  .form.subscribe {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-height: 300px) {
  .form.account {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) and (max-height: 503px) {
  .form.register {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) and (max-height: 355px) {
  .form.login {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) and (min-width: 692px) and (max-height: 435px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) and (max-width: 691px) and (max-height: 550px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) and (max-height: 550px) {
  .form.editaccount {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .smalllink {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 10px;
    margin-top: 0;
    line-height: 9px;
    padding-top: 0;
    left: 10px;
    position: relative;
    text-decoration: underline;
    margin-bottom: 12px;
    margin-top: -10px;
    text-align: left;
    display: block;
    cursor: pointer;
  }
  .smalllink.editaccount {
    left: 0;
    margin-top: -15px;
    margin-bottom: 30px;
  }
  .smalllink.editaccount::before {
    content: "";
    width: 13px;
    height: 13px;
    left: -2px;
    top: 2px;
    position: relative;
    background-image: url("../img/editaccount.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .smalllink.disconnect {
    left: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .smalllink.disconnect::before {
    content: "";
    width: 13px;
    height: 13px;
    left: -2px;
    top: 2px;
    position: relative;
    background-image: url("../img/disconnect.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .infosaccount {
    font-family: "Poppins", serif;
    background-color: #3B3E54;
    padding: 10px 10px;
    border-radius: 20px;
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    text-align: center;
    left: 10px;
    position: relative;
    min-width: 250px;
    margin-bottom: 10px;
  }
  .infosaccount .firstname,
  .infosaccount .lastname {
    font-size: 18px;
    font-weight: 600;
    color: #79C942;
  }
  .infosaccount .firstname {
    margin-right: 4px;
  }
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    padding: 11px;
    margin-bottom: 14px;
    border: 0;
    border-radius: 20px;
    height: 34px;
    min-width: 324px;
    max-width: 100%;
    font-size: 16px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #000421;
  }
}
@media screen and (max-width: 768px) and (max-width: 324px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form .error {
    font-family: "Poppins", serif;
    color: #f36c2d;
    font-weight: 500;
    font-size: 10px;
    margin-top: 0;
    line-height: 18px;
    padding-top: 0;
    position: relative;
    margin-bottom: 6px;
    margin-top: -6px;
    text-align: center;
    display: block;
  }
  .form .error.success {
    color: #79C942;
  }
  .form textarea {
    height: auto;
    resize: none;
    border: 11px solid #3B3E54;
    padding: 0px;
    min-height: 97px;
    scrollbar-color: #79C942 #3B3E54;
  }
  .form input:-webkit-autofill,
  .form input:-webkit-autofill:focus,
  .form input:-webkit-autofill:hover,
  .form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 16px;
    border: 0;
  }
  .form input:focus {
    outline: none;
    border: 1px solid #FFFFFF;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
  }
  .form .fullwidth {
    width: 100%;
  }
  .flexinput2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
    width: 100%;
    justify-content: center;
  }
  .flexinputright {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 673px) {
  .flexinputright {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .flexinput {
    flex: 1 1 324px;
  }
  .form button.btn-connect,
  .form button.btn-submit {
    display: block;
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: #79C942 1px solid;
    border-radius: 17px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 16px;
    min-width: 137px;
    padding: 8px 15px;
    height: 34px;
    line-height: 16px;
    margin-bottom: 27px;
  }
  .form button.btn-submit {
    margin-bottom: 0px;
  }
  .form button:hover.btn-connect,
  .form button:hover.btn-submit {
    color: #79C942;
    border: #79C942 1px solid;
    background-color: #000421;
  }
  .form button.btn-register,
  .form button.btn-cancel {
    display: block;
    background-color: #000421;
    /* Vert */
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 16px;
    min-width: 137px;
    padding: 8px 15px;
    height: 34px;
    line-height: 15px;
    margin-bottom: 27px;
  }
  .form button.btn-cancel {
    margin-bottom: 27px;
  }
  .form button.btn-cancel:hover {
    color: #79C942;
    border: #79C942 1px solid;
    background-color: #000421;
  }
  .form button:hover.btn-register {
    color: #79C942;
    border: #79C942 1px solid;
  }
  .radio input[type=radio] {
    display: none;
  }
  .radio {
    text-align: center;
    margin-bottom: 10px;
  }
  .radio label {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
    margin-right: 15px;
    cursor: pointer;
    font-family: "Poppins", serif;
    border: #FFFFFF 1px solid;
    border-radius: 17px;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    opacity: 0.6;
    margin-bottom: 17px;
  }
  .radio input[type=radio]:checked + label {
    color: #79C942;
    border-color: #FFFFFF;
    background-color: #3B3E54;
    opacity: 1;
  }
  .checkbox {
    text-align: center;
    margin-bottom: 20px;
  }
  .checkbox input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    top: -2px;
    margin-right: 0px;
  }
  .checkbox input[type=checkbox]:checked {
    background-color: #79C942;
    border-color: #FFFFFF;
  }
  .checkbox label {
    display: inline;
    position: relative;
    padding: 0px 7px;
    cursor: pointer;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .checkbox label a {
    color: #B8B9C1;
    text-decoration: underline;
  }
  .welcome-message {
    color: #FFFFFF;
    font-family: "Poppins", serif;
    text-align: center;
  }
  .media-iframe {
    width: 1280px;
    height: 720px;
    margin: auto;
    display: flex;
  }
  .wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 4, 33, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .wrapper-loading .loading-logo {
    width: 80px;
    height: 80px;
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 130px;
    position: relative;
  }
  .wrapper-loading .loading-text {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    top: 130px;
    position: relative;
  }
  .notice {
    background: #000421;
  }
  .inputlink {
    position: relative;
  }
  .toggle-password {
    position: absolute;
    right: 10px;
    top: 16px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    outline: none;
    opacity: 0.4;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
  }
  .toggle-password:hover {
    opacity: 1;
  }
  .toggle-password svg {
    width: 22px;
    height: 22px;
    pointer-events: none;
  }
  .pin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pin-input {
    width: 40px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 3px;
    text-align: center;
    font-size: 36px;
    /*cursor: not-allowed;
    pointer-events: none;*/
    min-width: 60px !important;
  }
  .pin-input:focus {
    border-bottom: 3px solid orange;
    outline: none;
  }
  .resend-verification-code-text {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .terms-modal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 20px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  .terms-modal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    max-width: 1000px;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    text-align: left;
  }
  .terms-modal .terms-content h2 {
    color: #79C942;
    /* Titres en vert */
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .terms-modal .terms-content p {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .terms-modal .terms-content b {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.8;
  }
  .terms-modal .close-terms-modal {
    position: absolute;
    top: 18px;
    right: 23px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .terms-modal .close-terms-modal svg {
    fill: #FFFFFF;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .terms-modal .close-terms-modal:hover svg {
    fill: #79C942;
    width: 18px;
    height: 18px;
  }
  .terms-modal h2 {
    margin-top: 0;
  }
  .terms-modal[aria-hidden=false] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #newVersionModal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 20px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  #newVersionModal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    max-width: 500px;
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    text-align: center;
  }
  #link-faq {
    cursor: pointer;
  }
  .faq-list .faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
  }
  .faq-list .faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .faq-list .faq-question {
    background: transparent;
    border: none;
    color: #79C942;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-list .faq-question:focus {
    outline: none;
  }
  .faq-list .faq-question::after {
    content: "+";
    font-size: 1.2em;
  }
  .faq-list .faq-question[aria-expanded=true]::after {
    content: "−";
  }
  .faq-list .faq-answer {
    padding: 0 10px;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .maquette {
    position: absolute;
    left: 0px;
    right: 0;
    z-index: 100;
    opacity: 0.3;
    top: -110px;
    margin: auto;
    width: 1068px;
    pointer-events: none;
  }
  .gc-header {
    width: 100%;
    height: 60px;
    background-color: #0D102C;
    position: fixed;
    z-index: 30;
    top: 0;
    text-align: center;
    line-height: 64px;
  }
  .gc-header .logo {
    width: 80px;
    top: -4px;
    position: relative;
    margin-right: 3px;
    margin-left: 14px;
  }
  .gc-header input {
    padding: 0 11px;
    border: 0;
    border-radius: 4px;
    height: 32px;
    width: 208px;
    font-size: 16px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    border: 1px solid #000421;
  }
  .gc-header input::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    text-transform: none;
    line-height: 32px;
    position: relative;
    top: -2px;
  }
  .gc-header input::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    text-transform: none;
    line-height: 32px;
    position: relative;
    top: -2px;
  }
  .gc-header input:-webkit-autofill,
  .gc-header input:-webkit-autofill:focus,
  .gc-header input:-webkit-autofill:hover,
  .gc-header input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 16px;
    border: 0;
  }
  .gc-header input:focus {
    outline: none;
    border: 1px solid #FFFFFF;
  }
  .gc-header button.btn-ok {
    background-color: #0D102C;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 16px;
    width: 36px;
    height: 32px;
    line-height: 16px;
  }
  .gc-header button:hover.btn-ok {
    color: #79C942;
  }
  .gc-header button.btn-ok.loading {
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .menumobile {
    width: 42px;
    height: 42px;
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 50;
  }
  /* Fix centrage pour Safari mobile / iOS (ex: iOS12) */
  /* style.css */
  /* Quand la modal est ouverte via aria-hidden="false", on passe en flex */
  /* Style pour la modal de nouvelle version (peut être intégré dans .terms-modal) */
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 768px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 769px) {
  .menumobile {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .menumobile {
    display: block;
  }
  .menu {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .menumobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 42px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .menumobile ul.show {
    display: block;
    opacity: 1;
  }
  .menumobile li {
    width: 42px;
    height: 42px;
    background-color: #79C942;
    border-radius: 50%;
    margin-bottom: -42px;
    position: relative;
    transition: margin-bottom 0.3s cubic-bezier(0, 0, 0.165, 1.3);
    cursor: pointer;
  }
  .menumobile ul.show li {
    margin-bottom: 10px;
  }
  .menumobile .menu0 {
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu1 {
    width: 42px;
    height: 42px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu2 {
    width: 42px;
    height: 42px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menu {
    width: 42px;
    height: 42px;
    top: 10px;
    right: 10px;
    position: fixed;
    z-index: 50;
  }
  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .menu li {
    width: 42px;
    height: 42px;
    background-color: #79C942;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .menu ul li {
    margin-left: 10px;
  }
  .menu .menu0 {
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menu .menu1 {
    width: 42px;
    height: 42px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .menu .menu2 {
    width: 42px;
    height: 42px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .message {
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #79C942;
    position: fixed;
    z-index: 20;
    top: 60px;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 24px;
    padding: 0 10px;
    transition: height 0.3s ease;
  }
  .message.expanding {
    height: 25px;
  }
  .message button {
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-size: 11px;
    width: auto;
    height: 16px;
    line-height: 11px;
    border: #000421 1px solid;
    margin: 0 4px;
  }
  .message button:hover {
    background-color: #000421;
    color: #79C942;
  }
  .message button.messageclose {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 300;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    margin: 0 0px;
    text-align: center;
    padding: 0 4.5px;
  }
  .bandes {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .message:not(:empty) + .bandes {
    margin-top: 84px;
  }
  .bandes {
    transition: margin-top 0.3s ease;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (pointer: fine) {
  .bandes {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .bandesdecouverte {
    background: #659EC9;
  }
  .bandesdecouverte .title {
    padding-top: 15px;
  }
  .bande {
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 11px;
    text-align: left;
    line-height: 24px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 768px) {
  .bande {
    max-width: 578px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 768px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 769px) and (max-width: 992px) {
  .bande {
    max-width: 758px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 993px) and (max-width: 1300px) {
  .bande {
    max-width: 910.7272727273px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 1301px) and (max-width: 1600px) {
  .bande {
    max-width: 1071.3333333333px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 1601px) {
  .bande {
    max-width: 1123.7142857143px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .bande::before {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #000421, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bande::after {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #000421, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte {
    padding-bottom: 15px;
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 11px;
    text-align: left;
    line-height: 24px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 768px) {
  .bandedecouverte {
    max-width: 578px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 768px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 769px) and (max-width: 992px) {
  .bandedecouverte {
    max-width: 758px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 993px) and (max-width: 1300px) {
  .bandedecouverte {
    max-width: 910.7272727273px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 1301px) and (max-width: 1600px) {
  .bandedecouverte {
    max-width: 1071.3333333333px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 1601px) {
  .bandedecouverte {
    max-width: 1123.7142857143px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .bandedecouverte::before {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #659EC9, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte::after {
    display: block;
    content: "";
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #659EC9, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .headercarousel {
    width: 100%;
    min-height: 48px;
    z-index: 10;
    top: 0;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 8px;
  }
  .headercarousel .titleEnviro {
    display: inline-block;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 19px;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
  }
  .headercarousel .categories {
    display: inline-block;
    padding-right: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 480px) {
  .headercarousel .categories {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .headercarousel .delete {
    display: inline-block;
    height: 30px;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 11px;
    padding: 0 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
    height: 26px;
    line-height: 24px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-image: url("../img/suppr.svg");
  }
  .headercarousel .delete:hover {
    opacity: 0.5;
  }
  .headercarousel .categorie {
    display: inline-block;
    border-radius: 13px;
    background-color: #000421;
    border: 1px solid #FFFFFF;
    height: 30px;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 300;
    font-size: 11px;
    padding: 0 8px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 14px;
    height: 26px;
    line-height: 24px;
    vertical-align: top;
    cursor: pointer;
  }
  .headercarousel .categorie.active {
    background-color: #3B3E54;
    border: 1px solid #FFFFFF;
    color: #79C942;
    cursor: default;
    opacity: 1;
  }
  .headercarousel .categorie.divers {
    display: none;
  }
  .headercarousel .categorie:not(.active):hover {
    background-color: #3B3E54;
    border: 1px solid #FFFFFF;
  }
  .headercarousel .categorie.favoris {
    padding-right: 28px;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
  }
  .headercarousel .categorie.favoris.active {
    background-image: url("../img/favorissel.svg");
  }
  .carousel {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 0px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.grabbing {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (pointer: fine) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    opacity: 0;
    position: absolute;
    bottom: 35px;
    width: 20px;
    height: 100px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 50px;
  }
  .bande .prev[style*="opacity: 0;"],
  .bande .next[style*="opacity: 0;"],
  .bandedecouverte .prev[style*="opacity: 0;"],
  .bandedecouverte .next[style*="opacity: 0;"] {
    cursor: default;
  }
  .bande .prev,
  .bandedecouverte .prev {
    left: -22px;
    rotate: 180deg;
  }
  .bande .next,
  .bandedecouverte .next {
    right: -22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .vignette {
    flex: 0 0 200px;
    margin: 0px 8px 0px 8px;
    display: none;
    position: relative;
  }
  .vignette.show {
    display: inline-block;
  }
  .vignette .image {
    position: relative;
    background-color: rgba(59, 62, 84, 0.5);
    overflow: hidden;
    border-radius: 6px;
    width: 200px;
    height: 112.5px;
    cursor: pointer;
  }
  .vignette .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .vignette .image img {
    opacity: 0.4;
    filter: blur(2px);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .vignette.active .image img {
    opacity: 1;
    filter: none;
  }
  .vignette.active .favoris {
    top: 4px;
    right: 4px;
    border-radius: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette.active .favoris::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    filter: drop-shadow(0 1px 0.2px rgb(0, 0, 0));
  }
  .vignette .favoris.active::after {
    background-image: url("../img/favorissel.svg");
  }
  .vignette:not(.telechargement) .media-delete {
    top: 84px;
    right: 4px;
    border-radius: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette:not(.telechargement) .media-delete::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/telecharge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    filter: drop-shadow(0 1px 0.2px rgb(0, 0, 0));
  }
  .vignette.active .media-delete::after {
    background-image: url("../img/suppr.svg");
  }
  .vignette.telechargement .barretel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3B3E54;
  }
  .vignette.active .barretel {
    display: none;
  }
  .vignette .barretel .progress {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    border-radius: 2px;
    background-color: #79C942;
  }
  .vignette .logo {
    position: relative;
    width: 21px;
    height: 15px;
    margin-top: 2px;
    margin-bottom: 6px;
    margin-right: 5px;
    display: inline-block;
    opacity: 0.6;
  }
  .vignette .titleVignette {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 10px;
    margin-top: 2px;
    width: 169px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
  }
  .bandedecouverte .vignette .titleVignette {
    font-weight: 400;
  }
  .vignette.active .titleVignette {
    opacity: 1;
  }
  .bandedecouverte .titleVignette {
    color: #000421;
  }
  .close {
    position: absolute;
    top: 18px;
    right: 23px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .close svg {
    fill: #FFFFFF;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .close:hover svg {
    fill: #79C942;
    width: 18px;
    height: 18px;
  }
  .gc-container .title,
  .container .title {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20.3px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
  }
  .footer-container .container .title {
    text-align: left;
  }
  .container .titlebleu {
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px !important;
    text-align: center;
  }
  .gc-container .title2,
  .container .title2 {
    font-size: 24px;
  }
  .gc-container .title-big,
  .container .title-big {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
  }
  .gc-container .title span,
  .container .title span,
  .gc-container .title-big span,
  .container .title-big span,
  .gc-container .title2 span,
  .container .title2 span {
    color: #79C942;
  }
  .blocdegrade {
    border-radius: 8px;
    background: linear-gradient(85deg, #60cbdb 0%, #c7fcd4 45%, #bce565 82%, #7ae38e 100%);
    height: 453px;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 768px) {
  .blocdegrade {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .treeblocs > .px-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .horsconnexion {
    font-weight: 800;
    font-size: 13px;
    color: #000421;
    font-family: "Poppins", serif;
  }
  .horsconnexion::before {
    content: "";
    width: 17px;
    height: 15px;
    left: -2px;
    top: 2px;
    position: relative;
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .noticepdf {
    font-weight: 600;
    font-size: 12px;
    color: #79C942;
    font-family: "Poppins", serif;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
  }
  .noticepdf::before {
    content: "";
    width: 22px;
    height: 29px;
    left: -5px;
    top: 10px;
    position: relative;
    background-image: url("../img/noticepdf.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .blocdegradebtn {
    width: 165px;
    height: 40px;
    background: #79C942;
    border-radius: 20px;
    color: #000421;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    bottom: 20px;
    position: absolute;
    border: 2px solid transparent;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 768px) {
  .blocdegradebtn {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    bottom: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .blocdegradebtn.disable {
    background: transparent;
    color: #000421;
    cursor: default;
  }
  .blocdegradebtn:hover:not(.disable):not(.disabled) {
    background: #000421;
    color: #79C942;
    border: 2px solid #79C942;
  }
  .blocdegradebtn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .blockIframe {
    margin: auto;
    box-shadow: 0 0 5vh rgba(0, 0, 0, 0.5);
  }
  .source {
    display: block;
  }
  .subTitle {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -8px;
    text-align: center;
  }
  .titlegreen {
    font-family: "Poppins", serif;
    color: #79C942;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .form {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    max-width: 693px;
    margin: auto;
    padding: 0 10px;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .form {
      /* remplacer inset centré par transform centré (fallback iOS) */
      inset: auto;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      margin: 0;
      /* empêcher margin:auto d'interférer */
      transform: translate(-50%, -50%);
      /* garantir largeur responsive */
      width: 100%;
      max-width: 693px;
    }
    /* Si la fenêtre est petite, garder alignement vertical normal */
    @media screen and (min-width: 769px) and (max-width: 992px) and (max-height: 500px) {
      .form {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-height: 600px) {
  .form.subscribe {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-height: 300px) {
  .form.account {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-height: 503px) {
  .form.register {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-height: 355px) {
  .form.login {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 692px) and (max-height: 435px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 691px) and (max-height: 550px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-height: 550px) {
  .form.editaccount {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .smalllink {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 10px;
    margin-top: 0;
    line-height: 9px;
    padding-top: 0;
    left: 10px;
    position: relative;
    text-decoration: underline;
    margin-bottom: 12px;
    margin-top: -10px;
    text-align: left;
    display: block;
    cursor: pointer;
  }
  .smalllink.editaccount {
    left: 0;
    margin-top: -15px;
    margin-bottom: 30px;
  }
  .smalllink.editaccount::before {
    content: "";
    width: 13px;
    height: 13px;
    left: -2px;
    top: 2px;
    position: relative;
    background-image: url("../img/editaccount.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .smalllink.disconnect {
    left: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .smalllink.disconnect::before {
    content: "";
    width: 13px;
    height: 13px;
    left: -2px;
    top: 2px;
    position: relative;
    background-image: url("../img/disconnect.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .infosaccount {
    font-family: "Poppins", serif;
    background-color: #3B3E54;
    padding: 10px 10px;
    border-radius: 20px;
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    text-align: center;
    left: 10px;
    position: relative;
    min-width: 250px;
    margin-bottom: 10px;
  }
  .infosaccount .firstname,
  .infosaccount .lastname {
    font-size: 18px;
    font-weight: 600;
    color: #79C942;
  }
  .infosaccount .firstname {
    margin-right: 4px;
  }
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    padding: 11px;
    margin-bottom: 14px;
    border: 0;
    border-radius: 20px;
    height: 34px;
    min-width: 324px;
    max-width: 100%;
    font-size: 16px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #000421;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 324px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .form .error {
    font-family: "Poppins", serif;
    color: #f36c2d;
    font-weight: 500;
    font-size: 10px;
    margin-top: 0;
    line-height: 18px;
    padding-top: 0;
    position: relative;
    margin-bottom: 6px;
    margin-top: -6px;
    text-align: center;
    display: block;
  }
  .form .error.success {
    color: #79C942;
  }
  .form textarea {
    height: auto;
    resize: none;
    border: 11px solid #3B3E54;
    padding: 0px;
    min-height: 97px;
    scrollbar-color: #79C942 #3B3E54;
  }
  .form input:-webkit-autofill,
  .form input:-webkit-autofill:focus,
  .form input:-webkit-autofill:hover,
  .form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 16px;
    border: 0;
  }
  .form input:focus {
    outline: none;
    border: 1px solid #FFFFFF;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
  }
  .form .fullwidth {
    width: 100%;
  }
  .flexinput2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
    width: 100%;
    justify-content: center;
  }
  .flexinputright {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) and (max-width: 673px) {
  .flexinputright {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .flexinput {
    flex: 1 1 324px;
  }
  .form button.btn-connect,
  .form button.btn-submit {
    display: block;
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: #79C942 1px solid;
    border-radius: 17px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 16px;
    min-width: 137px;
    padding: 8px 15px;
    height: 34px;
    line-height: 16px;
    margin-bottom: 27px;
  }
  .form button.btn-submit {
    margin-bottom: 0px;
  }
  .form button:hover.btn-connect,
  .form button:hover.btn-submit {
    color: #79C942;
    border: #79C942 1px solid;
    background-color: #000421;
  }
  .form button.btn-register,
  .form button.btn-cancel {
    display: block;
    background-color: #000421;
    /* Vert */
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 16px;
    min-width: 137px;
    padding: 8px 15px;
    height: 34px;
    line-height: 15px;
    margin-bottom: 27px;
  }
  .form button.btn-cancel {
    margin-bottom: 27px;
  }
  .form button.btn-cancel:hover {
    color: #79C942;
    border: #79C942 1px solid;
    background-color: #000421;
  }
  .form button:hover.btn-register {
    color: #79C942;
    border: #79C942 1px solid;
  }
  .radio input[type=radio] {
    display: none;
  }
  .radio {
    text-align: center;
    margin-bottom: 10px;
  }
  .radio label {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
    margin-right: 15px;
    cursor: pointer;
    font-family: "Poppins", serif;
    border: #FFFFFF 1px solid;
    border-radius: 17px;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    opacity: 0.6;
    margin-bottom: 17px;
  }
  .radio input[type=radio]:checked + label {
    color: #79C942;
    border-color: #FFFFFF;
    background-color: #3B3E54;
    opacity: 1;
  }
  .checkbox {
    text-align: center;
    margin-bottom: 20px;
  }
  .checkbox input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    top: -2px;
    margin-right: 0px;
  }
  .checkbox input[type=checkbox]:checked {
    background-color: #79C942;
    border-color: #FFFFFF;
  }
  .checkbox label {
    display: inline;
    position: relative;
    padding: 0px 7px;
    cursor: pointer;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .checkbox label a {
    color: #B8B9C1;
    text-decoration: underline;
  }
  .welcome-message {
    color: #FFFFFF;
    font-family: "Poppins", serif;
    text-align: center;
  }
  .media-iframe {
    width: 1280px;
    height: 720px;
    margin: auto;
    display: flex;
  }
  .wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 4, 33, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .wrapper-loading .loading-logo {
    width: 80px;
    height: 80px;
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 130px;
    position: relative;
  }
  .wrapper-loading .loading-text {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    top: 130px;
    position: relative;
  }
  .notice {
    background: #000421;
  }
  .inputlink {
    position: relative;
  }
  .toggle-password {
    position: absolute;
    right: 10px;
    top: 16px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    outline: none;
    opacity: 0.4;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
  }
  .toggle-password:hover {
    opacity: 1;
  }
  .toggle-password svg {
    width: 22px;
    height: 22px;
    pointer-events: none;
  }
  .pin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pin-input {
    width: 40px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 3px;
    text-align: center;
    font-size: 36px;
    /*cursor: not-allowed;
    pointer-events: none;*/
    min-width: 60px !important;
  }
  .pin-input:focus {
    border-bottom: 3px solid orange;
    outline: none;
  }
  .resend-verification-code-text {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .terms-modal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 20px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  .terms-modal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    max-width: 1000px;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    text-align: left;
  }
  .terms-modal .terms-content h2 {
    color: #79C942;
    /* Titres en vert */
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .terms-modal .terms-content p {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .terms-modal .terms-content b {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.8;
  }
  .terms-modal .close-terms-modal {
    position: absolute;
    top: 18px;
    right: 23px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .terms-modal .close-terms-modal svg {
    fill: #FFFFFF;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .terms-modal .close-terms-modal:hover svg {
    fill: #79C942;
    width: 18px;
    height: 18px;
  }
  .terms-modal h2 {
    margin-top: 0;
  }
  .terms-modal[aria-hidden=false] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #newVersionModal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 20px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  #newVersionModal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    max-width: 500px;
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    text-align: center;
  }
  #link-faq {
    cursor: pointer;
  }
  .faq-list .faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
  }
  .faq-list .faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .faq-list .faq-question {
    background: transparent;
    border: none;
    color: #79C942;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-list .faq-question:focus {
    outline: none;
  }
  .faq-list .faq-question::after {
    content: "+";
    font-size: 1.2em;
  }
  .faq-list .faq-question[aria-expanded=true]::after {
    content: "−";
  }
  .faq-list .faq-answer {
    padding: 0 10px;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .maquette {
    position: absolute;
    left: 0px;
    right: 0;
    z-index: 100;
    opacity: 0.3;
    top: -121px;
    margin: auto;
    width: 1174.8px;
    pointer-events: none;
  }
  .gc-header {
    width: 100%;
    height: 66px;
    background-color: #0D102C;
    position: fixed;
    z-index: 30;
    top: 0;
    text-align: center;
    line-height: 70.4px;
  }
  .gc-header .logo {
    width: 88px;
    top: -4.4px;
    position: relative;
    margin-right: 3.3px;
    margin-left: 15.4px;
  }
  .gc-header input {
    padding: 0 12.1px;
    border: 0;
    border-radius: 4.4px;
    height: 35.2px;
    width: 228.8px;
    font-size: 17.6px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 600;
    font-size: 17.6px;
    text-transform: uppercase;
    line-height: 35.2px;
    border: 1.1px solid #000421;
  }
  .gc-header input::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 13.2px;
    text-transform: none;
    line-height: 35.2px;
    position: relative;
    top: -2px;
  }
  .gc-header input::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 13.2px;
    text-transform: none;
    line-height: 35.2px;
    position: relative;
    top: -2px;
  }
  .gc-header input:-webkit-autofill,
  .gc-header input:-webkit-autofill:focus,
  .gc-header input:-webkit-autofill:hover,
  .gc-header input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 33px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 17.6px;
    border: 0;
  }
  .gc-header input:focus {
    outline: none;
    border: 1.1px solid #FFFFFF;
  }
  .gc-header button.btn-ok {
    background-color: #0D102C;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 17.6px;
    width: 39.6px;
    height: 35.2px;
    line-height: 17.6px;
  }
  .gc-header button:hover.btn-ok {
    color: #79C942;
  }
  .gc-header button.btn-ok.loading {
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .menumobile {
    width: 46.2px;
    height: 46.2px;
    bottom: 11px;
    right: 11px;
    position: fixed;
    z-index: 50;
  }
  /* Fix centrage pour Safari mobile / iOS (ex: iOS12) */
  /* style.css */
  /* Quand la modal est ouverte via aria-hidden="false", on passe en flex */
  /* Style pour la modal de nouvelle version (peut être intégré dans .terms-modal) */
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 768px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 769px) {
  .menumobile {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (pointer: coarse) {
  .menumobile {
    display: block;
  }
  .menu {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .menumobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 46.2px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .menumobile ul.show {
    display: block;
    opacity: 1;
  }
  .menumobile li {
    width: 46.2px;
    height: 46.2px;
    background-color: #79C942;
    border-radius: 50%;
    margin-bottom: -46.2px;
    position: relative;
    transition: margin-bottom 0.3s cubic-bezier(0, 0, 0.165, 1.3);
    cursor: pointer;
  }
  .menumobile ul.show li {
    margin-bottom: 11px;
  }
  .menumobile .menu0 {
    cursor: pointer;
    width: 46.2px;
    height: 46.2px;
    padding: 0;
    margin: 0;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu1 {
    width: 46.2px;
    height: 46.2px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu2 {
    width: 46.2px;
    height: 46.2px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  }
  .menu {
    width: 46.2px;
    height: 46.2px;
    top: 11px;
    right: 11px;
    position: fixed;
    z-index: 50;
  }
  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .menu li {
    width: 46.2px;
    height: 46.2px;
    background-color: #79C942;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .menu ul li {
    margin-left: 11px;
  }
  .menu .menu0 {
    cursor: pointer;
    width: 46.2px;
    height: 46.2px;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  }
  .menu .menu1 {
    width: 46.2px;
    height: 46.2px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  }
  .menu .menu2 {
    width: 46.2px;
    height: 46.2px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  }
  .message {
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #79C942;
    position: fixed;
    z-index: 20;
    top: 66px;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 12.1px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 26.4px;
    padding: 0 11px;
    transition: height 0.3s ease;
  }
  .message.expanding {
    height: 27.5px;
  }
  .message button {
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: none;
    border-radius: 8.8px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-size: 12.1px;
    width: auto;
    height: 17.6px;
    line-height: 12.1px;
    border: #000421 1.1px solid;
    margin: 0 4.4px;
  }
  .message button:hover {
    background-color: #000421;
    color: #79C942;
  }
  .message button.messageclose {
    position: absolute;
    top: 5.5px;
    right: 5.5px;
    font-weight: 300;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    margin: 0 0px;
    text-align: center;
    padding: 0 4.95px;
  }
  .bandes {
    margin-top: 66px;
    margin-bottom: 55px;
  }
  .message:not(:empty) + .bandes {
    margin-top: 92.4px;
  }
  .bandes {
    transition: margin-top 0.3s ease;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (pointer: fine) {
  .bandes {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .bandesdecouverte {
    background: #659EC9;
  }
  .bandesdecouverte .title {
    padding-top: 16.5px;
  }
  .bande {
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 12.1px;
    text-align: left;
    line-height: 26.4px;
    margin: auto;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 768px) {
  .bande {
    max-width: 635.8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 768px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 769px) and (max-width: 992px) {
  .bande {
    max-width: 833.8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 993px) and (max-width: 1300px) {
  .bande {
    max-width: 1001.8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 1301px) and (max-width: 1600px) {
  .bande {
    max-width: 1178.4666666667px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 1601px) {
  .bande {
    max-width: 1236.0857142857px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .bande::before {
    display: block;
    content: "";
    width: 33px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #000421, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bande::after {
    display: block;
    content: "";
    width: 33px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #000421, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte {
    padding-bottom: 16.5px;
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 12.1px;
    text-align: left;
    line-height: 26.4px;
    margin: auto;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 768px) {
  .bandedecouverte {
    max-width: 635.8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 768px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 769px) and (max-width: 992px) {
  .bandedecouverte {
    max-width: 833.8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 993px) and (max-width: 1300px) {
  .bandedecouverte {
    max-width: 1001.8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 1301px) and (max-width: 1600px) {
  .bandedecouverte {
    max-width: 1178.4666666667px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 1601px) {
  .bandedecouverte {
    max-width: 1236.0857142857px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .bandedecouverte::before {
    display: block;
    content: "";
    width: 33px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #659EC9, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte::after {
    display: block;
    content: "";
    width: 33px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #659EC9, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .headercarousel {
    width: 100%;
    min-height: 52.8px;
    z-index: 10;
    top: 0;
    padding-left: 24.2px;
    padding-right: 24.2px;
    padding-bottom: 8.8px;
  }
  .headercarousel .titleEnviro {
    display: inline-block;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 17.6px;
    margin-left: 8.8px;
    margin-right: 5.5px;
    margin-top: 20.9px;
    height: 17.6px;
    line-height: 17.6px;
    vertical-align: top;
  }
  .headercarousel .categories {
    display: inline-block;
    padding-right: 88px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 480px) {
  .headercarousel .categories {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .headercarousel .delete {
    display: inline-block;
    height: 33px;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 12.1px;
    padding: 0 8.8px;
    margin-left: 8.8px;
    margin-right: 8.8px;
    margin-top: 17.6px;
    height: 28.6px;
    line-height: 26.4px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    background-image: url("../img/suppr.svg");
  }
  .headercarousel .delete:hover {
    opacity: 0.5;
  }
  .headercarousel .categorie {
    display: inline-block;
    border-radius: 14.3px;
    background-color: #000421;
    border: 1.1px solid #FFFFFF;
    height: 33px;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 300;
    font-size: 12.1px;
    padding: 0 8.8px;
    margin-left: 5.5px;
    margin-right: 5.5px;
    margin-top: 15.4px;
    height: 28.6px;
    line-height: 26.4px;
    vertical-align: top;
    cursor: pointer;
  }
  .headercarousel .categorie.active {
    background-color: #3B3E54;
    border: 1.1px solid #FFFFFF;
    color: #79C942;
    cursor: default;
    opacity: 1;
  }
  .headercarousel .categorie.divers {
    display: none;
  }
  .headercarousel .categorie:not(.active):hover {
    background-color: #3B3E54;
    border: 1.1px solid #FFFFFF;
  }
  .headercarousel .categorie.favoris {
    padding-right: 30.8px;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: right 8.8px center;
    background-size: 13.2px;
  }
  .headercarousel .categorie.favoris.active {
    background-image: url("../img/favorissel.svg");
  }
  .carousel {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 0px;
    padding-left: 24.2px;
    padding-right: 24.2px;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.grabbing {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (pointer: fine) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    opacity: 0;
    position: absolute;
    bottom: 38.5px;
    width: 22px;
    height: 110px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13.2px 55px;
  }
  .bande .prev[style*="opacity: 0;"],
  .bande .next[style*="opacity: 0;"],
  .bandedecouverte .prev[style*="opacity: 0;"],
  .bandedecouverte .next[style*="opacity: 0;"] {
    cursor: default;
  }
  .bande .prev,
  .bandedecouverte .prev {
    left: -24.2px;
    rotate: 180deg;
  }
  .bande .next,
  .bandedecouverte .next {
    right: -24.2px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (pointer: coarse) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .vignette {
    flex: 0 0 220px;
    margin: 0px 8.8px 0px 8.8px;
    display: none;
    position: relative;
  }
  .vignette.show {
    display: inline-block;
  }
  .vignette .image {
    position: relative;
    background-color: rgba(59, 62, 84, 0.5);
    overflow: hidden;
    border-radius: 6.6px;
    width: 220px;
    height: 123.75px;
    cursor: pointer;
  }
  .vignette .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (pointer: coarse) {
  .vignette .image img {
    opacity: 0.4;
    filter: blur(2px);
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .vignette.active .image img {
    opacity: 1;
    filter: none;
  }
  .vignette.active .favoris {
    top: 4.4px;
    right: 4.4px;
    border-radius: 50%;
    position: absolute;
    height: 26.4px;
    width: 26.4px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette.active .favoris::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17.6px 17.6px;
    filter: drop-shadow(0 1.1px 0.22px rgb(0, 0, 0));
  }
  .vignette .favoris.active::after {
    background-image: url("../img/favorissel.svg");
  }
  .vignette:not(.telechargement) .media-delete {
    top: 92.4px;
    right: 4.4px;
    border-radius: 50%;
    position: absolute;
    height: 26.4px;
    width: 26.4px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette:not(.telechargement) .media-delete::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/telecharge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17.6px 17.6px;
    filter: drop-shadow(0 1.1px 0.22px rgb(0, 0, 0));
  }
  .vignette.active .media-delete::after {
    background-image: url("../img/suppr.svg");
  }
  .vignette.telechargement .barretel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.3px;
    background-color: #3B3E54;
  }
  .vignette.active .barretel {
    display: none;
  }
  .vignette .barretel .progress {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3.3px;
    border-radius: 2.2px;
    background-color: #79C942;
  }
  .vignette .logo {
    position: relative;
    width: 23.1px;
    height: 16.5px;
    margin-top: 2.2px;
    margin-bottom: 6.6px;
    margin-right: 5.5px;
    display: inline-block;
    opacity: 0.6;
  }
  .vignette .titleVignette {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 11px;
    margin-top: 2.2px;
    width: 185.9px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
  }
  .bandedecouverte .vignette .titleVignette {
    font-weight: 400;
  }
  .vignette.active .titleVignette {
    opacity: 1;
  }
  .bandedecouverte .titleVignette {
    color: #000421;
  }
  .close {
    position: absolute;
    top: 19.8px;
    right: 25.3px;
    cursor: pointer;
    height: 19.8px;
    width: 19.8px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .close svg {
    fill: #FFFFFF;
    width: 19.8px;
    height: 19.8px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .close:hover svg {
    fill: #79C942;
    width: 19.8px;
    height: 19.8px;
  }
  .gc-container .title,
  .container .title {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22.33px;
    margin-bottom: 16.5px;
    margin-top: 0;
    text-align: center;
  }
  .footer-container .container .title {
    text-align: left;
  }
  .container .titlebleu {
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 700;
    font-size: 26.4px;
    margin-bottom: 16.5px;
    margin-top: 33px !important;
    text-align: center;
  }
  .gc-container .title2,
  .container .title2 {
    font-size: 26.4px;
  }
  .gc-container .title-big,
  .container .title-big {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48.4px;
    margin-bottom: 16.5px;
    margin-top: 0;
    text-align: center;
  }
  .gc-container .title span,
  .container .title span,
  .gc-container .title-big span,
  .container .title-big span,
  .gc-container .title2 span,
  .container .title2 span {
    color: #79C942;
  }
  .blocdegrade {
    border-radius: 8.8px;
    background: linear-gradient(85deg, #60cbdb 0%, #c7fcd4 45%, #bce565 82%, #7ae38e 100%);
    height: 498.3px;
    position: relative;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 768px) {
  .blocdegrade {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .treeblocs > .px-4 {
    padding-left: 13.2px !important;
    padding-right: 13.2px !important;
  }
  .horsconnexion {
    font-weight: 800;
    font-size: 14.3px;
    color: #000421;
    font-family: "Poppins", serif;
  }
  .horsconnexion::before {
    content: "";
    width: 18.7px;
    height: 16.5px;
    left: -2.2px;
    top: 2.2px;
    position: relative;
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18.7px 16.5px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .noticepdf {
    font-weight: 600;
    font-size: 13.2px;
    color: #79C942;
    font-family: "Poppins", serif;
    text-decoration: underline;
    text-underline-offset: 4.4px;
    cursor: pointer;
  }
  .noticepdf::before {
    content: "";
    width: 24.2px;
    height: 31.9px;
    left: -5.5px;
    top: 11px;
    position: relative;
    background-image: url("../img/noticepdf.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .blocdegradebtn {
    width: 181.5px;
    height: 44px;
    background: #79C942;
    border-radius: 22px;
    color: #000421;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 15.4px;
    text-align: center;
    line-height: 39.6px;
    bottom: 22px;
    position: absolute;
    border: 2.2px solid transparent;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 768px) {
  .blocdegradebtn {
    position: relative;
    margin-top: 27.5px;
    margin-bottom: 27.5px;
    bottom: auto;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .blocdegradebtn.disable {
    background: transparent;
    color: #000421;
    cursor: default;
  }
  .blocdegradebtn:hover:not(.disable):not(.disabled) {
    background: #000421;
    color: #79C942;
    border: 2.2px solid #79C942;
  }
  .blocdegradebtn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .blockIframe {
    margin: auto;
    box-shadow: 0 0 5vh rgba(0, 0, 0, 0.5);
  }
  .source {
    display: block;
  }
  .subTitle {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15.4px;
    margin-bottom: 16.5px;
    margin-top: -8.8px;
    text-align: center;
  }
  .titlegreen {
    font-family: "Poppins", serif;
    color: #79C942;
    font-weight: 700;
    font-size: 17.6px;
    margin-bottom: 6.6px;
  }
  .form {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    max-width: 762.3px;
    margin: auto;
    padding: 0 11px;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .form {
      /* remplacer inset centré par transform centré (fallback iOS) */
      inset: auto;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      margin: 0;
      /* empêcher margin:auto d'interférer */
      transform: translate(-50%, -50%);
      /* garantir largeur responsive */
      width: 100%;
      max-width: 762.3px;
    }
    /* Si la fenêtre est petite, garder alignement vertical normal */
    @media screen and (min-width: 993px) and (max-width: 1300px) and (max-height: 500px) {
      .form {
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-height: 660px) {
  .form.subscribe {
    justify-content: flex-start;
    margin-top: 11px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-height: 330px) {
  .form.account {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 33px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-height: 553.3px) {
  .form.register {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 33px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-height: 390.5px) {
  .form.login {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 33px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (min-width: 761.2px) and (max-height: 478.5px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 33px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 760.1px) and (max-height: 605px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 33px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-height: 605px) {
  .form.editaccount {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 33px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .smalllink {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 11px;
    margin-top: 0;
    line-height: 9.9px;
    padding-top: 0;
    left: 11px;
    position: relative;
    text-decoration: underline;
    margin-bottom: 13.2px;
    margin-top: -11px;
    text-align: left;
    display: block;
    cursor: pointer;
  }
  .smalllink.editaccount {
    left: 0;
    margin-top: -16.5px;
    margin-bottom: 33px;
  }
  .smalllink.editaccount::before {
    content: "";
    width: 14.3px;
    height: 14.3px;
    left: -2.2px;
    top: 2.2px;
    position: relative;
    background-image: url("../img/editaccount.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14.3px 14.3px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .smalllink.disconnect {
    left: 0;
    margin-top: 0px;
    margin-bottom: 33px;
  }
  .smalllink.disconnect::before {
    content: "";
    width: 14.3px;
    height: 14.3px;
    left: -2.2px;
    top: 2.2px;
    position: relative;
    background-image: url("../img/disconnect.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14.3px 14.3px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .infosaccount {
    font-family: "Poppins", serif;
    background-color: #3B3E54;
    padding: 11px 11px;
    border-radius: 22px;
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 17.6px;
    margin-top: 0;
    text-align: center;
    left: 11px;
    position: relative;
    min-width: 275px;
    margin-bottom: 11px;
  }
  .infosaccount .firstname,
  .infosaccount .lastname {
    font-size: 19.8px;
    font-weight: 600;
    color: #79C942;
  }
  .infosaccount .firstname {
    margin-right: 4.4px;
  }
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    padding: 12.1px;
    margin-bottom: 15.4px;
    border: 0;
    border-radius: 22px;
    height: 37.4px;
    min-width: 356.4px;
    max-width: 100%;
    font-size: 17.6px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 17.6px;
    border: 1.1px solid #000421;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 324px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .form .error {
    font-family: "Poppins", serif;
    color: #f36c2d;
    font-weight: 500;
    font-size: 11px;
    margin-top: 0;
    line-height: 19.8px;
    padding-top: 0;
    position: relative;
    margin-bottom: 6.6px;
    margin-top: -6.6px;
    text-align: center;
    display: block;
  }
  .form .error.success {
    color: #79C942;
  }
  .form textarea {
    height: auto;
    resize: none;
    border: 12.1px solid #3B3E54;
    padding: 0px;
    min-height: 106.7px;
    scrollbar-color: #79C942 #3B3E54;
  }
  .form input:-webkit-autofill,
  .form input:-webkit-autofill:focus,
  .form input:-webkit-autofill:hover,
  .form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 33px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 17.6px;
    border: 0;
  }
  .form input:focus {
    outline: none;
    border: 1.1px solid #FFFFFF;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 17.6px;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 17.6px;
  }
  .form .fullwidth {
    width: 100%;
  }
  .flexinput2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 27.5px;
    width: 100%;
    justify-content: center;
  }
  .flexinputright {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 0 27.5px;
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) and (max-width: 673px) {
  .flexinputright {
    justify-content: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1300px) {
  .flexinput {
    flex: 1 1 356.4px;
  }
  .form button.btn-connect,
  .form button.btn-submit {
    display: block;
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: #79C942 1.1px solid;
    border-radius: 18.7px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 17.6px;
    min-width: 150.7px;
    padding: 8.8px 16.5px;
    height: 37.4px;
    line-height: 17.6px;
    margin-bottom: 29.7px;
  }
  .form button.btn-submit {
    margin-bottom: 0px;
  }
  .form button:hover.btn-connect,
  .form button:hover.btn-submit {
    color: #79C942;
    border: #79C942 1.1px solid;
    background-color: #000421;
  }
  .form button.btn-register,
  .form button.btn-cancel {
    display: block;
    background-color: #000421;
    /* Vert */
    color: #FFFFFF;
    border: 1.1px solid #FFFFFF;
    border-radius: 18.7px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 17.6px;
    min-width: 150.7px;
    padding: 8.8px 16.5px;
    height: 37.4px;
    line-height: 16.5px;
    margin-bottom: 29.7px;
  }
  .form button.btn-cancel {
    margin-bottom: 29.7px;
  }
  .form button.btn-cancel:hover {
    color: #79C942;
    border: #79C942 1.1px solid;
    background-color: #000421;
  }
  .form button:hover.btn-register {
    color: #79C942;
    border: #79C942 1.1px solid;
  }
  .radio input[type=radio] {
    display: none;
  }
  .radio {
    text-align: center;
    margin-bottom: 11px;
  }
  .radio label {
    display: inline-block;
    position: relative;
    padding: 0px 16.5px;
    margin-right: 16.5px;
    cursor: pointer;
    font-family: "Poppins", serif;
    border: #FFFFFF 1.1px solid;
    border-radius: 18.7px;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 17.6px;
    line-height: 37.4px;
    height: 37.4px;
    opacity: 0.6;
    margin-bottom: 18.7px;
  }
  .radio input[type=radio]:checked + label {
    color: #79C942;
    border-color: #FFFFFF;
    background-color: #3B3E54;
    opacity: 1;
  }
  .checkbox {
    text-align: center;
    margin-bottom: 22px;
  }
  .checkbox input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15.4px;
    height: 15.4px;
    border: 1.1px solid #FFFFFF;
    border-radius: 2.2px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    top: -2.2px;
    margin-right: 0px;
  }
  .checkbox input[type=checkbox]:checked {
    background-color: #79C942;
    border-color: #FFFFFF;
  }
  .checkbox label {
    display: inline;
    position: relative;
    padding: 0px 7.7px;
    cursor: pointer;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 17.6px;
    line-height: 17.6px;
    height: 17.6px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .checkbox label a {
    color: #B8B9C1;
    text-decoration: underline;
  }
  .welcome-message {
    color: #FFFFFF;
    font-family: "Poppins", serif;
    text-align: center;
  }
  .media-iframe {
    width: 1280px;
    height: 720px;
    margin: auto;
    display: flex;
  }
  .wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 4, 33, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .wrapper-loading .loading-logo {
    width: 80px;
    height: 80px;
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 130px;
    position: relative;
  }
  .wrapper-loading .loading-text {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15.4px;
    text-align: center;
    margin-top: 8px;
    top: 130px;
    position: relative;
  }
  .notice {
    background: #000421;
  }
  .inputlink {
    position: relative;
  }
  .toggle-password {
    position: absolute;
    right: 11px;
    top: 17.6px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    outline: none;
    opacity: 0.4;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
  }
  .toggle-password:hover {
    opacity: 1;
  }
  .toggle-password svg {
    width: 24.2px;
    height: 24.2px;
    pointer-events: none;
  }
  .pin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pin-input {
    width: 40px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 3px;
    text-align: center;
    font-size: 36px;
    /*cursor: not-allowed;
    pointer-events: none;*/
    min-width: 60px !important;
  }
  .pin-input:focus {
    border-bottom: 3px solid orange;
    outline: none;
  }
  .resend-verification-code-text {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 13.2px;
    margin-top: 5.5px;
    margin-bottom: 22px;
    text-align: center;
  }
  .terms-modal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 22px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  .terms-modal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1.1px solid #FFFFFF;
    max-width: 1100px;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    border-radius: 8.8px;
    padding: 22px;
    position: relative;
    text-align: left;
  }
  .terms-modal .terms-content h2 {
    color: #79C942;
    /* Titres en vert */
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .terms-modal .terms-content p {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .terms-modal .terms-content b {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.8;
  }
  .terms-modal .close-terms-modal {
    position: absolute;
    top: 19.8px;
    right: 25.3px;
    cursor: pointer;
    height: 19.8px;
    width: 19.8px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .terms-modal .close-terms-modal svg {
    fill: #FFFFFF;
    width: 19.8px;
    height: 19.8px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .terms-modal .close-terms-modal:hover svg {
    fill: #79C942;
    width: 19.8px;
    height: 19.8px;
  }
  .terms-modal h2 {
    margin-top: 0;
  }
  .terms-modal[aria-hidden=false] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #newVersionModal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 22px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  #newVersionModal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1.1px solid #FFFFFF;
    max-width: 550px;
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    border-radius: 8.8px;
    padding: 22px;
    position: relative;
    text-align: center;
  }
  #link-faq {
    cursor: pointer;
  }
  .faq-list .faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
  }
  .faq-list .faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .faq-list .faq-question {
    background: transparent;
    border: none;
    color: #79C942;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-list .faq-question:focus {
    outline: none;
  }
  .faq-list .faq-question::after {
    content: "+";
    font-size: 1.2em;
  }
  .faq-list .faq-question[aria-expanded=true]::after {
    content: "−";
  }
  .faq-list .faq-answer {
    padding: 0 10px;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .maquette {
    position: absolute;
    left: 0px;
    right: 0;
    z-index: 100;
    opacity: 0.3;
    top: -132px;
    margin: auto;
    width: 1281.6px;
    pointer-events: none;
  }
  .gc-header {
    width: 100%;
    height: 72px;
    background-color: #0D102C;
    position: fixed;
    z-index: 30;
    top: 0;
    text-align: center;
    line-height: 76.8px;
  }
  .gc-header .logo {
    width: 96px;
    top: -4.8px;
    position: relative;
    margin-right: 3.6px;
    margin-left: 16.8px;
  }
  .gc-header input {
    padding: 0 13.2px;
    border: 0;
    border-radius: 4.8px;
    height: 38.4px;
    width: 249.6px;
    font-size: 19.2px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 600;
    font-size: 19.2px;
    text-transform: uppercase;
    line-height: 38.4px;
    border: 1.2px solid #000421;
  }
  .gc-header input::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 14.4px;
    text-transform: none;
    line-height: 38.4px;
    position: relative;
    top: -2px;
  }
  .gc-header input::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 14.4px;
    text-transform: none;
    line-height: 38.4px;
    position: relative;
    top: -2px;
  }
  .gc-header input:-webkit-autofill,
  .gc-header input:-webkit-autofill:focus,
  .gc-header input:-webkit-autofill:hover,
  .gc-header input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 36px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 19.2px;
    border: 0;
  }
  .gc-header input:focus {
    outline: none;
    border: 1.2px solid #FFFFFF;
  }
  .gc-header button.btn-ok {
    background-color: #0D102C;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 19.2px;
    width: 43.2px;
    height: 38.4px;
    line-height: 19.2px;
  }
  .gc-header button:hover.btn-ok {
    color: #79C942;
  }
  .gc-header button.btn-ok.loading {
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .menumobile {
    width: 50.4px;
    height: 50.4px;
    bottom: 12px;
    right: 12px;
    position: fixed;
    z-index: 50;
  }
  /* Fix centrage pour Safari mobile / iOS (ex: iOS12) */
  /* style.css */
  /* Quand la modal est ouverte via aria-hidden="false", on passe en flex */
  /* Style pour la modal de nouvelle version (peut être intégré dans .terms-modal) */
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 768px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 769px) {
  .menumobile {
    display: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (pointer: coarse) {
  .menumobile {
    display: block;
  }
  .menu {
    display: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .menumobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50.4px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .menumobile ul.show {
    display: block;
    opacity: 1;
  }
  .menumobile li {
    width: 50.4px;
    height: 50.4px;
    background-color: #79C942;
    border-radius: 50%;
    margin-bottom: -50.4px;
    position: relative;
    transition: margin-bottom 0.3s cubic-bezier(0, 0, 0.165, 1.3);
    cursor: pointer;
  }
  .menumobile ul.show li {
    margin-bottom: 12px;
  }
  .menumobile .menu0 {
    cursor: pointer;
    width: 50.4px;
    height: 50.4px;
    padding: 0;
    margin: 0;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu1 {
    width: 50.4px;
    height: 50.4px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu2 {
    width: 50.4px;
    height: 50.4px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .menu {
    width: 50.4px;
    height: 50.4px;
    top: 12px;
    right: 12px;
    position: fixed;
    z-index: 50;
  }
  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .menu li {
    width: 50.4px;
    height: 50.4px;
    background-color: #79C942;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .menu ul li {
    margin-left: 12px;
  }
  .menu .menu0 {
    cursor: pointer;
    width: 50.4px;
    height: 50.4px;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .menu .menu1 {
    width: 50.4px;
    height: 50.4px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .menu .menu2 {
    width: 50.4px;
    height: 50.4px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
  .message {
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #79C942;
    position: fixed;
    z-index: 20;
    top: 72px;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 13.2px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 28.8px;
    padding: 0 12px;
    transition: height 0.3s ease;
  }
  .message.expanding {
    height: 30px;
  }
  .message button {
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: none;
    border-radius: 9.6px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-size: 13.2px;
    width: auto;
    height: 19.2px;
    line-height: 13.2px;
    border: #000421 1.2px solid;
    margin: 0 4.8px;
  }
  .message button:hover {
    background-color: #000421;
    color: #79C942;
  }
  .message button.messageclose {
    position: absolute;
    top: 6px;
    right: 6px;
    font-weight: 300;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    margin: 0 0px;
    text-align: center;
    padding: 0 5.4px;
  }
  .bandes {
    margin-top: 72px;
    margin-bottom: 60px;
  }
  .message:not(:empty) + .bandes {
    margin-top: 100.8px;
  }
  .bandes {
    transition: margin-top 0.3s ease;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (pointer: fine) {
  .bandes {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .bandesdecouverte {
    background: #659EC9;
  }
  .bandesdecouverte .title {
    padding-top: 18px;
  }
  .bande {
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 13.2px;
    text-align: left;
    line-height: 28.8px;
    margin: auto;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 768px) {
  .bande {
    max-width: 693.6px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 768px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 769px) and (max-width: 992px) {
  .bande {
    max-width: 909.6px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 993px) and (max-width: 1300px) {
  .bande {
    max-width: 1092.8727272727px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 1301px) and (max-width: 1600px) {
  .bande {
    max-width: 1285.6px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 1601px) {
  .bande {
    max-width: 1348.4571428571px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .bande::before {
    display: block;
    content: "";
    width: 36px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #000421, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bande::after {
    display: block;
    content: "";
    width: 36px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #000421, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte {
    padding-bottom: 18px;
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 13.2px;
    text-align: left;
    line-height: 28.8px;
    margin: auto;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 768px) {
  .bandedecouverte {
    max-width: 693.6px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 768px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 769px) and (max-width: 992px) {
  .bandedecouverte {
    max-width: 909.6px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 993px) and (max-width: 1300px) {
  .bandedecouverte {
    max-width: 1092.8727272727px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 1301px) and (max-width: 1600px) {
  .bandedecouverte {
    max-width: 1285.6px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 1601px) {
  .bandedecouverte {
    max-width: 1348.4571428571px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .bandedecouverte::before {
    display: block;
    content: "";
    width: 36px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #659EC9, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte::after {
    display: block;
    content: "";
    width: 36px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #659EC9, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .headercarousel {
    width: 100%;
    min-height: 57.6px;
    z-index: 10;
    top: 0;
    padding-left: 26.4px;
    padding-right: 26.4px;
    padding-bottom: 9.6px;
  }
  .headercarousel .titleEnviro {
    display: inline-block;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 19.2px;
    margin-left: 9.6px;
    margin-right: 6px;
    margin-top: 22.8px;
    height: 19.2px;
    line-height: 19.2px;
    vertical-align: top;
  }
  .headercarousel .categories {
    display: inline-block;
    padding-right: 96px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 480px) {
  .headercarousel .categories {
    display: block;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .headercarousel .delete {
    display: inline-block;
    height: 36px;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 13.2px;
    padding: 0 9.6px;
    margin-left: 9.6px;
    margin-right: 9.6px;
    margin-top: 19.2px;
    height: 31.2px;
    line-height: 28.8px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background-image: url("../img/suppr.svg");
  }
  .headercarousel .delete:hover {
    opacity: 0.5;
  }
  .headercarousel .categorie {
    display: inline-block;
    border-radius: 15.6px;
    background-color: #000421;
    border: 1.2px solid #FFFFFF;
    height: 36px;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 300;
    font-size: 13.2px;
    padding: 0 9.6px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 16.8px;
    height: 31.2px;
    line-height: 28.8px;
    vertical-align: top;
    cursor: pointer;
  }
  .headercarousel .categorie.active {
    background-color: #3B3E54;
    border: 1.2px solid #FFFFFF;
    color: #79C942;
    cursor: default;
    opacity: 1;
  }
  .headercarousel .categorie.divers {
    display: none;
  }
  .headercarousel .categorie:not(.active):hover {
    background-color: #3B3E54;
    border: 1.2px solid #FFFFFF;
  }
  .headercarousel .categorie.favoris {
    padding-right: 33.6px;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: right 9.6px center;
    background-size: 14.4px;
  }
  .headercarousel .categorie.favoris.active {
    background-image: url("../img/favorissel.svg");
  }
  .carousel {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 0px;
    padding-left: 26.4px;
    padding-right: 26.4px;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.grabbing {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (pointer: fine) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    opacity: 0;
    position: absolute;
    bottom: 42px;
    width: 24px;
    height: 120px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14.4px 60px;
  }
  .bande .prev[style*="opacity: 0;"],
  .bande .next[style*="opacity: 0;"],
  .bandedecouverte .prev[style*="opacity: 0;"],
  .bandedecouverte .next[style*="opacity: 0;"] {
    cursor: default;
  }
  .bande .prev,
  .bandedecouverte .prev {
    left: -26.4px;
    rotate: 180deg;
  }
  .bande .next,
  .bandedecouverte .next {
    right: -26.4px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (pointer: coarse) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    display: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .vignette {
    flex: 0 0 240px;
    margin: 0px 9.6px 0px 9.6px;
    display: none;
    position: relative;
  }
  .vignette.show {
    display: inline-block;
  }
  .vignette .image {
    position: relative;
    background-color: rgba(59, 62, 84, 0.5);
    overflow: hidden;
    border-radius: 7.2px;
    width: 240px;
    height: 135px;
    cursor: pointer;
  }
  .vignette .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (pointer: coarse) {
  .vignette .image img {
    opacity: 0.4;
    filter: blur(2px);
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .vignette.active .image img {
    opacity: 1;
    filter: none;
  }
  .vignette.active .favoris {
    top: 4.8px;
    right: 4.8px;
    border-radius: 50%;
    position: absolute;
    height: 28.8px;
    width: 28.8px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette.active .favoris::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19.2px 19.2px;
    filter: drop-shadow(0 1.2px 0.24px rgb(0, 0, 0));
  }
  .vignette .favoris.active::after {
    background-image: url("../img/favorissel.svg");
  }
  .vignette:not(.telechargement) .media-delete {
    top: 100.8px;
    right: 4.8px;
    border-radius: 50%;
    position: absolute;
    height: 28.8px;
    width: 28.8px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette:not(.telechargement) .media-delete::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/telecharge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19.2px 19.2px;
    filter: drop-shadow(0 1.2px 0.24px rgb(0, 0, 0));
  }
  .vignette.active .media-delete::after {
    background-image: url("../img/suppr.svg");
  }
  .vignette.telechargement .barretel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.6px;
    background-color: #3B3E54;
  }
  .vignette.active .barretel {
    display: none;
  }
  .vignette .barretel .progress {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3.6px;
    border-radius: 2.4px;
    background-color: #79C942;
  }
  .vignette .logo {
    position: relative;
    width: 25.2px;
    height: 18px;
    margin-top: 2.4px;
    margin-bottom: 7.2px;
    margin-right: 6px;
    display: inline-block;
    opacity: 0.6;
  }
  .vignette .titleVignette {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 12px;
    margin-top: 2.4px;
    width: 202.8px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
  }
  .bandedecouverte .vignette .titleVignette {
    font-weight: 400;
  }
  .vignette.active .titleVignette {
    opacity: 1;
  }
  .bandedecouverte .titleVignette {
    color: #000421;
  }
  .close {
    position: absolute;
    top: 21.6px;
    right: 27.6px;
    cursor: pointer;
    height: 21.6px;
    width: 21.6px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .close svg {
    fill: #FFFFFF;
    width: 21.6px;
    height: 21.6px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .close:hover svg {
    fill: #79C942;
    width: 21.6px;
    height: 21.6px;
  }
  .gc-container .title,
  .container .title {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24.36px;
    margin-bottom: 18px;
    margin-top: 0;
    text-align: center;
  }
  .footer-container .container .title {
    text-align: left;
  }
  .container .titlebleu {
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 700;
    font-size: 28.8px;
    margin-bottom: 18px;
    margin-top: 36px !important;
    text-align: center;
  }
  .gc-container .title2,
  .container .title2 {
    font-size: 28.8px;
  }
  .gc-container .title-big,
  .container .title-big {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 52.8px;
    margin-bottom: 18px;
    margin-top: 0;
    text-align: center;
  }
  .gc-container .title span,
  .container .title span,
  .gc-container .title-big span,
  .container .title-big span,
  .gc-container .title2 span,
  .container .title2 span {
    color: #79C942;
  }
  .blocdegrade {
    border-radius: 9.6px;
    background: linear-gradient(85deg, #60cbdb 0%, #c7fcd4 45%, #bce565 82%, #7ae38e 100%);
    height: 543.6px;
    position: relative;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 768px) {
  .blocdegrade {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .treeblocs > .px-4 {
    padding-left: 14.4px !important;
    padding-right: 14.4px !important;
  }
  .horsconnexion {
    font-weight: 800;
    font-size: 15.6px;
    color: #000421;
    font-family: "Poppins", serif;
  }
  .horsconnexion::before {
    content: "";
    width: 20.4px;
    height: 18px;
    left: -2.4px;
    top: 2.4px;
    position: relative;
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20.4px 18px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .noticepdf {
    font-weight: 600;
    font-size: 14.4px;
    color: #79C942;
    font-family: "Poppins", serif;
    text-decoration: underline;
    text-underline-offset: 4.8px;
    cursor: pointer;
  }
  .noticepdf::before {
    content: "";
    width: 26.4px;
    height: 34.8px;
    left: -6px;
    top: 12px;
    position: relative;
    background-image: url("../img/noticepdf.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .blocdegradebtn {
    width: 198px;
    height: 48px;
    background: #79C942;
    border-radius: 24px;
    color: #000421;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 16.8px;
    text-align: center;
    line-height: 43.2px;
    bottom: 24px;
    position: absolute;
    border: 2.4px solid transparent;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 768px) {
  .blocdegradebtn {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    bottom: auto;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .blocdegradebtn.disable {
    background: transparent;
    color: #000421;
    cursor: default;
  }
  .blocdegradebtn:hover:not(.disable):not(.disabled) {
    background: #000421;
    color: #79C942;
    border: 2.4px solid #79C942;
  }
  .blocdegradebtn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .blockIframe {
    margin: auto;
    box-shadow: 0 0 5vh rgba(0, 0, 0, 0.5);
  }
  .source {
    display: block;
  }
  .subTitle {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16.8px;
    margin-bottom: 18px;
    margin-top: -9.6px;
    text-align: center;
  }
  .titlegreen {
    font-family: "Poppins", serif;
    color: #79C942;
    font-weight: 700;
    font-size: 19.2px;
    margin-bottom: 7.2px;
  }
  .form {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    max-width: 831.6px;
    margin: auto;
    padding: 0 12px;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .form {
      /* remplacer inset centré par transform centré (fallback iOS) */
      inset: auto;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      margin: 0;
      /* empêcher margin:auto d'interférer */
      transform: translate(-50%, -50%);
      /* garantir largeur responsive */
      width: 100%;
      max-width: 831.6px;
    }
    /* Si la fenêtre est petite, garder alignement vertical normal */
    @media screen and (min-width: 1301px) and (max-width: 1600px) and (max-height: 500px) {
      .form {
        position: absolute;
        top: 36px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-height: 720px) {
  .form.subscribe {
    justify-content: flex-start;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-height: 360px) {
  .form.account {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 36px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-height: 603.6px) {
  .form.register {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 36px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-height: 426px) {
  .form.login {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 36px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (min-width: 830.4px) and (max-height: 522px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 36px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 829.2px) and (max-height: 660px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 36px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-height: 660px) {
  .form.editaccount {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 36px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .smalllink {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 12px;
    margin-top: 0;
    line-height: 10.8px;
    padding-top: 0;
    left: 12px;
    position: relative;
    text-decoration: underline;
    margin-bottom: 14.4px;
    margin-top: -12px;
    text-align: left;
    display: block;
    cursor: pointer;
  }
  .smalllink.editaccount {
    left: 0;
    margin-top: -18px;
    margin-bottom: 36px;
  }
  .smalllink.editaccount::before {
    content: "";
    width: 15.6px;
    height: 15.6px;
    left: -2.4px;
    top: 2.4px;
    position: relative;
    background-image: url("../img/editaccount.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15.6px 15.6px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .smalllink.disconnect {
    left: 0;
    margin-top: 0px;
    margin-bottom: 36px;
  }
  .smalllink.disconnect::before {
    content: "";
    width: 15.6px;
    height: 15.6px;
    left: -2.4px;
    top: 2.4px;
    position: relative;
    background-image: url("../img/disconnect.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15.6px 15.6px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .infosaccount {
    font-family: "Poppins", serif;
    background-color: #3B3E54;
    padding: 12px 12px;
    border-radius: 24px;
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 19.2px;
    margin-top: 0;
    text-align: center;
    left: 12px;
    position: relative;
    min-width: 300px;
    margin-bottom: 12px;
  }
  .infosaccount .firstname,
  .infosaccount .lastname {
    font-size: 21.6px;
    font-weight: 600;
    color: #79C942;
  }
  .infosaccount .firstname {
    margin-right: 4.8px;
  }
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    padding: 13.2px;
    margin-bottom: 16.8px;
    border: 0;
    border-radius: 24px;
    height: 40.8px;
    min-width: 388.8px;
    max-width: 100%;
    font-size: 19.2px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 19.2px;
    border: 1.2px solid #000421;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 324px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .form .error {
    font-family: "Poppins", serif;
    color: #f36c2d;
    font-weight: 500;
    font-size: 12px;
    margin-top: 0;
    line-height: 21.6px;
    padding-top: 0;
    position: relative;
    margin-bottom: 7.2px;
    margin-top: -7.2px;
    text-align: center;
    display: block;
  }
  .form .error.success {
    color: #79C942;
  }
  .form textarea {
    height: auto;
    resize: none;
    border: 13.2px solid #3B3E54;
    padding: 0px;
    min-height: 116.4px;
    scrollbar-color: #79C942 #3B3E54;
  }
  .form input:-webkit-autofill,
  .form input:-webkit-autofill:focus,
  .form input:-webkit-autofill:hover,
  .form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 36px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 19.2px;
    border: 0;
  }
  .form input:focus {
    outline: none;
    border: 1.2px solid #FFFFFF;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 19.2px;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 19.2px;
  }
  .form .fullwidth {
    width: 100%;
  }
  .flexinput2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
    justify-content: center;
  }
  .flexinputright {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    width: 100%;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) and (max-width: 673px) {
  .flexinputright {
    justify-content: center;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1600px) {
  .flexinput {
    flex: 1 1 388.8px;
  }
  .form button.btn-connect,
  .form button.btn-submit {
    display: block;
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: #79C942 1.2px solid;
    border-radius: 20.4px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 19.2px;
    min-width: 164.4px;
    padding: 9.6px 18px;
    height: 40.8px;
    line-height: 19.2px;
    margin-bottom: 32.4px;
  }
  .form button.btn-submit {
    margin-bottom: 0px;
  }
  .form button:hover.btn-connect,
  .form button:hover.btn-submit {
    color: #79C942;
    border: #79C942 1.2px solid;
    background-color: #000421;
  }
  .form button.btn-register,
  .form button.btn-cancel {
    display: block;
    background-color: #000421;
    /* Vert */
    color: #FFFFFF;
    border: 1.2px solid #FFFFFF;
    border-radius: 20.4px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 19.2px;
    min-width: 164.4px;
    padding: 9.6px 18px;
    height: 40.8px;
    line-height: 18px;
    margin-bottom: 32.4px;
  }
  .form button.btn-cancel {
    margin-bottom: 32.4px;
  }
  .form button.btn-cancel:hover {
    color: #79C942;
    border: #79C942 1.2px solid;
    background-color: #000421;
  }
  .form button:hover.btn-register {
    color: #79C942;
    border: #79C942 1.2px solid;
  }
  .radio input[type=radio] {
    display: none;
  }
  .radio {
    text-align: center;
    margin-bottom: 12px;
  }
  .radio label {
    display: inline-block;
    position: relative;
    padding: 0px 18px;
    margin-right: 18px;
    cursor: pointer;
    font-family: "Poppins", serif;
    border: #FFFFFF 1.2px solid;
    border-radius: 20.4px;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 19.2px;
    line-height: 40.8px;
    height: 40.8px;
    opacity: 0.6;
    margin-bottom: 20.4px;
  }
  .radio input[type=radio]:checked + label {
    color: #79C942;
    border-color: #FFFFFF;
    background-color: #3B3E54;
    opacity: 1;
  }
  .checkbox {
    text-align: center;
    margin-bottom: 24px;
  }
  .checkbox input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16.8px;
    height: 16.8px;
    border: 1.2px solid #FFFFFF;
    border-radius: 2.4px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    top: -2.4px;
    margin-right: 0px;
  }
  .checkbox input[type=checkbox]:checked {
    background-color: #79C942;
    border-color: #FFFFFF;
  }
  .checkbox label {
    display: inline;
    position: relative;
    padding: 0px 8.4px;
    cursor: pointer;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 19.2px;
    line-height: 19.2px;
    height: 19.2px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .checkbox label a {
    color: #B8B9C1;
    text-decoration: underline;
  }
  .welcome-message {
    color: #FFFFFF;
    font-family: "Poppins", serif;
    text-align: center;
  }
  .media-iframe {
    width: 1280px;
    height: 720px;
    margin: auto;
    display: flex;
  }
  .wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 4, 33, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .wrapper-loading .loading-logo {
    width: 80px;
    height: 80px;
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 130px;
    position: relative;
  }
  .wrapper-loading .loading-text {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16.8px;
    text-align: center;
    margin-top: 8px;
    top: 130px;
    position: relative;
  }
  .notice {
    background: #000421;
  }
  .inputlink {
    position: relative;
  }
  .toggle-password {
    position: absolute;
    right: 12px;
    top: 19.2px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    outline: none;
    opacity: 0.4;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
  }
  .toggle-password:hover {
    opacity: 1;
  }
  .toggle-password svg {
    width: 26.4px;
    height: 26.4px;
    pointer-events: none;
  }
  .pin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pin-input {
    width: 40px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 3px;
    text-align: center;
    font-size: 36px;
    /*cursor: not-allowed;
    pointer-events: none;*/
    min-width: 60px !important;
  }
  .pin-input:focus {
    border-bottom: 3px solid orange;
    outline: none;
  }
  .resend-verification-code-text {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 14.4px;
    margin-top: 6px;
    margin-bottom: 24px;
    text-align: center;
  }
  .terms-modal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 24px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  .terms-modal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1.2px solid #FFFFFF;
    max-width: 1200px;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    border-radius: 9.6px;
    padding: 24px;
    position: relative;
    text-align: left;
  }
  .terms-modal .terms-content h2 {
    color: #79C942;
    /* Titres en vert */
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .terms-modal .terms-content p {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .terms-modal .terms-content b {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.8;
  }
  .terms-modal .close-terms-modal {
    position: absolute;
    top: 21.6px;
    right: 27.6px;
    cursor: pointer;
    height: 21.6px;
    width: 21.6px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .terms-modal .close-terms-modal svg {
    fill: #FFFFFF;
    width: 21.6px;
    height: 21.6px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .terms-modal .close-terms-modal:hover svg {
    fill: #79C942;
    width: 21.6px;
    height: 21.6px;
  }
  .terms-modal h2 {
    margin-top: 0;
  }
  .terms-modal[aria-hidden=false] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #newVersionModal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 24px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  #newVersionModal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1.2px solid #FFFFFF;
    max-width: 600px;
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    border-radius: 9.6px;
    padding: 24px;
    position: relative;
    text-align: center;
  }
  #link-faq {
    cursor: pointer;
  }
  .faq-list .faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
  }
  .faq-list .faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .faq-list .faq-question {
    background: transparent;
    border: none;
    color: #79C942;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-list .faq-question:focus {
    outline: none;
  }
  .faq-list .faq-question::after {
    content: "+";
    font-size: 1.2em;
  }
  .faq-list .faq-question[aria-expanded=true]::after {
    content: "−";
  }
  .faq-list .faq-answer {
    padding: 0 10px;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
}
@media screen and (min-width: 1601px) {
  .maquette {
    position: absolute;
    left: 0px;
    right: 0;
    z-index: 100;
    opacity: 0.3;
    top: -154px;
    margin: auto;
    width: 1495.2px;
    pointer-events: none;
  }
  .gc-header {
    width: 100%;
    height: 84px;
    background-color: #0D102C;
    position: fixed;
    z-index: 30;
    top: 0;
    text-align: center;
    line-height: 89.6px;
  }
  .gc-header .logo {
    width: 112px;
    top: -5.6px;
    position: relative;
    margin-right: 4.2px;
    margin-left: 19.6px;
  }
  .gc-header input {
    padding: 0 15.4px;
    border: 0;
    border-radius: 5.6px;
    height: 44.8px;
    width: 291.2px;
    font-size: 22.4px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 600;
    font-size: 22.4px;
    text-transform: uppercase;
    line-height: 44.8px;
    border: 1.4px solid #000421;
  }
  .gc-header input::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 16.8px;
    text-transform: none;
    line-height: 44.8px;
    position: relative;
    top: -2px;
  }
  .gc-header input::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 16.8px;
    text-transform: none;
    line-height: 44.8px;
    position: relative;
    top: -2px;
  }
  .gc-header input:-webkit-autofill,
  .gc-header input:-webkit-autofill:focus,
  .gc-header input:-webkit-autofill:hover,
  .gc-header input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 42px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 22.4px;
    border: 0;
  }
  .gc-header input:focus {
    outline: none;
    border: 1.4px solid #FFFFFF;
  }
  .gc-header button.btn-ok {
    background-color: #0D102C;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 22.4px;
    width: 50.4px;
    height: 44.8px;
    line-height: 22.4px;
  }
  .gc-header button:hover.btn-ok {
    color: #79C942;
  }
  .gc-header button.btn-ok.loading {
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .menumobile {
    width: 58.8px;
    height: 58.8px;
    bottom: 14px;
    right: 14px;
    position: fixed;
    z-index: 50;
  }
  /* Fix centrage pour Safari mobile / iOS (ex: iOS12) */
  /* style.css */
  /* Quand la modal est ouverte via aria-hidden="false", on passe en flex */
  /* Style pour la modal de nouvelle version (peut être intégré dans .terms-modal) */
}
@media screen and (min-width: 1601px) and (max-width: 768px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 1601px) and (min-width: 769px) {
  .menumobile {
    display: none;
  }
}
@media screen and (min-width: 1601px) and (pointer: coarse) {
  .menumobile {
    display: block;
  }
  .menu {
    display: none;
  }
}
@media screen and (min-width: 1601px) {
  .menumobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 58.8px;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .menumobile ul.show {
    display: block;
    opacity: 1;
  }
  .menumobile li {
    width: 58.8px;
    height: 58.8px;
    background-color: #79C942;
    border-radius: 50%;
    margin-bottom: -58.8px;
    position: relative;
    transition: margin-bottom 0.3s cubic-bezier(0, 0, 0.165, 1.3);
    cursor: pointer;
  }
  .menumobile ul.show li {
    margin-bottom: 14px;
  }
  .menumobile .menu0 {
    cursor: pointer;
    width: 58.8px;
    height: 58.8px;
    padding: 0;
    margin: 0;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu1 {
    width: 58.8px;
    height: 58.8px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .menumobile .menu2 {
    width: 58.8px;
    height: 58.8px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .menu {
    width: 58.8px;
    height: 58.8px;
    top: 14px;
    right: 14px;
    position: fixed;
    z-index: 50;
  }
  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .menu li {
    width: 58.8px;
    height: 58.8px;
    background-color: #79C942;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .menu ul li {
    margin-left: 14px;
  }
  .menu .menu0 {
    cursor: pointer;
    width: 58.8px;
    height: 58.8px;
    background-color: #79C942;
    border-radius: 50%;
    border: 0;
    z-index: 10;
    position: relative;
    background-image: url("../img/menu.svg");
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .menu .menu1 {
    width: 58.8px;
    height: 58.8px;
    background-image: url("../img/menu1.svg");
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .menu .menu2 {
    width: 58.8px;
    height: 58.8px;
    background-image: url("../img/menu2.svg");
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  }
  .message {
    width: 100%;
    height: 0px;
    overflow: hidden;
    background-color: #79C942;
    position: fixed;
    z-index: 20;
    top: 84px;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 15.4px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 33.6px;
    padding: 0 14px;
    transition: height 0.3s ease;
  }
  .message.expanding {
    height: 35px;
  }
  .message button {
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: none;
    border-radius: 11.2px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-size: 15.4px;
    width: auto;
    height: 22.4px;
    line-height: 15.4px;
    border: #000421 1.4px solid;
    margin: 0 5.6px;
  }
  .message button:hover {
    background-color: #000421;
    color: #79C942;
  }
  .message button.messageclose {
    position: absolute;
    top: 7px;
    right: 7px;
    font-weight: 300;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    margin: 0 0px;
    text-align: center;
    padding: 0 6.3px;
  }
  .bandes {
    margin-top: 84px;
    margin-bottom: 70px;
  }
  .message:not(:empty) + .bandes {
    margin-top: 117.6px;
  }
  .bandes {
    transition: margin-top 0.3s ease;
  }
}
@media screen and (min-width: 1601px) and (pointer: fine) {
  .bandes {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media screen and (min-width: 1601px) {
  .bandesdecouverte {
    background: #659EC9;
  }
  .bandesdecouverte .title {
    padding-top: 21px;
  }
  .bande {
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 15.4px;
    text-align: left;
    line-height: 33.6px;
    margin: auto;
  }
}
@media screen and (min-width: 1601px) and (max-width: 768px) {
  .bande {
    max-width: 809.2px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 768px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (min-width: 1601px) and (min-width: 769px) and (max-width: 992px) {
  .bande {
    max-width: 1061.2px;
  }
}
@media screen and (min-width: 1601px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bande {
    max-width: none;
  }
}
@media screen and (min-width: 1601px) and (min-width: 993px) and (max-width: 1300px) {
  .bande {
    max-width: 1275.0181818182px;
  }
}
@media screen and (min-width: 1601px) and (min-width: 1301px) and (max-width: 1600px) {
  .bande {
    max-width: 1499.8666666667px;
  }
}
@media screen and (min-width: 1601px) and (min-width: 1601px) {
  .bande {
    max-width: 1573.2px;
  }
}
@media screen and (min-width: 1601px) {
  .bande::before {
    display: block;
    content: "";
    width: 42px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #000421, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bande::after {
    display: block;
    content: "";
    width: 42px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #000421, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte {
    padding-bottom: 21px;
    height: auto;
    position: relative;
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 500;
    font-size: 15.4px;
    text-align: left;
    line-height: 33.6px;
    margin: auto;
  }
}
@media screen and (min-width: 1601px) and (max-width: 768px) {
  .bandedecouverte {
    max-width: 809.2px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 768px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (min-width: 1601px) and (min-width: 769px) and (max-width: 992px) {
  .bandedecouverte {
    max-width: 1061.2px;
  }
}
@media screen and (min-width: 1601px) and (min-width: 769px) and (max-width: 992px) and (pointer: coarse) {
  .bandedecouverte {
    max-width: none;
  }
}
@media screen and (min-width: 1601px) and (min-width: 993px) and (max-width: 1300px) {
  .bandedecouverte {
    max-width: 1275.0181818182px;
  }
}
@media screen and (min-width: 1601px) and (min-width: 1301px) and (max-width: 1600px) {
  .bandedecouverte {
    max-width: 1499.8666666667px;
  }
}
@media screen and (min-width: 1601px) and (min-width: 1601px) {
  .bandedecouverte {
    max-width: 1573.2px;
  }
}
@media screen and (min-width: 1601px) {
  .bandedecouverte::before {
    display: block;
    content: "";
    width: 42px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #659EC9, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .bandedecouverte::after {
    display: block;
    content: "";
    width: 42px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, #659EC9, transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .headercarousel {
    width: 100%;
    min-height: 67.2px;
    z-index: 10;
    top: 0;
    padding-left: 30.8px;
    padding-right: 30.8px;
    padding-bottom: 11.2px;
  }
  .headercarousel .titleEnviro {
    display: inline-block;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22.4px;
    margin-left: 11.2px;
    margin-right: 7px;
    margin-top: 26.6px;
    height: 22.4px;
    line-height: 22.4px;
    vertical-align: top;
  }
  .headercarousel .categories {
    display: inline-block;
    padding-right: 112px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 480px) {
  .headercarousel .categories {
    display: block;
  }
}
@media screen and (min-width: 1601px) {
  .headercarousel .delete {
    display: inline-block;
    height: 42px;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 15.4px;
    padding: 0 11.2px;
    margin-left: 11.2px;
    margin-right: 11.2px;
    margin-top: 22.4px;
    height: 36.4px;
    line-height: 33.6px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    background-image: url("../img/suppr.svg");
  }
  .headercarousel .delete:hover {
    opacity: 0.5;
  }
  .headercarousel .categorie {
    display: inline-block;
    border-radius: 18.2px;
    background-color: #000421;
    border: 1.4px solid #FFFFFF;
    height: 42px;
    font-family: "Poppins", serif;
    color: #FFFFFF;
    opacity: 0.6;
    font-weight: 300;
    font-size: 15.4px;
    padding: 0 11.2px;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 19.6px;
    height: 36.4px;
    line-height: 33.6px;
    vertical-align: top;
    cursor: pointer;
  }
  .headercarousel .categorie.active {
    background-color: #3B3E54;
    border: 1.4px solid #FFFFFF;
    color: #79C942;
    cursor: default;
    opacity: 1;
  }
  .headercarousel .categorie.divers {
    display: none;
  }
  .headercarousel .categorie:not(.active):hover {
    background-color: #3B3E54;
    border: 1.4px solid #FFFFFF;
  }
  .headercarousel .categorie.favoris {
    padding-right: 39.2px;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: right 11.2px center;
    background-size: 16.8px;
  }
  .headercarousel .categorie.favoris.active {
    background-image: url("../img/favorissel.svg");
  }
  .carousel {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 0px;
    padding-left: 30.8px;
    padding-right: 30.8px;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.grabbing {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
  }
}
@media screen and (min-width: 1601px) and (pointer: fine) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    opacity: 0;
    position: absolute;
    bottom: 49px;
    width: 28px;
    height: 140px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16.8px 70px;
  }
  .bande .prev[style*="opacity: 0;"],
  .bande .next[style*="opacity: 0;"],
  .bandedecouverte .prev[style*="opacity: 0;"],
  .bandedecouverte .next[style*="opacity: 0;"] {
    cursor: default;
  }
  .bande .prev,
  .bandedecouverte .prev {
    left: -30.8px;
    rotate: 180deg;
  }
  .bande .next,
  .bandedecouverte .next {
    right: -30.8px;
  }
}
@media screen and (min-width: 1601px) and (pointer: coarse) {
  .bande .prev,
  .bande .next,
  .bandedecouverte .prev,
  .bandedecouverte .next {
    display: none;
  }
}
@media screen and (min-width: 1601px) {
  .vignette {
    flex: 0 0 280px;
    margin: 0px 11.2px 0px 11.2px;
    display: none;
    position: relative;
  }
  .vignette.show {
    display: inline-block;
  }
  .vignette .image {
    position: relative;
    background-color: rgba(59, 62, 84, 0.5);
    overflow: hidden;
    border-radius: 8.4px;
    width: 280px;
    height: 157.5px;
    cursor: pointer;
  }
  .vignette .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 1601px) and (pointer: coarse) {
  .vignette .image img {
    opacity: 0.4;
    filter: blur(2px);
  }
}
@media screen and (min-width: 1601px) {
  .vignette.active .image img {
    opacity: 1;
    filter: none;
  }
  .vignette.active .favoris {
    top: 5.6px;
    right: 5.6px;
    border-radius: 50%;
    position: absolute;
    height: 33.6px;
    width: 33.6px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette.active .favoris::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/favoris.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22.4px 22.4px;
    filter: drop-shadow(0 1.4px 0.28px rgb(0, 0, 0));
  }
  .vignette .favoris.active::after {
    background-image: url("../img/favorissel.svg");
  }
  .vignette:not(.telechargement) .media-delete {
    top: 117.6px;
    right: 5.6px;
    border-radius: 50%;
    position: absolute;
    height: 33.6px;
    width: 33.6px;
    background-color: rgba(59, 62, 84, 0.5);
  }
  .vignette:not(.telechargement) .media-delete::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/telecharge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22.4px 22.4px;
    filter: drop-shadow(0 1.4px 0.28px rgb(0, 0, 0));
  }
  .vignette.active .media-delete::after {
    background-image: url("../img/suppr.svg");
  }
  .vignette.telechargement .barretel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.2px;
    background-color: #3B3E54;
  }
  .vignette.active .barretel {
    display: none;
  }
  .vignette .barretel .progress {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4.2px;
    border-radius: 2.8px;
    background-color: #79C942;
  }
  .vignette .logo {
    position: relative;
    width: 29.4px;
    height: 21px;
    margin-top: 2.8px;
    margin-bottom: 8.4px;
    margin-right: 7px;
    display: inline-block;
    opacity: 0.6;
  }
  .vignette .titleVignette {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    margin-top: 2.8px;
    width: 236.6px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.5;
  }
  .bandedecouverte .vignette .titleVignette {
    font-weight: 400;
  }
  .vignette.active .titleVignette {
    opacity: 1;
  }
  .bandedecouverte .titleVignette {
    color: #000421;
  }
  .close {
    position: absolute;
    top: 25.2px;
    right: 32.2px;
    cursor: pointer;
    height: 25.2px;
    width: 25.2px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .close svg {
    fill: #FFFFFF;
    width: 25.2px;
    height: 25.2px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .close:hover svg {
    fill: #79C942;
    width: 25.2px;
    height: 25.2px;
  }
  .gc-container .title,
  .container .title {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 28.42px;
    margin-bottom: 21px;
    margin-top: 0;
    text-align: center;
  }
  .footer-container .container .title {
    text-align: left;
  }
  .container .titlebleu {
    font-family: "Poppins", serif;
    color: #000421;
    font-weight: 700;
    font-size: 33.6px;
    margin-bottom: 21px;
    margin-top: 42px !important;
    text-align: center;
  }
  .gc-container .title2,
  .container .title2 {
    font-size: 33.6px;
  }
  .gc-container .title-big,
  .container .title-big {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 61.6px;
    margin-bottom: 21px;
    margin-top: 0;
    text-align: center;
  }
  .gc-container .title span,
  .container .title span,
  .gc-container .title-big span,
  .container .title-big span,
  .gc-container .title2 span,
  .container .title2 span {
    color: #79C942;
  }
  .blocdegrade {
    border-radius: 11.2px;
    background: linear-gradient(85deg, #60cbdb 0%, #c7fcd4 45%, #bce565 82%, #7ae38e 100%);
    height: 634.2px;
    position: relative;
  }
}
@media screen and (min-width: 1601px) and (max-width: 768px) {
  .blocdegrade {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 1601px) {
  .treeblocs > .px-4 {
    padding-left: 16.8px !important;
    padding-right: 16.8px !important;
  }
  .horsconnexion {
    font-weight: 800;
    font-size: 18.2px;
    color: #000421;
    font-family: "Poppins", serif;
  }
  .horsconnexion::before {
    content: "";
    width: 23.8px;
    height: 21px;
    left: -2.8px;
    top: 2.8px;
    position: relative;
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23.8px 21px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .noticepdf {
    font-weight: 600;
    font-size: 16.8px;
    color: #79C942;
    font-family: "Poppins", serif;
    text-decoration: underline;
    text-underline-offset: 5.6px;
    cursor: pointer;
  }
  .noticepdf::before {
    content: "";
    width: 30.8px;
    height: 40.6px;
    left: -7px;
    top: 14px;
    position: relative;
    background-image: url("../img/noticepdf.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .blocdegradebtn {
    width: 231px;
    height: 56px;
    background: #79C942;
    border-radius: 28px;
    color: #000421;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 19.6px;
    text-align: center;
    line-height: 50.4px;
    bottom: 28px;
    position: absolute;
    border: 2.8px solid transparent;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1601px) and (max-width: 768px) {
  .blocdegradebtn {
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
    bottom: auto;
  }
}
@media screen and (min-width: 1601px) {
  .blocdegradebtn.disable {
    background: transparent;
    color: #000421;
    cursor: default;
  }
  .blocdegradebtn:hover:not(.disable):not(.disabled) {
    background: #000421;
    color: #79C942;
    border: 2.8px solid #79C942;
  }
  .blocdegradebtn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .blockIframe {
    margin: auto;
    box-shadow: 0 0 5vh rgba(0, 0, 0, 0.5);
  }
  .source {
    display: block;
  }
  .subTitle {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 19.6px;
    margin-bottom: 21px;
    margin-top: -11.2px;
    text-align: center;
  }
  .titlegreen {
    font-family: "Poppins", serif;
    color: #79C942;
    font-weight: 700;
    font-size: 22.4px;
    margin-bottom: 8.4px;
  }
  .form {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    max-width: 970.2px;
    margin: auto;
    padding: 0 14px;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .form {
      /* remplacer inset centré par transform centré (fallback iOS) */
      inset: auto;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      margin: 0;
      /* empêcher margin:auto d'interférer */
      transform: translate(-50%, -50%);
      /* garantir largeur responsive */
      width: 100%;
      max-width: 970.2px;
    }
    /* Si la fenêtre est petite, garder alignement vertical normal */
    @media screen and (min-width: 1601px) and (max-height: 500px) {
      .form {
        position: absolute;
        top: 42px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
}
@media screen and (min-width: 1601px) and (max-height: 840px) {
  .form.subscribe {
    justify-content: flex-start;
    margin-top: 14px;
  }
}
@media screen and (min-width: 1601px) and (max-height: 420px) {
  .form.account {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 42px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1601px) and (max-height: 704.2px) {
  .form.register {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 42px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1601px) and (max-height: 497px) {
  .form.login {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 42px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1601px) and (min-width: 968.8px) and (max-height: 609px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 42px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1601px) and (max-width: 967.4px) and (max-height: 770px) {
  .form.contact {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 42px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1601px) and (max-height: 770px) {
  .form.editaccount {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 42px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1601px) {
  .smalllink {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 14px;
    margin-top: 0;
    line-height: 12.6px;
    padding-top: 0;
    left: 14px;
    position: relative;
    text-decoration: underline;
    margin-bottom: 16.8px;
    margin-top: -14px;
    text-align: left;
    display: block;
    cursor: pointer;
  }
  .smalllink.editaccount {
    left: 0;
    margin-top: -21px;
    margin-bottom: 42px;
  }
  .smalllink.editaccount::before {
    content: "";
    width: 18.2px;
    height: 18.2px;
    left: -2.8px;
    top: 2.8px;
    position: relative;
    background-image: url("../img/editaccount.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18.2px 18.2px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .smalllink.disconnect {
    left: 0;
    margin-top: 0px;
    margin-bottom: 42px;
  }
  .smalllink.disconnect::before {
    content: "";
    width: 18.2px;
    height: 18.2px;
    left: -2.8px;
    top: 2.8px;
    position: relative;
    background-image: url("../img/disconnect.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18.2px 18.2px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  .infosaccount {
    font-family: "Poppins", serif;
    background-color: #3B3E54;
    padding: 14px 14px;
    border-radius: 28px;
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22.4px;
    margin-top: 0;
    text-align: center;
    left: 14px;
    position: relative;
    min-width: 350px;
    margin-bottom: 14px;
  }
  .infosaccount .firstname,
  .infosaccount .lastname {
    font-size: 25.2px;
    font-weight: 600;
    color: #79C942;
  }
  .infosaccount .firstname {
    margin-right: 5.6px;
  }
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    padding: 15.4px;
    margin-bottom: 19.6px;
    border: 0;
    border-radius: 28px;
    height: 47.6px;
    min-width: 453.6px;
    max-width: 100%;
    font-size: 22.4px;
    background-color: #3B3E54;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 22.4px;
    border: 1.4px solid #000421;
  }
}
@media screen and (min-width: 1601px) and (max-width: 324px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 1601px) {
  .form .error {
    font-family: "Poppins", serif;
    color: #f36c2d;
    font-weight: 500;
    font-size: 14px;
    margin-top: 0;
    line-height: 25.2px;
    padding-top: 0;
    position: relative;
    margin-bottom: 8.4px;
    margin-top: -8.4px;
    text-align: center;
    display: block;
  }
  .form .error.success {
    color: #79C942;
  }
  .form textarea {
    height: auto;
    resize: none;
    border: 15.4px solid #3B3E54;
    padding: 0px;
    min-height: 135.8px;
    scrollbar-color: #79C942 #3B3E54;
  }
  .form input:-webkit-autofill,
  .form input:-webkit-autofill:focus,
  .form input:-webkit-autofill:hover,
  .form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 42px #3B3E54 inset !important;
    -webkit-text-fill-color: #B8B9C1 !important;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 22.4px;
    border: 0;
  }
  .form input:focus {
    outline: none;
    border: 1.4px solid #FFFFFF;
  }
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 22.4px;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    opacity: 0.5;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-style: italic;
    font-weight: 300;
    font-size: 22.4px;
  }
  .form .fullwidth {
    width: 100%;
  }
  .flexinput2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    width: 100%;
    justify-content: center;
  }
  .flexinputright {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    width: 100%;
  }
}
@media screen and (min-width: 1601px) and (max-width: 673px) {
  .flexinputright {
    justify-content: center;
  }
}
@media screen and (min-width: 1601px) {
  .flexinput {
    flex: 1 1 453.6px;
  }
  .form button.btn-connect,
  .form button.btn-submit {
    display: block;
    background-color: #79C942;
    /* Vert */
    color: #000421;
    border: #79C942 1.4px solid;
    border-radius: 23.8px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 22.4px;
    min-width: 191.8px;
    padding: 11.2px 21px;
    height: 47.6px;
    line-height: 22.4px;
    margin-bottom: 37.8px;
  }
  .form button.btn-submit {
    margin-bottom: 0px;
  }
  .form button:hover.btn-connect,
  .form button:hover.btn-submit {
    color: #79C942;
    border: #79C942 1.4px solid;
    background-color: #000421;
  }
  .form button.btn-register,
  .form button.btn-cancel {
    display: block;
    background-color: #000421;
    /* Vert */
    color: #FFFFFF;
    border: 1.4px solid #FFFFFF;
    border-radius: 23.8px;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 22.4px;
    min-width: 191.8px;
    padding: 11.2px 21px;
    height: 47.6px;
    line-height: 21px;
    margin-bottom: 37.8px;
  }
  .form button.btn-cancel {
    margin-bottom: 37.8px;
  }
  .form button.btn-cancel:hover {
    color: #79C942;
    border: #79C942 1.4px solid;
    background-color: #000421;
  }
  .form button:hover.btn-register {
    color: #79C942;
    border: #79C942 1.4px solid;
  }
  .radio input[type=radio] {
    display: none;
  }
  .radio {
    text-align: center;
    margin-bottom: 14px;
  }
  .radio label {
    display: inline-block;
    position: relative;
    padding: 0px 21px;
    margin-right: 21px;
    cursor: pointer;
    font-family: "Poppins", serif;
    border: #FFFFFF 1.4px solid;
    border-radius: 23.8px;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 22.4px;
    line-height: 47.6px;
    height: 47.6px;
    opacity: 0.6;
    margin-bottom: 23.8px;
  }
  .radio input[type=radio]:checked + label {
    color: #79C942;
    border-color: #FFFFFF;
    background-color: #3B3E54;
    opacity: 1;
  }
  .checkbox {
    text-align: center;
    margin-bottom: 28px;
  }
  .checkbox input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 19.6px;
    height: 19.6px;
    border: 1.4px solid #FFFFFF;
    border-radius: 2.8px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    top: -2.8px;
    margin-right: 0px;
  }
  .checkbox input[type=checkbox]:checked {
    background-color: #79C942;
    border-color: #FFFFFF;
  }
  .checkbox label {
    display: inline;
    position: relative;
    padding: 0px 9.8px;
    cursor: pointer;
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 22.4px;
    line-height: 22.4px;
    height: 22.4px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .checkbox label a {
    color: #B8B9C1;
    text-decoration: underline;
  }
  .welcome-message {
    color: #FFFFFF;
    font-family: "Poppins", serif;
    text-align: center;
  }
  .media-iframe {
    width: 1280px;
    height: 720px;
    margin: auto;
    display: flex;
  }
  .wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 4, 33, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .wrapper-loading .loading-logo {
    width: 80px;
    height: 80px;
    background-image: url("../img/tube-spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 130px;
    position: relative;
  }
  .wrapper-loading .loading-text {
    font-family: "Poppins", serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 19.6px;
    text-align: center;
    margin-top: 8px;
    top: 130px;
    position: relative;
  }
  .notice {
    background: #000421;
  }
  .inputlink {
    position: relative;
  }
  .toggle-password {
    position: absolute;
    right: 14px;
    top: 22.4px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    outline: none;
    opacity: 0.4;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
  }
  .toggle-password:hover {
    opacity: 1;
  }
  .toggle-password svg {
    width: 30.8px;
    height: 30.8px;
    pointer-events: none;
  }
  .pin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pin-input {
    width: 40px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 3px;
    text-align: center;
    font-size: 36px;
    /*cursor: not-allowed;
    pointer-events: none;*/
    min-width: 60px !important;
  }
  .pin-input:focus {
    border-bottom: 3px solid orange;
    outline: none;
  }
  .resend-verification-code-text {
    font-family: "Poppins", serif;
    color: #B8B9C1;
    font-weight: 300;
    font-size: 16.8px;
    margin-top: 7px;
    margin-bottom: 28px;
    text-align: center;
  }
  .terms-modal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 28px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  .terms-modal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1.4px solid #FFFFFF;
    max-width: 1400px;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    border-radius: 11.2px;
    padding: 28px;
    position: relative;
    text-align: left;
  }
  .terms-modal .terms-content h2 {
    color: #79C942;
    /* Titres en vert */
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .terms-modal .terms-content p {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .terms-modal .terms-content b {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.8;
  }
  .terms-modal .close-terms-modal {
    position: absolute;
    top: 25.2px;
    right: 32.2px;
    cursor: pointer;
    height: 25.2px;
    width: 25.2px;
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .terms-modal .close-terms-modal svg {
    fill: #FFFFFF;
    width: 25.2px;
    height: 25.2px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .terms-modal .close-terms-modal:hover svg {
    fill: #79C942;
    width: 25.2px;
    height: 25.2px;
  }
  .terms-modal h2 {
    margin-top: 0;
  }
  .terms-modal[aria-hidden=false] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #newVersionModal {
    display: none;
    /* état initial caché */
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    padding: 28px;
    overflow: auto;
    /* Pour éviter le dépassement sur les petits écrans */
  }
  #newVersionModal .terms-content {
    background: #000421;
    color: #FFFFFF;
    border: 1.4px solid #FFFFFF;
    max-width: 700px;
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    border-radius: 11.2px;
    padding: 28px;
    position: relative;
    text-align: center;
  }
  #link-faq {
    cursor: pointer;
  }
  .faq-list .faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
  }
  .faq-list .faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .faq-list .faq-question {
    background: transparent;
    border: none;
    color: #79C942;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq-list .faq-question:focus {
    outline: none;
  }
  .faq-list .faq-question::after {
    content: "+";
    font-size: 1.2em;
  }
  .faq-list .faq-question[aria-expanded=true]::after {
    content: "−";
  }
  .faq-list .faq-answer {
    padding: 0 10px;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
}/*# sourceMappingURL=style.css.map */