/* Start custom CSS for html, class: .elementor-element-187cd7f */html{
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

/* PAGE */
.cgv-page{
  width: 100%;
  padding: 40px 0 80px;
  box-sizing: border-box;
}

.cgv-container{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* LAYOUT */
.cgv-layout{
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  column-gap: 56px;
  align-items: start;
}

/* SIDEBAR */
.cgv-sidebar{
  position: sticky;
  top: 120px;
  max-width: 280px;
}

.cgv-summary-title{
  margin: 0 0 14px;
  padding-bottom: 14px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #000;
  border-bottom: 1px solid #000;
}

.cgv-summary div{
  border-bottom: 1px solid #e5e5e5;
}

.cgv-summary a{
  display: block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.7;
  color: #000;
  text-decoration: none;
  word-break: break-word;
}

.cgv-summary a:hover{
  opacity: 0.6;
}

/* CONTENT */
.cgv-content{
  width: 100%;
  min-width: 0;
}

.cgv-section{
  margin-bottom: 48px;
}

/* TITRES */
.cgv-title{
  margin-bottom: 18px;
  padding-bottom: 14px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #000;
  border-bottom: 1px solid #000;
  scroll-margin-top: 120px;
}

.cgv-subtitle{
  margin: 28px 0 14px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #000;
}

/* TEXTE */
.cgv-content p,
.cgv-box,
.cgv-list div,
.cgv-steps div{
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
  color: #000;
}

/* LISTES */
.cgv-list,
.cgv-steps{
  padding: 0;
  margin: 0 0 12px;
}

/* LIENS */
.cgv-content a{
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

/* ===================================== */
/* 🔥 TABLEAU FINAL PRO */
/* ===================================== */

.cgv-real-table{
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  border: 1px solid #000;
}

/* HEAD */
.cgv-real-table thead th{
  border: 1px solid #000;
  padding: 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 400;
  text-align: left;
  color: #000;
}

/* BODY */
.cgv-real-table td{
  border: 1px solid #000;
  padding: 14px;
  font-size: 13px;
  line-height: 1.7;
  vertical-align: top;
  color: #000;
}

/* COLONNES */
.cgv-real-table th:nth-child(1),
.cgv-real-table td:nth-child(1){
  background: #f2f2f2;
  width: 220px;
}

.cgv-real-table th:nth-child(2),
.cgv-real-table td:nth-child(2){
  background: #fafafa;
}

/* 3 COLONNES */
.cgv-real-table--3cols th:nth-child(1),
.cgv-real-table--3cols td:nth-child(1){
  background: #f2f2f2;
  width: 180px;
}

.cgv-real-table--3cols th:nth-child(2),
.cgv-real-table--3cols td:nth-child(2){
  background: #fafafa;
}

.cgv-real-table--3cols th:nth-child(3),
.cgv-real-table--3cols td:nth-child(3){
  background: #ffffff;
  width: 240px;
}

/* FORCE TEXTE NOIR */
.cgv-real-table *{
  color: #000 !important;
}

/* UPDATE */
.cgv-update-final{
  margin-top: 24px;
  font-size: 13px;
}

.cgv-update-final em{
  font-style: italic;
}

/* JUSTIFY DESKTOP */
@media (min-width: 1025px){
  .cgv-content p,
  .cgv-box,
  .cgv-list div,
  .cgv-steps div,
  .cgv-real-table td{
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
  }

  .cgv-real-table td:first-child{
    text-align: left;
    hyphens: none;
  }
}

/* MOBILE */
@media (max-width: 1024px){

  html{
    scroll-padding-top: 24px;
  }

  .cgv-layout{
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .cgv-sidebar{
    position: static;
  }

  .cgv-title{
    scroll-margin-top: 24px;
  }

  /* TABLEAU RESPONSIVE */
  .cgv-real-table,
  .cgv-real-table thead,
  .cgv-real-table tbody,
  .cgv-real-table tr,
  .cgv-real-table th,
  .cgv-real-table td{
    display: block;
    width: 100%;
  }

  .cgv-real-table thead{
    display: none;
  }

  .cgv-real-table tr{
    margin-bottom: 16px;
    border: 1px solid #000;
  }

  .cgv-real-table td{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
  }

  .cgv-real-table td:first-child{
    background: #f2f2f2;
    font-weight: 400;
    text-transform: uppercase;
  }
}

/* MOBILE SMALL */
@media (max-width: 767px){

  .cgv-page{
    padding: 24px 0 56px;
  }

  .cgv-title,
  .cgv-summary-title,
  .cgv-subtitle{
    font-size: 15px;
  }

  .cgv-content p,
  .cgv-box,
  .cgv-list div,
  .cgv-steps div,
  .cgv-real-table td,
  .cgv-real-table th,
  .cgv-summary a{
    font-size: 13px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-fa09ba8 */.elementor-109070101 .elementor-element.elementor-element-fa09ba8{
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.elementor-109070101 .elementor-element.elementor-element-fa09ba8 .elementor-widget-container{
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.elementor-109070101 .elementor-element.elementor-element-fa09ba8 .cgv-page{
  width: 100% !important;
  max-width: 1800px !important;
  margin: 0 auto !important;
}/* End custom CSS */