@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    z-index: 50;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;

    opacity: 1;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -35px;
}
[dir='rtl'] .slick-prev
{
    right: -35px;
    left: auto;
}
.slick-prev:before
{
    content: url('/images/arrows/arrows-1-left-sm.png');
    position: relative;
    top: -30px;
    left: -23px;
   
}
[dir='rtl'] .slick-prev:before
{
    /** content: '→'; **/
    content: url('/images/arrows/arrows-1-right-sm.png');
    position: relative;
    top: -30px;
    right: 60px;
}

.slick-next
{
    right: -5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -5px;
}
.slick-next:before
{
    content: url('/images/arrows/arrows-1-right-sm.png');
    position: relative;
    top: -30px;
    right: 60px;
}
[dir='rtl'] .slick-next:before
{
    content: url('/images/arrows/arrows-1-left-sm.png');
    position: relative;
    top: -30px;
    left: -23px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block !important;

    width: 20px;
    height: 20px;
    margin: 0 5px !important;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 10px;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slide__item {
    margin: 5px;
}

.jimslider-imagecontainer {
    overflow: hidden;
    position: relative;
}

.slider__image{
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}



.slider__title__container {
    position: absolute;
    width: 100%;
    bottom: 5px;

    text-align: center;

    font-family: Raleway;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
 
}


.slider__title__container a.moduleItemTitle{
    color: rgba(40, 44, 45, 0.8);
    text-decoration: none;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}  


.slider__1 {
    margin-right: 80px !important;
    margin-left: 80px !important;
}
.slider__2 {
    margin-right: 60px !important;
    margin-left: 40px !important;
}

.slider__3 {
    margin-right: 40px !important;
    margin-left: 60px !important;
}

.slider__1 .w357-item-categories, .slider__2 .w357-item-categories, .slider__3 .w357-item-categories {
    text-align: center;
}
    
.slider__1 .w357-item-categories a, .slider__2 .w357-item-categories a, .slider__3 .w357-item-categories a {
    
}

@media screen and (max-width: 1500px) {

    .slider__2 {
        margin-right: 0px !important;
        margin-left: 40px !important;
    }
    
    .slider__3 {
        margin-right: 40px !important;
        margin-left: 0px !important;
    }

}

@media screen and (max-width: 992px) {
    .slider__2 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    
    .slider__3 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
}
@media screen and (max-width: 768px ){
    .slick-dots { 
        bottom: -55px;
    }
}

@media screen and (max-width: 425px ){
    .slick-dots { 
        bottom: -65px;
    }
    .slider__2, .slider__3 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .slider__1 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
}



.slider__item__category {
    text-align: center;
}
.slider__item__category a {
    color: rgba(40, 44, 45, 0.7);
}

.slider__overlay2 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
 
    background: linear-gradient(rgba(239, 92, 22, 0.5), rgba(250, 186, 4, 0.5));
    transition: opacity 0.4s ease;
}
.slider__overlay2:hover {
    opacity: 1;
}

.slider__overlay {
 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(top, top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 1) 100%);
   
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 1) 100%);

    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 1) 100%);

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1); 

   
  
}

.extrafield_journuit {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 10px #000;
    color: #FFF;
    z-index: 500;
}
.nombrejours, .nombrenuits {
    display: block;
    font-size: 18px;
    line-height: 8px;
}

.col-jour, .col-nuit {
    position: relative;
}

.col-jour::before {
    font-family: "Font Awesome 5 Free";
    content: "\f185";
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 0;
}

.col-nuit::after {
    font-family: "Font Awesome 5 Free";
    content: "\f186";
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: -15px;
    top: 0;
}

.itemType {
    position: absolute;
    text-align: center;
    z-index: 500;
    width: 100%;
    top: 70px;
}

.itemType a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 10px #000;
    z-index: 500;
}

.itemType a:hover {
    color: #FFF;
}

.w357-item-categories a {
    color: #be9f63;
}