
#historique_titre {
}

#section_historique {
    text-align: left;
    min-height: 300px; 
    background-color: rgb(213, 252, 230);
    border-bottom: solid 4px whitesmoke;
}

#historique_main {
    display: inline-block; /* Non pris en compte a cause du 'float'... */
    /* float: right; */                      /** MD - VERIFIER Float et Display... **/
    color: #2f0d55;
    background-color:rgb(180, 249, 112);
    width: 67%;
    padding: 15px 10% 20px 8%;
    margin-right: auto;
    /* border: solid 2px red; */
}

#historique_deco {
    z-index: 2;
    display: inline-block;
    vertical-align:top;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    /* border: solid 2px red; */
}

#historique_deco_photo {
    display: block;
    margin: 10px 0px;
}

#historique_deco_photo img {
    position: relative;
    top: -5px;
    left: -90px;
    width: 75%;
    rotate: 4deg;
    z-index: 3;
}

#historique_deco_EN {
    position: relative;
    top: 130px;
    left: -25px;
    margin: 0 auto;
    padding: 50px 10px;
    text-align: center;
    background-color: whitesmoke;
    background-image: url("../../img/DSCF2830.JPG");
    background-size: cover;
    background-position: center;
}

#historique_deco_EN img {  /** FR **/
    background-color: rgba(255,255,255,0.5);
    padding: 25px 35px;
}

.tarifs_li {
    display: block;
    font-weight: 600;
}

.li_col_gauche {
    display: inline-block;
    width:60%;
    text-align:left;
    /* border: solid 1px orange; */
}

.li_col_droite {
    display: inline-block;
    width:25%;
    text-align:right;
    /* border: solid 1px red; */
}

#section_valeurs {
    border-top: solid 4px rgb(238, 216, 220);
}


@media (max-width: 990px) {
    #historique_main {
        /*  background-color:gold; */
        text-align: center;
        width: 100%;
    }

    #historique_deco {
        display: block;
        width: 100%;
        background-color: rgb(180, 249, 112);
    }

    #historique_deco_EN {
        display: none;
    }

    #historique_deco_photo {
        width: 50%;
        max-width: 400px;
        margin: 0px auto 5px;
        background-color: rgb(180, 249, 112);
    }

    #historique_deco_photo img {
        position: relative;
        top: 0px;
        left: 0px;
        rotate: 0deg;
    }
} 