@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600&display=swap');



.action-wrapper {
    position: relative;
    display: inline-block;
}

.action-buttons {
    display: none;
    margin-top: 5px;
}

.btn-action {
    background: #f4d000;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-mini {
    display: inline-block;
    padding: 4px 10px;
    margin: 3px 2px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    display: block;        /* important */
    width: 82px;          /* largeur fixe */
    text-align: center; 
}

.btn-sup {
    background: #e74c3c;
}

.btn-edit {
    background: #3498db;
}

.btn-view {
    background: #2ecc71;
}






.FileUpload:hover {
    border-color: #084d82;
    background: #f1f7fd;
}

.imagefileup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
margin-bottom:10px;
}

.FileUpload {
    position: relative;
    border: 2px dashed #0c70b9;
    border-radius: 12px;
    height: 260px;
    overflow: hidden;
    background: #f9f9f9;
    cursor: pointer;
}
.fImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}


.FileUpload input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}



.remove-photo {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: none;
    line-height: 22px;
    padding: 0;
}

.FileUpload:hover .remove-photo {
    display: block;
}









#categorie + .ts-wrapper .ts-control {
    border-radius: 10px !important;
}


.categorybox,
.catboxsearch,
.blueBtn {
    height: 39px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;


}

.categorybox {

}

.searchvillebox {
  flex: 0 0 33%;
    max-width: 300px;
    position: relative;
}



.catboxsearch {
    width: 100%;
    background-color: #ffffff;

    padding: 0 10px;
text-align:center;
}
#ville
{
	background-color: #c7c7c8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow:hidden;
    position: absolute;   /* sort du flux */
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
margin-top:3px;
border-radius:10px;
}

#ville ul
{
	margin:0;
	padding:0;
}

#ville ul li
{
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;

	text-align:center;
	cursor:pointer;
background-color:#ffffff;
}

#ville ul li:hover
{
	background-color:#ff6600;
	color:#fff;
}






.ts-control input {
    caret-color: transparent;
}

.password-field {
    position: relative;
}

.password-field input {
    padding-right: 45px;
}

.toggle-eye-btn {
    position: absolute;
    right: 12px;

    top: 50%;
    transform: translateY(-70%);

    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 16px;
}



.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-blur {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(30px);
    transform: scale(1);
    z-index: 1;
}

#big-image-block {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}



.header-left {
    justify-self: start;
}



.header-right {
    justify-self: end;
    display: flex;
    align-items: center;
}



#codepostalshow a,
#codepostalshow a:visited,
#codepostalshow a:hover,
#codepostalshow a:focus,
#codepostalshow a:active {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}
.codepostalshow
{       background-color: #c7c7c8;
	width: 100%;
	border: 1px solid #dddddd;
	border-radius:10px;
	display:none;
    overflow: hidden;

}

.codepostalshow ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.codepostalshow ul li
{
	width: 100%;
	border-bottom: 1px solid #575757;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	box-sizing: border-box;
color:black;
}
	
.codepostalshow ul li:hover
{
background-color:#ff6600;
	color:#fff;	
}

.codepostalshow ul li a
{
	text-decoration:none;
	color:#000000;
}



.spinner-icon 
{
float:left; margin-right:10px; display: block; width: 20px; height: 20px; border: solid 2px transparent; border-top-color: #158FD2; border-left-color: #158FD2; border-radius: 100%; -webkit-animation: nprogress-spinner 900ms linear infinite; -moz-animation: nprogress-spinner 900ms linear infinite; -ms-animation: nprogress-spinner 900ms linear infinite; -o-animation: nprogress-spinner 900ms linear infinite; animation: nprogress-spinner 900ms linear infinite;
margin-left:20px;
}


@-o-keyframes nprogress-spinner 
{
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes nprogress-spinner 
{
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes nprogress-spinner 
{
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


.error-container {
  
    text-align: center;
padding-bottom:10px;
}


.box-connect
{
	width: 920px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 60px;
        margin-bottom: 66px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);

}

.box-connect-404
{
	width: 300px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 160px;
        margin-bottom: 160px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);

}
.box-connect-reinit
{
	width: 920px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 111px;
        margin-bottom: 138px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);

}
.box-connect-compte
{
	width: 920px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 85px;
        margin-bottom: 138px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);

}

.box-connect-lost
{
	width: 920px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 137px;
        margin-bottom: 168px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);

}

.box-connect-fav
{
	width: 920px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 60px;
        margin-bottom: 66px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);

}
.box-connect-dep
{
	width: 1000px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 60px;
        margin-bottom: 96px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);

}
.box-connect-mes
{
	width: 920px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 60px;
        margin-bottom: 96px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);

}
.box-connect-log {
	width: 920px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 113px;
	margin-bottom: 138px;
	background: rgb(255 255 255 / 8%);
	box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.5);
}

fieldset{border:1px solid #393938;}








.table-wrapper {
    border-radius: 12px;
    overflow: hidden; /* important */
}
.table-mes-annonces tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.table-mes-annonces tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}


/* Date */
.cell-date {

    color: #666;
    font-size: 13px;
}

/* Photo */
.cell-photo {

}

.cell-photo img {
    width: 70px;
    border-radius: 6px;
}

/* Titre */
.cell-title {
    align-items: center;
    font-weight: 500;
}

/* Statut */
.cell-status {
    align-items: center;
}

/* Action */
.cell-action {
    justify-content: flex-end;
}
.table-mes-annonces {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table-mes-annonces th {
    background-color: #76a3ff;
    color: #fff;
    padding: 14px 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.table-mes-annonces td {
    padding: 14px 12px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.table-mes-annonces tr:nth-child(even) {
    background-color: #f9f9f9;
}

.th-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.validmsg-message {
 	align-items: center;            /* centre vertical */
	display:flex;
	justify-content: center;        /* centre horizontal */
	min-height: calc(100vh - 120px);
	padding: 0px 100px 150px 100px;
	box-sizing: border-box;
}
.validmsg {

   margin-right: auto;
    margin-left: auto;
    background: #f0fdf4;
    border: 1px solid #22c55e;
    color: #15803d;
    padding: 25px 40px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
	    width: fit-content;


}

.user {
    min-width: 300px;   /* largeur suffisante pour "Mon compte" */
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.motif{ 
        color:#aaa;
}

.textareabox
{
        width: 100%;
	margin-bottom: 10px;
	border: 1px solid #636161;
	border-radius: 10px;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	font-family: Arial;
	font-size: 12px;
	background-color: #636161;
        color:white;
}
.mise-en-ligne
{
	    display: flex;
    align-items: center;
    gap: 10px;   /* espace si tu ajoutes autre chose à côté */
    margin-top: 10px;
}
.mise-en-ligne-text
{
	    font-size: 14px;
    color: #777;
}


.image-signaler {
    display: flex;
    align-items: center;
}

.image-signaler img {
    width: 18px;
    height: 18px;
   display: block;   /* IMPORTANT */

}
.block-signaler {
    display: flex;
    align-items: center;
    gap: 10px;   
align-items: center;   /* aligne verticalement */
}

.link-signaler {
    display: flex;
    align-items: center;
}
.link-signaler a {
    color: #d32f2f;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;   /* évite le décalage */
}

.link-signaler a:hover {
    text-decoration: underline;
}

.bloc-actions {
   padding: 20px 20px 20px 20px;
    background: #f7f6f6;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px; /* espace entre les boutons */
}

.block-selection-image
{
    overflow:auto;
    
}
.block-description-text {

    font-size: 15px;
    line-height: 1.7;
    color: #444;
}
.mega-block {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    align-items: flex-start;
}
.big-block-gauche {
    width: 70%;
    border: none;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-radius: 15px;
    padding: 30px;
}
.big-block-droit {
    width: 30%;
    background: #ffffff;
    border: none;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.txtcentre {
    font-size: 16px;
    font-weight: 600;
    margin-top: -30px;
    color: #646464;
}
.big-block-photo {
    width: 100%;
    height: 500px;
    background: #393938;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}

.big-block-photo img {

      max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.user-mise-en-ligne a {
    color: #009cff;  
    font-weight: bold;
}

.user-mise-en-ligne a:hover {
    color: #007acc;
}
.user-mise-en-ligne {
    margin-top:5px;
}
.big-block-photo img:hover {
    transform: scale(1.02);
}
.information {
    margin-top: 20px;
}

.information-title {
    width: 100%;
    background: none;
    font-size: 15px;
    font-weight: 600;
    color: #888;
    padding: 5px 0;
}

.other-information {
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.message-icon {
    background: url('../../../images/message-icon.png') no-repeat 15px center;
    background-size: 16px;
    color: white;
    padding-left: 45px;
     border: 1px solid #f7f7f7!important;

}



.print-icon {
    background: url('../../../images/print-icon.png') no-repeat 15px center;
    background-size: 16px;
    color: white;
    padding-left: 45px;
    background-color: #818181!important;
	     border: 1px solid #f7f7f7!important;

}

.phone-icon
{
     background: url('../../../images/phone-icon.png') no-repeat 15px center;
     background-size: 16px;
     color: white;
     padding-left: 45px;
     background-color:#f90!important;
     border: 1px solid #f7f7f7!important;

}


.block-description {
    width: 100%;
    background: none;
    font-size: 15px;
    font-weight: 600;
    color: #888;
    padding: 5px 0;
}
.container-show {
    max-width: 1334px;
    margin: auto;
    padding: 20px 20px 40px 20px;
}
.navigation
{
	font-size:14px;
	text-decoration:none;
	color: #ffffff;
}	



.username-block-droit a:hover {
    color: #007acc;
}

.recaptcha-send {

    margin-left:20px;
}


.recaptcha-box {
    margin-top: 20px;
    margin-left:20px;
}

.recaptcha-sign  {

    margin-left:0px;
    margin-top:-20px;
}




.favoris-block-annonce {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 100;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.favoris-block-annonce img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;  
pointer-events: none; /* important */
}

.annonce-item {
    position: relative;
    width: calc((100% - 90px) / 4);
}
.categorieshow-fav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px 20px 100px 20px;
}

.categorieshow-fav .linkoffre {
    position: relative;
    z-index: 1;
    width: 100%;
}

.categorieshow-rech {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px 20px 60px 20px;
}

.categorieshow-rech .linkoffre {
    position: relative;
    z-index: 1;
    width: 100%;
}

.block-annonce {
    height: 310px;
  overflow: hidden; /* coupe tout */


    background-color: #393938;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 9px 9px 5px 5px rgb(0 0 0 / 39%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.linkoffre:hover .block-annonce {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
}

.linkoffre
{
	text-decoration:none;
}



#filtre {
    display: none;
}

.search-section-box
{
	width: 600px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 0px;
	border-radius: 10px;
	margin-left:auto;
	margin-right:auto;
        background-color: #383837;
}

.search-input-rech .ts-wrapper,
.search-input-rech .ts-control,
.search-input-rech .ts-wrapper.single, 
.search-input-rech .ts-control
{
    border-radius: 10px !important;
}


/* largeur comme ancien categorybox */
.search-input-rech .ts-wrapper {
    flex: 0 0 35%;
    max-width: 300px;
margin-top:0px !important;
}

/* apparence identique */
.search-input-rech .ts-control {
    height: 39px;
    box-sizing: border-box;
    border-radius: 10px !important;
    font-size: 14px;

    background-color: #e9e9ed;
    border: 1px solid #282829;

    padding: 0 10px;

    display: flex;
    align-items: center;
}

.blueBtn i {
    margin-right: 8px;
}




/* ===== CONTENEUR FORMULAIRE ===== */

.search-input-rech {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap; /* pas de retour à la ligne */
    width: 100%;
margin-left:1px;
}





.blueBtn {
    padding: 0 40px;
    background-color: #76a3ff;
    border: 1px solid #282829;
    color: white;
    font-weight: bold;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}





/* ===== BOUTON ===== */

.searchboxbtnbtn {
    flex: 0 0 auto;
}



.blueBtn:hover {
    background-color: #ff6600 !important;
}

/* OVERLAY SOMBRE */
.annonce-overlay-offre {
  clip-path: polygon(
    11% 0%,        /* haut gauche */
    100% 22%, /* haut droite plus bas */
    100% 100%,
    0 100%
  );
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: -49px;
  transition:
    transform 0.4s cubic-bezier(.22,.61,.36,1),
    box-shadow 0.4s ease;
  animation: fadeUp 0.8s ease both;
} 
  

  .annonce-overlay-offre:hover .annonce-box {
  transform: scale(1.02);
}
  .annonce-overlay-offre:hover {
  transform: perspective(1000px) translateZ(40px);
  box-shadow:
    0 40px 90px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.08);
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.annonce-box-offre {

background: rgb(255 255 255 / 8%);

backdrop-filter: blur(12px);


border-radius: 10px;

text-align: center;

color: #ffffff;

max-width: 520px;

box-shadow: 0px -20px 20px 20px rgba(0, 0, 0, 0.5);

padding: 45px clamp(20px, 25vw, 300px);

}
.annonce-box-offre h2 {
 font-size: 28px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
margin-top: 5px;
}

.annonce-overlay-offre:hover .annonce-box-offre h2 {
  text-shadow:
    0 0 6px rgba(255,255,255,0.6),
    0 0 18px rgba(122,167,255,0.5);
  transform: translateY(-2px);
}

.parallax-image-offre {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 120%; /* valeur temporaire, sera écrasée en JS */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  transform: translate3d(-50%, 0, 0);
  filter: brightness(1.15) contrast(1.05);
height: 605px !important;

  }


.parallax-frame-offre
{
  position: relative;
  width: 100%;
  height: 400px;          /* hauteur visible */
  overflow: hidden;       /* masque l'image qui dépasse */
  background: #000;       /* fallback si image lente */
  margin-top: -140px;
    /* trapèze */
  clip-path: polygon(
        0 0,        /* haut gauche */
        100% 0,     /* haut droite */
        100% 100%,  /* bas droite (700px) */
        0 85.7%     /* bas gauche ≈ 600px / 700px */
    );
}




/* Hover uniquement sur les éléments cliquables */
.ts-dropdown .option:not([aria-disabled="true"]):hover {
  background: #ff6600;
  color: #fff;
}

/* Titres non cliquables */
.ts-dropdown .option[aria-disabled="true"] {
  background: #f0f0f0;
  color: #444;
  cursor: default;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: pointer !important;
}

/* Conteneur scrollable */
/* Champ fermé */
.ts-wrapper.single .ts-control {
  border-radius: 999px;
  overflow: hidden;
}

/* Menu déroulant */
.ts-wrapper.single .ts-dropdown {
  border-radius: 16px !important;
  overflow: hidden;
}

/* Contenu interne scrollable */
.ts-dropdown-content {

  border-radius: 16px;
padding: 6px 0; /* espace pour ne pas couper les coins */
text-align:center;
}

/* Scrollbar arrondie (Chrome, Edge, Safari) */
.ts-dropdown-content::-webkit-scrollbar {
  width: 15px;
}

.ts-dropdown-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 16px;
}

.ts-dropdown-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 16px;
}

.ts-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.ts-dropdown-content::-webkit-scrollbar-track {
  background: transparent;
  margin: 6px 0; /* espace haut et bas pour respecter l’arrondi */
}




/* Wrapper principal */
.ts-wrapper {
  width: 25%;
  margin-left: -2px;
  margin-top: 3px;
  position: relative;
  z-index: 1000;
  pointer-events: auto;
}

/* Champ principal */
.ts-control {
  height: 40px;
  border-radius: 999px;
  border: 2px solid #fff;
  font-size: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 40px 0 14px;
  position: relative;
  overflow: visible;
}

/* Texte sélectionné */
.ts-control .item {
  text-align: center;
  width: 100%;
margin-left: -17px;
}

/* Flèche */
.ts-control::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #555;
  pointer-events: none;
}

/* Dropdown principal */
.ts-dropdown {
  position: absolute !important;
  z-index: 9999 !important;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ddd;
  font-size: 14px;
}

/* Contenu scrollable */


/* Options */
.ts-dropdown .option {
  padding: 10px 14px;
  cursor: pointer;
}



/* Titres catégories */
.ts-dropdown .option.cat-title {
  background: #f0f0f0;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  cursor: default;
}

/* Sous-catégories */
.ts-dropdown .option.cat-item {
  padding-left: 24px;
}

/* Empêche le menu d’être coupé par un parent */
.ts-wrapper,
.ts-control,
.ts-dropdown {
  overflow: visible !important;
}

.section-title {
  width: 100%;
  

  margin-top: 30px;    /* 👈 espace au-dessus */
  margin-bottom: 30px; /* 👈 espace en dessous */
}

.section-title h2 {
  font-size: 32px;     /* 👈 taille du texte */
  font-weight: 600;
  color: #222;

  margin-left: 40px;
  letter-spacing: 0.5px;

  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}




.menu-box ul li::marker {
    content: none;
}

.header-search-layer.open input,
.header-search-layer.open select {
    pointer-events: auto;
}
.site-header.scrolled ~ .header-search-layer {
    display: none !important;
}

.site-header.scrolled .search-btn {
    display: none;
}

/* CONTENEUR MENU */
.menu-box {


  background: rgba(255, 255, 255, 0.12);

    justify-content: center;   /* centre le menu */
    border-radius: 999px;
    padding: 8px 10px;
    overflow: visible;
 box-shadow: 0 20px 50px rgba(0,0,0,0.4);

 backdrop-filter: blur(6px);
}

/* LISTE */
.menu-box ul {
       padding: 0;
    margin: 10;
   
    display: flex;
    align-items: center;
    justify-content: center;   /* centre les items entre eux */
    gap: 0px;                 /* espace entre les mots */
}

/* ITEMS */
.menu-box ul li a {
    color: #eaeaea;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 10px 16px;
text-decoration:none;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease;
 
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* HOVER */
.menu-box ul li a:hover {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

/* ACTIF */
.menu-box ul li.active > a {

    color: white;
}

/* SUPPRESSION DES SÉPARATEURS */
.menu-box ul li + li::before {
    display: none;
}
.menu-box ul li::before,
.menu-box ul li::after,
.menu-box ul li + li::before {
    content: none !important;
    display: none !important;
}

.site-header.scrolled .menu-box {
    background: transparent;
 
}

.head {
    position: relative;
    z-index: 10;
   display: flex;
    justify-content: center;
    margin-top: 10px;
 
    z-index: 100; 
}

.header-spacer {
      height: 70px;
    background: transparent; 
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #243141;
    color: #fff;
    padding: 15px;
    z-index: 9999;
    display: none;
}

.cookie-banner p {
    margin: 0 0 10px;
    font-size: 14px;
}

.cookie-banner a {
    color: #f1c40f;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-buttons button {
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    background: #f1c40f;
    color: #000;
}




/* ============================= */
/* HEADER                        */
/* ============================= */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
pointer-events: auto;
    background: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
 z-index: 3000;

    display: flex;
    align-items: center;
}
.site-header::before {
display: none;
}
.site-header.scrolled {
    background-color: #393838;
    box-shadow: 0 4px 20px rgba(0,0,0,0.35);
 z-index: 2900;
}

.header-inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;

}
.header-search-layer {
    position: fixed;
    top: 70px;                 /* juste sous le header */
    left: 0;
    width: 100%;
    background:transparent;
    z-index: 2000;
margin-top: -69px;
    display: none;
    padding: 12px 0;
  margin-left: -25px;

}

.header-search-layer.open {
 z-index: 3100; /* AU-DESSUS du header */
 pointer-events: none;
    display: block;
}
/* ============================= */
/* LOGO                          */
/* ============================= */

.logo-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    cursor: pointer;

}

.logo {
    display: flex;
    align-items: center;
    gap: 0px;
}

.logo-mark {
    height: 54px;
    display: block;
    pointer-events: auto;
transform: rotate(-32deg);
}

.logo-text {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.6px;
    white-space: nowrap;
 pointer-events: auto;
    position: relative;
   

    opacity: 0.95;
    font-family: 'Sora', sans-serif;
    font-weight: lighter;
    letter-spacing: 1.2px;

    transition:
        opacity 0.25s ease,
        text-shadow 0.25s ease,
        transform 0.25s ease;

   display: flex;
    flex-direction: column;
    line-height: 1.05;
margin-top:4px;
}

.logo-text small {
    font-size: 0.75em;
    opacity: 0.85;
}
/* transitions communes */
.logo-mark,
.logo-text {
    transition:
        filter 0.25s ease,
        opacity 0.25s ease,
        text-shadow 0.25s ease,
        transform 0.25s ease;
}

/* hover global */
.logo-link:hover .logo-text {
    opacity: 1;

    text-shadow:
        0 0 0.5px #fff,                 /* cœur net */
        0 0 4px rgba(255,255,255,0.9),  /* halo proche */
        0 0 10px rgba(255,255,255,0.5); /* diffusion */

    transform: translateY(-1px);
}

.logo-link:hover .logo-mark {
    filter:
        drop-shadow(0 0 6px rgba(0,207,255,0.35))
        drop-shadow(0 0 14px rgba(0,207,255,0.35));
    transform: translateY(-1px);
}


/* ============================= */
/* BOUTONS HEADER – USER         */
/* ============================= */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0px;

    padding: 6px 16px;
   border-radius: 6px 10px 6px 10px;

    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.08)
    );

    border: 1px solid rgba(157, 152, 152, 0.25);
    transition: all 0.2s ease;
}

/* icônes éventuelles */
.btn img {
    width: 20px;
    height: 20px;
    display: block;
}


/* ============================= */
/* BOUTON LOGIN                  */
/* ============================= */
.btn-login {
    position: relative;
 pointer-events: auto;
}

/* hover générique */
.btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #b2146c;
}

.btn-login::after {
    content: "";
    position: absolute;
    inset: -4px;

    background: radial-gradient(
        ellipse at center,
        rgb(255 255 255 / 25%),
        transparent 55%
    );

    filter: blur(8px);
    pointer-events: none;
    z-index: -1;

    opacity: 0;
    transition: opacity 0.2s ease;
}

.btn-login::before {
    content: "";
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2a5 5 0 00-5 5v3H6a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2v-8a2 2 0 00-2-2h-1V7a5 5 0 00-5-5zm-3 8V7a3 3 0 016 0v3H9z'/%3E%3C/svg%3E")
        no-repeat center;
    background-size: contain;
}
.btn-login:hover::after {
    opacity: 1;
}

/* ============================= */
/* BOUTON REGISTER               */
/* ============================= */

.btn-register {
    position: relative;
 pointer-events: auto;
margin-right:-40px;

}

.btn-register::before {
    content: "";
    display: inline-block;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1.003 1.003 0 000-1.42l-2.34-2.34a1.003 1.003 0 00-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z'/%3E%3C/svg%3E")
        no-repeat center;
    background-size: contain;
}

.btn-register::after {
    content: "";
    position: absolute;
    inset: -4px;

    background: radial-gradient(
        ellipse at center,
        rgb(55 55 55 / 35%),
        transparent 55%
    );

 
    pointer-events: none;
    z-index: -1;
filter: blur(8px);
}
.btn-register:hover {
    border-color: #00cfff;
}

/* ============================= */
/* SEARCH ANIMATED HEADER        */
/* ============================= */

.search-form {
    max-width: 1000px;
    margin: 0 auto;
z-index: 2100;
    gap: 70px;
   position: relative;
    display: flex;
    
    justify-content: center;
}

/* Inputs cachés par défaut */
.search-input,
.search-select {
    width: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Etat ouvert */
.search-form.open .search-input {
    width: 260px;
    opacity: 1;
    pointer-events: auto;
}

.search-form.open .search-select {
    width: 200px;
    opacity: 1;
    pointer-events: auto;
}

/* Bouton loupe */
.search-btn {
 pointer-events: auto;

   margin-right: 15px;
    position: relative;
    z-index: 3200;

    height: 40px;
    padding: 0 18px;

    background: transparent;
    border: 2px solid #fff;
    border-radius: 999px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;

}

.search-btn:hover{
	border-color:orange;
}

.search-btn::before {
    content: "";
    width: 18px;
    height: 18px;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E")
        no-repeat center;
    background-size: contain;
}


.search-btn:hover {
    background: rgba(255,255,255,0.12);
    transform: scale(1.05);
}


.inputClass

{
	width: 25%;
    height: 40px;
    margin-right: 0px;
    margin-left: 34px;
    margin-top: 3px;
    text-align:center;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 999px;   
}

.blueBtn.search-btn {
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
z-index: 3000;
    background-color: #ff8c00;
    border: none;
 position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    color: #fff;
    cursor: pointer;

    transition: background 0.3s ease, transform 0.2s ease;
}

.blueBtn.search-btn:hover {
    background-color: #e67600;
    transform: scale(1.1);
}


/* ============================= */
/* CADRE GLOBAL (MASQUE VISIBLE) */
/* ============================= */
.parallax-frame {
  position: relative;
  width: 100%;
  height: 760px;          /* hauteur visible */
  overflow: hidden;       /* masque l'image qui dépasse */
  background: #000;       /* fallback si image lente */
  margin-top: -140px;
    /* trapèze */
  clip-path: polygon(
        0 0,        /* haut gauche */
        100% 0,     /* haut droite */
        100% 100%,  /* bas droite (700px) */
        0 85.7%     /* bas gauche ≈ 600px / 700px */
    );
}
/* ============================= */
/* CONTENEUR PARALLAX            */
/* ============================= */
.parallax {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ============================= */
/* IMAGE PARALLAX (LE CŒUR)      */
/* ============================= */
.parallax-image {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 120%; /* valeur temporaire, sera écrasée en JS */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  transform: translate3d(-50%, 0, 0);
  filter: brightness(1.15) contrast(1.05);
height: 1130px !important;
  }

/* ============================= */
/* CONTENU AU-DESSUS DE L'IMAGE  */
/* ============================= */
.parallax > *:not(.parallax-image) {
  position: relative;
  z-index: 2;
}


/* OVERLAY SOMBRE */
.annonce-overlay {
  clip-path: polygon(
    0 0,        /* haut gauche */
    100% 40%, /* haut droite plus bas */
    100% 100%,
    0 100%
  );
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: -110px;
  transition:
    transform 0.4s cubic-bezier(.22,.61,.36,1),
    box-shadow 0.4s ease;
 animation: fadeUp 0.8s ease both;
} 
  

  .annonce-overlay:hover .annonce-box {
  transform: scale(1.02);
}
  .annonce-overlay:hover {
  transform: perspective(1000px) translateZ(40px);
  box-shadow:
    0 40px 90px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.08);
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* BLOC ANNONCE */
.annonce-box {

background: rgb(255 255 255 / 8%);

backdrop-filter: blur(12px);


border-radius: 10px;

text-align: center;

color: #ffffff;

max-width: 520px;

box-shadow: 0px -20px 20px 20px rgba(0, 0, 0, 0.5);

padding: 45px clamp(20px, 25vw, 300px);

}

.annonce-box h2 {
 font-size: 28px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
margin-top: 45px;
}

.annonce-overlay:hover .annonce-box h2 {
  text-shadow:
    0 0 6px rgba(255,255,255,0.6),
    0 0 18px rgba(122,167,255,0.5);
  transform: translateY(-2px);
}

.annonce-box p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
}

  .annonce-box p {
    font-size: 16px;
    line-height: 1;
    opacity: 0.9;
    margin-bottom: 18px;
    margin-top: -5px;
}

/* BOUTON */
.btn-annonce {
  display: inline-block;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #5f8cff, #7aa7ff);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
margin-bottom: -15px;
  box-shadow:
    0 8px 20px rgba(0,0,0,0.35);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}
.btn-annonce:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow:
    0 6px 15px rgba(0,0,0,0.4);
}


.btn-annonce:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 15px 35px rgba(0,0,0,0.55);
  filter: brightness(1.08);
}


/* CATEGORIE */

.col-categorie 
{
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #4b4b4b;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
  
    padding: 16px 14px;
    text-align: center;
    transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.pictogram-categorie
{
  background: none !important;
  width: auto;
  height: auto;
  padding: 0;
  margin: -5px auto 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-colonne .pictogram-categorie img {
  width: 60px;
  height: auto;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.6));
  transition: transform 0.3s ease, filter 0.3s ease;
}


.col-categorie:hover {

  transform: translateY(-1px);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.6);
}
.col-categorie h3 {
  margin: 10px 0 8px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
}

.col-categorie:hover h3 {
  text-shadow:
    0 0 6px rgba(255,255,255,0.5),
    0 0 14px rgba(122,167,255,0.4);
}

.categorieshow
{
  background-color: #282827;
  margin: 0px auto 150px;

  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* 🔥 clé : mêmes hauteurs */
  gap: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 100%;
	padding: 0 clamp(10px, 0vw, 45px);
}

.col-categorie ul {
  list-style: none;
  padding: 0;
  margin: 0;
	margin-top:15px;
}

.col-categorie ul li {
  margin: 0px 0;
}

.col-categorie ul li a {
  display: block;
  padding: 5px 10px;

  font-size: 13px;
  color: #ddd;
  text-decoration: none;

  border-radius: 8px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.col-categorie ul li a:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.col5
{
  flex: 1;                 /* 🔥 tous égaux */
  text-align: center;
  box-sizing: border-box;
  min-height: 110px;
	  flex: 1 1 0;        /* ✅ flex égal */
  min-width: 0;       /* 🔑 évite les débordements */
  box-sizing: border-box;
}

.col5 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* BLOC PRINCIPAL CATÉGORIE */
.col-colonne {
  font-size: 16px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 17px 10px 22px;
  margin: 0 0px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.6px;
  box-shadow: 8px -8px 20px 10px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.35s cubic-bezier(.22,.61,.36,1),
    box-shadow 0.35s ease,
    filter 0.35s ease;
  filter: none;
  important
  backface-visibility: hidden,
}




.categorie-showing
{
	background: rgb(40 40 39);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	padding: 0px 0px;
	margin-top: 12px;
	animation: catOpen 0.45s cubic-bezier(.22,.61,.36,1) both;
}

@keyframes catOpen {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }



	
}
.col-arrow {
  margin-top: 8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
	  padding: 6px 0;        /* ↓ réduit la hauteur */
  min-height: 28px;      /* empêche le bloc d’être trop grand */
	 transition:
    transform 0.35s cubic-bezier(.22,.61,.36,1),
    box-shadow 0.35s ease;
	  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  /* agrandit la zone cliquable */
  min-height: 30px;          /* taille “finger-friendly” */
  padding: 10px 0;

  position: relative;
}
.col-arrow:hover {
  transform: perspective(900px) translateZ(28px);
  box-shadow:
    0 28px 65px rgba(0,0,0,0.65),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.col-arrow img { transform: translateY(0px);
  opacity: 0.85;  width: 18px;           /* flèche plus fine */
  height: auto;
   transition:
    transform 0.25s ease,
    filter 0.25s ease;	
cursor: pointer;
}
.col-arrow:hover img {
	
  transform: translateY(0px);
  filter:
    drop-shadow(0 0 6px rgba(122,167,255,0.7))
    drop-shadow(0 0 14px rgba(122,167,255,0.5));
}


  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}



.cc-window.cc-banner
{
	width:100%;
}

.cc-nb-title
{
	font-size:20px!important;
	text-align-last:center!important;
}

.termsfeed-com---nb .cc-nb-text 
{
    font-size: 12px!important;
    margin: -10px 0 1.25rem 0!important;
	text-align-last:center!important;
}

.termsfeed-com---nb .cc-nb-main-container
{
	padding:3rem!important;	
	padding-top:10px!important;
	padding-bottom:10px!important;
}

.termsfeed-com---nb-simple
{
	left:0!important;
	max-width:100%!important;
}

.termsfeed-com---palette-dark.termsfeed-com---nb
{
	background-color:#085289!important
}

.termsfeed-com---reset div
{
	text-align-last:center!important;
}

.cc-nb-okagree
{
    margin-bottom: 0.5rem !important;
    margin-right: auto!important;
}

.cc-color-override-1438462623 .cc-highlight .cc-btn:first-child
{
	text-decoration:none!important;
}

.cc-highlight .cc-btn:first-child
{
	background-color:#353333!important;
	border-radius:10px!important;
}

.cc-color-override-1438462623 .cc-btn
{
	border-radius:10px!important;
}

.cc-highlight .cc-btn:first-child:hover
{
	background-color:#121212!important;
}

.cc-banner .cc-btn:last-child
{
	min-width:50px!important;
}

.cc-color-override-1438462623.cc-window
{
	background-color:#085289!important;
	opacity:0.8;
}

.villetp
{
	margin-left:10px;
        color:#d1c7b5;
        font-size:11px;
        margin-top:4px;
}

.slide-last-annonce-titre
{
	padding-left:0px!important;
	height:20px!important;
	font-size:12px!important;
	margin-top:-40px!important;
}

.slide-last-annonce-prix
{
	padding-left:0px!important;
	margin-top:-20px!important;
}

.slide-last-annonce-region
{
	display:none;
}


.spcontains
{
	margin-left: 10px;
	margin-right: 10px;
}

.videoslider
{
	border-radius: 20px;
	z-index:0;
	position:relative;
}

.addictive-separator
{
	min-height:280px!important;  
	width: 96%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}

.adict-text
{
	text-shadow: 1px 1px 5px black;
}

.titleconsole
{
	padding-top: 30px;
	padding-bottom: 7px;
	font-size: 25px;
	color: #1480ce;
	text-transform: uppercase;
	border-bottom: 1px solid #1480ce;
}


.titre
{
	  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.lastannonces
{
    margin-right: -80px;
    margin-bottom: 102px;
    margin-left: -104px;
    margin-top: 56px;
}


.social-bar-top
{
	width: 100%;
	height: 35px;
	background-color: #404040;
}

.more_option_action
{
        display: none;
	position: absolute;
	margin-top: 10px;
	text-align: center;
	border: none;
	padding-left: 0px;
        padding-right: 0px;
	padding-top: 10px;
        padding-bottom: 10px;
	border-radius: 10px;	     
	background-color: #0c70b9;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	    
	font-size: 10px;
	margin-left: 0px;
	font-size:12px;	
}

.item_option
{
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
	background-color: #e3cd11;
	border-radius:5px;
}

.item_option a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.btnCenterTwo
{
	overflow: auto;
	width: 357px;
	margin-left: auto;
	margin-right: auto;
	height: 44px;
	padding-top: 10px;
}


.left-connect-info
{
	width: 40%;
	padding-top: 10px;
	font-size: 14px;
        color:#aaa;
}

.lostpassword
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.lostpassword a
{
	float: right;
	font-size: 12px;
	margin-top: -10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#0c70b9;
	text-decoration:none;
	color:whitesmoke;
	border-radius:10px;
}


.btn-connect
{
	padding: 10px 20px 20px 20px;
}
.btn-connect-edit
{
	padding: 20px 20px 10px 20px;
}

.btn-connect-v
{
	width: 100%;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #76a3ff;
	font-weight: bold;
	color: #fff;
	border-radius:10px;
    display: block;           /* 👈 AJOUT IMPORTANT */

}

.btn-connect-v:hover
{
	background-color:#ff6600;
}

.space-connect
{
	padding: 0px;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.right-connect-info
{
	width: 100%;

}

.box-connect-item
{
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 10px;	
	padding-bottom: 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 17px;
	color:white;
}

.box-connect-item:hover
{
	color:#76a3ff;
}

.englobe-box-choice
{
	overflow:auto;
        border-radius: 10px 10px 0 0;
}



.box-info-connect
{
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	overflow: auto;
}

.box-two
{
	border-right:0px;
	border-bottom: 1px solid #aaaaaa;
	background-color: #e6e6e6;
	color: #aaa;
}

.paidbtn
{
	width: 100%;
	height: 45px;
}

#formstripe
{
	margin-bottom: 6px;
}

.subscribeBtnConnect
{
	float:left;
}

.input404
{
	float: left;
	height: 35px;
	width: 100%;
	padding-left: 10px;
	border: 1px solid #ddd;
	margin-right: 5px;
	box-sizing: border-box;
}

.overflow404
{
	overflow:auto;
	margin-bottom:20px;
}

.iconmaison
{
	position: absolute;
	margin-top: -401px;
	margin-left: 59px;
	animation: rotate 3s infinite linear;
}

.iconvoiture
{
	position: absolute;
	margin-top: -401px;
	margin-left: 842px;
	animation: rotateInverse 3s infinite linear;
}

.iconcadeau
{
	position: absolute;
	margin-top: -200px;
	margin-left: 240px;
	animation: rotateInverse 3s infinite linear;
}

.iconmp3
{
	position: absolute;
	margin-top: -200px;
	margin-left: 740px;
	animation: rotate 3s infinite linear;
}

@keyframes rotate 
{
	0% 
	{
		transform: rotate(0deg) translate(-5px) rotate(0deg);
	}
	100% 
	{
		transform: rotate(360deg) translate(-5px) rotate(-360deg);
	}
}

@keyframes rotateInverse
{
	0% 
	{
		transform: rotate(0deg) translate(-5px) rotate(0deg);
	}
	100% 
	{
		transform: rotate(-360deg) translate(-5px) rotate(360deg);
	}
}

.col-70
{
	margin-top:20px;
	float: left;
	width: 70%;
	box-sizing: border-box;
}

.bonhomme
{
	width: 294px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 225px;
}

.col-30
{
	margin-top:20px;
	float:left;
	width: 30%;
	box-sizing: border-box;
}

.border-right
{
	padding-right: 10px;
	
}

.border-left
{
	padding-left: 30px;
}

.vignette-urgente-mini
{
	position: absolute;
	margin-left: -5px;
	margin-top: -4px;
}



.vignette-urgente
{
	width:200px;
	z-index:2;
}

.vignette-urgente img
{
	width:100%;
	height:auto;
}

.hotline-phone
{
	float:left;
	margin-right: 5px;
}

.hotline-message
{
	float:left;
	margin-right: 5px;
}

.hotline
{
	float: left;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
}

.hotline-icon
{
	float: left;
	margin-right: 5px;
}

.social-box
{
	float:right;
	padding-top: 6px;
	padding-right:10px;
	padding-right:10px;
}

.float-bar-social
{
	position: fixed;
	width: 30px;
	padding: 10px;
	background-color: #1d1d21;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 30%;
	box-shadow: 1px 0px 5px #5a5a5a;
	z-index: 100;
	margin-top:-110px;
}

.float-bar-social .social-box-container
{
	width: 30px;
	height: 30px;
	margin-bottom:5px;
}

.colorbackmenu
{
	overflow: auto;
	background-color: #a0a0a0;
}

.social-bar-left
{
	position: fixed;
	width: 30px;
	background-color: #404040;
	height: auto;
	top: 43%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
	z-index:1000;
}

.social-bar-left .social-box-container
{
	width:30px;
	height:30px;
	margin-bottom: 5px;
}

.menuMobile
{
	display: none;
}

.menuMobile img
{
	width: 10%;
	height:auto;
}

.menuMobileVolet
{
	display:none;
}

.menuMobileVolet ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom:10px;

}

.menuMobileVolet ul li
{
	width: 100%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	background-color: #83afc5;
	font-weight: bold;
    border: 1px solid #f5f5f5;
}

.menuMobileVolet ul li:hover
{
	background-color:#dddddd;
}

.menuMobileVolet ul li a
{
	text-decoration:none;
	color: #ffffff;
}

.wrap
{
	min-height:100%;
	position:relative;
}



.boutique-block
{
	float:left;
	width: 50%;
	border: 1px solid #9e9e9e;
	box-sizing: border-box;
	max-height: 190px;
	min-height: 190px;
}

.btn-website-boutique
{
	margin-top:20px;
}

.block-simple
{
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.mes-annonce-btn-supprimer
{
	margin-bottom:21px;
}

.boutique-logo
{
	text-align: center;
	background-color: #b4b4b4;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boutique-complement-info
{
	padding:10px;
}

.pro-title
{
	padding-top:10px;
	padding-bottom:10px;
}

.logo-pro img
{
	border: 2px solid #000;
}

.pro-description, .pro-website, .pro-adresse
{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eaeaea;
	padding-left: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #c2bdbd;
}

.normal-box
{
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	background-color: #f6f6f6;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

.jvectormap-container
{
	width: 100%;
	height: 450px;
}

.jvectormap-tip 
{
	position: absolute;
	display: none;
	border: solid 1px #CDCDCD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
	z-index:11;
}

.jvectormap-zoomout,.jvectormap-zoomin
{
	display:none;
}

.social-box-container
{
	float: left;
	width: 25px;
	height: 25px;
	background-color: #1d1d21;
	border-radius: 10px;
	margin-right:5px;
}

.social-footer
{
	width: 100%;
	height: 35px;
}

.social-box-container img
{
	width:100%;
	height:auto;
}

body, html{min-height:100%;height:100%;}

body
{
	padding:0;
	margin:0;
	font-family: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
	font-size:13px;
	position: relative;
	min-height:100%;
        background-color: #282827;    

}



.head .container {
         display: flex;
         justify-content: center;
}

.vignette-urgente
{
	position: absolute;
	margin-left: -4px;
	margin-top: -4px;
}



.block-social-share
{
	float:right;
}

.boxsubscribe-login
{
	float: right;
	margin-top: -75px;
	text-align: right;
}


.subscribe-icon
{
	background-image: url('../../../images/subscribe-icon.png');
	background-repeat: no-repeat;
	background-position-y: 7px;
	background-position-x: 3px;
}

.deposer-annonce-box
{
	margin-top:5px;
}

.searchIcon
{
	background-image: url('../../../images/search-icon.png');
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-position-y: 8px;
}

.orangBtn
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	background-color: #ff9000;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
}


.searchtext
{
	width: 30%;
	height: 35px;
	border: 1px solid #dddddd;
	padding-left: 10px;
	margin-right: 5px;
}


.miniImage
{
	float:left;
	width:24%;
	margin-right: 1%;
	height:auto;
	box-sizing: border-box;
        margin-top:10px;
}

.miniImage img
{
	width:100%;
	heigth:auto;
}

.ads728
{
	text-align: center;
	margin-top: 10px;
	overflow:hidden;
}

.homeboxrigth a
{
	text-decoration:none;
	font-weight:bold;
	color:#009cff;
}


.nombre-de-vue
{
	float:right;
}


.slide-background
{ 
	width: 62%;
    height: 47px;
    overflow: hidden;
    margin-top: 405px;
    background-color: #ece8e8;
    border-radius: 10px;
    margin-left: 220px;
}

.slide-background img
{
	width:100%;
	height:auto;
}

.slide-title
{
	position: absolute;
	text-align: center;
	padding-top: 88px;
	font-size: 26px;
	color: #676a93;
	font-weight:bold;
    font-family: Verdana, sans-serif;
	margin-left:-12px;
}

.btn-search
{
    display:none;
}

.btn-search:hover
{
	background-color: #aa6d15;
}



.slide-title h1
{
	font-size: 30px;
}



.blue
{
	background-color:#0c70b9;
}

.blue:hover
{
	background-color:#aa6d15;
}

.jqvmap-zoomin, .jqvmap-zoomout
{
	display:none;
}

.inputbox-slide
{
	width: 30%;
	height: 32px;
	border: 1px solid #b0b0b0;
	padding-left: 6px;
	box-sizing: border-box;
	margin-right: 1%;
}

.slide-form
{
	position: absolute;
	text-align: center;
	padding-top: 5px;
}




.topMargin
{
	margin-top:20px;
	
	margin-bottom:0px;      
}

.container
{
	width:1334px;
	margin-left:auto;
	margin-right:auto;
}

.btnConnect
{
	text-decoration: none;
	background-color: #fff;
	color: #000000;
	font-size: 13px;
	padding: 8px;
	border-radius: 5px;
}

.btnConnect:hover
{
    background: rgba(255,255,255,.25);
    border-color: #ff9800;
}

.btnConnect:hover .user-icon
{
	background-image:url('../../../images/user-icon-white.png');
}

.englobehomebox
{
	overflow:auto;
}

.col4
{

}

.col4 ul
{
	text-align: center;
	list-style: none;
	padding:0;
	margin:0;    
}

.prefooter .col4 a
{
	text-decoration:none;
	color:#ffffff;
}

.col3
{
	float: left;
	width: 33.33%;
}

.col3 ul
{
	list-style: none;
	padding:0;
	margin:0;
}

.prefooter .col3 a
{
	text-decoration:none;
	color:#ffffff;
}

.col2
{
	width: 100%;
}

.col2 ul
{
	list-style: none;
	padding:0;
	margin:0;
}

.prefooter .col2 a
{
	text-decoration:none;
	color:#ffffff;
}

.col1
{
	float: left;
	width: 100%;
}

.col1 ul
{
	list-style: none;
	padding:0;
	margin:0;
}

.prefooter .col1 a
{
	text-decoration:none;
	color:#ffffff;
}





.nbr-photo
{
	position: absolute;
	margin-top: -30px;
	margin-left: 10px;
	background-color: rgba(0,0,0,0) !important;
	border-radius: 0px;
	width: 14px;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 6px;
	background-image: url('../../../images/icon-photo.png');
}

.errormsg
{

   margin-right: auto;
    margin-left: auto;
    background: white;
    border: 1px solid #ff9797;
    color: #f20a0a;
    padding: 25px 40px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
	    width: fit-content;
}

.prefooter
{
	background-color: #1e1e1e;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	font-size:11px;
	box-sizing: border-box;
	text-align:center;
        padding-top: 20px;
        padding-bottom: 30px;
}

.selectbox
{
	width: 100%;
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align-last:center;
}

.unknow-annonce
{	             
              padding: 20px;
              margin-top: 10px;
              text-align: center;
              width: 100%;
              box-sizing: border-box;
              border-radius: 10px;
              background-color: #3c3652;
              padding-top: 15px;
              padding-bottom: 15px;
              margin-left: auto;
              color: white;
              margin-right: auto;
	
}


.boxerrornotfound
{
	text-align: center;
	padding: 20px;
	background-color: #f6f6f6;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 0px 2px 6px #aaaaaa;
}




.block-full-btn
{
	width: 100%;
	display: block;
	box-sizing: border-box;
}



.signaler-box
{
	padding: 20px;
	border: 1px solid #aaaaaa;
	margin-top: 20px;
	box-sizing: border-box;
	border-radius:10px;
}

.nodisplay
{
	display:inline;
}

.paging-blue
{
	padding: 10px;
	background-color: #636161;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 5px;
}

.pageselected
{
	background-color: #76a3ff;
}

.paging-blue:hover
{
	background-color:#ff6600;
}

.paging
{
	height: 45px;
    text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.photo {
  position: relative;
  aspect-ratio: 4 / 3;   /* réserve l'espace AVANT chargement */
  overflow: hidden;

}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-block-annonce
{
	padding-top: 7px;
}

.date-depot-annonce
{
	float: right;
        margin-right: 10px;
        margin-top: -18px;
        font-size: 10px;
        color:#d1c7b5;
}

.title-block-annonce
{
	font-size: 16px;
	color: #d1c7b5;
	text-align:center;
}



.btn-separate-login
{
	float: right;
	margin-right: 10px;
}

.login-btn-connexion
{
	margin-top:10px;
	margin-bottom:10px;
}

.prix-block-annonce
{
	font-size: 23px;
	color: #d1c7b5;
	margin-left:10px;
}

.info
{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #b1ebf6;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.textbox
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	border: 1px solid #dddddd;
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 10px;
}

.price
{
	width: 15% !important;
}

.footer
{
	text-align: center;
	color: #fff;
	bottom: 0;
	font-size: 11px;
	padding: 13px;
	box-sizing: border-box;
	background-color: #121212;
}

.inputbox
{
position:relative;
	width: 100%;
	height: 45px;
	padding-left: 10px;
	box-sizing: border-box;
	
	margin-bottom: 10px;
	border: 1px solid #393938;
	border-radius: 10px;    
        background-color: #636161;
        color:white;
}


.btnConfirm
{
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	background-color: #0c70b9;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}

.btnConfirm:hover
{
	background-color:#aa6d15;
}

.menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li
{
	float: left;
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

.menu ul li a
{
	text-decoration:none;
	color:#ffffff;
}

.menu ul li a:hover
{
	color:#aa6d15;
	text-decoration:none;
}

.homeboxleft
{
	float: left;
	width: 25%;
	box-sizing: border-box;
	background-color: #f3f3f3;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #e9e9e9;
}

.homeboxcenter
{
	float:left;
	width:50%;
}

.homeboxrigth
{
	float: left;
	width: 25%;
	box-sizing: border-box;
	background-color: #f3f3f3;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #e9e9e9;
}

.slider
{	
	margin-left:40px;
	margin-right:40px;
	text-align:center;
}




