

/**footer**/

.footer-honest {
    padding: 50px 0 0 0
}

.footer-honest .title-box {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px

}
.footer-honest .list-unstyled li{
    margin-bottom:10px
}
.info-footer a, .info-footer li, .contenu-box a {

    text-decoration: none;
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 500;
}
.info-footer .icon{
    background: #4c65ac;
    padding: 4px 8px;
    border-radius: 4px;
}
.copyright {
    padding: 10px 0
}

.copyright .fab {
    color: #fff;
    font-size:16px
}

p.copyright-text {
    font-size: 14px;

    color: #ffffff;
    font-weight: 400;

}

.linkoctasoft {
    color: #ff6f00;
    font-weight: bold;
    text-decoration: none;

}

.box-footer {
    padding: 20px 0
}

.footer-logo {
  /*  width: 100px;*/
    height: auto;
}

.description-agence {
    font-size: 16px;

    color: #ffffff;
    font-weight: 400;

}

.bg-blue-light{
    background:#e6f2fe
}
h3.news{
    font-size:26px;
    color: #333333;
    font-weight: 500;
    font-family: "Roboto";
}
.newsletterp {
    font-size: 16px;
    color: #595564;
    font-weight: 400;
    font-family: "Roboto";
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
#email{

    font-weight: 500;
    font-family: "Roboto";
    height: 50px !important;
    border-radius: 5px;
    background-color: #ffffff;
}
.btn-link-news{
    height: 50px;
    border-radius: 5px;
    background-color: #1f4098;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
    font-size:20px;
}.btn-link-news:hover{
     color:#fff;
     background-color: #082d75;

 }
.accordion-button{
    font-size:16px
}

.accordion-button::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
    transform: scale(0.7) !important;
}   .accordion-button:not(.collapsed)::before {
       background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
   }


.faq_accordions .accordion-button {
    position: relative;
    display: flex;
    align-items: center;

    padding: 1rem 1rem;

    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;

    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    width: fit-content;

    gap: 5px;
    flex-direction: row-reverse;

}


.faq_accordions  .accordion-button::after {
    flex-shrink: 0;
    /* width: 1rem;
     height: 1rem;*/
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(20deg) brightness(104%) contrast(100%);
}



.accordion-collapse ul li a {
    font-size: 14px;
    margin-left: 26px;
    margin-bottom:15px
}