/**
 * Theme Name: Bartholus
 * Template: spectra-one
 * Author: Aquawebit
 * Author URI: https://aquawebit.com/
 * Description: Bartholus Theme
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: bartholus
 * Tags: Bartholus
*/

/* Fixes */

:where(.wp-site-blocks) > * {
	margin: 0 !important;
}

.spectra-image-gallery__media-wrapper img{
	object-fit:contain;
}

/* Page Informations */

.page-template-wp-custom-template-page-informations h2:first-of-type {
	margin-top: 0 !important;
}

.page-template-wp-custom-template-page-informations h2 + p {
	margin-top: 0 !important;
}



/* Responsive Menu */


/** default is 600px pass to 1100px for button burger and container */
@media (max-width: 1100px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}

/* Cacher le bouton contact quand breakpoint atteint */ 
@media (max-width: 1100px) {
	header	.uagb-container-inner-blocks-wrap > div:last-of-type {
		display:none !important;
	}
}

@media (max-width: 1100px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}

/*-------------------*/


/* Menu */

/* Mobile */
@media (max-width: 1100px) {

header .wp-block-navigation__responsive-container-content ul > li{
	font-size:18px !important;
	line-height:1.4;
}

	header .wp-block-navigation__responsive-container-content ul,
    header .wp-block-navigation__responsive-container-content li {
	display: flex !important;
    justify-content: flex-start !important;	
    align-items: flex-start !important;	
    padding:-left :0 !important;
	}

}

/* Desktop */
@media (min-width: 1100px) {
	
header{
	position: absolute;
    width: 100%;
    z-index: 1;	
}

header .wp-block-button__link{
	white-space: nowrap
}

header li:hover{
	color:var(--wp--preset--color--noir-clair) !important;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

header .wp-block-navigation__submenu-icon{
	display:none !important;
}
header .wp-block-navigation__responsive-container-content ul > li{
	font-size:13px;
	line-height:3;
}

header .wp-block-navigation__responsive-container-content ul > li:nth-of-type(2) ul {
	padding: 8px 0px;
}

header .wp-block-navigation__responsive-container-content ul > li:nth-of-type(2) li a {
		border-bottom: 1px solid;
    width: 100%;
	padding:0 !important;
}

header .wp-block-navigation__responsive-container-content ul > li:nth-of-type(2) li:last-child a {
		border-bottom: 0;
}


header .wp-block-navigation__responsive-container-content ul > li:nth-of-type(2) li {
	padding: 6px 13px;
}

header .wp-block-navigation__responsive-container-content ul > li:nth-of-type(2) li span {
		line-height: 1 !important;
}

header .wp-block-navigation__responsive-container-content ul > li:nth-of-type(2) li:not(:last-child) span {
	padding-bottom: 10px;
}

header .wp-block-navigation__responsive-container-content ul > li:nth-of-type(6) span{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;	
}

header .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container > li:nth-of-type(6) span::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/bartholus/assets/images/ico/ico-espace-client.svg'); /* replace with your image path */
    background-size: cover;
}

header .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container > li:last-of-type {
	display:none !important;
}

header .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container > li:nth-of-type(6){
	filter: brightness(0) saturate(100%) invert(19%) sepia(86%) saturate(6112%) hue-rotate(191deg) brightness(94%) contrast(101%);
}
	

header .wp-block-navigation__responsive-container-content ul > li:nth-of-type(6):hover {
	filter: unset;
}	

}

header li.wp-block-navigation-item.wp-block-navigation-link:hover{
	font-weight:700;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

/* Header Home */

.header-home::before{
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 100%) !important;
}


/*--------------------------------------*/
/* eCare Styling */
/*--------------------------------------*/

.wp-block-ecare-plugins-catalogue{ 
	margin: 0 !important;
}
/* Main Catalog */
/*--------------------------------------*/

.ec-catalog{
	margin: 0 !important;
}

/* Grid de famille */
.ec-catalog-context-level .ec-page{
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
}

/* Grid de produits */
.ec-catalog-context-list .ec-page{
	grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)) !important;
}

/* Bas de carte */ 
.ec-catalog-context-list .ec-page .ec-product-detail,
.ec-catalog-context-fiche .ec-page .ec-product-detail,
.ec-product-detail-more .ec-page .ec-product-detail.ec-p {
	background: #0069aa1a;
    border: 0;
    padding: 12px 12px 62px 12px !important;
    position: relative;
	height: 100%;
}
/* Product Name */
.ec-catalog-context-list .ec-page .ec-product-name,
.ec-catalog-context-fiche .ec-page .ec-product-name{
	font-size: 18px !important;
    line-height: 24px !important;
	color:#373737;
}

.ec-filters .ec-mb > label,
.ec-filters .ec-pt > label,
.ec-filters .ec-filter-fou label,
.ec-filters .ec-filter-mrq label {
	font-size:15px !important;
	color:#0069AA ;
	font-weight:bold !important;
}
input[type="checkbox"].ec-checkbox + label::before{
	background-color: #37373780;	
}


.ec-filters *{
	font-family:'Montserrat', sans-serif !important;
}
.ec-filters  .ec-dropdown-toggle:hover span:first-of-type{
	color:white !important;
}
.ec-filters *,
.ec-filters .ec-radio,
.ec-checkbox-list .ec-pt label,
.ec-radio-list .ec-pt label,
.ec-filters input[type="checkbox"].ec-checkbox + label {
	color:#373737;
}

/* En savoir plus */
.ec-catalog-context-list .ec-page .ec-product-more,
.ec-catalog-context-fiche .ec-page .ec-product-more{
	border: 1px solid !important;
    border-radius: 999px !important;
    color: #0069AA !important;
    background: none !important;
    height: 35px;
    position: absolute;
    bottom: 16px;
    width: calc(100% - 20px);
    left: 50%;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    transform: translate(-50%, 0);
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-catalog-context-fiche .ec-page .ec-product-more:hover {
	background-color : #0069AA !important;
	color : #ffffff !important;
	border: 1px solid #0069AA !important;
}

.ec-catalog-context-list .ec-page .ec-product-more:hover {
	background-color : #0069AA !important;
	color : #ffffff !important;
	border: 1px solid #0069AA !important;
}

/* Ref */
.ec-catalog-context-list .ec-product-identifier,
.ec-catalog-context-fiche .ec-product-identifier{
	color: #373737 !important;
	font-size:12px !important;
	opacity:1 !important;
	font-weight:400px !important;
}

/* Conditionnement */ 
.ec-catalog-context-list .ec-product-condition{
	display:none !important;
}

/* Hover sur les familles */ 
.ec-page-level .ec-card:hover{
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.ec-page-level .ec-level-img::before {
	  content: '';
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  background: rgba(255, 0, 0, 0.5);
  pointer-events: none; 
}

.ec-level-img {
    position: relative !important;
    display: inline-block !important;
    width: 300px !important;
    height: 200px !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
}

.ec-level-img img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  transform: translate(-50%, -50%) !important;
  opacity:0.4;
}

.ec-level-img img::hover {
	transform: translate(-50%, -50%) !important;
}

.ec-level-img::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 105, 170, 1) !important;
  pointer-events: none !important;
}

.ec-page-level .ec-level-img {
	height: 100% !important;
	width: 100% !important;
}

.ec-page-level .ec-card {
	height: 240px !important;
	width: 260px !important;
	border: 0;
    border-radius: 0;
}

.ec-page-level .ec-card a {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: none !important;
	box-shadow:none !important;
}

.ec-filters-toggle{
	font-size:20px;
}

.ec-catalogue-recherche{
    width:630px !important;
	max-width: 85% !important;
}

.ec-catalogue-recherche-icon-close{
	display:none !important;
}

.ec-catalogue-recherche-form{
	max-width:630px;
	display:flex;
	justify-content:center
}
.ec-catalogue-recherche-button{
	position: absolute;
    right: 8px;
    width: 30px;
    height: 30px;
    top: 4px;
    font-size: 30px;
    line-height: 0;
    padding: 0;
    transform: rotate(35deg);
    border: none;
    background: transparent;
    z-index: 999;
	color:var(--wp--preset--color--bleu) !important;
}
.ec-catalogue-recherche-input,
.ec-catalog-context-list .ec-search input,
.ec-catalog-context-fiche .ec-search input{
    padding: 12px 20px;
    color: var(--wp--preset--color--bleu) !important;
    border-radius: 999px;
    border: none;
    font-size: 15px;
    line-height: 1;
    font-style: italic;
    font-weight: 500;
    width: 100%;
}
.ec-catalog-context-list .ec-search input,
.ec-catalog-context-fiche .ec-search input{
	border: 1px solid !important;
}

.ec-catalogue-recherche-input::placeholder,
.ec-catalog-context-list .ec-search input::placeholder,
.ec-catalog-context-fiche .ec-search input::placeholder {
    color: var(--wp--preset--color--bleu) !important;
}

.ec-catalogue-recherche-input:focus,
.ec-catalog-context-list .ec-search input,
.ec-catalog-context-fiche .ec-search input {
  border: none;
  outline: none;
}

.ec-catalogue-recherche-icon-search-label{
	position: absolute;
	color: var(--wp--preset--color--bleu) !important;
    right: 20px;
    top: 9px;
}

.ec-catalog-context-fiche .ec-search-btn,
.ec-catalog-context-list .ec-search-btn{
	position: absolute;
	color: var(--wp--preset--color--bleu) !important;
    right: 8px;
    top: 18px;
}

.ec-catalog-context-fiche .ec-search-btn:hover,
.ec-catalog-context-list .ec-search-btn:hover{
	background:none;
}

.ec-catalog-context-fiche .ec-product-detail .ec-p:last-of-type {
	display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
	padding: 0;
}

.ec-catalog-context-fiche .ec-page-fiche-close{
	display:none !important;
}

.ec-catalogue-recherche-icon-search .dashicons-search:before{
    font-size: 22px !important;
}

.ec-breadcrumb > li:before{
	left:8px !important;
}

.ec-breadcrumb > li {
	padding: 0 0 0 17px !important;
}
.ec-breadcrumb > li:first-of-type {
	padding-left: 0px !important;
}

/* Connexion */
/*--------------------------------------*/

.ec-connexion button {
	background: var(--wp--preset--color--bleu) !important;
    border: 0 !important;
    color: white !important;
    padding: 8px 14px !important;
    font-size: 14px !important;
    font-family: 'Montserrat' !important;
	cursor:pointer !important;
	border-radius: 80px;
	border: 1px solid var(--wp--preset--color--bleu) !important;
}

.ec-connexion button:hover {
    background: transparent !important;
    color: var(--wp--preset--color--bleu) !important;
}


/* Single Catalog */
/*--------------------------------------*/

.ec-catalog-context-fiche .ec-page-fiche .ec-product-detail .ec-product-name {
	font-family: 'Montserrat';
    font-size: 25px;
    line-height: 35px;
    font-weight: bolder;
    text-transform: uppercase;
	margin:0px !important;
	order: -1 !important;
}

.ec-catalog-context-fiche .ec-page-fiche .ec-product-detail-tabs {
	margin: 8px 0px !important;
}

.ec-catalog-context-fiche .ec-page-fiche .ec-product-detail-tabs label,
.ec-catalog-context-fiche .ec-page-fiche > .ec-product label {
	color:var(--wp--preset--color--bleu) !important;
}

.ec-catalog-context-fiche .ec-page-fiche > .ec-product > .ec-product-detail .ec-product-description{
    color:#707070 !important;
}

.ec-catalog-context-fiche .ec-product-identifier, .ec-product-condition {
	font-size: 12px !important;
    line-height: 15px !important;
    font-family: 'Roboto' !important;
    opacity: 1 !important;
    font-weight: 400 !important;
	color: #373737 !important;
}

.ec-catalog-context-fiche .ec-page-fiche > .ec-product > .ec-product-detail a{
	font-size: 13px !important;
    line-height: 13px !important;
    color: var(--wp--preset--color--bleu) !important;
    font-weight: 600 !important;
    border: 1px solid var(--wp--preset--color--bleu) !important;
    border-radius: 999px !important;
    padding: 9px 12px !important;
    display: inline !important;
}

.ec-catalog-context-fiche .ec-page-fiche > .ec-product > .ec-product-detail a:hover{
	color:white !important;
}

.ec-catalog-context-fiche .ec-product-detail {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
}

.ec-catalog-context-fiche .ec-page-fiche > .ec-product label{
	line-height: 1 !important;
    margin-top: 10px !important;
	margin-bottom: 8px !important;
}


.ec-catalog-context-fiche .ec-page-fiche > .ec-product label,
.ec-catalog-context-fiche .ec-page-fiche > .ec-product > .ec-product-detail .ec-product-description,
.ec-catalog-context-fiche .ec-page-fiche .ec-product-detail-tab{
	padding:0 !important;
	border:none !important;
}

.ec-catalog-context-fiche .ec-page-fiche .ec-product-detail > .ec-flex:first-of-type .ec-product-condition{
	display:none;
}

.ec-catalog-context-fiche .ec-product-detail .ec-p {
	padding-top:5px !important;
}

label[for="ec-product-detail-tab-description"] {
  z-index:0 !important;
}

/* Footer */

.uagb-icon-margin-wrapper {
	display:flex !important;
}



/* Custom block 1 */

html .page .entry-content.wp-block-post-content  .custom-block-container-1 .wp-block-uagb-container.custom-block-container-right {
	position: absolute !important;
	height: 100% !important;
    right: -22vw !important;
    /*width: 615px !important;*/
}
.custom-block-container-1 .wp-block-uagb-image__figure,
.custom-block-container-1 .wp-block-uagb-image__figure img{
	width:100% !important;
}

@media (max-width: 976px) {
	html .page .entry-content.wp-block-post-content  .custom-block-container-1 .wp-block-uagb-container.custom-block-container-right{
		width: 100% !important;
	}
	html .page .entry-content.wp-block-post-content  .custom-block-container-1 .wp-block-uagb-container.custom-block-container-right{
		display: block !important;
    	width: 100% !important;
		left: 0 !important;
    	margin: 0 !important;
		min-height: 0 !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-1 .wp-block-uagb-container .wp-block-uagb-image {
		display:flex !important;
		width: 100% !important;
		margin: 0 !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-1 .wp-block-uagb-container .custom-block-container-right .wp-block-uagb-image img:last-of-type {
		width: 100% !important;
    	height: 100% !important;
		object-fit:cover !important;
		aspect-ratio:16/9 !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-1 .custom-block-container-wrapper{
		flex-direction:column !important;
	}
	 .custom-block-container-1 .custom-block-container-right:before{
		background:none !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-1 .custom-block-container-wrapper .custom-block-container-left,
	html .page .entry-content.wp-block-post-content .custom-block-container-1 .custom-block-container-wrapper .custom-block-container-right{
		display: block !important;
		position: relative !important;
		height: auto !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-1 .custom-block-container-wrapper {
		display: flex !important;
		position: relative !important;
		height: auto !important;
		gap: 20px !important;
	}
}

@media (min-width: 977px) and (max-width: 1250px) {
	
	html .page .entry-content.wp-block-post-content .custom-block-container-1 .wp-block-uagb-container.custom-block-container-left{
		width: 50vw !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-1 .wp-block-uagb-container.custom-block-container-right{
		width: 52vw !important;
	}
	
}

@media (max-width: 1250px) {
	.custom-block-container-1 .wp-block-uagb-image__figure,
	.custom-block-container-1 .wp-block-uagb-image__figure img{
		max-height: 350px !important;
	}
}






/* Custom block 2 */

html .page .entry-content.wp-block-post-content  .custom-block-container-2 .wp-block-uagb-container.custom-block-container-right {
	position: absolute !important;
	height: 100% !important;
    left: -22vw !important;
    /*width: 615px !important;*/
}
.custom-block-container-2 .wp-block-uagb-image__figure,
.custom-block-container-2 .wp-block-uagb-image__figure img{
	width:100% !important;
}

.custom-block-container-2 .wp-block-uagb-image{
    height: 100% !important;
}

.custom-block-container-2 figure,
.custom-block-container-2 img {
    height: 100% !important;
}



@media (max-width: 976px) {
	html .page .entry-content.wp-block-post-content  .custom-block-container-2 .wp-block-uagb-container.custom-block-container-right{
		width: 100% !important;
	}
	html .page .entry-content.wp-block-post-content  .custom-block-container-2 .wp-block-uagb-container.custom-block-container-right{
		display: block !important;
    	width: 100% !important;
		left: 0 !important;
    	margin: 0 !important;
		min-height: 0 !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-2 .wp-block-uagb-container .wp-block-uagb-image {
		display:flex !important;
		width: 100% !important;
		margin: 0 !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-2 .wp-block-uagb-container .custom-block-container-right .wp-block-uagb-image img:last-of-type {
		width: 100% !important;
    	height: 100% !important;
		object-fit:cover !important;
		aspect-ratio:16/9 !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-2 .custom-block-container-wrapper{
		flex-direction:column !important;
	}
	 .custom-block-container-2 .custom-block-container-right:before{
		background:none !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-2 .custom-block-container-wrapper .custom-block-container-left,
	html .page .entry-content.wp-block-post-content .custom-block-container-2 .custom-block-container-wrapper .custom-block-container-right{
		display: block !important;
		position: relative !important;
		height: auto !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-2 .custom-block-container-wrapper {
		display: flex !important;
		position: relative !important;
		height: auto !important;
		gap: 20px !important;
	}
}

@media (min-width: 977px) and (max-width: 1250px) {
	
	html .page .entry-content.wp-block-post-content .custom-block-container-2 .wp-block-uagb-container.custom-block-container-left{
		width: 50vw !important;
	}
	html .page .entry-content.wp-block-post-content .custom-block-container-2 .wp-block-uagb-container.custom-block-container-right{
		width: 52vw !important;
	}
	
}

@media (max-width: 1250px) {
	.custom-block-container-2 .wp-block-uagb-container.custom-block-container-right{
		max-height: 350px !important;
	}

}


@media (max-width: 976px) {
	.double-bloc-container,
	.double-bloc-image {
		background:none !important;
	}
	.double-bloc-image img {
		aspect-ratio:16/9 !important;
		max-height: 380px !important;
	}
}

@media (min-width: 976px) {
	.double-bloc-image {
		height: 100% !important;
	}
	.double-bloc-image figure{
		min-width: 500px !important;
	}
	.double-bloc-container-droite .double-bloc-image img {
		padding-left:40px !important;
	}
	.double-bloc-container-gauche .double-bloc-image img {
		padding-right:40px !important;
	}
}

@media (min-width: 976px) and (max-width: 1100px) {
	
	.double-bloc-container{
		background:none !important;
	}
}

/* General Styling */

select,
input{
  border: 1px solid #0069AA;
  background-color: white;
  height: 36px;
  border-radius: 0px;
  color:#2D65AF;
  padding:8px;
  font-family:'Poppins', sans-serif;
}
textarea{
  border: 1px solid #0069AA;
  background-color: white;
  height: 125px;
  border-radius: 0px;
  color:#0069AA;
  padding:8px;
  font-family:'Poppins', sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: #2D65AF; /* Placeholder color */
  font-family:'Poppins', sans-serif;
}

input:focus, select:focus, textarea:focus {
  border-color: #0069AA; /* Border color on focus */
  outline: none; /* Removes default outline (optional) */
  font-family:'Poppins', sans-serif;
}


select option{
  font-size: 15px;
  line-height: 20px;
  color:#2D65AF;
  font-family:'Poppins', sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/wp-content/themes/bartholus/assets/images/select-arrow.svg');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding: 5px 35px 5px 10px;
  font-family:'Poppins', sans-serif;
}

.wpv-custom-search-filter-reset{
	font-family:'Poppins', sans-serif;
}

/* For IE10 and IE11 */
select::-ms-expand {
  display: none;
}


/* Contact Form 7 */

.wpcf7 input,
.wpcf7 textarea{
	width:100%;
}
.wpcf7 .form-two-columns{
	display: flex;
    gap: 20px;
}

.wpcf7 .form-two-columns div{
	width:50%;
}

.wpcf7 label{
	margin:20px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:20px;
	color:var(--wp--preset--color--bleu);
	
}

.wpcf7 .form-two-columns,
.wpcf7 .form-full-row{
	margin-bottom:15px;
}

.wpcf7 input[type="submit"]:hover {
	cursor:pointer;
	background: var(--wp--preset--color--bleu);
	color:white;
}

.wpcf7 .form-acceptance{
	font-size:15px;
	font-family:'Roboto', sans-serif;
	font-style: normal;
    display: flex;
    gap: 10px;
	margin-bottom:18px;
}

.wpcf7 .form-acceptance .wpcf7-list-item, .contact-form .form-acceptance p{
	margin:0;
}

.wpcf7 .form-acceptance input{
	margin:0;
	height:auto;
}
.wpcf7 .wpcf7-not-valid-tip{
	font-size: 14px;
}

.wpcf7 .wpcf7-spinner{
	display:none;
}

.wpcf7 .wpcf7-response-output{
	margin: 0;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.wpcf7 p {
	margin: 0px !important;
}

.wpcf7 .form-submit {
	display: flex;
    justify-content: center;
}
.wpcf7 .form-submit input {
	min-width:95px;
}

.wpcf7-submit {
    border-radius: 80px;
}

/*Footer*/
footer a:hover {
	font-weight: 700;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}


/* Splide */

.splide__arrow--prev{
	left: -75px !important;
    font-size: 35px !important;
    background: none !important;
}
.splide__arrow--next{
	right: -75px !important;
    font-size: 35px !important; !important;
    background: none !important;
}


@media (max-width: 767px) {
	.ec-page-fiche .ec-product{
    	flex-direction:column !important;
	}
}