<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: default
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.tooltipster-content,
.tooltipster-base,
.tooltipster,
.tooltipster-arrow,
.tooltipster:before,
.tooltipster:after {
    display: none !important;
    visibility: hidden !important;
}
.footer-1 {
  background-color: #0e0f28;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#footer .widget .social-icons .button.icon.circle &gt; i,
#footer .widget .social-icons .button.icon.round &gt; i {
  margin: 0 8px;
  /*color: #ffffff80;*/
	color: #fff;
}
.widget &gt; ul &gt; li + li, ul.menu &gt; li + li {
  border-top: 1px solid #226eb8 !important;
  /*border-top: 1px solid transparent !important;*/
}
.dark .widget a {
  /*color: #ffffff80;*/
	color: #fff;
}
span.widget-title {
  /*color: #ffffff80;*/
	color: #fff;
}
.btn_whatsapp {
  background:#16d932 !important;
}
.btn_green {
  background:#72bb00 !important;
  color: #fff !important;
}

/*.dark a {
 color: #fff !important;
}

.dark a:hover {
 color: #ffffff80 !important;
}*/

/*@media screen and (max-height: 900px) {
    .custom-full-banner.row &gt; .col.medium-1,
    .custom-full-banner.row &gt; .col.large-1 {
        display: none !important;
    }

    .custom-full-banner.row &gt; .col.medium-10,
    .custom-full-banner.row &gt; .col.large-10 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}*/
/*@media screen and (max-height: 900px) {
    .custom-full-banner.row &gt; .col.medium-1,
    .custom-full-banner.row &gt; .col.large-1 {
        display: none !important;
    }

    .custom-full-banner.row &gt; .col.medium-10,
    .custom-full-banner.row &gt; .col.large-10 {
        flex-basis: 95% !important;
        max-width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}*/
@media screen and (min-width: 850px) and (max-height: 900px) {
    .custom-full-banner.row &gt; .col.medium-1,
    .custom-full-banner.row &gt; .col.large-1 {
        display: none !important;
    }

    .custom-full-banner.row &gt; .col.medium-10,
    .custom-full-banner.row &gt; .col.large-10 {
        flex-basis: 90% !important;
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (min-width: 1024px) { /* DÃ©finir Ã&nbsp; partir de la largeur desktop */
  .custom-full-banner.row .banner {
    border-radius: 20px; /* Appliquer l'arrondi */
    overflow: hidden; /* EmpÃªche le contenu de dÃ©passer */
  }
}

Ã©lÃ©ment {
}
.button.icon.circle, .button.icon.round {
  padding-left: 0;
  padding-right: 0;
  color:#226eb8	!important;
  background-color: #226eb8 !important;

}
.button.icon.circle &gt; i, .button.icon.round &gt; i {
  margin: 0 8px;
  color: #fff;
}
.absolute-footer.dark {
  color: #fff !important;
}

/* Masque le reCAPTCHA sur toutes les pages */
.grecaptcha-badge {
    display: none !important;
}

/* Affiche le reCAPTCHA sur les pages avec les ID 28 et 663 */
.page-id-28 .grecaptcha-badge,
.page-id-663 .grecaptcha-badge {
    display: block !important;
}</pre></body></html>