@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
}
/*
._bigger {
  font-size:1.5em;
}
*/
._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: calc(100% - 80px);
      margin-top:5px;
      z-index:1;
      position:relative;
      opacity:1;
  }

  ._opaque-6{
      opacity:.6;
  }

  ._blog{
    margin-top:2em;
  }

  ._container {
    display: flex;  /* a parent container is needed for flexbox */
  }

  ._divblog {
    margin:1em 0 0 1em;
    padding: .5em;
    font-family: serif;
    background-color:#f3f3f5;
  }

    h1, h2, h3 {
      color: #212529;
    }

    h2, h1, h3{
      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("../images/bali-reopening2.jpg");
    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: .5em !important;
      padding: 0.7em;
      quotes: "\201C" "\201D" "\2018" "\2019";
      /*-font-style:italic;*/
      font-size: 1.1em;
    }

    .blockquote2:before {
      color: #0066FF !important;
      content: '\2665';
      font-size: 3em;
      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;
        border-radius:5px;
    }
  
    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("../fonts/AvenirNextLTProCondensed/AvenirNextLTProCondensed.otf");
  }
  @font-face{
    font-family: Bellefair;
    src: url("../fonts/Bellefair/Bellefair-Regular.ttf")
  }

  @font-face {
    font-family: Jost;
    src: url("../fonts/Jost/Jost-VariableFont_wght.ttf");
  }
  
  .txtBody {
      /* "Lucida Grande", Georgia, sans-serif */
      font-family: AvenirNext, sans-serif !important;
      font-size: 1.4em;
  }

  .txtBody p, .txtBody ._lat_members {
      margin: .5em 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: 1rem !important;
      margin-bottom: 1rem !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;}


  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;
}

/* Container for the grid */
.country-grid {
    display: grid;
    /* This creates as many columns as fit, each at least 200px wide */
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
    padding: 20px 0;
}

/* The individual country "card" */
.country-card {
    display: flex;
    flex-direction: column;
    padding: 1.2rem;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #007bff; /* Or your brand color */
}

.country-name {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 5px;
}

.country-meta {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Styling for the "Full List" link in footer specifically */
._country_link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    opacity: 0.9;
}
._country_link:hover {
    opacity: 1;
    color: #ffd700;
}



@media all and (min-width: 420px){
  ._floatpic {
    width:60%;
  }
}

/* Necessary to force the rule to apply in screen smaller than 576 */
@media all and (max-width: 575px){
  .blockquite2, .blockquote3{
    text-align:left;
  }
}
  
@media all and (min-width: 576px){
    label{
      display:inline-block !important;
    }
    .blockquote2, .blockquote3{
      text-align:justify;
      text-indent:.5em;
    }

    .login-heading {
      font-size: calc(1.2rem + .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.4em;
    }

    /*.txtBody p, .txtBody ._lat_members {
        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;}
  }
