/*  logo Universite de Bertoua*/
.test {
    display: inline-block;
    height: 100%;
    width: 150px;
}

.icon_test {
    display: inline-flex;
    height: 100%;
    width: 200px;
    align-items: center;
    justify-content: center;
}


.details {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details_2 {
    display: none;
}

@media (max-width:768px) {
    #header .details {
        display: none;
    }

    #header .test {
        display: none;
    }

    #header .icon_test {
        display: inline-flex;
        height: 100%;
        width: 62px;
        align-items: center;
        justify-content: center;
    }


}

.details .details_items {
    display: inline-flex;
    width: 45px;
    height: 45px;
    border: 1px solid silver;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
}

/* Navigation bar Sub-navigation*/
section[id='subNav'] {
    background-color: white;
    height: 62px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #649b3e;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #ff7f5d;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}


/* -----------------------------------------------------------------------
#Admission
-------------------------------------------------------------------------*/

#admission_titre {
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: flex-start;
    align-items: center;
    padding: 0 24px;
    background-color: #6aa043;
}

#admission_titre .titre {
    font-size: x-large;
    font-weight: 700;
    color: white;
}

#admission_titre .titre .sous {
    font-size: medium;
    margin-top: -10px;
    font-weight: 300;
    color: white;
}

#admission_side {
    width: 100%;
    height: 80px;
    background-color: #649b3e;
}

#admission_side .question {
    width: 10%;
    height: 80px;
}

#admission_side .question button {
    width: 100%;
    height: 80px;
    background-color: #223414;
    border: none;
    font-size: large;
    color: white;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#admission_side .question button div:last-child {
    display: inline-flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    transition: all ease-in-out .3s;
}

#admission_side .question button:hover div:last-child {
    background-color: white;
    color: #000000;
}

#admission_side .items {
    display: flex;
    align-items: center;

    padding: 0 16px;
    width: 22.5%;
    height: 80px;
}

#admission_side .items:hover {
    background-color: #0003;
}

@media (max-width: 768px) {
    #admission_side {
        width: 100vw;
        height: auto;
        background-color: #649b3e;
    }

    #admission_side .items {
        padding: 0 16px;
        width: 100%;
    }

    #admission_side .question {
        width: 100%;
    }

    #hero .carousel-container {
        padding-bottom: 24px;
        align-items: flex-end;
    }

    #hero .carousel-content {
        padding: 24px;
        width: 100%;
        text-align: center;
    }
}

#admission_side .items .indice {
    width: 50px;
}

#admission_side .items .admin_texte {
    width: calc(100% - 50px);
    color: white;
    font-weight: 600;
}

#admission_side .adminssion_class {
    align-items: center;
    flex-wrap: wrap;
}

/* -----------------------------------------------------------------------
/* Style Gallerie Laval*/
.first-image {
    height: 500px;

    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
}

.second-image {

    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.text {
    width: 75%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.671);
    color: white;
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.imge1#datepub {
    border: 1px solid red;
}

.first-image .text {
    position: absolute;
    bottom: 0;
}

.text span {
    font-weight: bold;
    display: block;
}

.gallery-footer {
    height: 10px;
    background-color: #649b3e;
}

/* -----------------------------------------------------------------------
# Counter
------------------------------------------------------------------*/

.counts {
    padding: 60px 0;
}

.counts .counters span {
    font-size: 68px;
    display: block;
    color: var(--color);
    font-weight: 300;
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #37423b;
}



/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/

/* transition */

#transition {
    display: block;
    padding: 24px 16px;
    height: 300px;
    width: 100%;
    background-color: var(--color);
    margin-bottom: 150px;
}

#transition .entete {
    display: flex;
    height: 350px;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 22px -10px #0005;
    border-radius: 12px;
    background-image: url(../img/images-site/news-transi1.jpg);
    background-size: cover;
    padding: 0;
    overflow: hidden;
}

#transition .trans_img {
    width: 65%;
}


#transition .trans_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 35%;
    height: 100%;
    background-color: white;
    padding: 0 36px 24px;
}

#transition .trans_text .categorie {
    display: inline-block;
    padding: 7px 12px;
    background-color: black;
    color: white;
}

#transition .trans_text .date {
    font-size: 12px;
    font-weight: bold;
    margin: 14px 0;
}

#transition .trans_text .titre h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 14px 0;
}

#transition .trans_text .desc {
    margin-bottom: 18px;
}

#transition .trans_text div:last-child div:last-child {
    font-size: small;
    font-weight: 700;
}


@media (max-width: 768px) {
    #transition {
        display: block;
        height: 400px;
        margin-bottom: 200px;
    }

    #transition .entete {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        width: 100%;
        background-color: white;
        box-shadow: 0 0 22px -15px #0005;
        border-radius: 12px;
        background-image: url(../img/blog/blog-3.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0;
        overflow: hidden;
    }

    #transition .trans_img {
        width: 100%;
        height: 200px;
    }


    #transition .trans_text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        background-color: white;
        padding: 0 36px 24px;
    }

    #transition .trans_text .categorie {
        display: inline-block;
        padding: 7px 12px;
        background-color: black;
        color: white;
    }

    #transition .trans_text .date {
        font-size: 12px;
        font-weight: bold;
        margin: 14px 0;
        color: red;
    }

    #transition .trans_text .titre h1 {
        font-size: 24px;
        font-weight: 500;
        margin: 14px 0;
    }

    #transition .trans_text .desc {
        margin-bottom: 18px;
    }

    #transition .trans_text div:last-child div:last-child {
        font-size: small;
        font-weight: 700;
    }

}

.imge {

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 148px;
    padding-top: 123px;


}

.imge1 {
    width: 70%;
    background: #649b3f;
    color: white;
    font-size: 13px;
    padding: 7px 16px;
}

.imge1 p {
    margin: 0;
}

.courses .course-item {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 3px 30px -10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;

}

.courses a {
    text-decoration: none;
    color: white;
}

.courses .course-content {
    padding: 15px;
}

.courses .course-content h3 {
    font-weight: 700;
    font-size: 20px;
}

.courses .course-content h3 a {
    color: #000000;
    transition: 0.3s;
}

.courses .course-content h3 a:hover {
    color: #5fcf80;
}

.courses .course-content p {
    font-size: 14px;
    color: #777777;
}

.courses .course-content h4 {
    font-size: 14px;
    background: #5fcf80;
    padding: 7px 14px;
    color: #fff;
    margin: 0;
}

.courses .course-content .price {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #37423b;
}

.courses .trainer {
    padding-top: 15px;
    border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
    max-width: 50px;
    border-radius: 50px;
}

.courses .trainer .trainer-profile span {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #5a6c60;
}

.courses .trainer .trainer-rank {
    font-size: 18px;
    color: #657a6d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    padding-top: 20px;
}

.features .icon-box {
    padding-left: 15px;
}

.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #649b3f;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    min-height: 400px;
    padding: 0 24px;
}

.texte_descrip {
    padding-right: 36px;
}

.texte_descrip * {
    text-align: justify;
}

.text_image {
    background-color: black;
    position: relative;
    padding: 1em 0 1em 0;
    margin: 0;
    padding: 16px;
    color: white;
    display: inline-block;

}

@media (max-width : 768px) {
    .texte_descrip {
        padding-right: 36px;
    }

    .text_image {
        padding: 16px;
    }

    .features .image {
        border-radius: 0;
    }
}

/* Services Section
--------------------------------*/
#services {
    padding: 40px 0;
}

#services .box {
    padding: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    height: 100%;
    border-radius: 12px;
}

#services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#services .box .icon {
    float: left;
}

#services .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#services .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

#services .box h4 a {
    color: #444;
}

#services .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
}

.presi_cadre {
    border-radius: 12px !important;
    overflow: hidden;
}

@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }
}

@media (min-width: 768px) {
    #presi {
        flex-direction: row-reverse;
    }
}

/* style du bloc*/


#services .box .icon i::before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #649b3e 0%, #649b3e 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #649b3e;
}

.lisMax {
    margin-left: 18%;
    list-style: none;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
}

@media (max-width : 768px) {

    #services .box .lisMax,
    #services .box p.description {
        margin-left: 0;
        padding: 0;
        list-style: none;
        font-family: "Open Sans", sans-serif;
    }

}

.box {
    font-family: "Open Sans", sans-serif !important;
}

#services .box p {
    font-size: 1rem;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
    text-align: justify;
}

i {
    color: #649b3f;
    padding: 10px;
    width: 2em;
}

.icon-box>i {
    color: #649b3f;
    padding: 0;
    width: auto;

}

.footer-icon {
    display: flex;
}

/* ------------------------------------------------------------
  formations  
------------------------------------------------------------  */

.nav-item {
    padding: 0;

}

.nav-item .nav-link {
    padding: 10px 0;
    color: #000000;
    transition: all ease-in-out .3s;
}

.nav-item .nav-link a {}

.nav-item .nav-link.active {
    background-color: #8cbe6a !important;
    border-radius: 0;
    border-right: 3px solid #407020;
    color: black;
    padding: 10px 12px;
}

.tab-content {
    padding-left: 36px;
}

@media (max-width : 768px) {
    .nav-item .nav-link.active {
        background-color: #8cbe6a !important;
        border-radius: 0;
        border-right: none;
        border-bottom: 3px solid #407020;
        color: black;
        padding: 10px 12px;
    }

    .tab-content {
        padding-left: 0;
    }
}

.clients-slider .partenaires {
    width: 250px;
}

.clients-slider .partenaires img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
}

.clients-slider .partenaires:hover img {
    filter: none;
}


.langue>.over {
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    transition: all .3s ease-in-out;
}

.langue:hover>.over {
    visibility: visible;
    height: 60px;
}


.over {
    position: absolute;
    bottom: -50px;
    left: -56px;
    background-color: white;
    box-shadow: 0 4px 25px -1px #00000022;
}

.over ul {
    padding: 0;
}

.over li {
    list-style: none;
}

.over li input {
    position: absolute;
    /* appearance: none; */
}

.over li label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
    width: 100px;
    height: 30px;
}

.over li input::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 30px;
    position: absolute;
}

.over li input:checked~label {
    background-color: var(--color);
    color: white;
}

/** Gallery **/
.gallery-container {
    margin: 0;
    padding: 0;
}

.gallery-container .gallery-element img {
    width: 100%;
    height: auto;
    transition: .2s;
}
.gallery-container .gallery-element img:hover {
    height: auto;
    scale: 1.1;
    transition: .2s;
}

/* II */

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox {
    display: block;
    width: 100%;
    height: auto;
}

.tz-gallery .lightbox img:hover {
    scale : 1.1 !important;
    z-index: 1000;
    transition: .2s;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}