﻿/**
 * STYLE TRANSITION CITE/PHILHAR
 */
html, body, form {
  height: 100%;
}
.header-page{
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 10px auto;
    padding-left: 6px;
}
.header-page h1{
    text-align: center;
    text-transform: none;
}
.bandeau-philhar{
    background: url('/francais/transition/img/philhar-top.jpg') no-repeat center;
    background-size: cover;
    padding: 55px 0 0 0;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 0;
    min-height: 100%;
    margin-bottom: -200px;
}
.bandeau-philhar:after {
    content: "";
    display: block;
    height: 200px;
}
footer{
    height: 200px;
}
footer #sitemap{
    padding: 20px 20px 0 20px;
}
#sitemap #info{
    display: inline-block;
    float: none;
}
.footer-logo-cite{
    vertical-align: top;
    margin-right: 20px;
}
.bandeau-philhar h1{
    margin-top: 40px;
}
.bandeau-philhar .intro{
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    max-width: 600px;
    margin: 50px auto;
}
.bandeau-philhar .more{
    background: #1d89db;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 40px;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0.1s; 
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.bandeau-philhar .credit{
    text-align: right;
    font-size:10px;
    color: #3c3c3c;
    margin: 0 10px;
    padding: 0;
}
.bandeau-philhar .more:hover{
}

header div.logo{
    margin: 0;
    width: 0;
    min-width: 100px;
    margin-top: 30px;
}

header img.logo{
    width: 80px;
    background-color: #c7c7c7;
    
}
.title h1{
    font-size: 1.1em;
    margin-top: 50px;
}

.color-gris{
    color: #c7c7c7;
}

#headline .flex-control-nav { 
	display: none 
}