:root {
  --black: #292929;
  --medium-violet-red: #1d61af;
  --white: white;
  --white-smoke: #f6f4f2;
  --linen: #eee7e1;
  --silver: #cac7c4;
  --black-2: #292026;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-embed-youtubevideo {
  background-image: url('/assets/cms/ff4de0b8-youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: var(--medium-violet-red);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.nav {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: all 1s;
  display: flex;
  position: fixed;
  box-shadow: 0 0 20px #0000001a;
}

.nav.closed {
  transform: translate(0, -100%);
}

.image {
  object-fit: cover;
  width: 220px;
  height: 100%;
  padding-bottom: 5px;
}

.div-block {
  width: 100%;
}

.nav-list {
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-list.closed {
  justify-content: center;
  align-items: center;
}

.nav-item {
  height: 50px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.nav-link {
  height: 100%;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 1vw;
  margin-right: 1vw;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-link:hover {
  color: #adabab;
}

.nav-link:active {
  color: var(--medium-violet-red);
}

.nav-link.w--current {
  border-bottom: 3px solid var(--medium-violet-red);
  height: 100%;
  font-style: italic;
}

.footer {
  color: var(--white);
  background-color: #252525;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.section-intro {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding: 75px 40px 50px;
  display: flex;
}

.section-intro.white {
  background-color: var(--white);
}

.section-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.section-white.conseil-page {
  background-color: var(--white-smoke);
  flex-direction: column;
}

.img-intro {
  object-fit: contain;
  max-width: 1080px;
  max-height: 600px;
  margin-bottom: 25px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 20px 20px -10px #0003;
}

.heading {
  text-align: center;
  font-family: EB Garamond, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 29px;
}

.undertitle {
  font-size: 21px;
  font-weight: 400;
}

.wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper.media {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 10px;
}

.wrapper.horizontal {
  flex-flow: row;
}

.intro-text {
  width: 100%;
  max-width: 1050px;
  color: var(--black);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.body-2 {
  font-family: Raleway, sans-serif;
}

.section-grey {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-grey.page-conseil {
  background-color: var(--linen);
  flex-direction: column;
  align-items: center;
}

.section-grey.mini {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
}

.intro-video {
  width: 900px;
  height: 520px;
  margin-top: 40px;
  margin-bottom: 20px;
  box-shadow: 0 20px 20px -10px #0003;
}

.heading-2 {
  margin-top: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 29px;
}

.home-actu-list {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
}

.home-actu-item {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.home-actu-link {
  background-color: #fff;
  border-radius: 3px;
  width: 310px;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 30px -20px #0003;
}

.home-actu-link.big {
  width: 480px;
}

.divider {
  background-color: var(--black);
  width: 120px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.small {
  width: 60px;
}

.divider.long {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.dist-content {
  padding: 20px 30px 30px;
}

.push-title {
  color: var(--black);
  letter-spacing: .25px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.paragraph {
  color: var(--black);
  border-bottom-width: 1px;
  border-bottom-color: #cecece;
}

.div-block-3 {
  background-color: var(--black);
  background-image: url('../images/thumbnail_IMG_1294.jpg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.hashtag {
  color: var(--medium-violet-red);
  letter-spacing: .5px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #1d61af80;
  border-radius: 3px;
  margin-bottom: 7px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.hashtag:hover {
  background-color: #aa548b1a;
  border-color: #aa548b;
}

.hashtag.presse {
  border-style: solid;
  border-color: #aa548b80;
  margin-bottom: 3px;
  padding: 2px 10px 1px;
  font-size: 11px;
}

.hashtag.none.w--current {
  pointer-events: none;
}

.div-block-4 {
  justify-content: flex-end;
  display: flex;
}

.hashtag-wrapper {
  border-top: 1px solid #dfdfdf;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
}

.actu-date {
  z-index: 3;
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  display: none;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.btn-presse {
  background-color: var(--medium-violet-red);
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-2 {
  text-align: center;
}

.link-block {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.rs-img {
  width: 22px;
}

.rs-img.insta {
  width: 33px;
}

.rs-img.iks {
  height: 20px;
}

.div-block-5 {
  margin-bottom: 20px;
  display: flex;
}

.div-block-6 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.footer-link {
  color: var(--black);
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.footer-link:hover {
  color: #adabab;
}

.footer-link:active {
  color: var(--medium-violet-red);
}

.footer-link.w--current {
  border-bottom: 2px solid #e7e7e7;
}

.section-bio {
  background-color: var(--white-smoke);
  justify-content: center;
  min-height: 500px;
  padding-top: 0;
  display: flex;
}

.page-left {
  background-color: var(--white-smoke);
  flex: 1;
}

.page-ight {
  flex: 1;
}

.page-content {
  width: 1000px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 15px;
}

.page-index {
  background-color: var(--white-smoke);
  width: 300px;
  padding-top: 30px;
}

.page-title {
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.page-title.nimber {
  color: var(--medium-violet-red);
  letter-spacing: 0;
  margin-left: 10px;
  font-size: 30px;
  line-height: 47px;
}

.page-title.conseil-title {
  text-align: center;
  max-width: 960px;
  font-style: normal;
  font-weight: 500;
}

.section-page-intro {
  background-color: var(--linen);
  background-image: url('../images/5f332762c83af1a314d6e481_9FDEDBE0-0FDF-4B0D-A8F8-30DAD3F21075.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 52vw;
  display: flex;
  position: relative;
}

.index-item {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px 15px 30px;
  display: flex;
}

.index-item.active {
  border-bottom: 3px none var(--medium-violet-red);
  border-left: 3px solid var(--medium-violet-red);
}

.list {
  padding: 10px 10px 20px;
  position: sticky;
  top: 10px;
}

.link-2 {
  color: var(--black);
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.content {
  margin-top: 0;
  margin-bottom: 100px;
}

.hidden-nav {
  background-color: var(--white-smoke);
  width: 100%;
  height: 154px;
}

.list-2 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.page {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 60vh;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
}

.page.actu {
  min-height: auto;
}

.page._404 {
  justify-content: center;
}

.presse-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.presse-img {
  background-color: var(--black);
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.presse-link {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  width: 310px;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 30px -20px #0003;
}

.presse-content {
  width: 100%;
  padding: 5px 20px 15px;
}

.title-white {
  color: var(--white);
  text-shadow: 0 0 20px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
}

.text-block-2 {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: none;
  font-size: 18px;
  line-height: 14px;
}

.image-2 {
  margin-left: 5px;
}

.title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  display: flex;
}

.search-result-wrapper {
  width: 100%;
  max-width: 1200px;
}

.home-actu-wrapper {
  width: 100%;
}

.home-actu-wrapper.home {
  display: none;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list.home {
  flex-wrap: wrap;
  max-width: 960px;
  margin-bottom: 60px;
}

.hashtag-link {
  color: var(--white);
  padding: 3px 10px 2px;
  font-style: italic;
  text-decoration: none;
  display: flex;
}

.video {
  height: 100%;
}

.actu-top {
  background-color: var(--black);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.actu-content {
  background-color: var(--white);
  width: 100%;
  max-width: 1200px;
  padding: 30px 60px;
}

.actu-title {
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.actu-page {
  line-height: 24px;
}

.home-actu-item-copy {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.page-actu-item {
  width: 31%;
}

.second-title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.page-actu-list {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.div-block-7 {
  width: 100%;
  max-width: 1200px;
}

.top-actu-img {
  z-index: 1;
  background-color: var(--black);
  object-fit: cover;
  object-position: 50% 20%;
  background-image: url('/assets/cms/46ae28cb-background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  transition: all .4s;
  position: relative;
}

.top-actu-img:hover {
  transform: scale(1.05);
}

.top-actu-img.big {
  height: 280px;
}

.empty-state {
  display: none;
}

.top-actu-img-page {
  background-color: var(--black);
  background-image: url('/assets/cms/46ae28cb-background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px;
}

.livre-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.livre-item {
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-left: 40px;
  padding-right: 30px;
  display: flex;
}

.livre-img {
  z-index: 1;
  width: 300px;
  max-width: none;
  transition: all .4s;
  position: relative;
}

.collection-list-wrapper-2 {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.livre-title {
  color: var(--medium-violet-red);
  margin-bottom: 10px;
  font-family: EB Garamond, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.livre-subtitle {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
}

.livre-description {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}

.link-book {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.btn-main {
  background-color: var(--medium-violet-red);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 9px 20px 6px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.btn-main:hover {
  background-color: var(--black);
}

.btn-main.btn-book {
  z-index: 2;
  opacity: 0;
  margin-bottom: 20px;
  transition: all .4s;
  position: absolute;
}

.collection-list-wrapper-3 {
  width: 100%;
  max-width: 1200px;
}

.engage-img {
  background-color: var(--silver);
  background-image: url('/assets/cms/46ae28cb-background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
}

.engage-item {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.engage-contact {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: EB Garamond, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.rich-text-block {
  margin-bottom: 20px;
}

.collection-list-wrapper-4 {
  width: 100%;
  max-width: 1200px;
}

.collection-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.collection-item {
  background-color: var(--black);
  width: 230px;
  height: 150px;
  margin: 5px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-3 {
  max-height: 100%;
}

.contact-map {
  border: 1px solid var(--silver);
  background-color: var(--white);
  width: 100%;
  max-width: 960px;
  height: 400px;
  margin-bottom: 70px;
}

.contact-adresse {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px;
}

.filtres {
  flex: 0 auto;
  width: 220px;
  margin-bottom: 30px;
  margin-right: 20px;
  position: relative;
}

.presse-page {
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.filtre-title {
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: EB Garamond, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
}

.filter-item {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.check-filter {
  background-color: #fff;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.filter-h3 {
  color: var(--medium-violet-red);
  font-size: 16px;
  font-weight: 600;
}

.presse-logo {
  object-fit: fill;
  min-width: 60px;
  max-width: 80px;
  max-height: 40px;
  padding: 4px 6px;
}

.logo-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  min-height: 40px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.presse-visuel {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  transition: all .4s;
  position: absolute;
  top: 0;
  left: 0;
}

.presse-visuel:hover {
  opacity: .7;
}

.presse-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000 50%, #0000001a);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.push-text {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
}

.btn-link-main {
  background-color: var(--medium-violet-red);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 5px;
  padding: 4px 12px 2px 15px;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.btn-link-main:hover {
  background-color: var(--black-2);
}

.btn-link-main.btn-filter {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.btn-link-main.off {
  display: none;
}

.presse-list {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.presse-list.home {
  justify-content: space-between;
}

.presse-list.center {
  justify-content: center;
  align-items: flex-start;
}

.filteer-wrapper {
  margin-bottom: 20px;
}

.filter-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.presse-wrapper {
  flex: 0 auto;
  width: 100%;
}

.presse-wrapper.home {
  margin-top: 20px;
}

.youtube {
  height: 160px;
}

.presse-video {
  background-color: var(--black);
  width: 100%;
}

.collection-list-3 {
  flex-wrap: wrap;
  display: flex;
}

.bio-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000 36%, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.youtube-embed {
  width: 960px;
  height: 527px;
  margin-top: 50px;
  box-shadow: 0 20px 20px -10px #0003;
}

.tedx-title {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 18px;
}

.ml-txt {
  max-width: 1200px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.chevron {
  width: 19px;
}

.filter-link {
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.filter-link:hover {
  color: var(--medium-violet-red);
}

.filter-link.w--current {
  color: var(--medium-violet-red);
  font-weight: 600;
}

.text-block-4 {
  letter-spacing: 1.4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.text-block-5 {
  text-align: center;
}

.empty-state-2 {
  background-color: #0000;
}

.div-block-9 {
  width: 100%;
  max-width: 1080px;
}

.dist-description {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-wrapper-noimg {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.presse-logo--noimg {
  object-fit: fill;
  padding: 0 10px;
}

.link-3 {
  text-decoration: none;
}

.home-content {
  padding: 20px 30px 7px;
}

.page-rich-text, .image-4 {
  width: 100%;
  max-width: 1200px;
}

.logo-link {
  height: 100px;
  transition: all .4s;
}

.logo-link:hover {
  opacity: .9;
  transform: scale(1.05);
}

.div-block-10 {
  background-color: var(--medium-violet-red);
  width: 30px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.photo {
  object-fit: cover;
  height: 100%;
  display: block;
}

.photo.home {
  width: 100%;
}

.lightbox-link {
  opacity: .9;
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .4s;
  display: flex;
}

.lightbox-link:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

.galerie-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
}

.galerie-pagination-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

.galerie-nav {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.contact-form {
  width: 800px;
  margin-top: 0;
}

.form-half {
  width: 46%;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
}

.form {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.submit-button {
  background-color: var(--medium-violet-red);
  border-radius: 60px;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-full {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.textarea {
  min-height: 150px;
  padding-top: 5px;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 15px;
}

.bold-text {
  font-size: 14px;
}

.success-message {
  background-color: #0000;
  padding-bottom: 60px;
}

.text-block-7 {
  font-weight: 600;
}

.error-message {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-8 {
  color: var(--medium-violet-red);
  text-align: center;
  font-weight: 600;
}

.heading-5 {
  color: var(--medium-violet-red);
}

.top-actu-wrapper {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.top-actu-wrapper.big {
  height: 280px;
}

.video-3 {
  width: 100%;
  height: 240px;
  position: absolute;
}

.btn-main-big {
  background-color: var(--medium-violet-red);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 25px 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.btn-main-big:hover {
  background-color: var(--black-2);
  transform: scale(.95);
}

.btn-main-big.btn-filtre, .btn-main-big.btn-close-filtre {
  display: none;
}

.btn-main-big.btn-end-actu, .btn-main-big._404 {
  margin-top: 20px;
}

.wrapper-intro {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.btn-menu {
  display: none;
}

.div-block-12 {
  height: 240px;
  overflow: hidden;
}

.heading-6 {
  color: var(--medium-violet-red);
  font-family: EB Garamond, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 140px;
}

.paragraph-3 {
  text-align: center;
  width: 300px;
  font-weight: 600;
}

.divider-2 {
  background-color: #292929;
  width: 120px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-2.small {
  width: 60px;
}

.btn-link-main-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #aa548b;
  border-radius: 5px;
  margin-top: 5px;
  padding: 4px 12px 2px 15px;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.btn-link-main-2:hover {
  background-color: #292026;
}

.heading-7 {
  color: #292929;
  letter-spacing: .25px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.presse-video-2 {
  background-color: #292929;
  width: 100%;
}

.presse-img-2 {
  background-color: #292929;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.actu-date-2 {
  z-index: 3;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  display: none;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.btn-main-big-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #aa548b;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 25px 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.btn-main-big-2:hover {
  background-color: #292026;
  transform: scale(.95);
}

.btn-main-big-2.btn-end-actu {
  margin-top: 20px;
}

.conseils-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.conseil-link {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  width: 380px;
  height: 100%;
  min-height: 320px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 30px -20px #0003;
}

.conseil-link.home {
  background-color: var(--white-smoke);
  width: 460px;
  box-shadow: none;
}

.conseil-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.conseil-img:hover {
  opacity: .7;
  transform: scale(1.05);
}

.conseil-img-wrapper {
  background-color: var(--black);
  height: 200px;
  position: relative;
  overflow: hidden;
}

.conseil-content {
  padding: 5px 20px 15px;
}

.conseil-item {
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.conseil-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.conseillist-home {
  margin-bottom: 40px;
}

.introduction {
  text-align: center;
  width: 720px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.introduction.wide {
  width: 100%;
  max-width: 1200px;
}

.introduction.none {
  display: none;
}

.pagination {
  border-style: none;
  transition: all .4s;
}

.pagination:hover {
  background-color: var(--medium-violet-red);
  color: #fff;
}

.galerie-link {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.div-block-14 {
  display: flex;
}

.text-block-9, .text-block-10 {
  font-style: italic;
}

.home-actu-text {
  font-size: 13px;
}

.push-video {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.price-item {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.price-link {
  background-color: #fff;
  border-radius: 3px;
  width: 340px;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 30px -20px #0003;
}

.top-price-img {
  z-index: 1;
  background-color: var(--black);
  object-fit: cover;
  background-image: url('/assets/cms/46ae28cb-background-image.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  transition: all .4s;
  position: relative;
}

.top-price-img:hover {
  transform: scale(1.05);
}

.price-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
}

.heading-8 {
  color: var(--medium-violet-red);
  font-family: Raleway, sans-serif;
}

.conseil-text {
  padding-left: 20px;
  padding-right: 20px;
}

.conseil-text h1 {
  color: var(--medium-violet-red);
  margin-top: 40px;
  font-family: EB Garamond, sans-serif;
  font-weight: 400;
}

.conseil-text h2 {
  color: var(--medium-violet-red);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: EB Garamond, sans-serif;
  font-weight: 400;
}

.conseil-text blockquote {
  border-left-color: #aa548b80;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.conseil-text h3 {
  font-family: EB Garamond, sans-serif;
  font-weight: 400;
}

.conseil-img-page {
  width: 100%;
  max-width: 960px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-9, .heading-10 {
  font-family: EB Garamond, sans-serif;
}

.block-quote {
  font-style: italic;
}

.rentree-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rentree-wrapper.white {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.year {
  font-family: EB Garamond, sans-serif;
  font-style: italic;
  font-weight: 500;
  position: static;
}

.year-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.year-sep {
  background-color: var(--medium-violet-red);
  width: 40px;
  height: 2px;
}

.affiche {
  width: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.affiche.top {
  margin-bottom: 20px;
}

.rentrre-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.text-list {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
}

.rentree-top {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.rentree-top.gris {
  background-color: #fff0;
}

.div-block-15 {
  max-width: 540px;
}

.paragraph-4 {
  text-align: center;
}

.heading-11 {
  text-align: center;
  font-size: 28px;
  font-style: italic;
  line-height: 30px;
}

.rentree-video {
  background-image: linear-gradient(#000, #000), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.media-push {
  background-color: var(--white);
  width: 30%;
  margin-bottom: 40px;
  text-decoration: none;
}

.push-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 180px;
}

.push-content {
  padding: 0 20px 20px;
}

.collection-item-2 {
  width: 100%;
  display: flex;
}

.hashtag-list {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.hashtag-text {
  word-break: normal;
}

.pagination-2 {
  width: 100%;
  position: absolute;
  right: 0;
  transform: translate(0, -50px);
}

.publication-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.publication-item {
  width: 50%;
  padding: 10px;
  display: flex;
}

.publication-link {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.publication-link:hover {
  transform: scale(.98);
}

.publication-img {
  aspect-ratio: 210 / 300;
  object-fit: cover;
  width: 200px;
  height: 240px;
}

.publication-title {
  color: var(--black);
  margin-top: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
}

.publication-info {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 16px;
}

.publication-content {
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.article-lst {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1410px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.publication-link-text {
  margin-top: 20px;
  font-size: 10px;
  line-height: 16px;
  transition: all .4s ease-in-out;
}

.publication-link-text:hover {
  color: var(--black);
}

.publication-text {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  margin-top: -10px;
  margin-bottom: 20px;
  display: flex;
}

.publication-text a {
  text-align: center;
}

.paragraph-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.publicarion-top {
  display: flex;
}

.wapper {
  width: 100%;
}

.wapper.line {
  display: flex;
}

.wapper.intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.half {
  width: 50%;
  margin-bottom: 20px;
}

.heading-12 {
  text-align: left;
}

.collection-item-3 {
  flex-flow: wrap;
  display: flex;
}

.reco-img {
  width: 200px;
}

.collection-list-wrapper-5 {
  margin-top: 10px;
}

.block-pub {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  text-decoration: none;
  display: flex;
}

.text-block-11 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  margin-bottom: 40px;
  display: flex;
}

.image-5 {
  object-fit: cover;
  width: 200px;
  height: 282px;
}

.paragraph-6, .paragraph-7 {
  text-align: center;
}

.block-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  display: flex;
}

.link-4 {
  font-size: 13px;
}

.paragraph-8 {
  text-align: center;
}

.home-book {
  max-width: 320px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.section-page {
  background-color: var(--white-smoke);
  justify-content: center;
  min-height: 500px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 100px;
  line-height: 180%;
  display: flex;
}

.youtube-2 {
  margin-top: 40px;
}

.image-6 {
  width: 100%;
  margin-bottom: 40px;
}

.block-quote-2 {
  margin-bottom: 60px;
}

.rich-text-block-2 {
  margin-top: 40px;
}

.div-block-17 {
  margin-bottom: 40px;
}

.block-titre {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-link {
  margin-top: 20px;
}

.section-blue {
  color: #fff;
  background-color: #0e47a1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.image-7 {
  max-width: 520px;
}

.intro-content {
  flex: 1;
}

.heading-13 {
  text-align: center;
  font-size: 32px;
}

.paragraph-9 {
  text-align: center;
  letter-spacing: .4px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

.yellow {
  color: #ffc800;
  font-size: 26px;
}

.div-block-18 {
  display: none;
}

.image-8 {
  width: 80%;
  max-width: 600px;
}

@media screen and (min-width: 1440px) {
  .section-intro.white {
    background-color: #fff;
  }

  .img-intro.padding {
    margin-bottom: 45px;
  }

  .intro-text {
    margin-bottom: 0;
  }

  .section-grey.page-conseil {
    background-color: var(--linen);
  }

  .page-title.nimber {
    color: var(--medium-violet-red);
    margin-left: 10px;
    font-size: 30px;
    font-weight: 400;
    line-height: 47px;
  }

  .page-title.conseil-title {
    font-style: normal;
    font-weight: 500;
  }

  .presse-page {
    max-width: 1700px;
    padding-left: 80px;
    padding-right: 0;
  }

  .presse-list.home {
    justify-content: center;
  }

  .presse-wrapper.home {
    margin-bottom: 20px;
  }

  .dist-description {
    margin-bottom: 10px;
  }

  .conseil-link.home.white {
    background-color: #fff;
  }

  .galerie-link {
    margin-left: 10px;
  }

  .div-block-14 {
    display: flex;
  }

  .rentree-wrapper.white.first {
    margin-top: 20px;
  }

  .article-lst {
    max-width: 1360px;
  }

  .half {
    max-width: 720px;
  }

  .block-pub {
    max-width: 230px;
  }

  .paragraph-9 {
    letter-spacing: .4px;
    line-height: 140%;
  }

  .yellow {
    font-size: 28px;
  }

  .div-block-18 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    height: 90px;
  }

  .image {
    object-fit: cover;
    height: 70px;
  }

  .nav-list {
    z-index: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
  }

  .nav-list.closed {
    display: none;
  }

  .nav-item {
    height: auto;
  }

  .nav-link {
    margin-top: 0;
    margin-left: 13px;
    margin-right: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 24px;
  }

  .wrapper.horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .intro-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-video {
    width: 100%;
  }

  .home-actu-list {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-actu-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-actu-link.big {
    width: 100%;
  }

  .hidden-nav {
    height: 90px;
  }

  .page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list.home, .livre-list {
    flex-wrap: wrap;
  }

  .livre-item {
    width: 50%;
  }

  .collection-list-wrapper-2 {
    flex-wrap: wrap;
  }

  .filtres {
    display: none;
  }

  .filtres.open {
    z-index: 50;
    background-color: var(--white);
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 200px 100px 100px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
  }

  .filter-item {
    width: 50%;
  }

  .filter-list {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .presse-list {
    justify-content: space-around;
  }

  .youtube-embed {
    width: 100%;
  }

  .logo-link.w--current {
    z-index: 2;
    height: 120px;
    position: relative;
  }

  .contact-form {
    width: 100%;
  }

  .btn-main-big {
    align-items: center;
    display: flex;
  }

  .btn-main-big.btn-filtre, .btn-main-big.btn-close-filtre {
    display: flex;
  }

  .wrapper-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn-menu {
    z-index: 10;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: fixed;
    top: 30px;
    right: 30px;
  }

  .icon-btn {
    height: 28px;
    margin: -2px -10px -2px 4px;
  }

  .div-block-13 {
    justify-content: center;
    margin-top: 50px;
    display: flex;
  }

  .icon-btn-close {
    height: 16px;
    margin: -2px -10px -2px 8px;
  }

  .btn-main-big-2 {
    align-items: center;
    display: flex;
  }

  .conseils-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .conseil-link {
    width: 340px;
  }

  .price-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rentree-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .publication-item {
    width: 100%;
  }

  .article-lst {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    justify-content: center;
    height: 60px;
  }

  .image {
    width: 180px;
  }

  .nav-list {
    background-color: var(--white);
    flex-flow: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
  }

  .nav-list.closed {
    transform: translate(0, -100%);
  }

  .nav-item {
    transition: all .4s;
  }

  .nav-link {
    height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link.w--current {
    height: 26px;
  }

  .livre-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .filtres.open {
    padding-left: 40px;
    padding-right: 40px;
  }

  .filter-item {
    width: 50%;
  }

  .logo-link {
    z-index: 10;
    position: relative;
  }

  .btn-menu {
    z-index: 10;
    display: block;
    position: fixed;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    padding-left: 20px;
  }

  .nav {
    background-color: #0e47a1;
    justify-content: center;
    height: 100px;
    overflow: hidden;
  }

  .image {
    width: 160px;
    padding-bottom: 0;
    transform: translate(0, -7px);
  }

  .nav-list {
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 1s;
    display: flex;
    position: fixed;
    top: 0;
    overflow: auto;
  }

  .nav-list.closed {
    transform: translate(0, -100%);
  }

  .nav-item {
    flex-direction: column;
    align-items: center;
    list-style-type: none;
  }

  .nav-link {
    height: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 32px;
  }

  .nav-link.w--current {
    height: 32px;
  }

  .section-intro {
    min-height: auto;
    max-height: 290px;
    padding: 0;
    overflow: hidden;
  }

  .section-intro.white {
    max-height: 510px;
  }

  .section-white {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .img-intro {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 700px;
    box-shadow: none;
    object-fit: contain;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .img-intro.padding {
    margin-bottom: 15px;
  }

  .heading {
    font-size: 26px;
  }

  .wrapper.conseil {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.media {
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intro-text {
    margin-top: 20px;
  }

  .section-grey {
    padding-bottom: 20px;
  }

  .section-grey.page-conseil {
    padding-top: 0;
  }

  .section-grey.mini {
    padding-top: 20px;
  }

  .intro-video {
    height: 260px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .home-actu-list {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-actu-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-actu-link {
    width: 100%;
  }

  .divider.small {
    width: 40px;
    margin-top: 10px;
  }

  .dist-content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-title {
    margin: 30px;
    font-size: 30px;
    line-height: 36px;
  }

  .page-title.nimber {
    font-size: 24px;
    line-height: 44px;
  }

  .page-title.conseil-title {
    text-align: center;
    line-height: 30px;
  }

  .content {
    width: 100%;
    margin-top: 10px;
  }

  .hidden-nav {
    height: 100px;
  }

  .page {
    min-height: auto;
    padding: 0 10px;
  }

  .page.galerie {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .presse-item {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .presse-link {
    width: 100%;
  }

  .title {
    text-align: center;
    width: 100%;
  }

  .collection-list {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .collection-list.home {
    margin-bottom: 20px;
  }

  .top-actu-img, .top-actu-img.big {
    height: 180px;
  }

  .livre-list {
    flex-direction: column;
  }

  .livre-item {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .livre-img {
    width: 250px;
  }

  .collection-list-wrapper-2 {
    margin-top: 10px;
  }

  .livre-title, .livre-subtitle {
    text-align: center;
  }

  .btn-main.btn-book-mobile {
    margin-bottom: 40px;
  }

  .engage-img {
    width: 100vw;
    height: 80vw;
    margin-bottom: 10px;
  }

  .engage-item {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .engage-contact {
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    text-align: left;
    width: 100%;
    font-size: 33px;
  }

  .rich-text-block {
    width: 100%;
    overflow: hidden;
  }

  .collection-list-2 {
    justify-content: center;
  }

  .collection-item {
    width: 45vw;
    height: 45vw;
    margin: 0 2vw 3vw;
  }

  .filtres {
    display: none;
  }

  .filtres.open {
    margin-bottom: 0;
    padding: 80px 20px 20px;
  }

  .presse-page {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .filter-item {
    width: 100%;
  }

  .btn-link-main.download {
    padding-top: 10px;
    padding-bottom: 9px;
    line-height: 140%;
  }

  .presse-list {
    justify-content: center;
    margin-bottom: 100px;
  }

  .presse-wrapper {
    position: relative;
  }

  .presse-wrapper.home {
    margin-top: -20px;
  }

  .youtube-embed {
    width: 320px;
    height: 180px;
  }

  .tedx-title {
    text-align: center;
    width: 320px;
  }

  .home-content {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-link {
    z-index: 10;
    display: none;
    position: relative;
  }

  .photo {
    object-fit: cover;
  }

  .contact-form, .form-half {
    width: 100%;
  }

  .top-actu-wrapper, .top-actu-wrapper.big, .video-3 {
    height: 180px;
  }

  .btn-main-big {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .btn-main-big.btn-end-actu {
    margin-bottom: 50px;
  }

  .btn-main-big.btn-galerie {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 9px;
    line-height: 10px;
  }

  .wrapper-intro {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list-4 {
    flex-direction: column;
    display: flex;
  }

  .btn-menu {
    z-index: 10;
    background-color: #fff;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
    position: fixed;
    top: auto;
    right: 17px;
  }

  .div-block-12 {
    height: 180px;
  }

  .div-block-13 {
    align-items: center;
  }

  .divider-2.small {
    width: 40px;
    margin-top: 10px;
  }

  .btn-main-big-2 {
    margin-bottom: 15px;
  }

  .btn-main-big-2.btn-end-actu {
    margin-bottom: 50px;
  }

  .conseils-wrapper {
    padding-top: 10px;
  }

  .conseil-link, .conseil-link.home {
    width: 100%;
  }

  .conseil-img-wrapper {
    height: 180px;
  }

  .conseil-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .conseillist-home {
    margin-bottom: 0;
  }

  .introduction {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .galerie-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .price-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .price-link {
    width: 100%;
  }

  .top-price-img {
    height: 180px;
  }

  .price-list {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .conseil-text {
    padding-left: 0;
    padding-right: 0;
  }

  .conseil-text h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .conseil-text ul {
    padding-left: 20px;
  }

  .conseil-img-page {
    margin-bottom: 0;
  }

  .rentree-wrapper {
    padding-top: 10px;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 24px;
  }

  .rentree-video {
    display: none;
  }

  .media-push {
    width: 100%;
    max-width: 320px;
  }

  .pagination-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 0;
  }

  .publication-list {
    flex-flow: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .publication-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .publication-link {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .publication-img {
    width: 180px;
    height: auto;
  }

  .publication-title, .publication-info {
    text-align: center;
  }

  .publication-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .article-lst {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .publication-link-text {
    text-align: center;
    margin-top: 20px;
  }

  .publication-text {
    text-align: center;
  }

  .publication-text a {
    text-align: center;
    word-break: break-all;
  }

  .paragraph-5 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .publicarion-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .half {
    flex-flow: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading-12 {
    text-align: center;
    margin-bottom: 20px;
  }

  .reco-img {
    width: 80%;
  }

  .block-pub {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .image-5 {
    aspect-ratio: 21 / 30;
    width: 80%;
    height: auto;
  }

  .paragraph-6 {
    text-align: center;
  }

  .list-3 {
    text-align: left;
  }

  .home-link {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .block-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .link-4 {
    font-size: 14px;
  }

  .center {
    text-align: center;
  }

  .section-blue {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .image-7 {
    max-width: 100%;
  }

  .intro-content {
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-13 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-9 {
    margin-top: 0;
    font-size: 10px;
  }

  .yellow {
    font-size: 12px;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
    margin-left: 10px;
    margin-right: 70px;
    padding: 4px 0 6px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .image-8 {
    width: 100%;
    margin-bottom: 20px;
  }
}


