/* Slider */
#home
{
    padding: 0;
}

#home h1
{
    color: #ffffff;
    font-size: 40px;
}

#home h3
{
    color: #f9f9f9;
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
}

.home-slider .caption
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;

}


@media (max-width: 768px) {
.home-slider .item
{
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 350px;
}
}

@media (min-width: 768px) { 
.home-slider .item
{
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
}
}

  
.caption h3 a
{ 
	color: #FFF; 
}
.caption h3 a:hover
{ 
	color: #FF3; 
}

.item-first
{
      background-image: url("../assets/img/background/PXL_20210422_122352409.jpg");
          background-position: center;
    font-weight:bold;
}

.item-second
{
    background-image: url("../assets/img/background/PXL_20210422_122831207.jpg");
    background-position: center;
    font-weight:bold;
}

.item-trois
{
    background-image: url("../assets/img/background/PXL_20210422_122541189.jpg");
    background-position: center;
    font-weight:bold;
}

.item-quatre
{
    background-image: url("../assets/img/background/PXL_20210422_122648248.jpg");
    background-position: center;
    font-weight:bold;
}

.owl-carousel.owl-loaded {
    display: block;
    position: absolute;
    top: 0;
    z-index:10;
}   