body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
    background: linear-gradient(232.89deg, #0D1F3C 48.87%, rgba(13, 31, 60, 0.628316) 70.73%, rgba(220 221 223) 86.46%);
}

.carousel .carousel-item {
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-item .btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #a177ff;
    padding: 6px 15px;
    margin-top: 5px;
}

.carousel .carousel-item .btn:hover {
    background: #8c5bff;
}

.carousel .carousel-item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #DBDBDB;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    top: 50%;
    margin-left: 3rem;
    margin-right: 3rem;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 26px;
    position: absolute;
    top: 67%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}

.carousel-control-prev i {
    margin-left: -3px;
}

.carousel-control-next i {
    margin-right: -3px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    top: 9rem;
    z-index: 10;
}

.carousel-caption .trait {
    position: absolute;
    width: 92px;
    height: 12px;
    background: linear-gradient(112.33deg, #347AF0 6.16%, rgba(242, 0, 116, 0.81) 110.77%);
    border-radius: 20px;
    margin-bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.sousTitre {
    font-weight: 600;
    font-size: 40px !important;
    line-height: 120%;
    color: #EBF2FE !important;
}



/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}


@media screen and (max-width: 980px) {
    .carousel-inner {
        padding-bottom: 2rem;
    }
    .carousel-caption .trait, .resume, .voir-plus-btn{
        display: none;
    }
    
  }