/* Popin choix OM TRV */
.choixOmTrv-popin-wcb {
    /* width: 665px; */
    width: 95%;
    max-width: 579px;
    min-height: 400px;
    max-height: 95%;
    background-color: white;
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
  }
  
  .choixOmTrv-popin-wcb .choixOmTrv-header-popin {
    background-color: #00C272;
    height: 110px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .choixOmTrv-header-popin .choixOmTrv-popin-tel {
    height: 45%;
  }
  
  .choixOmTrv-popin-close {
    position: absolute;
    top: -52px;
    right: 15px;
    cursor: pointer;
    width: 24px;
  }
  
  .choixOmTrv-popin-wcb .choixOmTrv-popin-content {
    padding-left: 40px;
    /* padding-top: 32px; */
    padding-top: 5px;
    padding-right: 40px;
  }
  
  .choixOmTrv-header-popin svg {
    fill: currentColor;
    color: white;
  }
  
  
  /* content */
  
  .WCBM-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    margin: 0 0 1.5rem;
  }
  
  .WCBM-button {
    line-height: 1.15;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #005bff;
    background-clip: padding-box;
    color: #fff;
    background-color: #005bff;
    padding: 0.6875rem 0.9375rem;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
  }
  
  .WCBM-separator {
    position: relative;
    text-align: center;
    margin: 5px;
  }
  
  .WCBM-separator::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    border-bottom: 1px solid #ccc;
  }
  
  .WCBM-link {
    display: flex;
    color: #005BFF;
    text-decoration: none;
    transition: color .2s ease;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
    line-height: 1em;
  }
  
  .WCBM-link:hover {
    text-decoration: underline;
  }
  
  .WCBM-link img {
    flex: 0 0 auto;
    margin-right: 8px;
    width: 20px;
    position: relative;
    bottom: 7px;
  }
  
  .WCBM-separator span {
    background: white;
    position: relative;
    padding: 0 8px;
    display: inline-block;
  }
  
  .WCBM-wrapper {
    padding: 21px 0px 0px 0px;
    background-color: #fff;
    color: #333;
    font: 16px/1.5 Frutiger, sans-serif;
    overflow-wrap: break-word;
  }
  
  .WCBM-card {
    background-color: #E9F1F9;
    color: #001A70;
    padding-top: 1px;
    padding-bottom: 12px;
    text-align: center;
  }
  
  @media (max-width: 420px) {
    .WCBM-link {
      margin-top: 32px;
    }
    
    .WCBM-wrapper {
        padding: 0px 0px
    }
  
    .WCBM-title {
      font-size: 1.3rem;
      margin-top: 1rem;
    }
  
    .WCBM-card {
      padding-left: 1px;
      padding-right: 1px;
    }
  
    .choixOmTrv-popin-wcb .choixOmTrv-popin-content {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .choixOmTrv-popin-wcb .choixOmTrv-header-popin {
      height: 57px;
    }
  
    .choixOmTrv-popin-close {
      position: fixed;
      top: auto;
    }
    
  }
  
  
  .choixOmTrv-layer-wcb {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 9999;
    opacity: 0.5;
  }