/*
===================================================================
||          Designed - By DSI Development - Groupe delta holding     ||
===================================================================
 */

nav {
    padding: 0!important;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown {
    border-radius: 0;
    border: 0;
}

.dropdown-menu {
    background: #ffffff;
    border: 0;
    top: 80%;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-item:hover {
    background: #5d5e5f;
    color: rgb(0, 0, 0);
}

.dropdown-menu a {
    color: rgb(0, 0, 0);
}

.navbar .nav-item .nav-link {
    color: #0f0844;
    /*font-family: 'Courier New, monospace';*/
    font-size: 17px;
    font-weight: bold;
}

.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link {
    color: red !important;
}

.nav-item>a {
  /*  font-family: 'Cairo', sans-serif;*/

    text-align: center;
}

/*---------------------------------------------nav bar menu color ----------------------------------------*/

.bg-light {
    background-color: #ffffff!important;
    color: #302d2d;
}
.bg-trans {
    background-color: #ffffff73!important;
    color: #302d2d;
}

/*--------------------------------------------------------------------------------------------------------*/

.fa-phone:before,
.fa-envelope-o:before {
    padding: 5px;
}

.adresseNav {
    line-height: 18px;
}

.nav-link>p {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
}


/* .adressTeleNav{
} */


/* .adressEmailNav{
   
} */

.navbar-nav .nav-item {
    margin-left: 25px;
}

.navbar-brand img {
    width: 70%;
    position: relative;
    left: 20px;
}

.dropdown-item:first-child {
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit!important;
}

.iconNav {
    width: 20px;
}


/* DropDown menu */

.dropdown-menu {
    top: 102%;
}


/* Conater Nav Tele Email */

@media (min-width: 1160px) {
    .ContacterNav {
        padding-right: 105px;
    }
    .navbar-brand {
        padding-left: 85px;
    }
}

.activeA a:after,
.navbar-collapse a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3.5px;
    left: 50%;
    position: absolute;
    background: red;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar-collapse a:hover:after {
    width: 100%;
    left: 0;
}

.navbar-collapse a {
    display: inline-block;
    padding: 18px 20px;
    position: relative;
}

.activeA a:after {
    width: 100%;
    left: 0;
}

.paralax-image {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.paralax-image img {
    position: absolute;
    height: 100vh;
    min-width: 100%;
}
