Aller au contenu

OIREN

Partagez cet article

OIREN

OIREN

:root { color-scheme: light only; }

@font-face {
font-family: ‘eicons';
src: url(‘https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.eot?76342541');
src: url(‘https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.eot?76342541#iefix') format('embedded-opentype'),
url(‘https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.woff2?76342541') format(‘woff2'),
url(‘https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.woff?76342541') format(‘woff'),
url(‘https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.ttf?76342541') format(‘truetype'),
url(‘https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.svg?76342541#eicons') format(‘svg');
font-weight: normal;
font-style: normal;
}
.mset-icon { font-family: ‘eicons'; }
.mset-icon-long-arrow-right:before { content: ‘\e804'; } /* ‘' */

/* Base styles */
body {
margin: 0;
padding: 0;
width: 100%;
background-color: #ffffff;
font-family: ‘Inter', ‘Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

/* Image handling */
img {
border: 0;
height: auto;
line-height: 100%;
max-width: 100% !important; /* Force max-width */
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic; /* Smoother resizing in IE */
display: inline-block;
vertical-align: middle;
}

/* Container styles */
.mset-wrapper {
width: 100%;
max-width: 680px;
margin: 0 auto;
padding: 50px 0;
box-sizing: border-box;
}

.mset-container {
background: transparent;
border-radius: 4px;
overflow: hidden;
width: 100% !important; /* Force width */
}

/* Header styles */
.mset-header {
background-color: #6F4BBB;
background-image: url(‘https://plugin-cdn.monsterinsights.com/assets/img/header-background-monsterinsights.png');
background-position: bottom right;
background-repeat: no-repeat;
background-size: contain;
padding: 40px 30px;
color: #ffffff;
}

.mset-header-logo {
width: 160px;
margin: 20px 0;
}

.mset-header-title {
max-width: 360px;
margin: 20px 0;
font-size: 26px;
font-weight: 600;
line-height: 32px;
}

.mset-date-range {
display: inline-block;
background-color: #8E64E5;
color: #ffffff;
padding: 7px 15px;
border-radius: 4px;
text-decoration: none;
font-size: 15px;
font-weight: 700;
margin: 20px 0;
}

/* Content wrapper */
.mset-content {
padding: 30px 0;
width: 100% !important;
}

/* Footer styles */
.mset-footer {
background: #F3F5F6;
padding: 30px;
text-align: center;
}

.mset-footer-logo-image {
width: 60px;
height: auto;
margin-bottom: 20px;
}

.mset-footer-content {
color: #23262E;
font-family: Inter;
font-weight: 400;
font-size: 12px;
line-height: 20px;
text-align: center;
}

.mset-footer-content a {
text-decoration: underline;
color: #23262E;
}

.mset-footer-bar {
border-top: 1px solid #EBEBEB;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 10px 0;
}

.mset-footer-left-image {
width: 130px;
height: auto;
margin-left: 0;
margin-right: auto;
}

.mset-footer-link {
color: #393F4C;
text-decoration: none;
font-weight: normal;
margin: 0 5px;
}

.mset-footer-text {
display: block;
margin-bottom: 16px;
}

/* Responsive styles */
@media only screen and (max-width: 480px) {
.mset-wrapper {
padding: 20px;
}

.mset-header {
padding: 30px 20px;
}

.mset-header-title {
font-size: 22px;
line-height: 28px;
}

.mset-footer {
padding: 20px;
}
}

/* Content sections */
.mset-section {
background: #fff;
margin-bottom: 30px;
border-radius: 4px;
overflow: hidden;
}

.mset-section-header {
padding: 20px 30px;
border-bottom: 1px solid #EAEAEA;
}

.mset-section-header h2 {
color: #393E4B;
font-family: Inter, sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 26px;
margin: 0;
}

.mset-section-header h2 img {
vertical-align: middle;
}

.mset-section-content {
padding: 20px 30px;
}

/* Update notice */
.mset-update-notice {
background-color: #FDFBEC;
border: 2px solid #D68936;
border-radius: 4px;
padding: 20px;
text-align: center;
margin-bottom: 30px;
}

.mset-update-notice p {
color: #393E4B;
font-family: Inter, sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 26px;
margin: 0;
}

/* Analytics Report Section */
.mset-report-image {
width: 100%;
height: auto;
}

.mset-report-description {
color: #393F4C;
font-family: Inter, sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
margin: 25px 0;
}

.mset-report-features {
max-width: 400px;
margin: 20px auto 0 auto;
}

.mset-feature-item {
color: #393F4C;
font-family: Inter, sans-serif;
font-size: 14px;
line-height: 17px;
padding-bottom: 15px;
padding-right: 15px;
display: inline-block;
max-width: 50%;
width: 180px;
}

.mset-feature-item-icon {
font-family: ‘eicons';
font-size: 14px;
line-height: 16px;
padding: 5px;
border-radius: 32px;
color: #46BF40;
background: #EAFAEE;
}

.mset-report-center-button {
text-align: center;
}

/* Analytics Stats Section */
.mset-stats-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
}

.mset-stat-item {
text-align: center;
padding: 15px 5px;
flex: 1 1 30%;
box-sizing: border-box;
background: #FBFDFF;
border: 1px solid #E3F0FD;
border-radius: 2px;
width: 195px;
}

.mset-stat-item-icon {
display: inline-block;
width: 30px;
height: 30px;
background: #6F4BBB;
border-radius: 50%;
color: #ffffff;
font-family: ‘eicons';
font-size: 16px;
line-height: 30px;
padding: 4px;
text-align: center;
}

.mset-stat-label {
color: #393F4C;
font-family: Inter, sans-serif;
font-size: 14px;
font-weight: 500;
margin: 10px 0;
}

.mset-stat-value {
color: #393F4C;
font-family: Inter, sans-serif;
font-size: 24px;
font-weight: 600;
}

.mset-stat-trend {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 14px;
}

.mset-stat-trend img {
display: inline;
vertical-align: middle;
}

/* Top Pages Section */
.mset-pages-table {
width: 100%;
margin-bottom: 20px;
}

.mset-table-header {
display: flex;
padding: 10px;
background: #6F4BBB;
color: #ffffff;
font-weight: 600;
justify-content: space-between;
}

.mset-table-row {
display: flex;
padding: 10px;
border-bottom: 1px solid #E3F0FD;
justify-content: space-between;
}

.mset-table-cell {
padding: 5px;
color: #338EEF;
}

.mset-table-cell a {
color: #23262E;
text-decoration: none;
}

.mset-blog-posts {
margin: 0;
padding: 0;
}

.mset-blog-post {
display: flex;
justify-content: space-between;
gap: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #E3F0FD;
}

.mset-blog-post-title {
font-family: Inter;
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #23262E;
margin: 0;
}

.mset-blog-post p {
font-family: Inter;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #393F4C;
}

.mset-blog-post a {
font-family: Inter;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: Auto;
text-decoration-thickness: Auto;
text-decoration-skip-ink: auto;
color: #338EEF;
}

.mset-blog-post-image {
width: 230px;
height: auto;
flex-grow: 0;
flex-shrink: 0;
}

.mset-blog-post-image img {
width: 230px;
height: auto;
}

/* Pro Tip Section */
.mset-pro-tip .mset-section-header {
display: flex;
align-items: center;
gap: 10px;
}

.mset-tip-content {
color: #393F4C;
font-family: Inter, sans-serif;
font-size: 14px;
line-height: 1.5;
margin: 15px 0;
}

/* Buttons */
.mset-button-primary {
display: inline-block;
background-color: #338EEF;
color: #ffffff !important;
padding: 12px 24px;
border-radius: 4px;
text-decoration: none;
font-family: Inter, sans-serif;
font-weight: 500;
text-align: center;
margin: 10px;
}

.mset-button-secondary {
display: inline-block;
background-color: transparent;
color: #338EEF !important;
padding: 12px 24px;
border-radius: 4px;
text-decoration: none;
font-family: Inter, sans-serif;
font-weight: 500;
text-align: center;
}

/* Utility classes */
.mset-text-increase {
color: #5CC0A5;
}

.mset-text-decrease {
color: #EB5757;
}

/* Analytics Stats: 2 cols mobile (default), 3 cols desktop */
.mset-stats-mobile { display: table !important; width: 100% !important; }
.mset-stats-desktop { display: none !important; }
@media only screen and (min-width: 600px) {
.mset-stats-mobile { display: none !important; }
.mset-stats-desktop { display: table !important; width: 100% !important; }
}

/* Responsive adjustments */
@media only screen and (max-width: 480px) {
.mset-section-header,
.mset-section-content,
.mset-footer {
padding: 15px;
}
.mset-header {
background-size: 30%;
}

.mset-feature-item {
width: 100%;
max-width: 100%;
}

/* Stats grid: handled by dual tables (mobile 2-col / desktop 3-col) */

/* Blog posts: stack vertically on mobile */
.mset-blog-post-image-cell,
.mset-blog-post-content-cell {
display: block !important;
width: 100% !important;
padding-right: 0 !important;
}

.mset-blog-post-image-cell img {
width: 100% !important;
height: auto !important;
}

.mset-blog-post-excerpt,
.mset-blog-post-continue {
display: none !important;
}
}



It's your Monthly Website Analytics Summary


July 1, 2026 – July 31, 2026

Find New Partnership Opportunities

Tableau de bord MonsterInsights

As marketers, you always need more traffic and conversions. But you can’t do that if you don't know what’s working. With MonsterInsights, you can set up form conversion source tracking and create partnership opportunities by finding out which referral sites send the most leads to your site.
Note globale
Note globale
Durée totale de blocage
Durée totale de blocage
Délai avant interactivité
Délai avant interactivité
Vitesse de chargement perçue
Vitesse de chargement perçue
Benchmarks
Benchmarks
Temps de réponse du serveur
Temps de réponse du serveur

📈 Analytics Stats

⭐ Quoi de neuf chez MonsterInsights


How to Track AIOSEO Focus Keyphrases in Google Analytics


How to Track AIOSEO Focus Keyphrases in Google Analytics

AIOSEO can tell you exactly how well a page is optimized for its target keyphrase…


Continuer la lecture


[NEW] AI-Powered Headline Suggestions and Redesigned Reports


[NEW] AI-Powered Headline Suggestions and Redesigned Reports

A great headline can be the difference between a post that gets clicked and one…


Continuer la lecture


AI Google Analytics Assistant: How to Ask Your Data Questions in Plain English


AI Google Analytics Assistant: How to Ask Your Data Questions in Plain English

GA4 can tell you that something changed on your site last month. A metric spiked,…


Continuer la lecture


Voir toutes les ressources

D'autres articles sont disponibles ...

OIREN

OIREN :root { color-scheme: light only; } @font-face { font-family: 'eicons'; src: url('https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.eot?76342541'); src: url('https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.eot?76342541#iefix')

Uncategorized

[ NÉCROLOGIE ] Hommage à Ousmane Kabelé Camara

Une grande âme s'en est allée C'est avec une profonde tristesse que la communauté des

Accompagnement

WPForms

WPForms a { text-decoration: none; } @media only screen and (max-width: 599px) { table.body .container

Uncategorized

OIREN

OIREN :root { color-scheme: light only; } @font-face { font-family: 'eicons'; src: url('https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.eot?76342541'); src: url('https://plugin-cdn.monsterinsights.com/assets/fonts/eicons.eot?76342541#iefix')

Uncategorized