body {
    font-family: Roboto, 'Arial', 'sans-serif' !important;
}

body a {
    text-decoration: none;
    color: inherit;
}

body a:hover {
    color: inherit;
}

body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.8s;
}

body img.zoom-in:hover {
    transform: scale(1.1);
}

.logo-top {
    width: 360px;
}

.logo-mobile {
    width: 200px;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .4s;
}

.excert-actus .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header .navbar {
    background-color: #fff !important;
    box-shadow: 0 4px 4px -2px #cfcfcf;
    z-index: 111111;
}

header .navbar .navbar-nav .nav-item {
    text-transform: uppercase;
    font-weight: bold;
    transition: all .6s;
}

/* header .navbar .navbar-nav .nav-item.active, */
header .navbar .navbar-nav .nav-item:hover {
    background-color: #f2f2f2;
}

header .fixed-top .navbar-nav .nav-item.active {
    border-radius: 0 !important;
}

header .fixed-top .nav-link {
    font-size: 14.5px !important;
}

header .fixed-top .navbar-nav:first-child .nav-item {
    display: block !important;
}

header .navbar .navbar-nav .nav-item.active .nav-link,
header .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #1e6fb9;
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-family: Arial, Helvetica, sans-serif;
    color: #1e6fb9;
    letter-spacing: 1.2px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all .6s;
    font-weight: 600;
}

header .navbar .navbar-nav .nav-item .nav-link.different{
    background-color: #fcc00a;
    color: #fff;
}

header .favicon-home {
    width: 30px;
}

#topbar {
    background: #1d70b7;
    padding: 4px 0;
    font-size: 14px;
  }

  #topbar .contact-info i {
    font-style: normal;
    color: #fff;
  }

  #topbar .social-links a {
    color: #fff !important;
    line-height: 0;
    transition: 0.3s;
    margin-left: 15px;
  }

  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
  }

  #topbar .contact-info i a,
  #topbar .contact-info i span {
    padding-left: 10px;
    color: #fff !important;
  }

/* header .dropdown.large {
    position: inherit;
}

header .dropdown.large .dropdown-menu {
    margin-top: -1px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: absolute;
    min-height: 300px;
    background-color: #f2f2f2;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 40px;
    border: none;
}

header .dropdown.large .dropdown-menu>div>ul {
    list-style-type: none;
}

header .dropdown.large .dropdown-menu .dropdown ul>li,
header .dropdown.large .dropdown-menu>div>ul>li {
    margin-bottom: 10px;
}

header .dropdown.large .dropdown-menu>div>ul>li>a,
header .dropdown.large .dropdown-menu .dropdown ul>li>a {
    color: #000 !important;
    font-weight: 400;
    text-transform: capitalize !important;
}

header .dropdown.large .dropdown-menu>div>ul>li>a {
    color: #1e6fb9 !important;
}

header .dropdown.large .dropdown-menu .dropdown ul {
    list-style-type: none;
    padding-left: 15px;
    margin-top: 10px;
} */

.carousel .carousel-inner {
    height: calc(100vh - 155px);
}

.carousel .carousel-inner .carousel-item {
    height: 100%;
}

.carousel .carousel-inner .carousel-item img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.carousel .carousel-inner .carousel-caption {
    text-align: left;
    margin: auto;
    z-index: 11;
    bottom: 30%;
    width: auto;
    margin-left: 80px;
}

.carousel .carousel-inner .carousel-caption .line {
    height: 8px;
    background-color: #fbc00b;
    width: 300px;
    margin-left: 10px;
}

.carousel .carousel-inner .carousel-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel .carousel-inner .carousel-caption>h5 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Arial', serif;
}

.carousel .carousel-inner .carousel-caption .title {
    font-size: 15px;
    font-family: 'Arial', serif;
}

.carousel .carousel-indicators {
    z-index: 13;
}

.carousel .carousel-indicators button {
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    /* transition: all 0.6s ease-in-out; */
    opacity: 1;
    margin: 5px;
    margin-top: 3px;
}

.carousel .carousel-indicators button.active {
    background-color: transparent;
    border: 4px solid #fff;
    margin-top: 11px;
    width: 12px;
    height: 12px;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    visibility: visible;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    visibility: hidden;
    height: 50px;
    width: 50px;
    top: 48%;
    z-index: 12;
    border: 2px solid #ffffff52;
    border-radius: 50%;
    padding: 5px;
    background-color: transparent;
}

.carousel .carousel-control-prev {
    left: 7%;
}

.carousel .carousel-control-next {
    right: 7%;
}

.excert-actus .owl-nav {
    text-align: center;
    margin-top: 50px;
}

.excert-actus .owl-nav i {
    color: #1e6fb9;

}

.excert-actus .owl-nav .owl-prev,
.excert-actus .owl-nav .owl-next {
    border-radius: 50px;
    border: 2px solid #1e6fb9 !important;
    width: 40px;
    height: 40px;
}

.excert-actus .owl-nav .owl-prev {
    margin-right: 15px;
}

.excert-actus .owl-nav .owl-next {
    margin-left: 15px;
}

.excert-actus {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eef1f6;
}

.excert-actus .title {
    font-weight: 200;
    margin-bottom: 80px;
    word-spacing: 15px;
}

.excert-actus .item {
    padding-top: 20px;
    padding-left: 5px;
}

.excert-actus .item .img {
    height: 240px;
    background-color: #000;
    position: relative;
}

.excert-actus .item .img:hover img {
    top: 0;
    left: 0;
}

.excert-actus .item .img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    transition: all .4s;
    object-fit: cover;
}

.excert-actus .item .card,
.excert-actus .item .card-body {
    border-radius: 0 !important;
    border: none;
}

.excert-actus .item .card .date {
    color: rgb(87, 87, 87);
    font-size: 16px;
}

.excert-actus .item .card .titre>a>h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 45px;
    overflow: hidden;
}

.excert-actus .item .card .read-more>a {
    display: block;
    margin-top: 20px;
    color: #1e6fb9;
    font-weight: bold;
    text-transform: uppercase;
}

.hover-move-left {
    transition: all .3s;
}

.hover-move-left:hover {
    padding-left: 5px;
}

.excert-about {
    padding-top: 80px;
    padding-bottom: 80px;
}

.excert-about .title {
    font-weight: 200;
    margin-bottom: 40px;
    word-spacing: 5px;
}

.excert-about .titre-2 {
    color: #1e6fb9;
    font-weight: bold;
    margin-bottom: 30px;
}

.excert-about .hr {
    height: 3px;
    background-color: #1e6fb9;
    width: 240px;
    margin-bottom: 30px;
}

.excert-about .desc {
    color: #4a4a4a;
    margin-bottom: 80px;
}

.excert-about .read-more {
    background-color: #f01e27;
    width: 200px;
    padding: 20px 20px;
    text-align: center;
}

.excert-about .read-more>a {
    color: #fff;
}

.excert-about .right .images {
    height: 700px;
}

.excert-about .right .images .img1 {
    position: absolute;
    width: 400px;
    height: 500px;
    top: 0;
    left: 0;
}

.excert-about .right .images .img2 {
    position: absolute;
    width: 400px;
    height: 500px;
    bottom: 0;
    right: 0;
}

.excert-secteurs {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #206fb6;
}

.excert-secteurs .title {
    font-weight: 100;
    margin-bottom: 30px;
    color: #fff;
}

.excert-secteurs .title-2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.4px;
    word-spacing: 5px;
    margin-bottom: 25px;
    display: block;
}

.excert-secteurs .content {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}

.excert-secteurs .content>span {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 20px;
    font-weight: bold;
}

.excert-activites {
    background-color: #fafafe;
}

.excert-activites .left .img {
    height: 1030px;
    overflow: hidden;
}

.excert-activites .right .title {
    font-weight: 100;
    margin-top: 60px;
    margin-bottom: 40px;
}

.excert-activites .right .item .img {
    height: 200px;
    overflow: hidden;
    background-color: #4a4a4a;
}

.excert-activites .right .item .date {
    color: rgb(87, 87, 87);
    font-size: 16px;
}

.excert-activites .right .item .titre>a>h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 45px;
    overflow: hidden;
}

.excert-activites .right .item .read-more>a {
    display: block;
    margin-top: 10px;
    color: #1e6fb9 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.excert-activites .right .line-hr {
    height: 1px;
    background-color: #ebebeb;
    margin-top: 20px;
    margin-bottom: 20px;
}

.excert-activites .right .read-more-all {
    background-color: #1e6fb9;
    width: 200px;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    display: block;
}

.excert-offres .title {
    font-weight: 100;
    margin-top: 80px;
    margin-bottom: 40px;
}

.excert-offres .item .pdf {
    width: 60px;
    height: auto;
}


.excert-offres .read-more-all {
    background-color: #1e6fb9;
    width: 200px;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 80px;
    display: block;
}

.excert-offres .item .titre {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 45px;
    overflow: hidden;
}

.excert-offres .item .date {
    color: rgb(87, 87, 87);
    font-size: 16px;
}

.excert-offres .line-hr {
    height: 1px;
    background-color: #ebebeb;
    margin-top: 20px;
    margin-bottom: 20px;
}

.excert-offres .item .download-icon {
    margin-top: 20px;
    display: block;
}

.excert-offres .item .download-icon i {
    font-size: 40px;
    color: #1e6fb9;
}

.excert-offres .img-bg {
    align-items: center;
}

.excert-offres .img-bg .title {
    font-weight: 100;
    font-size: 2rem;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.excert-offres .border-offre {
    height: 380px;
    border: 1px solid #fff;
    margin-left: 100px;
    width: 60%;
}

.testimonial .prosperity-title{
    font-weight: 100;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer {
    background-color: #1e6fb9;
    color: #fff;
    /* padding-top: 40px; */
}

.footer .icons a {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    margin-right: 15px;
    line-height: 30px;
    font-size: 13px;
    transition: all .6s;
    color: #fff;
}

.footer .icons a:hover {
    color: #1e6fb9;
    background-color: #fff;
}

.footer .nav-link {
    font-weight: 300;
    transition: all .3s;
}

.footer .nav-link:hover {
    padding-left: 5px !important;
    /* font-weight: 500; */
}

.footer .copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #6191bd;
}

footer .chat-btn .close {
    display: none
}

footer .chat-btn i {
    transition: all 0.9s ease
}

footer #check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

footer #check:checked~.chat-btn .comment {
    display: none
}

footer .chat-btn i {
    font-size: 22px;
    color: #fff !important
}

footer .chat-btn {
    position: fixed;
    right: 50px;
    bottom: 40px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #00C6C6;
    color: #fff;
    font-size: 22px;
    border: none
}

footer .wrapper {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s
}

footer #check:checked~.wrapper {
    opacity: 1
}

footer .header {
    padding: 13px;
    background-color: #00C6C6;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #fff;
}

footer .chat-form {
    padding: 15px;
}

footer .chat-form input,
footer textarea,
footer button {
    margin-bottom: 10px;
}

footer .chat-form textarea {
    resize: none;
}

footer .form-control:focus,
footer .btn:focus {
    box-shadow: none;
}

footer .btn,
footer .btn:focus,
footer .btn:hover {
    background-color: #00C6C6;
    border: #00C6C6;
}

footer #check {
    display: none !important
}

/* .excert-secteurs .link-secteur:hover .content {
    background: 125px 70px;
} */

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .7s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 100%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .7s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

@media screen and (max-width: 1385px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        letter-spacing: normal;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
}

@media screen and (max-width: 992px) {
    .logo-mobile-top {
        width: 220px;
    }

    header {
        margin-top: 0px;
    }

    .top-bar {
        display: none;
    }

    .navbar-brand {
        display: block !important;
    }

    .offcanvas {
        z-index: 1111111;
    }

    .offcanvas .navbar-nav .nav-link {
        color: #1e6fb9;
    }

    .carousel .carousel-inner {
        height: 500px;
    }

    .excert-actus {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .excert-about .desc {
        margin-bottom: 40px;
    }

    .excert-actus .title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .excert-offres .item .titre {
        height: auto;
    }

    .excert-about .title,
    .excert-activites .right .title,
    .excert-offres .title {
        text-align: center;
    }

    .excert-offres .title {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .carousel .carousel-inner {
        height: 300px;
    }

    .excert-about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .excert-about .right .images .img1,
    .excert-about .right .images .img2 {
        position: inherit;
        height: 300px;
        margin-bottom: 20px;
        width: 100%;
        border-radius: 10px;
    }

    .footer>.container>.row {
        text-align: center !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .footer .d-flex {
        align-items: center;
        justify-content: center;
    }
}

/*  */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

@media screen and (max-width:767px) {
    .mobile-gb{
        background-position: center !important;
    }
}

.pagination{
    width: fit-content !important;
    margin: auto !important;
}
.page-item.active .page-link{
    background-color: #fcc00a !important;
    border-color: #fcc00a !important;
}

.page-link, .page-item.disabled .page-link{
    color: #fcc00a;
}


