/* Changement des logo */
.navbar-header .logo {
    background-image: url('img/doubleLogo.jpg');
}

.navbar-header .logo {
    margin: 0%;
}

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

.navbar-default .navbar-nav > li > a:hover {
    color: grey;
}

/* Changement de l'img du bandeau */
  #bandeau {
    background: url('img/bandeau1.JPG') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.welcome h2 {
    text-shadow: 0 0 30px black;
    color: white !important;
    font-size: 40px;
}

#bandeau .enSavoirPlus {
    background: #DC143C;
    border: 2px solid #DC143C;
}

.bloc-head-resultat .nb-result {
   color : #DC143C;
   font-size: 35px;
}

/* Demande client */

h1,h2,h3,h4,h5,h6 { 
    color: white !important;
    font-weight: 200 !important;
    letter-spacing: -.05em;
    margin:0 !important;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px;
}
h2 { 
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px;
}

h3 { 
    font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

h4 { 
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px;
}

h5 { 
    font-size: 1em;
    font-weight: 600 !important;
    line-height: 18px;
    margin: 0 0 14px;
    text-transform: uppercase;
}

h6 { 
    color: #333;
    font-size: 1em;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 14px;
}

/** Paragraph **/

p { color: #777 !important; 
    line-height: 26px; 
    margin: 0 0 20px;  
    font-size: 14px;
}

body {
    font-family: "Open Sans",Arial,sans-serif;
}
#section_parcours h3 {
    text-align: center;
}
.image img[src="/img/empty.png"] {
    background-image: url('img/logo-Paris-Est.jpg');
}

#section_parcours {
    background-color: #DC143C;
}

.img-responsive {
	display: table-cell;
flex-flow: column nowrap;
align-items: center;
justify-content: space-evenly;
border: 1px solid black;
border-radius: 5px;
padding: 5px;
height: 300px;
width: 300px;
vertical-align: middle;
object-fit: contain;
}

