/* *
{
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
} */

.feature-img {
    width: 350px;
    margin: 0 auto;
}

.service-icon-dkb {
    width: 28%;
    margin: -115px auto 0 auto;
}
.shape-img {
    width: 75%;
    margin: 20px auto 0 auto;
}

.sec-title {
    font-size: 18px;
}

.service-min-section {
    /* padding: 30px 0 0 0; */
    padding: 135px;
}

.team-section {
    height: 100% !important;
}
.team-section-header, .news-section-header, .news-section-header .sec-title {
    margin: 0;
}

.team-section, .news-section, .news-container{
    padding: 0;
}

.news-btn {
    margin-top: -10px;
}

.vs-btn-newsletter {
    position: relative;
    display: inline-block;
    border: none;
    /* text-transform: capitalize; */
    text-transform: unset;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 12px;
    z-index: 1
}


.vs-btn-newsletter:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s
}

.vs-btn-newsletter:hover {
    color: var(--title-color)
}

.vs-btn-newsletter:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.newsletter {
    width: 70%;
    height: 40px !important;
}

.mb-322 {
    margin-bottom: 322px;
}

.dkbs-experience {
    padding: 20px;
    width: 95%;
    box-shadow: 0 0 10px rgb(241, 241, 241);
    border: none;
    position: relative;
    margin: 0 auto;
}
.dkbs-experience-text{
    width: 75%;
}
.service-client-btn {
    background: var(--theme-color);
    color: #fff;
    padding: 10px;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 170px;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 0;
}

.footer-widget .widget_title,
.footer-widget .footer-address,
.footer-widget .footer-mail,
.footer-widget .footer-number2,
.footer-widget .menu-all-pages-container ul li a,
.footer-widget .menu-all-pages-container ul li a::before
{
    color: #fff;
}

.footer-widget.widget_nav_menu a:hover, .footer-widget .footer-number2:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--dkbs-color-secondary-bleu);
    font-weight: bold;
}

body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: #16b5ec;
}

body::-webkit-scrollbar-thumb {
    border-left: 0;
    border-right: 0;
    border-radius: 3px;
    background-color: #fff;
}

.bg-blueBlack {
    background-color: #1560a5 !important;
}
.progress-design {
    height: 30px;
    /* width: 70%; */
}
.testi-style1 .testi-text {
    word-wrap: break-word;
    padding-left: 10px;
    padding-right: 10px;
}
.accordion-body {
    /* height: 350px; */
    position: relative;
}
/* .accordion-faq-btn {
    height: 20px;
} */
.accordion-style1 .accordion-faq-btn:after {
    width: 36px;
    height: 36px;
}
.accordion-style1 .accordion-faq-btn:hover,
.accordion-style1 .accordion-faq-btn:not(.collapsed) {
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 15px;
    /* padding: 20px; */
}
.accordion-style1 .accordion-faq-btn {
    font-size: 15px;
    /* padding: 20px; */
}
.skills {
    width: 50%;
    margin: 0 auto;
}

/**BTN FIXED TO OPEN LEFT MENU*/

.myBTN {
    background-color: var(--dkbs-color-secondary-bleu);
    border: none;
    border-radius: 100%;
    position: fixed;
    top: 70px;
    left: 20px;
    color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    z-index: 9999;
}

.myBTN i {
    padding: 10px;
}
/* .show {
    padding: 100px;
} */

.btn-left-slide, .btn-right-slide{
    position: absolute;
    display: none;
    top: 50%;
    z-index: 10000000;
    border: none;
    background: #0bb585be;
    border-radius: 100%;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.19);
}
.avantage-section {
    position: relative;
}
.service-section, .news-section, .team-section {
    position: relative;

}
.accordion-body:hover .btn-left-slide,
.accordion-body:hover .btn-right-slide,
.service-section:hover .btn-left-slide,
.service-section:hover .btn-right-slide,
.news-section:hover .btn-left-slide,
.news-section:hover .btn-right-slide,
.team-section:hover .btn-left-slide,
.team-section:hover .btn-right-slide
/* .avantage-section:hover .btn-left-slide,
.avantage-section:hover .btn-right-slide */
{
    display: block;
}

.btn-left-slide i, .btn-right-slide i{
    padding: 10px;
    color: #fff;
}
.btn-right-slide{
    right: 50px;
}
.btn-left-slide{
    left: 50px;
}
.sign-electro-content {
    width: 100%;
    background: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    margin-bottom: 20px;
}

.vs-mobile-menu::-webkit-scrollbar {
    width: 5px;
}

.vs-mobile-menu::-webkit-scrollbar-thumb {
    border-left: 0;
    border-right: 0;
    background-color: #0BB586;
}

.retour-lign {
    word-wrap: break-word;
}

.event-img {
    width: 45%;
}

.img-cover {
    object-fit: cover;
}

.img-illustration {
    width: 100%;
    object-fit: cover;
    height: 350px !important;
}

.goog-te-banner-frame {
    display: none;
}

.skiptranslate.goog-te-gadget span {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    /* color: white; */
    margin-top: 20px !important;
    padding: 5px;
    background: #d3d3d386;
    border: 0px;
    width: 200px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

/* Pour la description du google translate */
.goog-te-gadget {
    font-family: arial;
    font-size: 0px !important;
    color: #666;
    white-space: nowrap;
}

.goog-te-combo::-webkit-scrollbar {
    width: 10px;
}

.goog-te-combo::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #c9cacc;
}

.goog-te-combo::-webkit-scrollbar-track:hover {
    background: #78797a;
}

.goog-te-combo::-webkit-scrollbar-thumb {
    background: #3d5585;
    border-radius: 10px;
}

.goog-te-combo::-webkit-scrollbar-thumb:hover {
    background: #01143b;
}

.download-banner {
    padding: 20px;
    width: 100%;
    box-shadow: 0 0 10px rgb(241, 241, 241);
    border: none;
    position: relative;
}
.download-banner-text{
    width: 75%;
}
.downloadFile-btn {
    background: var(--theme-color);
    color: #fff;
    padding: 10px;
    margin-top: 5px;
    margin-right: 15px;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 0;
}
.footer-wrapper {
    overflow: hidden;
}

/* .div-video {
    margin-top: 400px;
} */

.faq {
    width: 80%;
    margin: 20px auto;
}
.retour-ligne {
    word-wrap: break-word;
}
.solution-img {
    width: 100%;
    /* margin: 0 auto; */
    /* padding-bottom: 20px; */
    /* margin-left: 30px; */
}
.solution-img2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 10px rgb(241, 241, 241);
    color: #006cb7;
    font-size: 20px;
    padding: 10px;

}
.solution-img3 {
    width: 70%;
    margin: 0 auto;
}
.bl-content {
    width: 100%;
}

/* body::-webkit-scrollbar {
    width: 10px !important;
}

body::-webkit-scrollbar-track {
    background: var(--main-color) !important;
}

body::-webkit-scrollbar-thumb {
    background-color: #fff !important;
    border-radius: 100px !important;
} */

.newsletter-x {
    /* position: relative;
    top: 10px;
    right: 10px; */
    float: right;
    cursor: pointer;
}
.newsletter-x:hover {
    color: rgb(122, 5, 5);
    font-weight: bold;
}
.newsletter-text {
    /* position: relative;
    top: 10px;
    left: 10px; */
    float: left;
    font-weight: bold;
}

.d-flex 
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
}
.pki-card
{
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.pki-card-content
{
    box-shadow: 0 0 10px rgb(241, 241, 241);
    padding: 20px;
    margin-top: 10px;
    height: fit-content;
}

.pki-card-content h3
{
    font-size: 1.5em;
}

.pki-type-title
{
    border-left: 5px solid var(--secondary-color);
    color: var(--title-color);
    font-weight: 600;
    padding-left: 10px;
    background-color: #0bb58515;
    border-radius: 0 5px 5px 0;
    text-align: left;
}
@media(max-width: 500px) {
    .popup {
        width: 80%;
        /* margin-inline: 5px; */
    }
    .newsletter-footer {
        display: none;
    }
}
