/*
Template:       greenova
Theme Name:     Greenova Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/greenova
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Greenova is a clean and Modern WordPress Theme. It is best suited for Green Garden website like Nursary etc
Version:        1.0
Text Domain:    greenova
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: Envato split License
License URI: https://themeforest.net/licenses/terms/regular
*/

.custom-select {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  font-family: inherit;
  color: #999999;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  appearance: none;           /* Supprime le style natif */
  -webkit-appearance: none;   /* Pour Safari */
  -moz-appearance: none;      /* Pour Firefox */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.custom-select:focus {
  border-color: #007bff;
  outline: none;
}

.custom-select option {
  color: #333;
}

.rt-portfolio-tab.myisotop2 {
  display: none !important;
}
  .custom-title p strong {
    display: block;
    font-size: 3rem;       /* Très gros */
    font-weight: 700;
    margin-bottom: 0.3em;
  }

  .custom-title p {
    font-size: 2.5rem;     /* Un peu plus petit que le gros */
    font-weight: 600;
    margin: 0;
  }

  .custom-title + p {
    font-size: 1.4rem;       /* Paragraphe normal */
    font-weight: 400;
    margin-top: 1em;
  }

/* Premier niveau de sous-menu */

.site-header .main-navigation ul li ul li {
    background-color: #a5be50 !important;
}

/* Deuxième niveau de sous-menu (sous-sous-menu) */
.site-header .main-navigation ul ul ul li {
    background-color: #457448 !important;
}



.mean-container .mean-bar .mob-info span a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #a5be50 !important;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
}
.mean-container .mean-bar .mob-info a.light-button {
    background-color: #a5be50 !important;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    padding: 7px 15px;
    margin-left: 2px;
}

.footer-top-area .widgettitle {
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 600;
	text-transform: none !important;
    position: relative;
    padding-bottom: 20px;
	text-decoration: underline;
}

/*.entry-banner {
    min-height: 400px;
    display: flex;
    align-items: center; 
    justify-content: center;
}*/
.container.masthead-container {
  max-width: 1500px;
}
.entry-banner-content .entry-title {
    text-transform: uppercase; /* Met le texte en majuscules */
    color: #a5be50 !important; /* Change la couleur du texte en vert */
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2); /* Ombre douce */
	text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: #a5be50;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    text-transform: uppercase;
    font-size: 35px !important;
    color: #a5be50 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    /* text-align: center; */
    letter-spacing: 0px;
}

/*@media (max-width: 1440px) {
  #site-navigation {
    display: none; 
  }
  .mobile-menu-trigger {
    display: block; 
  }
}*/
.light-button{
 display: none;	
}

.header-area-space {
    padding-top: 68px !important;
}
