/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.sub-sub-item a {
    justify-content: left!important;
}

.sub-sub-item i {
    padding-right:10px;
}

.mouse-track {
  position: absolute;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

:root {
  --gap: 20px;
}

.testimonial_wrapper{
	max-width: 950px;
	margin: 0 auto;
	 position: relative;
}
.testimonial_wrapper .row{
	max-width: 950px;
	margin: 0 auto;
}
.testimonial-container {
  height: 100%;
  margin: 0 auto;
	
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
	
	
}
.testimonial-container ,
.testimonial-container .row{
	height: auto;	
}
.testimonial_wrapper .col-lg-12{
	padding: 20px 9% 60px 9%;
	background-color: #FFF;

}

.testimonial_wrapper button {
  font-size: 1.8em;
  height: 50px;
  width: 50px;
  background-color: #181818;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  border-radius: 50%;
  padding: 15px 0px;
}
.testimonial_wrapper button#next {
  right:0;
  background-image: url('/wp-content/uploads/2024/10/Groupe-152.png')!important;
  background-repeat: no-repeat;
  background-position: center;
	z-index: 1;
}

.testimonial_wrapper button#prev {
	left:0;
  background-image: url('/wp-content/uploads/2024/10/Groupe-151.png')!important;
  background-repeat: no-repeat;
  background-position: center;
	z-index: 1;
}
@media screen and (min-width:1700px) {
	.testimonial_wrapper button#next {
		right: -95px;
	}
	.testimonial_wrapper button#prev {
		left: -95px;
	}
}
@media screen and (max-width:1699px) {
	.testimonial-container {
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) {
  .testimonial-container {
	  width: 90%!important;
	  margin: auto;
	  padding: 2em 0 0 0; 
	}
	.testimonial-container p {
		font-size: 16px!important;
			line-height: 1.67em!important;
	}
	.testimonial_wrapper .col-lg-12{
		padding: 20px 9% 40px 9%!important;
	}
	
  .testimonial_wrapper button {
	top: 145px;
    bottom: unset;
}
}
.testimonial-container p {
  color: #000;
  text-align: center;
	  font-size: 18px;
  line-height: 30px;
  position: relative;
	font-family: Open Sans, 'sans-serif';
	z-index:1;
}
.testimonial-container p:nth-last-of-type(2),
.testimonial-container p:last-child{
	margin-bottom: 0;
}

.infos_supp_tabs h2, 
.infos_supp_tabs h3, 
.testimonial_wrapper h2 {
  padding: 0px 0px 15px 0px;
}
.infos_supp_tabs h2,
.infos_supp_tabs h3,
.testimonial_wrapper h2,
.testimonial_wrapper h3 {
  text-align: center;
}
.infos_supp_tabs h3,
.testimonial_wrapper h3 {
  color: var( --e-global-color-secondary );
}
.testimonial-container h3 {
  color: var( --e-global-color-primary );
  font-size: 1em;
  font-weight: bold;
  text-align: left;
	z-index:1;
	position:relative;
}
.testimonial-container h6 {
  color: #bcc4da;
  font-size: 0.9em;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .testimonial_wrapper {
    font-size: 14px;
  }
}
.testimonial-container  .row > div {
  position: relative;
}
.testimonial-container .row > div:before {
    content: url(/wp-content/uploads/2024/12/quote.png);
	position:absolute;
    left: 30px;
    top: 20px;
	z-index:0;
}

.testimonial-container .row > div:after {
    content: url(/wp-content/uploads/2024/12/quote.png);
	position:absolute;
    right: 30px;
    bottom: 80px;
    transform: rotate(180deg);
	z-index:0;
}

.infos_supp_tabs .tabs ul.ui-tabs-nav {
  text-align: left;
  margin: 0;
	border-bottom: 3px solid #181818;
}

.infos_supp_tabs .tabs ul.ui-tabs-nav li {
  display: inline-block;
  background-color: #FFF;
  border-radius: 20px;
  padding: 0;
  margin: 0 4px 10px 0;
	text-align: center;
}

.infos_supp_tabs .tabs ul.ui-tabs-nav li:first-child {
	margin: 0 4px 0 0;
}

@media only screen and (max-width: 768px){
.infos_supp_tabs .tabs ul.ui-tabs-nav li {
  margin: 0 4px 5px 0;
}
}

.infos_supp_tabs .tabs ul.ui-tabs-nav li:hover,
.infos_supp_tabs .tabs ul.ui-tabs-nav li.ui-tabs-active {
  background-color: var( --e-global-color-primary );
}
.infos_supp_tabs .tabs ul.ui-tabs-nav li:hover a,
.infos_supp_tabs .tabs ul.ui-tabs-nav li.ui-tabs-active a{
	color: #FFF;
}
.infos_supp_tabs .tabs ul.ui-tabs-nav li a {
  color: #181818;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  padding: 13px 50px;
}
@media only screen and (max-width: 1366px){
.infos_supp_tabs .tabs ul.ui-tabs-nav li a {
  font-size: 20px;
  line-height: 20px;
  padding: 13px 30px;
}
}
@media only screen and (max-width: 1024px){
.infos_supp_tabs .tabs ul.ui-tabs-nav li a {
  font-size: 18px;
  line-height: 18px;
  padding: 10px 20px;
}
}
@media only screen and (max-width: 768px){
.infos_supp_tabs .tabs ul.ui-tabs-nav li a {
  font-size: 16px;
  padding: 8px 15px;
}
}

.infos_supp_tabs .tabs .ui-tabs-panel {
  border-radius: 30px;
/*   box-shadow: 0 3px 10px rgba(1, 17, 39, 0.15); */
  margin-top: 50px;
}
.infos_supp_tabs .tabs .ui-tabs-panel a{
	color: #181818;
}
.infos_supp_tabs .tabs .ui-tabs-panel .row {
  margin: 0;
  width: 100%;
  gap: 20px;
}
.infos_supp_tabs .tabs h4 {
  color: var( --e-global-color-text );
  font-family: Open Sans, 'Sans-Serif';
  font-size: 24px;
  font-weight: 600;
	line-height: 30px;
	margin-bottom: 22px;
}
.infos_supp_tabs .tabs .tabs_images {
  text-align: center;
	padding-bottom:20px;
}
.infos_supp_tabs .tabs .tabs_images img{
	margin-bottom: 15px;
}
.infos_supp_tabs .tabs .tabs_video .col-6 {
  /* Centrer verticalement - 3 prochaines lignes */
  display: flex;
  align-items: center;
  justify-content: left;
}


.infos_supp_tabs .tabs .tabs_tableaux table,
.infos_supp_tabs .tabs .tabs_tableaux td {
  border: 0;
}
.infos_supp_tabs .tabs .tabs_tableaux td {
	font-size: 18px;
	line-height: 30px;
	font-family: Open Sans, 'Sans-Serif';
	color: #181818;
}
.infos_supp_tabs .tabs .tabs_tableaux tr:nth-child(odd) {
        background-color: #F3F3F3;
    }

.infos_supp_tabs .tabs .tabs_tableaux th{
	border-bottom: 1px solid #181818!important;
	border: 0;
	background-color: #181818;
	color: #FFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
	border-left: 4px solid white;
    border-right: 4px solid white;
	font-size: 25px;
	line-height: 30px;
	font-family: Open Sans, 'Sans-Serif'; 
	text-align: center;
}
@media screen and (max-width:1024px) {
	.infos_supp_tabs .tabs .tabs_tableaux th{
	font-size: 18px;
	line-height: 23px;
}
}

.infos_supp_tabs .tabs .tabs_tableaux  th:last-child{
    border-right: 0px solid white!important;
}

.infos_supp_tabs .tabs p{
	font-size: 18px;
	line-height: 30px;
	font-family: Open Sans, 'Sans-Serif';
	margin-bottom: 22px;
	text-align: left;
}
.infos_supp_tabs .tabs li{
	font-size: 18px;
	line-height: 30px;
	font-family: Open Sans, 'Sans-Serif';
	justify-content: flex-start;
}
.infos_supp_tabs .tabs .tabs_pdf{
	border-bottom: 3px solid #F3F3F3;
	font-size: 25px;
	line-height: 30px;
	font-family: Open Sans, 'Sans-Serif';
	color: #181818;
	padding-top: 27px;
	padding-bottom: 22px;
}
.infos_supp_tabs .tabs .tabs_pdf a{
	margin-left: 20px;
}
@media screen and (max-width:767px) {
	.infos_supp_tabs .tabs .ui-tabs-panel .tabs_faq .panel table td {
		display:block;
		width:100%!important;
	}
	.infos_supp_tabs .tabs p{
		font-size: 16px;
	}
	.infos_supp_tabs .tabs .ui-tabs-panel{
		padding: 0 20px;
	}
	.infos_supp_tabs .tabs .tabs_pdf{
		font-size: 18px;
	}
}

.accordion,
.elementor-kit-13 button.accordion {
  background-color: #F3F3F3;
  color: var( --e-global-color-primary );
  font-size: 25px!important;
  cursor: pointer;
  padding: 13px 28px;
  width: 100%;
  border: 0;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 5px;
  box-shadow: none;
}

.accordion:after {
  /*content: '\002B';*/
  content:url('/wp-content/uploads/2024/10/Groupe-231.png');
  float: right;
  margin-left: 5px;
  height: 35px;
  width: 35px;
}
.accordion.active:after {
  /*content: "\2212";*/
  content:url('/wp-content/uploads/2024/10/Groupe-230.png');
}
.tabs_faq button:hover,
.tabs_faq button:focus{
	background-color: #F3F3F3;
	color: #181818;
}
.panel {
  padding: 0 28px;
  background-color: #F3F3F3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 21px;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-3 {
  flex: 0 0 auto;
  width:calc(25% - 20px);
}
.col-4 {
  flex: 0 0 auto;
  width: calc(33.333% - 20px);
}
.col-6 {
  flex: 0 0 auto;
  width: calc(50% - 20px);
}
.col-8 {
  flex: 0 0 auto;
  width: calc(66.66666666% - 20px);
}
.col-9 {
  flex: 0 0 auto;
  width: calc(75% - 20px);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666666%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: calc(33.333% - 20px);
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: calc(50% - 20px);
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: calc(66.66666666% - 20px);
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: calc(75% - 20px);
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: calc(33.333% - 20px);
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: calc(50% - 20px);
  }
	
.col-lg-8 {
    flex: 0 0 auto;
    width: calc(66.66666666% - 20px);
  } 
	
  .col-lg-9 {
    flex: 0 0 auto;
    width: calc(75% - 20px);
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
	
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666666%;
  }
	
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}


#page #content .ast-container > .testimonial_wrapper, 
#page #content .ast-container > .infos_supp_tabs {
  display: none;
}



.categories-div {
  padding:50px 0 30px 0;
  margin-bottom: 0;
}
/* .products-div {
  margin-bottom: 20px;
} */

.tabs_tableaux table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  display: table;
}
.tabs_tableaux table,
.tabs_tableaux table th,
.tabs_tableaux table td {
  border: 1px solid var(--ast-border-color);
}

.categories-div .row .col-9 {
	margin:auto;
}

.table_no_border {
  	border: 0px;
	vertical-align:top;
}

.table_no_border td {
  	border: 0px;
	vertical-align:top;
}

/*PRODUCTS PAGE BUG SOLUTION */
/* .woocommerce-shop .woocommerce-loop-category__title {
    margin-top: 60px !important;
} */
/*END PRODUCTS PAGE BUG SOLUTION */

.parent_cat_link_title {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

/*////////PRODUCT LOGIN FORM */
.product-login-popup-container {
  display: none;
  position: relative;
  z-index: 10;
}
.product-login-popup-container.is-login-error {
  display: block;
}

.product-login-popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-login-popup-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 0, 0, 0.8);
}

.product-login-popup-form-container {
  margin: 20px;
  position: relative;
  background-color: #fff;
  padding: 40px;
  padding-bottom: 0;
}

.link-hide-login-form {
  text-align: right;
}
.link-hide-login-form a {
  cursor: pointer;
}
/*////////END PRODUCT LOGIN FORM */
 * 

/* ajout du padding pour le short code des propositions de produits */
.shortcode-product-separator {
  margin-bottom: 100px!important;
}
@media screen and (max-width:1024px) {
	.shortocde-product-separator {
  margin-bottom: 80px;
}
}
@media screen and (max-width:768px) {
	.shortocde-product-separator {
  margin-bottom: 50px;
}
}

