@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');



.title--slashes{
    font-size: 20px;
    text-align: center;
    color: #00265a;
    font-family: "Ferveur Black Italic";
    padding: 16px 14px 14px;
}

.title--slashes:before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    width: 3px;
    height: 24px;
    transform: rotate(-168deg);
    background-color: #69d73c;
}
.title--slashes:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    width: 3px;
    height: 24px;
    transform: rotate(-168deg);
    background-color: #69d73c;
}

.point-de-vente{
    background-color: #00265a;
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
}


.fa{
    color: #22265e;
    padding: 0px 25px 0px 0px;
}

.pdv{
    color: #fff;
    display: flex;
}
.padding{
    color: #fff;
    padding: 10px 10px 10px 10px;
}

#points-de-vente{
    background-color: #00265a;
    border: 0.1rem solid;
    border-color: #e9e9e9;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}

.detail-btn{
    color: #0a3194;
    background: #fff;
    margin: 10px 10px 10px 10px;
    padding: 5px 50px 5px 5px;
    border-radius: 10px;
}

.btn-text{
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 900;
}

.titletype{
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 900;
    color: #fff;
    padding-left: 10px;
}

.messagedate{
    background-color: #cccccc;
    border-radius: 10px;
    color: #252450;
    font-size: 10px;
    font-family: "Montserrat";
    font-weight: 400;
    margin: 0px 10px 0px 10px;
}

.messagedate p{
    margin-left: 10px;
}

#selectedDate {
    position: relative;
    right : 0;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  
#selectedDate:hover {
    border-color: #007BFF;
  }
  
#selectedDate:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  
  #selectedDate::placeholder {
    color: #aaa;
    font-style: italic;

  }


  