
.content-bloc-information.mythe {
    position: absolute;
    top: 100%;
    display: flex;
    left: 0;
    right: 0;
    width: 100%;
    height: 63px;
}
.image-chambre.mythe:after, .bloc-chambre.mythe:before, .bloc-chambre.mythe:after {
    bottom: 10px;
}
.pmythe {
    margin-top: 65px;
	padding: 5px;
}

.ss-image-bloc.mythe {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.content-petite-image.mythe {
    display: flex;
    justify-content: space-between;
    width: 37%;
    height: 305px;
    overflow: hidden;
}
.content-bloc-grand-image {
    width: 62%;
    height: 305px;
}

.conteneur-banniere {
    background-image: url(../images/bg-mythe.png) !important;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.interne {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.titre-page {
    padding-bottom: 40px;
    text-align: center;
    font-family: 'proxima_novaregular';
    font-size: 55px;
    padding-top: 80px;
    display: inline-block;
    position: relative;
}