/*
Theme Name: Minimiser Theme
Author: BIM DIGITAL
Description: The most minimalist Wordpress theme compatible with Elementor
Requires at least: WordPress 5.0
Version: 1.0
*/

/* General */


body {
  margin: 0 !important;
	--swiper-navigation-color: #e56b33 !important;
}

img {
  width: auto;
  height: auto;
}

p {
}

h1 {
}

h2 {
}

h3 {
}

.btn-roue a {
    background-image: url(/wp-content/uploads/2023/10/Groupe-147.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    background-color: transparent !important;
    padding: 2em 2em 2em 5em;
}

.btn-roue.vert a {
    background-image: url(/wp-content/uploads/2024/04/Groupe-1318.webp);
}


x
.elementor-element-3c5fe50 a {
    color: white;
    display: block;
    margin-bottom: 1em;
}

.testi-back .swiper-slide > div {
    background-repeat: no-repeat;
    background-position: 18px 12px;
}

#sliderHistorique {
	display: flex;
}

#sliderHistorique .swiper-slide-active {
    opacity: 1 !important;
}

#sliderHistorique .swiper-wrapper {
    align-items: center !important;
}

#sliderHistorique .active {
    color: #E56B33 !important;
    transition: font-size 0.5s, opacity 0.5s, color 0.5s !important;
	transition-timing-function: ease-out;
    font-size: 3em !important;
    opacity: 1 !important;
}

#sliderHistorique .secondary {
    color: #E56B33 !important;
    font-size: 2em !important;
}

/* Nouvelles classes pour remplacer les styles inline */
#sliderHistorique .selectDate {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.sliderHistorique_date {
    margin: 0;
    cursor: pointer;
    font-size: 1.5em;
    opacity: 0.6;
    color: #8BBE3D;
    transition: font-size 0.5s, opacity 0.5s, color 0.5s !important;
	transition-timing-function: ease-out;
    font-family: 'Gill Sans', sans-serif;
}

#sliderHistorique .swiper-container {
    width: 80%;
	overflow: hidden;
	padding: 3em;

}

.swiper-slide-year, .swiper-slide-content {
    padding: 1em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    opacity: 0.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

#sliderHistorique .swiper-slide-year {
    background: #F0C540;
}

#sliderHistorique .swiper-slide-content {
    background: #8BBE3D;
}


#sliderHistorique .swiper-slide-content h2,
.swiper-slide-year h2 {
    color: black;
	font-size: 2em;
    text-align: center;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

#sliderHistorique .swiper-slide-content h2 {
	color: white;
	font-size: 1.2em;
}

#sliderHistorique .swiper-slide-content p {
    color: black;
    font-family: 'Poppins', Sans-serif;
    font-size: 14px;
    margin: 0;
}

#sliderHistorique .swiper-slide-content a {
    color: white;
    background: #F0C540;
    padding: 0.5em 1em;
    text-decoration: none;
    font-family: 'Poppins', Sans-serif;
    border-radius: 5px;
	width: auto;
    display: block;
    text-align: center;
}

#sliderVideos .swipervideos {
	overflow: hidden;
}

.elementor-element-ff2c316 .elementor-accordion-item, .elementor-element-c827078 .elementor-accordion-item {
	margin-bottom: 1em;
	    border-top: solid 1px !important;
	    border-radius: 25px;


}

.elementor-element-ff2c316 .elementor-tab-content, .elementor-element-c827078 .elementor-tab-content {
	    border-top: none !important;

}

.elementor-element-ff2c316 .elementor-tab-title, .elementor-element-c827078 .elementor-tab-title {
	border-bottom: none !important;
}

.page-id-17 .elementor.elementor-17 {
    overflow: hidden;
}

.page-id-551 p.elementor-counter-title {
    text-align: center !important;
}

.swiper-button-next {
    margin-right: -25px;
}

.swiper-button-prev {
    margin-left: -25px;
}

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

/* -------------------------------------------------------------
Tout sauf Mobile
-------------------------------------------------------------- */

@media (min-width: 768px) {
	.entreprise-content {
		height: 100%;
	}
	
	.colm1 {
    grid-column: 2 / 3;
}

.colm2 {
	grid-column: 3 / 4;
}

}


/* -------------------------------------------------------------
Little Mobile
-------------------------------------------------------------- */

@media (max-width: 425px) {
}

/* -------------------------------------------------------------
Mobile
-------------------------------------------------------------- */

@media (max-width: 768px) {
	.div-50 > div > div {
    	width: 46%;
	}
	
	.div-50-contre-bis > div > div:not(:last-child) {
    	width: 46%;
	}
	
	#sliderHistorique {
	flex-direction: column;
	}
	
	#sliderHistorique .selectDate {
		width: 100%;
		padding-left: 12em;
    	overflow: scroll;
		flex-direction: row;
	}
	
	#sliderHistorique .swiper-container {
		width: 100%;
	}
	
	
.velos-occasions .element-item {
    width: 100% !important;
}
	
	.page-id-940 .button-group {
    display: inline-block;
}
	
	.page-id-940 .categories.sigle-vigneron p {
    display: none;
}
	
	.page-id-940 button.button.real-filter {
    margin: 5px;
}

}

/* -------------------------------------------------------------
Tablette
-------------------------------------------------------------- */

@media (min-width: 769px) and (max-width: 992px) {
}

/* -------------------------------------------------------------
Laptop
-------------------------------------------------------------- */

@media (min-width: 993px) and (max-width: 1200px) {
}

/* -------------------------------------------------------------
Desktop
-------------------------------------------------------------- */

@media (min-width: 1201px) {
}
