/*
Theme Name: Mon comptable
Theme URI: https://www.moncomptable.be/
Template: Avada
Author: Mon comptable
Author URI: https://www.moncomptable.be/
Description: Mon comptable
Version: 7.10.1.1687182865
Updated: 2023-06-19 15:54:25

*/

span#btn-play{
	position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    span#btn-play img{
    box-shadow: 0 0 10px #000;
    border-radius: 50px;
    background: #fff;
    }
.scal-img a:hover img {
    transition: 1s;
    transform: scale(1.1);
}
/* page prix */
.table-prix thead th {
    background: #134771 !important;
}

td.bg-bl {
    background: #134771;
    color: #fff;
}
.blanc{color :#fff !important;}
@keyframes moveupdown {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}
.updown img, .col-updown{
    animation: moveupdown 2s linear infinite;
}
.paypal-dark-blue {
    color: #27397e;
}
.paypal-light-blue {
    color: #4496d4;
}
.cl-box-icon h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.cl-box-icon .content-container {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.4;
}
.cl-box-icon .fusion-content-boxes.content-boxes-icon-on-side .heading {
    margin-bottom: 0px;
}
.cl-app {
    margin: 20px !important;
}
.displayNon{display : none !important;}
.cl-Boxes h2.content-box-heading {  color: #fff !important;}
.cl-Boxes {
    width: 300px;
    margin: 0 auto !important;
}
.nest-download .fusion-column-wrapper:hover {
    background: #134771d1 !important;
    transition: 2s;
}
.my-news input.tnp-submit {
    background: #134771 !important;
    border-radius: 20px;
}

.my-news label {
    color: #e6e7e8 !important;
}

.my-news input#tnp-1 {
    height: 50px !important;
}
.fusion-flexslider.fusion-flexslider-loading.flexslider.post-slideshow {
    display: none;
}

@media only screen and (min-width: 497px) {
	section.avada-page-titlebar-wrapper { display: none;}
}
span.cl-tit-h2 {
    border-radius: 10px;
    font-size: 18px;
    background: #244371;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
td.btn-strype:hover {
    background: #00875ac9 !important;
    transition: 1s;
}
td.btn-strype a {
    color: #fff;
    display: block;
}
td.btn-strype {
    background: #00875a;
    padding: 0 !important;
}
span.cl-tit-h2 {
    font-size: 18px;
    background: #17304f;
    color: #fff;
    padding: 5px 10px;
	display : inline-block;
}
.fusion-video.fusion-selfhosted-video.shad-box {
    box-shadow: 0px 0px 10px #000;
    padding: 0 15px;
    margin: 0;
    border-radius: 10px;
}