/*
Theme Name: Verbosa Child
Theme URI: http://example.com/verbosa-child
Description: Thème enfant de Verbosa
Author: Ton Nom
Author URI: http://example.com
Template: verbosa
Version: 1.0.0
Text Domain: verbosa-child
*/

/* Import du style du thème parent */
@import url("../verbosa/style.css");
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100&display=swap');


/* Tes modifications CSS commencent ici */


#site-title a {
  text-decoration: none;
  display: block;
  text-transform: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-family: '', cursive;
  font-size: 45px;
  color: #7a7979 !important;
  font-family: "Yantramanav", sans-serif;
  font-weight: 100;
  font-style: normal;
  border-top: unset;
  border-bottom: unset;
}

#site-description {
  margin-top: -5px;
}

#telephone {
  text-align: center;
  width: 100%;
  display: block;
  color: #80ccb2;
  font-size: 20px;
}


#branding .branding-spacer {
  margin-bottom: 0;
}

.main {
  margin-top: 20px;
  border-top: solid 5px #82ccb7;
  border-radius: 5px;
}


#access li a span::before {
  content: "";
  position: absolute;
  left: -1.3em;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  opacity: .4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #80cbb6 !important;
}



/* ADD BY BEN */

  .footernaturame{
    color: #7a664d99;
    text-align:center;
  }
  
  .footernaturame ul li{
    display: inline;
  }
  
  .footernaturame a{
    color: #d2cdca;
  }
  
  .footernaturame p{
    margin-top:25px;
    border-top:solid 1px;
    padding:25px 0;
    border-color: #eeeeee;
  }
#site-copyright, #footer {
    border-color: none !important;
}

#footer-inside{display:none;}









#mobile-menu #nav-cancel {
  padding: .5em 1.5em;
  background: transparent;
  text-align: right;
}



#nav-toggle {
  cursor: pointer;
  background: #80cbb6;
  margin: 0 auto 1.5em;
  color: white !important;
  font-weight: 100;
  padding: 15px;
  position: absolute;
  right: 30px;
  border-radius: 15px;
}

@media (max-width: 640px) {
  #search-2{display:none;}
  #secondary .footernaturame{display:none;}
}


  .footernaturame2{
    color: #7a664d99;
    text-align:center;
  }
  
  .footernaturame2 ul li{
    display: inline;
  }
  
  .footernaturame2 a{
    color: #d2cdca;
  }
  
  .footernaturame2 p{
    margin-top:25px;
    border-top:solid 1px;
    padding:25px 0;
    border-color: #eeeeee;
  }

@media (min-width: 640px) {
  .footernaturame2{display:none;}

}

article.hentry, #breadcrumbs-nav, .verbosa-magazine-one #content-masonry article.hentry, .verbosa-magazine-one .pad-container {
  padding-left: 8%;
  padding-right: 8%;
}








  /* Style de base */
  #rdv-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #80cbb6;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: sans-serif;
  }

  #rdv-btn:hover{
    background-color:#6198ce;
  }

  /* Icône toujours visible */
  .rdv-link {
    font-size: 20px;
    text-decoration: none;
    color: white;
  }

  /* Texte masqué sur desktop par défaut */
  .rdv-text {
    white-space: nowrap;
    font-weight: bold;
    color: white;
  }

  /* Sur mobile, le texte est toujours visible et le bouton plus large */
  @media (hover: none) and (pointer: coarse), (max-width: 768px) {
    #rdv-btn {
      right: 50px;
      left: 50px;
      bottom: 20px;
      justify-content: center;
      width: auto;
      border-radius: 12px;
      font-size: 16px;
      padding: 16px;
    }
    .rdv-text {
      display: inline;
      color: white;
    }
    .rdv-link {
      font-size: 18px;
      color:white;
    }
  }