.TitreEncartDestination {
    border: none;
    /* background: #01c2f2; */
    /* color: #fff; */
    padding: 5px;
    width: 30%;
    float: left;
    text-align: center;
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
    /* padding-left: 30px; */
    border: 1px solid #01c2f2;
    min-width: 280px;
}
.TexteEncartDestination {
    border: none;
    /* background: #01c2f2; */
    /* color: #fff; */
    padding: 5px;
    width: 100%;
    float: left;
    text-align: center;
    /* margin: 5px; */
    font-size: 13px;
    font-weight: 500;
}
.TexteEncartDestination2 {
    border: none;
    /* background: #01c2f2; */
    /* color: #fff; */
    padding: 5px;
    width: 100%;
    float: left;
    text-align: center;
    /* margin: 5px; */
    font-size: 13px;
    font-weight: 500;
}
#EncartDestination ul li {
    list-style: none;
}

#EncartDestination {
    border: none;
    /* background: #01c2f2; */
    /* color: #fff; */
    padding: 5px;
    width: 30%;
    float: left;
    text-align: center;
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
    /* padding-left: 30px; 
    border: 1px solid #01c2f2;*/
    min-width: 280px;
}
    #EncartDestination .TexteEncartDestination {
        border: none;
        /* background: #01c2f2; */
        /* color: #fff; */
        padding: 5px;
        /* width: 60%; */
        float: left;
        text-align: left;
        /* margin: 5px; */
        /* font-size: 13px; */
        font-weight: 600;
        width: fit-content;
    }

    #EncartDestination .TexteEncartDestination2 {
        border: none;
        /* background: #01c2f2; */
        /* color: #fff; */
        padding: 0px;
        width: 50%;
        float: right;
        text-align: left;
    
        font-weight: 600;
        width: fit-content;
        /* color: #2196f3; */
        /* background-color: #ff9800;*/
    }
    #EncartDestination .TitreEncartDestination {
        border: none;
        background: #01c2f2;
        color: #fff;
        padding:5px;
        width: 100%;
        float: left;
        text-align: center;
        margin: 0px;
        font-size: 15px;
        font-weight: 600;
        /* padding-left: 30px; */
        /* border: 1px solid #01c2f2; */
        /* min-width: 150px;*/
    }
    #EncartDestination .TitreEncartDestination a {
  
        color: #fff;
   
    }

    #EncartDestination ul li {
        list-style: none;
        /* margin-bottom: 5px; */
        margin: 0px;
        /* padding-bottom: 10px; */
        height: auto;
        border-bottom: 1px solid #9e9e9e4f;
    }

    #EncartDestination ul {
        /* width: 100%; */
        /* float: left; */
        display: block;
        width: 100%;
        padding: 0px;
        padding: 0px;
    
        display: grid;
    }