^ Illuminate\View\ViewException {#3916
#message: "Internal server error (View: /var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/partials/page/insurer.blade.php) (View: /var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/partials/page/insurer.blade.php)"
#code: 0
#file: "/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/vendor/gmostafa/php-graphql-client/src/Results.php"
#line: 54
-previous: Illuminate\View\ViewException {#3997
#message: "Internal server error (View: /var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/partials/page/insurer.blade.php)"
#code: 0
#file: "/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/vendor/gmostafa/php-graphql-client/src/Results.php"
#line: 54
-previous: GraphQL\Exception\QueryError {#8090
#message: "Internal server error"
#code: 0
#file: "/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/vendor/gmostafa/php-graphql-client/src/Results.php"
#line: 54
#errorDetails: array:4 [
"message" => "Internal server error"
"extensions" => array:1 [
"category" => "internal"
]
"locations" => array:1 [
0 => array:2 [
"line" => 2
"column" => 1
]
]
"path" => array:1 [
0 => "product_1204"
]
]
trace: {
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/vendor/gmostafa/php-graphql-client/src/Results.php:54 {
GraphQL\Results->__construct(ResponseInterface $response, $asArray = false) …
› $this->reformatResults(true);
› throw new QueryError($this->results);
› }
}
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/vendor/gmostafa/php-graphql-client/src/Client.php:160 {
GraphQL\Client->runRawQuery(string $queryString, $resultsAsArray = false, array $variables = []): Results …
› // Parse response to extract results
› return new Results($response, $resultsAsArray);
› }
arguments: {
$response: GuzzleHttp\Psr7\Response {#8107 …}
$asArray: false
}
}
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/vendor/gmostafa/php-graphql-client/src/Client.php:115 {
GraphQL\Client->runQuery($query, bool $resultsAsArray = false, array $variables = []): Results …
›
› return $this->runRawQuery((string) $query, $resultsAsArray, $variables);
› }
arguments: {
$queryString: """
query {\n
product_1204: products(filter: {\n
guaranties: ["care_rate","dental_rate","optical_rate","hospi_rate"]\n
product_id : 1204\n
insurance_domain : "health"\n
}) {\n
id\n
label\n
logo {\n
content\n
}\n
brand {\n
name\n
logo\n
}\n
gamme {\n
title\n
id\n
}\n
guaranties {\n
name\n
value\n
title\n
html\n
tooltip\n
warranty_details\n
additional_fields {\n
name\n
value\n
}\n
}\n
}\n
product_1198: products(filter: {\n
guaranties: ["care_rate","dental_rate","optical_rate","hospi_rate"]\n
product_id : 1198\n
insurance_domain : "health"\n
}) {\n
id\n
label\n
logo {\n
content\n
}\n
brand {\n
name\n
logo\n
}\n
gamme {\n
title\n
id\n
}\n
guaranties {\n
name\n
value\n
title\n
html\n
tooltip\n
warranty_details\n
additional_fields {\n
name\n
value\n
}\n
}\n
}\n
product_1192: products(filter: {\n
guaranties: ["care_rate","dental_rate","optical_rate","hospi_rate"]\n
product_id : 1192\n
insurance_domain : "health"\n
}) {\n
id\n
label\n
logo {\n
content\n
}\n
brand {\n
name\n
logo\n
}\n
gamme {\n
title\n
id\n
}\n
guaranties {\n
name\n
value\n
title\n
html\n
tooltip\n
warranty_details\n
additional_fields {\n
name\n
value\n
}\n
}\n
}\n
product_1117: products(filter: {\n
guaranties: ["care_rate","dental_rate","optical_rate","hospi_rate"]\n
product_id : 1117\n
insurance_domain : "health"\n
}) {\n
id\n
label\n
logo {\n
content\n
}\n
brand {\n
name\n
logo\n
}\n
gamme {\n
title\n
id\n
}\n
guaranties {\n
name\n
value\n
title\n
html\n
tooltip\n
warranty_details\n
additional_fields {\n
name\n
value\n
}\n
}\n
}\n
product_1120: products(filter: {\n
guaranties: ["care_rate","dental_rate","optical_rate","hospi_rate"]\n
product_id : 1120\n
insurance_domain : "health"\n
}) {\n
id\n
label\n
logo {\n
content\n
}\n
brand {\n
name\n
logo\n
}\n
gamme {\n
title\n
id\n
}\n
guaranties {\n
name\n
value\n
title\n
html\n
tooltip\n
warranty_details\n
additional_fields {\n
name\n
value\n
}\n
}\n
}\n
product_1123: products(filter: {\n
guaranties: ["care_rate","dental_rate","optical_rate","hospi_rate"]\n
product_id : 1123\n
insurance_domain : "health"\n
}) {\n
id\n
label\n
logo {\n
content\n
}\n
brand {\n
name\n
logo\n
}\n
gamme {\n
title\n
id\n
}\n
guaranties {\n
name\n
value\n
title\n
html\n
tooltip\n
warranty_details\n
additional_fields {\n
name\n
value\n
}\n
}\n
}\n
}
"""
$resultsAsArray: false
$variables: {#8122 …}
}
}
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/includes/GraphQLRepository.php:150 {
GraphQLRepository->getProductsByIds(array $offersIds): Results …
› $gql = (new Query())->setSelectionSet($queries);
› return $this->client->runQuery($gql);
› }
arguments: {
$query: GraphQL\Query {#8123 …}
}
}
/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/marketplace/widget-marketplace/widget-products.php:22 {
include …
› if (!empty($products)) {
› $apiResult = $repository->getProductsByIds($products)->getData();
› }
arguments: {
$offersIds: array:6 [ …6]
}
}
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/advanced-custom-fields-pro/pro/blocks.php:424 {
acf_render_block($attributes, $content = '', $is_preview = false, $post_id = 0, $wp_block = null) …
› if ( file_exists( $path ) ) {
› \tinclude $path;
› }
arguments: {
"/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/marketplace/widget-marketplace/widget-products.php"
}
}
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/advanced-custom-fields-pro/pro/blocks.php:355 {
acf_rendered_block($attributes, $content = '', $is_preview = false, $post_id = 0, $wp_block = null) …
› \t// Capture block render output.
› \tacf_render_block( $attributes, $content, $is_preview, $post_id, $wp_block );
› }
arguments: {
$attributes: array:6 [ …6]
$content: ""
$is_preview: false
$post_id: 21973
$wp_block: WP_Block {#4984 …}
}
}
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/advanced-custom-fields-pro/pro/blocks.php:322 {
acf_render_block_callback($attributes, $content = '', $wp_block = null) …
› \t// Return rendered block HTML.
› \treturn acf_rendered_block( $attributes, $content, $is_preview, $post_id, $wp_block );
› }
arguments: {
$attributes: array:6 [ …6]
$content: ""
$is_preview: false
$post_id: 21973
$wp_block: WP_Block {#4984 …}
}
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/class-wp-block.php:463 {
WP_Block->render($options = []) …
›
› $block_content = (string) call_user_func( $this->block_type->render_callback, $this->attributes, $block_content, $this );
›
arguments: {
$attributes: array:6 [ …6]
$content: ""
$wp_block: WP_Block {#4984 …}
}
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/blocks.php:1705 {
render_block($parsed_block) …
›
› \treturn $block->render();
› }
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/blocks.php:1743 {
do_blocks($content) …
› foreach ( $blocks as $block ) {
› \t$output .= render_block( $block );
› }
arguments: {
$parsed_block: array:5 [ …5]
}
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/class-wp-hook.php:324 {
WP_Hook->apply_filters($value, $args) …
› } elseif ( $the_['accepted_args'] >= $num_args ) {
› \t$value = call_user_func_array( $the_['function'], $args );
› } else {
arguments: {
$content: """
<!-- wp:columns {"verticalAlignment":"center"} -->\n
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"33.33%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.33%"><!-- wp:image {"id":212364,"sizeSlug":"full","linkDestination":"none"} -->\n
<figure class="wp-block-image size-full"><img src="https://www.hyperassur.com/app/uploads/2025/01/cnp-assurances.png" alt="CNP Assurances" class="wp-image-212364"/></figure>\n
<!-- /wp:image --></div>\n
<!-- /wp:column -->\n
\n
<!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%"><!-- wp:paragraph -->\n
<p><strong>CNP Assurances Protection Sociale</strong> est né du rapprochement entre La Mutuelle Générale et CNP Assurances. Avec 1,4 millions de personnes protégées et 1 400 collaborateurs, c’est un nouvel acteur clé du marché de la santé et de la prévoyance qui a vu le jour le 1er janvier 2025. </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph -->\n
<p>Cette filiale du groupe CNP Assurances réaffirme son engagement en faveur de ses assurés (entreprises, professionnels ou particuliers) avec des services de qualité. Elle défend également des valeurs d’entraide et de solidarité, pour une société plus durable et inclusive.</p>\n
<!-- /wp:paragraph --></div>\n
<!-- /wp:column --></div>\n
<!-- /wp:columns -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-la-mutuelle-generale-en-chiffres">CNP Assurances Protection Sociale : quelques chiffres et dates clés</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Une histoire de protection sociale</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>1er janvier 2025</strong> : La Mutuelle Générale et CNP Assurances réunissent leurs expertises sur le marché de la santé et de la prévoyance pour donner naissance à CNP Assurances Protection Sociale.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li>La protection sociale constitue le fondement même de l’histoire du <strong>Groupe CNP Assurances</strong> dont les origines remontent à près de <strong>175 ans</strong>. En 2022, CNP Assurances devient une filiale à 100 % de La Banque Postale.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li>Née en 1945, <strong>La Mutuelle Générale</strong> comptabilise plus de <strong>80 ans</strong> d’expérience sur le marché de la protection sociale en France. Son offre ne cesse de s’enrichir au fil des années, sur le marché collectif et individuel. Elle place le bien-être au travail ainsi que le bien-vieillir et la cause des salariés-aidants au cœur de ses engagements.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"10px"} -->\n
<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">La naissance d’un expert dans la protection sociale</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:columns {"verticalAlignment":"center"} -->\n
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"20%","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"}}}} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:20%"><!-- wp:image {"id":211301,"sizeSlug":"full","linkDestination":"none","align":"center"} -->\n
<figure class="wp-block-image aligncenter size-full"><img src="https://www.hyperassur.com/app/uploads/2024/01/top-mutuelle-le-figaro.png" alt="top mutuelle le figaro" class="wp-image-211301"/></figure>\n
<!-- /wp:image --></div>\n
<!-- /wp:column -->\n
\n
<!-- wp:column {"verticalAlignment":"center","width":"80%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"placeholder":"Type / to choose a block, or press space to summon the AI Copilot"} -->\n
<p><strong>CNP Assurances Protection Sociale, Classée n°1 par Le Figaro</strong>*</p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph {"fontSize":"small"} -->\n
<p class="has-small-font-size"><em>*plus d'infos sur les modalités de classement <a href="https://www.hyperassur.com/app/uploads/2025/01/Levaluation-des-clients_Qualite-de-la-Complementaire-Sante-et-de-lAssurance-chien-et-chat_2023.pdf">ici</a></em></p>\n
<!-- /wp:paragraph --></div>\n
<!-- /wp:column --></div>\n
<!-- /wp:columns -->\n
\n
<!-- wp:paragraph -->\n
<p>CNP Assurances Protection Sociale, c’est : </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>1,4 millions de personnes protégées</strong></li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>1 400 collaborateurs pour accompagner ses clients</li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>900 M€ de chiffre d’affaires</li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>60 % de son activité dédiée aux entreprises et collectivités, avec <strong>plus de 12 000 entreprises clientes</strong> et 500 000 salariés couverts par ses garanties </li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>40 % de son activité dédiée aux particuliers (célibataires, familles, couples, retraités…)</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-engagements-de-la-mutuelle-generale">Les engagements de CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Pour ses assurés </h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:shortcode -->\n
[content-listing]\n
[content-listing-item]Un savoir-faire fondé sur la maîtrise du métier d’assureur et la capacité à offrir <strong>écoute et conseils personnalisés</strong> à ses clients.[/content-listing-item]\n
[content-listing-item]Des <strong>services d’assistance</strong> dans chaque contrat afin de soutenir les assurés en cas de coup dur, comme une hospitalisation ou une maladie. [/content-listing-item]\n
[content-listing-item]Pour les entreprises, des contrats clés en main et une offre complète de <strong>services dédiés aux salariés</strong>, visant à améliorer leur qualité de vie au quotidien et au travail.[/content-listing-item]\n
[content-listing-item]<strong>Deux réseaux de soins partenaires</strong>, Itelis et Carte Blanche, donnant accès à des tarifs préférentiels et des avantages sur les lunettes ou les aides auditives.[/content-listing-item]\n
[/content-listing]\n
<!-- /wp:shortcode -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Culture d'entreprise et stratégie RSE</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:shortcode -->\n
[content-listing]\n
[content-listing-item]Des garanties et des services de qualité, avec une mission claire : <strong>favoriser la santé et le bien-être de tous</strong>[/content-listing-item]\n
[content-listing-item]La volonté d’agir pour une société inclusive, durable et responsable[/content-listing-item]\n
[content-listing-item]<strong>Innover</strong> et rester agile pour s’adapter aux besoins de ses clients[/content-listing-item]\n
[/content-listing]\n
<!-- /wp:shortcode -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-formules-proposees-pour-la-mutuelle-generale-en-assurance-sante">Les formules proposées par CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:acf/widget-marketplace {\n
"id": "block_63a2e3023a9b9",\n
"name": "acf\/widget-marketplace",\n
"data": {\n
"widget_product_marketplace_0_offer_id": "1204",\n
"_widget_product_marketplace_0_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_0_insurer_page": 21973,\n
"_widget_product_marketplace_0_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_1_offer_id": "1198",\n
"_widget_product_marketplace_1_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_1_insurer_page": 21973,\n
"_widget_product_marketplace_1_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_2_offer_id": "1192",\n
"_widget_product_marketplace_2_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_2_insurer_page": 21973,\n
"_widget_product_marketplace_2_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_3_offer_id": "1117",\n
"_widget_product_marketplace_3_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_3_insurer_page": 21973,\n
"_widget_product_marketplace_3_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_4_offer_id": "1120",\n
"_widget_product_marketplace_4_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_4_insurer_page": 21973,\n
"_widget_product_marketplace_4_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_5_offer_id": "1123",\n
"_widget_product_marketplace_5_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_5_insurer_page": 21973,\n
"_widget_product_marketplace_5_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace": 6,\n
"_widget_product_marketplace": "field_637ca1a04c962"\n
},\n
"align": "",\n
"mode": "preview",\n
"wpClassName": "wp-block-acf-widget-marketplace"\n
} /-->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading" id="h-pour-des-profils-seniors">Pour des profils seniors</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:image {"id":212435,"sizeSlug":"full","linkDestination":"none"} -->\n
<figure class="wp-block-image size-full"><img src="https://www.hyperassur.com/app/uploads/2025/01/CNP-Assurances-Protection-Sociale-Label-Excellence.png" alt="CNP Assurances Protection Sociale Label Excellence" class="wp-image-212435"/></figure>\n
<!-- /wp:image -->\n
\n
<!-- wp:paragraph {"placeholder":"Type / to choose a block, or press space to summon the AI Copilot"} -->\n
<p><strong>Votre solution santé senior reconnue pour son excellence ! </strong></p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph -->\n
<p>La solution santé senior a reçu le label Excellence 2023 pour récompenser la grande qualité de sa couverture santé. Ce prix est décerné chaque année par un jury d'experts indépendants qui étudient en détail tous les contrats de mutuelle santé du marché.</p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-avis-clients-de-la-mutuelle-generale">Les avis clients de CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:paragraph -->\n
<p>D’après CNP Assurances Protection Sociale <em>(enquête réalisée en septembre 2024 par l’institut BVA)</em> : </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>9 assurés sur 10 sont satisfaits</strong></li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>80 % des salariés recommandent leurs services </li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>91 % des assurés reconnaissent la qualité de service de cet assureur</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->
"""
}
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/plugin.php:205 {
apply_filters($hook_name, $value, ...$args) …
›
› $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
›
arguments: {
$value: """
<!-- wp:columns {"verticalAlignment":"center"} -->\n
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"33.33%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.33%"><!-- wp:image {"id":212364,"sizeSlug":"full","linkDestination":"none"} -->\n
<figure class="wp-block-image size-full"><img src="https://www.hyperassur.com/app/uploads/2025/01/cnp-assurances.png" alt="CNP Assurances" class="wp-image-212364"/></figure>\n
<!-- /wp:image --></div>\n
<!-- /wp:column -->\n
\n
<!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%"><!-- wp:paragraph -->\n
<p><strong>CNP Assurances Protection Sociale</strong> est né du rapprochement entre La Mutuelle Générale et CNP Assurances. Avec 1,4 millions de personnes protégées et 1 400 collaborateurs, c’est un nouvel acteur clé du marché de la santé et de la prévoyance qui a vu le jour le 1er janvier 2025. </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph -->\n
<p>Cette filiale du groupe CNP Assurances réaffirme son engagement en faveur de ses assurés (entreprises, professionnels ou particuliers) avec des services de qualité. Elle défend également des valeurs d’entraide et de solidarité, pour une société plus durable et inclusive.</p>\n
<!-- /wp:paragraph --></div>\n
<!-- /wp:column --></div>\n
<!-- /wp:columns -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-la-mutuelle-generale-en-chiffres">CNP Assurances Protection Sociale : quelques chiffres et dates clés</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Une histoire de protection sociale</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>1er janvier 2025</strong> : La Mutuelle Générale et CNP Assurances réunissent leurs expertises sur le marché de la santé et de la prévoyance pour donner naissance à CNP Assurances Protection Sociale.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li>La protection sociale constitue le fondement même de l’histoire du <strong>Groupe CNP Assurances</strong> dont les origines remontent à près de <strong>175 ans</strong>. En 2022, CNP Assurances devient une filiale à 100 % de La Banque Postale.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li>Née en 1945, <strong>La Mutuelle Générale</strong> comptabilise plus de <strong>80 ans</strong> d’expérience sur le marché de la protection sociale en France. Son offre ne cesse de s’enrichir au fil des années, sur le marché collectif et individuel. Elle place le bien-être au travail ainsi que le bien-vieillir et la cause des salariés-aidants au cœur de ses engagements.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"10px"} -->\n
<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">La naissance d’un expert dans la protection sociale</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:columns {"verticalAlignment":"center"} -->\n
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"20%","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"}}}} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:20%"><!-- wp:image {"id":211301,"sizeSlug":"full","linkDestination":"none","align":"center"} -->\n
<figure class="wp-block-image aligncenter size-full"><img src="https://www.hyperassur.com/app/uploads/2024/01/top-mutuelle-le-figaro.png" alt="top mutuelle le figaro" class="wp-image-211301"/></figure>\n
<!-- /wp:image --></div>\n
<!-- /wp:column -->\n
\n
<!-- wp:column {"verticalAlignment":"center","width":"80%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"placeholder":"Type / to choose a block, or press space to summon the AI Copilot"} -->\n
<p><strong>CNP Assurances Protection Sociale, Classée n°1 par Le Figaro</strong>*</p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph {"fontSize":"small"} -->\n
<p class="has-small-font-size"><em>*plus d'infos sur les modalités de classement <a href="https://www.hyperassur.com/app/uploads/2025/01/Levaluation-des-clients_Qualite-de-la-Complementaire-Sante-et-de-lAssurance-chien-et-chat_2023.pdf">ici</a></em></p>\n
<!-- /wp:paragraph --></div>\n
<!-- /wp:column --></div>\n
<!-- /wp:columns -->\n
\n
<!-- wp:paragraph -->\n
<p>CNP Assurances Protection Sociale, c’est : </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>1,4 millions de personnes protégées</strong></li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>1 400 collaborateurs pour accompagner ses clients</li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>900 M€ de chiffre d’affaires</li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>60 % de son activité dédiée aux entreprises et collectivités, avec <strong>plus de 12 000 entreprises clientes</strong> et 500 000 salariés couverts par ses garanties </li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>40 % de son activité dédiée aux particuliers (célibataires, familles, couples, retraités…)</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-engagements-de-la-mutuelle-generale">Les engagements de CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Pour ses assurés </h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:shortcode -->\n
[content-listing]\n
[content-listing-item]Un savoir-faire fondé sur la maîtrise du métier d’assureur et la capacité à offrir <strong>écoute et conseils personnalisés</strong> à ses clients.[/content-listing-item]\n
[content-listing-item]Des <strong>services d’assistance</strong> dans chaque contrat afin de soutenir les assurés en cas de coup dur, comme une hospitalisation ou une maladie. [/content-listing-item]\n
[content-listing-item]Pour les entreprises, des contrats clés en main et une offre complète de <strong>services dédiés aux salariés</strong>, visant à améliorer leur qualité de vie au quotidien et au travail.[/content-listing-item]\n
[content-listing-item]<strong>Deux réseaux de soins partenaires</strong>, Itelis et Carte Blanche, donnant accès à des tarifs préférentiels et des avantages sur les lunettes ou les aides auditives.[/content-listing-item]\n
[/content-listing]\n
<!-- /wp:shortcode -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Culture d'entreprise et stratégie RSE</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:shortcode -->\n
[content-listing]\n
[content-listing-item]Des garanties et des services de qualité, avec une mission claire : <strong>favoriser la santé et le bien-être de tous</strong>[/content-listing-item]\n
[content-listing-item]La volonté d’agir pour une société inclusive, durable et responsable[/content-listing-item]\n
[content-listing-item]<strong>Innover</strong> et rester agile pour s’adapter aux besoins de ses clients[/content-listing-item]\n
[/content-listing]\n
<!-- /wp:shortcode -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-formules-proposees-pour-la-mutuelle-generale-en-assurance-sante">Les formules proposées par CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:acf/widget-marketplace {\n
"id": "block_63a2e3023a9b9",\n
"name": "acf\/widget-marketplace",\n
"data": {\n
"widget_product_marketplace_0_offer_id": "1204",\n
"_widget_product_marketplace_0_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_0_insurer_page": 21973,\n
"_widget_product_marketplace_0_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_1_offer_id": "1198",\n
"_widget_product_marketplace_1_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_1_insurer_page": 21973,\n
"_widget_product_marketplace_1_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_2_offer_id": "1192",\n
"_widget_product_marketplace_2_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_2_insurer_page": 21973,\n
"_widget_product_marketplace_2_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_3_offer_id": "1117",\n
"_widget_product_marketplace_3_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_3_insurer_page": 21973,\n
"_widget_product_marketplace_3_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_4_offer_id": "1120",\n
"_widget_product_marketplace_4_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_4_insurer_page": 21973,\n
"_widget_product_marketplace_4_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_5_offer_id": "1123",\n
"_widget_product_marketplace_5_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_5_insurer_page": 21973,\n
"_widget_product_marketplace_5_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace": 6,\n
"_widget_product_marketplace": "field_637ca1a04c962"\n
},\n
"align": "",\n
"mode": "preview",\n
"wpClassName": "wp-block-acf-widget-marketplace"\n
} /-->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading" id="h-pour-des-profils-seniors">Pour des profils seniors</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:image {"id":212435,"sizeSlug":"full","linkDestination":"none"} -->\n
<figure class="wp-block-image size-full"><img src="https://www.hyperassur.com/app/uploads/2025/01/CNP-Assurances-Protection-Sociale-Label-Excellence.png" alt="CNP Assurances Protection Sociale Label Excellence" class="wp-image-212435"/></figure>\n
<!-- /wp:image -->\n
\n
<!-- wp:paragraph {"placeholder":"Type / to choose a block, or press space to summon the AI Copilot"} -->\n
<p><strong>Votre solution santé senior reconnue pour son excellence ! </strong></p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph -->\n
<p>La solution santé senior a reçu le label Excellence 2023 pour récompenser la grande qualité de sa couverture santé. Ce prix est décerné chaque année par un jury d'experts indépendants qui étudient en détail tous les contrats de mutuelle santé du marché.</p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-avis-clients-de-la-mutuelle-generale">Les avis clients de CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:paragraph -->\n
<p>D’après CNP Assurances Protection Sociale <em>(enquête réalisée en septembre 2024 par l’institut BVA)</em> : </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>9 assurés sur 10 sont satisfaits</strong></li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>80 % des salariés recommandent leurs services </li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>91 % des assurés reconnaissent la qualité de service de cet assureur</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->
"""
$args: array:1 [ …1]
}
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/post-template.php:256 {
the_content($more_link_text = null, $strip_teaser = false) …
› */
› $content = apply_filters( 'the_content', $content );
› $content = str_replace( ']]>', ']]>', $content );
arguments: {
$hook_name: "the_content"
$value: """
<!-- wp:columns {"verticalAlignment":"center"} -->\n
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"33.33%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.33%"><!-- wp:image {"id":212364,"sizeSlug":"full","linkDestination":"none"} -->\n
<figure class="wp-block-image size-full"><img src="https://www.hyperassur.com/app/uploads/2025/01/cnp-assurances.png" alt="CNP Assurances" class="wp-image-212364"/></figure>\n
<!-- /wp:image --></div>\n
<!-- /wp:column -->\n
\n
<!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%"><!-- wp:paragraph -->\n
<p><strong>CNP Assurances Protection Sociale</strong> est né du rapprochement entre La Mutuelle Générale et CNP Assurances. Avec 1,4 millions de personnes protégées et 1 400 collaborateurs, c’est un nouvel acteur clé du marché de la santé et de la prévoyance qui a vu le jour le 1er janvier 2025. </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph -->\n
<p>Cette filiale du groupe CNP Assurances réaffirme son engagement en faveur de ses assurés (entreprises, professionnels ou particuliers) avec des services de qualité. Elle défend également des valeurs d’entraide et de solidarité, pour une société plus durable et inclusive.</p>\n
<!-- /wp:paragraph --></div>\n
<!-- /wp:column --></div>\n
<!-- /wp:columns -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-la-mutuelle-generale-en-chiffres">CNP Assurances Protection Sociale : quelques chiffres et dates clés</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Une histoire de protection sociale</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>1er janvier 2025</strong> : La Mutuelle Générale et CNP Assurances réunissent leurs expertises sur le marché de la santé et de la prévoyance pour donner naissance à CNP Assurances Protection Sociale.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li>La protection sociale constitue le fondement même de l’histoire du <strong>Groupe CNP Assurances</strong> dont les origines remontent à près de <strong>175 ans</strong>. En 2022, CNP Assurances devient une filiale à 100 % de La Banque Postale.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li>Née en 1945, <strong>La Mutuelle Générale</strong> comptabilise plus de <strong>80 ans</strong> d’expérience sur le marché de la protection sociale en France. Son offre ne cesse de s’enrichir au fil des années, sur le marché collectif et individuel. Elle place le bien-être au travail ainsi que le bien-vieillir et la cause des salariés-aidants au cœur de ses engagements.</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"10px"} -->\n
<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">La naissance d’un expert dans la protection sociale</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:columns {"verticalAlignment":"center"} -->\n
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"20%","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"}}}} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:20%"><!-- wp:image {"id":211301,"sizeSlug":"full","linkDestination":"none","align":"center"} -->\n
<figure class="wp-block-image aligncenter size-full"><img src="https://www.hyperassur.com/app/uploads/2024/01/top-mutuelle-le-figaro.png" alt="top mutuelle le figaro" class="wp-image-211301"/></figure>\n
<!-- /wp:image --></div>\n
<!-- /wp:column -->\n
\n
<!-- wp:column {"verticalAlignment":"center","width":"80%"} -->\n
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:paragraph {"placeholder":"Type / to choose a block, or press space to summon the AI Copilot"} -->\n
<p><strong>CNP Assurances Protection Sociale, Classée n°1 par Le Figaro</strong>*</p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph {"fontSize":"small"} -->\n
<p class="has-small-font-size"><em>*plus d'infos sur les modalités de classement <a href="https://www.hyperassur.com/app/uploads/2025/01/Levaluation-des-clients_Qualite-de-la-Complementaire-Sante-et-de-lAssurance-chien-et-chat_2023.pdf">ici</a></em></p>\n
<!-- /wp:paragraph --></div>\n
<!-- /wp:column --></div>\n
<!-- /wp:columns -->\n
\n
<!-- wp:paragraph -->\n
<p>CNP Assurances Protection Sociale, c’est : </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>1,4 millions de personnes protégées</strong></li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>1 400 collaborateurs pour accompagner ses clients</li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>900 M€ de chiffre d’affaires</li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>60 % de son activité dédiée aux entreprises et collectivités, avec <strong>plus de 12 000 entreprises clientes</strong> et 500 000 salariés couverts par ses garanties </li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>40 % de son activité dédiée aux particuliers (célibataires, familles, couples, retraités…)</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-engagements-de-la-mutuelle-generale">Les engagements de CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Pour ses assurés </h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:shortcode -->\n
[content-listing]\n
[content-listing-item]Un savoir-faire fondé sur la maîtrise du métier d’assureur et la capacité à offrir <strong>écoute et conseils personnalisés</strong> à ses clients.[/content-listing-item]\n
[content-listing-item]Des <strong>services d’assistance</strong> dans chaque contrat afin de soutenir les assurés en cas de coup dur, comme une hospitalisation ou une maladie. [/content-listing-item]\n
[content-listing-item]Pour les entreprises, des contrats clés en main et une offre complète de <strong>services dédiés aux salariés</strong>, visant à améliorer leur qualité de vie au quotidien et au travail.[/content-listing-item]\n
[content-listing-item]<strong>Deux réseaux de soins partenaires</strong>, Itelis et Carte Blanche, donnant accès à des tarifs préférentiels et des avantages sur les lunettes ou les aides auditives.[/content-listing-item]\n
[/content-listing]\n
<!-- /wp:shortcode -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading">Culture d'entreprise et stratégie RSE</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:shortcode -->\n
[content-listing]\n
[content-listing-item]Des garanties et des services de qualité, avec une mission claire : <strong>favoriser la santé et le bien-être de tous</strong>[/content-listing-item]\n
[content-listing-item]La volonté d’agir pour une société inclusive, durable et responsable[/content-listing-item]\n
[content-listing-item]<strong>Innover</strong> et rester agile pour s’adapter aux besoins de ses clients[/content-listing-item]\n
[/content-listing]\n
<!-- /wp:shortcode -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-formules-proposees-pour-la-mutuelle-generale-en-assurance-sante">Les formules proposées par CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:acf/widget-marketplace {\n
"id": "block_63a2e3023a9b9",\n
"name": "acf\/widget-marketplace",\n
"data": {\n
"widget_product_marketplace_0_offer_id": "1204",\n
"_widget_product_marketplace_0_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_0_insurer_page": 21973,\n
"_widget_product_marketplace_0_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_1_offer_id": "1198",\n
"_widget_product_marketplace_1_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_1_insurer_page": 21973,\n
"_widget_product_marketplace_1_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_2_offer_id": "1192",\n
"_widget_product_marketplace_2_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_2_insurer_page": 21973,\n
"_widget_product_marketplace_2_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_3_offer_id": "1117",\n
"_widget_product_marketplace_3_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_3_insurer_page": 21973,\n
"_widget_product_marketplace_3_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_4_offer_id": "1120",\n
"_widget_product_marketplace_4_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_4_insurer_page": 21973,\n
"_widget_product_marketplace_4_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace_5_offer_id": "1123",\n
"_widget_product_marketplace_5_offer_id": "field_637ca48549298",\n
"widget_product_marketplace_5_insurer_page": 21973,\n
"_widget_product_marketplace_5_insurer_page": "field_637dd8bbfb888",\n
"widget_product_marketplace": 6,\n
"_widget_product_marketplace": "field_637ca1a04c962"\n
},\n
"align": "",\n
"mode": "preview",\n
"wpClassName": "wp-block-acf-widget-marketplace"\n
} /-->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading {"level":3} -->\n
<h3 class="wp-block-heading" id="h-pour-des-profils-seniors">Pour des profils seniors</h3>\n
<!-- /wp:heading -->\n
\n
<!-- wp:image {"id":212435,"sizeSlug":"full","linkDestination":"none"} -->\n
<figure class="wp-block-image size-full"><img src="https://www.hyperassur.com/app/uploads/2025/01/CNP-Assurances-Protection-Sociale-Label-Excellence.png" alt="CNP Assurances Protection Sociale Label Excellence" class="wp-image-212435"/></figure>\n
<!-- /wp:image -->\n
\n
<!-- wp:paragraph {"placeholder":"Type / to choose a block, or press space to summon the AI Copilot"} -->\n
<p><strong>Votre solution santé senior reconnue pour son excellence ! </strong></p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:paragraph -->\n
<p>La solution santé senior a reçu le label Excellence 2023 pour récompenser la grande qualité de sa couverture santé. Ce prix est décerné chaque année par un jury d'experts indépendants qui étudient en détail tous les contrats de mutuelle santé du marché.</p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:heading -->\n
<h2 class="wp-block-heading" id="h-les-avis-clients-de-la-mutuelle-generale">Les avis clients de CNP Assurances Protection Sociale</h2>\n
<!-- /wp:heading -->\n
\n
<!-- wp:paragraph -->\n
<p>D’après CNP Assurances Protection Sociale <em>(enquête réalisée en septembre 2024 par l’institut BVA)</em> : </p>\n
<!-- /wp:paragraph -->\n
\n
<!-- wp:list -->\n
<ul><!-- wp:list-item -->\n
<li><strong>9 assurés sur 10 sont satisfaits</strong></li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>80 % des salariés recommandent leurs services </li>\n
<!-- /wp:list-item -->\n
\n
<!-- wp:list-item -->\n
<li>91 % des assurés reconnaissent la qualité de service de cet assureur</li>\n
<!-- /wp:list-item --></ul>\n
<!-- /wp:list -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->\n
\n
<!-- wp:spacer {"height":"20px"} -->\n
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n
<!-- /wp:spacer -->
"""
}
}
/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/ae5f26a843f04db45df3000c6cc866341f1deb51.php:17 {
require …
› $more = -1; ?>
› <?php the_content() ?>
› </div>
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/page-assureur.blade.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php:10 {
require …
› <main>
› <?php echo $__env->make('partials.page.insurer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
› </main>
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/page-assureur.blade.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/index.php:102 {
include …
› <?php try {
› echo view(app('sage.view'), app('sage.data'))->render();
› } catch (Throwable $e) {
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/template-loader.php:106 {
require_once …
› if ( $template ) {
› \tinclude $template;
› } elseif ( current_user_can( 'switch_themes' ) ) {
arguments: {
"/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/index.php"
}
}
/var/www/sites/hyperassur.com/web/web/wp/wp-blog-header.php:19 {
require …
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
arguments: {
"/var/www/sites/hyperassur.com/web/web/wp/wp-includes/template-loader.php"
}
}
/var/www/sites/hyperassur.com/web/web/index.php:6 {
› const WP_USE_THEMES = true;
› require __DIR__ . '/wp/wp-blog-header.php';
›
arguments: {
"/var/www/sites/hyperassur.com/web/web/wp/wp-blog-header.php"
}
}
}
}
#severity: E_ERROR
trace: {
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/vendor/gmostafa/php-graphql-client/src/Results.php:54 {
Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
› $this->reformatResults(true);
› throw new QueryError($this->results);
› }
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/PhpEngine.php:60 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› } catch (Throwable $e) {
› $this->handleViewException($e, $obLevel);
› }
arguments: {
$e: GraphQL\Exception\QueryError {#8090}
$obLevel: 3
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/page-assureur.blade.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php:10 {
require …
› <main>
› <?php echo $__env->make('partials.page.insurer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
› </main>
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/filesystem/Filesystem.php:107 {
Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure} …
›
› return require $__path;
› })();
arguments: {
"/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/filesystem/Filesystem.php:108 {
Illuminate\Filesystem\Filesystem->getRequire($path, array $data = []) …
› return require $__path;
› })();
› }
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/PhpEngine.php:58 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› try {
› $this->files->getRequire($path, $data);
› } catch (Throwable $e) {
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/page-assureur.blade.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/index.php:102 {
include …
› <?php try {
› echo view(app('sage.view'), app('sage.data'))->render();
› } catch (Throwable $e) {
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/template-loader.php:106 {
require_once …
› if ( $template ) {
› \tinclude $template;
› } elseif ( current_user_can( 'switch_themes' ) ) {
arguments: {
"/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/index.php"
}
}
/var/www/sites/hyperassur.com/web/web/wp/wp-blog-header.php:19 {
require …
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
arguments: {
"/var/www/sites/hyperassur.com/web/web/wp/wp-includes/template-loader.php"
}
}
/var/www/sites/hyperassur.com/web/web/index.php:6 {
› const WP_USE_THEMES = true;
› require __DIR__ . '/wp/wp-blog-header.php';
›
arguments: {
"/var/www/sites/hyperassur.com/web/web/wp/wp-blog-header.php"
}
}
}
}
#severity: E_ERROR
trace: {
/var/www/sites/hyperassur.com/web/web/app/mu-plugins/marketplace-comparadise/vendor/gmostafa/php-graphql-client/src/Results.php:54 {
Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
› $this->reformatResults(true);
› throw new QueryError($this->results);
› }
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/PhpEngine.php:60 {
Illuminate\View\Engines\PhpEngine->evaluatePath($path, $data) …
› } catch (Throwable $e) {
› $this->handleViewException($e, $obLevel);
› }
arguments: {
$e: GraphQL\Exception\QueryError {#8090}
$obLevel: 3
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/Engines/CompilerEngine.php:61 {
Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
› // which have been rendered for right exception messages to be generated.
› $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
›
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/cache/acorn/framework/views/b5272026913d41fc3547bed76ee82935b4401d2d.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:139 {
Illuminate\View\View->getContents() …
› {
› return $this->engine->get($this->path, $this->gatherData());
› }
arguments: {
$path: "/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/resources/views/page-assureur.blade.php"
$data: array:15 [ …15]
}
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:122 {
Illuminate\View\View->renderContents() …
›
› $contents = $this->getContents();
›
}
/var/www/sites/hyperassur.com/web/vendor/illuminate/view/View.php:91 {
Illuminate\View\View->render(?callable $callback = null) …
› try {
› $contents = $this->renderContents();
›
}
/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/index.php:102 {
include …
› <?php try {
› echo view(app('sage.view'), app('sage.data'))->render();
› } catch (Throwable $e) {
}
/var/www/sites/hyperassur.com/web/web/wp/wp-includes/template-loader.php:106 {
require_once …
› if ( $template ) {
› \tinclude $template;
› } elseif ( current_user_can( 'switch_themes' ) ) {
arguments: {
"/var/www/sites/hyperassur.com/web/web/app/themes/hyperassur-2023-sage/index.php"
}
}
/var/www/sites/hyperassur.com/web/web/wp/wp-blog-header.php:19 {
require …
› // Load the theme template.
› require_once ABSPATH . WPINC . '/template-loader.php';
›
arguments: {
"/var/www/sites/hyperassur.com/web/web/wp/wp-includes/template-loader.php"
}
}
/var/www/sites/hyperassur.com/web/web/index.php:6 {
› const WP_USE_THEMES = true;
› require __DIR__ . '/wp/wp-blog-header.php';
›
arguments: {
"/var/www/sites/hyperassur.com/web/web/wp/wp-blog-header.php"
}
}
}
}