
.box-header h2 {
    text-align: center;
    margin-bottom:30px;
}
h2 span{
    color: #fb911f;
    font-size: 60px;
    font-family: 'waterbrush';
}
div.col-md-12{
    
    padding: 10px 10px;
    background: #fff;
    box-shadow: 0px -1px 9px 4px rgb(255 255 255 / 80%);
    max-width: 500px;
    margin: auto;
    
}
.form-group label{

    display: block;
	width:100%;
	float: left;
    color:black; 
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif; 
}
.form-group input{
    display: inline-block;
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
}

p{
    font-weight: 300 px;
    color: #180404;
}

/*CSS nav***/
header{ 
    position: sticky;   
    top: 0%;
    left: 0%;
    padding: 5px 10px;
    width: 100%;
    display: block;
    z-index: 3;/*z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky) and flex items (elements that are direct children of display:flex elements). */
    background-color:rgb(67, 66, 70);
}

.profile{
    display:flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.profile button{
    font-size: 0.5em;
    margin: 5px 10px;
    font-weight: bolder;
}

.logo-lg{
    position: absolute;
    left: 55px;
    width: 25%;
    display: flex;
}
.logo-sm{
    display: none;
}
.logo,.logo:hover{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
}
.logo span{
    color: #fb911f;
}
.collapse{
    width: 75%;
    justify-content: center;
    margin-right: 40px;
}
.navbar{
    width: 100%;
    display: flex;
    position: relative;
}
.navbar li{
    list-style: none;
}
.navbar a{
    color: rgb(250, 249, 255);
    text-decoration: none;
    margin-left: 30px;
    font-weight: 700;

}
header .navbar li a:hover{
    color: #fb911f;

}
#cart:hover{
    border-bottom: none;
}


/* CART */
#content {
    width: 100%;
    margin-top: 50px;
}
#content .box-footer .btn-info,
#content .box-footer .btn-success{
    background: #fb911f;
    border: #fb911f;
}
#content .box-footer .btn-info:hover,
#content .box-footer .btn-success:active{
    box-shadow: none;
}
#content .box-footer .btn-default:hover{
    color: #fb911f;
}
#content tbody td a{
    color:#000;
    text-decoration: none;
}
#content tbody td a:hover{
    color: #fb911f;
}
/*end cart*/

/*sreach box for active search*/
.search-box{
    width: 100%;
    text-align: center;
}
.search-box form{
    width: 100%;
    margin-bottom: 10px;
    
}

.search-box input[type="text"]{
    padding: 5px 10px;
    min-width:75%;
    font-size: 0.7em;
    border: none;
    
}
.search-box button[type='submit']{
    padding: 5px 10px;
    font-size: 0.7em;
    color: #fff;
    font-weight: bolder;
    background: #fb911f;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
}
.search-box-sm{
    display: none;
}
    /*result*/
    .result section{
        min-width: 100%;
        display: flex;
        background-color: transparent;
    }
    .result .dropdown-result{
        text-decoration: none;
        color: #fff;
    }  
    /*end result*/
/*end active search*/

/* RESPONSIVE: cache petit logo */


.contenu p:nth-child(2){
    color: #ffff;
    font-size: 1.2em;
}

.btn1{
    font-size: 1em;
    color: #fff;
    background: #fb911f;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
}
.btn2{
    font-size: 1em;
    color: #fff;
    background: #2a4963;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}

.btn1:hover,.btn2:hover{
    letter-spacing: 4px;
    color:rgb(255, 255, 255);
    position: relative;
    bottom:5px;
}

section{
    padding: 100px;
}
.row{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.col50 h3 {
    color: #fff;
    font-weight: lighter;
}


.row .col50{
    position: relative;
    width: 48%;
    justify-content: center;
    align-items: center;

}

.row .col50 h2{
    margin-bottom: 20px;
}

.titre-texte{
    color: rgb(255, 255, 255);
    font-size: 2em;
    font-weight: 300px;
    text-transform: capitalize;
}

.titre-texte span{
    color: #fb911f;
    font-size: 1.5em;
    font-weight: 700px;
}


.row .col50 img{
    object-fit: contain;
    height: 450px;
    width: 100%;
    position: relative;
}

.titre{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.blanc .titre-texte{
    color: #fff;
}

.blanc .titre-texte,
.blanc p{
    color: #fff;
}



header.sticky{
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0, 0.05);
}

header.sticky .logo{
    color: #000;
}

header.sticky .navbar li a {
    color: #000;
}

header.sticky li a:hover{
    color: #fb911f;
    border-bottom: 2px solid #fb911f;
}
.w-100 {
    margin: 10px;
    max-height: 50vh;
  }

.carousel-item {

    margin-bottom: 40px;
}
.carousel-item img{
    object-fit: contain;
}
.carousel-control-prev,.carousel-control-next,
.carousel-indicators
{
    z-index: 1;
}

section{
    background-color: #333;
}

.plus{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-toggler{
    position: absolute;
    right: 10px;
    top: 10px;
}

/*cart*/
#content {
    width: 100%;
    margin-top: 50px;
}
#content .box-footer .btn-info,
#content .box-footer .btn-success{
    background: #fb911f;
    border: #fb911f;
}
#content .box-footer .btn-info:hover,
#content .box-footer .btn-success:active{
    box-shadow: none;
}
#content .box-footer .btn-default:hover{
    color: #fb911f;
}
#content tbody td a{
    color:#000;
    text-decoration: none;
}
#content tbody td a:hover{
    color: #fb911f;
}
/*end cart*/

 
/*panel*/
.panel{
    width:100%;
}
.panel-heading{
    display: flex;
}
/*panel end*/
/*sidebar*/
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #fb911f;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 20px;
    position: relative;
    bottom: 5px;
    cursor: pointer;
    background-color: transparent;
    color: #333;
    margin: 0 20px;
    border: none;
  }
  

  #panel{
    transition: margin-left .5s;
    padding: 16px;
  }  
/*end sidebar*/

.btn-primary{
    margin: 20px 0px 10px;
    padding: 5px 10px;
    font-size: 1em;
    color: #fff;
    background-color: #fb911f;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
}
.btn-primary:hover,.btn-danger:hover
,.btn-primary:active,.btn-danger:active,
.btn-primary:focus,.btn-danger:focus
{
    background-color: #333;
}
.btn-danger{
    margin: 20px 0px 10px;
    padding: 5px 10px;
    font-size: 1em;
    color: #fff;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
}
#inscrire{
    color: #333;
}
/*product image*/

#fetched-img{
    object-fit: contain;
}
/*search filtering css */
.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 160px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}
/*products */
.list ul, .list li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
    width: 100%;
  }
  h2 {
    margin-top: 0;
    margin-bottom: 0.4em;
  }
  .list a{
      color: #000;
      text-decoration: none;
      font-style: italic;
  }
  .list a:hover{
    color: #fb911f;
}
.list .list-content{
    border: #333 1px solid;
    border-radius: 5px ;
    margin: 10px;
}
  
  /*Flex items*/
  .list {
    display: flex;
    flex-wrap: wrap;
  }
  .list-item {
      display: flex; 
    padding: 0.5em;
      width: 100%;
  }
  @media all and (min-width: 40em) {
    .list-item {
      width: 50%;
    }
  }
  @media all and (min-width: 60em) {
    .list-item {
      width: 33.33%;
    }
  }
  .list-content {
      background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 1em;
      width: 100%;
  }
  .list-content p {
      flex: 1 0 auto;
  }
/*product details*/

#details .row .col50 img{
    object-fit: contain;
}
.desc > p{
    color: #666;
}
.container{
    margin-bottom: 100px;
}
@media all and (min-width: 360px) and (max-width: 767px)
{
    #banniere{
        padding:0;
    }
    header{
        padding-bottom: 50px;
    }
    .btn2{
        margin-left: 0;
    }
    #apropos{
        padding:0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .row .col50{
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
    
    }
    .row{
        flex-direction: column;
    }
    .banniere .contenu h2{
        font-size: 2.2em;
        color: #fff;
    }

    .titre-text{
        color: #fff;
        text-transform: capitalize;
    }

   
    .logo-area{
        margin: 0;
    }

    .search-box button[type='submit']{
        min-width:100%;
    }
    .search-box input[type="text"]{
        min-width:100%;
    }
    .profile{
        justify-content: center;
    }
    .search-box-lg{
        display: none;
    }
    .search-box-sm{
        margin-top: 10px;
        margin-left:20px;
        display: inline-block;
    }
    #navbarToggleExternalContent > div > form > div > section:nth-child(1){
        padding-left: 0 ;
    }
    .logo-sm{
        position: absolute;
        top: 5px;
        width: 25%;
        display: flex;
    }
    .logo-lg{
        display: none;
    }
   
}

    
:root {

    --beige-clair: #f5f5dc;
    --gris-fonce: #2e2e2e;
    --beige-sable: #e0d6b9;
    --blanc-casse: #fafafa;
}

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: var(--beige-clair);
    color: var(--gris-fonce);
    line-height: 1.6;
}



.hero {
    height: 90vh;
    overflow: hidden;
    position: relative;
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
    position: relative;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    min-height: 600px;
  }

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
@keyframes fadeUp {
    from {
      opacity: 0;
      transform: translate(-50%, -40%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
  
  .hero-content {
    animation: fadeUp 1.5s ease-out forwards;
  }
  .hero a {
    background-color: var(--beige-sable);
    color: var(--gris-fonce);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }
  
  .hero a:hover {
    background-color: #d6ccb0;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  }
  


.hero h1 {
    font-size: 3em;
    color: var(--Blanc);
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2em;
    color: var(--Blanc);
    margin-bottom: 30px;
}

.hero a {
    background-color: var(--beige-sable);
    color: var(--gris-fonce);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.hero a:hover {
    background-color: #d6ccb0;
}

.section {
    padding: 60px 20px;
    background-color: var(--blanc-casse);
    max-width: 1200px;
    margin: auto;
}

.section:nth-child(even) {
    background-color: #f8f9fa;
  }

.section h2 {
    text-align: center;
    color: var(--gris-fonce);
    margin-bottom: 40px;
}

.card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}
.cardsa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
  .carda {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
  }

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  
  .card-flip {
    width: 250px;
    height: 300px;
    perspective: 1000px;
  }
  
  .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s;
  }
  
  .card-flip:hover .card-inner {
    transform: rotateY(180deg);
  }
  
  .card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    text-align: center;
  }
  
  .card-front img {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .card-back {
    transform: rotateY(180deg);
    background-color: #f8f9fa;
    color: #333;
  }
  

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.cta {
    text-align: center;
    margin-top: 60px;
}

.cta a {
    background-color: var(--beige-sable);
    color: var(--gris-fonce);
    padding: 12px 24px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}

.cta a:hover {
    background-color: #d6ccb0;
}

footer {
    background-color: var(--blanc-casse);
    color: var(--gris-fonce);
    text-align: center;
    padding: 20px;
    margin-top: 80px;
    font-size: 0.9em;
}

footer a {
    color: var(--gris-fonce);
    text-decoration: none;
    margin: 0 10px;
}

footer a:hover {
    text-decoration: underline;
    color: var(--beige-sable);
}

/* a propos */

.container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    background-color: var(--blanc-casse);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

h1, h2, h3 {
    color: var(--gris-fonce);
    margin-top: 0;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.8em;
    margin-top: 50px;
    border-bottom: 2px solid var(--beige-fonce);
    display: inline-block;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

p, li {
    font-size: 1.05em;
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}

.section {
    margin-bottom: 40px;
}

.highlight-box {
    background-color: var(--beige-fonce);
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    color: var(--gris-fonce);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.value-item {
    background-color: var(--beige-clair);
    border: 1px solid var(--beige-fonce);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.value-item span {
    font-size: 1.4em;
    display: block;
    margin-bottom: 8px;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.stat-box {
    background-color: var(--beige-clair);
    border: 2px solid var(--beige-fonce);
    padding: 20px;
    border-radius: 10px;
    flex: 1 1 200px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.cta-buttons a {
    text-decoration: none;
    background-color: var(--beige-fonce);
    color: var(--gris-fonce);
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-buttons a:hover {
    background-color: #d2c9ad;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.partner-logos img {
    height: 60px;
    max-width: 150px;
    object-fit: contain;
}


h1, h2 {
  color: #3a3a3a;
}
.section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.services-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 40px 0;
  }
  .services-menu a {
    background-color: #030a11;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: 0.3s;
  }
  .services-menu a:hover {
    background-color: #101113;
  }
  
  .service-block {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
  }
  
  .service-img {
    height: 250px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 12px;
  }
  
  
  .service-block h2 {
    color: #0d0e0f;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .service-block ul {
    padding-left: 1.2rem;
  }
  
  .service-img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .ctas-buttons a {
    display: inline-block;
    margin: 8px 10px 0 0;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #ee7707;
    color: white;
    font-weight: 500;
    text-decoration: none;
  }
  .ctas-buttons a:hover {
    background-color: #ec8209;
  }

/* blog */
.page-title { 
    font-size: 2rem;
     margin-bottom: 0.5rem; 
    }
    .subtitle {
         font-size: 1.2rem; 
         color: #555; 
         margin-bottom: 2rem; 
        }
    .categories {
         display: flex; 
         flex-wrap: wrap; 
         gap: 1.5rem; 
         margin-bottom: 3rem; 
        }
    .category { 
        background: white; 
        padding: 1rem; 
        border-radius: 8px; 
        flex: 1 1 300px; 
        box-shadow: 0 2px 6px rgba(0,0,0,0.1); 
        transition: transform 0.3s ease; 
    }
    .category:hover { 
        transform: translateY(-5px); 
    }
    .category h3 { 
        margin: 0 0 0.5rem 0; 
        font-size: 1.2rem; 
    }
    .article-preview { 
        background: white; 
        border-left: 5px solid #002f47; 
        padding: 1rem 1.5rem; 
        border-radius: 8px; 
        margin-bottom: 2rem; 
        box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    }
    .article-preview h4 { 
        margin: 0; color: #002f47; 
    }
    .article-preview p { 
        margin: 0.5rem 0; color: #555; 
    }
    .read-more { 
        color: #080d13; 
        text-decoration: none; 
        font-weight: bold; 
    }
    .why-read, .participate { 
        background: white; 
        padding: 1.5rem; 
        border-radius: 8px; 
        box-shadow: 0 2px 6px rgba(0,0,0,0.1); 
        margin-bottom: 2rem; 
    }
    .search-bar { 
        margin-bottom: 2rem; 
        display: flex; 
        justify-content: space-between; 
        gap: 1rem; 
    }
    .search-bar input { 
        padding: 0.6rem; 
        flex: 1; 
        border-radius: 6px; 
        border: 1px solid #ccc; 
    }
    .search-bar button { 
        background: #002f47; 
        color: white; 
        border: none; 
        padding: 0.6rem 1rem; 
        border-radius: 6px; 
        cursor: pointer; 
    }
    .social-share { 
        margin-top: 1rem; 
    }
    .social-share i { 
        margin-right: 10px; 
        cursor: pointer; 
    }
    .projet-card {
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0,0,0,0.05);
        background: #fff;
        transition: transform 0.3s ease;
      }
      .projet-card:hover {
        transform: translateY(-5px);
      }
      .section-title {
        font-weight: bold;
        color: #2c3e50;
        text-align: center;
      }
    
      .projet-img {
        height: 200px;
        object-fit: cover;
        width: 100%;
      }

      @keyframes scroll-projects {
        0% { transform: translateY(0); }
        100% { transform: translateY(-50%); }
      }
      .fiches-scroll {
        max-height: 600px;
        overflow: hidden;
        position: relative;
      }
      .fiches-scroll .row {
        animation: scroll-projects 30s linear infinite;
      }
      
      .btn-modern {
        display: inline-block;
        padding: 12px 30px;
        font-size: 1.1rem;
        color: #fff;
        background: linear-gradient(135deg, #ff9800, #ff5722);
        border: none;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }
    
    .btn-modern:hover {
        background: linear-gradient(135deg, #ff5722, #ff9800);
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }

    .partenaires-slider {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 140px;
        background: #f9f9f9;
      }
      
      .slider-track {
        display: flex;
        align-items: center;
        animation: scroll 30s linear infinite;
      }
      
      .slides {
        width: 220px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        padding: 10px;
      }
      
      .slides img {
        max-width: 160px;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
        filter: grayscale(50%);
        transition: transform 0.3s ease, filter 0.3s ease;
      }
      
      .slides img:hover {
        transform: scale(1.1);
        filter: grayscale(0%);
      }
      
      @keyframes scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
      }
      
      .domaine-box {
        width: 100%;
        height: 200px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #f5f5f5;
      }
      
      .domaine-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        transition: transform 0.3s ease;
      }
      
      .domaine-box img:hover {
        transform: scale(1.05);
      }
      
      .chiffres-section {
        padding: 60px 0;
        background-color: #f8f9fa;
      }
      
      .chiffre-box {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      
      .chiffre-box .circle {
        width: 100px;
        height: 100px;
        background-color: #f1730c;
        color: white;
        font-size: 1.8rem;
        font-weight: bold;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        margin-bottom: 10px;
        transition: transform 0.3s ease;
      }
      
      .chiffre-box .circle:hover {
        transform: scale(1.1);
        background-color: #f1730c;
      }
      
      .chiffre-box p {
        margin: 0;
        font-size: 1rem;
        color: #333;
      }
      
      .contact-box {
        background-color: #f8f9fa;
        padding: 2rem;
        border-radius: 1rem;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      }
      .contact-box h4 i {
        color: #fd790d;
      }
      .social-icons a {
        font-size: 1.5rem;
        margin-right: 10px;
        color: #fd450d;
      }
      .social-icons a:hover {
        color: #fd9308;
      }
      iframe {
        width: 100%;
        height: 300px;
        border: none;
        border-radius: 10px;
      }

      .image-zoom-container {
        overflow: hidden;
        border-radius: 8px;
        max-width: 100%;
    }
    .image-zoom-container img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
    }
    .image-zoom-container:hover img {
        transform: scale(1.2);
    }
    
    .thumbnail-gallery .thumbnail {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border: 2px solid #ddd;
        border-radius: 5px;
        cursor: pointer;
        transition: border 0.2s ease;
    }
    .thumbnail:hover {
        border: 2px solid #ff7300;
    }

    