/* ============================= SECTION FIRST ============================= */

.section-first {
  display: flex;
  flex-direction: column;
  height: 70vh;
  width: 100%;
  background: black;
}

.section-first .img-relative {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background: black;
  opacity: 0.7;
}

.section-first .img-relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 0;
  opacity: 1;
}

.section-first .content-details title {
  font-size: 8vh;
  font-weight: 800;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  /*position: absolute;
    top: 15.542vw;*/
    padding: 0 50px;
}

.section-first .content-details {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25vh;
  width: 100%;
}


/* ============================= SECTION SECOND ============================= */

.section-second {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2vw 0vw 6vw 0vw;
}

.englober{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.preya-page-title {
  margin-bottom: 1vw;
}

.preya-page-title h6 {
  font-size: 13px;
}

.policy-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1.5vw;
  gap: 1vw;
}

.policy-content p {
  font-size: 14px;
}

.policy-text {
  line-height: 2vw;
  text-align: justify;
  width: 70%;
}

.policy-intro {
  margin-bottom: 2vw;
}

.policy-intro a {
  font-size: 14px;
}

.policy-bloc {
  margin-bottom: 2vw;
}

.policy-bloc h3 {
  font-size: 18px;
  font-weight: bold;
  color: #05234A;
  margin-bottom: 1.1vw;
}

.policy-bloc .policy-bloc-content, 
.policy-bloc .policy-bloc-content b,
.policy-bloc .policy-bloc-content span,
.policy-bloc .policy-bloc-content span b,
.policy-bloc .policy-bloc-content li,
.policy-bloc .policy-bloc-content span li {
  font-size: 14px;
}


.policy-table-of-content {
  padding-left: 1.5vw;
}

.policy-table-of-content h4 {
  font-weight: bold;
  color: #05234A;
  font-size: 18px;
}


.policy-table-of-content-div {
  padding-top: 1.5vw;
}

.policy-table-of-content-div ol {
  padding-left: 1.2vw;
}

.policy-table-of-content-div ol li {
  margin-bottom: 1.2vw;
  font-size: 13px;
}

.policy-table-of-content-div ol li a {
  color: black;
  font-weight: bold;
  color: #05234A;
  font-size: 13px;
}

@media only screen  and (max-width: 850px) {
/* ============================= SECTION FIRST ============================= */

.section-first {
  height: 60vh;
}

.section-first .content-details {
  position: absolute;
  top: 25vh;
}

.section-first .content-details title {
  font-size: 6vh;
  font-weight: 800;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  /*position: absolute;
    top: 15.542vw;*/
}

/* ============================= SECTION SECOND ============================= */

.preya-page-title h6{
  font-size: 1.4vw;
}

.policy-intro p,a {
  font-size: 1.5vw;
}

.policy-bloc h3 {
  font-size: 1.9vw;
}

.policy-bloc .policy-bloc-content,b,span,li {
  font-size: 1.5vw;
}

.policy-table-of-content {
  padding-left: 1.5vw;
}

.policy-table-of-content h4 {
  font-size: 1.9vw;
}

}

@media only screen  and (max-width: 650px) {

  .section-first .content-details title {
    font-size: 4vh;
    font-weight: 800;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /*position: absolute;
      top: 15.542vw;*/
  }
  
  /* ============================= SECTION SECOND ============================= */
  .section-second{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .preya-page-title h6{
    font-size: 12px;
  }
  
  .policy-content {
    flex-direction: column;
  }
  
  .policy-text {
    width: 100%;
  }
  
  .policy-intro p,a,.policy-bloc .policy-bloc-content,b,span,li,.policy-table-of-content {
    font-size: 15px;
    line-height: 20px;
  }
  
  .policy-bloc h3, .policy-table-of-content h4 {
    font-size: 18px;
  }
  
  }


@media only screen  and (max-width: 500px) {
/* ============================= SECTION FIRST ============================= */

.section-first {
  height: 40vh;
}

.section-first .content-details {
  position: absolute;
  top: 15vh;
}

.section-first .content-details title {
  font-size: 3vh;
}

/* ============================= SECTION SECOND ============================= */

.section-second{
  padding-left: 15px;
  padding-right: 15px;
}

.preya-page-title h6{
  font-size: 12px;
}

.policy-content {
  flex-direction: column;
}

.policy-text {
  width: 100%;
}

.policy-intro p, .policy-intro a, .policy-intro .policy-bloc .policy-bloc-content,.policy-intro b, .policy-intro span,
.policy-intro li, .policy-intro .policy-table-of-content {
  font-size: 15px;
  line-height: 20px;
}

#caracteristiques_essentielles_des_services{
  font-size: 14px !important;
}

body section.section-second div div.policy-content 
div.policy-table-of-content div ol li a{
  font-size: 14px;
}

.policy-table-of-content-div ol li{
  font-size: 14px;
}

.policy-bloc h3, .policy-table-of-content h4 {
  font-size: 18px;
}
  
}