body{
    background-image: url(../icon/backgound.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#content{
    margin: auto;
    /* background-color: aqua; */
    /* width: 35%; */
    margin-top: 35px;
}
.div1 , .div2{
    width: 314px;
    display: grid;
    margin: auto;
    margin-bottom: 20px;
}
.div1{
    margin-bottom: 30px;
}
.DIVtop {
    background-color: #f5f5fa;
    border-radius: 3px 3px 0px 0px;
    width: 100%;
    margin: auto;
}
.titleCSS{
    width: 96px;
    height: 32px;
    margin: auto;
    margin-bottom: 35px;
}
.imgLOGO{
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 15px;
}
.HEAD{
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    font-size: 24px;
}
.deliver{
    font-size: 16px;
    font-weight: 500;
    color: #004890;
    margin-top: 20px;
    margin-bottom: 9px;
}
.Where{
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #586670;
    margin-bottom: 20px;
}
.Where , .deliver {
    text-align: center;
    font-family: sans-serif;
}
.DIVbottom{
    background-color: #fff;
    border-radius: 0px 0px 3px 3px;
    width: 100%;
    margin: auto;
}
.element{
    display: flex;
    margin: 10px 6%;
    align-items: center;
}
.imgETAT{
    width: 20px;
    height: 14px;
    margin-right: 7px;
    border-radius: 2px;
    
}
.ETATtext{
    text-align: center;
    font-size: 15px;
    margin: 0;
    font-family: sans-serif;
    text-decoration: none;
    color: #000;
}
.separer{
    width: 90%;
    height: 1px;
    background-color: #d3d3d3;
    margin: auto;
}