.titre-truncate {
  width: 100%;
  /* Vous pouvez ajuster cette valeur selon la largeur de votre conteneur */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Afficher un texte sur 3 lignes et remplacer par .... */
.text-truncate-2l {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-3l {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-truncate-4l {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.banner-height {
  padding: 10px 0 15px;
}

.text-justify {
  text-align: justify;
}



/** Style text sur banner accueil  */
:root {
  --color-text: #FFF;
  --color-front: #0068a9d1;
  --color-back: #505050;
  --color-secondary: #00AFEF; 
}

.text-border-corner {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  clip-path: polygon(20px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 20px);
  background: var(--color-secondary);
  padding: 16px 25px;
  /* margin: 0 8px; */
  font-weight: 600;
  /* font-size: 2rem; */
  text-shadow: #00000070 1px 0 10px;
  color: var(--color-text);
  transition: clip-path 500ms;
}
.text-border-corner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--color-back);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
  border-radius: 0 0 6px 0;
  transition: transform 500ms;
}


/** Style text sur banner accueil  */

.object-fit-cover{
  object-fit: cover;
}
.object-fit-contain{
  object-fit: contain;
}
.cursor-pointer{
  cursor: pointer;
}
.h-input-45{
  height: 45px;
}
.h-input-35{
  height: 35px;
}

.text-orange{
  color: #ff6600;
}
 .text-custom-font{
  font-family: 'itcBusoramaBold';
 }
 h1,h2,h3,h4,h5,h6{
  font-family: "Jost", sans-serif;
 }

.text-shadow-custom{
  text-shadow: 1px 1px 10px #00000063;
}

.font-s-12{
  font-size: 12px;
}

.font-custom{
  font-family: "Jost", sans-serif;
  text-transform: none;
}
.font-custom::first-letter {
  text-transform: uppercase;
}
.first-letter-uppercase{
  text-transform: none;
}
.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}
.font-jost{
  font-family: "Jost", sans-serif;
}

/*// ------------------------------------------------------------------------------------------------------*/
.nav-brand, .nav-brand:focus, .nav-brand:hover, .nav-menu > li > a:hover {
  color:white !important;
}
li a.custom-hover-item:hover{
  background-color: var(--color-back);
  color:white !important;
  border-radius: 4px;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a, .skin-dark-footer .footer-widget p {
  color: #ffffff;
}
.logo-footer{
  filter: brightness( 168% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.newsletter-input{
  height: 30px;
}
.newsletter-button{
  height: 30px;
}
.form-left{
  position:absolute;
  top: 4.5%;
  left: 5%;
  z-index: 3;
}
.container-partenaire{
  display:flex;
  align-items:center;
}
.image-partenaire{
  height: 100px;
  object-fit: contain !important;
  margin-left:auto;
  margin-right:auto;
}
.flickity-button {
  background: none;
}
.popFlights-item-overHidden {
  height: 175px;
}
.accordion-button:not(.collapsed) {
  background-color: #8080801a;
}
.nav-brand img {
  width: 175px !important;
}
h2.accordion-header{
  font-family: inherit;
}
.nom-sejour{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 20px;
  margin-bottom: 0.5rem;
}
.type-sejour{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 20px;
  margin-bottom: 0.5rem;
}
.dropdown-menu-custom {
  background-color: white !important;
}
.nav-menu.nav-menu-social > li.list-buttons > ul> li  >a {
  background-color:white;
  color: black !important;
}
.dropdown-menu-custom li a.dropdown-item{
  padding: 9px  15px !important;
}
.btn-panier{
  background-color:white;
  color:var(--bs-primary);
  padding:10px 14px;
  border-radius: 50%;
  position: fixed;
  top: 15%;
  right: 1%;
  z-index:1000;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.nbre-items{
  position: absolute;
  top: -5px;
  left: -10px;
  background-color: var(--bs-warning);
  min-width: 18px;
  min-height: 18px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 50%;
}
.nomsejour-panier{
  font-size:16px;
  margin-bottom:0px;
}
.btn-parrainage{
  color:white;
  background-color: none !important;
  background-image: url('/assets/img/btn-bg.png');
  background-size: 268px 47px;
  background-repeat: no-repeat;
  font-weight: 700;
  height: 50px;
  width: 269px;
}
.btn-parrainage:hover{
  color:black;
}
.bg-custom-gray{
  background-color: #8080802b;
}
.container.parallelogram {
  transform: skew(-20deg);
  overflow: hidden; /* Pour s'assurer que le contenu ne déborde pas */
}

.container.parallelogram .p-1 {
  transform: skew(20deg); /* Annule l'effet de skew pour le contenu interne */
  display: inline-block; /* Pour que le texte reste aligné correctement */
}
.footer-widget {
  padding: 35px 0 !important;
}
.btn-annuler:hover{
  color:red !important;
}
.termsfeed-com---palette-light .cc-nb-okagree {
  background-color: #0068A9 !important;
}
.termsfeed-com---palette-light .cc-nb-reject {
  background-color: #CE3426 !important;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 1.5rem !important;
}
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  border-radius: 10px;
}
.border-right-1{
  border-right : 1px solid black;
}
.password-container-fo {
  position: relative;
  display: inline-block;
}

.toggle-password-fo {
  position: absolute;
  top: 15px;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}

.font-custom{
  font-family: "Jost", sans-serif;
  text-transform: none;
}
.font-custom::first-letter {
  text-transform: uppercase;
}
.text-underlined-bold{
  text-decoration: underline;
  font-weight: 700;
}