<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color1: #024B2C;
    --color2: #199317;
    --color3: #188216;
}

body {
    font-family: 'Montserrat';
    color: #000000;
}

.container {
    max-width: 1200px !important;
}

.logo {
    max-width: 220px;
    width: 100%;
}

.btn-1 {
    font-weight: 700;
    display: block;
    border-radius: 20px;
    padding: 20px 25px;
    color: #fff;
    font-size: 18px;
    background: #199317;
    transition: all ease-in-out 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.btn-1:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-2 {
    font-weight: 600;
    display: block;
    border-radius: 20px;
    padding: 27px 40px;
    margin: 15px 5px;
    color: #fff;
    font-size: 21px;
    background: var(--color2);
    transition: all ease-in-out 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.btn-2:hover {
    color: #fff;
    background: var(--color3);
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000000;
    margin: 15px 0;
    
}

h2 {
    font-size: 25px;
    line-height: 41px;
    color: #000000;


}

h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
}

.value .post-item .post-title {
    font-size: 14px;
    text-align: center;
  font-weight: 500;
  
    margin: 15px 0px;
  }

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
   
    color: #ffffff;
}

.poste {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.subtitle {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10;
}

hr {
    border-top: 2px solid #000000;
    opacity: 1;
}

ul {
    list-style: none;
    padding-left: 0;
}

.etapes li {
    padding-bottom: 30px;
}

ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
}

.etapes .texte {
    margin-bottom: 0;
}

.num {
    border-radius: 100%;
    color: #fff;
    width: 40px;
    min-width: 40px; 
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}

.num-1 {
    background-color: #000000;
}

.num-2 {
    background-color: #000000;
}

.num-3 {
    background-color: #000000;
}

.bg-subventions {
    background: #1089FF; 
    border-radius: 41px;
    padding: 40px 45px;
    color: #fff;
}

.bg-subventions ul li {
    padding-bottom: 15px;
}

.wrap-temoignages {
    margin-top: 50px;
}

.wrap-temoignages .fond {
    min-height: 425px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    background: #E8F0F6;
    width: 100%;
    max-width: 300px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
}

.wrap-temoignages .photo img {
    border-radius: 100%;
    width: 130px;
    height: 130px;
}

.wrap-temoignages .nom {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-top: 15px;
}

.wrap-temoignages .texte {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.wrap-note {
    padding-top: 20px;
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-note i {
    color: var(--color2);
}

.wrap-note i.disable {
    color: #d9d9d9;
}

#scroller-anchor {
    margin-top: 80px;
}

#scroller-anchor.space {
    height: 112px;
}

.sticky-btn {
    display: block;
    background: var(--color2);
    padding: 25px 10px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.sticky-btn:hover {
    color: #fff;
    background: var(--color3);
}

.sticky-btn.fixed {
    position: fixed;
    bottom: 0;
}

footer {
    padding: 15px 0;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background-color: #ededed;
}


/*@media (max-width: 1200px) {

    .btn-1 {
        margin: 50px auto;
    }

    .btn-2 {
        font-size: 24px;
    }

    h1 {
        margin: 0 0 80px;
        font-size: 40px;
        line-height: 54px;
    }

    h2 {
        font-size: 34px;
        line-height: 49px;
    }
    
    h3 {
        font-size: 28px;
        line-height: 38px;
    }
    
    h4 {
        font-size: 36px;
        line-height: 41px;
    }
    
    .poste {
        font-size: 24px;
    }

    .subtitle {
        font-size: 30px;
        line-height: 41px;
    }
    
    p {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .etapes {
        margin-top: 30px;
    }

    .etapes li {
        padding-bottom: 25px;
    }

    ul li {
        font-size: 24px;
        line-height: 31px;
    }

    .sticky-btn {
        font-size: 30px;
    }

    .wrap-temoignages {
        margin-top: 40px;
    }
    
    .wrap-temoignages .fond {
        max-width: 100%;
    }

    #scroller-anchor {
        margin-top: 20px;
    }

   .carte{
    width: auto;
    padding-top: 20px;
    text-align: center;
   }
}*/

@media (max-width: 992px) {

    

}

@media (max-width: 768px) {

    .sticky-btn {
        font-size: 26px;
        padding: 20px 10px;
    }

    .wrap-temoignages .fond {
        min-height: auto;
    }

}

@media (max-width: 576px) {

    .btn-1 {
        margin: 20px 0;
        font-size: 12px;
        width: 100%;
        padding: 15px 5px;
    }

    .btn-2 {
        font-size: 16px;
        padding: 25px 10px;
        width: 100%;
        margin: 20px 0;
    }

    h1 {
        font-size: 22px;
        margin-top: 0;
        line-height: 30px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    
    h3 {
        font-size: 20px;
        line-height: 34px;
    }
    
    h4 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .poste {
        font-size: 16px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 31px;
    }

    .num {
        margin-right: 14px;
    }
    
    p {
        font-size: 18px;
        line-height: 25px;
    }

    ul li {
        font-size: 18px;
        line-height: 25px;
    }

    .sticky-btn {
        font-size: 18px;
    }

    #scroller-anchor {
        margin-top: 20px;
    }

    footer {
        font-size: 12px;
    }

    hr {
        margin: 10px 0;
    }

    .bg-subventions {
        padding: 20px 25px;
    }

}


/*--------------------------------------------------------------
# avis Section
--------------------------------------------------------------*/

.text .h4:first-child{

    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 10px;
  
  }
  .avis .avis-member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
    transition: 0.3s;
    margin-bottom: 10px;
   margin-top: 10px;
  }
  
  .avis .avis-member .member-img {
    position: relative;
    overflow: hidden;
  }
  
  .avis .avis-member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin-top: 10px;
    background: url(images/team-shape.svg) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
  }
  
  
  .avis .avis-member .member-info {
    padding: 10px 15px 20px 15px;
  }
  
  .avis .avis-member .member-info h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
   color: #000000;
  }
  
  
  
  .avis .avis-member .member-info p {
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: rgba(63, 61, 61, 0.895);
  }
  
  .avis .avis-member:hover {
    transform: scale(1.08);
    box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
  }
  
  .avis .avis-member:hover .social {
    right: 8px;
    opacity: 1;
  }
  
   
  .avis .container .card{
      
    border:none;
  }
  
  .avis .user-content p{
    margin-top:5px;
    font-size:12px;
  }
  
  
  .avis .ratings i{
    color:rgb(243, 203, 4);
  } 
  
  .avis .text-center .btn-get-started {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
  
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 28px;
    transition: 0.5s;
    background:  #FF3E17;
    border-color:  #FF3E17;
    color: #fff;
   margin-top: 50px;
  
    
  }
  
  .avis .text-center .btn-get-started:hover {
    
    border: 2px solid  #FF3E17;
    background: #fff;
    color:  #FF3E17;
  }
  @media (max-width: 768px){
    .avis .text-center .btn-get-started {
  
      justify-content: center;
    }

    .btn-3 {
        width: 95%;
    }

    table {
        width: 95% !important;
        border-collapse: collapse;
        background-color: #f0fff0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }

      .flÃ¨che {
        display: none;
      }
  
  }

  .cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("images/fibreoptique.webp") fixed center center;
    background-size: cover;
    padding: 60px 0;
  
  }
  
  .cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .cta p {
    color: #fff;
  }

  


.wrap-modal-iframe {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}


.wrap-modal-iframe .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}




.wrap-modal-iframe .modal-iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    border-radius: 24px;
    max-width: 700px;
    width: 100%;
    z-index: 10;
    border: 4px solid var(--color2);
    display: flex;
}


.wrap-modal-iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 21px;
}


.close-modal {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -10px;
    right: -10px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #F2F5F8;
    border-radius: 100%;
}


.close-modal svg {
    width: 25px;
}



.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
table {
    width: 60%;
    border-collapse: collapse;
    background-color: #f0fff0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
th, td {
    border: 1px solid #d4d4d4;
    padding: 15px;
    text-align: left;
}
th {
    background-color: #a2f9b4;
    font-size: 1.2em;
}
td {
    font-size: 1.1em;
}
td:nth-child(2) {
    text-align: right;
}




/* Styles pour la popup */
.wrap-modal-iframe .modal-iframe {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05) !important;
    height: fit-content!important;    
}

/* Style pour le titre */
.modal-iframe .popup-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 54px !important;
    line-height: 54px !important;
    text-align: center !important;
    color: #6A4C93 !important; /* Correspond Ã&nbsp; votre --color3 */
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    padding-top: 20px;
}

/* Adaptation pour mobile */
@media (max-width: 768px) {
    .modal-iframe .popup-title {
        font-size: 36px !important;
        line-height: 40px !important;
    }
}

/* Style pour l'iframe */
#edi_iframe_form {
    width: 100% !important;
    min-height: 500px; /* Ajustez selon vos besoins */
    border: none !important;
    background: transparent !important;
}

.popup-header {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.btn.edi_image_button.edi_imagebutton1293  { width: 225px!important;}</pre></body></html>