@import url("/stylesheets/header-new.css");

.wrapper-header-one {

	position: relative;

	width: 100%;

	background: var(--color-move);
    z-index: 100000;

}
.header-two-menus a {
    color: #2a2a2a;
}
.header-one {

	position: relative;

    left: 0;

    right: 0;

    margin: auto;

    height: 50px;

    line-height: 50px;

}

.header-one-cordonnes {



}

.header-one-cordonnes ul {

	margin: 0;

	padding: 0;

}

.header-one-cordonnes li {

	display: inline-block;

	margin-right: 0px;

	padding-left: 5px;

}

.header-one-cordonnes li>p {

	display: inline-block;

    color: rgba(255,255,255,0.6);

    font-size: 14px;

    margin-left: 5px;

	

}

.header-one-cordonnes li>img {

	width: 17px;

	display: inline-block;

}

.header-one-social {

	text-align: right;

}

.header-one-social ul {



}

.header-one-social li {

	display: inline-block;

}

.header-one-social li img, .header-one-social li svg {

	width: 21px;

	margin: 0 10px 0 0;

}

.header-two {

	position: relative;

	left: 0;

	right: 0;

	margin: auto;

	padding: 0; 

}

.wrapper-header-two {
	height: 85px;
	line-height: 85px;
    box-shadow: -2px 2px 4px 1px #e5e5e580;
    background: #fff;
    z-index: 1111;
    position: relative;
}

.header-two-logo {

	text-align: left;

}

.header-two-logo img {
    width : 80px;
}

.header-two-menus {

	text-align: center;

}

.header-two-menus ul {



}

.header-two-menus li {

	display: inline-block;

	margin: 0 6px;

	cursor: pointer;

}

.header-two-menus li:hover p, .header-two-menus li:hover svg {

	color: var(--color-primary);

}

.header-two-menus li p {

	display: inline-block;

	font-size: 14.5px;

	margin: 0;
	
	font-weight: 600;

}

.header-two-menus li img {

	width: 11px;

	display: inline-block;

}

.header-two-login {

	text-align: right;

}

.header-two-login button {

	position: relative;

	display: inline-block;

	overflow: hidden;

	font-size: 14px;

	line-height: 26px;

	font-weight: 600;

	color: #fff !important;

	text-align: center;

	padding: 9px 19px;

	border-radius: 30px;

	/* box-shadow: 0px 10px 30px 0px rgb(71 67 216 / 40%); */

	z-index: 1;

	transition: all 500ms ease;

	background: var(--color-red);

	border: 0;

	margin-left: 6px;

}

.sub-menu-header {

	position: absolute;

    max-width: 450px;
    width: fit-content;

	background: #fff;

	border-radius: 0px 0px 10px 10px;

	transition: all 0.30s ease;

	height: 0;

	overflow: hidden;

	z-index: 103;

}

#anonces-header:hover .sub-menu-header {

	height: auto;

    padding: 10px 0;
    box-shadow: 0px 5px 8px 0px #00000033;

}

.item-sub-menu {

	padding: 0 15px;

	height: 40px;

	line-height: 40px;

}

.item-sub-menu h6 {

	width: 100%;

    text-align: left;

    display: inline-block;

    font-size: 14.5px;

    margin: 0;

}

.item-sub-menu h6:hover {

	color: var(--color-primary);

}
#back-to-top {
    display: none;
}

.rightplus {
    right: 77px !important;
}

.back-to-top {
	position: fixed;
    bottom: 25px;
    right: 25px;
    background: var(--color-red);
    z-index: 201;
    padding: 8px;
    height: 50px;
}

.back-to-top img {
	width: 30px;
}

.back-to-top:hover {
	outline: none;
	background: var(--color-move);
	transition: 0.6s all;
}

.wrapper-footer {
	background-size: auto auto;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 45px;
	background-color: var(--color-move);
}

.footer {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

.wrapper-footer a {
	color: #fff;
}   

.left-footer h2, .center-footer h2, .right-footer h2 {
    font-size: 23px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    color: #fff;
}

.left-footer p, .right-footer p  {
    font-size: 15px;
    color: #fff;
}

.left-footer h2:before, .center-footer h2:before, .right-footer h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--color-primary);
}

.left-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.left-footer li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.left-footer li>i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
}

.center-footer ul {
    list-style: 0;
    margin: 0;
    padding: 0;
}

.center-footer li {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
}

.center-footer i {
    margin-right: 5px;
}

.right-footer form {
    margin-top: 35px;
    color: #fff;
}

.right-footer form>input {
    height: 50px;
    padding: 0 20px;
    border: none;
    width: 100%;
    background: #f3f6fa;
    font-weight: 600;
}

.right-footer form>button {
    display: inline-block;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    border: none;
    color: #fff;
    background: var(--color-primary);
    border-radius: 3px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    top: 10px;
    z-index: 2;
    overflow: hidden;
}

.wrapper-plus-footer {
    background: var(--color-dark-blue);
    line-height: 60px;
}

.plus-footer {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

.left-plus-footer p {
	color: #2a2a2a;
	margin: 0;
	font-size: 15px;
}

.left-plus-footer p>a {
    color: var(--color-primary);
}

.social {
    text-align: center;
    float: left;
}

.social li {
    margin-right: 15px;
    display: inline-block;
}

.social li a {
    display: block;
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
}

.search-box button:hover, .header-two-login button:hover, .qui-sommes-nous button:hover, #send_form_query:hover, #send_form_filter:hover, .actions-annonce button:hover {
	background: var(--color-move);
	box-shadow: 0px 10px 30px 0px rgb(13 25 39 / 30%);
}

.header-two-login button:before, .qui-sommes-nous button:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: var(--color-move);
    border-radius: 30px;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 0.45s ease;
}

.header-two-login button:hover:before, .qui-sommes-nous button:hover:before {
    width: 100%;
}

.box-tarifs button:hover {
    background-color: #fff;
    transition: 0.25s all;
    border: 1px solid var(--color-red);
    color: var(--color-red);
}

.logo-head {
    margin-bottom: 25px;
}

.fixed_header {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    border-radius: 0;
    height: 85px;
    line-height: 85px;
}

#avatar_profil {
    background: var(--color-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}
.navbar-collapse {
    margin-top: 20px;
}
@media (max-width: 575.98px) {
    /* header */
    .container.bg-dark {
        padding: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .collapse.navbar-collapse {
        margin-top: 0px !important;
    }
}
html[dir="rtl"] .footer_logo {
    text-align: right;
}
ul.dropdown-menu.inner.show {
    padding : 0px 10px !important;
}
.dropdown-menu.inner.show li {
    margin : 3px 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
}
.redBull {
    width: 9px;
    height: 9px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 32px;
    right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
}
.notification-number {
    color: white;
    font-size: 12px;
    font-weight: bold;
}
/*.navbar-nav {
    text-align: left;
    height: 105px;
    line-height: 105px;
}
*/
.navbar-nav {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.navbar-nav a {
    color: #2a2a2a;
    font-size: 14.5px;
    height: 100%;
    padding: 0;
}
.navbar-nav li {
    display: inline-block;
    margin-left: 15px;
}

.navbar-nav .dropdown-menu{
    line-height: 30px;
    padding: 20px;
    -webkit-transform: translate3d(0px, 75px, 0px) !important;
       -moz-transform: translate3d(0px, 75px, 0px) !important;
        -ms-transform: translate3d(0px, 75px, 0px) !important;
         -o-transform: translate3d(0px, 75px, 0px) !important;
            transform: translate3d(0px, 75px, 0px) !important;
    text-align: left;        
}

.dropdown-item {
    padding: 0;
    min-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
}
span.alert {
    font-size: 14px;
}

.header-one-cordonnes li>p{
    font-size: 11.5px !important;
    font-weight: 600;
    color: white;
}



