.admi {
    border-bottom: 1px dotted black;
    color: var(--color);
}

.depart {
    background-color: #6AA04373;
    padding: 0;
}

.depart li a {
    color: #3b3b3b;
}



nav-link.active {
    color: #fff;
    border-color: #438E51 #438E51 #438E51;
    background: #a7e8b3;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    border-color: #6AA043 #6AA043 #6AA043;
    background: #6AA043C9;
    font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
    color: #3b3b3b;
}

.nav-tabs .nav-link {

    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.les_Grande {
    background: #6AA043;
    padding: 7px;
    padding-left: 7px;
    padding-left: 19px;
    color: #fff;
}

.detail1 {
    margin-left: 34px;
}

.detail1 li {
    list-style: none;
}

.ma {
    color: #214b28d6;
}

.ma1 {

    padding-left: 5px;
}

/*entete*/
.tete {
    padding: 20px 0 20px 0;
    /* background-color: #818181; */
    border-bottom: 1px solid #ededed;
    margin-bottom: 40px;
    height: 503px;
    background: center / cover no-repeat url("/assets/img/slide/slide-2.jpg");
    background: center center no-repeat/cover url("assets/img/slide/slide-2.jpg");
}

.prog {
    margin-top: -44px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #6AA043;
    isolation: isolate;
}

.bloc {
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .2);
}

.section-title {
    text-align: center;
    padding-bottom: 53px;
}

/**/
.carousel-content {
    padding: 24px;
    background-color: #000a;
    width: 50%;
    text-align: left;
    color: white;
    border-radius: 12px;
    overflow: hidden;
}


.carousel-content h2 {
    color: white;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
}

.carousel-content h2 span {
    color: var(--color);
}

.carousel-content p {
    width: 100%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: arken(#545454, 15);
    font-size: 14px;
}

.carousel-content .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: white;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid var(--color);
    background: var(--color);
    font-weight: 700;
}