
/* Effet sur image hover */
.uk-effect-img img.el-image {
    webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.uk-effect-img img.el-image:hover {
    webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1.5);
}

/* formulaire footer */

.style-dark .wpforms-form input[type=email],
.style-dark textarea
{
    background: #000!important;
    color: #ddd;
    border: 1px solid rgb(129, 128, 128)!important;
    color: #ddd!important;
}

.style-dark button#wpforms-submit-1663 {
    background: #000;
    border: 1px solid #8f8c8c;
    border-radius: 5px;
    color: #fff;
}

.uk-sticky-fixed .nosticky {
    display: flex!important;
}

.nosticky {
    display: none;
}

.nosticky .uk-logo img {
    width: 30%!important;
}