/* 
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
*/

/* Add your custom styles here */




.rank-math-breadcrumb{
    max-width: max-content;
    background-color: #f6f6f6;
    padding: 1px 10px;
    border-radius: 30px;
}
.separator{
	color:#3B783C
}

/* BASE */
.skip-link {
    display: none !important;
}
.elementor-icon-wrapper{
	display:flex;
}
/*BLOG*/
.author-profile-pic {
    width: 24px;
    height: 24px;
    border-radius: 50%!important;
    object-fit: cover;
	margin-right:6px;
}


/* BORDER */
.border-bottom {
    position: relative;
}

.border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(229, 229, 229, 0) 0%,
        rgba(229, 229, 229, 1) 50%,
        rgba(229, 229, 229, 0) 100%
    );
}

.border-top {
    position: relative;
}

.border-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(229, 229, 229, 0) 0%,
        rgba(229, 229, 229, 1) 50%,
        rgba(229, 229, 229, 0) 100%
    );
}

/**FORM NEWS**/
#wpforms-form-47 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#wpforms-form-47 .wpforms-container{
	padding: 0px!important;
    margin: 0px!important
}

#wpforms-form-47 .wpforms-field-container{
	width:100%
} 
/*#wpforms-225-field_2{
	border: 0px;
    border-bottom: 1px solid #101835;
}*/
#wpforms-47-field_2-container{
	padding:0px
}
#wpforms-47{
	margin:0px!important
}
#wpforms-form-47 .wpforms-submit-container{

	width:100%
}

#wpforms-submit-47{
	margin-top:8px;
	    min-width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}


/* TBL*/
.tableau-caracteristique {
    width: 100%;
    border-collapse: collapse;
    margin-left: 0px!important;
}
.tableau-caracteristique td {
	width:50%;
	border:none;
    padding-top:2px;
	padding-bottom:2px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
	
}
.tableau-caracteristique tr:nth-child(odd) {
    background-color: #ffffff;
}

.tableau-caracteristique tr:nth-child(even) {
    background-color: #f5f5f5;
}




.content a {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
	font-weight: bold;
    color: #1B1B1B;
}

.content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #54C4BE, #F5A0B1, #54C4BE);
  background-size: 200% auto;
  animation: underline-slide 3s linear infinite;
}

@keyframes underline-slide {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.content a:hover {
  opacity: 0.6;
}

/** SHORTCODE **/
/* barre */
.progress-bar {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    height: 12px;
    width: 100%;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(270deg, #3b783c, #172121);
  background-size: 200% 200%;
  animation: gradientMove 3s ease infinite;
  display:block;    
  width:auto;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* note */
.note-generale {
  font-size: 16px;
}

.note-generale strong {
  font-weight: bold;
}

.note-generale .note-max {
  font-size: 10px;
  opacity: 0.8;
  margin-left: 2px;
}
/* TBL */
.informations-produit-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.informations-produit-table td {
    padding: 3px 4px;
    vertical-align: top;
}

.informations-produit-table .info-label {
    width: 40%;
    font-weight: bold;
    background: #f9f9f9;
}

.informations-produit-table .info-value {
    width: 70%;
}


@media (max-width:768px){
  table{
    display:block;           /* nécessaire pour que overflow marche sur <table> */
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  /* optionnel : forcer le déclenchement du scroll si trop de colonnes */
  /* table { min-width:700px; } */

  /* lisibilité : évite que tout parte sur une seule ligne */
  th, td { white-space:nowrap; }
  /* laisse revenir à la ligne pour les colonnes “texte long” (3e et 4e de ton exemple) */
  td:nth-child(3), td:nth-child(4){ white-space:normal; word-break:break-word; }
}
