﻿body {
	line-height:1.4;
	  position:relative;
    padding-top: 40px; /* Ajustez pour éviter que le texte soit caché sous le menu */
}
h4 {
	text-align:center;
}

@media screen and (max-width: 992px) {
  .imgmenu {
    display: none;
  }

}


.img-responsive {
	margin-left:auto;
	margin-right:auto;
}
.puce {
	 list-style-type: none;
    background-image: url(images/Icon-check.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    background-size:15px;
 }
section .container {
	padding-top:10px;
	padding-bottom:60px;
}
.parallax-window {
    min-height: 300px;
    background: transparent;
}
.bg-ctc {
  position: relative;
  width: 100%;
  height: auto; /* Laissez la hauteur automatique pour redimensionner proportionnellement */
  padding-top: 30%; /* Ajustez le ratio selon la taille souhaitée */
  background: url('images/contact us icon.jpg') no-repeat center center;
  background-size: contain;
}


.bg-soins {
    position: relative; /* Relative pour un comportement normal */
    width: 100%;
    min-height: 300px; /* Assure une hauteur minimale */
    overflow: auto;
    background: url('images/soins-dentaires.jpg') no-repeat top center fixed;
    background-size: contain;
    color: #fff;
}


.bg-urg {
  position: relative;
  width: 100%;
  height: auto; /* Pour redimensionner proportionnellement */
  padding-top: 30%; /* Maintient un ratio pour la hauteur */
  margin-top: -30px; /* Compense le padding-top du body */
  background: url('images/urgence.jpg') no-repeat top center;
  background-size: contain;
  color: #fff;
}

.wrapper-with-intrinsic-ratio {
	position: relative;
	padding-bottom: 28%; /* bottom vs. top for IE5 */
	height: 0; /* triggers hasLayout in IE5.0+ */
}
.footer2 .container {
		padding-top:5px;
	padding-bottom:5px;
	display:block;
}
.footer2 p {
	color:white;
	font-size:10px;
	text-align:center;
	padding-top:15px;
}
.footer2 a {
	color:white;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	padding-top:15px;
}
h1.heading {
    font-size: 46px;
    color: #333333;
    font-weight: normal;
    text-align: center;
	margin: 10px 0 30px 0;
	padding: 0 0 50px 0;
    background: url("images/soustitre.png") center bottom no-repeat;
}
h2.heading {
	 font-size: 40px;
    color: #333333;
    font-weight: normal;
    text-align: center;
	margin: 10px 0 30px 0;
	padding: 0 0 50px 0;
    background: url("images/soustitre-urg.png") center bottom no-repeat;
}
.alignleft {
    float: center;
    margin: 0 20px 5px 0;
}
.alignleftfooter {
    float: center;
    margin: 0 5px 5px 0;
}
section#Equipe {
    background-color: #388dc3;
	overflow: hidden;
	display: block;
	color:white;
}
section.footer1 {
    background-color: #388dc3;
}
section.footer2 {
	background-color:#585858;
}
section#competences {
	background-color:#f6f6f6;
	overflow: hidden;
}
#competences p {
	max-width:300px;
	margin:0 auto 0 auto;
	text-align:justify;
	}
#competences .col-lg-4 {
	height:540px;
}
p.lead {
	text-align:center;
}
@media (max-width: 768px) {
  h1.heading {
   
font-size: 26px;
    color: #333333;
    font-weight: normal;
    text-align: center;
	margin: 10px 0 30px 0;
	padding: 0 0 50px 0;
    background: url("images/soustitre.png") center bottom no-repeat;   }
}
@media (min-width: 768px) {
  h1.heading {
   
font-size: 26px;
    color: #333333;
    font-weight: normal;
    text-align: center;
	margin: 10px 0 30px 0;
	padding: 0 0 50px 0;
    background: url("images/soustitre.png") center bottom no-repeat;   }
}
@media (min-width: 992px) {

 h1.heading {
	font-size: 34px;
    color: #333333;
    font-weight: normal;
    text-align: center;
	margin: 10px 0 30px 0;
	padding: 0 0 50px 0;
    background: url("images/soustitre.png") center bottom no-repeat;
  }
}
@media (min-width: 1200px) {
  h1.heading {
    font-size: 40px;
    color: #333333;
    font-weight: normal;
    text-align: center;
	margin: 10px 0 30px 0;
	padding: 0 0 50px 0;
    background: url("images/soustitre.png") center bottom no-repeat;
  }
}
.div-element div{
    position:relative;
    width: 200px;
    height: 200px;
    margin: 50px auto 150px;
	 background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
	border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}
.div-element p{
    font: 1.2em sans-serif;
	position: absolute;
    right: 0; bottom: 0px;
    margin: 0; padding: 10px;
    background: rgba(0,0,0,.3);
    color: white;
}
.div-element img {
	box-shadow: 8px 8px 12px #000000;
}

.divider {
    height:50px;
}

#masthead { 
 min-height:250px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

#masthead .well {
 margin-top:8%;
}
@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top {
position:static;
}

.affix {
 position: static;
}

.application {
  border-top: 1px solid #c1e1ec;
  }
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:250px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:100px;
    width:250px;
  }
  #sidebar.affix-bottom {
  position: absolute;
  width:250px;
  }
}

/* Toggle Styles */
 
 #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
 
#wrapper.toggled {
    padding-left: 250px;
    overflow: scroll;
}
 
#sidebar-wrapper {
    z-index: 1000;
    position: absolute; 
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
 
#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;  
    overflow-x: hidden; 
}
.xyz{
    min-width: 360px;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px; 
}
.fixed-brand{
    width: auto;
}
/* END Toggle Styles */

/* Sidebar Styles */
 
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}
 
.sidebar-nav li {
    text-indent: 15px;
    line-height: 40px;
}
 
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
 
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    border-left: red 2px solid;
}
 
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
 
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
 
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
 
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.no-margin{
    margin:0;
}
 
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
    .fixed-brand{
        width: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
 
    #sidebar-wrapper {
        width: 250px;
    }
 
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 250px;
    }
 
    #page-content-wrapper {
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
 
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}
/* END Sidebar Styles */

.panel-title {
	text-align:center;
}

body{color:#5a5a5a}.navbar-wrapper{position:absolute;top:0;right:0;left:0;z-index:20}
.navbar-wrapper>.container{padding-right:0;padding-left:0}.navbar-wrapper .navbar{padding-right:15px;padding-left:15px}
.navbar-wrapper .navbar .container{width:auto}
.carousel{height:500px;margin-bottom:60px}
.carousel-caption{z-index:10}
.carousel .item{height:500px;background-color:#777}
.carousel-inner>.item>img{position:absolute;top:0;left:0;min-width:100%;height:500px}
.marketing .col-lg-4{margin-bottom:20px;text-align:center}.marketing h2{font-weight:400}.marketing .col-lg-4 p{margin-right:10px;margin-left:10px}
.featurette-divider{margin:80px 0}.featurette-heading{font-weight:300;line-height:1;letter-spacing:-1px}@media (min-width:768px){.navbar-wrapper{margin-top:20px}
.navbar-wrapper .container{padding-right:15px;padding-left:15px}
.navbar-wrapper .navbar{padding-right:0;padding-left:0;border-radius:4px}
.carousel-caption p{margin-bottom:20px;font-size:21px;line-height:1.4}
.featurette-heading{font-size:50px}}@media (min-width:992px){.featurette-heading{margin-top:120px}}