* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}


body {
	overflow-x: hidden;
	background-color: #fff;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


.pop-button h4 {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #ffffff!important;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 100px;
	padding: 0px;
	letter-spacing: 0.5px;
	
}


.navbar-nav>li {
	margin-left: 30px;
}

.header.active .navbar-nav>li>a {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #D39BE6!important;
	transition: all 0.5s;
	 
}

.navbar-brand em {
	font-style: normal;
	color: #D5B895;
	font-size: 32px;
}

.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #f7c552;
    background-color: #f7c552;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #f7c552;
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
	width: 100%;
  	padding-top: 50vh;
  	text-align: center;
  	background-image: url(../img/fondAccueil.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  	position: relative;

}

.baner-content .container {
	display: contents;
	justify-content: center;
}

.baner-content .icon {
    position: relative; /* Conteneur relatif */
    margin-bottom: -70px; /* Décalage négatif pour chevaucher le text-content */
    z-index: 2; /* Garde l'image au-dessus du fond */
}

.baner-content .icon img {
    position: relative;
    display: inline-block;
    max-width: 200px; /* Ajustez selon vos besoins */
    transform: translateY(-80%); /* Remonte l'image de 50% de sa propre hauteur */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.baner-content .text-content {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9); /* Fond blanc avec 90% d'opacité */
    display: inline-block;                  /* Pour que le fond s'ajuste uniquement au contenu */
    padding: 20px;                          /* Espacement autour du texte */
    border-radius: 10px;                     /* Optionnel : coins arrondis */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	align-items: center;
	position: relative;
    z-index: 1;
    margin-top: -80px;
	
}

.baner-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #000000;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #D39BE6!important;
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #D5B895!important;
}

.baner-content .text-content p {
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}

#about {
    background-color: #D39BE6;
    text-align: center; /* Centre tout le contenu */
    padding: 40px 0;
}

#about .service-item {
    text-align: center;
}

#about .service-item p {
	color: #ffffff;
}

#about .service-item h4 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
}

#about .image-container {
    display: flex;
    justify-content: center;
    gap: 15px; /* Espace entre les images */
    flex-wrap: wrap;
    margin-top: 20px;
}

#about .image-container img {
    max-width: 300px; /* Ajuster selon la taille souhaitée */
    height: auto;
}

#Qui {
    padding: 150px 0;
    background-image: url(../img/design6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    min-height: 100vh; /* S'assure que la section prend toute la hauteur de l'écran */
}

#Qui .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#Qui .row {
    display: flex;
    justify-content: center; /* Centrage horizontal */
    width: 100%;
}

#Qui .col-12 {
    display: flex;
    justify-content: center; /* Centre l'élément sur la largeur */
}

#Qui .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 600px; /* Fixe une largeur max pour éviter que le texte s'étale trop */
    width: 100%;
    position: relative;
}

#Qui .service-item p {
    color: #000000;
    margin-top: 20px;
     /* Justifier le texte pour meilleure lisibilité */
    max-width: 80%; /* Évite que le texte touche les bords */
    position: relative;
    display: inline-block; /* Permet aux pseudo-éléments de bien s'aligner */
}

#Qui .service-item p:first-of-type::before {
    content: '"'; /* Guillemets ouvrants */
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-right: 5px; /* Espacement après le guillemet */
}

#Qui .service-item p:last-of-type::after {
    content: '"'; /* Guillemets fermants */
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-left: 5px; /* Espacement avant le guillemet */
}


#Qui .service-item .icon img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

#Qui .service-item h4 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
}


#Qui .line-dec {
    width: 80%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 20px auto;
}


.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 30px 15px 0px 15px;
}

.filter-categories {
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #D39BE6;
}

#Activity .page-section {
	padding: 0px;
}

#Activity .section-heading {
	padding-top: 100px;
	padding-bottom: 200px;
	background-color: #D5B895;
	height: 1200px;
	margin-left: -100vh;
	padding-left: 100vh;
}

#Activity .project-item {
	margin: 0px -16px;
}

#Activity .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#Activity .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0px 15px 0px;
}

#Activity .section-heading p {
	color: #fff;
	padding-right: 70px;
}

#testimonial h3 {

	color:#ffffff;

}

#testimonial {
	background: linear-gradient(to top, #D39BE6, #D5B895 );
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item {
	background-color: #b0997c;
	border-radius: 20px;
	height: 200px;
	width: 500px;
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

.owl-pagination {
  margin-top: 100px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}

.section-image {
    width: 100%;
    max-width: 500px; /* Ajuste la taille selon ton design */
    height: auto;
    border-radius: 10px;
}

.left-image {
	position: absolute;
    float: right;
    margin-right: 50px;
	transform: translateX(70%);
	z-index: 10;
	height: 480px;
	width: auto;
}
.left2-image{
	position: absolute;
    float: right;
    margin-right: 50px;
	transform: translateX(130%);
	z-index: 10;
	height: 480px;
	width: auto;
}

.left3-image{
	position: absolute;
    float: left;
    margin-right: 50px;
	transform: translateX(-150%);
	z-index: 10;
}

.left4-image{
	position: absolute;
    float: left;
    margin-right: 50px;
	height: auto;
	width: 400px;
	transform: translateX(-170%);
	z-index: 10;
}

.right-image {
	position: absolute;
    float: right;
	transform: translateX(-150%);
    z-index: 10;
	height: 450px;
	width: 330px;
}

.right2-image {
	position: absolute;
    float: right;
	transform: translateX(160%);
    z-index: 10;
	height: 200px;
	width: 680px;
}

.right3-image {
	position: absolute;
    float: left;
	transform: translateX(-220%);
    z-index: 10;
	height: 200px;
	width: 680px;
}

.right4-image {
	position: absolute;
    float: right;
	transform: translateX(120%);
    z-index: 10;
	height: 200px;
	width: 680px;
}


#partenaires {
	background-image: url(../img/WhatsApp\ Image\ 2025-02-25\ à\ 13.04.15_1352ccaf.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 580px;
}

#partenaires .section-heading {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 580px;
	margin-left: -100vh;
	padding-left: 100vh;
	overflow: hidden!important;
}

#partenaires .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#partenaires .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0 15px 0;
}

#partenaires .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}


.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  background-color: #fff;
}

.tabs a:hover {
  color: #f7c552;
}

.tabs .active {
  color: #f7c552;
}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
  position: relative;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}
.tabgroup .text-content span {
	font-size: 13px;
	color: #33c1cf;
}
.tabgroup .text-content a {
	font-size: 13px;
	color: #33c1cf;
	text-decoration: none;
}
.tabgroup .text-content p {
	margin-top: 10px;
}

.instagram-bubble {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.instagram-bubble a {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.instagram-bubble i {
    font-size: 40px;
	color: #ffffff;
}


.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#Practices {
	background-image: url(../img/FEM566.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
	padding: 60px 0;
}
#Practices .service-item {
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
}
#Practices .service-item h4 {
	color: #D5B895;
	font-size: 24px;
	font-weight: bold;
}
#Practices .line-dec {
	width: 50px;
	height: 3px;
	background-color: #3498db;
	margin: 10px auto;
}
#Practices .service-item ul {
	list-style-type: none;
	padding: 0;
}
#Practices .service-item ul li {
	font-size: 16px;
	color: #D39BE6;
	margin: 8px 0;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
#Practices .primary-blue-button a {
	display: inline-block;
	background-color: #3498db;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
}
#Practices .primary-blue-button a:hover {
	background-color: #2980b9;
}




#contact-us {
	background-color: #D5B895;
	text-align: center;
	padding: 50px 0px;
	
}

#contact-us .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 10px auto 85px auto;
	
}

#contact-us .section-heading .line-dec ul li {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px;
	
}

#contact-us .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

#contact-us .pop-button {
	margin-top: 100px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
	background-color: #D5B895;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}


.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #D39BE6;
}

.pop span:hover {
	background-color: #596065;
	transition: all 0.5s;
}

#PhotoHandic {
	margin-right: 5%;
	width: 80px;
	height: 60px;

}


footer {
	margin-top: 0px;
	background-color: #373a3c;
	padding: 50px 0px;
	background: linear-gradient(to top, #D5B895, #8C19B3);
}
footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #D5B895;
}
footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: #D39BE6!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo span {
	font-weight: 600;
	color: #f7c552;
}

footer .logo a {
	color: #FFF;
}

footer .logo a:hover {
	color: #9F0;
}

footer .location h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .location ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .location ul li {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
}

footer .contact-info h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .contact-info ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

footer .connect-us ul li {
	display: inline-block;
	margin-right: 2px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}
footer .connect-us ul li a:hover {
	background-color: #f7c552;
}

.mobile-images-column {
	display: none; /* Masqué par défaut */
}


/* RESPONSIVE */

@media (max-width: 991px){ /* Téléphone 0-991px */

	.baner-content .text-content p {
		padding: 0px 15%;
	}

	.baner-content {
		background-image: url(../img/fondAccueil.jpg);
		background-size: contain; /* ou "contain" selon ton besoin */
		background-position: center;
		background-repeat: no-repeat;
	  }

	#about .service-item {
		margin-bottom: 80px;
	} 

	#portfolio .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: #33c1cf;
		height: 505px;
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden;
	}

	#portfolio .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#portfolio .section-heading p {
		padding: 0px 20px;
	}

	.projects-holder {
		text-align: center;
		padding: 15px 0px;
	}

	#portfolio .project-item {
		margin: 15px 0px;
	}

	#blog .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden!important;
	}

	#blog .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#blog .section-heading p {
		padding: 0px 30px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

	#partenaires {
		height: 1080px;
	}

	#partenaires .section-heading{
		height: 300px;
	}

	#map-container {
        flex-direction: column;
        align-items: center;
    }
    #map iframe {
        height: 500px;
		width: 100%;
    }

	.section-image{
		display: none;
	}

}

@media (max-width: 768px){ /* 0-768px */
	.baner-content .text-content p {
		padding: 0px 10%;
	}

	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}


	.navbar-inverse .navbar-nav>li>a {
		font-family: 'Roboto', sans-serif!important;
		line-height: 55px;
		color: #343434!important;
	}
	

	#map iframe {
        height: 300px;
		width: 100%;
		margin-left: 0;
		padding: 0;
		
    }

	.section-image {
        display: none;
    }

	.mobile-images-column {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin: 30px 0;
	}

	.mobile-images-column img {
        max-width: 65%; /* Réduction à 65% de la largeur du conteneur */
        height: auto; /* Maintien du ratio */
        border-radius: 8px; /* Optionnel - pour garder vos coins arrondis */
        box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optionnel - ombre légère */
    }

	.navbar-nav>li>a {
        font-size: 7px;
        padding: 0 10px;
    }
    .navbar-nav>li {
        margin-left: 15px;
    }

	/*.baner-content .icon img {
	     max-width: 150px;  
    }*/
	

}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

    #map-container {
        padding: 0px;
    }
    #map iframe {
        width: 100%;
        height: 500px;
    }

	/*.baner-content .icon img {
		bottom: 350px;
	}*/

	.section-image {
        display: none;
    }

	.mobile-images-column {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin: 30px 0;
	}

	.mobile-images-column img {
        max-width: 65%; /* Réduction à 65% de la largeur du conteneur */
        height: auto; /* Maintien du ratio */
        border-radius: 8px; /* Optionnel - pour garder vos coins arrondis */
        box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optionnel - ombre légère */
    }


}

@media (min-height: 792px){


	.col-lg-6 {
        width: 100%;
    }

	

}

@media (min-width: 991px) and (max-width: 1200px) {
	.section-image {
        display: none;
    }

	.mobile-images-column {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin: 30px 0;
	}

	.mobile-images-column img {
        max-width: 65%; /* Réduction à 65% de la largeur du conteneur */
        height: auto; /* Maintien du ratio */
        border-radius: 8px; /* Optionnel - pour garder vos coins arrondis */
        box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optionnel - ombre légère */
    }
}

@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }

	/*.baner-content .icon img {
		bottom: 350px;
	}*/


	
}

@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }

	/*.baner-content .icon img {
		bottom: 350px;
	}*/

	.section-image {
        display: none;
    }

	.mobile-images-column {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin: 30px 0;
	}

	.mobile-images-column img {
        max-width: 65%; /* Réduction à 65% de la largeur du conteneur */
        height: auto; /* Maintien du ratio */
        border-radius: 8px; /* Optionnel - pour garder vos coins arrondis */
        box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optionnel - ombre légère */
    }

}