 .header {
     background-color: #011c35;
    /* Bleu foncé */
     color: white;
     padding: 20px 0;
}
 .header img {
     max-width: 100%;
     height: auto;
}
 .background-section {
     position: relative;
     background-image: url('../img/bagkground.jpg');
     background-size: cover;
     background-position: center;
     min-height: 120px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: white;
     text-align: center;
}
 .dlab-bnr-inr h1 {
     font-weight: 600;
     font-size: 50px;
     margin-bottom: 5px;
     position: relative;
     line-height: 1.5;
     z-index: 100;
     font-family: "Cinzel", serif;
}


 .dlab-bnr-inr2 h1 {
     font-weight: 600;
    /* font-size: 50px;*/
     margin-bottom: 5px;
     position: relative;
     line-height: 1.5;
     z-index: 100;
     font-family: "Cinzel", serif;
}

 .bgDark{
    background-color: #00274d;
}
 .nav-item {
     text-align: center;
     height: 180px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding:5px 
}
 .nav-item a {
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-decoration: none;
     padding: 15px;
     border-radius: 6px;
     background-color: #011c35;
     color: white;
     height: 100%;
     font-family: "Cinzel", serif;
}
 .nav-item img {
     display: block;
     margin: 0 auto;
}
 .nav-item span {
     display: block;
     margin-top: 10px;
}
 .casser {
     word-wrap: break-word;
     word-break: break-all;

}
 .nav-item a:hover {
     background-color: #182339;
     color: white;
}




 .nav-item2  {
	 text-align: center;
     height: 180px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-decoration: none;
     padding: 15px;
     border-radius: 6px;
     background-color: #011c35;
     color: white;
     height: 100%;
     font-family: "Cinzel", serif;
}
 .nav-item2 img {
    /* display: block;*/
     margin: 0 auto;
}
 .nav-item2 span {
    /* display: block;*/
     margin-top: 10px;
}







 .bgo {
     background-image: url('../img/bg1.jpg');
     background-position: center;
	 background-repeat: space;
}
 .menu {
     list-style: none;
     padding: 0;
     margin: 0;
     font-family: "Cinzel", serif;
     font-size: 20px;
}
 .menu li {
     display: flex;
     justify-content: space-between;
     padding: 10px 0;
     border-bottom: 1px dotted lightgray;
}
 .item {
     flex: 1;
     text-align: left;
}
 .price {
     text-align: right;
     white-space: nowrap;
     font-size: 20px;
     color: #00274d;
     margin-left: 20px;
}
 .titlo {
    font-size: 25px;
    font-family: "Cinzel", serif;
     color:#92846a;
}
 .txto {
     font-family: "Cinzel", serif;
}
 .custom-btn {
     background-color: #9f8d6c !important;
     color: #00274d !important;
     border: none !important;
}
 .custom-btn:hover {
     background-color: #00274d !important;
     color: #9f8d6c !important;
}

 .custom-btn2 {
     background-color: #00274d !important;
     color: #ffffff !important;
     border: none !important;
	 font-weight: 700 !important;
	 font-size: 18px !important;
	 text-transform: uppercase;
	 
}
 .custom-btn2:hover {
     background-color: #00274d !important;
     color: #9f8d6c !important;
}



 .brownBg {
     background-color: #9f8d6c;
}

.textF   { font-family: "Cinzel", serif;}

 
 /**/

.scroll-top {
	position: fixed;
	display: none;
	bottom: 30px;
	right: 30px;
	background: #ad966d;
	border-radius: 50%;
	height: 55px;
	width: 55px;
	z-index: 999;
	text-align: center;
	line-height: 55px;

}


.scroll-top .ico-up {
	color: #fff;
	font-size: 18px;
}


.adark {
    color: #00274d;
    text-decoration: none; 
}

.adark:hover {
    text-decoration: underline; 
    color: #00274d; 
}

.txtpho {font-size: 24px;text-decoration: none; }



/**/


	  
.form-control::placeholder {
	color: #dcdee7 !important;
	opacity: 1;
	font-size: 12px;
}

 .form-control:focus {
	color: inherit !important;
	background-color: inherit !important;
	border-color: #ad966d !important;
	outline: none !important;
	box-shadow: none !important;
    }

	  .nav-item2 {
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.rating {
  list-style: none; 
    padding: 0; 

	
}

.star {
    font-size: 2.5rem;
    cursor: pointer;
    color: #9f8d6c;
    display: inline-block; 
    transition: transform 0.2s; 

}

.star.selected {
    color: #9f8d6c;
}




.bounce {
    transform: translateY(-5px); 
}


/**/


		  
		  
.border-lable-flt {
  display: block;
  position: relative;
}


.border-lable-flt label, .border-lable-flt > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
  top: -.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
    color: #9f8d6c;
}
.border-lable-flt label::after, .border-lable-flt > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;

}

/**/


.btn {
 font: 14px  Montserrat;
  padding: 12px 22px 10px;
  margin: 0;
  border: none;
  border-bottom: 3px #aacedd solid;
  text-decoration: none;

  position: relative;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 25px -5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


.btn-success0 {
  color:#ffffff !important;
  border-bottom: 3px #010e1b solid;
  background-image: -moz-linear-gradient(#00274d, #011c35);
  background-image: -webkit-linear-gradient(#00274d, #011c35);
  background-image: linear-gradient(#00274d, #011c35);
 text-transform: uppercase; 
}





.btn-success0:disabled {
	  color:#666 !important;
border:0px;
 border-bottom: 3px #787878 solid !important;
  background-image: -moz-linear-gradient(#bebebe, #9e9e9e)!important;
  background-image: -webkit-linear-gradient(#bebebe, #9e9e9e)!important;
  background-image: linear-gradient(#bebebe, #9e9e9e)!important;
}




.alert-success {
background-color: #ebfbf5;
  border: 0px;
 font: 14px  Montserrat;
}


@keyframes subtleBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px); /* Ajustez la hauteur ici pour un effet plus subtil */
    }
    60% {
        transform: translateY(-3px); /* Ajustez également cette valeur si nécessaire */
    }
}

.bouncer {
    animation: subtleBounce 1s ease infinite; /* Changez la durée pour un bounce plus rapide ou plus lent */
}


.w-15 {
width: 15% !important;
}



.linko {
	    text-decoration: none; 
	
	
}