

.container-gal{
    min-height: 200px;

   
}
.container-gal .row{
    min-height: 200px;
}
.container-gal img{
    height: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.container-gal img:hover{
    transform: scale(1.2);
    transition: all 2s ease;
    cursor: pointer;
}

.accordion-formation .accordion-item .accordion-button{
    background-color: var(--blue);
    color: var(--orange);
    height: 80px;
    width: 100%;
    font-weight: bold;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.accordion-formation .accordion-item .accordion-header{

    max-width: 100%;
    width: 100%;
}

.accordion-formation .accordion-body{
    width: 100%;
    text-align: justify;
    margin: 0px 30px;
}
.accordion-formation .accordion-item{
    border: 0;
}

.accordion .accordion-item .accordion-button{
    border-radius: 60px;
    background-color: #fff;
    height: 80px;
    width: 100%;
    font-weight: bold;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.accordion .accordion-item .accordion-header{
    margin: 20px 40px;

}

.accordion .accordion-body{
    width: 100%;
    text-align: justify;
    margin: 0px 20px;
}
.accordion .accordion-item{
    border: 0;
}
.accordion-1 .accordion-item .accordion-button{
    border-radius: 60px;
    background-color: #fff;
    height: 80px;
    width: 100%;
    font-weight: bold;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.accordion-1 .accordion-item .accordion-header{
    margin: 20px 40px;

}

.accordion-1 .accordion-body{
    width: 90%;
    text-align: justify;
    margin: 0px 20px;
}
.accordion-1 .accordion-item{
   border: 0;
}





#message {
  
    font-size: 14px;
    color: #fff;
    
}
#demomessage {
  
    font-size: 14px;
    color: #fff;
    
}



.my-chat-container {
    width: 300px;
    background-color: white;
    border-radius: 50px 0px 0px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none; /* Caché au départ */
    flex-direction: column;
    position: fixed;
    bottom: 100px;
    right: 25px;
    overflow: hidden;
    z-index: 99;
}

.my-chat-header {
    background-color: #f78f2f;
    padding: 15px;
    color: white;
    text-align: center;
    height: 50px;
    align-items: center;
}

.my-chat-box {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background-color: #f9f9f9;
    max-height: 400px;
}

.my-chat-input {
    display: flex;
    border-top: 1px solid #ccc;
}

#my-message-input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
}

#my-send-btn {
    background-color: #f78f2f;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

#my-send-btn:hover {
    background-color: #005a88;
}

/* Style du bouton pour afficher/cacher la boîte de chat */
.my-chat-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #005a88;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;


    
}
.my-chat-toggle-btn:hover{
    transform: scale(1.2);
    transition: all 1.5s ease-in;
  
    cursor: pointer;

}


.my-chat-toggle-btn i {
    position: absolute;
    opacity: 0;
    right: 20px;
    transform: translateX(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .my-chat-toggle-btn i.active {
    opacity: 1;
    left: 20px;
    transform: translateY(0);
  }

.my-chat-toggle-btn:hover {
    background-color: #f78f2f;
}


.my-chat-message {
    padding: 10px;
    margin: 5px 0;
    border-radius: 8px;
    max-width: 80%;
}

.my-chat-message.user {
    background-color: #d1ecf1;
    color: #0c5460;
    text-align: right;
    align-self: flex-end;
}

.my-chat-message.bot {
    background-color: #f8d7da;
    color: #721c24;
    text-align: left;
    align-self: flex-start;
}


/*------------*/
.chat-globe {
   
    width: 0px;
    display: none; /* Caché au départ */
    flex-direction: column;
    
    position: fixed;
    bottom: 90px;

    left: 20px;
    z-index: 99;
}


.chat-header {
    background-color: #007bff;
    padding: 5px;
    height: 60px;
    width: 60px;
    text-align: justify;
    border-radius: 100%;
    right: 50px;
    align-items: center;
    
}
.chat-whatssap {
    background-color: #00e022;
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
    text-align: justify;
    border-radius: 100%;
    left: 50px;
    align-items: center;
}


/* Style du bouton pour afficher/cacher BUTTON De Contact */
.chat-toggle-btn {
    position: fixed;
    bottom: 15px;
    left: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: white;
    z-index: 99;
    height: 60px;
    width: 60px;
 


}
.chat-toggle-btn:hover{
    transform: scale(1.2);
    transition: all 1.7s ease-in;
    background-color: var(--orange);
    cursor: pointer;

}

.chat-toggle-btn i {
    position: absolute;
    opacity: 0;
    left: 14px;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .chat-toggle-btn i.active {
    opacity: 1;
    left: 18px;
    transform: translateY(0);
  }




.btn-primary{
    background-color: var(--orange);
}


@media screen and (man-whidth : 982) {
   .div-button{
    display: none;
   }
    
}


/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
    --orange : #f78f2f;
    --blue : #005a88;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 90px;
    bottom: 30px;
    z-index: 99;
    
}

.btn-color{
    background-color: var(--blue);
    color: white;
}

/*** 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 {
    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 .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--orange);
    font-weight: bold;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/Slide-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--blue);
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--orange);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--orange);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--orange);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}
.bg-nav{
    background-color: var(--blue);
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}
.project-item img{
    height: 200px;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.project-item:hover{
    transform: scale(1.2);
    transition: all 1.5s ease;

    cursor: pointer;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 90px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
    
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
    
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    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;
    color: var(--secondary);
    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);
}