/* Must remain empty ! */
/* Really small screens ~= mobile */
@media screen and (max-width: 640px) and (orientation: landscape) {
  .container {
    min-width: 640px;
  }
}
@media screen and (max-width: 360px) and (orientation: portrait) {
  .container {
    min-width: 360px;
  }
}
/* Tablet */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.hide-mobile {
    display: none;
  }
   img {
    width: 100%;
    height: auto;
  }
  .container {
    width: 100%;
  }

  .actus-div {
    top:0;
    height: 500px;

}
.slick-dots li {
    width: 100%!important;
    height: 40px!important;
}

.slick-actus-thumb, .slick-actus-li  {
  height: 400px!important;
}

.brand-holder img {
    top: 15px;
}

.slick-actus-div {
  top:0;
  height: 500px!important;
}


  .menu-toggler {
    display: block;
    float: none;
    background-color: #4b4e57;
    width: 100%;
    border: 0;
    color: #ffffff;
    padding: .4em 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }
  .menu-toggler .sprite-menu {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    margin-left: 1em;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .menu-toggler.open .sprite-menu {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  #menu-primary {
    overflow: hidden;
    float: none;
    width: 100%;
    -webkit-transition: height 0.6s ease-out;
    transition: height 0.6s ease-out;
    max-height: 0;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }
  #menu-primary.open {
    max-height: 999px;
  }
  #menu-primary .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -8px;
    background-image: url(../img/plus-sign.png);
    width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
  }
  #menu-primary > .menu-item {
    overflow: hidden;
    height: 88px;
    -webkit-transition: height .4s;
    transition: height .4s;
  }
  #menu-primary > .menu-item.active .sub-menu {
    height: auto;
  }
  #menu-primary .menu-item {
    float: none;
  }
  #menu-primary .menu-item.active > a:before {
    height: 10px;
    content: '';
  }
  #menu-primary .menu-item.active.menu-item-has-children > a:after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  #menu-primary .sub-menu {
    padding: 1em 0;
    height: auto;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
  }
  #menu-primary .sub-menu .menu-item {
    opacity: 1;
    display: block;
    border: 0;
    padding: 1em 0;
    margin: 0;
  }
  #menu-primary .sub-menu .current-menu-item a {
    border-bottom: 0;
  }
  #menu-primary .sub-menu a {
    margin: 0;
    padding: 0;
  }
  #menu-primary .sub-menu a:hover {
    border: 0;
  }

}
/* Mobile */
@media screen and (max-width: 640px) {
.slick-dots {
    display: none!important;
}
.slick-actus-li {
     height: 400px!important;

}
.slick-slide img {
    display: none!important;
}

.slick-actus-div {
    top: 0;
    width: 100%!important;
    min-height: 300px;
}

  img {
    width: 100%;
    height: auto;
  }
  .hide-mobile {
    display: none;
  }
  .media .fleft,
  .media .media-body {
    margin-top: 1em;
    float: none;
    overflow: hidden;
  }
  .container {
    width: 100%;
  }
  .row {
    margin: 0;
  }
  [class*="offset"] {
    margin: 0;
  }
  [class*="col-"] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .wrapper {
    margin-bottom: auto;
  }
  .sticky,
  .push,
  .page-template-page-templateshomepage-php .sticky,
  .page-template-page-templateshomepage-php .push {
    height: auto;
  }
  .page-template-page-templateshomepage-php .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .hp-widget {
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 3em;
    margin-top: 3em;
  }
  .widget-hi .btn {
    margin-top: 1em;
  }
  .brand-holder {
    height: auto;
  }
  .brand-holder img {
    position: relative;
    display: block;
    bottom: 0;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
  }
  #main {
    margin-top: 3em;
  }
  .mastahead {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30.799999999999997px;
    margin: 2em 0 .5em .5em;
    padding-left: .5em;
  }
  .breadcrumb {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    margin-top: 0;
  }
  #colophon {
    height: auto;
    padding-bottom: 1em;
  }
  #colophon .site-info {
    text-align: center;
  }
  #colophon .contact-info {
    border-left: 0;
  }
  .main-navigation {
    padding: 0;
  }
  .site-header.active .foot-header {
    top: auto;
  }
  .menu-toggler {
    display: block;
    float: none;
    background-color: #4b4e57;
    width: 100%;
    border: 0;
    color: #ffffff;
    padding: .4em 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }
  .menu-toggler .sprite-menu {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    margin-left: 1em;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .menu-toggler.open .sprite-menu {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  #menu-primary {
    overflow: hidden;
    float: none;
    width: 100%;
    -webkit-transition: height 0.6s ease-out;
    transition: height 0.6s ease-out;
    max-height: 0;
    -webkit-transition: max-height 0.4s;
    transition: max-height 0.4s;
  }
  #menu-primary.open {
    max-height: 999px;
  }
  #menu-primary .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -8px;
    background-image: url(../img/plus-sign.png);
    width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
  }
  #menu-primary > .menu-item {
    overflow: hidden;
    height: 88px;
    -webkit-transition: height .4s;
    transition: height .4s;
  }
  #menu-primary > .menu-item.active .sub-menu {
    height: auto;
  }
  #menu-primary .menu-item {
    float: none;
  }
  #menu-primary .menu-item.active > a:before {
    height: 10px;
    content: '';
  }
  #menu-primary .menu-item.active.menu-item-has-children > a:after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  #menu-primary .sub-menu {
    padding: 1em 0;
    height: auto;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
  }
  #menu-primary .sub-menu .menu-item {
    opacity: 1;
    display: block;
    border: 0;
    padding: 1em 0;
    margin: 0;
  }
  #menu-primary .sub-menu .current-menu-item a {
    border-bottom: 0;
  }
  #menu-primary .sub-menu a {
    margin: 0;
    padding: 0;
  }
  #menu-primary .sub-menu a:hover {
    border: 0;
  }
  .widget-news .widget-head {
    position: relative;
    width: auto;
  }
  .widget-news .news-entry {
    margin-bottom: 1em;
  }
  .widget-news .entry-readmore .sprite {
    margin-right: .3em;
  }
  #menu-secondary {
    border: 1px solid #ffffff;
    border-width: 1px 0;
    margin: 1em 0;
  }
  #menu-secondary li {
    display: inline-block;
    float: none;
  }
  #menu-secondary a {
    border-right: 0;
  }
  #site-navigation li {
    float: none;
  }
}
