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

.container-head, .container-categories, .container-somme-nous {

    position: relative;

    z-index: 102;

    left: 0;

    right: 0;

    margin: auto;

}

.header-two-menus li>svg {
    color: #fff;
}
/* .fixed_header img {
    height: initial !important;
} */
.wrapper-header-one {



    position: relative;

    width: 100%;

    background: #fff;

    z-index: 1000;



}

.header-two-menus a {

    color: var(--color-black);

}

.header-one {



	position: relative;



    left: 0;



    right: 0;



    margin: auto;



    height: 50px;



    line-height: 50px;



}



.header-one-cordonnes {



    text-align: left;



}



.header-one-cordonnes ul {



	margin: 0;



	padding: 0;



}



.header-one-cordonnes li {



	display: inline-block;



	margin-right: 10px;



	padding-left: 5px;



}



.header-one-cordonnes li>p {



	display: inline-block;



    color: var(--color-black);



    font-size: 14px;



    margin-left: 5px;



	



}



.header-one-cordonnes li>svg {



	width: 17px;
    height: 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 svg {



	width: 21px;
    height: 21px;



	margin: 0 10px 0 0;



}



.header-two {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}



.wrapper-header-two {

    height: 80px;

    line-height: 80px;

	background-color: var(--color-black);

    z-index: 1111;

    position: relative;

}



.header-two-logo {



	text-align: left;



}



.header-two-logo img {



	width: 135px;



    position: relative;



    left: 15px;



    margin: auto;



    height: 80px;



    line-height: 80px;



    object-fit: contain;



}



.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) !important;



}



.header-two-menus li p {



	display: inline-block;



	font-size: 14.5px;



	margin: 0;

    color: #fff;



}



.header-two-menus li img {



	width: 11px;



	display: inline-block;



}



.header-two-login {



	text-align: right;

    padding: 0;



}



.header-two-login button {



    position: relative;

    display: inline-block;

    overflow: hidden;

    font-size: 14px;

    line-height: 26px;

    font-weight: 500;

    color: #fff !important;

    text-align: center;

    padding: 9px 15px;

    border-radius: 8px;

    z-index: 1;

    transition: all 500ms ease;

    background: transparent;

    margin-left: 6px;

    border: 2px solid #fff;



}



.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 {

	position: fixed;

    bottom: 25px;

    right: 25px;

    display: none;

    background: var(--color-red);

    z-index: 201;

    padding: 8px;

}



.back-to-top img {

	width: 30px;

}



.back-to-top:hover {

	outline: none;

	background: var(--color-rouge);

	transition: 0.6s all;

}



.wrapper-footer {

	background-size: auto auto;

	position: relative;

	padding-top: 60px;

	padding-bottom: 60px;

	background-color: var(--color-black);

}



.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;

    font-weight: 300;
}


.left-footer li>span {
    font-weight: 700 !important;
}

.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: var(--color-black);

	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;

}



#login-btn:hover {

	background: var(--color-rouge);

    border: 2px solid var(--color-rouge);

    color: #fff !important;

}

#signup-btn:hover {

    color: var(--color-rouge) !important;

}



.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;

    background: var(--color-black) !important;

    z-index: 111111;
}



.fixed_header > img {

    height: 85px !important;

}


#avatar_profil {
    width: 55px;
    height: 55px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.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: var(--color-black);

}

.redBull {

    width: 15px;

    height: 15px;



    background: red;



    border-radius: 50%;



    position: absolute;

    top: -2px;

    right: -4px;



    display: flex;

    justify-content: center;

    align-items: center;

}

.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;

    align-items: center;

    /* justify-content: flex-end; */

}

.navbar-nav li>a:first-child {

    color: #fff;
}

.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;
    min-width: 250px;
    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: 12.5px !important;

}

.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: var(--color-black);
    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-rouge);
    box-shadow: 0px 10px 30px 0px rgb(13 25 39 / 30%);
}*/

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

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

.left-footer img {
    width: 135px;
    margin: 0;
    position: relative;
    top: -15px;
}

.wrapper-footer a:hover {
    text-decoration: underline;
}

.wrapper-all {
    padding: 0;
    background: #fff;
    box-shadow: 0 0 3px 3px #e5e5e5;
}
.wrapper-all 
    .header-two-menus li p {
    color: #2a2a2a;
}
.wrapper-all 
    .header-two-login button {
    color: #2a2a2a !important;
    border: 2px solid #2a2a2a;
}
.fixed_header 
    .header-two-menus li p {
    color: #fff !important;
}
.fixed_header 
    .header-two-login button {
    color: #fff !important ;
    border: 2px solid #fff !important;
}

#signup-btn {
    border: 0 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
    cursor: pointer;
}

.startup-label {
    width: 160px;
    position: relative;
    top: 20px;
}

.redBull {
    width: 9px;
    height: 9px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 1px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111; */
}