/* Page renouveler - Template simplifié */


#renouveler-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}



/* Ligne 1: Image pleine largeur - hauteur 625px */
.renouveler-row-1 {
background-image: url(https://jesuisterreau.org/wp-content/uploads/Renouveler/renouveler.jpg);
    background-size: 1150px auto;
	position:relative;
    background-position: top left;
	margin-top:50px;
    background-repeat: no-repeat;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 553px;
}

.renouveler-prix-conditions-container {
    border: 1px solid #001369;
    border-radius: 7px;
    top: 180px;
    left: 300px;
    position: absolute;
    background-color: #fff;
    min-width: 330px;
    min-height: 160px;
    padding: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.9);
}

.renouveler-prix {
    top: 15px;
    left: 108px;
    font-family: fantasy;
    font-size: 20px;
    color: #22439d;
    position: absolute;
    z-index: 10;
}

.renouveler-conditions {
    top: 50px;
    left: 85px;
    position: absolute;
    font-size: 14px;
    color: #22439d;
    text-align: center;
    line-height: 15px;
	z-index:10;
}


.renouveler-button {
    top: 100px;
    left: 30px;
    position: absolute;
    padding: 5px 30px;
    border-radius: 8px;
    z-index: 10;
    font-size: 18px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: 1px solid #000;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.renouveler-button:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
    color: #ffffff;
}

.renouveler-button:active {
    transform: translateY(0);
}



/* Masquer pour mobile */
@media (max-width: 640px) {
    #renouveler-container {
        display: none;
    }
}


/* Afficher la version mobile uniquement sur mobile */
#renouveler-container-mobile {
    display: none;
}

@media (max-width: 640px) {
    #renouveler-container-mobile {
        display: block;
    }
	
	
	/* Bloc rejoindre*/
	
	.renouveler-prix-conditions-container-mobile {
        border: 1px solid #001369;
        border-radius: 7px;
        background-color: #fff;
        width: 90%;
        justify-self: center;
        margin-top: 50px;
        padding-bottom: 50px;
        padding: 20px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.9);
	}
	
	.renouveler-prix-mobile {
	font-family: 'Impact', 'Arial Black', sans-serif;
	letter-spacing:0;
	font-weight:700;
    font-size: 25px;
	text-align: center;
    color: #22439d;
    z-index: 10;
	}
	
	.renouveler-conditions-mobile {
	font-size: 14px;
    color: #22439d;
    text-align: center;
    line-height: 15px;
	z-index:10;
	}
	
	.renouveler-button-mobile {
        padding: 5px 35px;
        border-radius: 8px;
        z-index: 10;
        font-size: 16px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        border: 1px solid #000;
        color: #ffffff !important;
        font-weight: 600;
        border-radius: 8px;
        transition: background-color 0.3s ease, transform 0.2s ease;
        display: table;
        margin: auto;
        margin-top: 10px;
	}
	/* Fin bloc rejoindre */
	

}

/* VERSION PC */
.renouveler-adhesion-info {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.renouveler-adhesion-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.renouveler-adhesion-text {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}

.renouveler-adhesion-text strong {
    font-weight: 700;
    color: #000;
}

/* VERSION MOBILE */
.renouveler-adhesion-info-mobile {
    margin: 30px 20px;
    padding: 18px 24px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.renouveler-adhesion-avatar-mobile {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.renouveler-adhesion-text-mobile {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    text-align: center;
}

.renouveler-adhesion-text-mobile strong {
    font-weight: 700;
    color: #000;
}