body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5f5f5f;
    background-color: #f6f6f6;
}
.white{
    color: white;
}
.orange{
    color: #E94B13 !important;
}
.grey{
    color: #5f5f5f !important;
}

a { 
    font-family: 'Lato', sans-serif ;
    font-weight: 400 ;
    font-size: 18px ;
    text-decoration: underline;
    color: #5f5f5f ;
}
a:hover {
    text-decoration: underline;
    color: #E94B13;
}
h1{
    font-family: 'La Belle Aurore', cursive;
    color: #5f5f5f;
    font-size: 56px;
}
h2{
    font-family: 'La Belle Aurore', cursive;
    color: white;
    font-size: 46px;
}
h3{
    font-family: 'La Belle Aurore', cursive;
    color: #E94B13;
    font-size: 40px;
}
h4{
    font-weight: 700;
    color: #E94B13;
    font-size: 22px;
}




/* NAV */
.nav>li>a {
    color: white;
    font-family: 'La Belle Aurore', cursive;
    font-weight: lighter;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
}
.nav>li>a:hover{
    color: #E94B13;
    background: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: white;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: -15px;
}
.navbar-collapse {
    background: rgba(233, 75, 19,1);
}
/* end NAV */

.header{
    position: relative;
    height: 768px;
    background: url(../img/bg_home.jpg) no-repeat top center; 
    background-size: cover;
    border-bottom: 30px solid #e4e0db;
}
.header-concept{
    position: relative;
    height: 500px;
    background: url(../img/bg_concept.jpg) no-repeat top center; 
    background-size: cover;
    border-bottom: 30px solid #e4e0db;
}
.header-bio{
    position: relative;
    height: 500px;
    background: url(../img/bg_bio.jpg) no-repeat top center; 
    background-size: cover;
    border-bottom: 30px solid #e4e0db;
}
.header-archi{
    position: relative;
    height: 500px;
    background: url(../img/bg_archi.jpg) no-repeat top center; 
    background-size: cover;
    border-bottom: 30px solid #e4e0db;
}
.logoHero{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 768px;
    background-color: rgba(255,255,255,0.15);
    z-index: 10;
}
.logoHero-min{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 500px;
    background-color: rgba(255,255,255,0.15);
    z-index: 10;
}
.logoHero img{
    width: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);    
}
.logoHero-min img{
    width: 75%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);    
}

.decoHeader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.decoLeft{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 400px;
    height: 500px;
    padding-top:30px;
    margin-top: 40px;
    margin-left: 40px;
    background: url(../img/decoLeft.png) no-repeat top center;
    background-size: cover;
}

.decoRight{
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 500px;
    padding-top:30px;
    margin-top: 40px;
    margin-right: 40px;
    background: url(../img/decoRight.png) no-repeat top center;
    background-size: cover;
}

section{
    padding-top: 100px ;
}


.underH1{
    width: 45px;
    border: 2px solid #E94B13;
    margin-bottom: 50px;
}
.underH2{
    width: 35px;
    border: 2px solid white;
    margin-bottom: 50px;
}
.underH2grey{
    width: 35px;
    border: 2px solid #5f5f5f;
    margin-bottom: 50px;
}
.underH3{
    width: 35px;
    border: 2px solid #E94B13;
    margin-bottom: 30px;
}

#concept .photo{
    height: 560px;
    background: url(../img/conceptPhoto.png) no-repeat top center;
    background-size: cover;
    border-right: 30px solid rgba(233,75,19,0.5);

}
#concept .texte{
    height: 560px;
    background-color: #E94B13;
    background-size: cover;  
}
#concept .contenuTexte{
    transform: translateY(35%);
}
#concept a{
    text-decoration: none;
    font-family: 'La Belle Aurore', cursive;
    color: white;
    font-size: 25px;
}
#histoire{
    padding-top: 20px;
}
#histoire .photo{
    height: 350px;
    background: url(../img/histoirePhoto.png) no-repeat top center;
    background-size: cover;
}
#histoire .texte{
    height: 350px;
    background-color: #f9f7f4;
    background-size: cover;  
    border-right: 30px solid rgba(201,173,152,0.5);
}
#histoire .contenuTexte{
    transform: translateY(20%);
    margin: 30px;
}
#archi{
    padding-top: 20px;
}
#archi .photo{
    height: 350px;
    background: url(../img/archiPhoto.png) no-repeat top center;
    background-size: cover;
}
#archi .texte{
    height: 350px;
    background-color: #f9f7f4;
    background-size: cover;  
    border-left: 30px solid rgba(201,173,152,0.5);
}
#archi .contenuTexte{
    transform: translateY(20%);
    margin: 30px;
}
#archi a{
    color: #E94B13;
    font-style: italic;
}
#perso .texte{
    height: 350px;
    background-color: #f9f7f4;
    background-size: cover;  
}
#perso .contenuTexte{
    transform: translateY(25%);
    margin: 30px;
}
#perso{
    padding-top: 20px;
    border-bottom: 30px solid #e4e0db;
}
#biographie{
    padding-bottom: 100px;
    border-bottom: 30px solid #e4e0db; 
}
#familles{
    margin-top: 100px;
    background-color: #f9f7f4;
    padding-bottom: 100px;
    border-bottom: 30px solid #e4e0db; 
}
#famillesLeft p{
        padding-bottom: 60px;
    }
#famillesLeft{
    padding-left: 50px;
    transform: translateY(5%);
}
#famillesRight{
    padding-right: 50px;
    transform: translateY(5%);
}
#famillesRight p{
        padding-bottom: 90px;
    }
#bio{
    padding-top: 0;
}
#bio .photo{
    height: 560px;
    background: url(../img/bioPhoto.png) no-repeat top center;
    background-size: cover;
    border-left: 30px solid rgba(154,141,123,0.5);
}
#bio .texte{
    height: 560px;
    background-color: #9a8d7b;
    background-size: cover;  
}
#bio .contenuTexte{
    transform: translateY(40%);
}
#bio a{
    text-decoration: none;
    font-family: 'La Belle Aurore', cursive;
    color: white;
    font-size: 25px;
}
#promo{
    background-color: rgba(154,141,123,0.27);
    margin: 50px 0;
    padding: 50px 0;
}
#contact{
    background-color: #E94B13;
    padding: 50px 0;
    margin-top: 100px;
}

footer{
    height:50px;
}
footer p {
    font-size: 15px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .logoHero{
        position: absolute;
        left: 50%;
        top: -6%;
        transform: translateX(-50%);
        width: 100%;
        height: 768px;
        background-color: transparent;
    }
    .logoHero-min{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 500px;
        background-color: transparent;
    }
    .header{
        position: relative;
        height: 735px;
        background: url(../img/bg_home.jpg) no-repeat top center; 
        background-size: cover;
        border-bottom: 30px solid #e4e0db;
    }
    .navbar-brand {
        color:white;
        text-decoration: none;
    }
    .nav>li>a:hover {
        color: white;
        background: none;
    }
    section {
        padding-top: 30px;
    }
    #concept .photo{
        height: 250px;
        width: 100%;
        background: url(../img/conceptPhoto.png) no-repeat top center;
        background-size: cover;
        border-right: none;

    }
    #concept .texte {
        height: 470px;
        background-color: #E94B13;
        background-size: cover;
    }
    #concept .contenuTexte {
        transform: translateY(25%);
    }
    #bio .row{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    #bio .photo {
        height: 250px;
        width: 100%;
        background: url(../img/bioPhoto.png) no-repeat top center;
        background-size: cover;
        border-left: none;
    }
    #bio .texte {
        height: 470px;
        width: 100%;
        background-color: #9a8d7b;
        background-size: cover;
    }
    #bio .contenuTexte {
        transform: translateY(30%);
    }
    #histoire .row{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    #histoire .photo {
        height: 250px;
        width: 100%;
        background: url(../img/histoirePhoto.png) no-repeat top center;
        background-size: cover;
    }
    #histoire .texte {
        height: 470px;
        background-color: #f9f7f4;
        background-size: cover;
        border-right: none;
        text-align: center;
    }
    #histoire .contenuTexte {
        transform: translateY(15%);
        margin: 30px;
    }
    #archi .photo {
        height: 250px;
        background: url(../img/archiPhoto.png) no-repeat top center;
        background-size: cover;
    }
    #archi .texte {
        height: 470px;
        background-color: #f9f7f4;
        background-size: cover;
        border-left: none;
        text-align: center;

    }
    #archi .contenuTexte {
        transform: translateY(25%);
        margin: 30px;
    }
    #archi{
        padding-top: 0;
    }
    #perso {
        padding-top: 0;
    }
    #perso .texte {
        height: 470px;
        background-color: #f9f7f4;
        background-size: cover;
    }
    .header-bio {
        position: relative;
        height: 500px;
        background: url(../img/bg_bio.jpg) no-repeat top right;
        background-size: cover;
        border-bottom: 30px solid #e4e0db;
    }
    #biographie {
        padding-bottom: 30px;
        border-bottom: 30px solid #e4e0db;
    }
    #pyramide img{
        margin-left: 0 !important;
        width:100%;
    }
    #familles {
        margin-top: 30px;
        background-color: #f9f7f4;
        padding-bottom: 30px;
        border-bottom: 30px solid #e4e0db;
    }
    #familles .row{
        display: flex;
        flex-direction: column;
    }
    #famillesLeft {
        order: 1;
        text-align: center;
        padding-left: 15px;
        transform: translateY(0%);
    }
    #famillesLeft p{
        padding-left: 0 !important;
        text-align: center;
        padding-bottom: 10px;
    }
    #famillesRight {
        order: 2;
        padding-right: 15px;
        transform: translateY(5%);
    }
    #famillesRight p{
        padding-left: 0 !important;
        text-align: center;
        padding-bottom: 10px;
    }
    #rosace{
        padding-bottom: 30px;

    }


