/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
*/

/***** SIDEBAR *****/

.sidebar a {
    cursor: pointer;
    transform: scale(1.0);
    transition: 300ms ease;
}

.sidebar {
    padding-top: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 100%; */
    height: 340px;
    position: fixed;
    right: 30px;
    /* left: 24px; */
    bottom: 30%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: normal;
}

.sidebar a:hover {
    transition: 300ms;
    transform: scale(1.1);
}


/* PAGE ACCUEIL */
.elementor-element-cc7c625 {
    width: stretch !important;
    position: absolute !important;
    top: 0px !important;
}
