<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/************************************************
**********General variable et mixin**************
************************************************/
.white, .white [class*="title-heading"] {
  color: #fff !important;
}
.black, .black [class*="title-heading"] {
  color: #333333 !important;
}
.green, .green [class*="title-heading"] {
  color: #0F6024 !important;
}
.green2, .green2 [class*="title-heading"] {
  color: #4E9A35 !important;
}
.green-light, .green-light [class*="title-heading"] {
  color: #8AC43D !important;
}
.grey, .grey [class*="title-heading"] {
  color: #676666 !important;
}
.title-font {
  font-family: 'EB Garamond', serif !important;
}
/*****************************
********** MIXIN ************
****************************/
/******************************
*********Responsive************
******************************/
/**** s'écrit @include tablet {} ***/
/************* Général style ****************/
/****** style font face lien dans les options avancé du theme*******/
/***
font-family: questa-sans,sans-serif;
font-weight: 400;
font-style: normal;

font-family: questa-sans,sans-serif;
font-weight: 700;
font-style: normal;
**/
.hidden-xs-inline {
  display: none !important;
}
@media (min-width: 800px) {
  .hidden-xs-inline {
    display: inline-block !important;
  }
}
.hidden-xs-block {
  display: none !important;
}
@media (min-width: 800px) {
  .hidden-xs-block {
    display: block !important;
  }
}
.visible-xs-inline {
  display: inline-block !important;
}
@media (min-width: 800px) {
  .visible-xs-inline {
    display: none !important;
  }
}
.visible-xs-block {
  display: block !important;
}
@media (min-width: 800px) {
  .visible-xs-block {
    display: none !important;
  }
}
.post-content p {
  text-align: justify;
}
.post-content ul:not(.fusion-checklist):not(.fusion-filters) {
  margin-top: 0;
  list-style-image: url('assets/img/puce.png');
}
.post-content a:hover {
  color: #0F6024;
}
.list-inline {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline-block;
}
.text-center {
  text-align: center;
}
.medium, .medium * {
  font-size: 18px;
}
.font-medium {
  font-weight: 500 !important;
}
.font-medium [class*="title-heading"] {
  font-weight: 600 !important;
}
.big-title {
  font-weight: 600 !important;
}
@media (min-width: 1200px) {
  .big-title {
    font-size: 57px !important;
  }
}
.big-text p {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .big-text p {
    font-size: 22px;
  }
}
.light {
  font-weight: 300 !important;
}
.imageframe-dropshadow {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.6) !important;
}
#wrapper #main h1, #wrapper #main h2, #wrapper #main h3, #wrapper #main h4, #wrapper #main h5, #wrapper .fusion-footer h1, #wrapper .fusion-footer h2, #wrapper .fusion-footer h3, #wrapper .fusion-footer h4, #wrapper .fusion-footer h5 {
  font-family: 'EB Garamond', serif;
  font-weight: bold;
}
#wrapper #main h1 *, #wrapper #main h2 *, #wrapper #main h3 *, #wrapper #main h4 *, #wrapper #main h5 *, #wrapper .fusion-footer h1 *, #wrapper .fusion-footer h2 *, #wrapper .fusion-footer h3 *, #wrapper .fusion-footer h4 *, #wrapper .fusion-footer h5 * {
  font-family: 'EB Garamond', serif;
}
#wrapper .fusion-button {
  font-size: 16px !important;
}
.fusion-button {
  font-size: 16px !important;
}
.separator::after {
  content: "";
  display: block;
  width: 74px;
  height: 5px;
  background-color: #8AC43D;
  margin-top: 10px;
}
.separator.fusion-title-center::after {
  margin: 15px auto;
}
.separator.red-sep::after {
  background-color: #0F6024;
}
.separator.yellow-sep::after {
  background-color: #8AC43D;
}
@media (max-width: 799px) {
  .no-padding-mobile .fusion-column-wrapper {
    padding: 0 !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .no-padding-mobile .fusion-column-wrapper {
    padding: 0 !important;
  }
}
@media (max-width: 799px) {
  .padding-t-mobile .fusion-column-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 799px) {
  .padding-b-mobile .fusion-column-wrapper {
    padding-bottom: 40px;
  }
}
.text-gradient [class*="title-heading"] {
  background: linear-gradient(to right, #ea893f 0%, #febc23 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}
.border-left {
  border-left: 4px solid #8AC43D;
  padding-left: 20px;
}
.learn-more a {
  border-bottom: 2px solid #8AC43D;
  color: #0F6024;
  letter-spacing: 3.5px;
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  font-size: 19px;
}
.learn-more a:hover {
  border-bottom: 0 none;
}
.learn-more.white a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.fusion-checklist {
  margin-top: 0 !important;
}
/********************************
********** HEADER **************
********************************/
#wrapper .fusion-tb-header .header-custom {
  background: white !important;
  background: -moz-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.8) 100%) !important;
  background: -webkit-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.8) 100%) !important;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.8) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
#wrapper .fusion-tb-header .header-custom .fusion-social-links {
  margin-left: 30px;
}
#wrapper .fusion-tb-header .header-custom .fusion-social-links .fusion-social-network-icon {
  line-height: 1.2em !important;
}
#wrapper .fusion-tb-header .header-custom .fusion-button {
  padding: 10px 11px !important;
  font-size: 15px !important;
}
@media (min-width: 1200px) {
  #wrapper .fusion-tb-header .header-custom .fusion-button {
    padding: 13px 29px !important;
    font-size: 16px !important;
  }
}
#wrapper .fusion-tb-header .header-custom #menu-principal .sub-menu li a:hover {
  background-color: #8AC43D !important;
}
@media (max-width: 799px) {
  #wrapper .fusion-tb-header .logo {
    max-width: 160px !important;
  }
}
#wrapper .fusion-tb-header .logo img {
  transition: all 0.4s ease;
}
#wrapper .fusion-tb-header.is-sticky .logo img {
  max-width: 130px;
  transition: all 0.4s ease;
}
/************** SLIDER ************
**********************************/
/********************************
*********** PAGES **************
********************************/
.fusion-page-title-bar {
  position: relative;
}
.fusion-page-title-bar::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 0;
}
.fusion-page-title-bar .entry-title {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  font-family: 'EB Garamond', serif;
  font-size: 26px !important;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .fusion-page-title-bar .entry-title {
    font-size: 34px !important;
  }
}
@media (min-width: 992px) {
  .fusion-page-title-bar .entry-title {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .fusion-page-title-bar .entry-title {
    font-size: 58px !important;
  }
}
@media (min-width: 1200px) {
  .text-medium p {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .big-padding {
    padding-right: 80px !important;
  }
}
.fusion-image-carousel {
  margin-bottom: 5px !important;
}
.trait-left {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.trait-left [class*="title-heading"] {
  padding-left: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (min-width: 1200px) {
  .trait-left [class*="title-heading"] {
    padding-left: 25px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
.trait-left::before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background-color: #8AC43D;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .trait-left::before {
    width: 8px;
  }
}
.col-flipbox .fusion-flip-boxes {
  height: 100%;
}
.col-flipbox .fusion-flip-boxes .fusion-flip-box-wrapper {
  height: 100%;
}
.col-flipbox .fusion-flip-boxes .fusion-flip-box-wrapper .fusion-flip-box {
  height: 100%;
}
.col-flipbox .fusion-flip-boxes .fusion-flip-box-wrapper .fusion-flip-box .flip-box-inner-wrapper {
  height: 100%;
  min-height: 300px !important;
  margin-bottom: 0 !important;
}
/************ HOME ********************/
@media (min-width: 800px) {
  .home .fusion-tb-header {
    position: absolute;
    width: 100%;
  }
}
.big-home-title [class*="title-heading"] {
  font-size: 30px !important;
  line-height: 1.1em !important;
}
.big-home-title [class*="title-heading"] p {
  line-height: 1.1em !important;
}
@media (min-width: 800px) {
  .big-home-title [class*="title-heading"] {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .big-home-title [class*="title-heading"] {
    font-size: 50px !important;
  }
}
@media (min-width: 1200px) {
  .big-home-title [class*="title-heading"] {
    font-size: 60px !important;
  }
}
@media (min-width: 1600px) {
  .big-home-title [class*="title-heading"] {
    font-size: 70px !important;
  }
}
.bandeau-home h1 {
  font-size: 30px !important;
}
@media (min-width: 800px) {
  .bandeau-home h1 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .bandeau-home h1 {
    font-size: 50px !important;
  }
}
@media (min-width: 1200px) {
  .bandeau-home h1 {
    font-size: 60px !important;
  }
}
@media (min-width: 1600px) {
  .bandeau-home h1 {
    font-size: 63px !important;
  }
}
@media (min-width: 800px) {
  .services {
    padding-bottom: 207px !important;
  }
}
@media (min-width: 992px) {
  .services {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 1200px) {
  .services {
    padding-bottom: 225px !important;
  }
}
.services .service:hover .fusion-column-wrapper {
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.4s ease;
}
.services .service .fusion-column-wrapper {
  background-color: #fff;
  transition: all 0.4s ease;
}
.services .service .fusion-title {
  padding-left: 15px;
  padding-right: 15px;
}
.services .service .fusion-title .title-heading-center {
  letter-spacing: 0 !important;
}
@media (min-width: 800px) {
  .services .service .fusion-title .title-heading-center {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .services .service .fusion-title .title-heading-center {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .services .service .fusion-title .title-heading-center {
    font-size: 24px !important;
  }
}
@media (min-width: 1600px) {
  .services .service .fusion-title .title-heading-center {
    font-size: 26px !important;
  }
}
@media (min-width: 1880px) {
  .services .service .fusion-title .title-heading-center {
    font-size: 30px !important;
  }
}
.services .service .fusion-text {
  padding: 0 15px 20px !important;
}
@media (min-width: 800px) {
  .services .service.service-bottom {
    top: 207px;
  }
}
@media (min-width: 992px) {
  .services .service.service-bottom {
    top: 205px;
  }
}
@media (min-width: 1200px) {
  .services .service.service-bottom {
    top: 225px;
  }
}
.reassurance .fusion-text {
  max-width: 340px;
}
.big-margin-top {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .big-margin-top {
    margin-top: 140px;
  }
}
.home-rea {
  background-image: url('assets/img/buisson-gauche.png'), url('assets/img/buisson-droite.png') !important;
  background-repeat: no-repeat;
  background-position: left 15%, right 60% !important;
  background-size: 80px auto;
}
@media (min-width: 800px) {
  .home-rea {
    background-size: 160px auto;
  }
}
@media (min-width: 1200px) {
  .home-rea {
    background-size: auto auto;
  }
}
/********************* PORFOLIO ************/
.fusion-sharing-box {
  padding-bottom: 5px !important;
}
.fusion-recent-works {
  padding-right: 1px;
}
.fusion-recent-works div[role="menubar"] {
  text-align: center;
}
.fusion-recent-works .fusion-filters {
  border: 0 none;
  display: inline-block;
}
.fusion-recent-works .fusion-filters li {
  margin-right: 7px;
}
.fusion-recent-works .fusion-filters li a {
  border: 1px solid transparent;
  color: #333333;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 34px;
}
.fusion-recent-works .fusion-filters li.fusion-active a {
  background-color: #0F6024;
  border: 1px solid #0F6024;
  border-color: #0F6024;
  color: #fff !important;
}
.fusion-recent-works .fusion-load-more-button {
  display: block;
  width: 275px;
  padding: 0 20px;
  margin: 30px auto 0;
}
@media (min-width: 800px) {
  .fusion-recent-works .fusion-portfolio-post .entry-title {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .fusion-recent-works .fusion-portfolio-post .entry-title {
    font-size: 26px !important;
  }
}
.single-avada_portfolio .single-navigation {
  border: 0 none;
}
.single-avada_portfolio .single-navigation a {
  background-color: #8AC43D;
  color: #fff;
  padding: 0 8px;
}
.single-avada_portfolio .single-navigation a[rel="prev"] {
  float: left;
}
.single-avada_portfolio .single-navigation a[rel="prev"]::before {
  position: static;
  margin-right: 8px;
  color: #fff;
}
.single-avada_portfolio .single-navigation a[rel="next"]::after {
  position: static;
  margin-left: 8px;
  color: #fff;
}
.single-avada_portfolio .single-navigation a:hover {
  background-color: #0F6024;
  color: #8AC43D;
}
.single-avada_portfolio .single-navigation a:hover::after, .single-avada_portfolio .single-navigation a:hover::before {
  color: #8AC43D !important;
}
/*************** PAge Contact **********/
/****** Contact *********/
#main .contact-side {
  position: relative;
}
#main .contact-side &gt; .fusion-column-wrapper {
  overflow: hidden;
}
#main .contact-side .trait-bleu {
  position: absolute;
  bottom: 20px;
  left: -10px;
}
#main .fusion-form input[type="email"]:focus, #main .fusion-form input[type="search"]:focus, #main .fusion-form input[type="number"]:focus, #main .fusion-form input[type="url"]:focus, #main .fusion-form input[type="tel"]:focus, #main .fusion-form input[type="text"]:focus, #main .fusion-form input[type="date"]:focus, #main .fusion-form textarea:focus {
  background-color: rgba(138, 196, 61, 0.1);
}
#main .fusion-form .fusion-form-field {
  margin-bottom: 0;
}
#main .fusion-form .fusion-form-submit-field .fusion-button {
  font-size: 20px;
  text-transform: uppercase;
  padding: 14px 23px;
}
@media (min-width: 1200px) {
  #main .contact-sidebar {
    margin-top: 170px !important;
  }
}
#main .contact-sidebar .contact {
  padding-left: 10px;
}
#main .contact-sidebar .contact li {
  border-bottom: 0 none;
}
/********************************
********** FOOTER **************
********************************/
.contact li {
  margin-bottom: 10px;
}
.contact li .icon {
  display: inline-block !important;
  margin-right: 15px;
  width: 20px;
  vertical-align: top;
}
.contact li .text {
  display: inline-block !important;
}
#wrapper .fusion-footer {
  /****copyright*******/
}
#wrapper .fusion-footer .fusion-footer-widget-area {
  margin: 0 auto;
}
#wrapper .fusion-footer .fusion-footer-widget-area &gt; .fusion-row {
  max-width: 1640px !important;
}
#wrapper .fusion-footer .fusion-footer-widget-area .fusion-title {
  margin-bottom: 15px !important;
}
#wrapper .fusion-footer .fusion-footer-widget-area .fusion-checklist .fusion-li-item-content * {
  font-weight: 600;
}
#wrapper .fusion-footer .fusion-footer-widget-area .footer-resum {
  max-width: 405px;
}
#wrapper .fusion-footer .fusion-footer-widget-area .copyright p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
@media (min-width: 1200px) {
  #wrapper .fusion-footer .fusion-footer-widget-area .copyright p {
    font-size: 16px;
  }
}
#wrapper .fusion-footer .fusion-footer-widget-area .copyright p .rea {
  white-space: nowrap;
}
/************ Cookie ***************/
.fusion-privacy-bar .readmore {
  text-decoration: underline;
}
.fusion-privacy-bar .readmore:hover {
  text-decoration: none;
}
.fusion-privacy-bar .fusion-privacy-bar-acceptance {
  font-size: 17px !important;
  padding: 5px 15px 6px !important;
  background-color: #0F6024;
  color: #fff;
}
.fusion-privacy-bar .fusion-privacy-bar-acceptance:hover {
  background-color: #fff;
  color: #0F6024;
}
#toTop {
  border-radius: 50% !important;
  bottom: 20px;
  width: 35px !important;
}
#toTop:hover {
  background-color: #8AC43D !important;
}
#toTop::before {
  line-height: 31px !important;
}
</pre></body></html>