/*------------------------------------*\#BASE\*------------------------------------*/
.vb-layout-page-protection-de-la-vie-privee li:before {
  display: none;
}
.vb-layout-page-protection-de-la-vie-privee * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vb-layout-page-protection-de-la-vie-privee img {
  max-width: 100%;
  height: auto;
}
.vb-layout-page-protection-de-la-vie-privee p {
  margin: 1em 0;
  line-height: 1.5;
}
.vb-layout-page-protection-de-la-vie-privee ul, .vb-layout-page-protection-de-la-vie-privee ol {
  padding-left: 40px;
}
.vb-layout-page-protection-de-la-vie-privee ul li, .vb-layout-page-protection-de-la-vie-privee ol li {
  list-style-type: decimal;
  line-height: 25px;
}
.vb-layout-page-protection-de-la-vie-privee nav ol li {
  list-style: none;
}
.vb-layout-page-protection-de-la-vie-privee li ul li {
  list-style-type: circle;
  line-height: 1.5;
}
.vb-layout-page-protection-de-la-vie-privee b, .vb-layout-page-protection-de-la-vie-privee strong {
  font-weight: normal;
}

/*------------------------------------*\#TITLE\*------------------------------------*/
.vb-layout-page-protection-de-la-vie-privee-title {
  padding: 0 15px 30px 15px;
  border-bottom: 1px solid #E7E7E7;
}

.vb-page-protection-de-la-vie-privee__title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: #2D2A29;
  text-transform: uppercase;
}

.vb-page-protection-de-la-vie-privee__subtitle {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #2D2A29;
  text-transform: uppercase;
}

/*------------------------------------*\#CONTENT\*------------------------------------*/
.vb-layout-page-protection-de-la-vie-privee-content {
  position: relative;
  padding: 0 15px 15px 15px;
}

.vb-page-protection-de-la-vie-privee-section {
  padding: 30px 0;
  border-bottom: 1px solid #E7E7E7;
}
.vb-page-protection-de-la-vie-privee-section:first-child {
  padding-top: 0;
}

.vb-grid-with-2-columns {
  overflow: hidden;
}

.vb-grid-with-2-columns > .vb-column {
  float: left;
  width: 50%;
}

.vb-grid-with-2-columns > .vb-column + .vb-column {
  padding-left: 30px;
}

.vb-page-protection-de-la-vie-privee-toc {
  padding: 30px 5px;
  border-bottom: 1px solid #E7E7E7;
}

.vb-page-protection-de-la-vie-privee-toc > ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 180px;
}
@media screen and (max-width: 768px) {
  .vb-page-protection-de-la-vie-privee-toc > ol {
    max-height: none;
  }
}

.vb-page-protection-de-la-vie-privee-toc > ol > li {
  float: left;
  /*width: 25%;
  */
  margin: 0 30px 0 0;
  line-height: 45px;
}

.vb-page-protection-de-la-vie-privee-toc > ol > li > a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #7DBC8E;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.vb-page-protection-de-la-vie-privee-toc > ol > li > a:hover, .vb-page-protection-de-la-vie-privee-toc > ol > li > a:focus {
  color: #619370;
  text-decoration: none;
}

.vb-page-protection-de-la-vie-privee-content__text > h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
  color: #2D2A29;
}

.vb-page-protection-de-la-vie-privee-content__text > ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.vb-page-protection-de-la-vie-privee-content__text > ul > li {
  margin-top: 20px;
  position: relative;
}

.vb-page-protection-de-la-vie-privee-content__text > ul > li:last-child {
  margin-bottom: 20px;
}

.vb-page-protection-de-la-vie-privee-content__text > ul > li:before {
  content: "-";
  position: absolute;
  left: -16px;
}

.vb-page-protection-de-la-vie-privee-content__text a {
  color: #7DBC8E;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.vb-page-protection-de-la-vie-privee-content__text a:hover, .vb-page-protection-de-la-vie-privee-content__text a:focus {
  color: #619370;
  text-decoration: none;
}

.vb-page-protection-de-la-vie-privee-toc > ol > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 46%;
}

@media screen and (max-width: 968px) {
  .vb-page-protection-de-la-vie-privee-section {
    padding: 15px 0;
  }

  .vb-grid-with-2-columns > .vb-column {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .vb-grid-with-2-columns > .vb-column + .vb-column {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .vb-page-protection-de-la-vie-privee__title {
    font-size: 30px;
  }

  .vb-page-protection-de-la-vie-privee__subtitle {
    font-size: 26px;
  }

  .vb-page-protection-de-la-vie-privee-toc > ol > li {
    display: block;
    width: 100%;
  }
}