/*---------------*\
  $RESET
\*---------------*/
#center {
  margin-top: -1px;
  width: 100% !important;
}
#center_part_2_full {
  float: none !important;
  width: 100% !important;
}
#contenuhome {margin: 0 !important;}
#bottomfooter {margin-top: 0 !important;}
#ftr {margin-top: 0 !important;}



/*---------------*\
  $WEBZINE REMISE EN FORME
\*---------------*/
.webzine-vacances-hiver {
  padding-bottom: 25px;
}
.webzine-vacances-hiver *,
.webzine-vacances-hiver *::before,
.webzine-vacances-hiver *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.webzine-vacances-hiver,
.webzine-vacances-hiver h1,
.webzine-vacances-hiver h2,
.webzine-vacances-hiver h3,
.webzine-vacances-hiver h4,
.webzine-vacances-hiver h5,
.webzine-vacances-hiver h6 {
  background: none;
  display: block;
  float: none;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
}
.webzine-vacances-hiver .title {border: 0 none;}
.webzine-vacances-hiver strong {font-weight: 700;}
.webzine-vacances-hiver .text-left {text-align: left;}
.webzine-vacances-hiver .text-center {text-align: center;}
.webzine-vacances-hiver .text-right {text-align: right;}
.webzine-vacances-hiver .text-justify {text-align: justify;}
.webzine-vacances-hiver img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.webzine-vacances-hiver a,
.webzine-vacances-hiver a:focus,
.webzine-vacances-hiver a:hover {
  color: inherit;
  text-decoration: none;
}
.webzine-vacances-hiver a:hover {text-decoration: underline;}
.webzine-vacances-hiver,
.webzine-vacances-hiver .btn,
.webzine-vacances-hiver .btn:focus,
.webzine-vacances-hiver .btn:hover,
.webzine-vacances-hiver .title {font-family: 'Open Sans', sans-serif;}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .visible-phone {display: none !important;}
}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .hidden-phone {display: none !important;}
}



/* STRUCTURE */
.webzine-vacances-hiver .clearfix::before,
.webzine-vacances-hiver .clearfix::after {
  display: table;
  content: " ";
}
.webzine-vacances-hiver .clearfix::after {clear: both;}
.webzine-vacances-hiver .container {
  margin: auto;
  max-width: 1030px;
  padding: 0 15px;
  position: relative;
}



/* BUTTONS */
.webzine-vacances-hiver .btn,
.webzine-vacances-hiver .btn:focus,
.webzine-vacances-hiver .btn:hover {
  background: none;
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 32px;
  min-width: 193px;
  padding: 2px 8px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.webzine-vacances-hiver .btn-back,
.webzine-vacances-hiver .btn-back:focus,
.webzine-vacances-hiver .btn-back:hover {
  background: none;
  border: 0 none;
  color: #505050;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin: 0 8px;
  padding: 10px 36px;
  position: relative;
  text-decoration: none;
}
.webzine-vacances-hiver .btn-back::before,
.webzine-vacances-hiver .btn-back::after {
  background-color: #505050;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 28px;
}
.webzine-vacances-hiver .btn-back::before {left: 0;}
.webzine-vacances-hiver .btn-back::after {right: 0;}



/* SHARE */
.webzine-vacances-hiver .share {
  position: absolute;
  z-index: 3;
}
.webzine-vacances-hiver .share label {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  vertical-align: bottom;
}
.webzine-vacances-hiver .share a,
.webzine-vacances-hiver .share a:focus,
.webzine-vacances-hiver .share a:hover {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  vertical-align: bottom;
}
.webzine-vacances-hiver .btn-share {display: none;}
.webzine-vacances-hiver .share .btn-close {display: none;}
@media only screen and (max-width: 767px) {
  .webzine-vacances-hiver .btn-share {
    background: url('../images/icon-share.png') transparent;
    border: 0 none;
    display: inline-block;
    height: 42px;
    position: absolute;
    right: 10px;
    top: -40px;
    width: 42px;
    z-index: 3;
  }
  .webzine-vacances-hiver .share {
    background-color: #fff;
    display: none;
    left: 3%;
    right: 3%;
    padding: 2% 10%;
    text-align: left;
    top: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px #656565;
       -moz-box-shadow: 0px 0px 15px 0px #656565;
         -o-box-shadow: 0px 0px 15px 0px #656565;
            box-shadow: 0px 0px 15px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
  }
  .webzine-vacances-hiver .share .btn-close {
    background-image: url('../images/icon-close.png');
    background-size: 100%;
    display: block;
    height: 15px;
    position: absolute;
    right: 3%;
    top: 5%;
    width: 15px;
    z-index: 1;
  }
  .webzine-vacances-hiver .page-comparative .share label {color: #000;}
  .webzine-vacances-hiver .share label {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .webzine-vacances-hiver .share a,
  .webzine-vacances-hiver .share a:focus,
  .webzine-vacances-hiver .share a:hover {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .webzine-vacances-hiver .share a + a {margin-top: 15px;}
}
@media only screen and (min-width: 768px) {
  .webzine-vacances-hiver .share {
    right: 25px;
    top: 20px;
  }
}



/* HEADER */
.webzine-vacances-hiver .section-header {background-color: #f0eeef;}
.webzine-vacances-hiver .section-header nav ul {}
.webzine-vacances-hiver .section-header nav li {
  display: table;
  font-size: 18px;
  font-weight: 600;
  height: 78px;
  text-align: center;
  width: 100%;
}
.webzine-vacances-hiver .section-header nav li:nth-child(1) {background-color: #e45f56;}
.webzine-vacances-hiver .section-header nav li:nth-child(2) {background-color: #40334d;}
.webzine-vacances-hiver .section-header nav li:nth-child(3) {background-color: #e3b970;}
.webzine-vacances-hiver .section-header nav a,
.webzine-vacances-hiver .section-header nav a:focus,
.webzine-vacances-hiver .section-header nav a:hover {
  color: #fff;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}
.webzine-vacances-hiver .section-header nav a:hover {}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .section-header,
  .webzine-vacances-hiver .section-header .container {padding: 0;}
  .webzine-vacances-hiver .section-header nav ul {
    display: block;
    position: relative;
    right: 0;
  }
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .section-header nav {
    position: absolute;
    right: 23px;
    top: 65px;
    width: 268px;
  }
  .webzine-vacances-hiver .section-header nav li {margin-bottom: 25px;}
}



/* SECTIONS */
.webzine-vacances-hiver .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
}
.webzine-vacances-hiver .section-1 {padding: 35px 0 0;}
.webzine-vacances-hiver .section-1 .section-title {
  color: #e45f56;
  text-transform: uppercase;
}
.webzine-vacances-hiver .section-2 {padding: 5px 0 0;}
.webzine-vacances-hiver .section-2 .section-title {
  color: #40334d;
  margin: 0 0 35px;
}
.webzine-vacances-hiver .section-3 {padding: 30px 0 0;}
.webzine-vacances-hiver .section-3 .section-title {
  color: #dfab50;
  margin: 0 0 40px;
}



/*---------------*\
  $ASIDE
\*---------------*/

/* APPLIS */
.webzine-vacances-hiver .aside-applis {padding: 40px 0 0;}
.webzine-vacances-hiver .aside-applis .bloc-right {padding: 70px 0 90px;}
.webzine-vacances-hiver .aside-applis .title {
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 10px;
}
.webzine-vacances-hiver .aside-applis p {
  color: #464646;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-applis img {width: 100%;}
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-applis .bloc-left {
    float: left;
    width: 42%;
  }
  .webzine-vacances-hiver .aside-applis .bloc-right {
    float: right;
    width: 58%;
  }
}



/* OBJETS CONNECTES */
.webzine-vacances-hiver .aside-objets-connectes {
  background-color: #e45f56;
  padding: 35px 0 45px;
}
.webzine-vacances-hiver .aside-objets-connectes .aside-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  margin: 0;
}
.webzine-vacances-hiver .aside-objets-connectes .bloc {padding: 35px 0 0;}
.webzine-vacances-hiver .aside-objets-connectes .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
  padding: 0 20px;
}
.webzine-vacances-hiver .aside-objets-connectes p {
  color: #fff;
  font-size: 12px;
  margin: 0 0 45px;
  min-height: 85px;
  padding: 0 20px;
  text-align: justify;
}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-objets-connectes img {width: 100%;}
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-objets-connectes .bloc {
    float: left;
    width: 33.333%;
  }
}



/* CHECKLIST */
.webzine-vacances-hiver .aside-checklist .title {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.webzine-vacances-hiver .aside-checklist p {
  color: #474747;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-checklist {padding: 65px 0;}
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-checklist {padding: 65px 30px;}
  .webzine-vacances-hiver .aside-checklist .bloc-left {
    float: left;
    width: 46.702%;
  }
  .webzine-vacances-hiver .aside-checklist .bloc-right {
    float: right;
    padding: 20px 0 0 80px;
    width: 53.298%;
  }
}



/* PREPARATION */
.webzine-vacances-hiver .aside-preparation {position: relative;}
.webzine-vacances-hiver .aside-preparation .bloc {max-width: 420px;}
.webzine-vacances-hiver .aside-preparation .title {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 10px;
}
.webzine-vacances-hiver .aside-preparation p {
  color: #474747;
  font-size: 12px;
  letter-spacing: -.02em;
  line-height: 20px;
  margin: 0 0 20px;
}
.webzine-vacances-hiver .aside-preparation .insert {
  background-color: #e45f56;
  margin: 0 0 20px;
  padding: 20px 25px 10px;
}
.webzine-vacances-hiver .aside-preparation .insert p {
  color: #fff;
  margin: 0 0 15px;
}
.webzine-vacances-hiver .aside-preparation blockquote p {
  font-weight: 700;
  margin: 0;
  padding: 0 25px;
}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-preparation {padding: 30px 0;}
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-preparation {
    background: url('../images/preparation-physique.png') no-repeat 50% 0;
    height: 631px;
    padding: 30px 55px;
  }
}



/* ACTIVITES */
.webzine-vacances-hiver .aside-activites {
  background-color: #40334d;
  padding: 35px 0 35px;
}
.webzine-vacances-hiver .aside-activites .container {max-width: 930px;}
.webzine-vacances-hiver .aside-activites .aside-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 15px;
}
.webzine-vacances-hiver .aside-activites p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 50px;
}
.webzine-vacances-hiver .aside-activites .bloc {
  margin: 0 0 30px;
  position: relative;
}
.webzine-vacances-hiver .aside-activites .bloc > div {
  /*background-color: rgba(64,51,77,.9);*/
  background-color: rgba(0,0,0,.65);
  bottom: 0;
  left: 15px;
  min-height: 165px;
  padding: 30px 14px 15px;
  position: absolute;
  right: 15px;
}
.webzine-vacances-hiver .aside-activites .bloc .title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.webzine-vacances-hiver .aside-activites .bloc p {
  font-size: 13px;
  letter-spacing: -.02em;
  margin: 0;
  text-align: justify;
}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-activites .bloc img {width: 100%;}
  .webzine-vacances-hiver .aside-activites .bloc > div {
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-activites .bloc {
    float: left;
    padding: 0 15px;
    width: 33.333%;
  }
  .webzine-vacances-hiver .aside-activites .bloc > div {
    left: 15px;
    right: 15px;
  }
}



/* REGLES */
.webzine-vacances-hiver .aside-regles {padding: 40px 0 0;}
.webzine-vacances-hiver .aside-regles .container {max-width: 630px;}
.webzine-vacances-hiver .aside-regles .title {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 10px;
}
.webzine-vacances-hiver .aside-regles p {
  color: #474747;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px){}
@media only screen and (min-width: 768px){}



/* RECETTE */
.webzine-vacances-hiver .aside-recette {
  background: url('../images/recette-croziflette.jpg') no-repeat 50% 50%;
  min-height: 412px;
}
.webzine-vacances-hiver .aside-recette .recipe {padding: 25px 0 0;}
.webzine-vacances-hiver .aside-recette .recipe .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 20px;
}
.webzine-vacances-hiver .aside-recette .recipe .insert {
  /*background-color: rgba(40,31,19,.40);*/
  background-color: rgba(0,0,0,.40);
  max-width: 496px;
  padding: 35px 30px 25px;
}
.webzine-vacances-hiver .aside-recette .recipe ul {margin: 0 0 20px;}
.webzine-vacances-hiver .aside-recette .recipe li {
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  margin: 0 0 14px;
}
.webzine-vacances-hiver .aside-recette .recipe .btn,
.webzine-vacances-hiver .aside-recette .recipe .btn:focus,
.webzine-vacances-hiver .aside-recette .recipe .btn:hover {
  background-color: #e4ba71;
  border-color: #e4ba71;
  color: #fff;
}
.webzine-vacances-hiver .aside-recette .recipe .btn:hover {
  background-color: #fff;
  color: #e4ba71;
}
.webzine-vacances-hiver .aside-recette .ingredients .title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.webzine-vacances-hiver .aside-recette .ingredients ul {}
.webzine-vacances-hiver .aside-recette .ingredients li {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-recette {background-size: cover;}
  .webzine-vacances-hiver .aside-recette .ingredients {
    padding: 25px 0;
    text-align: center;
  }
  .webzine-vacances-hiver .aside-recette .ingredients .title,
  .webzine-vacances-hiver .aside-recette .ingredients li {color: #fff;}
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-recette .recipe {margin-left: 42.9%;}
  .webzine-vacances-hiver .aside-recette .ingredients {
    left: 14%;
    position: absolute;
    top: 53%;
    -webkit-transform: rotate(-14.5deg);
        -ms-transform: rotate(-14.5deg);
            transform: rotate(-14.5deg);
  }
  .webzine-vacances-hiver .aside-recette .ingredients .title,
  .webzine-vacances-hiver .aside-recette .ingredients li {color: #000;}
}



/* PLATS */
.webzine-vacances-hiver .aside-plats .title {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}
.webzine-vacances-hiver .aside-plats p {
  color: #474747;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
}
.webzine-vacances-hiver .aside-plats a,
.webzine-vacances-hiver .aside-plats a:focus,
.webzine-vacances-hiver .aside-plats a:hover {
  color: #474747;
  font-weight: 600;
  text-decoration: underline;
}
.webzine-vacances-hiver .aside-plats a:hover {text-decoration: none;}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-plats {padding: 55px 0;}
  .webzine-vacances-hiver .aside-plats img {width: 100%;}
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-plats {padding: 55px 40px;}
  .webzine-vacances-hiver .aside-plats .bloc-left {
    float: left;
    width: 54.614%;
  }
  .webzine-vacances-hiver .aside-plats .bloc-right {
    float: right;
    width: 35.504%;
  }
}



/* NETFLIX */
.webzine-vacances-hiver .aside-netflix {margin: 0 0 -122px;}
.webzine-vacances-hiver .aside-netflix .title {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 10px;
}
.webzine-vacances-hiver .aside-netflix .icon-netflix {
  background-image: url('../images/netflix.png');
  display: inline-block;
  font-size: 0;
  height: 40px;
  line-height: 1;
  margin: 0 4px;
  position: relative;
  top: -4px;
  vertical-align: bottom;
  width: 149px;
}
.webzine-vacances-hiver .aside-netflix p {
  color: #474747;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 45px;
}
.webzine-vacances-hiver .aside-netflix a,
.webzine-vacances-hiver .aside-netflix a:focus,
.webzine-vacances-hiver .aside-netflix a:hover {
  color: #474747;
  font-weight: 600;
  text-decoration: underline;
}
.webzine-vacances-hiver .aside-netflix a:hover {text-decoration: none;}
.webzine-vacances-hiver .aside-netflix .btn,
.webzine-vacances-hiver .aside-netflix .btn:focus,
.webzine-vacances-hiver .aside-netflix .btn:hover {
  border-color: #000;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.webzine-vacances-hiver .aside-netflix .btn:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-netflix {
    background-color: #e3f3f3;
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-netflix {
    background: url('../images/banner-netflix.jpg') no-repeat 100% 50%;
    height: 329px;
    padding: 5.3% 4.6% 5.3% 60.8%;
  }
}



/* RITUEL */
.webzine-vacances-hiver .aside-rituel {
  background-color: #e4ba71;
  padding: 165px 0 30px;
}
.webzine-vacances-hiver .aside-rituel .container {max-width: 930px;}
.webzine-vacances-hiver .aside-rituel .bloc-left {
  background-color: #fff;
  min-height: 269px;
  padding: 20px 25px;
}
.webzine-vacances-hiver .aside-rituel .title {
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 18px;
}
.webzine-vacances-hiver .aside-rituel p {
  color: #474747;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.webzine-vacances-hiver .aside-rituel ul {margin: 0 0 18px;}
.webzine-vacances-hiver .aside-rituel li {
  color: #474747;
  font-size: 12px;
  line-height: 18px;
}
.webzine-vacances-hiver .aside-rituel a,
.webzine-vacances-hiver .aside-rituel a:focus,
.webzine-vacances-hiver .aside-rituel a:hover {
  color: #474747;
  font-weight: 600;
  text-decoration: underline;
}
.webzine-vacances-hiver .aside-rituel a:hover {text-decoration: none;}
@media only screen and (max-width: 767px){
  .webzine-vacances-hiver .aside-rituel img {width: 100%;}
}
@media only screen and (min-width: 768px){
  .webzine-vacances-hiver .aside-rituel .bloc-left {
    float: left;
    width: 65.666%;
  }
  .webzine-vacances-hiver .aside-rituel .bloc-right {
    float: right;
    width: 31.555%;
  }
}



/* CATEGORIES */
.webzine-vacances-hiver .section-categories .title {
  border: 0 none;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 25px;
}
.webzine-vacances-hiver .section-categories nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.webzine-vacances-hiver .section-categories nav ul li {margin-bottom: 17px;}
.webzine-vacances-hiver .section-categories nav ul li .cat {
  background-color: rgba(0,0,0,.7);
  bottom: 0;
  display: table;
  height: 52px;
  left: 0;
  line-height: 32px;
  padding: 10px 5px;
  position: absolute;
  right: 1px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.webzine-vacances-hiver .section-categories nav ul li .cat > span {
  color: #fff;
  display: table-cell;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}
.webzine-vacances-hiver .section-categories nav a,
.webzine-vacances-hiver .section-categories nav a:focus,
.webzine-vacances-hiver .section-categories nav a:hover {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.webzine-vacances-hiver .section-categories nav a img,
.webzine-vacances-hiver .section-categories nav a:focus img,
.webzine-vacances-hiver .section-categories nav a:hover img {
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
}
.webzine-vacances-hiver .section-categories nav a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .webzine-vacances-hiver .section-categories nav ul {
    font-size: 0;
    text-align: center;
  }
  .webzine-vacances-hiver .section-categories nav ul li {
    display: inline-block;
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  .webzine-vacances-hiver .section-categories nav ul li {
    float: left;
    width: 20%;
  }
}