/* CSS Document */


/*0. Positionnement et propriétés du corps de la page*/



/*
.zone-sensible {
    margin: 0px 20px 0px -42px;
    border-radius: 3px;
    height: 666px;
    width: 532px;
    overflow: scroll;
}
*/

/*
.boutons_escamotables .bouton_LOUPE img, .boutons_escamotables .bouton_LIVRE img {
    height: 17px;
}


.boutons_escamotables {
    opacity: 0;
    transition: 5s cubic-bezier(1, -0.49, 1, -0.53);
}
.photo:hover + .boutons_escamotables, .photo_H:hover + .boutons_escamotables {
    opacity: 1;
    transition: .1s ease-in-out;
    pointer-events: none;
}
*/
.boutons_escamotables {
position: absolute;
bottom: 11px;
left: 11px;
z-index: 99;
pointer-events: none;
align-items: center;
justify-content: space-around;
display: none;
height: 40px;
background-color: #6a6a6aab;
border-radius: 6px;
padding: 2px 5px 0px 10px;
}


.invert100 {
    -webkit-filter : invert(100%);
    filter : invert(100%);
}
a, a img {
    color: #FFFFFF;
    opacity: 70%;
    /******  transition: .2s ease-in-out;  *******/
}
a, a img:hover {
    opacity: 100%;
    /******  transition: .2s ease-in-out;  *******/
}
.etk {
    width: 200px;
}
.etk_H {
    width: 200px;
}
.etk p, .etk_H p {
    margin-bottom: 0px;
}
.stepcarousel .panel .VOLET_DROITROIT .etk img {
    width: inherit;
    margin-top: 35px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
.stepcarousel .panel .VOLET_DROITROIT .etk img:hover {
    transform: scale(2);
    transform-origin: bottom right;
    transition: .3s ease-in-out;
    overflow: scroll;
}
.photo {
    overflow: scroll;
}
.photo_H {
}
.photo img, .photo_H img {
border-radius: 3px;
max-width: 640px;
transition: .3s ease-in-out;
max-height: 640px;
}
.hover-title {
    position: absolute;
}
.hover-title_LOUPE {
    position: relative;
    top: -10px;
    left: -547px;
}
.bouton_LOUPE {
    position: relative;
}
.bouton_LIVRE {
    position: relative;
}
.hover-title_GUITARE {
    position: relative;
    top: -12px;
    left: -121px;
}
.hover-title, .hover-title_GUITARE, .hover-title_LOUPE, .bouton_LOUPE, .bouton_LIVRE {
    opacity: 90%;
    /******  transition: .2s ease-in-out;  *******/
    display: inline;
    pointer-events: auto;
    cursor: pointer;
    color: #c8c8c8;
    font-size: 10px;
    font-weight: normal;
    padding: 2px 4px 2px 4px;
    /******  transition: .2s ease-in-out;  *******/
    text-decoration: none;
    border-radius: 2px;
    margin-right: 7px;
}
.hover-title:hover, .hover-title_GUITARE:hover, .hover-title_LOUPE:hover, .bouton_LIVRE:hover, .bouton_LOUPE:hover {
    transition: 2s ease-in-out;
    opacity: 100%;
}
.hover_double_page_livre, .hover_image {
    /**    display: none; **/
    opacity: 0;
    transition: .4s ease-in-out;
}
body:not(.mobile) .hover-title:hover + .hover_double_page_livre, body:not(.mobile) .hover-title_LOUPE:hover + .hover_image, body:not(.mobile) .bouton_LOUPE:hover + .hover_image, body:not(.mobile) .bouton_LIVRE:hover + .hover_double_page_livre, body:not(.mobile) .hover-title:hover + .hover_image, body:not(.mobile) .hover-title_GUITARE:hover + .hover_double_page_livre {
    opacity: 1;
    transition: .6s ease-in-out;
    /**   display: flex;**/
    pointer-events: none;
}
.hover_double_page_livre, .hover_image {
    display: flex;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 999;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.hover_double_page_livre {
    background-color: #2B2B2BB0;
}
.hover_image {
    background-color: #2B2B2B;
}
.hover_double_page_livre img {
    box-shadow: 20px 20px 26px -2px #000000d9;
    border-radius: 3px;
    height: 300px;
}
.hover_image img {
    border-radius: 3px;
    height: 100%;
}

