
/* 2014-12-10 15:20 */

/*
*  N'OUBLIEZ PAS D'AJOUTER LE JS A CETTE ADRESSE : resources/js/plugins/jquery/script-slider.js
*/
#mon-slider {
    position: relative;
}
#mon-slider img {
    max-width: none;
}

#mon-slider {
    position: relative;
    overflow: hidden;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#mon-slider * {
    vertical-align: top;
}
#mon-slider .arrow {
    z-index: 5;
    cursor: pointer;
}
#mon-slider .arrow img {
    width: 100%;
    height: 100%;
}
#slider {
    height: 100%;
}
#mon-slider .slides {
    position: relative;
    width: 400%;
    margin-left: 0;
    overflow: hidden;
}
#mon-slider .slides .slide {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
#mon-slider .slides .slide .visu {
  position: relative;
    z-index: 0; 
}
#mon-slider .slides .slide .visu a {
    display: block;
    height: 100%;
    width: 100%;
}
#mon-slider .slides .slide .visu > div img {
  position: absolute;
  top: 0;
  left: 0;
    z-index: -1;
}
#mon-slider .slides .slide .text {
  background: white;
}
#mon-slider .slides .slide .content .btn-ghost {
  display: inline-block;
}
#mon-slider .slide .visu:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 100;
  position: absolute;
}

#mon-slider .slides .slide .iphone .wrapper,
#mon-slider .slides .slide .fullimage .wrapper {
  display: none;
}

#mon-slider .slider-nav ul {
  list-style-type: none!important;
  padding: 0;
  text-align: center;
  font-size: 0;
}
#mon-slider .slider-nav ul li {
  display: inline-block;
  cursor: pointer;
  max-width: 230px;
}
#mon-slider .slider-nav ul li span {
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;

    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
}
#mon-slider .slider-nav ul li.active span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter:alpha(opacity=100);
}

@media (max-width: 767px) {
  #mon-slider .arrow {
    display: none!important;
  }


  #mon-slider .slides .slide .visu {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #mon-slider .slides .slide .visu:before {
    content: "";
    display: block;
    margin-top: 62.5%;
  }
  #mon-slider .slides .slide .visu > div {
    position: absolute;
    top: -20%;
    bottom: 0;
    left: -42%;
    max-width: none;
    width: 285%;
  }
  #mon-slider .slides .slide .visu > div img {
/*
        height: 105%;
        top: 40px;
        left: 7%;
*/
        height: 91%;
        top: 18px;
/*        top: 35px;*/
        margin-top: 2.5%;
        left: 11%;
/*        left: 9%;*/
/*
        height: 80%;
        top: 65px;
        left: 12%;
*/
  }

    #mon-slider .slides .slide .title {
        text-align: center;
        padding-top: 12px;
        font-family: SFR-Regular;
        font-size: 11px;
        display: none;
    }
    #mon-slider .slides .slide .wrapper {
      height: 164px;
    display: table;
    width: 100%;
    padding: 7px 6px;
    padding-top: 0;
    }
    #mon-slider .slides .slide .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
  }
  #mon-slider .slides .slide .content {
    text-align: center;
  }
  #mon-slider .slides .slide .content p {
    font-family: SFR-Regular;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    padding-top: 8px;
    margin: 0;
  }
  #mon-slider .slides .slide .content > :first-child {
        font-family: SFR-Regular;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 21px;
        padding: 0;
  }
  #mon-slider .slides .slide .content > :first-child + p {
    font-size: 14px;
    padding: 6px 0 10px;
  }
  #mon-slider .slides .slide .content > :first-child + p strong {
    font-family: SFR-Bold;
        font-size: 16px;
  }
  #mon-slider .slides .slide .content span.btn-base {
    margin-top: 12px;
  }

  #mon-slider .slides .slide .content .btn-ghost {
    border-color: #636397;
    color: #636397;
  }
  #mon-slider .slides .slide .content .btn-ghost:hover {
    background: #636397;
    color: white;
  }
  #mon-slider .slides .slide .conditions {
    font-family: SFR-Regular;
    font-size: 9px;
    position: absolute;
    bottom: -9px;
    left: 12px;
  }
    
  #mon-slider .slides .slide .iphone .visu:before,
  #mon-slider .slides .slide .fullimage .visu:before {
        height: 164px;
  }
  #mon-slider .slides .slide .iphone .visu > div,
  #mon-slider .slides .slide .fullimage .visu > div {
    width: 100%;
    left: 0;
    top: 0;
  }
  #mon-slider .iphone .visu .default,
  #mon-slider .fullimage .visu .default {
    display: none;
  }
  #mon-slider .iphone .visu .mobile,
  #mon-slider .fullimage .visu .mobile {
    display: block;
    height: 100%!important;
        position: static!important;
        margin: auto;
  }
  #mon-slider .slide .visu:after {
    background: transparent;
    height: 22px;
    bottom: 0;
  }
    
  #mon-slider .slider-nav {
    position: relative;
    bottom: 12px;
  }
  #mon-slider .slider-nav ul {
    margin: 0;
    height: 2px;
  }
  #mon-slider .slider-nav ul li {
    background: transparent;
    padding: 0 3px;
    position: relative;
  }
  #mon-slider .slider-nav ul li span {
    width: 35px;
    height: 2px;
    background: #dcdcdc;
    overflow: hidden;
    color: transparent;
    display: block;
  }
  #mon-slider .slider-nav ul li.active span {
    background: #4e4e56;
    height: 2px;
  }
    #mon-slider .slider-nav ul li .progress-cursor {
        width: 0;
    }
}
@media (min-width: 768px) {
    #mon-slider .arrow {
        display: none;
    }
  #mon-slider .slides {
    height: 100%;
  }
  #mon-slider .slides .slide {
    height: 100%;
  }
  #mon-slider .visu > div {
    max-width: none;
    overflow: hidden;
  }
  #mon-slider .visu > div img {
    height: 100%;
  }
    #mon-slider .slides .slide .title {
        display: none;
    }
  #mon-slider .slides .slide .text {
    background: transparent;
  }
    
  #mon-slider .visu .mobile {
    display: none;
  }
  #mon-slider .slide .visu:after {
    background: transparent;
  }
    
  #mon-slider .slider-nav ul {
    position: absolute;
    width: 100%;
    margin: 0;
  }
  #mon-slider .slider-nav ul li {
    width: 23.4%;
    border-color: white;
    padding-top: 6px;
    margin: 0 0.6%;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  #mon-slider .slider-nav ul li .progress-bar {
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter:alpha(opacity=50);
  }
  #mon-slider .slider-nav ul li .progress-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    position: absolute;
    top: -2px;
    left: 0;
    padding: 0;
    margin: 0;

    -webkit-transition: top 300ms ease-in-out;
    -moz-transition: top 300ms ease-in-out;
    -ms-transition: top 300ms ease-in-out;
    -o-transition: top 300ms ease-in-out;
    transition: top 300ms ease-in-out;
  }
  #mon-slider .slider-nav ul li .progress-cursor {
    display: block;
    width: 0;
    height: 3px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mon-slider .slider-nav ul li.active .progress-bar {
    top: 0;
  }
  #mon-slider .slider-nav ul li span {
    text-transform: uppercase;
    color: #b3aebe;
    color: white;
    font-family: SFR-Light, SFR-Thin;
  }
  #mon-slider .slider-nav ul li.active span {
    color: white;
  }


  #mon-slider .slider-nav.light ul li .progress-bar {
    background: rgba(0,0,0,0.35);
  }
  #mon-slider .slider-nav.light ul li .progress-cursor {
    background: black;
  }
  #mon-slider .slider-nav.light ul li span {
    color: black;
  }

  #mon-slider .slides .light .wrapper * {
    color: black!important;
  }


  #mon-slider {
      height: 352px;
  }
  #mon-slider .slides .slide {
    text-align: center;
  }

  #mon-slider .slides .slide .visu {
        height: 100%;
        width: auto;
  }
  #mon-slider .slides .slide .visu > div {
    width: 1010px;
    height: 100%;
    left: 50%;
    position: relative;
    margin-left: -505px;
  }
  #mon-slider .slides .slide .title {
    font-family: SFR-Light, SFR-Thin;
    font-size: 15px;
    color: #f1efef;
    position: absolute;
    left: 50%;
    top: 40px;
    padding-left: 13px;
  }
  #mon-slider .slides .slide .content {
    display: inline-block;
    color: white;
    text-align: left;
    vertical-align: top;
    padding-top: 45px;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    padding-left: 13px;
    padding-right: 3%;
    max-width: 415px;
  }
  #mon-slider .slides .slide .content p:first-child {
    font-family: SFR-Regular;
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 17px 0;
    text-transform: uppercase;
  }
  #mon-slider .slides .slide .content p:first-child + p {
    font-family: SFR-Light, SFR-Thin;
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 26px;
    color: #f1efef;
  }
  #mon-slider .slides .slide .content p:first-child + p strong {
    font-family: SFR-Bold;
    font-size: 21px;
  }
  #mon-slider .slides .slide .conditions {
        color: #f1efef;
        width: 754px;
        margin: auto;
        z-index: 2;
        position: relative;
        bottom: 75px;
        font-family: SFR-Light, SFR-Thin;
        font-size: 11px;
        padding: 0 30px;
        text-align: right;
  }
    
  #mon-slider .slide .visu:after {
    height: 52px;
    bottom: 6px;
  }
    
  #mon-slider .slider-nav ul {
    bottom: 15px;
  }
  #mon-slider .slider-nav ul li span {
    font-size: 13px;
    font-family: SFR-Regular;
  }
    
    #mon-slider .slider-nav li.active .progress-cursor {
        width: 0%; 
    }
    
    #mon-slider.decale .slides .slide .conditions {
        width: 74%;
    }
    #mon-slider.decale .text .content {
        max-width: 375px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #mon-slider .slides .slide .conditions {
        width: 100%;
    }
}
@media (min-width: 1025px) {
  #mon-slider.large {
    height: 488px;
    margin: auto;
  }
  #mon-slider .arrow {
    width: 36px;
    height: 80px;
    position: absolute;
        top: 50%;
        margin-top: -40px;
        display: block;
        
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
  }
    #mon-slider:hover .arrow.arrow-left {
        left: -1px
    }
    #mon-slider:hover .arrow.arrow-right {
        right: -1px
    }
    #mon-slider .arrow:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
  #mon-slider .arrow.arrow-left {
        left: -36px;
  }
  #mon-slider .arrow.arrow-right {
        right: -36px;
  }
  #mon-slider.large .slides .slide .visu {
    height: 100%;
    margin: auto;
  }
  #mon-slider.large .slides .slide .visu > div {
        width: 1400px;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -700px;
  }
  #mon-slider.large .slides .slide .title {
    font-family: SFR-Light, SFR-Thin;
    font-size: 20px;
    color: #f1efef;
    position: absolute;
    left: 50%;
    top: 50px;
    padding-left: 13px;
        display: block;
  }
  #mon-slider.large .slides .slide .content {
    display: inline-block;
    color: white;
    text-align: left;
    vertical-align: top;
    padding-top: 87px;
    width: 50%;
    max-width: 495px!important;
    position: absolute;
    left: 50%;
    top: 0;
    padding-left: 13px;
    padding-right: 0;
  }
  #mon-slider.large .slides .slide .content p:first-child {
    font-family: SFR-Bold;
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 31px 0;
    text-transform: uppercase;
  }
  #mon-slider.large .slides .slide .content p:first-child + p {
    font-family: SFR-Light, SFR-Thin;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 41px;
    color: #f1efef;
  }
  #mon-slider.large .slides .slide .content p:first-child + p strong {
    font-family: SFR-Bold;
    font-size: 30px;
        position: relative;
        bottom: 4px;
  }
  #mon-slider.large .slides .slide .conditions {
        text-align: right;
        color: #f1efef;
        width: 984px;
        margin: auto;
        z-index: 2;
        position: relative;
        bottom: 94px;
        font-family: SFR-Light, SFR-Thin;
        font-size: 11px;
        padding: 0 30px;
  }
    
  #mon-slider.large .slide .visu:after {
    height: 64px;
    bottom: 16px;
  }
    
  #mon-slider.large .slider-nav {
    width: 984px;
    margin: auto;
    position: relative;
        z-index: 5;
  }
  #mon-slider.large .slider-nav ul {
    bottom: 31px;
  }
  #mon-slider.large .slider-nav ul li span {
    font-size: 15px;
  }
    
    #mon-slider.decale .slides .slide .conditions {
        width: 536px;
    }
    #mon-slider.decale .slider-nav ul {
        margin-left: -115px;
    }
    #mon-slider.decale.four-slides .slider-nav ul {
        margin-left: 0;
    }
    #mon-slider.decale .slide .visu {
        margin-left: -235px;
    }
    #mon-slider.decale .slide .text .content {
        margin-left: -115px;
        max-width: 375px;
    }
}


