body{font-family: var(--main-font), sans-serif; font-weight: 300; overflow-x: hidden; max-width: 100%; overflow-x: hidden; padding: 0px !important; background: #fff;}

:root {
	--primary: #1b8257;
	--second: #166846;
	--third: #1b8257;
	--back-color: #f8f8f8;
	--text: #2f342d;
	--main-font: "Josefin Sans", sans-serif;
	--second-font: "Forum", serif;
	--shadow-box: 0px 0px 15px 5px rgba(0,0,0,0.1);
	--shadow-text: 0px 0px 15px rgba(0,0,0,0.1);
	--grey1: rgba(0,0,0,0.03);
	--grey2: rgba(0,0,0,0.06);
	--grey3: rgba(0,0,0,0.09);
	--grey4: rgba(0,0,0,0.12);
	--spacing-size: 50px;
}

  .pricing-wrap{
    --border: rgba(0,0,0,.08);
    --muted: rgba(0,0,0,.62);
    --bg: #fff;
    --shadow: 0 12px 30px rgba(0,0,0,.08);
    --shadowHover: 0 18px 45px rgba(0,0,0,.12);
    --radius: 14px;
  }

  .pricing-title{
    font-weight: 700;
    letter-spacing: .2px;
  }

  .pricing-table{
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
  }

  .pricing-table thead th{
    background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,0));
    border-bottom: 1px solid var(--border) !important;
    font-weight: 600;
    color: rgba(0,0,0,.75);
    padding: 14px 16px;
    vertical-align: middle;
    white-space: nowrap;
  }

  .pricing-table tbody td{
    padding: 16px;
    vertical-align: top;
    border-top: 1px solid var(--border);
  }

  .pricing-table tbody tr{
    transition: transform .18s ease, background-color .18s ease;
  }

  .pricing-table tbody tr:hover{
    background: rgba(0,0,0,.015);
    transform: translateY(-1px);
  }

  .service-name{
    font-weight: 700;
    margin: 0 0 6px 0;
    line-height: 1.2;
  }

  .service-desc{
    margin: 0;
    color: var(--muted);
    line-height: 1.4;
  }

  .service-meta{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .badge-soft{
    display: inline-block;
    padding: .25rem .55rem;
    border-radius: 999px;
    background: rgba(0,0,0,.06);
    color: rgba(0,0,0,.72);
    font-weight: 600;
    font-size: .85rem;
  }

  .price{
    font-weight: 800;
    font-size: 1.1rem;
    white-space: nowrap;
  }

  /* Responsive tweaks */
  @media (max-width: 575.98px){
    .pricing-title{ font-size: 1.25rem; }
    .pricing-table thead{ display:none; }

    .pricing-table,
    .pricing-table tbody,
    .pricing-table tr,
    .pricing-table td{
      display:block;
      width:100%;
    }

    .pricing-table tr{
      border-top: 1px solid var(--border);
    }

    .pricing-table tbody td{
      border-top: 0;
      padding: 14px 16px;
    }

    .pricing-table td[data-label]{
      padding-top: 10px;
    }

    .pricing-table td[data-label]::before{
      content: attr(data-label);
      display:block;
      font-size: .82rem;
      font-weight: 700;
      color: rgba(0,0,0,.55);
      margin-bottom: 6px;
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    .price{
      font-size: 1.25rem;
    }
  }


#axo-content{overflow: hidden;}
#axo-content .container{width: 1440px; max-width: 100%;}
#axo-content .spacing-content{margin-top: var(--spacing-size); margin-bottom: var(--spacing-size);}
#axo-content hr{margin: 15px auto;}

/* !!!! DÉBUT !!!! STYLE IMAGE & TAILLE */

#axo-content .img-fluid-wh{width: 100%; height: 100%; object-fit: cover; display: block;}
#axo-content .img-fluid-w{width: 100%; object-fit: cover; display: block;}
#axo-content .img-fluid-w.h400{height: 300px;}
#axo-content .img-fluid-w.h300{height: 300px;}
#axo-content .img-fluid-w.h400{height: 400px;}
#axo-content .img-fluid-w.h500{height: 500px;}
#axo-content .img-fluid-w.h600{height: 600px;}
#axo-content .img-fluid-w.h700{height: 700px;}
#axo-content .img-fluid-w.h800{height: 800px;}

/* !!!! DÉBUT !!!! STYLE FIL D'ARIANNE */

#axo-content .breadcrumb{background: rgba(0,0,0,0); margin: 15px auto; padding: 10px 0px; border-bottom: 1px solid rgba(0,0,0,0.1); display: flex; justify-content: center;}
#axo-content .breadcrumb-item+.breadcrumb-item::before{padding: 0px 5px;}
#axo-content .breadcrumb-item{font-size: 13px;}
#axo-content .breadcrumb-item a{color: var(--primary); font-weight: 600; transition: all 0.4s; text-decoration: none;}
#axo-content .breadcrumb-item a:hover{opacity: 0.5;}
#axo-content .breadcrumb-item .active{color: #000;}

/* !!!! DÉBUT !!!! HEADER IMAGE */

#axo-content .axo-banner-header{position: relative; z-index: 1; margin-bottom: 0px;}
#axo-content .axo-banner-header .main-img{position: relative; z-index: 1; display: block; width: 100%; height: 500px; object-fit: cover;}
#axo-content .axo-banner-header:before{content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);}
#axo-content .axo-banner-header .caption{position: absolute; z-index: 3; bottom: 0; left: 0; padding: 40px 15px;}
#axo-content .axo-banner-header .caption .title-page:before{content: ''; display: block; width: 2px; height: calc(var(--spacing-size) * 2); background: #fff; margin: 0px auto 15px;}
#axo-content .axo-banner-header .caption .title-page{display: block; text-transform: uppercase; color: #fff; font-weight: 700; font-family: var(--secondfont); font-size: 70px; text-shadow: 0px 0px 10px rgba(0,0,0,0.3);}

/* !!!! DÉBUT !!!! BANNIERE IMAGE */

#axo-content .axo-banner-img hr, #axo-content .axo-banner-color hr{background: rgba(255,255,255,0.5);}
#axo-content .axo-banner-img, #axo-content .axo-banner-color{position: relative; z-index: 1; color: #fff; padding-top: calc(var(--spacing-size) * 2); padding-bottom: calc(var(--spacing-size) * 2); min-height: 600px; align-items: center;}
#axo-content .axo-banner-img:before{content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgb(0,0,0,0.6);}
#axo-content .axo-banner-img .main-img{position: absolute; z-index: 1; display: block; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover;}
#axo-content .axo-banner-img>.container,#axo-content .axo-banner-img>.container-fluid, #axo-content .axo-banner-color>.container,#axo-content .axo-banner-color>.container-fluid{position: relative; z-index: 10;}
#axo-content .axo-banner-img .small-title{color: #fff;}
#axo-content .shape1{clip-path: polygon(0 var(--spacing-size), 100% 0%, 100% calc(100% - var(--spacing-size)), 0% 100%);}
#axo-content .shape2{clip-path: polygon(0 0, 100% var(--spacing-size), 100% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape3{clip-path: polygon(0 0, 100% var(--spacing-size), 100% calc(100% - var(--spacing-size)), 0 100%);}
#axo-content .shape4{clip-path: polygon(0 var(--spacing-size), 100% 0, 100% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape5{clip-path: polygon(0% 0%, 50% var(--spacing-size), 100% 0, 100% 100%, 0% 100%);}
#axo-content .shape6{clip-path: polygon(0 0, 50% var(--spacing-size), 100% 0, 100% calc(100% - var(--spacing-size)), 50% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape7{clip-path: polygon(0 var(--spacing-size), 50% 0, 100% var(--spacing-size), 100% 100%, 50% 100%, 0 100%);}
#axo-content .shape8{clip-path: polygon(0 var(--spacing-size), 50% 0, 100% var(--spacing-size), 100% 100%, 50% calc(100% - var(--spacing-size)), 0 100%);}
/* !!!! DÉBUT !!!! TEXTE */

#axo-content .h1,#axo-content .h2,#axo-content .h3,#axo-content .h4,#axo-content .h5{margin-bottom: 20px; color: var(--primary); font-family: var(--second-font);}
#axo-content .title-after:after{content: ''; display: block; width: var(--spacing-size); height: 2px; margin: 20px 0px 0px; background: var(--second);}
#axo-content .title-after.text-center:after{margin-left: auto; margin-right: auto;}
#axo-content .small-title{display: block; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; font-size: 18px; color: auto; font-family: var(--main-font); margin-top: 7px;}

#axo-content .h1{font-size: 40px;}
#axo-content .h2{font-size: 36px;}
#axo-content .h3{font-size: 32px;}
#axo-content .h4{font-size: 28px;}
#axo-content .h5{font-size: 24px;}
#axo-content .h6{font-size: 20px;}

#axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 16px; font-weight: 300; line-height: 21px;}
#axo-content p a, #axo-content ul a{color: var(--primary); font-weight: bold; transition: all 0.4s; text-decoration: none;}
#axo-content p a:hover, #axo-content ul a:hover{opacity: 0.4;}
#axo-content ul{padding-left: 15px; margin-bottom: 15px;}

#axo-content .table{background:rgba(0,0,0,0.05);}
#axo-content a.link-btn.link-icone:after{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054" !important; display: inline-block; margin-left: 10px;}
#axo-content a.link-btn{color: #fff; text-align: center; cursor: pointer; background: var(--primary); color: #fff; text-transform: uppercase; transition: all 0.4s; font-size: 14px; font-weight: 500; display: table; text-decoration: none; padding: 9px 15px;}
#axo-content a.link-btn:hover{background: var(--second); color: #fff;}
#axo-content a.link-btn.large{width: 100%;}


/* !!!! DÉBUT !!!! COULEUR & PERSONNALISATION */

#axo-content .border-box{border: 2px solid var(--primary);}
#axo-content .back-primary{background: var(--primary); color: #fff;}
#axo-content .back-second{background: var(--second); color: #fff;}
#axo-content .back-third{background: var(--third); color: #fff;}
#axo-content .color-primary{color: var(--primary);}
#axo-content .color-second{color: var(--second);}
#axo-content .color-third{color: var(--second);}
#axo-content .back-grey1{background: var(--grey1);}
#axo-content .back-grey2{background: var(--grey2);}
#axo-content .back-grey3{background: var(--grey3);}
#axo-content .back-grey4{background: var(--grey4);}
#axo-content .rounded1{border-radius: 10px;}
#axo-content .rounded2{border-radius: 30px;}
#axo-content .rounded3{border-radius: 100%;}
#axo-content .back-primary .h1, #axo-content .back-primary .h2, #axo-content .back-primary .h3, #axo-content .back-primary .h4,#axo-content .back-primary .h5,#axo-content .back-primary .h6, #axo-content .back-second .h1, #axo-content .back-second .h2, #axo-content .back-second .h3, #axo-content .back-second .h4,#axo-content .back-second .h5,#axo-content .back-second .h6, #axo-content .back-third .h1, #axo-content .back-third .h2, #axo-content .back-third .h3, #axo-content .back-third .h4,#axo-content .back-third .h5,#axo-content .back-third .h6, #axo-content .axo-banner-img .h1, #axo-content .axo-banner-img .h2, #axo-content .axo-banner-img .h3, #axo-content .axo-banner-img .h4,#axo-content .axo-banner-img .h5,#axo-content .axo-banner-img .h6, #axo-content .back-primary .small-title, #axo-content .back-second .small-title, #axo-content .back-third .small-title{color: #fff;}
#axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn,#axo-content .back-primary a.link-btn,#axo-content .back-primary a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn,#axo-content .back-second a.link-btn,#axo-content .back-second a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn,#axo-content .back-third a.link-btn,#axo-content .back-third a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn,#axo-content .axo-banner-img a.link-btn,#axo-content .axo-banner-img a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-third a.link-btn{background: transparent; border: 1px solid #fff; color: #fff}
#axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover,#axo-content .back-primary a.link-btn:hover,#axo-content .back-primary a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover,#axo-content .back-second a.link-btn:hover,#axo-content .back-second a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover,#axo-content .back-third a.link-btn:hover,#axo-content .back-third a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover,#axo-content .axo-banner-img a.link-btn:hover,#axo-content .axo-banner-img a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-third a.link-btn:hover{background: #fff; color: #000}
#axo-content .back-second .title-after:after{background: var(--primary);}
#axo-content .shadow-box{box-shadow: var(--shadow-box);}
#axo-content .shadow-text{text-shadow: var(--shadow-text);}

#axo-content .axo-icone{font-size: 25px;}
#axo-content .axo-icone.big{font-size: 45px;}
#axo-content .axo-icone.box{background: var(--primary); color: #fff; display: flex; justify-content: center; align-items: center; width: var(--spacing-size); height: var(--spacing-size);}
#axo-content .axo-icone.box.big{width: calc(var(--spacing-size) * 2); height: calc(var(--spacing-size) * 2);}

/* !!!! DÉBUT !!!! RESPONSIVE */

@media all and (max-width: 1440px) {
	#axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 15px; font-weight: 400; line-height: 20px;}
#axo-content .h1{font-size: 36px;}
#axo-content .h2{font-size: 33px;}
#axo-content .h3{font-size: 29px;}
#axo-content .h4{font-size: 26px;}
#axo-content .h5{font-size: 23px;}
#axo-content .h6{font-size: 20px;}
}

@media all and (max-width: 991px) {
	#axo-content .axo-banner-header .main-img{height: 280px;}
	#axo-content .axo-banner-header .caption .title-page{font-size: 40px;}
	#axo-content .h1{font-size: 30px;}
	#axo-content .h2{font-size: 27px;}
	#axo-content .h3{font-size: 24px;}
	#axo-content .h4{font-size: 21px;}
	#axo-content .h5{font-size: 18px;}
	#axo-content .h6{font-size: 15px;}
	#axo-content .img-fluid-w.h300, #axo-content .img-fluid-w.h400, #axo-content .img-fluid-w.h500,#axo-content .img-fluid-w.h600, #axo-content .img-fluid-w.h700,#axo-content .img-fluid-w.h800
	{max-height: 400px;}
}

@media all and (max-width: 560px) {
	#axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 14px; font-weight: 400;}
	#axo-content .img-fluid-w.h300, #axo-content .img-fluid-w.h400, #axo-content .img-fluid-w.h500,#axo-content .img-fluid-w.h600, #axo-content .img-fluid-w.h700,#axo-content .img-fluid-w.h800
	{height: 300px;}
	:root {
		--spacing-size: 30px;
	}
	#axo-content .axo-icone{font-size: 16px;}
	#axo-content .axo-icone.big{font-size: 26px;}
	#axo-content .axo-banner-header .caption .title-page{font-size: 30px;}
}

/* DÉBUT SLIDE STYLE */
.axo-slide-style .slick-prev, .axo-slide-style .slick-next{position: absolute; transition: all 0.4s; top: 50%; z-index: 99; background: var(--primary); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.axo-slide-style .slick-prev:hover,.axo-slide-style .slick-next:focus,.axo-slide-style .slick-prev:focus, .axo-slide-style .slick-next:hover{background: #000;}
.axo-slide-style .slick-prev{left: 0px;}
.axo-slide-style .slick-next{right: 0px;}
.axo-slide-style .slick-dots{bottom: 0px; left: 0px; padding: 0px;}
.axo-slide-style .slick-dots li{padding: 0px; margin: 0px;}
.axo-slide-style .slick-dots li button{display: flex; justify-content: center; align-items: center; padding: 0px;}
.axo-slide-style .slick-prev:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053" !important;}
.axo-slide-style .slick-next:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054" !important;}
.axo-slide-style .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%);}
.axo-slide-style .slick-dots li button:before{background: #fff; border: 1px solid var(--primary); content: '' !important; display: block; width: 14px !important; height: 14px !important; border-radius: 15px; opacity: 1 !important;}
.axo-slide-style .slick-dots li.slick-active button:before{background: var(--primary);}
.axo-slide-style a{outline: none; text-decoration: none;}

.axo-recherche{background: var(--back-color); position: relative; padding: 20px 0px;}
.axo-recherche>.container{padding: 30px 15px; width: 1440px; max-width: 100%;}
.axo-recherche h5{font-size: 16px; text-align: center; color: var(--second); text-transform: uppercase; font-weight: 400;}
.axo-recherche a{color:var(--second);transition:0.3s;}
.axo-recherche a:hover{color:var(--primary);text-decoration: none;}
.axo-recherche .box-link{font-size: 13px;}
.axo-recherche .box-link ul{list-style: none; padding-left: 0px; margin-bottom: 0px;}
.axo-recherche .box-link ul li a{color: var(--second); transition: all 0.3s; text-decoration: none;}
.axo-recherche .box-link ul li a:hover{color: var(--primary);}
.axo-recherche .box-link p{font-weight: 400; margin-bottom: 5px;}
.axo-recherche .box-link{display: flex; justify-content: center; align-items: flex-start;}
.axo-recherche .box-link>div{padding: 15px 0px;}

.axo-footer{padding: 20px 15px; border-top: 1px solid rgba(0,0,0,0.1); background: var(--primary);}
.axo-footer .axo-logo{display: flex; justify-content: center; align-items: center; margin: 5px 0px 5px;}
.axo-footer .axo-logo img{max-width: 100%; width: 125px; opacity: 0.4}
.axo-footer .footerlink{color: var(--second);}
.axo-footer .footerlink a{color: var(--second); transition: all 0.3s; text-decoration: none;}
.axo-footer .footerlink a:hover{opacity: 0.3}
.axo-footer .inlineblock{padding-left: 0px; text-align: center; margin-bottom: 10px; font-size: 12px;}
.axo-footer .inlineblock li{display: inline-block;}
.axo-footer .inlineblock li:after{content: ' - ';}
.axo-footer .inlineblock li:last-child:after{display: none;}


/* !!!! DÉBUT !!!! STYLE HEADER */
a.fixed-gift-btn{border-radius: 0px 13px 13px 0px; box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.1); writing-mode: sideways-lr; position: fixed; z-index: 1000; top: 50%; left: 0; transition: all 0.4s; text-decoration: none; background: var(--third); text-transform: uppercase; font-size: 20px; padding: 17px 7px; color: #fff; display: flex; align-items: center;}
a.fixed-gift-btn:hover{padding-left: 20px; background: var(--primary); color: #fff;}
a.fixed-gift-btn .icone{transform: rotate(-90deg); display: flex;margin-bottom: 5px; width: 26px; height: 26px; background: #fff; border-radius: 26px; justify-content: center; align-items: center; font-size: 14px; color: var(--primary);}

.top-nav{display: flex; border-bottom:1px solid rgba(0,0,0,0.1); color: var(--third); padding: 5px 15px; justify-content: space-between; align-items: center; flex-wrap: wrap; position: relative; z-index: 4;}
.top-nav .top-rs{font-size: 14px; display: flex; align-items: center; padding:2px 7px;} 
.top-nav a.phone-header{color: var(--third); font-size: 14px; text-transform: uppercase; display: flex; align-items: center; font-weight: 600; text-decoration: none; transition: all 0.4s;}
.top-nav a.phone-header:hover{color: var(--primary);}
a.link-rs{font-weight: 600; margin: 4px; color: #fff; transition: all 0.4s; font-size: 18px; text-decoration: none; display: flex; align-items: center;}
a.link-rs .ico, .top-nav a.phone-header .ico{display: flex; background: var(--second); color: #fff; width: 24px; font-size: 12.5px; height: 24px; border-radius: 24px; justify-content: center; align-items: center;}
a.link-rs:hover{opacity: 0.4;}
/* style nav */

#main-nav .navbar-brand{padding:10px; position: relative; width: 140px; margin: 0px auto; display: flex; justify-content: center; align-items: center;}
#main-nav .navbar-nav{padding: 0px 10px;}
#main-nav .navbar-brand img{max-width: 100%; transition: all 0.4s;}
#main-nav a.navbar-brand{transition: all 0.4s;}
#main-nav a.navbar-brand:hover img{opacity: 0.4;}
#main-nav{width: 100%; flex-wrap: wrap; position: absolute; z-index: 999; display: flex; align-items: center; justify-content: center;padding: 0px 0px; transition: all 0.4s;}
#main-nav button:focus{outline: 0px;}
#main-nav .nav-link:focus{outline: none !important;}
#main-nav .nav-link{text-align: center; padding: 7px 10px; color: #fff; text-decoration: none; font-size: 15px; letter-spacing: 0.75px; font-weight: 300; text-transform: uppercase; position: relative; transition: all 0.4s; z-index: 99;}
#main-nav .nav-link i{font-size: 1.6em;}
#main-nav .nav-link:before{content: ''; display: block; width: 0px; transition: all 0.4s; height: 1px; background: #fff; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;}
#main-nav .nav-link:hover:before{width: 30px;}
#main-nav .nav-item:last-child:after{display: none;}
#main-nav .nav-item{position: relative; padding: 0px 3.5px;}
#main-nav .hamburger-box{margin-top: 6px;}
#main-nav .dropdown-menu{border-radius: 0px; left: 50% !important; transform: translateX(-50%) !important; top: 100% !important; border: 0px;margin-top: 0px; padding: 0px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); z-index: 9999; min-width: 100%;}
#main-nav .dropdown-item{padding: 7px 15px; font-weight: 300; text-transform: initial; transition: all 0.4s; border-bottom: 1px solid rgba(0,0,0,0.1); font-size: 14px;}
#main-nav .dropdown-item:last-child{border-bottom: 0px;}
#main-nav .dropdown-item:hover{background: var(--primary); color: #fff; border-color: var(--primary);}
#main-nav .nav-link.active:before{width: 100%;}
#main-nav .active-item{background: var(--primary); color: #fff;}
#main-nav .nav-link.active-shop{background: var(--third); border-radius: 10px;}
#main-nav .nav-link.active-shop:hover{background: var(--second); color: var(--primary);}

#main-nav.reduce{position: fixed; top: 0; left: 0; box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1); background: var(--primary);}
#main-nav.reduce .navbar-brand{width: 100px;}

/* Fleche scroll top */
a#down{text-decoration: none; color: #fff; text-transform: uppercase; transition: all 0.4s;}
a#down:hover{opacity: 0.4;}
a#down {
	position: absolute;
	z-index: 12;
	left: 50%;
	bottom: 55px;
	transform: translateX(-50%);
}
a#down span {
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}


a#top svg{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
a#top{
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	text-align: center;
	background-color: var(--primary);
	display: none;
	width: 50px;
	border-radius: 5px;
	height: 50px;
	color: #fff;
	z-index:98;
	font-size:17px;
	position:fixed;
	bottom:15px;
	right:15px;
	transition: background-color 0.4s, color 0.4s;
	align-content: center;
}

a#top:hover{
	background-color:var(--second);
	color: #fff;
}


/* style caroussel */
#page #header{height: 320px;}
#page #header .carousel-caption{display: none;}
#header{width: 100%; height: 100vh; position: relative; z-index: 999; padding: 0px;}
#header video{display: block; width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 2;}
#header:before{
	background: #000000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
#header .box-information{position: absolute; transition: all 0.4s; z-index: 99; bottom:30%; width: 400px;}
#header .box-information h5{color: #fff; font-style: italic; text-transform: uppercase; font-weight: 900; letter-spacing: 0.5px; font-size: 35px; text-shadow: 0px 0px 20px rgba(0,0,0,0.6); padding: 0px 15px;}
#header .box-information>div{background: #fff; padding: 20px 5%; border-top-right-radius: 40px; border-bottom-right-radius: 40px;}
.box-information ul{padding: 0px 15px; list-style: none; font-size: 16px; margin-bottom: 0px;}
.box-information ul li{padding: 10px 0px; display: flex; align-items: center; font-weight: 500; color: var(--second);}
.box-information ul li .ico{color: rgba(0,0,0,0.4); margin-right: 15px;}
.box-information ul li strong{font-weight: 700;}
.box-information ul li a{font-weight: 700; color: #000; font-size: 20px; transition: all 0.4s; text-decoration: none;}
.box-information ul li a:hover{opacity: 0.6;}

#page #headercarousel{height: 450px;}
#page #header .box-information{display: none;}
#page #header #down{display: none;}

#header .carousel-caption{position: absolute;flex-wrap: wrap; right: auto !important; bottom: auto !important; top: 0px; left: 0px; width: 100%; text-align: center; padding: 40px 5%; height: 100%; display: flex; align-items: center; justify-content: center;}
#header .carousel-caption>div{width: 100%;}
#header .carousel-caption .titre-caption{transition: all 0.4s; font-size: 75px; font-weight: 300; font-family: var(--main-font); color: #fff; text-shadow: 0px 0px 7px rgba(0,0,0,0.2);}
#header .carousel-caption .small-title{font-size: 20px; letter-spacing: 3px; text-transform: uppercase; color: #fff; text-shadow: 0px 0px 7px rgba(0,0,0,0.3);}
#header .carousel-caption .bouton{display: inline-block; color: #fff; border: 2px solid #fff; font-weight: 500; margin-top: 10px; padding: 10px 20px; font-size: 17px; text-decoration: none; transition: all 0.4s;}
#header .carousel-caption .bouton .icone{display: inline-block; margin-left: 5px;}
#header .carousel-caption .bouton:hover{background: #fff; color: var(--second);}

.s-style{position: relative; padding: 50px 15px; overflow: hidden;}
.s-style .container{width: 1440px; max-width: 100%; position: relative; z-index: 5;}
.s-style p{font-size: 17px;}
.s-style .titre1{font-family: var(--second-font); font-size: 47px; font-weight: 400; margin-bottom: 30px;}
.s-style .titre1.text-center .main{margin: 0px auto 10px; justify-content: center;}
.s-style .titre1 .main{color: var(--text)}
.s-style .titre1 .main .small-size{display: block; font-size: 25px;}
.s-style .ss-titre1 small{display: block; font-weight: 300; margin-top: 5px; text-transform: uppercase; font-family: var(--main-font); font-size: 18px; color: var(--primary);}
.s-style .titre1 .color{color: var(--primary);}
.s-style .titre2{font-weight: 400; font-family: var(--second-font); color: var(--primary); font-size: 33px; margin-bottom: 30px;}
.s-style .titre2 small{font-size: 18px; line-height: 20px; font-weight: 300; display: block; font-family: var(--main-font); text-transform: uppercase; margin-top: 5px;}
.s-style .box-img img{max-width: 100%; width: auto;}
.s-style .big-titre{text-transform: uppercase; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: #fff; color: transparent; letter-spacing: 1px; font-size: 64px; font-style: italic; font-weight: 900; display: block;}
.s-style a.bouton{display: inline-block; color: var(--primary); border-radius: 5px; border: 1px solid var(--primary); padding: 5px 20px; font-size: 14px; letter-spacing: 1px; line-height: 27px; text-transform: uppercase; text-decoration: none; transition: all 0.4s;}
.s-style a.bouton .icone{display: inline-block; margin-left: 5px;}
.s-style a.bouton:hover{background: var(--primary); color: #fff;}
.s-style .slider-img img{width: auto; display: block; max-width: 100%; margin: 0px auto;}

#section1{position: relative; z-index: 3; background: url(../images/back-logo.png) no-repeat center/auto var(--back-color); padding: 140px 15px;}
#section1 .filet{display: block; position: absolute; width: 200px; max-width: 10vw; border: 0px; background: var(--primary); height: 2px; z-index: 4; left: 50%; top: 8px; transform: translateX(-50%);}
#section1 .titre1 small{ margin-top: 25px; line-height: 25px;}
#section2{position: relative; z-index: 2;}
#section3{background: var(--back-color);}
#section3 .titre2{color: var(--primary);}
#section3 a.bouton{color: var(--second);}
#section3 .part-img{padding: 0px; margin: 30px auto;}
#section3 .part-img>div{position: relative; padding: 0px; display: flex; justify-content: flex-end; width: 580px; max-width: 100%; margin: 0px auto;}
#section3 .part-img .feuille{position: absolute; bottom: 20px; left: 0; z-index: 5;}
#section3 .part-img .small-img{position: absolute; bottom: 0; left: 40px; z-index: 4; border-radius: 250px 250px 0px 0px;}
#section3 .part-img .big-img{position: relative; z-index: 3; margin-bottom: 40px; border-radius: 250px 250px 0px 0px; display: block; max-width: 80%;}

#section4 .citation{font-family: var(--second-font); font-size: 50px; font-style: italic; line-height: 45px; color: var(--white);}
#section4 .box-texte{background: url('../images/bg02-left.png') left 90% no-repeat, url('../images/bg02-right.png') right 15% no-repeat, var(--primary); color: var(--white); padding: 100px; border-radius: 40px; overflow: hidden;}
#section4 *{color: var(--white)!important;}

#section5{background: var(--third); color: #fff;}
#section5>.container>.row{height: 700px; align-items: center;}
#section5 .titre2{color: #fff;}

.flex-prestation{justify-content: space-evenly;}
.box-prestation{padding: 30px 15px;}
.box-prestation a{display: block; transition: all 0.6s; text-decoration: none; width: 400px; max-width: 100%; margin: 0px auto;}
.box-prestation a:hover{margin-top: -20px;}
.box-prestation a:hover .caption-prestation{background: var(--primary); color: #fff;}
.box-prestation a:hover .caption-prestation h3{color: #fff;}
.box-prestation a:hover img{border-radius: 0px;}
.box-prestation a .caption-prestation h3{font-family: var(--second-font); transition: all 0.4s; font-size: 25px; position: relative; color: var(--primary); margin-bottom: 5px;}
.box-prestation a .caption-prestation{width: 100%; transition: all 0.4s; position: relative; padding: 15px 15px; color: var(--primary);}
.box-prestation a .caption-prestation p{font-size: 15px;}
.box-prestation a img{max-width: 100%; width: 100%; transition: all 0.5s; height: 400px; object-fit: cover; border-radius: 250px 250px 0px 0px;}
/* fleche-nav style */

.slide-avis.slide-style .slick-dots li button:before{background: #fff;}
.slide-avis{padding: 20px 0px; position: relative;}
.slide-avis .box-avis{border-radius: 15px; padding: 30px 0px; text-align: left; color: #fff; position: relative;}
.slide-avis .box-avis:before{content: ''; display: block; max-width: 100%; width: 130px; height: 130px; background: url(../images/ico-message.png) no-repeat center/contain; top: 50px; left: 50px; position: absolute;}
.slide-avis .box-avis>div{position: relative; z-index: 3; width: 100%; max-width: 100%; margin: 0px auto;}
.slide-avis .box-avis .name-avis{font-weight: bold; font-size: 19px; display: block; margin-bottom: 0px;}
.slide-avis .box-avis .date-avis{font-size: 13px; text-transform: uppercase; color: #fff;}
.slide-avis .box-avis .txt-avis{border-radius: 15px; margin-top: 15px; display: block; font-size: 14px; overflow: auto; height: 150px; padding: 20px 15px; background: #fff; color: #000; margin-top: 10px;}
.slide-avis .box-avis .txt-avis::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: var(--primary);
}

.slide-avis .box-avis .txt-avis::-webkit-scrollbar {
  width: 10px;
  background-color: var(--primary);
  border-radius: 10px;
}

.slide-avis .box-avis .txt-avis::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: var(--second);
}


/* fleche-nav style */
.slide-style .slick-prev, .slide-style .slick-next{position: absolute; transition: all 0.4s; top: 50%; border-radius: 5px; z-index: 99; background: var(--primary); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.slide-style .slick-prev:hover,.slide-style .slick-next:focus,.slide-style .slick-prev:focus, .slide-style .slick-next:hover{background: #000;}
.slide-style .slick-prev{left: -15px;}
.slide-style .slick-next{right: -15px;}

/* dots-nav style */
.slide-style .slick-dots{bottom: 0px; padding: 0px;}
.slide-style .slick-dots li{padding: 0px; width: 40px; height: 5px; transition: all 0.4s;}
.slide-style .slick-dots li button{display: flex; justify-content: center; align-items: center; width: 100%;}
.slide-style .slick-prev:before{font-family: "Font Awesome 5 Free"; font-size: 13px; font-weight: 900; content: "\f053" !important;}
.slide-style .slick-next:before{font-family: "Font Awesome 5 Free"; font-size: 13px; font-weight: 900; content: "\f054" !important;}
.slide-style .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%);}
.slide-style .slick-dots li button:before{background: var(--primary); transition: all 0.4s; content: '' !important; display: block; width: 100% !important; border-radius: 3px; height: 100% !important; opacity: 1 !important;}
.slide-style .slick-dots li.slick-active button:before{background: var(--second);}
.slide-style .slick-dots li.slick-active{width: 20px;}
/* Style qui retire liseret bleu autour quand swipe */
.slide-style a{outline: none; text-decoration: none;}


footer.s-style{overflow: hidden; background: var(--third); padding-bottom: 0px; padding-top: 0px; color: #fff;}
footer.s-style a.bouton{color: var(--second);}
footer .flex-img{display: flex; flex-wrap: wrap;}
footer .flex-img img{max-width: 100%; width: calc(100% / 4);}
footer .top-footer{padding: 20px 15px;}
footer .top-footer p a{text-decoration: none; transition: all 0.4s;}
footer .top-footer p a:hover{opacity: 0.4;}
footer .box-information h3{text-transform: uppercase; font-size: 20px; font-weight: 300;}
footer .box-information p{font-size: 20px;}
footer p a{color: var(--white); transition: all 0.4s; font-weight: bold;}
footer p a:hover{color: var(--second);}
a.rs{font-size: 18px; line-height: 18px; width: 35px; height: 35px; background: #fff; color: var(--primary); border-radius: 30px; display: flex; justify-content: center; align-items: center; margin: 0 5px;}


@media all and (max-width: 1200px) {
	#headercarousel{height: 400px;}
	.back-feuille{margin-top: 0px;}
	.big-contact{font-size: 100px; line-height: 100px; margin-bottom: -15px;}
	#header .top-nav .top-rs{display: none;}
	#header .top-nav{justify-content: space-between;}
	footer .box-titre{padding-top: 40px; padding-bottom: 0px;}
	.s-style .big-titre{font-size: 40px;}
	#headercarousel .carousel-caption>div:before{height: 20px;}
	#headercarousel .carousel-caption>div:after{display: none;}
	.box-information ul{font-size: 14px;}
	#header .box-information h5{font-size: 28px;}
	#header .box-information{width: 300px;}
	#headercarousel .carousel-caption a.bouton{font-size: 14px;}
	#headercarousel .carousel-caption{max-width: 100%;}
	#main-nav .nav-item:after{display: none;}
	#header .top-nav{margin-top: 72px; padding: 5px;}
	#main-nav .hamburger,{padding: 0px 15px; min-height: 68px;}
	#main-nav .collapse{transition: all 0.4s; height: 100vh !important;}
	#main-nav .collapse.show{width: 100vw; opacity: 1; background: var(--primary); position: fixed; top: 0; z-index: 2;}
	#main-nav .side-nav{width: 100%; flex-wrap: wrap;}
	#main-nav .navbar-nav{flex-wrap: wrap !important; flex-direction: column; opacity: 0; transition: all 0.4s;}
	#main-nav .collapse.show .navbar-nav{opacity: 1;}
	#main-nav .hamburger{z-index: 4;}
	#main-nav a.navbar-brand{z-index: 5;}
	#main-nav .navbar-brand{width: 100px; height: 100px; margin: 0px;}
	#main-nav.reduce .navbar-brand{ width: 70px; height: 70px; }
	#main-nav .navbar-brand img, #main-nav.reduce .navbar-brand img{width: 100%; height: 100%; object-fit: contain;}
	#main-nav,#main-nav.reduce{margin: 0px auto; transition: all 0.4s; display: flex; justify-content: space-between; flex-direction: row; width: 100%; border-top-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 9999;}
	#main-nav .collapse{opacity: 0; transition: all 0.4s; background: var(--primary); position: fixed; top: 0; left: 0px;}
	#main-nav.reduce{background: var(--primary); transition: all 0.4s; box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15); padding: 0px; position: fixed; top: 0; left: auto; right: 0px;}
	#main-nav .nav-link{padding: 7px 15px; font-size: 16px;}
	#main-nav .navbar-nav{padding: 0px 0px; height: 100%; margin-left: 0px !important; display: flex !important; justify-content: center; align-items: center;}
	#main-nav .dropdown-menu{width: 100%; position: relative;}
	#main-nav .nav-item{display: block; width: 100%; display: flex; justify-content: center; flex-wrap: wrap; margin: 3px auto; padding: 0px 10px;}
}

@media all and (max-width: 991px) {
	.s-style .titre1{font-size: 35px; line-height: 38px;}
	.s-style .titre2{font-size: 30px; line-height: 33px;}
	#header .carousel-caption .titre-caption{font-size: 40px;}
	#header .carousel-caption .small-title{font-size: 18px; letter-spacing: 1.5px;}
	a.fixed-gift-btn{top: auto; bottom: 100px;}
	#section1 .filet{display: none;}
	.s-style{padding: 30px 15px;}
	.prestation-box .box-texte{padding: 50px 15px;}
	footer .box-information{padding: 30px 15px;}
	footer .top-footer{padding: 40px 0px;}
	#section3 a.box-link .img-link img{height: 300px;}
	#page #headercarousel{height: 200px;}
}

@media all and (max-width:767px) {
	#headercarousel .carousel-caption .titre-caption{font-size: 60px;}
	.flex-robe a.box-robe .title-robe{padding: 15px 5px; font-size: 14.5px;}
	.flex-robe a.box-robe{margin: 0px;}
	.flex-robe>div{padding: 0px;}
	.flex-robe a.box-robe img.height-tall, .flex-robe a.box-robe img.height-small{height: 300px;}
	.top-nav a.phone-header{font-size: 12.5px;}
	a#down{bottom: 50px; font-size: 13px;}
	#headercarousel .carousel-caption{max-width: 100%; padding: 60px 5px;}
	#headercarousel .carousel-indicators{padding: 10px;}
	#header .box-information>div{background: rgba(255,255,255,0.8); backdrop-filter: blur(10px);}
}

@media all and (max-width:560px) {
	#page #header{height: 220px;}
	#headercarousel .carousel-caption .small-title{font-size: 16px; letter-spacing: 2px;}
	.box-prestation img{height: 400px;}
	.big-contact{font-size: 80px; line-height: 80px; margin-bottom: -10px;}
	footer .flex-img img{width: calc(100% / 2);}
	.top-nav a.link-rs .ico{width: 20px; height: 20px; font-size: 12px;}
	#page #header .banner{height: 220px;}
}
