.sp-deposer-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 22px;
    font-size:16px;
    font-weight:600;
    color:#ffffff;
    background:linear-gradient(135deg,#4ecac2,#38b5ad);
    border-radius:8px;
    text-decoration:none;
    box-shadow:0 4px 12px rgba(0,0,0,0.15);
    transition:all .25s ease;
}

.sp-deposer-btn i{
    font-size:18px;
    line-height:1;
}

.sp-deposer-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(0,0,0,0.2);
    background:linear-gradient(135deg,#38b5ad,#4ecac2);
}
.sp-deposer-btn,
.sp-deposer-btn:visited,
.sp-deposer-btn:hover,
.sp-deposer-btn:active{
    color:#ffffff !important;
}
.sp-features{
    border:1px solid #bbb;
    padding:25px;
    background:#f8f8f8;
}

.sp-feature{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:22px;
}

.sp-feature:last-child{
    margin-bottom:0;
}

.sp-icon{
    min-width:48px;
    height:48px;
    border-radius:50%;
    border:2px solid #c46b50;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#c46b50;
    font-size:20px;
}

.sp-text h3{
    margin:0 0 4px 0;
    font-size:16px;
    font-weight:600;
}

.sp-text p{
    margin:0;
    color:#666;
    font-size:14px;
}






.sp-escrow{
max-width:750px;
line-height:1.6;
}

.sp-escrow-title{
margin-bottom:15px;
font-size:26px;
font-weight:700;
}

.sp-escrow-title span{
background:#4ECAC2;
padding:4px 8px;
color:#ffffff;
line-height: 1.5;
}

.sp-highlight{
color:#e66a86;
font-weight:600;
}

.sp-escrow-list{
margin:15px 0 20px 25px;
}

.sp-escrow-list li{
margin-bottom:6px;
}





.speedyprotect-features-grid{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:40px;
margin:50px 0;
}

.speedyprotect-feature-item{
flex:1;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}

.speedyprotect-feature-icon{
font-size:42px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:15px;
}

.speedyprotect-feature-item h3{
font-size:18px;
color:#2f7d59;
margin-bottom:10px;
font-weight:600;
min-height:48px;
}

.speedyprotect-feature-item p{
font-size:14px;
color:#666;
line-height:1.5;
max-width:260px;
}

@media (max-width:768px){

.speedyprotect-features-grid{
flex-direction:column;
gap:30px;
}

.speedyprotect-feature-item{
max-width:100%;
margin: 0 auto;
}

}

span.unit {
  right: 0px !important;
}

h2.txcolor-1, h2.txcolor-3 {
  padding-top: 10px !important;
}

.depot-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  max-width: 800px;
  margin: 20px auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.depot-bar select {
  all: unset !important;

  flex: 2;
  padding: 15px 40px 15px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-left: 30px !important;
}

/* wrapper pour gérer la flèche */
.depot-bar {
  position: relative;
}

/* flèche custom 
.depot-bar::after {
  content: "▾";
  position: absolute;
  left: calc(33% - 20px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 12px;
}*/

.depot-bar .info {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #666;
  border-left: 1px solid #eee;
}

.depot-bar button {
  background: #0c5c56;
  color: #fff;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50px;
  margin: 5px;
  transition: 0.3s;
}

.depot-bar button:hover {
  background: #08443f;
}

.select-wrapper {
  position: relative;
  flex: 2;
  width: 100%;
}

.select-wrapper select {
  width: 100% !important;
  height: 100% !important;
  display: block;
  padding: 15px 40px 15px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* flèche propre */
.select-wrapper::after {
  content: "▾";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 12px;
  pointer-events: none;
}

.select-wrapper {
  border-right: 1px solid #eee;
}


@media (max-width:768px){
    .depot-bar .info {
  display:none;
}
}