header.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.site-title-wrap {
  margin-left:200px;
  padding-top: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.site-logo img {
    width: 300px !important;
	height: auto;
	background: transparent !important;
	opacity: 1.0;
	/*text-shadow: 
	    -2px -2px 2px white,  
         2px -2px 2px white,  
        -2px 2px 2px white,   
         2px 2px 2px white; 
	filter: drop-shadow(-1px -1px 1px white) 
            drop-shadow(1px -1px 1px white) 
            drop-shadow(-1px 1px 1px white) 
            drop-shadow(1px 1px 1px white);*/
	/*filter: drop-shadow(2px 2px 3px rgba(0, 0, 255, 0.7));*/
	}

.site-title {
  font-size: 40px !important;
  line-height: 1.3 !important;
  color: #fff  !important;
  margin: 0 !important;
  font-weight: 900 !important;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8); /* Ajoute une ombre pour améliorer la visibilité */
	}

.site-description {
  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: white !important;
  margin: 0;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 255, 0.8); /* Ajoute une ombre pour améliorer la visibilité */
	}

.site-title a {
  color: blue !important;
	}

h1 {
  font-size: 2.7223em; !important;
}

h2 {
  font-size: 1.2em !important;
}

h3 {
  font-size: 1.1em !important;
}

.titre1 {
    font-size: 30px !important;
    color: blue;
	font-weight: 700 !important;
    font-weight: bold;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0 !important; 
    padding-bottom: 0 !important; 
	text-align: center;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}

.titre2 {
    font-size: 60px !important;
    color: blue;
	font-weight: 900 !important;
	letter-spacing: 10px !important;
	margin-top: 0;
	margin-bottom: 0; 
	padding-top: 0;
    padding-bottom: 0; 
    font-style: bold;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}

.titre3 {
    font-size: 38px !important;
    color: blue;
	font-weight: 700 !important;
	letter-spacing: 3px !important;
	margin-top: 0;
	margin-bottom: 0; 
	padding-top: 0;
    padding-bottom: 20px; 
	text-align: center;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}

.titre1, .titre2, .titre3 {
    line-height: 1.3; /* Réduit l’espace vertical entre les lignes */
    margin-bottom: 2px; /* Ajustez pour contrôler l’espace entre les titres */
}

.site-header.sticky-menu.menu-stick, body.home:not(.hasbanner) header.site-header {
    background: transparent !important; 
    opacity: 1.0;
	height: 280px;
	position: absolute !important;
	margin-bottom : 0px !important;
	margin-top:0px !important;
	}

.site-header .container {
        opacity: 1.0 !important;
		top: 0;
   	    left: 0;
        width: 100% !important;
		padding-top: 0px !important; 
		
    }


#page.site {
    margin-top: 0 !important;
    padding-top: 0 !important;
	}

.flexslider .slides img {
	margin-top:0px !important;
    height: 300px;
    -moz-user-select: none;
	/*background: transparent !important;*/
	background: none !important;
	opacity: 1.0 !important;
	}

section.about-section {
  
  margin-top: 0px !important;
  margin-bottom: 0px !important;
	}

header.page-header {
  text-align: center;
  /*min-height: 560px;*/
  background-size: cover !important;
  position: absolute;
  z-index: 1;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px !important;
}

.social-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .social-fixed a img {
    width: 32px;
    height: 32px;
    transition: transform 0.2s;
  }

  .social-fixed a img:hover {
    transform: scale(1.2);
  }


.page-header .container {
  margin-top: 10px !important;
}

.page-header .page-title {
  font-size: 3.1111em;
  margin: 0 0 5px 0;
  font-weight: 500;
  color: #fff;
}

.main-navigation ul li a:hover, .main-navigation ul li:hover>a, .main-navigation ul li.current-menu-item>a, .main-navigation ul li.current_page_item>a {
    color: blue !important;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}

.main-navigation ul li a {
    display: inline-block;
    vertical-align: middle;
    padding: 25px;
    color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 255, 0.8); /* Ajoute une ombre pour améliorer la visibilité */
}

@media screen and (max-width: 768px) {
   section.about-section, section.testimonial-section, section.cta-section, section.gallery-section {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
}


@media screen and (max-width: 1024px) {
.main-navigation {
   	position: relative !important;
	z-index: 1000;
	}
	
.site-title-wrap {
  margin-left: 0px;
  padding-top: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}	
	
.site-title {
  font-size: 18px !important;
  line-height: 1.1 !important;
  color: #fff !important;
  margin: 0 !important;
  font-weight: 600 !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Ajoute une ombre pour améliorer la visibilité */
	}
	
.site-description {
  font-size: 8px !important;
  line-height: 1.1 !important;
  font-weight: 500;
  color: #fff !important;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Ajoute une ombre pour améliorer la visibilité */
	}
	
.site-logo img {
    width: 150px !important;
	height: auto;
	background: transparent !important;
	opacity: 1.0;
	filter: drop-shadow(3px 3px 20px rgba(0, 0, 255, 1.0));
	}
	
h1 {
  font-size: 2.7223em; !important;
}

h2 {
  font-size: 1.2em !important;
}

h3 {
  font-size: 1.1em !important;
}

.titre1 {
    font-size: 12px !important;
    color: white;
	font-weight: 700 !important;
    font-weight: bold;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 0 !important; 
    padding-bottom: 0 !important; 
	text-align: center;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}

.titre2 {
    font-size: 25px !important;
    color: white;
	font-weight: 900 !important;
	letter-spacing: 3px !important;
	margin-top: 0;
	margin-bottom: 0; 
	padding-top: 0;
    padding-bottom: 0; 
    font-style: bold;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}

.titre3 {
    font-size: 12px !important;
    color: white;
	font-weight: 800 !important;
	margin-top: 0;
	margin-bottom: 0; 
	padding-top: 0;
    padding-bottom: 10px; 
	text-align: center;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8);
}

.titre1, .titre2, .titre3 {
    line-height: 1.3; /* Réduit l’espace vertical entre les lignes */
    margin-bottom: 2px; /* Ajustez pour contrôler l’espace entre les titres */
}
	
section.about-section, section.testimonial-section, section.cta-section, section.gallery-section {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }	
	
.site-header .container {
        background: transparent !important;
		opacity: .80;
    }
	
#page.site {
        margin-top: 80px !important; /* Ajuste cette valeur selon le chevauchement */
    }
	
.site-header.sticky-menu.menu-stick, body.home:not(.hasbanner) header.site-header {
    background:transparent !important;
    opacity: .90;
	margin-bottom:0px !important;
	height: 160px;
	position: absolute !important;
	top: 0;
    width: 100%;
	z-index: 999;
	}
	
.flexslider .slides img {
    height: 200px !important;
    -moz-user-select: none;
	}
	
button.toggle-btn {
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  background: blue !important;
  border: 2px solid #fff;
  position: absolute !important;
  left: 30px !important;
  top: 20px !important;
  z-index: 8888;
  border-radius: 100%;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
	}
}

