@charset "UTF-8";

/* =============================================
RESET & BASE
============================================= */

/* Empêcher les conflits avec les hash dans l'URL */
html {
  scroll-behavior: auto !important;
}

*:target {
  scroll-margin-top: 0 !important;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #fff;
}

body {
  position: relative;
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 130%;
}

ul, li, blockquote {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Anton", "Helvetica Neue", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}

section,
main {
  position: relative !important;
  top: 0;
  width: 100%;
}

/* =============================================
UTILITAIRES
============================================= */

.hide-desktop {
  display: block;
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

.bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

/* =============================================
HEADER
============================================= */

header {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
header .logo {
  width: 125px;
}
@media (min-width: 992px) {
  header {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  header {
    align-items: flex-start;
  }
  header .logo {
    width: 90px;
  }
  header .button {
    padding: 10px 12px;
  }
}
@media (max-width: 576px) {
  header .logo {
    width: 70px;
  }
}

/* =============================================
BOUTONS
============================================= */

.button {
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 100px;
  font-weight: bold;
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 355px) {
  .button {
    font-size: 14px;
  }
}
.button:hover {
  text-decoration: none;
}
.button.inline {
  background-color: #EE1313;
  color: #fff;
  border: 2px solid #EE1313;
}
.button.inline:hover {
  background-color: #fff;
  color: #EE1313;
}
.button.white {
  background-color: #fff;
  color: #EE1313;
  border: 2px solid #fff;
}
.button.white:hover {
  background-color: #EE1313;
  color: #fff;
}
.button.outline {
  background-color: #fff;
  border: 2px solid #EE1313;
  color: #EE1313;
}
.button.outline:hover {
  background-color: #EE1313;
  color: #fff;
}
.button.play {
  padding-left: 10px !important;
}
.button.play:before {
  content: "";
  display: inline-block;
  background-image: url("../img/icon-play.svg");
  width: 31px;
  height: 31px;
  margin-right: 6px;
}
.button.cta {
  background-color: #1DA0C4;
  border: 2px solid #1DA0C4;
  color: #fff;
}
.button.cta:hover {
  background-color: #fff;
  color: #1DA0C4;
}

.main-cta {
  background-color: #EF1413;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 100px;
  padding: 6px 20px 6px 15px;
  text-transform: uppercase;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.main-cta svg {
  margin-right: 7px;
}
.main-cta:hover {
  color: #EF1413;
  background-color: #fff;
  text-decoration: none;
}

.btn-newsletter {
  background-color: #1DA0C4;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  padding: 10px 20px;
}
.btn-newsletter:hover {
  background-color: #000;
  color: #fff;
}

/* =============================================
BARRE DE DONS FIXE
============================================= */

div.donations {
  position: fixed;
  z-index: 20;
  bottom: 10px;
  background-color: #fff;
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
  color: #000;
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px 40px;
  border-radius: 10px;
}

 div.donations .button {
    padding: 7px 20px;
  }
  

@media (max-width: 576px) {
  div.donations {
    bottom: 0;
    width: unset;
    border-radius: 0;
    padding: 15px;
  }
  div.donations .button {
    padding: 5px 10px;
  }
}

.donations-info{
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 768px) {
  .donations-info{
    font-size: 12px;
  }
}

.donations .decompte-jours{
  font-weight: 700;
  text-transform: uppercase;
}

.donations .decompte-jours .jours{
  color: #EE1313;
}

.donations .decompte-personnes{
  font-weight: 700;
}

.donations .decompte-personnes .personnes{
  color: #1DA0C4;
}

.gauge-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

@media screen and (min-width:992px){
  .gauge-wrapper {
    width: 90%;
  }
}

.gauge-track {
  position: relative;
  width: 100%;
  height: 24px;
  background: #FCD0D0;
  border-radius: 50px;
  border: 2px solid white;
}

.gauge-fill {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 25%;
  background: #1DA0C4;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s ease;
  min-width: 50px;
  outline: 2px solid white;
}

.gauge-fill .heart {
  color: white;
  font-size: 15px;
}

.gauge-icon-right {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
input[type=range] {
  width: 200px;
  cursor: pointer;
  accent-color: #29b6d8;
}
.pct {
  font-size: 14px;
  color: #555;
  width: 40px;
}

.btn-dons-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media screen and (max-width:991px){
  .btn-dons-container{
    gap: 5px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width:992px){
  .btn-dons-container{
    width: 90%;
  }
}

.btn-dons-container .button.inline{
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-dons-container .button.inline:last-child{
  padding: 4px 20px;
}


@media screen and (max-width:576px){
  .btn-dons-container .button.inline:last-child{
    flex-basis: 100%;
    margin-top: 10px;
  }
  .btn-dons-container .button:first-child, .btn-dons-container .button.outline {
    flex: 1 1 0px;
  }
}

.btn-dons-container .button.inline svg{
  margin-right: 7px;
}

/* =============================================
NOS CIBLES
============================================= */

section.our-targets {
  min-height: 100vh;
  height: auto;
  position: relative;
}
section.our-targets .our-targets-bottom,
section.our-targets .our-targets-top {
  position: relative;
}
@media (max-width: 767px) {
  section.our-targets {
    overflow: hidden;
  }
}
section.our-targets h2 {
  font-size: 140px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 0;
}

.faux-h1::before {
  content: "URGENCE LIBAN";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #EF1413;
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  section.our-targets h2 {
    top: 40px;
  }
}
@media (max-width: 1070px) {
  section.our-targets h2 {
    top: 60px;
    font-size: 120px;
  }
  .faux-h1::before {
    top: 0;
  }
}
@media (max-width: 885px) {
  section.our-targets h2 {
    font-size: 100px;
    top: 50px;
  }
  .faux-h1::before {
    font-size: 24px;
    top: -5px;
  }
}
@media (max-width: 576px) {
  section.our-targets h2 {
    font-size: 60px;
    top: 90px;
  }
  .faux-h1::before {
    font-size: 20px;
    top: -10px;
  }
}

section.our-targets .overlay-1 {
  z-index: 1;
}
section.our-targets .overlay-2 {
  z-index: 2;
  background-position-y: bottom;
}
section.our-targets .overlay-3 {
  z-index: 0;
  top: auto;
  bottom: 0;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.97) 100%);
}
section.our-targets .clipping {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

section.our-targets .our-targets-top,
section.our-targets .our-targets-top .overlay-1,
section.our-targets .our-targets-top .overlay-2,
section.our-targets .our-targets-top .overlay-3,
section.our-targets .our-targets-top .clipping,
section.our-targets .our-targets-top h2 {
  width: 100% !important;
}
@media (min-width: 768px) {
  section.our-targets .our-targets-top,
  section.our-targets .our-targets-top .overlay-1,
  section.our-targets .our-targets-top .overlay-2,
  section.our-targets .our-targets-top .overlay-3,
  section.our-targets .our-targets-top .clipping,
  section.our-targets .our-targets-top h2 {
    height: 840px !important;
    min-height: 840px !important;
  }
}

section.our-targets .our-targets-bottom {
  background-color: black;
  width: 100%;
  text-align: center;
  padding: 0 0 100px;
  margin-top: -50px;
  margin-bottom: -50px;
}
@media (max-width: 768px) {
  section.our-targets .our-targets-bottom {
    padding: 50px 0;
  }
}
section.our-targets .our-targets-bottom h3 {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 120%;
  max-width: 700px;
  margin: 0 auto;
}
section.our-targets .our-targets-bottom p {
  padding: 20px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.our-targets .our-targets-bottom p {
    padding-bottom: 0;
  }
}

/* =============================================
NOS CIBLES — CARROUSEL
============================================= */

section.our-targets-carousel {
  padding-top: 0;
  padding-bottom: 155px;
  display: inline;
  text-align: center;
}
@media (max-width: 768px) {
  section.our-targets-carousel {
    padding-bottom: 0;
  }
}
section.our-targets-carousel h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #000;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
}
section.our-targets-carousel .countries {
  margin-top: 36px;
  margin-bottom: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
section.our-targets-carousel .countries li a {
  cursor: pointer;
  font-size: 15px;
  padding: 5px 13px;
  background-color: #D9D9D9;
  border-radius: 100px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  color: #000;
  font-weight: 400;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
section.our-targets-carousel .countries li a:hover,
section.our-targets-carousel .countries li a.active {
  background-color: rgba(29, 160, 196, 0.2);
  text-decoration: none;
}

section.our-targets-carousel .content-swiper-our-targets {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-wrapper {
  display: flex;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  align-items: flex-start;
  height: auto !important;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  transition-property: opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: auto !important;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide:not(.swiper-slide-active) {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content {
  background-color: rgba(29, 160, 196, 0.2);
  width: auto;
  margin-left: 120px;
  margin-right: 120px;
  padding: 60px 50px;
  color: #000;
  border-radius: 20px;
  text-align: center;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content h3 {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px;
  color: #1DA0C4;
  font-weight: bold;
  text-transform: none;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 22px;
  font-weight: 300;
  padding-left: 50px;
  padding-right: 50px;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content p:last-child {
  margin-bottom: 0;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container {
  margin-top: 30px;
  display: flex;
  gap: 50px;
  padding-left: 32px;
  padding-right: 32px;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container p {
  margin-top: 0;
  padding: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container p strong {
  text-transform: uppercase;
  font-weight: bold;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container cite {
  font-weight: bold;
  color: #1DA0C4;
  display: block;
  margin-top: 12px;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper {
  position: relative;
  width: 340px;
  height: 340px;
  flex-shrink: 0;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:before,
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 98px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:before {
  background-image: url("../img/quote-start.svg");
  top: 0;
  left: 0;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:after {
  background-image: url("../img/quote-end.svg");
  right: 0;
  bottom: 0;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container img.image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container blockquote {
  margin-bottom: 25px;
}
section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container blockquote cite {
  font-size: 16px;
}

@media (max-width: 1100px) {
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content {
    margin-left: 60px;
    margin-right: 60px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 900px) {
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content {
    margin-left: 40px;
    margin-right: 40px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  section.our-targets-carousel .countries li a {
    font-size: 14px;
    padding: 6px 15px;
    display: block;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-wrapper,
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide {
    height: auto !important;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide:not(.swiper-slide-active) {
    height: 0 !important;
    overflow: hidden;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content {
    padding: 34px 17px;
    margin-left: 20px;
    margin-right: 20px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container p {
    font-size: 16px;
    line-height: 20px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper {
    width: 215px;
    height: 215px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:before,
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .quote-container .image-wrapper:after {
    width: 62px;
    height: 30px;
  }
  section.our-targets-carousel .content-swiper-our-targets .swiper-slide .content .button.inline {
    font-size: 18px;
  }
}

/* =============================================
HELP US
============================================= */

section.help-us {
  margin-top: 150px;
}
@media (max-width: 767px) {
  section.help-us {
    margin-top: 135px;
  }
}
section.help-us .help-us-top {
  position: relative;
  max-height: 466px;
}
@media (max-width: 767px) {
  section.help-us .help-us-top {
    max-height: 307px;
  }
}
section.help-us .help-us-top .clipping {
  position: absolute;
  z-index: 1;
  height: 120%;
  bottom: 0;
}
@media (max-width: 1200px) {
  section.help-us .help-us-top .clipping {
    height: 110%;
    left: -100px;
  }
}
@media (max-width: 992px) {
  section.help-us .help-us-top .clipping {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    height: 130%;
  }
}
section.help-us .help-us-top h2 {
  font-size: 56px;
  position: relative;
  text-align: right;
  line-height: 100%;
  top: 80px;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  section.help-us .help-us-top h2 {
    z-index: 1;
    text-align: center;
    font-size: 40px;
    top: 40%;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  }
  section.help-us .help-us-top h2 span {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 767px) {
  section.help-us .help-us-top h2 {
    display: none;
  }
}
section.help-us .help-us-top h2 span {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
}

section.help-us .help-us-bottom {
  max-width: 920px;
  margin: 0 auto;
}
section.help-us .help-us-bottom .help-us-swiper {
  margin-bottom: 0;
  overflow: hidden;
}
section.help-us .help-us-bottom svg.swiper-navigation-icon {
  display: none;
}

@media (min-width: 768px) {
  section.help-us .help-us-bottom .help-us-swiper {
    overflow: visible;
  }
  section.help-us .help-us-bottom .help-us-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 33px;
    position: relative;
    top: -100px;
    grid-auto-rows: 1fr;
  }
  section.help-us .help-us-bottom .swiper-slide {
    width: auto !important;
    display: flex;
    height: 100%;
  }
  section.help-us .help-us-bottom .slide-content {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1px 25px 50px;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.help-us .help-us-bottom .slide-content .inner-content {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  section.help-us .help-us-bottom {
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: -120px;
  }
  section.help-us .help-us-bottom .help-us-swiper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 280px;
    top: -120px;
  }
  section.help-us .help-us-bottom .help-us-list {
    position: relative;
    top: auto;
    display: flex;
    padding: 15px 0;
    align-items: stretch;
    min-height: fit-content;
  }
  section.help-us .help-us-bottom .swiper-slide {
    width: 280px !important;
    display: flex;
    justify-content: center;
    align-self: stretch;
  }
  section.help-us .help-us-bottom .slide-content {
    width: 280px;
    height: 100%;
    text-align: center;
    padding: 25px 25px 60px;
    margin-left: 12px;
    margin-right: 12px;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

section.help-us .help-us-bottom .slide-content img {
  max-height: 200px;
  width: 200px;
  margin: 0 auto;
}
section.help-us .help-us-bottom .slide-content h3 {
  color: #EE1313;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 100%;
}
section.help-us .help-us-bottom .slide-content span {
  font-size: 13px;
  line-height: normal;
}
section.help-us .help-us-bottom .slide-content span.donation {
  font-size: 21px;
  margin-bottom: 7px;
}
section.help-us .help-us-bottom .slide-content span.result {
  font-size: 19px;
  line-height: 120%;
}
section.help-us .help-us-bottom .slide-content.red {
  background-color: #EE1313;
  color: #fff;
}
section.help-us .help-us-bottom .slide-content.red h3 {
  color: #fff;
}
section.help-us .help-us-bottom .slide-content p {
  margin-top: 22px;
}
section.help-us .help-us-bottom .slide-content a {
  margin-top: 0;
  font-size: 17px;
  line-height: 100%;
  padding: 10px 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
section.help-us .help-us-bottom .slide-content a svg {
  margin-right: 7px;
}
@media (max-width: 767px) {
  section.help-us .help-us-bottom .slide-content a {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  section.help-us .help-us-prev,
  section.help-us .help-us-next {
    display: none;
  }
}
@media (max-width: 767px) {
  section.help-us .help-us-prev,
  section.help-us .help-us-next {
    z-index: 0;
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
  section.help-us .help-us-prev {
    left: 0;
  }
  section.help-us .help-us-next {
    right: 0;
  }
  section.help-us .help-us-prev img,
  section.help-us .help-us-next img {
    width: 21px;
    height: 40px;
  }
}

section.help-us .swiper-button-prev::after,
section.help-us .swiper-button-next::after {
  display: none !important;
  content: "" !important;
}
section.help-us .swiper-button-prev:not(.help-us-prev):not(.help-us-next),
section.help-us .swiper-button-next:not(.help-us-prev):not(.help-us-next) {
  display: none !important;
}
section.help-us .swiper-button-disabled {
  display: none !important;
}

p.asterisk-deduction {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  padding: 30px 20px 50px;
  font-size: 14px;
}

/* =============================================
SECTION LIBAN
============================================= */

#section-liban {
  background-color: #fff;
  color: #000;
  padding: 4em 0 0;
}

#section-liban .content {
  max-width: 980px;
  margin: 0 auto;
}

#section-liban .liban-content {
  padding: 0 30px;
  max-width: 600px;
  margin: 0 auto;
}

/* Layout local */
#section-liban .row {
  display: flex;
  flex-wrap: wrap;
}

#section-liban .col-12 {
  width: 100%;
}

#section-liban .col-lg-6,
#section-liban .col-lg-7,
#section-liban .col-lg-5 {
  width: 100%;
}

@media (min-width: 992px) {
  #section-liban .col-lg-6 { width: 47%; }
  #section-liban .col-lg-7 { width: 57%; }
  #section-liban .col-lg-5 { width: 40%; }
  
  #section-liban .content .col-lg-6:nth-child(2) {
    padding-left: 40px;
  }
}

/* En-tête colonne */
#section-liban .col-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}

#section-liban .col-header img {
  height: 80px;
  width: auto;
}
#section-liban .col-header h2 {
  padding-left: 10px;
  color: #1DA0C4;
  margin-bottom: 0;
}

/* Texte */
#section-liban p {
  line-height: 130%;
}

/* Photos */
#section-liban .photo-liban,
#section-liban .photo-temoignage {
  background-size: cover;
  background-position: center;
}

#section-liban .photo-liban {
  height: 250px;
  width: 250px;
  border-radius: 10px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #section-liban .photo-liban {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  #section-liban .photo-liban {
    height: 500px;
    width: 500px;
    max-width: 100%;
  }
  #section-liban .liban-content {
    padding: 0;
  }
  #section-liban .col-header {
    justify-content: flex-start;
    margin: 0 auto 20px;
  }
}

/* Témoignage */
#section-liban #temoignage {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 3em;
  background-color: #D2ECF3;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  #section-liban #temoignage {
    border-radius: 10px;
    flex-direction: row;
  }
}

#section-liban .photo-temoignage {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #section-liban .photo-temoignage {
    height: 340px;
    width: 340px;
    margin-bottom: 0;
  }
}

#section-liban .photo-temoignage .quote {
  position: absolute;
  max-height: 40px;
}
#section-liban .photo-temoignage .quote.top {
  top: 0;
  left: 0;
}
#section-liban .photo-temoignage .quote.bottom {
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  #section-liban .photo-temoignage .quote {
    max-height: 50px;
  }
}

#section-liban .temoignage-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

#section-liban .temoignage-content p:first-child {
  line-height: 150%;
  font-size: 16px;
}
@media (min-width: 992px) {
  #section-liban .temoignage-content p:first-child {
    font-size: 20px;
  }
}

/* =============================================
SECTION INFOS
============================================= */

section.infos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  padding: 4em 0;
}
section.infos hr {
  width: 100%;
  max-width: 980px;
  opacity: 0.5;
}
section.infos h2 {
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
}
section.infos h2 strong {
  background-color: #EE1313;
  border-radius: 6px;
  padding: 0 6px;
}
section.infos p {
  font-size: 16px;
  line-height: 24px;
}
section.infos .where {
  max-width: 980px;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
}
section.infos .where h2 {
  margin-bottom: 20px;
}

@media (max-width: 1035px) {
  section.infos {
    height: 100%;
    padding-top: 33px;
    padding-bottom: 43px;
  }
}
@media (max-width: 767px) {
  section.infos h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }
  section.infos p {
    text-align: center;
  }
}

section.infos .infos-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 980px;
}
@media (max-width: 1035px) {
  section.infos .infos-container,
  section.infos .where {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    gap: 30px;
  }
  section.infos .infos-container .infos-left,
  section.infos .infos-container .infos-right {
    max-width: 50% !important;
  }
  section.infos .infos-container .infos-left img,
  section.infos .infos-container .infos-right img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.infos .infos-container {
    flex-direction: column;
    margin-top: 33px;
    padding-left: 12px;
    padding-right: 12px;
  }
  section.infos .infos-container .infos-left,
  section.infos .infos-container .infos-right {
    max-width: none !important;
  }
}
section.infos .infos-container .infos-left {
  max-width: 589px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 50px;
}
@media (max-width: 767px) {
  section.infos .infos-container .infos-left {
    padding-right: unset;
  }
}

section.infos .infos-items {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  width: 100%;
  max-width: 980px;
}
section.infos .infos-items .infos-item {
  text-align: center;
  width: 200px;
}
section.infos .infos-items .infos-item img {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  section.infos .infos-items .infos-item img {
    max-width: 100px;
  }
}
section.infos .infos-items .infos-item h3 {
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-transform: none;
  line-height: 130%;
  font-weight: 400;
}
@media (max-width: 767px) {
  section.infos .infos-items .infos-item img {
    font-size: 16px;
  }
}

/* =============================================
SECTION NUMBERS
============================================= */

section.numbers {
  position: relative;
  height: 700px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding: 4em 0 2em;
}
@media (max-width: 800px) {
  section.numbers {
    height: 887px;
    justify-content: flex-start;
    padding: unset;
  }
}
@media (max-width: 767px) {
  section.numbers {
    align-content: flex-start;
  }
  section.numbers .numbers-container {
    max-width: none !important;
    padding-left: 42px;
    padding-right: 42px;
  }
  section.numbers .numbers-container h2 {
    margin-top: 54px;
    font-size: 30px !important;
    line-height: 130% !important;
    margin-bottom: 20px !important;
  }
  section.numbers .numbers-container p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 30px;
  }
}

section.numbers .overlay-mobile {
  z-index: -1;
  height: 100%;
  background-position: bottom;
}
section.numbers .numbers-container {
  max-width: 880px;
}
section.numbers .numbers-container h2 {
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 9px;
}
section.numbers .numbers-container h2 strong {
  font-weight: bold;
}
section.numbers .numbers-container p {
  font-size: 18px;
  line-height: 25.2px;
}
section.numbers .numbers-items {
  display: flex;
  width: 100%;
  align-content: center;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 25px;
}
@media (min-width: 768px) {
  section.numbers .numbers-items {
    max-width: 880px;
    gap: 0;
    justify-content: space-between;
  }
}
section.numbers .numbers-items .numbers-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
@media (min-width: 768px) {
  section.numbers .numbers-items .numbers-item {
    min-height: 150px;
    flex-basis: 30%;
  }
}
section.numbers .numbers-items h3 {
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 100%;
}
section.numbers .numbers-items p {
  font-size: 16px;
  line-height: 20px;
  max-width: none;
}
@media (min-width: 768px) {
  section.numbers .numbers-items p {
    font-size: 24px;
    line-height: 26px;
    max-width: 265px;
  }
  section.numbers .numbers-items h3 {
    font-size: 62px;
  }
}

/* =============================================
FOOTER
============================================= */

footer {
  background-color: #000;
  padding: 4em 0 13em;
  text-align: center;
}
@media (max-width: 768px) {
  footer {
    padding: 50px 20px 250px;
    margin-top: 0;
  }
}
footer .logo {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer .logo {
    width: auto;
    height: 120px;
  }
}
footer .socials {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  gap: 20px;
}
footer .socials a {
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease;
}
footer .socials a:hover {
  opacity: 0.7;
}
footer .legals {
  margin-top: 15px;
  margin-bottom: 30px;
}
footer .legals li {
  display: inline-block;
  font-weight: 200;
  font-size: 19px;
}
@media (max-width: 767px) {
  footer .legals li {
    font-size: 16px;
  }
}
footer .legals li:not(:last-child):after {
  content: "|";
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
}
footer p {
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  line-height: normal;
  font-weight: 200;
}
@media (max-width: 767px) {
  footer p {
    font-size: 12px;
  }
}
footer .cta {
  display: block;
  margin: 0 auto;
  font-weight: 200;
}
footer .cta.big {
  font-size: 27px;
  margin-top: 26px;
}
@media (max-width: 767px) {
  footer .cta.big {
    font-size: 31px;
  }
}
footer .cta.oh {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .cta.oh {
    font-size: 12px;
    margin-bottom: 0;
  }
}
footer small {
  line-height: 14px;
  font-size: 10px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 555px;
  display: block;
  margin: 0 auto;
}

/* =============================================
DIVERS
============================================= */

.alerte-campagne {
  padding-top: 25px;
  text-align: center;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  display: none;
}
@media (min-width: 992px) {
  .alerte-campagne {
    display: inline-block;
  }
}

.poppins-med {
  font-family: "Poppins", "Open Sans", "Helvetica Neue", sans-serif;
  font-style: italic;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
}

/* =============================================
SECTION NEWSLETTER
============================================= */

#section-newsletter {
  background-color: #F4F4F7;
  text-align: center;
  padding: 60px 0;
  color: #000;
}

#section-newsletter h2{
  font-size: 26px;
  line-height: 120%;
}

@media screen and (min-width:992px) {
  #section-newsletter h2{
  font-size: 40px;
  }
}


#section-newsletter .content {
  width: 100%;
}

#section-newsletter .container {
  max-width: 1200px;
  margin: 0 auto;
}

#section-newsletter .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-newsletter h2 {
  color: #EE1313;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

#section-newsletter p {
  max-width: 520px;
  margin: 0 auto;
  line-height: 130%;
}

#section-newsletter .email-container {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
  width: 100%;
}

#section-newsletter form {
  display: flex;
  width: 100%;
}

#section-newsletter input[type="email"] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  font-size: 1rem;
}

#section-newsletter .btn-newsletter {
  padding: 8px 20px;
  background-color: #1DA0C4;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

#section-newsletter .btn-newsletter:hover {
  background-color: #000;
}