/*------------------------------------*\#WITHOUT RIGHT CONTAINER, TO RETURN BACK JUST DELETE THIS 2 css \*------------------------------------*/
.focus {
  width: 100% !important;
}

.focus-sidebar {
  display: none !important;
}

/*------------------------------------*\#BASE\*------------------------------------*/
.vb-layout-page-article * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vb-layout-page-article img {
  max-width: 100%;
  height: auto;
}

.vb-layout-page-article p {
  margin: 1em 0;
}

.vb-layout-page-article .servicedappel {
  vertical-align: -8px;
}

/*------------------------------------*\#CONTENT\*------------------------------------*/
.vb-layout-page-article {
  text-align: justify;
}

.vb-layout-page-article ul {
  padding-left: 20px;
}

.vb-layout-page-article ul li {
  margin-top: 20px;
  position: relative;
}

.vb-layout-page-article ul li:last-child {
  margin-bottom: 20px;
}

.vb-layout-page-article ul li:before {
  content: "-";
  position: absolute;
  left: -16px;
}

/* style Pgae Article*/
.le-bon-moment {
  color: #7dbc8e;
}

.rectangle-3 {
  height: 4px;
  width: 41px;
  position: relative;
  top: -13px;
  border: none;
}

.img-raduis {
  border-radius: 5px;
}

.container-planit p,
.container-planit ul li,
.container-planit strong {
  color: #2d2a29;
}

.vb-layout-page-espace-conseils,
.vb-layout-page-espace-conseils a {
  color: #2d2a29;
}

.vb-layout-page-espace-conseils h3 a {
  color: #2d2a29;
  text-decoration: none;
}

.vb-layout-page-espace-conseils h2 a {
  color: #7dbc8e;
  text-decoration: none;
}

.vb-layout-page-espace-conseils .intro {
  text-align: center;
  width: 100%;
  margin-top: 42px;
}

.vb-layout-page-espace-conseils .intro h1 {
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}

.vb-layout-page-espace-conseils .intro span {
  color: #999999;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  font-size: 32px;
  font-family: "Muli", "Arial", "Helvetica", "sans-serif";
}

.vb-layout-page-espace-conseils .intro img.logo {
  margin-top: 4px;
}

.vb-layout-page-espace-conseils .intro p {
  margin-top: 36px;
  font-size: 19px;
  line-height: 27px;
}

.vb-layout-page-espace-conseils .navigation {
  width: 100%;
  text-align: center;
  margin: 27px 0;
}

.vb-layout-page-espace-conseils .navigation li {
  display: inline-block;
}

.vb-layout-page-espace-conseils .navigation li a {
  line-height: 47px;
  color: #999999;
  border: 1px solid #999999;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  padding: 0 20px;
  margin: 0 10px;
}

.vb-layout-page-espace-conseils .navigation li a:hover {
  border-color: #2d2a29;
  color: #2d2a29;
}

.vb-layout-page-espace-conseils .navigation li a:active {
  opacity: 0.8;
  padding: 0 12px;
  line-height: 40px;
  font-size: 14px;
}

.vb-layout-page-espace-conseils .navigation li a.active,
.vb-layout-page-espace-conseils .navigation li a.active:hover {
  color: #ffffff;
  background: #7dbc8e;
  border-color: #7dbc8e;
}

.main-focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.focus {
  width: 69.5%;
}

.focus img {
  max-width: 100%;
}

.artcl-focus {
  margin-top: 15px;
  margin-bottom: 30px;
}

.focus .content-focus {
  width: 89.6%;
  margin: auto;
  background: #fff;
  margin-top: -30px;
  padding: 1% 2%;
  position: relative;
}

.focus .content-focus a.cat-focus {
  color: #7dbc8e;
  text-transform: uppercase;
  text-decoration: none;
}

.focus .content-focus p {
  margin-top: 11px;
  font-size: 18px;
  line-height: 25px;
}

.focus .content-focus h3 {
  margin-top: 15px;
  font-size: 22px;
}

.focus .content-focus h2 {
  margin-top: 8px;
  font-size: 22px;
}

.focus .content-focus h2 a,
.focus .content-focus h3 a {
  text-decoration: none;
}

.focus .content-focus a.more-focus {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #555;
  width: 100%;
  display: inline-block;
  text-align: right;
}

.focus-sidebar {
  width: 24.4%;
  position: sticky;
  overflow: hidden;
  height: 100vh;
  top: 0;
}

.focus-sidebar ol,
.focus-sidebar ul {
  counter-reset: item;
  list-style-type: none;
  padding: 5px 21px;
  border-bottom: 4px solid #7dbc8e;
}

.focus-sidebar li {
  font-size: 30px;
  display: table;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.focus-sidebar li:last-child {
  border-bottom: none;
}

.focus-sidebar ol li:before {
  content: counter(item) " ";
  counter-increment: item;
  display: table-cell;
  vertical-align: middle;
  width: 38px;
}

.focus-sidebar li a {
  display: table;
  text-decoration: none;
}

.focus-sidebar li img {
  display: table-cell;
  vertical-align: middle;
}

.focus-sidebar li span {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 10px;
  line-height: 15px;
}

.focus-sidebar h3 {
  margin-top: 14px;
  text-align: center;
  color: #fff;
  background: #7dbc8e;
  line-height: 39px;
  font-size: 18px;
  font-weight: normal;
}

.focus-sidebar .side-cat li {
  width: 100%;
  line-height: 30px;
}

.focus-sidebar .side-cat li a {
  font-size: 18px;
  text-decoration: none;
}

.esp-conseils-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}

.esp-conseils-cats .cat {
  padding: 0 28px;
  border-right: 1px solid #979797;
  width: 33%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.esp-conseils-cats .cat:first-child {
  padding-left: 0;
}

.esp-conseils-cats .cat:last-child {
  border-right: none;
  padding-right: 0;
}

.le-bon-moment {
  color: #7dbc8e;
}

.cat .le-bon-moment {
  margin-top: 6px;
  font-size: 32px;
  margin-bottom: 34px;
}

.rectangle-3 {
  height: 4px;
  width: 41px;
  position: relative;
  top: -13px;
  border: none;
}

.esp-conseils-cats .cat p.intr {
  margin-top: 13px;
  line-height: 26px;
  font-size: 16px;
  min-height: 135px;
}

.esp-conseils-cats .cat p {
  margin-top: 4px;
}

.esp-conseils-cats .cat h4 {
  color: #7dbc8e;
  margin-top: 29px;
  margin-bottom: 20px;
}

.esp-conseils-cats .cat .article {
  display: inline-block;
  margin-bottom: 60px;
}

.esp-conseils-cats .cat .article img {
  border-radius: 5px;
  margin-right: 10px;
  float: left;
}

.esp-conseils-cats .cat .article h5 {
  font-size: 19px;
  line-height: 22px;
}

.esp-conseils-cats .cat .article h5 a {
  width: auto;
  text-align: left;
  text-decoration: none;
  color: #2d2a29;
  font-size: 19px;
  margin-top: 0;
}

.esp-conseils-cats .cat .article h5 span {
  display: block;
}

.esp-conseils-cats .cat .article p {
  line-height: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.esp-conseils-cats .cat .article a {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #999;
  font-size: 18px;
  margin-top: 14px;
}

.esp-conseils-cats .cat a.all-cat {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background: #7dbc8e;
  border-radius: 5px;
  line-height: 50px;
}

@media screen and (max-width: 1200px) {
  .esp-conseils-cats {
    display: block;
  }
  .esp-conseils-cats .cat {
    padding: 0 50px !important;
    border-right: none;
  }
  .esp-conseils-cats .cat .article {
    display: block;
    margin-bottom: 0;
  }
  .esp-conseils-cats .cat a.all-cat {
    width: 450px;
    display: block;
    margin: 20px auto 65px auto;
  }
}
@media screen and (max-width: 1024px) {
  .focus-sidebar {
    display: none;
  }
  .focus {
    width: 100%;
  }
  .vb-layout-page-espace-conseils {
    padding: 0;
  }
}
@media only screen and (max-width: 876px) {
  .vb-layout-page-espace-conseils .navigation {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .vb-layout-page-espace-conseils .intro h1 {
    font-size: 23px;
  }
  .vb-layout-page-espace-conseils .intro span {
    font-size: 23px;
  }
  .vb-layout-page-espace-conseils .intro img.logo {
    width: 214px;
  }
  .vb-layout-page-espace-conseils .intro p {
    margin-top: 31px;
    font-size: 14px;
    line-height: 20px;
  }
  .vb-layout-page-espace-conseils .intro {
    padding: 0 11%;
  }
  .vb-layout-page-espace-conseils .navigation {
    margin: 22px 0;
  }
  .vb-layout-page-espace-conseils .navigation li a {
    line-height: 38px;
    font-size: 14px;
  }
  .artcl-focus:first-child {
    margin-top: 0px;
  }
  .focus .content-focus {
    width: 88.6%;
    margin-top: -14px;
  }
  .focus .content-focus h2,
  .focus .content-focus h3 {
    font-size: 19px;
  }
  .focus .content-focus p {
    font-size: 14px;
    line-height: 20px;
  }
  .focus .content-focus a.more-focus {
    font-size: 14px;
  }
  .artcl-focus {
    margin-bottom: 18px;
  }
  .esp-conseils-cats .cat a.all-cat {
    width: 100%;
  }
  .esp-conseils-cats .cat {
    padding: 0 11px !important;
  }
  .esp-conseils-cats .cat .article img {
    width: 130px;
  }
  .le-bon-moment {
    font-size: 23px;
    margin-bottom: 27px;
    font-weight: normal;
  }
  .esp-conseils-cats .cat p.intr {
    margin-top: 3px;
    line-height: 21px;
    font-size: 13px;
  }
  .esp-conseils-cats .cat h4 {
    margin-top: 14px;
    margin-bottom: 9px;
    font-size: 13px;
  }
  .esp-conseils-cats .cat .article h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .esp-conseils-cats .cat .article p {
    line-height: 16px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .esp-conseils-cats .cat p {
    margin-top: 7px;
  }
  .esp-conseils-cats .cat .article a {
    font-size: 14px;
    margin-top: 9px;
  }
  .esp-conseils-cats .cat .article {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .vb-page-cgv-toc-first {
    width: 50%;
  }
  .vb-page-cgv-toc ul {
    width: 100%;
  }
  .vb-page-cgv-toc-last {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .vb-page-cgv-toc-first,
  .vb-page-cgv-toc-last {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .vb-title-bigger {
    width: 261px;
  }
  .vb-colcontainer.container-planit {
    padding: 0;
  }
  .vb-colcontainer.container-planit .vb-column--full {
    padding: 0;
  }
  .vb-colcontainer.container-planit .vb-column--full p,
  .vb-colcontainer.container-planit .vb-column--full ul,
  .vb-colcontainer.container-planit .vb-column--full h5,
  .vb-colcontainer.container-planit .vb-column--full h3,
  .vb-colcontainer.container-planit .vb-column--full h4,
  .vb-colcontainer.container-planit .vb-column--full img {
    padding: 0 30px;
  }
  .vb-colcontainer.container-planit .vb-column--full img.vis-haut {
    padding: 0;
  }
}