.list-disq {
    list-style-type: disc;
    margin-top: 10px;
}
.list-squarre {
    list-style-type: square;
}
.list_numerique {
    list-style-type:  decimal;
}
h2 {
    margin-top: 15px;
}
.center_titre {
    text-align: center;
}
.img-center {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 100%;
}
.img-grandir {
    width: 300px;
}
.ul {
    margin: 10px 0 0 10px !important;
}
.image_center {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.img-fluid {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 400px;
}
.container_button {
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
}
.right_img{
    max-height: 298px;
    float: right;
}
.app-btn{
    display: inline-block;
    width: 30%;
    background-color: #fff;
    color: #707379;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 2px #c3c3c3;
    -moz-box-shadow: 0px 0px 5px 2px #c3c3c3;
    box-shadow: 0px 0px 5px 2px #c3c3c3;

}
.app-btn .fa-apple, .app-btn .fa-google-play {
    display: inline-block;
    width: 20%;
    font-size: 50px;
    color: #4870d6;
}
.app-btn .download-txt {
    width: 80%;
    display: inline-block;
    font-size: 14px;
}
.app-btn .download-txt span {
    color: #414757;
    font-size: 18px;
    font-weight: bold;
}
.app-btn:hover {
    background-color: #4870d6;
    color: #fff;
}
.app-btn:hover .fa-apple, .app-btn:hover .fa-google-play, .app-btn:hover .download-txt span {
    color: #fff;
}
ul.text-detail > li:before {
    content: "*";
    margin-left: 20px;
}
section ul {
    /*margin: 0px 0 0 10px; */
    width: 100%;

}
.btn {
    margin-bottom: 10px;
    padding: 12px 25px;
}

.bloc-p{
    max-width: 500px;
    margin-top: 40px;
    float: right;
}
.left_img{
    max-height: 200px;
    margin-bottom: 20px;
    margin-left: 17px;
}