/********** font **********/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");

/********** Template CSS **********/
:root {
    --primary: #0d6e77;
    --light: #F5F5F5;
    --dark: #353535;
}

.textbien{
    text-decoration: none; 
    color:rgb(28, 27, 27) ;
}

.textbien:hover{
    text-decoration: none; 
    color:#FFD400;
}


.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}




/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 900;
    }
}

.owl-nav{
    color: white;
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.532), rgba(0, 0, 0, 0.33)), url(../../images/banner/ouidah_benin.jpeg) center center no-repeat;
    background-size: cover;
}

.page-header-liste-pci {
    background: linear-gradient(rgba(0, 0, 0, 0.332), rgba(0, 0, 0, 0.33)), url(../../images/banner/guelede.webp) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
    height: 250px;
}

.portfolio-item:hover img {
    transform: scale(1.1);
    height: 250px;

}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: -50px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.activities{
    position: relative;
}

/* Style pour les boutons de défilement manuel */
button.owl-prev,
button.owl-next {
   background-color: #ffffff; 
    color: #0D6E77; 
    border: none; 
    padding: 5px; 
    position: absolute;
    top: 0; 
    transform: translateY(-120%); 
    width : 80px;
    border:1px solid #0D6E77;  
}

button.owl-prev:hover,
button.owl-next:hover {
   background-color: #0D6E77; 
    color: #ffffff; 
   
}

button.owl-prev {
    left: 0; 
}

button.owl-next {
    right: 0; 
}

button i {
    font-size: 24px; 
}

.search-btn {
    position: relative;
    width: 100%;
    padding: 0 0 0 25px;
}

.search-btn .form-group {
    width: 100%;
}

.search-btn button {
    position: absolute;
    right: 25px;
}

@media (max-width: 992px) {
    .search-btn {
        display: none;
    }
}

.icones{
    background-color: white;
    color: #0D6E77;
    border-radius: 50%;
    border: 1px solid #0D6E77;
}

.statistique{
    height:220px;
    width: 200px;
    background-color: transparent;
    margin-left: 35px;
    margin-top: 20px;
}

.statistique .stat-img{
    text-align: center;
    color : #FFD400;
    padding-top: 65px;
   font-size: 15px;
}

.statistique .stat-content{
text-align: center;
}

.statistique .stat-title{
padding-top: 15px;
font-weight: bold;
font-size: 36px;
color: #ffffff;

}

.statistique .stat-title1{
    color:rgb(158, 201, 205);
    font-weight:500;
    font-size: 20px;
    padding-top: 10px;

}

.statistique-mobile{
    height:220px;
    width: 200px;
    background-color: transparent;
   
}

.statistique-mobile .stat-img{
    text-align: center;
    color : #FFD400;
    padding-top: 65px;
   font-size: 15px;
}

.statistique-mobile .stat-content{
text-align: center;
}

.statistique-mobile .stat-title{
padding-top: 15px;
font-weight: bold;
font-size: 36px;
color: #ffffff;

}

.statistique-mobile .stat-title1{
    color:rgb(158, 201, 205);
    font-weight:500;
    font-size: 20px;
    padding-top: 10px;

}

.foot{
    padding: 18px;
    color: #FFFFFF;
}

.foot a{
    color: #FFFFFF;
    border: 0;
}

/* Styles pour les triangles */

.container-fluid {
    position: relative;
}

.anglex::before,
.anglex::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

/* Triangle coin supérieur gauche */
.anglex::before {
    top: 0;
    left: 0;
    border-width: 53px 0 0 53px;
    border-color: transparent transparent transparent #6B8F92; 
}

/* Triangle coin inférieur droit */
.anglex::after {
    bottom: 0;
    right: 0;
    border-width: 0 53px 53px 0;
    border-color: transparent #FFD400 transparent transparent; 
}


.custom-btn {
    font-size: 16px;
    border-radius: 50%;
    background-color: #313F41;
    transition: background-color 0.3s, color 0.3s; 
    position: relative;
    z-index: 1;
}

.custom-btn:hover {
    background-color: white; 
    color: #FFD400; 
}


.scrolling-text {
    width: 100%; 
    overflow: hidden; 
    white-space: nowrap; 
    background-color: #FFFFFF;
}

.scrolling-text p {
    display: inline-block;
    margin: 0; 
    animation: scroll-left 12s linear infinite; 
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%); 
    }
    100% {
        transform: translateX(-100%); 
    }
}

.triangle {
    color:#000;
    background:#fff;
    padding:0 120px;
    position: relative;
    z-index: 0;
  }
  .triangle::before {
    content:'';
    border-top:100px solid #138496; /*couleur du fond derrière le bouton*/
    border-right: 100px solid transparent;
    position: absolute;
    left:0;
    top: 0;
  
  }
  .triangle::after {
    content:'';
    border-bottom:100px solid #ffd400; /*couleur du fond derrière le bouton*/
    border-left: 100px solid transparent;
    position: absolute;
    right:0;
    bottom: 0;
  
  }

  a.retour {
    background-color: #138496;
    display: block;
    width: 95%;
    color: #fff;
    font-weight:bold;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #138496;
    margin: 8px 0;
    padding:5px 10px; /* 5px 20px;*/
    margin-bottom: 30px;

}

a.retour:hover {
    background-color: #eff5ef;
    color: #138496;
    text-decoration: none;
}



/* Style pour datables */

/* Style pour le bouton actif de pagination */
.dataTables_wrapper .dataTables_length {
    display: flex;
    width: 80%;
}

.dataTables_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}

.dataTables_wrapper .dataTables_filter
{
     flex: 1; 
    margin: 10px; 
    width: 20%;
}

.dataTables_wrapper .dataTables_info {
    flex: 1; 
    margin: 10px; 
    font-weight: bold;
}


/* Styles spécifiques à la pagination de DataTables */
.dataTables_paginate .pagination li {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
}

.dataTables_paginate .pagination li a {
    color: #767676;
    text-decoration: none;
}

.dataTables_paginate .pagination li.active {
    background-color: #00353e;
    color: #fff;
    border-color: #00353e;
    text-decoration: none;
}

.dataTables_paginate .pagination li.active a {
    color: #fff;
    text-decoration: none;
}

.dataTables_paginate .pagination li.previous,
.dataTables_paginate .pagination li.next {
    background-color: #138496;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 2px;
    text-decoration: none;
    border:none;
}

.dataTables_paginate .pagination li.previous a,
.dataTables_paginate .pagination li.next a {
    color: white;
    text-decoration: none;
}


    a.telecharger {
        background-color: #ee5744;
        display: block;
        width: 95%;
        color: #fff;
        font-weight:bold;
        font-size: 16px;
        text-decoration: none;
        border: 1px solid #ee5744;
        margin: 8px 0;
        padding:5px 10px 5px 20px;
}

a.telecharger:hover {
        background-color: #f2dede;
        color: #ee5744;
        text-decoration: none;
}

.btn-white.btn-pri {
    background: #fff;
    color: #138496;
}

.btn-pri {
    background: #138496;
    color:white;
}



.btn-dark {
    background: #23282d;
}

.button-pci{
font-size: 14px;
text-transform: uppercase;
font-family: montserrat;

}

.paginate {
    margin: 0;
}

.paginate li a {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
}

.paginate>.active>a,
.paginate>.active>a:hover,
.paginate>li>a:hover {
    color: #fff;
    background: #138496;
    border: 1px solid transparent;
}


.triangle-mobile {
    color:#000;
    background:#fff;
    padding:0 35px;
    position: relative;
    z-index: 0;
  }
  .triangle-mobile::before {
    content:'';
    border-top:35px solid #138496; /*couleur du fond derrière le bouton*/
    border-right: 35px solid transparent;
    position: absolute;
    left:0;
    top: 0;
  
  }
  .triangle-mobile::after {
    content:'';
    border-bottom:35px solid #ffd400; /*couleur du fond derrière le bouton*/
    border-left: 35px solid transparent;
    position: absolute;
    right:0;
    bottom: 0;
  
  }

  .dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}

.dropcap.primary {
    background: #138496;
    color: #fff;
}

.dropcap.secondary {
    background: #3a5371;
    color: #fff;
}


.ts-service-box .ts-service-icon i {
    font-size: 40px;
    float: left;
    color: #138496;
}

.ts-service-box .ts-service-box-content {
    margin-left: 62px;
    margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
    margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}

.ts-service-box .ts-service-box-info {
    margin-left: 90px;
    margin-bottom: 40px;
}

.service-box-title {
    font-size: 16px;
    margin: 0 0 10px;
}

.service-box-title a {
    color: #333;
}

.service-box-title a:hover {
    color: #138496;
}

.service-center-img {
    padding: 0;
    margin-bottom: -120px;
}

/* Service box bg */

.ts-service-box-bg{
    background: #313F41;
    color: #fff;
    padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3{
    color: #fff;
}

.icon-round{
    padding:15px;
    background-color: #138496;
    border-radius: 50%;
    font-size: 20px;
}

.solid{
   background-color:#ffd400;
    float:right; 
    border:none; 
    color:rgb(103, 97, 97); 
    font-size:12px; 
    font-weight:bold;
     padding:10px; 
     border-radius:4px;
     width:100px;
     text-transform: uppercase;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;

  }
  .pager li {
    display: inline;
    text-decoration: none;

  }
  .pager li > a,
  .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-decoration: none;
    color:#becdec;

  }
  .pager li > a:hover,
  .pager li > a:focus {
    text-decoration: none;
    color:#FFD400;
    background-color:#3239408c;
  }

  .pager .next > a,
  .pager .next > span {
    float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
    float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }

  .card-foot{
    padding: 30px;
    height:100px;
    background-color: rgba(235, 235, 235, 0.378);
    margin-top: -5px;
  }

  .indicative-btn {
    position: relative;
    overflow: hidden;
}

.border-hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 0.3s ease;
}

.indicative-btn:hover .border-hover {
    transform: scaleX(1);
    transform-origin: 100% 0;
}




.dropdown-item:hover {
    background-color: yellow; 
}

