	/* =========================================
   🎨 Base du style global
   ========================================= */

    body {
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	    background-color: #F6F6F6;
	    margin: 0;
	    padding: 0;
	}

	.email-wrapper {
	    max-width: 600px;
	    margin: 20px auto;
	    background-color: #ffffff;
	    border-radius: 5px;
	    padding: 30px;
	    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	}

	.email-body p {
	    font-size: 14px;
	    line-height: 1.6;
	    color: #4F5660;
	    margin: 12px 0;
	}

	.email-button {
	    display: inline-block;
	    background: #5865F2;
	    color: #fff;
	    font-weight: bold;
	    text-decoration: none;
	    padding: 10px 20px;
	    border-radius: 6px;
	    margin: 20px 0;
	}

	.email-disclaimer,
	.email-footer {
	    font-size: 10px;
	    color: #999999;
	    line-height: 1.4;
	    text-align: center;
	    margin-top: 10px;
	}

	.email-footer a {
	    color: #5865F2;
	    text-decoration: none;
	}

	.email-logo {
	    text-align: center;
	    margin: 20px 0;
	}

	.email-logo img {
	    width: 100px;
	    height: auto;
	}

	.separator {
	    border-top: 1px solid #E0E0E0;
	    margin: 20px 0;
	}

	.email-title {
	    font-size: 18px;
	    font-weight: bold;
	    color: #333333;
	    margin-bottom: 15px;
	    text-align: center;
	}

	.internal-box {
	    font-size: 13px;
	    color: #4F5660;
	    background: #F5F5F5;
	    padding: 10px;
	    border-radius: 5px;
	    margin: 10px 0;
	    line-height: 1.5;
	}

    /* =========================================
       Courriel de fermeture de ticket #feedback
   ========================================= */

	.feedback-section {
	    text-align: center;
	    margin: 25px 0;
	}

	.support-feedback {
	    text-align: center;
	    margin: 20px 0;
	}

	.support-feedback p {
	    font-size: 14px;
	    color: #4F5660;
	}