/*
Theme Name: hello-elementor Child
Theme URI:  https://web-efficiency.fr/
Author:     Jean-Brice Maisonneuve
Author URI: https://web-efficiency.fr/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

#content {
    overflow: hidden;
}

.plus-big {
    font-size: 4em;
    line-height: 0em;
    position: absolute;
    font-weight: 400;
}

.point-plus {
    font-size: 110px;
    position: absolute;
    bottom: -70px;

}

.btn_plusinfo .elementor-button-text {
    position: relative;
    color: #978B87;
}

.btn_plusinfo .elementor-button .plus-info {
    fill: #FF5C35;
    color: #FF5C35;
}

.plus-info {
    font-size: 2em;
    line-height: 0em;
    position: absolute;
    font-weight: 400;
}

.btn_plusinfo .elementor-button:hover .elementor-button-text {
    fill: #FF5C35;
    color: #FF5C35;
    transition: all .3s ease;
}

.btn_plusinfo .elementor-button:hover .plus-info {
    fill: #978B87;
    color: #978B87;
    transition: all .3s ease;
}

.liste_a_plus {
    appearance: none;
    -webkit-appearance: none;
}

.liste_a_plus ul {
    appearance: none;
    -webkit-appearance: none;
    list-style: none;
    padding-left: 24px;
}

.liste_a_plus li {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
}

.liste_a_plus li:before {
    content: '+';
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #FF5C35;
    position: absolute;
    left: -23px;
    top: -10px;
}

.dual_title .elementor-heading-title span {
    color: #FF5C35;
}

@media screen and (max-width:940px) {
    .point-plus {
        font-size: 103px;
        position: absolute;
        bottom: -60px;
    }
}

@media screen and (max-width:500px) {
    .point-plus {
        font-size: 103px;
        position: absolute;
        bottom: -20px;
        right: -10px;
    }
}