
#interpretation_titre {
}

#section_interpretation {
    text-align: left;
    min-height: 300px; 
    background-color: rgb(225, 207, 7);
    border-bottom: solid 4px whitesmoke;
}

#interpretation_main {
    display: inline-block; /* Non pris en compte a cause du 'float'... */
    /* float: right; */                      /** MD - VERIFIER Float et Display... **/
    color: #52053f;
    background-color:rgb(208, 219, 181);
    width: 60%;
    padding: 15px 10% 30px 8%;
    margin-right: auto;
    /* border: solid 2px red; */
}

#interpretation_deco {
    z-index: 2;
    display: inline-block;
    vertical-align:top;
    width: 30%;
    position: relative;
    top: 100px;
    left: -25px;
    margin: 0 auto;
    padding: 50px 10px;
    text-align: center;
    background-color: whitesmoke;
    background-image: url("../../img/DSCF3934.JPG");
    background-size: cover;
    background-position: center;
    /* border: solid 2px red; */
}

#interpretation_deco 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(112, 194, 117);
}


@media (max-width: 990px) {
    #interpretation_main {
        /*  background-color:gold; */
        text-align: center;
        width: 100%;
    }

    #interpretation_deco {
        display: none;
    }
} 