
@-moz-document url-prefix() {
	.hack .nav > li > a { font-weight: 300; }
	.navbar-inverse a.brand.hack { font-weight: 300; }
}

html {
	margin: 0;
}
body {
	position: relative;
	margin-top: 61px;
	padding-top: 0px;
	background: #DDDCE2 url(../img/body_bg.jpg) repeat left top;
	font-family: 'EncodeSans';
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
a:hover {
	text-decoration: none;
}
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea {
	font-family: 'EncodeSans';
}

.page-header h3 { 
	font-weight: 400; 
	line-height: 25px; 
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nowrap {
	white-space: nowrap;
	display: inline-block;
}

.tags .label a{
	color: #FFF;
}
.tags .label:hover{
	background-color: #AAA;
}

/* Navbar
-------------------------------------------------- */
.navbar.navbar-static-top {
    margin-bottom: 35px;
}
.navbar-fixed-top { position: fixed !important; margin: 0; }

.navbar.navbar-inverse .navbar-inner {
	background: #222;
	border-color: #FFF;
}
.navbar.transparent.navbar-inverse .navbar-inner {
	background: rgba(0,0,0,.8);
}
.navbar.navbar-inverse .navbar-inner .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
       -moz-transition: margin .2s ease-in-out;
            transition: margin .2s ease-in-out;
}
.navbar.navbar-inverse .navbar-inner.sticky {
	padding: 3px 0 0;
}
.navbar-inverse .navbar-inner.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.navbar-inverse .brand {
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%
}
.brand-group {
	vertical-align: -webkit-baseline-middle;
	/*display: inline-block;*/
}
.navbar-inverse .brand-group > a.brand {
	display: block;
	float: none;
}
.navbar .brand-group > a.parent {
    display: none;
}
.navbar .brand-group > a.parent:first-child {
    display: block;
}
.navbar:hover .brand-group > a.parent {
    display: block;
}

.navbar-inverse .brand-group > a.brand:last-child {
	float: left;
}
.navbar-inverse a.brand {
	line-height: 1em;
    font-size: 20px;
    /*border-bottom: 1px solid #7DACF3;*/
    /*padding-top: 6px;*/
    font-weight: 300;
}
.navbar-inverse a.brand.multi {
	line-height: 1em;
    font-size: 24px;
    /*border-bottom: 1px solid #7DACF3;*/
    padding-top: 6px;
    font-weight: 300;
    font-variant: small-caps;
    text-shadow: none;
}

.dropdown-backdrop {
	position: relative;
}
.navbar.navbar-inverse .navbar-inner .dropdown {
	margin: -8px 0;
	line-height: 38px;
}
.navbar.navbar-inverse .navbar-inner.sticky .dropdown {
	line-height: 30px;
}
.navbar .nav .dropdown-toggle .caret {
	vertical-align: baseline;
	position: relative;
	top: -2px;
}

.navbar-inverse .nav>li>a {
	text-shadow: none;
}


.navbar-inverse a.brand.parent {
	border-bottom: none;
	font-variant: small-caps;
}

.navbar ul.nav {
	min-height: 40px;
}
.nav a {
	cursor: pointer;
}
.nav > li > a {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    font-variant : small-caps;
    text-transform: capitalize;
    filter: alpha(opacity=60);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.nav li > a.disabled {
    cursor: not-allowed;
    opacity: .8;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a.active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-inverse .dropdown-menu {
	background: #111;
	margin-top: 0px;
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;

}
.navbar-inverse .nav > li > .dropdown-menu::after {
	border-bottom: 6px solid #252528;
}
.navbar-inverse .dropdown-menu li > a {
	color: #fff;
	font-weight: 300;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
}

.navbar .user_account {
	background: url('../img/formname.png') transparent no-repeat 5px;
	width: 24px;
	height: 20px;
	display: inline-block;
}


.section_header {
	width: 100%;
/*	margin-bottom: 60px; */
	margin: 30px 0;
}
.section_header h3 {
	color: rgb(100, 100, 100);
	font-weight: 300;
	font-style: italic;
	font-size: 27px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 0px;
	display: inline-block;
	margin:0;
}

.breadcrumb { margin: 0; }

.annonces { margin: 20px 10px; }

/* Footer
-------------------------------------------------- */
#footer {
	min-height: 40px;
	margin-top: 30px;
	color: #333;
	text-align: left;
}

#footer .author img {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	position: relative;
}

#footer .author .name {
	padding-top: 10px;
}

#footer .contact {
	text-align: right;
}

.contacticos{
	background: url('../img/contact_icons.png') no-repeat;
	width: 24px;
	height: 44px;
}
.contacticos.tel{
	background: url('../img/contact_icons.png') 0 0 no-repeat;
}
.contacticos.mail{
	background: url('../img/contact_icons.png') 0 -21px no-repeat;
}
.contacticos.fax{
	background: url('../img/contact_icons.png') 0 -42px no-repeat;
}

#footer span.ico1 {
	display: inline-block;
	height: 20px;
	margin-bottom: -5px;
	float: none;
}

#footer .red { color: #F80; }

#footer .legal {
	border-top: 1px solid #AAA;
	margin-top: 15px;
	padding: 10px 0 0 0;
	color: #AAA;
	text-align: center;
}
#footer p { text-align: center; }

#footer .copyright {
	border-top: 1px solid #DDD;
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	color: #AAA;
	font-style: italic;
	text-align: center;
}

#footer .copyright img {
	width: 120px; 
	margin: 0px 0px 6px 2px;
}

#charte { color: #333; }
#charte .container { width: auto; }
#charte-titre { font-weight: bold; line-height: 30px; font-size: 16px; }

/* Global
-------------------------------------------------- */
.page_header {
	background-color: #000;
	color: #fff;
	font-size: 23px;
	display: inline-block;
	padding: 0px 18px;
}
.social_icon{
	background: url("https://www.docteur-alouani.fr/img/social_icons.png") no-repeat;
	width: 110px;
	height: 18px;
}
.contact_social{
	background: url("https://www.docteur-alouani.fr/img/contact_social.png") no-repeat;
	width: 180px;
	height: 34px;
}
.icon-stack i+i {
	margin-top: -2px;
}

/* Carousel
-------------------------------------------------- */
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
  margin: auto;
}

/* Responsive
-------------------------------------------------- */

@media (max-width: 979px) {
	body { margin-top: 51px; }
    .navbar .container {
        margin: 0px 15px !important;
    }
	.navbar.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: 0;
	}
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #fff;
		opacity: 0.7;
	}
	.breadcrumb { padding: 5px; }
}
@media (max-width: 767px) {
	body { padding-top: 0 !important; }
	.navbar .brand-group {
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer{
		margin-right: -20px;
		margin-left: -20px;
	}
	#footer .container{
		padding: 0px 20px;
	}
	/*Index Footer*/
	#footer .footer_header {
		margin-left: 0;
	}
	#footer .footer_header h3{
		margin-left: 0;
	}
	#footer .testimonials{
		overflow: hidden;
	}
	#footer .testimonials .footer_header{
		margin-left: 0;
	}
	#footer .testimonials .wrapper{
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	#footer .contact{
		margin: 0;
		text-align: left;
	}
	#footer .contact .footer_header{
		margin-left: 0;
	}
	#footer .contact input[type="text"], #footer .contact textarea{
		float: left;
		width: 92%;
	}
	/*Inner Footer*/
	#footer .info .touch ul li{
		margin: 0 30px 0 0;
	}
	#footer .info .touch ul{
		margin:15px 0 15px;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) {
	body {
		font-family: 'EncodeSansNarrow';
	}
}