
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  padding: 0;
  overflow: hidden;
  background: #000;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
  margin-left: 70px;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  font-size: 35px;
  color:#fff;
}

#hero .carousel-inner .carousel-item {
 
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {

}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {

  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background:var(--col);
}

#hero .btn-get-started:hover {
  background: var(--col);
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-height: 500px) {

  #hero,
  #hero .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  margin-top: 30px;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f9fc;
}

section .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.rapport .somaire{
    margin: auto;
}
.rapport .somaire h1{
    font-size: 30px;
    margin-bottom: 10px;
    color: var(--col);
}
.section-title .container h2{
    font-size: 32px;
    color: var(--col);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-top: 15px;
}
.section-title .container p {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    line-height: 35px;
    text-align: justify;
  }
  .section-title .container h4 {
    margin-bottom: 15;
    font-size: 28px;
    text-align: justify;
    font-style: italic;
    font-weight: 500px;
    color: var(--col);
    margin-top: 15px;
    list-style: disc;
    
  }
.section-title .container ul li{
    text-align: justify;
}
.rapport ul {
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 100;
  line-height: 35px;
  text-align: justify;
  margin-bottom: 20px;
  padding-bottom: 0;
  list-style: none;
  opacity: 0.70;
  text-align: center;
}

.section-title .container{
    padding-left:75px;
    padding-right: 75px;
}
@media (max-width: 768px) {
    .section-title .container h4 {
      text-align:left;
    }
    .section-title .container{
        padding-left: 20px;
        padding-right: 20px;
    }
  }

