/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    /* CSS */
    
  }
  
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    #search{
        height: 5vh;
        width: 80% !important;
    }

        #autocomplete-list{
      width: 80%;
      margin: 0 auto;
      margin-top: 0.5rem;
      background-color: #fff;
    }

    .gse-block{
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    .gsc-control-cse{
      padding: 0 !important;
    }

    #___gcse_0{
      padding-left: 0;
    }

    .gsc-positioningWrapper{
      margin-bottom: 1rem;
    }

    .logo{
      width: 10rem;
    }

    #tfnewsearch{
      margin-left: 0rem;
    }
  

  #search2{
      margin-left: -2rem !important;
      width: 97%;
      height: 8vh !important;
  }

  .logo2{
      margin-left: -2rem;
      width: 8rem !important;

  }

  .gsc-tabsArea{
      width: fit-content;
      border: transparent !important;
  }

  .gsc-tabHeader{
      padding: 2px !important;
      padding-left: 0px !important;
      margin-bottom: 0px !important;
      width: 20px !important;
      border-radius: 20px !important;
  }    

  .gse-cont{
      margin-left: 0rem;
      width: 98%;
  }

  .gcsc-find-more-on-google, .gcsc-more-maybe-branding-box{
      display: none !important;
      visibility: hidden !important;
  }

  .gsc-cursor{
      background: #3d3dff;
      color: #fff !important;
      border-radius: 10px;
  }

  .gsc-cursor-chevron{
      filter: invert(100%) sepia(1%) saturate(7497%) hue-rotate(309deg) brightness(108%) contrast(100%) !important;
  }

  .gs-previewSnippet, .gs-mobilePreview{
      background: #fff !important;
      border-radius: 10px;
  }

  .gs-previewTitle{
    color: #0600b6 !important;
  }

  .gs-mobilePreview{
    box-shadow: 5px 5px 10px #aaaaaa2c, -5px -5px 10px #aaaaaa2c;

  }
  
  .gs-closeButton{
    fill: #0600b6 !important;
  }

  .privacy-content{
    width: 90%;
  }
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    #search{
        width: 80% !important;
        height: 6vh !important;
    }

    #autocomplete-list{
      width: 80%;
      margin: 0 auto;
      margin-top: 0.5rem;
      background-color: #fff;
    }

    .gse-block{
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    .gsc-control-cse{
      padding: 0 !important;
    }

    #___gcse_0{
      padding-left: 0;
    }

    .gsc-positioningWrapper{
      margin-bottom: 1rem;
    }
 

    .logo{
      width: 10rem;
    }

    #tfnewsearch{
        margin-left: 0rem;
    }

    #search2{
        margin-left: -2rem !important;
        width: 97%;
    }

    .logo2{
        margin-left: -2rem;
        width: 8rem !important;
    }

    .gsc-tabsArea{
        width: fit-content;
        border: transparent !important;
    }

    .gsc-tabHeader{
        padding: 2px !important;
        padding-left: 0px !important;
        margin-bottom: 0px !important;
        width: 5rem !important;
        border-radius: 20px !important;
    }    

    .gse-cont{
        margin-left: 0rem;
        width: 98%;
    }

    .gcsc-find-more-on-google, .gcsc-more-maybe-branding-box{
        display: none !important;
        visibility: hidden !important;
    }

    .gsc-cursor{
        background: #3d3dff;
        color: #fff !important;
        border-radius: 10px;
    }

    .gsc-cursor-chevron{
        filter: invert(100%) sepia(1%) saturate(7497%) hue-rotate(309deg) brightness(108%) contrast(100%) !important;
    }

    .gs-previewSnippet, .gs-mobilePreview{
        background: #fff !important;
        border-radius: 10px;
    }

    .gs-previewTitle{
      color: #0600b6 !important;
    }

    .gs-mobilePreview{
      box-shadow: 5px 5px 10px #aaaaaa2c, -5px -5px 10px #aaaaaa2c;

    }
    
    .gs-closeButton{
      fill: #0600b6 !important;
    }

    .privacy-content{
      width: 90%;
    }
  }
  input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea,
select {
  font-size: 16px !important; /* Taille minimale pour éviter le zoom */
}