#desktopTour {
    display: block;
}

#mobileTour {
    display: none;
}

@media only screen and (max-width : 1024px) {
    #desktopTour {
        display: none;
    }

    #mobileTour {
        display: block;
    }
}

.image-container {
    position: relative;
    display: inline-block;
    /* ou display: block; selon le cas */
}

.image-responsive {
    max-width: 100%;
    height: auto;
}

.icon-tdf {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carte {
    position: absolute;
    top: 42%;
    left: 30%;
    transform: translate(-22%, -50%);
}

.image-carte {
    max-width: 100%;
    height: auto;
}

.carte p {
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(50, 50, 52);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.292;
    text-align: center;
}

.texte-carte {
    position: absolute;
    top: 60%;
    left: 73%;
    transform: translate(-50%, -50%);

}

.texte-carte h1 {
    font-size: 39px;
    font-family: "Poppins";
    color: rgb(50, 50, 52);
    font-weight: bold;
    line-height: 1.07;
    text-align: center;
    width: 496px;
}

.texte-carte h1 span {
    color: rgb(253, 102, 33);
}

.texte-carte ul li {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(50, 50, 52);
    font-weight: bold;
    line-height: 1.684;
    position: relative;
    left: 15%;
}

.texte-carte p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(50, 50, 52);
    font-weight: bold;
    line-height: 1.211;
    text-align: center;
    text-transform: none;
}

.fleche {
    position: absolute;
    top: 9%;
    left: 30%;
    transform: translate(-50%, -50%);
    max-width: 133px;
    max-height: 147px;
}

@media only screen and (max-width : 1400px) {
    .carte {
        top: 44%;
    }

    .texte-carte h1 {
        font-size: 30px;
    }

    .texte-carte ul li {
        font-size: 16px;
    }

    .texte-carte p {
        font-size: 12px;
        width: 300px;
        position: relative;
        left: 20%;
    }

    .fleche {
        top: 10%;
        left: 25%;
        max-width: 125px;
    }

}

@media only screen and (max-width : 1200px) {
    .carte {
        top: 46%;
    }

    .texte-carte h1 {
        font-size: 25px;
        width: 420px;
        position: relative;
        top: 20px;
    }

    .texte-carte p {
        left: 15%;
    }

    .fleche {
        top: 12%;
        left: 20%;
        max-width: 110px;
    }

}


/* {
    # version mobile #
} */


.carteMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    top: 23%;
}

.iconMobile {
    position: absolute;
    top: 8.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.phrase {
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(50, 50, 52);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.292;
    text-align: center;
    position: relative;
    top: 125px;
}

.flecheMobile {
    position: absolute;
    top: 15.5%;
    left: 20%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    max-height: 147px;
}

.texte-carteMobile {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.texte-carteMobile h1 {
    font-size: 30px;
    font-family: "Poppins";
    color: rgb(50, 50, 52);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 264px;
}




.texte-carteMobile h1 span {
    color: rgb(253, 102, 33);
}

.texte-carteMobile ul li {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(50, 50, 52);
    font-weight: bold;
    line-height: 1.158;
    width: 264px;
    padding-left: 20px;
    padding-right: 20px
}


.texte-carteMobile p {
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(50, 50, 52);
    font-weight: bold;
    line-height: 1.211;
    text-align: center;
    text-transform: none;
    width: 264px;

}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .carteMobile {
        height: 1000px;

    }

    .flecheMobile {
        top: 16%;
        left: 35%;
    }
}