.tabs_product {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

.tab iframe{
	width: 100%;
}

.tabs_product label {
	order: 1; 
	display: block;
	cursor: pointer;
	font-weight: bold;
	transition: background ease 0.2s;
	font-family: 'Philosopher';
    font-size: 1.2em;
	color: #c8c8c8;
	padding: 20px;
    border-bottom: 1px solid;
	text-align: center;
	line-height: 1.1;
	flex: 1;
}

.tabs_product .tab {
	order: 99; 
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	background: #fff;
	padding: 50px 50px 50px;
}

.tabs_product input[type="radio"] {
	display: none;
}

.tabs_product input[type="radio"]:checked + label {
	color: #cc0f09;
	border-bottom: 2px solid;
}

.tabs_product input[type="radio"]:checked + label + .tab {
	display: block;
}

.tabs_product label[for="tabone"] {
	width: 17%;
}

.tabs_product label[for="tabtwo"] {
	width: 30%;
}

.tabs_product label[for="tabthree"] {
	width: 23%;
}

.tabs_product label[for="tabfour"] {
	width: 30%;
}

.tabs_product .tab img,
.tabs_product .tab .wp-caption {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	
  .tabs_product .tab,
  .tabs_product label {
    order: initial;
  }
	
  .tabs_product label {
    width: 100% !important;
    margin-right: 0;
	margin-top: 0.2rem;
	flex: unset;
  }
	
}

@media screen and (max-width: 480px) {

	.tabs_product .tab * {
		text-align: left !important;
	}

	.tabs_product .tab h2 {
		line-height: 1.2;
	}

	.tabs_product .tab ul {
		padding-left: 15px;
	}

	.tabs_product .tab {
		padding: 50px 40px 50px;
	}

}

/* Conteneur principal des avis */
#reviews {
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #ddd;
    color: #333;
}

/* Titre de la section des avis */
.woocommerce-Reviews-title {
    font-size: 1.6em;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Message indiquant qu'il n'y a pas encore d'avis */
.woocommerce-noreviews {
    color: #666;
    font-style: italic;
    font-size: 1em;
    margin-bottom: 20px;
}

/* Formulaire d'avis */
#review_form {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Titre de la réponse (ajout d'un avis) */
#respond .comment-reply-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

/* Labels du formulaire */
#review_form label {
    display: block;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
}

/* Champs du formulaire */
#review_form input[type="text"],
#review_form input[type="email"],
#review_form textarea {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    margin-top: 5px;
}

/* Bouton de soumission */
#review_form .form-submit .submit {
    background-color: #333;
    color: #fff;
    font-size: 1em;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#review_form .form-submit .submit:hover {
    background-color: #555;
}

/* Messages de champs requis */
.comment-notes,
.required-field-message {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.required {
    color: #d9534f; /* Couleur rouge pour indiquer les champs requis */
}
