/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.MpHomeSlide {
	max-width: 1200px !important;
    width: 100vw!important;
    height: 866px !important;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.MpHomeSlide.responsive{
	display: none;
}

.MpHomeSlide .Slide {
	max-width: 100vw;
	display: block;
}

.MpHomeSlide .Slide.responsive {
	display: none!important;
}

@media screen and (max-width: 767px) {
	.MpHomeSlide {
		display: none;
	}

	.MpHomeSlide.responsive {
		height: 420px!important;
		display: flex;
		/* flex-direction: column; */
	}
}



.MpHomeSlide .Slides {
    float: left;
    width: 100vw;
    max-width: 1200px!important;
    height: 100%!important;
/*     margin: 0 10px 0 0; */
    /* border: 1px solid #cecece; */
    overflow: hidden;
    position: relative;
}

#containerSlides, #containerSlidesResponsive{
	height: 100%;
    width: fit-content;
    display: flex;
    transition: all 0.5s;
    position: relative;
	left: 0px;
}

.MpHomeSlide .Slide {
	width: 100vw!important;
    height: 100% !important;
    overflow: hidden;
    position: relative;
    max-width: 1200px!important;
}


.MpHomeSlide .SlideImage {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 1s;
	max-width: 100vw!important;
}

.MpHomeSlide .Haut:hover .HautImage, .MpHomeSlide .Bas:hover .BasImage, .MpHomeSlide .Slide:hover .SlideImage {
	/*transform: scale(1.1);*/
}


#leftSlide, #rightSlide,#leftSlideResponsive, #rightSlideResponsive{
	font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(44,40,36,0.8);
    z-index: 1!important;
    height: 40px;
	width: 40px;
	position: absolute;
	top: calc(50% - 15px);
	cursor: pointer;
}

#leftSlide, #leftSlideResponsive{
	left: 15px;
}

#rightSlide, #rightSlideResponsive{
	right: 15px;
}

#leftSlide:hover, #rightSlide:hover, #leftSlideResponsive:hover, #rightSlideResponsive:hover{
	color: rgba(44,40,36,1);
}


.disabled{
	cursor: not-allowed!important;
}