#page_jeuxindestructibles {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #384146;
}

#page_jeuxindestructibles h1 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -1.6px;
    color: #1a58aa;
    margin: 33px 0 17px 0;
}

#ji_header_big {
    display: block;
    max-width: 100%;
    height: auto;
}

#ji_header_small {
    display: none;
    max-width: 100%;
    height: auto;
}

#ji_container {
    padding: 70px 50px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 22px;
}










/* ======================================
	         	RWD
====================================== */

@media screen and (max-width: 768px) {

    #ji_container {
        padding: 0 0 25px 0;
    }

}

@media screen and (max-width: 544px) {
    #ji_header_big {
        display: none;
    }
    
    #ji_header_small {
        display: block;
    }
}