body{
    margin: 0;
    /* margin-top: 90px; */
    padding: 0;
    font-family: 'Arial', sans-serif;
}

body a{
    color: inherit !important;
    text-decoration: inherit;
    transition: opacity ease-in-out .3s;
}

body a:hover{
    color: inherit;
    opacity: .8;
}

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

body .logo{
    width: 191px;
    height: 62px;
    object-fit: fill;
}

body .home-h2{
    font-size: 30px;
    font-weight: bold;
}

header{
    background-color: #000000;
}

header .nav-top-all{
    margin-left: 50px;
}

header .nav-top-all .fab{
    border: 1px solid #ED0A36;
    border-radius: 50%;
    color: #ED0A36;
}

header .navbar.fixed-top{
    background-color: rgba(255, 255, 255, .9) !important;
}

header .navbar{
    background-color: #fff !important;
}

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

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

.carousel .carousel-inner .carousel-caption{
    text-align: left;
    width: 750px;
    padding: 50px;
    background-color: rgba(0,88,224,.6);
    bottom: 80px;
    margin: auto;
}

.carousel .carousel-inner .carousel-caption .title{
    font-size: 28px;
    font-weight: bold;
    /* font-weight: bold; */
}

.carousel .carousel-indicators button{
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #0058E0;
    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: #ED0A36;
}

header .navbar .nav-item .nav-link{
    color: #00245A !important;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
    transition: all ease-in-out .2s;
    font-family: 'Calibri', 'Arial', 'sans-serif';
    text-transform: uppercase;
}

header .navbar .nav-item .nav-link:hover,
header .navbar .nav-item .nav-link.active{
    color: #d20b05 !important;
    /* border-bottom: 1px solid #fff; */
}

.home-service{
    margin-top: 80px;
    margin-bottom: 100px;
}

.home-service .left{
    padding-right: 0;
}

.home-service .right{
    padding-left: 0;
}

.home-service .right .content{
    background-color: #ED0A36;
    height: 100%;
    padding: 80px 50px 50px 50px;
}

.home-service .right .content p{
    color: #fff;
    font-weight: lighter;
    opacity: .94;
    font-size: 18px;
}

.home-service .img{
    height: 430px;
    overflow: hidden;
    background-color: #000;
}

.home-service .shadow-bottom{
    bottom: 8px;
    height: 15px;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 15px 15px gray;
    border-radius: 50%;
    z-index: -1;
}

.home-domain{
    background-color: #2D2F82;
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-domain .nav-pills .nav-link{
    text-align: left;
    border-left: 4px solid #0058E0;
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-right: 50px;
}

.home-domain .nav-pills .nav-link.active,
.home-domain .nav-pills .nav-link:hover,
.home-domain  .nav-pills .show > .nav-link{
    background-color: #0058E0;
}

.home-domain .tab-content{
    margin-top: 20px;
    padding: 20px 40px;
    background-color: #0058E0;
}

.home-domain .tab-content .img{
    height: 376px;
    width: 376px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000;
    border: 18px solid #fff;
}

.home-domain .tab-content .concern{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 60px;
}

.home-domain .tab-content .concern ul li{
    margin-bottom: 10px;
}

.home-galerie{
    background-repeat: no-repeat;
    background-size: cover;
}

.home-galerie .overlay{
    background-color: rgba(204, 153, 0, .9);
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

.home-galerie.intern .overlay{
    padding-top: 50px;
}

.home-galerie .galery .item .img{
    height: 240px;
    background-color: #000;
    overflow: hidden;
    margin-bottom: 20px;
}

.home-galerie .galery .item .content .titre{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.home-galerie .galery .item .content p{
    font-size: 14px;
    color: #fff;
}

.home-galerie .owl-theme.galery .owl-dots .owl-dot span{
    width: 17px;
    height: 17px;
    background: #fff;
}

.home-galerie .owl-theme.galery .owl-dots .owl-dot.active span,
.home-galerie .owl-theme.galery  .owl-dots .owl-dot:hover span{
    background: #ED0A36;
}

.home-contact{
    padding-top: 70px;
}

.home-contact .titre{
    color: #5E6465;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.home-contact .horizontal-bar{
    height: 33px;
    background-color: #2D2F82;
    width: 100%;
}

.home-contact .left .content{
    height: 100%;
    background-image: url('../images/contact-bg-1.jpg');
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.home-contact.intern .left .content{
    background-image: none;
}

.home-contact .left .content .text{
    display: block;
    margin-left: 25%;
}

.home-contact.intern .left .content .text{
    margin-left: 5%;
}

.home-contact #contact-form{
    margin-top: 20px;
    margin-bottom: 80px;
}

.home-contact #contact-form .form-control::placeholder{
    color: #B3B3B3;
}

.home-contact #contact-form .submit-btn{
    background: #ED0A36;
    width: 99px;
    color: #fff;
    padding-top: 11px;
}

.home-contact #contact-form .submit-btn > i{
    transform: rotateX(30deg);
    font-size: 20px;
}

.home-contact #contact-form .submit-btn:focus{
    box-shadow: none;
}

.banner{
    background-repeat: no-repeat;
    background-size: cover;
    height: 283px;
}

.banner .overlay{
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
}

.banner .content{
    bottom: 20px;
}

.banner .seo-h1{
    font-size: 44px;
    font-weight: bold;
}

.domaine1,
.domaine2,
.others-domains .left,
.others-domains .right{
    padding-top: 70px;
    padding-bottom: 70px;
}

.domaine1{
    background-color: #0058E0;
}

.domaine1 .img,
.domaine2 .img,
.others-domains .img{
    height: 376px;
    width: 376px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #000;
    border: 18px solid #fff;
}

.domaine1 .concern,
.domaine2 .concern  {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 60px;
}

.domaine1 .concern ul li,
.domaine2 .concern ul li {
    margin-bottom: 10px;
}

.domaine2{
    background-color: #3B4F53;
}

.others-domains{
    background-image: linear-gradient(to right, #CCA56F, #C89D64);
}

.others-domains .left{
    background-color: #CCA56F;
    padding-left: var(--bs-gutter-x,.75rem);
}

.others-domains .titre{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.others-domains .right{
    background-color: #C89D64;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.realisation .left .share {
    background-color: #4e5a74;
    margin-bottom: 40px;
}

.realisation .left .category {
    color: #444;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.realisation .left .title {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
}

.realisation .left .img {
    height: 450px;
    background-color: #000;
    overflow: hidden;
}

.realisation .left .galerie .img {
    height: 210px;
    overflow: hidden;
}

.realisation .left .desc * {
    text-align: justify;
}

.realisation .right .titre-main {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.realisation .right .item .img {
    height: 240px;
    background-color: #000;
    overflow: hidden;
    margin-bottom: 10px;
}

.realisation .right .item .content .titre {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
}

footer{
    background-color: #F5F5F5;
    color: #00245A;
    font-size: 14px;
}

footer .nav-bottom li > a{
    color: #00245A !important;
    font-family: 'Calibri';
    font-size: 14px;
    text-transform: uppercase;
}

footer .share-bottom .fab{
    border: 1px solid #ED0A36;
    border-radius: 50%;
    color: #ED0A36;
}

footer .signature{
    border-top: 1px solid #E8E8E8;
}

.invalid-feedback{
    display: block;
}

/* =================== MOBILE ===================== */
.overlay-search-input{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1060;
    overflow: hidden;
    transition: all ease-in-out .4s;
}

.overlay-search-input.active{
    height: 100%;
}

.overlay-search-input.active .close-search{
    position: fixed;
    top: 3%;
    right: 3%;
    color: #fff;
    z-index: 1070;
    font-size: 25px;
}

.overlay-search-input .close-search:hover{
    cursor: pointer;
}

.offcanvas.search-open{
    visibility: hidden !important;
}
