.w-95p {
	width: 95%;
	height: auto;
}

.btr-radius {
-webkit-border-top-right-radius: 1.5rem;
-moz-border-radius-topright: 1.5rem;
border-top-right-radius: 1.5rem;
}

.bbl-radius {
-webkit-border-bottom-left-radius: 1.5rem;
-moz-border-radius-bottomleft: 1.5rem;
border-bottom-left-radius: 1.5rem;
}

.widgetMessage {
    background: var(--flash-color2);
    color: var(--main-color);
}

.widgetMessage .wrapper {
    color: var(--main-color) !important;
}

.widgetProductsGrid{
	.widgetTitle{
		font-size: 35px;
		color: var(--second-color);
		margin-bottom: 10px;
	}
	.productsGrid{
		li{
			.productInformations{
				background: none;
				
				.productBrand{
					font-size: 14px;
					color: var(--flash-color);
				}
				.productTitle{
					font-weight: normal;
					font-size: 20px;
				}
				.productDescription{
					display: none;
				}
			}
			footer{
				.productPrice{
					padding: 2px 4px;
					border-radius: var(--radius);
					background: var(--flash-color);
					color: #fff;
					
					strong{
						color: #fff;
					}
				}
			}
		}
	}
} 

/*
 * Style pour le widget newContact start
 */

 #mainHeaderWidgets .widgetNewContact .button, #mainHeaderWidgets .widgetNewContact .widgetAdmin .widgetContent ul li a, #mainHeaderWidgets .widgetAdmin .widgetContent ul li .widgetNewContact a {
	border: 2px #fff solid !important;
	color: #fff !important;
  }

/*
 * Style pour le widget newContact end
 */

 
/* ================================================
   Nouvelle direction artistique - rexel 2026 - PAGE LOGIN REXEL — Reset complet
   ================================================ */
/*--left side --*/
body.rexel.pageLogin {
    background: #426fef !important;
    background-image: none !important;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* Layout principal : 2 colonnes 50/50 */
.pageLogin #mainContainer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.pageLogin .contentWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    padding: 0;
    width: 100%;
    background: none;
    align-items: stretch;
    flex: 1;
}

/* ================================================
   COLONNE GAUCHE — beforeContentLogin
   ================================================ */

.pageLogin .contentWrapper > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 5rem;
    background: #ffffff;
    min-height: 100vh;
}

/* Masquer le header sur la page login */
.pageLogin #mainHeader {
    display: none;
}

/* Flash message */
.pageLogin .widgetFlash {
    margin: 0 0 1.5rem 0 !important;
}

/* ================================================
   LOGO SECTION — Titre + sous-titre
   ================================================ */

.logo__section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
    align-items: center;
}

.logo__titleLink {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}

.logo__titleImg {
    width: 45vh !important;
    height: auto !important;
    display: block;
    transform: rotate(-2deg);
    transform-origin: left center;
}

.logo__subTitle p {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin: 0;
}

/* ================================================
   CARD — Widget contenu login
   ================================================ */

.pageLogin .card {
    background: transparent;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
}

.pageLogin .card .mainCol {
    padding: 0;
}

.pageLogin .card h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a1a2e;
    margin: 0 0 1.5rem 0;
    text-align: center;
    line-height: 1.3;
}

body.rexel .pageLogin .contentWrapper .card h3 {
    font-size: 24px;
    font-weight: 500;
}

/* Supprimer mt-8 de tailwind */
.pageLogin .card h3.mt-8 {
    margin-top: 0 !important;
}

/* px-8 py-6 du form wrapper */
.pageLogin .card .px-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pageLogin .card .py-6 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ================================================
   FORMULAIRE
   ================================================ */

.pageLogin .card form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.pageLogin .card .mb-4 {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0 !important;
}

.pageLogin .card label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a2e;
}

/* Inputs */
.pageLogin .card input[type="email"],
.pageLogin .card input[type="password"],
.pageLogin .card input[type="text"] {
    width: 100%;
    height: 52px;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff;
    padding: 0 1rem;
    font-size: 0.95rem;
    color: #1a1a2e;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.pageLogin .card input[type="email"]:focus,
.pageLogin .card input[type="password"]:focus,
.pageLogin .card input[type="text"]:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgba(59, 107, 245, 0.12);
}

/* Container mot de passe + œil */
.pageLogin .card .passwordContainer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 !important;
}

.pageLogin .card .passwordContainer input {
    padding-right: 3rem;
    flex: 1;
}

.pageLogin .card .eyeShowPassword {
    position: absolute;
    right: 1rem;
    cursor: pointer;
    color: #aaaaaa;
    font-size: 1.1rem;
    user-select: none;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.pageLogin .card .eyeShowPassword:hover {
    color: var(--main-color);
}

/* ================================================
   BOUTON CONNEXION
   ================================================ */

.pageLogin .card p.mb-4 {
    margin-bottom: 0 !important;
}

.pageLogin .card .bigButton.mainColorButton {
    width: max-content;
    height: 56px;
    background: #1a1a2e !important;
    color: #ffffff !important;
    border: none;
    border-radius: 0 16px 0 16px !important;
    font-size: 1rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 0.5rem;
    flex-direction: row;
    gap: 1rem !important;
}

.pageLogin .card .bigButton.mainColorButton::after {
    content: '→';
    font-size: 1.3rem;
    font-weight: 300;
}

.pageLogin .card .bigButton.mainColorButton:hover {
    background: #2d2d4e !important;
    transform: translateY(-1px);
}

/* ================================================
   MOT DE PASSE OUBLIÉ + MESSAGE LOGIN
   ================================================ */

.pageLogin .card .mdpForgetLogin {
    display: block !important;
    text-align: left !important;
    margin-top: 0.5rem !important;
}

.pageLogin .card .mdpForgetLogin a {
    font-size: 0.82rem;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pageLogin .card .mdpForgetLogin a:hover {
    color: var(--main-color);
}

/* Message première connexion */
.pageLogin .bg-white.p-8 {
    background: transparent !important;
    padding: 0.5rem 0 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 0.8rem;
    color: #ffffff;
}

/* Logo réseaux */
.pageLogin img.mix-blend-multiply {
    display: none;
}

/* loginWidgets */
.pageLogin .loginWidgets {
    display: none;
}

/* mainWrapper vide */
.pageLogin #mainWrapper {
    display: none;
}

.pageLogin .contentWrapper > div:first-child {
    background: #3f6df2;
}

.pageLogin .card .mdpForgetLogin {
    text-align: center !important;
}



/* ================================================
   RESPONSIVE — Mobile (≤ 768px)
   ================================================ */

@media only screen and (max-width: 768px) {

    .pageLogin .contentWrapper {
        grid-template-columns: 1fr;
    }

    .pageLogin .contentWrapper > div:first-child {
        padding: 2.5rem 1.5rem;
        min-height: auto;
    }

    .logo__titleImg {
        width: 180px !important;
    }

    .logo__subTitle p {
        font-size: 1.5rem;
    }

    .pageLogin .card h3 {
        font-size: 1.25rem;
    }

    /* Partie droite en second */
    .loginTexte {
        min-height: 55vh;
    }
}

/*-- right side--*/

/* ================================================
   PAGE LOGIN — Partie droite
   ================================================ */

.loginTexte {
    position: relative;
    background: #3B6BF5; /* bleu vif maquette */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 2rem;
}

/* ================================================
   LOGO REXEL — Haut droite
   ================================================ */

.loginTexte__logo {
    position: absolute;
    width: 150px;
    top: 2rem;
    right: 2rem;
    z-index: 10;
}

.loginTexte__logo img {
    height: 60px;
    width: auto;
    display: block;
}

/* ================================================
   PHOTO — Cadre arrondi
   ================================================ */

.loginTexte__photo {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.loginTexte__photo > img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
    border-radius: 0 1.5rem 0;
    display: block;
}

/* ================================================
   PILLS FLOTTANTES
   ================================================ */

.loginTexte__pill {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1.25rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 800;
    white-space: nowrap;
    z-index: 10;
}

span.loginTexte__pill-label {
    font-size: 1.5rem;
    font-weight: 500;
}

/* Pill sombre — Bons plans */
.loginTexte__pill--dark {
    background: #1a1a2e;
    color: #ffffff;
    top: 40%;
    left: -5%;
    border-radius: 50px 0 50px 50px;
}

/* Pill blanche — Points de fidélités */
.loginTexte__pill--white {
    background: #ffffff;
    color: #1a1a2e;
    top: 50%;
    right: 60%;
    border-radius: 50px 50px 50px 0;
}


/* Pill cyan — Cadeaux */
.loginTexte__pill--cyan {
    background: #00D4D4;
    color: #1a1a2e;
    bottom: 6%;
    right: -5%;
    border-radius: 0px 50px 50px 50px;
}

/* Icône pill standard */
.loginTexte__pill-icon {
    font-size: 1.1rem;
    line-height: 1;
}

/* Icône cerclée (Cadeaux) */
.loginTexte__pill-icon--circle {
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* ================================================
   RESPONSIVE — Tablet (≤ 1024px)
   ================================================ */

@media only screen and (max-width: 1024px) {

    .loginTexte {
        min-height: 60vh;
        padding: 3rem 1.5rem;
    }

    .loginTexte__photo {
        max-width: 400px;
    }

    .loginTexte__pill {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }

    .loginTexte__pill--dark  { left: -2%; }
    .loginTexte__pill--white { right: -4%; }
    .loginTexte__pill--cyan  { right: -2%; }
}

/* ================================================
   RESPONSIVE — Mobile (≤ 768px)
   ================================================ */

@media only screen and (max-width: 768px) {

    .loginTexte {
        min-height: 50vh;
        padding: 2rem 1rem 3rem;
    }

    .loginTexte__logo {
        top: 1rem;
        right: 1rem;
    }

    .loginTexte__logo img {
        height: 24px;
    }

    .loginTexte__photo {
        max-width: 300px;
    }

    .loginTexte__photo > img {
        border-radius: 1rem;
    }

    .loginTexte__pill {
        font-size: 0.75rem;
        padding: 0.4rem 0.75rem;
        gap: 0.4rem;
    }

    .loginTexte__pill--dark  { left: -1%; top: 35%; }
    .loginTexte__pill--white { right: -2%; top: 48%; }
    .loginTexte__pill--cyan  { right: -1%; bottom: 8%; }

    .loginTexte__pill-icon--circle {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }
}
