/* body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
} */

.compteur-container {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    /* border-radius: 8px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#compteur {
    font-size: 3em;
    font-weight: bold;
    color: white;
    /* background-color: #ff7900; */
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    letter-spacing: 15px;
}

body {
    box-sizing: border-box;
    /* background-color: #c0bfbf !important; */
}

a,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

button {
    border: none;
    cursor: pointer;
    background-color: none;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}
/* *************************************************** */
.bloc-001-header {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background-image: ; */
    position: relative;
}

.btn--second:hover{
    border-color: #fff !important;
}

.bloc-001-header iframe {
    position: absolute;
    top: 40%;
    left: 50%;
    right: 50%;
    height: 250px;
    transform: translate(-50%, -50%);
}

.bloc-001-header__emojis1 {
    height: 70px;
    /* height: 50px; */
    position: absolute;
    top: 60%;
    left: 65%;
}

.bloc-001-header__emojis2 {
    height: 60px;
    left: 30%;
    position: absolute;
    top: 20%;
}

.bloc-001-header__emojis3 {
    height: 50px;
    position: absolute;
    top: 70%;
    left: 40%;
}

.bloc-001-header__emojis4 {
    height: 50px;
    position: absolute;
    top: 20%;
    left: 55%;
}

.bloc-001-header h1 {
    color: #ff7900;
    font-size: 60px;
}

/* *************************************************** */
.bloc-001-counter {
    padding: 10px;
    background-color: #ff7900;
    color: white;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bloc-001-counter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bloc-001-counter ul li {
    border-right: 1px solid #fff;
    font-size: 30px;
}

/* *************************** */

@media only screen and (max-width: 48em) {
    .bloc-001-global h1 {
        font-size: 1.8rem;
    }

    .bloc-001-global h3 {
        font-size: 1.2rem;
    }

    .bloc-001-header h1 {
        color: #ff7900;
        font-size: 50px;
    }
    .bloc-001-propose-app-img {
        height: 130%;
        top: 0;
        right: 0;
        width: 100% !important;
        object-fit: scale-down;
    }
    /* .bloc-001-propose-app-title br {
        display: unset;
    } */

    .bloc-001-propose-app-title {
    }
    .bloc-001-propose-app-cta-img-box img {
        height: 22px;
    }

    .bloc-001-propose-app-cta {
        display: block !important;
    }

    
}

@media only screen and (max-width: 576px) {
    .bloc-001-global h1 {
        font-size: 1.5rem;
    }

    .bloc-001-global h3 {
        font-size: 1rem;
    }

    .bloc-001-header h1 {
        color: #ff7900;
        font-size: 38px;
    }

    .bloc-001-header__emojis1 {
        height: 50px;
        /* height: 50px; */
        position: absolute;
        top: 55%;
        left: 72%;
    }

    .bloc-001-header__emojis2 {
        height: 60px;
        left: 20%;
        position: absolute;
        top: 20%;
    }

    .bloc-001-header__emojis3 {
        height: 30px;
        position: absolute;
        top: 70%;
        left: 40%;
    }

    .bloc-001-header__emojis4 {
        height: 30px;
        position: absolute;
        top: 20%;
        left: 55%;
    }

    .bloc-001-header {
        height: 55vh;
    }

    .bloc-001-propose-app-img {
        width: unset;
        height: 130%;
        right: -15% !important;
        object-fit: scale-down;
    }
    .bloc-001-propose-app-title br {
        display: unset;
    }
    .bloc-001-propose-app-title {
        max-width: 100%;
    }

    .bloc-001-propose-app-infos{
        /*padding: 15px 88px 15px 0 !important;*/
    }

    .bloc-001-propose-app-cta-img-box img {
        height: 22px;
    }
}

@media only screen and (max-width: 468px) {
    .bloc-001-global h1 {
        font-size: 1.5rem;
    }

    .bloc-001-global h3 {
        font-size: 1rem;
    }

    .bloc-001-header h1 {
        color: #ff7900;
        font-size: 35px;
    }

    .bloc-001-header__emojis1 {
        height: 55px;
    }

    .bloc-001-header {
        height: 50vh;
    }

    .bloc-001-propose-app-img {
        width: unset;
        height: 130%;
        top: 0 !important;
        right: -8%;
        object-fit: scale-down;
    }
    .bloc-001-propose-app-title br {
        display: unset;
    }

    .bloc-001-propose-app-cta-img-box img {
        height: 22px;
    }
}

.bloc-001-propose-app {
    background-color: black;
    color: white;
    position: relative;
    margin: auto auto;
    border-radius: 4px;

    overflow: hidden;
}

.bloc-001-propose-app-infos {
    padding: 55px 80px;
    padding-left: 0px;
}

.bloc-001-propose-app-title {
    font-size: 23px !important;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 24px;
   /* max-width: 60%;*/
}

.bloc-001-propose-app-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bloc-001-propose-app-cta-txt {
    font-size: 21px;
    font-weight: bold;
    line-height: 120%;
    position: relative;
    bottom: 6px;
}

.bloc-001-propose-app-title strong {
    color: #ff7900;
}

.bloc-001-propose-app-cta-img-box img {
    height: 40px;
    margin-right: 9px;
}

.bloc-001-propose-app-cta-img-box a {
    text-decoration: none;
}

.bloc-001-propose-app-img {
   /* position: absolute;
    top: 20px;
    right: 0px;
    z-index: 0;
    width: 30vw;
    max-width: 300px !important;*/

    height: 300px;
    object-fit: contain;
}

.bloc-001-propose-app-title br {
    display: none;
}

@media only screen and (max-width: 768px) {
    .bloc-001-propose-app-img {
    /* position: absolute;
        top: 20px;
        right: 0px;
        z-index: 0;
        width: 30vw;
        max-width: 300px !important;*/

        height: initial;
        object-fit: contain;
    }

    .bloc-001-propose-app-infos {
        padding: 20px ;
    }
}
