/**
 * Theme Name: A theme by STUDIO CAD
 * Description: Blocksy Child theme
 * Author: Studio CAD
 * Template: blocksy
 * Text Domain: blocksy
 */

body, h1, h2, h3, h4, h5, h6, label, figcaption, blockquote, blockquote p, .menu a, .site-title, .entry-meta, .mobile-menu, .widget-title, .ct-post-title, .ct-breadcrumbs, .ct-header-text, .site-description, .page-description, .ct-footer-copyright, .ct-widget>*:not(.widget-title){
	/*color: var(--theme-palette-color-1);*/
}


.ct-header-cta {
	transform: translate(-60%, 80%) !important;
}

.btn-header {
	background: linear-gradient(to right, #e7433c 0%, #bf0030 100%) !important;
	padding: 30px 20px !important;
  width: 280px !important;
  
}

.btn-header:hover {
	background: var(--theme-palette-color-2) !important;
}

.top-promotions mark {
	font-size: 32px;
}

.icon-video {
		transition: all 0.3s ease-out;
}

.icon-video:hover {
	scale: 1.2;
}

.countdown-days, .countdown-hours, .countdown-seconds {
    font-weight: bold;
    font-size: 1.5em;
}

.ct-footer a {
	color: var(--theme-palette-color-5);
}

.ct-footer a:hover {
	text-decoration: underline;
}

.montant-collecte {
	display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--theme-palette-color-1, #F1ECE1);
	text-align: center;
}

.montant-collecte h2 {
	color: var(--theme-palette-color-1, #F1ECE1);
	margin-bottom: 8px;
}

.google-visualization-tooltip path {
	fill: var(--theme-palette-color-1, #F1ECE1) !important;
	stroke: #F1ECE1;
  stroke-width: 10;
}




/* Applique les styles uniquement à la section générée par le shortcode */
.fmi-top-dynamic ul {
    list-style-type: none; /* Supprime les bullets points */
    padding: 0;
    margin: 0;
    text-align: center; /* Centre le contenu */
}

.fmi-top-dynamic li {
    margin: 10px 0; /* Ajoute un peu d'espace entre chaque ligne */
}

.fmi-top-dynamic .rank {
    font-weight: bold;
    color: var(--theme-palette-color-3, #e53a32); /* Chiffre du top en rouge */
    font-size: 32px; /* Taille du chiffre du top */
    margin-right: 5px; /* Espace entre le # et le chiffre */
}

.fmi-top-dynamic strong {
    font-weight: bold; /* Met la promo en gras */
}

.fmi-top-dynamic .rank::before {
    content: "#"; /* Ajoute un # avant le chiffre */
}













/* Styles généraux du carrousel */
.swiper-container {
    width: 100%;
		margin: auto;
    max-width: 1200px;
    color: var(--theme-palette-color-8, #ffffff);
		text-align: left;
    position: relative;
		overflow: hidden;
}


/* Style des témoignages */
.testimonial-card {
    padding: 32px !important;
    margin-right: 56px !important;
		margin-left: 56px !important;
	  background: var(--theme-palette-color-2);
}

.testimonial-message strong {
    font-size: 32px;
    font-weight: bold;
}

.testimonial-message .testimonial-regular {
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}


.testimonial-author {
    margin-top: 40px;
}

/* Ligne de séparation */
.testimonial-card hr {
    width: 20%;
    margin: 40px 0px;
    border: 0;
    height: 1px;
    background: #ddd;
}

/* Navigation (Flèches) */
.swiper-button-prev, .swiper-button-next {
    color: var(--theme-palette-color-8, #ffffff) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    width: 64px !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
		top: 42% !important;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(255, 255, 255, 1) !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	color: black;
	font-size: 24px !important;
}

/* Pagination */
.swiper-pagination {
    margin-top: 10px !important;
		top: 0px !important;
		position: relative !important;
}
.swiper-pagination-bullet {
    background: #AAAAAA !important;
		width: 12px !important;
		height: 12px !important;
    opacity: 0.7 !important;
		border-radius: 8px !important;
}
.swiper-pagination-bullet-active {
    background: #1B1B1B !important;
		width: 30px !important;
    opacity: 1 !important;
}








@media (min-width: 689.99px) and (max-width: 1024px){
	
	.hide-for-tablet{
		display: none;
	}
}

@media (min-width: 689.99px) and (max-width: 960px){
	
	
}

@media (max-width: 768px){
		.ct-header-cta {
	transform: translate(0%, 100%) !important;
}

		.btn-header {
	padding: 10px 15px !important;
  	width: 200px !important;
}
	
		.testimonial-message .testimonial-regular {
    font-size: 16px !important;
}
	
		.swiper-button-prev, .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
		top: 42% !important;
}
	
		.testimonial-card {
    padding: 28px !important;
    margin-right: 0px !important;
		margin-left: 0px !important;
}
	
		.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px !important;
}
	
	
    .swiper-container {
        padding: 20px !important;
    }
    .testimonial-message {
        font-size: 1.2em !important;
    }
	
}


@media (min-width: 768px) and (max-width: 1024px){
.ct-header-cta {
	transform: translate(-40%, 70%) !important;
}

.btn-header {
	padding: 24px 16px !important;
  width: 220px !important;
}
	
}


@media (max-width: 689.98px){
	.hide-for-mobile{
		display: none;
	}
	.ct-header-cta{
		
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: -24px;
	}
	
}

