.main_logo{
	width: 11%;
	margin-top: -12px;
	margin-right: 10px;
}



.close_mobile_menu{
	margin-top: 12px;
}




@media (max-width:991px) {
	.content-header {
	    height: 95px;
	}


	.content-header-item {
	    display: inline-block;
	    height: 39px;
	    line-height: 34px;
	    vertical-align: middle;
	}
}



@media (max-width: 549px){

	.content-header-item {
	    width: 119px;
	}	
	.main_logo{
		width: 62px;
	}

	.text-dual-primary-dark{
		display: none;
	}

	.text-primary{
		display: none;
	}

	.content-header {
    	height: 77px;
	}

	.close_mobile_menu{
		margin-top: 3px;
	}

}

.recommanded{
background-color: rgba(230, 230, 51, 0.84);
font-weight:bolder;
color: rgba(31, 26, 26, 0.89) !important;
}
.recommanded i{
color: rgba(31, 26, 26, 0.89) !important;
}
.recommanded:hover{
background-color: rgba(230, 230, 51, 0.84);
color: white  !important;
}



[dir="rtl"] .input-group-addon:not(:last-child){
  border-right: 1px solid rgba(0,0,0,.15);
  border-left: 0;
}

[dir="rtl"] .input-group .form-control:not(:last-child),
[dir="rtl"] .input-group-addon:not(:last-child),
[dir="rtl"] .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
[dir="rtl"] .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .input-group-btn:not(:last-child)>.btn,
[dir="rtl"] .input-group-btn:not(:last-child)>.btn-group>.btn,
[dir="rtl"] .input-group-btn:not(:last-child)>.dropdown-toggle{
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

[dir="rtl"] .input-group .form-control:not(:first-child),
[dir="rtl"] .input-group-addon:not(:first-child),
[dir="rtl"] .input-group-btn:not(:first-child)>.btn,
[dir="rtl"] .input-group-btn:not(:first-child)>.btn-group>.btn,
[dir="rtl"] .input-group-btn:not(:first-child)>.dropdown-toggle,
[dir="rtl"] .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
[dir="rtl"] .input-group-btn:not(:last-child)>.btn:not(:first-child){
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

[dir="rtl"] .form-control + .input-group-addon:not(:first-child){
  border-left: 1px solid rgba(0,0,0,.15);
  border-right: 0;
}

[dir="rtl"] .input-group .form-control:not(:first-child):not(:last-child),
[dir="rtl"] .input-group .input-group-addon:not(:first-child):not(:last-child){
  border-radius: 0;
}

#front_alert{
    position: fixed;
    top: 10%;
    width: 500px;
    left: 10%;
    border: 1px solid;
    z-index: 99;    
}




#footer_copyr{
    background-color: white;
    padding: 2px;
    border-radius: 8px;
    opacity:0.5    
}

#footer_copyr:hover{
    opacity:1    
}



#footer_author{
    background-color: white;
    padding: 2px;
    border-radius: 8px;
    opacity:0.5    
}

#footer_author:hover{
    opacity:1    
}