/*******************************/
/********* General CSS *********/
/*******************************/

body {
    color: #333;
    background: #ebeef0;
    font-family: 'Source Sans 3',sans-serif;
    font-size: 16px;
    
    
    background-image: url('../img/dg-background-3.jpg');
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #092a49;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 100;
}

a {
    color: #434343;
    font-weight: 600;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #092a49;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #434343;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: #fff;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #092a49;
}

.back-to-top:hover i {
    color: #0796fe;
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 45px;
    }
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 25px;
    background-color: rgba(255, 255, 255, .8);
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


a.logo img{
    height: 150px;
    margin: 0px 0px 0 5.5%;
    margin-top: -20px;
}

.top-bar .top-bar-right {
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right .secteur {
    height: 90px;
    margin: 20px 20px 0 0;
}


.top-bar-right .secteur-mob {
    display: none;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .top-bar-right ul.language {
    margin: 0;
    padding: 0;
    text-align: right;
}

.top-bar .top-bar-right ul.language li {
    display: inline;
}

.top-bar .top-bar-right ul.language li a {
    font-size: 12px;
    padding: 5px 5px;
    margin-top: 2px;
    display: inline-block;
}

.top-bar .top-bar-right ul.language li.selected a {
    background-color: #009b4e;
    color: #fff;
    font-weight: bold;
}


.top-bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.navbar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.navbar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.navbar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.navbar .social a:hover {
    color: #092a49;
    background: #ffffff;
}

.middle-bar{
    position: relative;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, .8);
}

.top-right-list {
    text-align: right;
    margin-right: 20px;
}


.top-right-list li {
    list-style-type: none;
    display: inline-block;
}

.top-right-list li a {
    padding: 2px 10px;
    font-size: 12px;
    color: #333;
    border-right: 1px solid #d5d5d5;
    font-family: 'Source Sans 3', sans-serif;
}


.top-right-list li a.active {
    background-color:  #434343;
    color: #fff;
}


.top-right-list li:last-child a{
    border-right: none;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 0px;
    }
    .top-right-list {
        text-align: right;
    }
}



/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
    text-align: center !important;
    margin: 0 auto;
    width: 100%;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 200;
    display: none;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 30px;
}

.navbar-nav {
    padding: 0;
    margin: 0 auto;
}


.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
    display: inline-block;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #0796fe;
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.navbar .dropdown-menu .dropdown-item{
    font-size: 13px !important;
    display: inline-block;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
}

.navbar .dropdown-menu .dropdown-item:hover{
    background-color: #b2d6f1 !important;
}

.navbar .nav-item {
    border-right: 1px solid rgba(255, 255, 255, .25);
    padding: 0 10px;
}

.navbar .nav-item:last-child {
    border-right: 0px solid rgba(255, 255, 255, .25);
}

.modal-dialog {
    width: 30%;
}


@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 150px;
        height: 50px;
        padding: 5px 0px;
        /*background: #434343 !important;*/
        background: #BCA2AB !important;
        z-index: 9;
        
    }
    
    .navbar.nav-sticky {
        padding: 10px 10px;
        background: #BCA2AB !important;
    }
    
    .page .navbar {
        background: #092a49 !important;
    }
    
    .navbar a.nav-link{
        padding: 0px 10px;
        font-size: 16px;
        color: #24454F;
        font-weight: bold;
        font-family: 'Source Sans 3', sans-serif;
    }
    
    .navbar a.nav-item{
        padding: 0px 10px !important;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background:#BCA2AB !important;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}



@media (max-width: 760px) {   
    .navbar {
        padding: 15px;
        background:#BCA2AB !important;
    }
    
    .navbar a.nav-link {
        color: #ffffff;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
    
    
    .top-bar-right .secteur {
        width: 90%;
        height: auto;
        margin-bottom: 10px;
        text-align: center;
        display: none;
    }
    
    .top-bar-right .secteur-mob {
        width: 90%;
        height: auto;
        margin: 10px 15px;
        text-align: center;
        display: block;
    }
    
    
    .top-bar-left {
        text-align: center;
    }

    a.logo img{
        margin: 15px 0px 0 0%;
    }
    
    .top-right-list {
        text-align: center;
    }
    

    .modal-dialog {
        width: 90%;
    }

}



/*******************************/
/********** Hero CSS ***********/
/*******************************/

.content {
    margin-top: 0px;
    margin-bottom: 0;
    background-size: cover;
    background: url('../img/ds-background-44.jpg');
}

.page-content {
    background-color: #fff;
    padding: 0px 0;
    text-align: justify;
}

.page-content h1, h2 {
    text-align: left !important;
    font-family: 'Source Sans 3', sans-serif;
    color: #255A79;
    font-weight: 500;
}

.page-content h4 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
}

.page-content h5 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
    font-size:22px;
}

.page-content h6 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size:20px;
}
    

.page-content p {
    margin: 10px 0 20px 0;
    padding: 0;
}
    


div.searchbox {
    padding: 0px 0 5px 0;
    background:#ebeef0;
    display: none;
}

div.searchbox input {
    height:40px;
    font-size: 15px;
    border-radius:10px;
    padding:0px 5px 5px 20px;
    border: 2px solid #D6D6D6;
    width: 83%;
}

div.searchbox button {
    width: 15%;
    height: 40px;
    border-radius:10px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #434343;
    margin-top: 10px;
}

.left-side {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

.right-side {
    padding-top: 180px;
}

.carousel {
    position: relative;
    width: 100%;
    /*height: calc(100vh - 35px);*/
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(9, 42, 73, .1);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    padding-top: 200px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 700;
    padding: 0 20px
}

.carousel .carousel-text p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    padding: 0 20px;
}

.carousel .carousel-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-text .btn i {
    margin-right: 5px;
}

.carousel .carousel-text .btn:hover {
    color: #0796fe;
    background: #ffffff;
}

.carousel .carousel-btn .btn:first-child {
    margin-right: 15px;
}

.carousel .owl-nav .owl-next{
    position: absolute;
    width: 122px;
    right: 2px;
    bottom: 50%;
    display: flex;
    z-index: 9;
}

.carousel .owl-nav .owl-prev {
    position: absolute;
    right: 93%;
    bottom: 50%;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(179, 142, 150, 0.6);
    font-size: 22px;
    transition: .3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: rgba(179, 142, 150, 0.3);
}

.carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }
    
    
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    
    .content {
        padding-top: 0px;
        margin-top: 0;
    }

    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 390px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
    

    .carousel .carousel-img {
        position: relative;
        width: 100%;
        height: auto;
        text-align: right;
        overflow: hidden;
    }


    .carousel .owl-nav .owl-prev,
    .carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        font-size: 14px;
        display: none;
    }
    

    .mob-secteur {
        display: block;
        text-align: center;
        background-color: #fff;
        margin-left: 0px;
        padding-left: 0;
    }
    
    
    
    div.searchbox {
        padding: 0px 0 10px 0;
        display: block
    }

}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
    

    .left-side {
        margin-left: 0px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    text-align: left;
    color: #000;
    margin-bottom: 10px
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
}

.section-header h2 {
    margin: 0 0 20px 10px;
    padding: 10px 0;
    position: relative;
    font-size: 32px;
    color: #255A79;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
}

.section-header h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 0;
    top: 23px;
    left: -40px;
    /*border-bottom: 30px solid;*/
    /*border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.1) 3%) 30;*/
}

.section-header h2:hover::after {
    /*border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.05) 3%) 30;*/
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 22px;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 15px 0 15px 0;
}

.fact .fact-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0 25px 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
}

.fact .fact-item:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}

.fact .fact-item img {
    max-height: 50px;
    margin-bottom: 15px;
}

.fact .fact-item h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
    
    margin-left: 0;
    padding-left: 0;
}

.about .section-header h2 {
    margin-left: 0;
    padding-left: 0;
}

.about .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.about .about-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.about .about-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
}

.about .about-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
    position: relative;
    width: 100%;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    border: 2px solid #092a49;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #0796fe;
    background: #092a49;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/

.about {
    /*background-color: rgba(179, 142, 150, .5);*/
    background-color: rgba(255, 255, 255, .3);
}

.about .text p {
    background-color: #fff;
    min-height: 200px;
    padding: 20px;
    border-radius: 0px;
    height: 100%;
    opacity: .8
    
}

.about .text img {
    width: 100%;
    
}

.service {
    position: relative;
    width: 100%;
    padding: 5px 0 5px 0;
    margin-top: -30px !important;
    background-color: #fff;
}

.service .service-item {
    position: relative;
    width: 100%;
    min-height: 350px;
    margin-bottom: 10px;
    text-align: left;
    transition: .3s;
    padding: 0px;
    /*background-image: url('../img/arrow.png');*/
    cursor: pointer;
}

.service .actu .service-item {
    position: relative;
    width: 100%;
    min-height: 350px;
    margin-bottom: 10px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
    background-color: #fff;
    
    cursor: pointer;
}

.service.actu .section-header h2 {
    margin-top: 40px;
}
 
 .service fieldset.service-item .flag-green {
  position: relative;
  top: 50px;
  left: 50px;
  box-sizing: border-box;
  border: 3px solid #009147;
}

.service fieldset.service-item  legend {
  width: 85%;
  text-align: center;
  padding: 0 0px;
  font-size: 28px;
  color: #434343;
    font-family: 'Source Sans 3', sans-serif;
}

.service .service-item.flag-green {
    border: 3px solid #009147;
    padding: 10px;
}

.service .service-item.flag-red {
    border: 3px solid #cf232a !important;
    padding: 10px;
}

.service .service-item.flag-yellow {
    border: 3px solid #fdde0b !important;
    padding: 10px;
}
 

.service .service-item img {
    width: 100%;
    margin-bottom: 10px;
    
}

.service .service-item .testimony {
    background-color: #f4f4f4;
    min-height: 320px;
    padding: 10px;
    height: 98%;
}


.service.actu .service-item img {
    width: 100%;
    margin-bottom: 5px;
    
}

.service .service-item h3 {
    text-align: left !important; 
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    padding: 20px;
    font-family: 'Source Sans 3', sans-serif;
}



.service.actu .service-item .text  {
    padding: 20px;
    text-align: left !important;
}



.service.actu .service-item .text h3 {
    font-size: 14px;
    color: #000;
    padding: 0px 0px;
    margin: 0;
    height: auto;
    text-align: left !important;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 900;
}





.service.actu .service-item p {
    font-size: 12px;
}


.service .service-item h2 {
    font-size: 18px;
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
    text-align: right !important;
    padding: 5px 10px;
    font-weight: 600;
}

.service .service-item p {
    margin-bottom: 10px;
    font-size: 16px;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .3s;
    cursor: pointer;
}

.service .service-item a:hover {
    font-size: 18px;
}


.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}




.summary {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    margin-top: 10px;
}

.summary .section-header {
    padding: 0;
    margin: 0;
}

.summary .section-header h2{
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    text-align: center !important;
    background-color: #ebeef0;
}

/*******************************/
/********* News CSS *********/
/*******************************/
.news {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    margin-top: 10px;
}

.news .newss-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.news .news-item {
    position: relative;
    width: 100%;
    border-radius: 20px;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
}
.news .news-item a {
    text-align: left !important;
}
.news .news-item img {
    position: relative;
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0px;
    border-radius: 20px 20px 0 0;
}

.news .news-item p {
    margin-bottom: 10px;
    color:#333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.news .news-item .text {
    background-color: #f5f5f5;
    padding: 10px;
    height: 155px;
    width: 100%;
    margin-bottom: 20px;
    text-align: left !important;
    border-radius: 0 0 20px 20px;
}

.news .news-item h2 {
    font-size: 20px;
    font-family: 'Source Sans 3', sans-serif;
}


.news .news-item p {
    font-size: 14px;
}


.news .news-item h3 {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 10px;
}

.news .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.news .owl-nav .owl-prev,
.news .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    transition: .3s;
    background-color: #434343;
    border: 1px solid #fff;
    margin-right: 10px;
}

.news .owl-nav .owl-prev {
    padding-right: 0px;
}

.news .owl-nav .owl-next {
    padding-left: 0px;
}

.news .owl-nav .owl-prev:hover,
.news .owl-nav .owl-next:hover {
    color: #0796fe;
}

/*.news .owl-nav .owl-prev::after,
.news .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}*/

.news .owl-nav .owl-prev::after {
    left: 9px;
}

.news .owl-nav .owl-next::after {
    right: 9px;
}

.news .owl-nav .owl-prev:hover::after {
    background: #d22134;
}

.news .owl-nav .owl-next:hover::after {
    background: #d22134;
}

/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.feature .col-md-6 {
    height: 100%;
}

.feature .feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.feature .feature-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 30%;
    left: 0;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.feature .feature-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.feature .feature-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 30px 30px 30px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .feature .feature-img {
        margin-bottom: 45px;
    }
}

.feature .counters .col-6 {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
}

.feature .counters i {
    padding: 5px 15px 0 0;
    font-size: 28px;
    color: #0796fe;
}

.feature .counters h2 {
    position: relative;
    display: inline-block;
    color: #0796fe;
    font-size: 30px;
    font-weight: 300;
}

.feature .counters h2::after {
    position: absolute;
    content: "+";
    top: -15px;
    right: -15px;
}

.feature .counters p {
    color: #092a49;
    font-size: 20px;
    margin: 0;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #0796fe;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #092a49;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #092a49;
    border: 2px solid #092a49;
    transition: .3s;
}

.team .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.team .team-item:hover .team-text {
    height: 160px;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-image: url('../img/temoignages/bg.png');
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    border-radius: 20px;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    position: relative;
    height: 96px;
    width: 96px;
    border-radius: 96px;
    margin-bottom: 10px;
}

.testimonial .testimonial-item p {
    margin-bottom: 10px;
    color:#333;
    font-weight: 500;
}

.testimonial .testimonial-item .text {
    background-color: rgba(255,255,255,.7);
    padding: 10px;
    font-size: 14px;
    height: 305px
}

.testimonial .testimonial-item h2 {
    font-size: 18px;
    font-weight: bold;
}
.testimonial .section-header h2 {
    text-shadow: 1px 1px 0px rgba(255,255, 255, .7);
}

.testimonial .testimonial-item h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
    transition: .3s;
}

.testimonial .testimonial-item:hover h2::before {
    width: 60px;
}

.testimonial .testimonial-item h3 {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 10px;
}

.testimonial .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    transition: .3s;
    background-color: #434343;
    border: 1px solid #fff;
    margin-right: 10px;
}

.testimonial .owl-nav .owl-prev {
    padding-right: 0px;
}

.testimonial .owl-nav .owl-next {
    padding-left: 0px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #0796fe;
}

/*.testimonial .owl-nav .owl-prev::after,
.testimonial .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}*/

.testimonial .owl-nav .owl-prev::after {
    left: 9px;
}

.testimonial .owl-nav .owl-next::after {
    right: 9px;
}

.testimonial .owl-nav .owl-prev:hover::after {
    background: #d22134;
}

.testimonial .owl-nav .owl-next:hover::after {
    background: #d22134;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 100px;
}

.blog .section-header {
    margin-bottom: 25px;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
    margin-bottom: -50px !important;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
    cursor: pointer;
}

.blog.blog-page .blog-item {
    margin: -30px 0 0 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -10px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}

.blog .blog-meta i {
    color: #0796fe;
    margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0796fe;
    transition: .3s;
}

.blog .blog-item a.btn:hover {
    color: #092a49;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    background: #0796fe;
}

.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    transition: .3s;
    background-color: #434343;
    border: 1px solid #fff;
    margin-right: 10px;
}

.blog .owl-nav .owl-prev {
    padding-right: 0px;
}

.blog .owl-nav .owl-next {
    padding-left: 0px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #0796fe;
}

/*.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}*/

.blog .owl-nav .owl-prev::after {
    left: 9px;
}

.blog .owl-nav .owl-next::after {
    right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.blog .owl-nav .owl-next:hover::after {
    background: #092a49;
}

.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #092a49;
    border-radius: 0;
    border-color: #092a49;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #0796fe;
    background: #092a49;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 15px 0;
    background: #fff;
}

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-info:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-icon i {
    font-size: 18px;
    color: #0796fe;
}

.contact .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    letter-spacing: 1px;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
}

.modal-dialog .contact-form,
.contact .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
    background-color: #fff;
}

.modal-dialog .contact-form:hover,
.contact .contact-form:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.modal-dialog .contact-form input,
.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.modal-dialog .contact-form textarea,
.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    background: none;
    border: 2px solid #092a49;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 10px 0 0px 0;
}

.single .container {
    background-color: #fff;
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}


.single img.icon {
    height: 48px;
    width: 48px;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.list-group-item {
    cursor: pointer;
}

.list-group-item h5{
    font-family: 'Source Sans 3', sans-serif;
    font-weight: bold;
}


    

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}


.single .ol-group li {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 15px;
    padding-top: 20px;
    background: #434343;
    font-size: 14px;
}

.footer .footer-contact,
.footer .footer-link {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #0796fe;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}


.footer .footer-contact p a {
    color: #fff;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    line-height: 1.8em;
}

.footer .footer-social a {
    display: inline-block;
    color:#fff;
    font-weight: normal;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 22px;
    color: #fff;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-separator {
    height: 10px;
    background-color: #fff;
}

 
.copyright {
    text-align: center;
    padding: 0 0px;
}

.copyright .row {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 30px;
}

.copyright p {
    margin: 0;
    color: #999999;
    font-size: 11px;
    font-style: italic;
}

.copyright .col-md-6:last-child p {
    text-align: right;
}

.copyright p a {
    color: #ffffff;
}

.copyright p a:hover {
    color: #0796fe;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


.partner {
    position: relative;
    width: 100%;
    padding: 20px 10px 10px 10px;
    text-align: left !important;
    margin: 20px 80px 20px 0px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.partner .section-header {
}

.partner .partern-desc {
    text-align: right;
}

.partner .partern-desc strong {
    color: #000;
    font-size: 14px;
}

.partner .partern-desc p {
    font-size: 12px;
}

.partner a {
    font-size: 11px;
}



@media (max-width: 767.98px) {
    .partner {
        text-align: center !important;
        width: 100%;
        margin-left: 0px;
    }
    
    .partner .partern-desc {
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }
    
    a.navbar-brand {
        display: none;
    }

}

.container-side-right {
    position: relative;
    margin-bottom: 45px;
    background-color: #fff;
    color: #333;
    padding: 20px 10px 10px 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.container-side-right h4 {
    font-weight: bold;
}


.container-side-right .ol-group {
    line-height: 1.6em;  
}


.container-side-right .ol-group li {
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.container-cet {
    position: relative;
    background-color: #fff;
    color: #333;
    padding: 0px 0px 0px 0px;
    height: 470px;
}


.container-cet img {
    width: 100%;
}

.container-cet h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #434343;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
}

.container-cet h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
}


.container-cet ul {
    margin-top: 10px;
}


.container-cet ul li {
   color: #0796fe;
}


.container-cet a {
    color: #0796fe;
    font-size: 15px;
    font-weight: normal;
}


.container-cet a:hover{
    text-decoration: underline;
}

.footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    background-color: #f5f5f5;
    color: #333;
    padding: 20px 10px 10px 20px;
    min-height: 300px;
    border-radius: 20px;
}

.footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #434343;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
}

.footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #cf232a;
}

.footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer-newsletter input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #092a49;
    background: none;
    border-radius: 0;
    border: 2px solid #092a49;
    transition: .3s;
}

.footer-newsletter .btn:hover {
    color: #0796fe;
    background: #092a49;
}


.footer-newsletter ul li {
   color: #0796fe;
}


.footer-newsletter a {
    color: #0796fe;
    font-size: 15px;
}


.footer-newsletter a:hover{
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .container-cet {
        position: relative;;
        background-color: #fff;
        color: #333;
        padding: 20px 10px 10px 20px;
        box-shadow: none;
        margin-top: 20px;
    }
}




/*==========================================
   GALLERY/ PORTFOLIO STYLES
    =====================================================*/

#port-folio {
    padding-top: 10px; 
    padding-bottom: 50px; 
}
.portfolio-item {
    border:0px solid #000;
    margin:3px;
}
    .portfolio-item p {
        padding:12px;
        color:#fff;
        line-height:25px;
    }

.portfolio-item .overlay {
   
  background-color: #000;
  text-align: center;
  padding-bottom:30px;
  
}

/*==========================================
   GALLERY/ PORTFOLIO FILTER STYLES
    =====================================================*/
ul#filters {
	padding: 0px;
}
#filters {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
		display: block;
		padding: 5px 4px;
		text-decoration: none;
		color: #d51111;
		cursor: pointer;
		font-size: 22px;
                font-family: 'Source Sans 3', sans-serif;
                font-weight: 600;
	}
 	#port-folio .portfolio-item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 100%;		
        opacity:.2;
		float:left;
		overflow:hidden;
	}
        
#port-folio .portfolio-item .img-responsive:hover {
     transform: scale(1.1);
     box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
     
}
        

.empty-data {
    font-size: 28px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
    margin: 10% auto;
    text-align: center;
    color: #D6D6D6;
}
        
	
