/*
 */

/* ==========================================================================
   Base Styles, Bootstrap Modifications 
   ========================================================================== */

.bt_hidden{
    opacity:0;
}
.bt_visible{
    opacity:1;
}

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

li {
    display: block;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 20px;
}

.mb {
	margin-bottom: 20px;
}

/* ==========================================================================
   General styles
   ========================================================================== */


body {
    padding-top: 130px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #4a4a4a;
}

.top-nav-collapse {
    padding: 0;
    background-color: #000;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

/*.navbar-custom .top-nav-collapse {
    border-bottom: 1px solid rgba(255,255,255,.3);
}*/

.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand {
	color: #000066;
}

.navbar-default {
	background-color: #ffffff;/*transparent;*/
	border-color: transparent;
    opacity:0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000066;
	background-color: transparent;
	border-bottom: 2px solid #000066
}

.navbar-default .navbar-nav > li > a {
	color: #000066;
}




.navbar-custom {
	background-color:#428bca;
    color:#ffffff;
  	border-radius:0;
}
  
.navbar-custom .navbar-nav > li > a {
  	color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
	background-color:transparent;
}
      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #5bc0de;
}
      
.navbar-custom .navbar-brand {
  	color:#eeeeee;
}
.navbar-custom .navbar-toggle {
  	background-color:#eeeeee;
}
.navbar-custom .icon-bar {
  	background-color:#5bc0de;
}

.navbar-custom .dropdown-menu{
  		background-color:#428bca;
}
.navbar-nav .dropdown-menu > li > a:hover , .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  	    background-color:#5bc0de;
}

.dropdown-menu > li > a ,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
                color:#ffffff
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
}


a {
	color: #000066;
}

.medcategory {
    font-weight:bold;
}
.medcategorycontent {
    font-style:italic;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */
#headerwrap {
	background: url(https://farm9.staticflickr.com/8483/29196995943_40b87a8900.jpg) no-repeat center top;
	margin-top: -70px;
/*	padding-top: 250px;
 */
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	/*min-height: 650px;*/
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#headerwrap h4 {
	font-weight: 400;
    color: #ffffff;
}

#headerwrap a {
    color: #ffffff;
}


#parcours {
/*	padding-top: 50px;
	padding-bottom: 50px;
*/	background-color: #f2f2f2;
}

#parcours i {
	font-size: 40px;
	color: #4a4a4a
}

#parcours i:hover {
	color: #000066
}

#social {
/*	padding-top: 50px;
	padding-bottom: 50px;
*/	background-color: #f2f2f2;
}

#social i {
	font-size: 40px;
	color: #4a4a4a
}

#social i:hover {
	color: #000066
}

#consultation {
/*	padding-top: 50px;
	padding-bottom: 50px;
*/	background-color: #f2f2f2;
}

#consultation i {
	font-size: 40px;
	color: #4a4a4a
}

#consultation i:hover {
	color: #000066
}

#tarif {
/*	padding-top: 50px;
	padding-bottom: 50px;
*/	background-color: #f2f2f2;
}

#tarif i {
	font-size: 40px;
	color: #4a4a4a
}

#tarif i:hover {
	color: #000066
}
#footerwrap {
    color: #ffffff;
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #2f2f2f;
}

#footerwrap p {
    color: #ffffff;
	margin-left: 10px;
}

#footerwrap > a, #footerwrap > a:hover, #footerwrap > a:focus {
    color: #ffffff;
/*    background-color: transparent;
    border-bottom: 2px solid #000066*/
}

#workwrap {	
	background: url(../img/work.jpg) no-repeat center top;
/*	margin-top: -70px;
	padding-top: 250px;
*/	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#workwrap h1 {
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 4px;
	font-size: 80px;
	font-weight: bold;
}

#workwrap h4 {
	font-weight: 400;
	color: #ffffff
}

/*#contact div div{
    min-height: 250px;
}*/

#aboutwrap {
	background: url(../img/about.jpg) no-repeat center top;
/*	margin-top: -70px;
	padding-top: 250px;
*/	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img:hover {
	opacity: 0.4;
}