body {
  background-color: #ffffff !important; /* Fond blanc */
}

/* ── Icon fonts: absolute paths + !important to override the * rule in main.css ── */
@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('/assets/fonts/la-solid-900.woff2') format('woff2'),
         url('/assets/fonts/la-solid-900.woff') format('woff'),
         url('/assets/fonts/la-solid-900.ttf') format('truetype');
}
@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('/assets/fonts/la-regular-400.woff2') format('woff2'),
         url('/assets/fonts/la-regular-400.woff') format('woff'),
         url('/assets/fonts/la-regular-400.ttf') format('truetype');
}
@font-face {
    font-family: 'Line Awesome Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('/assets/fonts/la-brands-400.woff2') format('woff2'),
         url('/assets/fonts/la-brands-400.woff') format('woff'),
         url('/assets/fonts/la-brands-400.ttf') format('truetype');
}

/* Override the wildcard font-family !important from main.css */
.la,
.las { font-family: 'Line Awesome Free' !important;    font-weight: 900 !important; }
.lab { font-family: 'Line Awesome Brands' !important;  font-weight: 400 !important; }
.lar { font-family: 'Line Awesome Free' !important;    font-weight: 400 !important; }
.slider-content-wrap{
    margin-top: -110px;
}

.slider-content {
    max-width: 52%;
}

.faq-body {
    border: 1px solid #eee;
    border-top: none;
}

@media (max-width: 992px) {
    .slider-content {
        max-width: 100%;
    }
}

.default-btn-un{
  background:#ffff;
	height:30px;
	width:90px;
	border-radius:5px;
	
}

.default-btn-un:hover{
 background:#25d366;
	border-radius:5px;
}

.default-btn-un img{
margin-top:-16px;
}




.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}



/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.404);
}


.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
  height: 500px;
}


.modal{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}



.close {
  color: white;
  position: absolute;
  bottom: 100px;
  right: 250px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
*/

/*modales*/


/* === STYLE GÉNÉRAL POUR TOUS LES MODALS === */
.modal-dialog {
  max-width: 800px;       /* largeur max sur desktop */
  margin: 1.75rem auto;   /* centré */
}

.modal-content {
  border-radius: 10px;
  padding: 10px;
}

/* === FORMULAIRE (modal 1) === */
#userFormModal .modal-dialog {
  max-width: 400px; /* plus petit et compact sur desktop */
}

#userFormModal .modal-body {
  padding: 15px;
}

/* === MODAL PROJET (modal 2) === */
#myModal .modal-dialog {
  max-width: 900px; /* laisse plus d’espace pour le carousel */
}

/* === RESPONSIVE (tous modals) === */
@media (max-width: 768px) {
  .modal-dialog {
    width: 95% !important; /* quasi toute la largeur */
    max-width: 95% !important;
    margin: 10px auto;
    padding: 0;             /* supprime padding externe */
  }

  .modal-content {
    padding: 10px;          /* garde padding interne */
    overflow-y: auto;       /* scroll si le contenu est trop grand */
    max-height: 90vh;       /* ne dépasse pas la hauteur de l'écran */
  }

  .modal-body img {
    width: 100% !important;
    height: auto;
  }

  /* ajuster formulaire ou carousel si nécessaire */
  #userFormModal .modal-dialog,
  #myModal .modal-dialog {
    max-width: 95% !important;
  }
}



.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius:3px;
  user-select: none;
  -webkit-user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.phare-projet{
  width:70%;
  margin: 50px 250px;
}


/*modal*/

/*.modal-content{
	width:200% !important;
	height:auto;
	margin-left:-250px;
}*/

.img-fluid{
	width:400px;
	height:350px;
	border-radius:10px;
}

.carousel-inner{
	width:100%;
	height:100%;
	margin:0 auto;
}

.title-logo span:before {
    background-color: var(--new-color);
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

.title-logo span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
