/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.affiliate-table th
{	background-color:#008b8b;	color:#fff;	font-weight:bold;width:100%;border-collapse: collapse; 

}
.affiliate-table
{
 border: 1px solid #008b8b;
    border-radius: 8px;
}
.affiliate-table th,
.affiliate-table td {
    border: 1px solid #008b8b;
    width:33%;
	text-align:center;
	padding:8px;
   
}	
.affiliate-table img
{
max-width:150px;
}	
@media only screen and (max-width: 767px) {  

.affiliate-table img
{
max-width:100px;
}

.partenaire {    display: none;  }
}

.event-highlights {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #008b8b; /* Couleur bleu marine */
    padding: 20px;
	font-weight:bold;
    border-radius: 10px;
    color: white;
    font-family: Arial, sans-serif;
	margin-bottom:20px;
}

.event-highlights .highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.event-highlights i {
    font-size: 30px;
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-highlights span {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
	
	font-weight:bold;
}

@media only screen and (max-width: 768px) {
    .event-highlights {
        flex-direction: column;
        gap: 20px;
    }

    .event-highlights .highlight i {
        font-size: 24px;
    }
}



/* Conteneur des onglets */
.woocommerce-tabs {
    margin-top: 30px;
	margin-bottom: 30px;
    border: 1px solid #008b8b;
    border-radius: 8px;
    background: #fff;
	color:#000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Liste des onglets */
.woocommerce-tabs .tabs {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #008b8b;
    background: #008b8b;
}

/* Style des liens d'onglets */
.woocommerce-tabs .tabs li {
    flex: 1;
    text-align: center;
    font-size: 18px;
	background: #008b8b;
    font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.woocommerce-tabs .tabs li a:hover,
.woocommerce-tabs .tabs li a:focus {
    background: #00796B;
    border-bottom: 3px solid #00796B;
}

/* Onglet actif */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    background: #00796B;
	color:#fff;
    border-bottom: 3px solid #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #00796B;
	color:#fff;
   
}

/* Panneaux de contenu des onglets */
.woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px;
    background: #fff;
    color: #000;
    border: 1px solid #008b8b;
    border-top: none; /* Supprime la bordure du haut pour que les onglets s'intègrent */
    font-size: 14px;
    line-height: 1.6;
}
.woocommerce div.product .woocommerce-tabs .panel
{
	padding: 20px;
}

.btnachat
{
	padding:8px 12px; cursor:pointer; background-color:#008b8b; color:#fff; border:none; border-radius:4px;
}
