<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --meet-primary-color: #CB0C11;
}

table {
  margin-bottom: 1em;
}
.btn-check:focus+.btn,
.btn:focus {
  outline:0;
  box-shadow:none !important;
}

h3, h4, h5 {
  margin-top: .5rem !important;
}

h5.blog{
  font-style: italic;
}

.meet-bg-primary {
    background-color: var(--meet-primary-color) !important;
}

.meet-text-primary {
    color: var(--meet-primary-color) !important;
}

.meet-text-primary-lighten {
    color: #ff4545 !important;
}

#messageDiv {
    margin: 1%;
    width: 98%;
    text-align:center;
}

._graylink {
  color:#6c757d !important;
  text-decoration:none !important;
  text-align:center;
  font-weight: bold;
}

._break {
  clear:both;
}

._alert {
    padding: .5rem;
}

._bigger {
  font-size:1.25em !important;
}

._smaller {
  font-size: .75em !important;
}

._header_color {
    color:#94236e;
}

h5.blog {
  color: #0066FF;
  margin-left: 1em !important;
  font-size:1em;
}

._nota{
    margin:0;
    font-size:.75rem;
    font-family:sans-serif;
}

._bordered{
  border: 1px solid #c9d2d3;
}
  /* Tooltip container */
  a._tooltip {
    position: relative;
    display: inline !important;
    text-decoration:none;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  ._tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    /*background-color: black;*/
    background-color:#b84744;
    color: #fff;
    text-align: center;
    line-height:1.4em;
    padding: 5px 10px;
    margin-left:15px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
  }
  
  a._tooltip:hover {
    color:#fff !important;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  ._tooltip:hover .tooltiptext {
    visibility: visible;
  }

  a.ok {text-decoration:none;cursor:pointer;}
  .ok, .tip{
    display:block;
    float:left;
    margin:0;
    margin-left: 3px;
    width:2em;
    text-align:center;
    line-height:1.6em;
    background-color:#b84744;
    font-size:.8em;
    color:#fff;
  }

  .tip {
    float:none !important;
  }

#user-avatar-upmenu {
    border-radius: 999px;
}

.first-picture-container #img-avatar {
    cursor: pointer;
}

div.online-indicator, div.was-online-indicator {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background-color: #0fcc45;
    border-radius: 50%;
    position: relative;
  }

div.was-online-indicator, ._bg-warning {
    background-color:coral;
    /*background-color:#ffc107;*/
}

span.blink {
    display: block;
    width: 7px;
    height: 7px;  
    background-color: #0fcc45;
    opacity: 0.7;
    border-radius: 50%;
    animation: blink 1s linear infinite !important;
  }

.btn-success{
  color:#FFF !important;
}

._verified-badge {
  margin-right: 2px !important;
  margin-left: 0 !important;
}

._verified-badge img {
  width:18px;
  height:18px;
}

  @keyframes blink {
    100% { transform: scale(2, 2); 
            opacity: 0;
          }
  }

@media all and (min-width: 992px){
    ._nota{
        margin:.75em;
    }
}
@font-face {
  font-family: Roboto;
  src: url("/static/fonts/Roboto/Roboto-Medium.ttf?6de5f49cfffd");
}

._gbutton {
  width:160px;
  height:40px;
  padding:0 8px;
  background: #4285F4;
  text-align:right;
}

._glogo {
  width: 36px;
}

a._glink{
  font-family: Roboto;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  display:inline-block;
  padding-right:24px;
}

._floatpic {
  width: 95%;
  float:left;
  margin: 0 15px 5px 10px; 
}
  
  #logo {
      max-width:100%;
      margin-top:5px;
      z-index:1;
      position:relative;
      opacity:1;
  }

  ._opaque-6{
      opacity:.6;
  }

._blog{
  margin-top:2em;
}
    h1, h2, h3 {
      color: #212529;
    }

    h2, h1{
      margin-left:1em;
    }

    ul._blog, ol._blog {
      list-style-position: inside;
      padding-left: 2em !important;
      margin-top:0;
    }
    
  .login-heading {
    font-weight: 300;
    font-size:1.2em;
  }
  
  .btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
  }

  .loginbk {
    text-align:center;
  }

  .loginbk img{
    max-width:500px;
    opacity:.9;
    width:100%;
  }

  .row{
    margin-right: 0;
  }

  .bg-image {
    background-image: url("/static/images/bali-reopening2.jpg?6de5f49cfffd");
    background-size: cover;
    background-position: center;
    opacity:.9;
    -border-radius:50%;
    position:relative;
    -clip-path: circle(50%);
    clip-path: ellipse(100% 130% at 0% 50%);
  }
  
  .slogan_container{
      -display:table;
      height:100%;
  }
  
  .slogan{
    width:92%;
    font-size:1.3em;
    font-family: 'Bellefair', serif;
    color:#ffffcc;
    -display:table-cell;
    vertical-align:top;
    display:flex;
    padding: 5px 3px;    
    left:0;
    top:5px;
    position:absolute;
    flex-direction: column;
    mix-blend-mode: hard-light;
    background-clip:initial;
    background:#1a7bb6;
  }

  .slogan p {
    width: 85%;
    line-height:1em;
    margin:0;
  }
  
  .sloganBottom{
      display:block;
      text-align:center;
      font-size:1.2em;
      color: #727272;
  }
  .pink {
      color:#9900ff;
  }
  
  .about-us-container .col{
    margin-top:80px;
    margin-bottom:30px;
  }
  
  .they-say-card{
    height: 100%;
  }
  
  .they-say-card .card-header h5{
      margin-top:65px !important;
    }
    
   .card {
        margin: 0 auto 5px;
    }

    ._w25 {
      width:25%;
    }
    .card_header{
        border-bottom: 1px solid rgba(0,0,0,.125);
        padding: .5rem;
        margin:0;
    }
    .card-text {
        background-color:#d7d7d7;
    }
    
    .card-title {
        float:left;
    }
    
    .card-img-top {
        -width: 75px;
        float:left;
    }
  
    .testim {
          max-width: 100% !important;
          width:75px;
          object-fit:scale-down;
          object-position: bottom !important;
      }
    
    blockquote {
      background: #f9f9f9;
      border-left: 10px solid #f93333;
      margin: -1.5em 10px;
      padding: 0.5em 10px;
      quotes: "\201C" "\201D" "\2018" "\2019";
      font-style: italic;
      font-size: 1.1em;
    }
    
    blockquote:before, blockquote:after {
      color: #f93333;
      font-size: 4em;
      line-height: 0.1em;
      font-family: comic, serif;
    }
    
    blockquote:before {
      content: "â€œ";
      margin-right: 0.25em;
      margin-top: 0;
      vertical-align: -0.4em;
      font-style: italic;
    }
    
    blockquote:after {
      content: "â€";
      margin-left: 0;
      vertical-align: -0.7em;
    }
    
    /* blockquote2 is a class with an heart of the beginning of the paragraph. blockquote3 is the same class, but without the heart. */
    .blockquote2, .blockquote3 {
      background: #d8f4f4;
      margin: 1.5em 10px !important;
      padding: 0.7em 10px;
      quotes: "\201C" "\201D" "\2018" "\2019";
      /*-font-style:italic;*/
      font-size: 1.1em;
    }
    .blockquote2:before {
      color: #0066FF !important;
      content: '\2665';
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.1em;
    }
    
    img.semitransp{
        opacity:.6;
        -margin: 1.5em 10px;
        padding: 0.5em 10px;
        margin-right: 0.25em;
        width:100%;
        height:300px;
    }
  
    img.semitransp2{
      opacity:.6;
      padding: 0.5em 10px;
      width:100%;
      -height:500px;
  }
  
  @font-face {
      font-family: AvenirNext;
      /* D:\pages_perso\Websites\Practices\python\django\meetero\myproj\myproj\static\ */
      src: url("/static/fonts/AvenirNextLTProCondensed/AvenirNextLTProCondensed.otf?6de5f49cfffd");
  }
  @font-face{
    font-family: Bellefair;
    src: url("/static/fonts/Bellefair/Bellefair-Regular.ttf?6de5f49cfffd")
  }

  @font-face {
    font-family: Jost;
    src: url("/static/fonts/Jost/Jost-VariableFont_wght.ttf?6de5f49cfffd");
  }
  
  .txtBody {
      font-family: AvenirNext, sans-serif !important;
      font-size: 1.5em;
  }

  .txtBody p, .txtBody ._lat_members {
      margin: 1rem 0;
  }

  ._ptitle {
    margin-left:.5em !important;
    margin-top: 1em !important;
    text-decoration:underline;
  }

  .newsform{
      content:'';
      display: 'block';
      clear:'both';
      width:100%;
  }

  .newsletter{
      width:70% !important;
      float:left !important;
  }

  #button-addon1 {
      float:right;
  }

  ._toprow{
    -background:#f9fafb;
  }

  ._footer-color{
    background:#f2f2f2;
  }

  .uppart {
    width: 100%;
    -padding: .5em;
    }

    .col2 {
        display:none;
    }

    ._col1 {
        justify-content: flex-start !important;
    }

    .custrow{
      display: block !important;
    }

    .testimcard{
      width: 85%;
    }

    .mt-5 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }

    .form-check .form-check-input {
      margin-left:2px !important;
      margin-right: 5px; 
    }

    .form-check{
      padding-left:0 !important;
      
    }

    label{
      display:block !important;
    }

    .form-label{
      width:100% !important;
    }

    .field-icon {
      float: right;
      margin-left: -25px;
      margin-top: -25px;
      position: relative;
      z-index: 2;
    }
    
    .container{    
      margin: auto;
      padding:0;
    }

    .infoPar {
      width:95%;
      margin: 1em auto;
    }
    
    .infoPar .title{
      cursor:pointer;
      background: #FF9933;
      opacity:.5;
      padding:.5em;
      font-family: helvetica, sans-serif;
      font-variant:small-caps;
      color:#FeF8f0;
    }
    
    .infoPar .body {
      background: #FFFFCC;
      padding: 15px;
      margin:5px 0;
    }

    .faq {
      display:block;
      margin:.5em auto;
      text-align:justify;
      width:90%;
    }
    
    .faq a {
      font-size:.85em;
      letter-spacing:.05em;
      color:#039;
      line-height:1.5em;
    }
    
    .faq p {text-align:center;}
    
    .faq fieldset {
      border:1px solid #848484;
      border-radius:5%;
      padding:.5em;
      margin-bottom:.5em;
    }
    
    .faq fieldset label{
      
      font-size:.9em;
      margin-left:.3em;
    }

    .cookie:after{
      content:"";clear:both;display:block;
    }
    .cookie{
      display:flex;
      justify-content:center;
      color:#ccc;
      font-family: Verdana, helvetica, sans-serif;
      margin: 0 auto;
      border-bottom:0;
      -width:100%;
      text-align:center;
      background-color:#FAFAFB;
    }
    .cookieblk {
      margin: 0 auto;

    }
    .cookieWarning{
      color:#555;
      display:inline;
      text-align:center;
      -float:right;
      margin:0 auto;
      font-size:.8em;
      line-height:1.6em;
      float:left;
    }

  .c4, .c5, .c6, .c7 {display:none;}
  /*
  .txtBody ._lat_members {
    
  }*/ 

  h2 {
    font-size: calc(2rem + 1.3vw);
  }

  ._lat_members_box {
    display: flex;
    justify-content: space-around;
    
  }

  ._lat_members_box div {
    width: 110px;
    text-align:center;
    column-gap:2px;
    margin:2px;
    /*background: #f3f1da;*/
  }

  /*._lat_members_box div ._image{
    
  }*/

  ._lat_members_box div ._legend {
    font-family: Verdana, sans-serif;
    font-size: .6em;
    text-align:left;
    margin-left: 3%;
    padding: 3px;
    line-height: 1em;
  }

  ._bcolored { color: darkgreen;}

  ._lat_members_box div ._image img {
    max-width: 98%;
    width:94%;
  }

._customcard {
  text-decoration:none !important;
  color:#444;
  width:100%;
  height: 100%;
}

._customcard:hover {
  background: #f8f9fa !important;
  color:#000;
}

@media all and (min-width: 420px){
  ._floatpic {
    width:60%;
  }
}
  
@media all and (min-width: 576px){
    label{
      display:inline-block !important;
    }
    .blockquote2, .blockquote3{
      font-size:1.2em;
    }

    .login-heading {
      font-size: calc(1.3rem + .6vw);
    }

    .testimcard{
      width: 18rem;
    }
    .custrow{
      display: flex !important;
    }

    .bg-image{
      height:100vh;      
    }

    .loginbk{
      display:none;
    }

    ._couple{
      max-width:350px;
      margin:0 auto;
      margin-top:0 !important;
    }

    /* .loginbox {
        height: 100vh;
    } */
  
    #logo{
        margin: 15px;
        opacity: 1 !important;
    }

    .txtBody {
        font-family: AvenirNext, sans-serif !important;
        font-size: 1.5em;
    }

    .txtBody p, .txtBody ._lat_members, h3 {
        margin: .5em 2em !important;
    }

    .c4 {display: block;}

    .txtBody p:first-of-type {
        margin: 1em 3em .5em;
    }

    ._floatpic {
      width:55%;
    }

  }
  
  @media all and (min-width: 768px){
    .txtBody p, .txtBody ._lat_members{
      margin-left: 1em !important;
    }
      .mt-5 {
        margin-top: 2rem !important;
      }

      .sloganBottom{
          display:none;
      }

      .bf-image{
          display: table-cell !important;
      }
      
      ._lat_members_box div {
        width: 150px;
      }

      .c5 {display: block;}
      
      blockquote{
          margin: 1.5em 10px;
      }

      .col2{
        display: block;
        background: #b1cdff;
    }
    ._floatpic {
      width:40%;
    }
  }

  @media all and (min-width: 992px){
    .slogan{
      font-size:1.5em;
    }

    ._col1 {
        justify-content: flex-end !important;
    }

    ._couple{
      max-width:100% !important;
      margin:0 auto;
    }

    ._lat_members_box div {
      width: 160px;
    }

    .c6{display:block;}

    ._floatpic {
      width:35%;
    }
  }

  @media screen and  (min-width: 1200px) {
    ._lat_members_box div {
      width: 170px;
    }

    ._floatpic {
      width: 30%;
    }

    /*.login{
      height:100vh;
    }*/

    .c7{display:block;}
  }

._toprow{
    --bs-gutter-x: 0;
    width:100%;
    margin-top:2px;
}

._cb0c11 {
    color: #cb0c11 !important;
}
._gray{
    /*color:#636466 !important;*/
    color:#5F5F5F;
}

._white {
    color: #fff !important;
}

._forcegray { color: #5f5f5f !important;}


.btnLnk { color:#636466 !important; opacity:.9}
.btnLnkMain { color:#cb0c11 !important; opacity:.9;margin-top:5px;font-size:1rem !important;}
.btnLnkGreen { color:#024ab5 !important;}

.desktopContainer{
    display:none;
}


.upmenu {
    /*width: 100%;*/
    height: auto;
    background:#fff;
    -padding: .5em;
}

._back, ._legend{
    display:none !important;
}

._menu-container{
    float:right;
    padding: 0 .75rem;
    text-align: center;
}

.my-text {
    display: block;
    font-size:smaller;
}

.my-text-inline {
    display: inline;
    font-size:smaller;
    vertical-align:middle;
}

.col2{
    display:none;
}

.col3{
    text-align:right;
    padding-right:1rem;
    padding-right:2rem;
}

.mobileMenu{
    display:block;
    width:100%;
    padding: .25rem;
}

.fancy-container-mobile{
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}

._colored {
    color: #5b5b5b;
}

#dropdownMenuLink {
    text-decoration:none;
}

ul.show &gt; li {
    margin: 5px 1px;
    padding: .3em;
}

ul.show &gt; li a {
    color:#333;
}

ul.show &gt; li:hover {
    background: #0e94d4;
    opacity:0.6;
    color:#fff;
}

.col2{
    display: none;
}

.account-container{
    display: block;
    float:right;
    padding: 0;
    margin-right:5px;
    text-align: center;
}

.loggedout-container{
	display:block;
	float: right;
	padding:0;
	margin: 0 10px 0 0;
	text-align:center;
    width:auto;
}

.my-text {
    display: block;
    font-size:smaller;
}

.my-text-inline {
    display: inline;
    font-size:smaller;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin: 0 auto;
}

.account-container {margin: 0 5px 0 0;}
.lang-container {margin: 5px 0;}

/* navigation icon */
._nicon {
    font-size:16px;
}

._umenu {
    display: block !important;
    padding: .3em;
}

._umenu:hover {
    background:#e9ecef;
}


@media all and (min-width: 576px){
    
    ._nicon {
        font-size:24px;
    }

    .lang-container{
        
        display: block !important;
    }
}

@media screen and  (min-width: 768px) {

    fieldset {
        margin: 0 auto;
    }

    ._legend{
        display:inline-block !important;
    }

    .mobileContainer {
        display: none;
    }
    
    /* overriding  default styles*/
    .nav-link {
        padding:0 !important;
        margin: 0 .5em;
    }

}

/* Here starts the desktop version */
@media screen and  (min-width: 960px) {
    .upmenu {
        height: 72px;
    }
    .col2{
        display: block;
    }

    .mobileMenu{
        display:none;
    }

    .desktopContainer{
        display:flex;
        float:left;
    }
    
    .desktopContainer:after{content: "";clear: both;display: block;}

    .fancy-container{
        display: inline-block;
        padding: 0 10px;
        text-align: center;
    }

    ._back{
        display:block;
    }
}

@media screen and  (min-width: 1200px) {

}
.dropdown-menu li{
  display:block;
  line-height:2rem;
}

._nicon{
  vertical-align:middle;
}
a.dropdown-item {
    text-decoration: none !important;
    color: #333;
}

  .arrow-down {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin: 0 auto;
}
</pre></body></html>