:root {
    font-size: 14px;
  }
  
  body {
    margin: 0;
    z-index: 1;
    font-family: "Lexend Deca", serif;
  }
  
  .responsive-margins {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  
  span.rose {
    color: var(--rose-color);
  }
  
  .gris {
    color: #9a9a9f !important;
  }

 
  
  header {
    display: flex;
    flex-direction: column;
  }
  header #form_left, header #form_right {
    position: absolute;
    z-index: -1;
    top: 140px;
  }
  header #form_left {
    left: 0;
  }
  header #form_right {
    right: 0;
  }
  header #bandeau-header {
    position: relative;
    z-index: 2; /* a enlever pour clément */
    display: flex;
    background-color: #F7F7F7;
    border-radius: 24px;
    overflow: hidden;
    max-height: 346px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  }
  header #bandeau-header #header-left {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
  }
  header #bandeau-header #header-left h1 {
    color: #2F2E41;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
  }
  header #bandeau-header #header-left h2 {
    color: #2F2E41;
    font-size: 1.13rem;
    font-weight: 600;
    margin: 0;
    max-width: 580px;
  }
  header #bandeau-header #header-left > div {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: auto;
  }
  header #bandeau-header #header-left > div > ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 0;
    margin-bottom: 0;
  }
  header #bandeau-header #header-left > div > ul li {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  header #bandeau-header #header-left > div > ul li img, header #bandeau-header #header-left > div > ul li svg {
    width: 20px;
    height: 20px;
  }
  header #bandeau-header #header-left > div > ul li p {
    font-size: 1.13rem;
    color: #2F2E41;
    margin: 0;
  }
  header #bandeau-header #header-left > div > a {
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: auto;
    margin-right: 30px;
    text-decoration: none;
    color: white;
    background-color: var(--rose-color);
    padding: 18px 40px;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: rgba(207, 11, 93, 0.2) 0 3px 8px;
  }

    header #bandeau-header #header-left > div > a:hover {
        background-color: #ba0a53;
    }
  header #bandeau-header #fleche-header-right {
    position: relative;
    top: 0;
    right: -1px;
  }
  header #bandeau-header #header-right {
    position: relative;
    background-color: #D6D6D6;
    padding: 50px 75px 50px 75px;
  }
  header #bandeau-header #header-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  header #bandeau-chiffres {
    position: relative;
    margin-bottom: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 120px;
  }
  header #bandeau-chiffres > div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
  }
  header #bandeau-chiffres > div.secondary {
    display: none;
  }
  header #bandeau-chiffres > div .chiffres-container {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(4px);
    border: 1px solid #dadada;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  header #bandeau-chiffres > div .chiffres-container #fusee {
    position: absolute;
    top: -10px;
    right: -10px;
  }
  header #bandeau-chiffres > div .chiffres-container > svg {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    fill: #2F2E41;
  }
  header #bandeau-chiffres > div .chiffres-container .chiffres-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  header #bandeau-chiffres > div .chiffres-container .chiffres-content > div {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  header #bandeau-chiffres > div .chiffres-container .chiffres-content h3 {
    color: #2F2E41;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
  }
  header #bandeau-chiffres > div .chiffres-container .chiffres-content p {
    color: #2F2E41;
    font-size: 0.9rem;
    margin: 0;
    white-space: nowrap;
  }
  
  /* Solutions */
  
  #solutions {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F7F7F7;
  }
  
  #solutions h2 {
    color: #2F2E41 !important;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 50px 0;
  }
  
  #solutions > div {
    width: -webkit-fill-available;
  
  }
  
  #solutions > div #liste-solutions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 60px;
    
  }
  
  /* gpt */
  #solutions div > #liste-solutions > .block-solution {
    display: flex;
    flex-direction: row;
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 24px;
    align-items: stretch; 
  }
  
  /* gpt */
  #solutions div > #liste-solutions > .block-solution > .block-left,
  #solutions div > #liste-solutions > .block-solution > .block-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 30px;
    align-items: flex-start;
  }
  /* fin gpt */
  
   #solutions div > #liste-solutions > .block-solution > .block-left{
   padding-bottom: 15px;
   
  } 
  
  
  #solutions div > #liste-solutions > .block-solution > .block-right{
    padding-left: 0 !important;
    
   } 
  
  
  #solutions div > #liste-solutions > .block-solution > .block-left > h1 {
    font-size: 3.5rem;
    font-weight: 600;
    text-decoration: none;
  }
  
  
  .subtxt {
    margin-top: -20px;
    margin-bottom: 30px;
    opacity: 0.7;
    font-weight: 600;
  }
  
  #solutions div > #liste-solutions > .block-solution > .block-left > a {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    color: white;
    background-color: var(--rose-color);
    padding: 18px;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: rgba(207, 11, 93, 0.2) 0 3px 8px;
  
  }

    #solutions div > #liste-solutions > .block-solution > .block-left > a:hover {
        background-color: #ba0a53;
    }
  
  #solutions div > #liste-solutions > .block-solution > .block-left > p {
   opacity: 0.6;
   font-weight: 600;
   
  }
  
  #solutions div > #liste-solutions > .block-solution > .block-left > p > svg {
    height: 15px;
    width: 15px;
  }
  
  .txt-bottom{
    font-size: 1.3rem;
    margin-top: 50px;
  }
  
  #solutions div > #liste-solutions > .block-solution > .block-left > .liste-confiance {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    
  }
  
  .liste-confiance {
    gap: 10px;
  }
  
  #solutions div > #liste-solutions > .block-solution > .block-left > .liste-confiance > .confiance {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
  }
  
  #solutions div > #liste-solutions > .block-solution > .block-left > .liste-confiance > .confiance > img {
    
    width: 45px;
    height: 45px;
  }
  
  
  #solutions div > #liste-solutions > .block-solution > .block-right  img {
    position: relative;
    bottom: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: auto;
  }
  /* Fin solutions  */
  
  /* Début étapes */
  
  #etapes {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #F7F7F7; */
  }
  #etapes h2 {
    color: #2F2E41;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 50px 0;
  }
  
  #etapes #form2_left  {
    position: absolute;
    z-index: -1;
    top: 1150px;
  }
  
  #etapes #form2_right {
    position: absolute;
    z-index: -1;
    top: 1450px;
  }
  #etapes #form2_left {
    left: 0;
  }
  #etapes #form2_right {
    right: 0;
  }
  
  #etapes > div {
    width: 100%;
  }
  #etapes > div #liste-etapes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 35px;
    /* margin: 0 50px; */
  }
  #etapes > div #liste-etapes .etape {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 24px;
  }
  #etapes > div #liste-etapes .etape h3 {
    color: #2F2E41;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
  }
  #etapes > div #liste-etapes .etape p {
    font-size: 1.13rem;
    margin: 0;
  }
  #etapes #plus-etapes {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    font-family: inherit;
    color: white;
    background-color: var(--rose-color);
    padding: 18px 40px;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: rgba(207, 11, 93, 0.3) 0 3px 8px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 200ms background-color;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
  }
  #etapes #plus-etapes:hover {
    background-color: #ba0a53;
  }
  
  .container-demarche{
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #demarches {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 12px;
    /* background-color: #F7F7F7; */
    gap: 20px;
  }
  #demarches h2 {
    color: #2F2E41;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 40px 0;
  }
  #demarches #liste-demarches, #demarches #liste-demarches-cachees {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    gap: 20px;
  }
  #demarches #liste-demarches .demarche, #demarches #liste-demarches-cachees .demarche {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: white;
    border-radius: 12px;
    border: 1px solid #D6D6D6;
    cursor: pointer;
    text-decoration: none;
  }
  #demarches #liste-demarches .demarche .demarche-svg, #demarches #liste-demarches-cachees .demarche .demarche-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background-color: #fae7ef;
    border-radius: 12px;
  }
  #demarches #liste-demarches .demarche .demarche-svg > svg, #demarches #liste-demarches-cachees .demarche .demarche-svg > svg {
    width: 25px;
    height: 25px;
    fill: var(--rose-color);
  }
  #demarches #liste-demarches .demarche .demarche-content, #demarches #liste-demarches-cachees .demarche .demarche-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #demarches #liste-demarches .demarche .demarche-content h3, #demarches #liste-demarches-cachees .demarche .demarche-content h3 {
    color: #2F2E41;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0;
  }
  #demarches #liste-demarches .demarche p, #demarches #liste-demarches-cachees .demarche p {
    color: #535261;
    font-size: 1.13rem;
    margin: 0;
  }
  #demarches #plus-demarches, #demarches #moins-demarches {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    font-family: inherit;
    color: #2F2E41;
    padding: 15px 25px;
    border-radius: 12px;
    white-space: nowrap;
    border: 1px solid #D6D6D6;
    background-color: #FFFFFF;
    outline: none;
    cursor: pointer;
    transition: 200ms background-color;
    font-size: 1.13rem;
  }
  #demarches #plus-demarches:hover, #demarches #moins-demarches:hover {
    background-color: #f3f3f3;
  }
  
  #retours-client {
    position: relative;
    /* display: flex; */
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #F7F7F7; */
  }

  /* #retours-client h2 {
    color: #2F2E41;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 50px 0;
  }

  #retours-client svg {

  } */


  #retours-client > .header-retour{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 40px;

  }

    #retours-client > .header-retour h2 {
        color: #2F2E41;
        text-align: center;
        font-size: 2.5rem;
        font-weight: 600;
        /* margin: 0 0 50px 0; */
    }

  /* #retours-client > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  #retours-client > div:first-child h2 {
    flex: 1 1 auto;
    color: #2F2E41;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 100px 0 0;
    white-space: nowrap;
  }
  #retours-client > div:first-child > svg {
    flex: 0 0 70px;
    margin-left: auto;
  } */


  #retours-client > .responsive-margins {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #retours-client #liste-retours, #retours-client #liste-retours-cachees {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 20px;
  }
  #retours-client #liste-retours .retour, #retours-client #liste-retours-cachees .retour {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 24px;
  }
  #retours-client #liste-retours .retour > div, #retours-client #liste-retours-cachees .retour > div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #retours-client #liste-retours .retour > div img, #retours-client #liste-retours-cachees .retour > div img {
    width: 43px;
    height: 43px;
    border-radius: 999px;
  }
  #retours-client #liste-retours .retour > div h3, #retours-client #liste-retours-cachees .retour > div h3 {
    color: #2F2E41;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
  }
  #retours-client #liste-retours .retour > div > div, #retours-client #liste-retours-cachees .retour > div > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
  }
  #retours-client #liste-retours .retour > div > div svg, #retours-client #liste-retours-cachees .retour > div > div svg {
    color: #f0ad4e;
  }
  #retours-client #liste-retours .retour p, #retours-client #liste-retours-cachees .retour p {
    font-size: 1.13rem;
    margin: 0;
  }
  #retours-client #plus-retours, #retours-client #moins-retours {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    font-family: inherit;
    background-color: #FFFFFF;
    padding: 15px 25px;
    border-radius: 12px;
    white-space: nowrap;
    border: 2px solid #D6D6D6;
    outline: none;
    cursor: pointer;
    transition: 200ms background-color;
    font-size: 1.13rem;
  }
  #retours-client #plus-retours:hover, #retours-client #moins-retours:hover {
    background-color: #eaeaea;
  }
  
  .container-partenaire{
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #nos-partenaires {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  #nos-partenaires h2 {
    color: #2F2E41;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0 0 60px 0;
  }
  #nos-partenaires #liste-partenaires {
    display: flex;
    flex-wrap: wrap;
    gap: 44px;
    justify-content: center;
    align-items: center;
  }
  #nos-partenaires #liste-partenaires .partenaire {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color: white;
    border-radius: 12px;
    border: 1px solid #A4A4A4;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 8px;
  }
  #nos-partenaires #liste-partenaires .partenaire img {
    width: 70px;
    height: 100%;
    object-fit: contain;
  }
  
  #bandeau-rappel {
    padding: 80px 0;
    background-color: #F7F7F7;
  }
  #bandeau-rappel > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;
  }
  #bandeau-rappel > div > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #bandeau-rappel > div > div h2 {
    color: #2F2E41;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0;
  }
  #bandeau-rappel > div > div p {
    font-size: 1.13rem;
    margin: 0;
  }
  #bandeau-rappel > div > div > a {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-family: inherit;
    color: white;
    background-color: var(--rose-color);
    padding: 15px 25px;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: rgba(207, 11, 93, 0.3) 0 3px 8px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 200ms background-color;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: none;
    margin-top: 40px;
  }
  #bandeau-rappel > div > div > a > svg {
    width: 20px;
    height: 20px;
  }
  #bandeau-rappel > div > div > a:hover {
    background-color: #ba0a53;
  }
  
  /* Section devenir partenaire */
  #devenirPartenaire {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #F7F7F7; */
    background: rgb(255,255,255);
  background: linear-gradient(140deg, rgba(255,255,255,1) 0%, rgba(207,110,150,0.6334908963585435) 50%, rgba(255,255,255,1) 100%);
  }
  
  .container-devenir{
    display: grid;
    grid-template-columns: 60% 40%;
  
    background: rgba(255, 255, 255, 0.37);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.9px);
    -webkit-backdrop-filter: blur(9.9px);
    border: 1px solid rgba(214, 214, 214, 0.52);
  
  
    /* background-color: rgba(255, 255, 255, 0.45);
    border-radius: 24px;
    border: 1px solid #D6D6D6; */
    /* background: rgb(255,255,255);
    background: linear-gradient(140deg, rgba(255,255,255,1) 0%, rgba(207,110,150,0.6334908963585435) 50%, rgba(255,255,255,1) 100%); */
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    align-items: center;
    
  }
  
  .container-devenir > #container-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    
  }
  
  .container-devenir > #container-left > h1 {
    color: #2F2E41;
    font-size: 3.8rem;
    font-weight: 600;
    margin: 0;
  }
  
  .container-devenir > #container-left > p {
    color: #2F2E41;
    font-size: 1.7rem;
    opacity: 0.9;
    margin: 0;
  }
  
  .container-devenir > #container-left > a {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-family: inherit;
    color: white;
    background-color: var(--rose-color);
    padding: 15px 25px;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: rgba(207, 11, 93, 0.3) 0 3px 8px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 200ms background-color;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: none;
  
    margin-top: 40px;
  }

    .container-devenir > #container-left > a:hover {
        background-color: #ba0a53;
    }
  
  .container-devenir > #container-right {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
  }
  
  .container-devenir > #container-right > img {
    max-width: max-content;
    width: 70%;
    height: 100%;
    object-fit: cover;
  }

  /* Fin de la section partenaire */
  
  
  /* Test */
  
  @media screen and (max-width: 1400px) and (min-width: 1280px) {
    /* .responsive-margins {
      max-width: 900px;
    } */
   
  
    #solutions div > #liste-solutions > .block-solution > .block-left > h1 {
      font-size: 3rem;
    }
  
    
  
    #solutions div > #liste-solutions > .block-solution > .block-right  {
      display: none;
    }
  
  
    #etapes > div #liste-etapes {
      margin: 0;
      gap: 15px;
    }
  }
  @media screen and (max-width: 1280px) and (min-width: 1000px) {
  
    /* AIDE GPT concernant le responsiv de l'iamge du block solution dans le block droit. */
    /* #solutions div > #liste-solutions > .block-solution > .block-right img {
      max-width: 400px; 
      max-height: 300px; 
      position: relative; 
      object-fit: contain; 
      margin: 0 auto; 
    } */
  
    /* Ajuster le conteneur si nécessaire */
    /* #solutions div > #liste-solutions > .block-solution > .block-right {
      display: flex;
      justify-content: center; 
      align-items: center; 
      overflow: hidden; 
    } */
  
    #solutions div > #liste-solutions > .block-solution > .block-right  {
        display: none;
      }
  
    header #bandeau-header {
      max-height: unset;
      display: block;
    }
    header #bandeau-header #fleche-header-right {
      display: none;
    }
    header #bandeau-header #header-right {
      background-color: transparent;
      position: absolute;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0.15;
      width: 100%;
      height: 100%;
      padding: 0;
    }
    header #bandeau-header #header-right img {
      opacity: 0.6;
      object-fit: unset;
      width: unset;
      display: flex;
      height: 75%;
    }
    header #bandeau-chiffres {
      gap: 30px 40px;
    }
    header #bandeau-chiffres > div {
      width: inherit;
    }
    header #bandeau-chiffres > div.primary {
      animation: primary 25s linear infinite;
    }
    header #bandeau-chiffres > div.secondary {
      display: flex;
      animation: secondary 25s linear infinite;
    }
    header #form_left, header #form_right {
      display: none;
    }
  
    #etapes #form2_left, #etapes #form2_right {
      display: none;
    }
  
  
  }
  
  
  
  
  
  
  @media screen and (max-width: 1000px) {
    .responsive-margins {
      max-width: 800px;
    }
    
    header #bandeau-header {
      max-height: unset;
      display: block;
    }
    header #bandeau-header #fleche-header-right {
      display: none;
    }
    header #bandeau-header #header-right {
      background-color: transparent;
      position: absolute;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0.15;
      width: 100%;
      height: 100%;
      padding: 0;
    }
    header #bandeau-header #header-right img {
      opacity: 0.6;
      object-fit: unset;
      width: unset;
      display: flex;
      height: 75%;
    }
    header #bandeau-chiffres {
      gap: 30px 40px;
    }
    header #bandeau-chiffres > div {
      width: inherit;
    }
    header #bandeau-chiffres > div.primary {
      animation: primary 25s linear infinite;
    }
    header #bandeau-chiffres > div.secondary {
      display: flex;
      animation: secondary 25s linear infinite;
    }
    header #form_left, header #form_right {
      display: none;
    }
  
    #solutions {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    #solutions > div {
      width: unset;
    }
  
    
  .liste-confiance {
    gap: 10px;
  }
  
  #solutions div > #liste-solutions > .block-solution > .block-left > .liste-confiance > .confiance > img {
    width: 25px;
    height: 25px;
  }
  
    /* #solutions > div > #liste-solutions {
      grid-template-columns: 1fr;
    } */
  
  
    #etapes {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    #etapes > div {
      width: unset;
    }
    #etapes > div #liste-etapes {
      grid-template-columns: 1fr;
    }
    #etapes #plus-etapes {
      margin-top: 40px;
    }
  
    #etapes #form2_left, #etapes #form2_right {
      display: none;
    }
  
    #demarches {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    #demarches #liste-demarches, #demarches #liste-demarches-cachees {
      grid-template-columns: repeat(2, 1fr);
    }
    #demarches > h2 {
      margin-bottom: 20px;
    }
    #retours-client #liste-retours, #retours-client #liste-retours-cachees {
      grid-template-columns: 1fr;
    }
    #bandeau-rappel {
      padding: 0 0 60px 0;
    }
    #bandeau-rappel > div {
      flex-direction: column;
      gap: 0;
    }
    #bandeau-rappel > div #svg-carte-grise {
      width: 200px;
    }
  
    .container-devenir{
      grid-template-columns: 100%;
    }
  
    .container-devenir > #container-right > img {
      display: none;
    }
  
    .container-devenir > #container-left {
      padding: 15px;
    }
  
    .container-devenir > #container-left > h1 {
      font-size: 2.4rem;
    }
  
    .container-devenir > #container-left > p {
      font-size: 1.1rem;
    }
  
    .container-devenir > #container-left > a {
      margin-top: 0px;
    }
  }
  @media screen and (max-width: 800px) {
    /* :root {
      font-size: 13px;
    } */
    .responsive-margins {
      max-width: 700px;
    }
    /* header #bandeau-header #header-left {
      box-sizing: content-box;
      padding: 30px;
    } */
    header #bandeau-header #header-left > div > a {
      text-align: center;
      width: calc(100% - 80px);
    }
  
    header {
      grid-template-columns: 1fr;
      column-gap: 0;
    }
    header #bandeau-header #header-left {
      padding: 25px;
    }
    header #bandeau-header #header-left > div {
      flex-direction: column;
      gap: 40px;
      align-items: flex-start !important;
    }
    /* header #bandeau-header #header-left > div > a {
      margin-left: 0;
    } */
  
    
    
    .liste-confiance {
      /* gap: 5px; */
    }
  
    #etapes #plus-etapes {
      box-sizing: border-box;
      width: calc(100% - 60px);
    }
  
    #etapes #form2_left, #etapes #form2_right {
      display: none;
    }
    #demarches {
      gap: 15px;
    }
    #demarches #liste-demarches {
      gap: 15px;
    }
    #demarches #liste-demarches .demarche {
      grid-column: span 2;
    }
    #demarches #liste-demarches .demarche:nth-child(-n+4) {
      grid-column: span 1;
    }
    #demarches #liste-demarches .demarche:nth-child(-n+4) h3 {
      font-size: 1.2rem;
    }
    #demarches #liste-demarches .demarche:nth-child(-n+4) p {
      display: none;
    }
    #demarches #liste-demarches .demarche > svg {
      width: 40px;
      height: 40px;
    }
    #demarches #liste-demarches-cachees {
      grid-template-columns: 1fr;
      gap: 15px;
    }
    #demarches #liste-demarches-cachees .demarche > svg {
      width: 40px;
      height: 40px;
    }
    #demarches #plus-demarches, #demarches #moins-demarches {
      margin-top: 10px;
    }
    #retours-client {
      padding-top: 40px;
      padding-bottom: 40px;
    }



    /* #retours-client div:first-child {
      flex-direction: column;
    }
    #retours-client div:first-child h2 {
      margin-right: 20px;
    }
    #retours-client div:first-child > svg {
      margin-right: auto;
    } */

    #retours-client > .header-retour{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        gap: 10px;
    
      }

    #retours-client #plus-retours, #retours-client #moins-retours {
      margin-top: 10px;
    }
    #nos-partenaires {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    #nos-partenaires #liste-partenaires {
      gap: 20px;
    }
    #bandeau-rappel > div > div h2 {
      text-align: center;
      font-size: 1.5rem;
    }
    #bandeau-rappel > div > div p {
      text-align: center;
      font-size: 1.13rem;
    }
    #bandeau-rappel > div > div a {
      padding: 15px 25px;
      margin: 20px auto 0 auto;
    }
    #bandeau-rappel > div > div a > svg {
      width: 25px;
      height: 25px;
    }
  }
  
  @media screen and (max-width: 710px){
  
    #solutions div > #liste-solutions > .block-solution > .block-right  img {
      position: relative;
      display: flex;
      bottom: 0;
      width: auto;
      max-width: 100%;
      height: auto;
      object-fit: cover;
      margin-top: auto;
    }
  
  
    #etapes #form2_left, #etapes #form2_right {
      display: none;
    }
  }
  
  
  @media screen and (max-width: 600px) {
    header {
      margin: 0 !important;
      padding: 0 !important;
    }
    header #bandeau-header {
      border-radius: 0;
      box-shadow: none;
    }
  
  .subtxt{
    margin-bottom: 15px;
  }
  
    .txt-bottom{
      font-size: 1.3rem;
      margin-top: 20px;
    }
  
    .responsive-margins {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    #solutions > div #liste-solutions {
      
      gap: 45px;
    }
  
    #etapes #form2_left, #etapes #form2_right {
      display: none;
    }
  
  
    #demarches #liste-demarches .demarche:nth-child(-n+4) {
      grid-column: span 2;
    }
    #demarches #liste-demarches .demarche:nth-child(-n+4) p {
      display: block;
    }
  }
  
  @media screen and (max-width: 450px){
    #solutions div > #liste-solutions > .block-solution > .block-right  img {
      display: none;
    }
  
    #solutions > div #liste-solutions {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 30px;
    }

    #solutions div > #liste-solutions > .block-solution > .block-left{
        /* padding-left: 15px; */
    }
    
  
    /* .container-devenir{
      grid-template-columns: 1fr;
    } */
  }
  
  
  
  @keyframes primary {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - 25px));
    }
  }
  @keyframes secondary {
    from {
      transform: translateX(calc(100% + 25px));
    }
    to {
      transform: translateX(0);
    }
  }
  
  /*# sourceMappingURL=accueilG.css.map */
  