PAC, VOTRE PARTENAIRE PRÉVENTION DES RISQUES PROFESSIONNELS

PAC, c’est l’idée simple qu’une bonne prévention change tout.
Depuis 2007, nous mettons notre expertise au service des entreprises qui veulent faire de la sécurité une force, pas une contrainte.
Conseil, supervision, formation, audit, animation…
Avec PAC, la prévention devient un levier de performance, d’engagement et de confiance.

PAC, C’EST :

7869

Personnes formées à la prévention des risques

409

Mois sur chantier en supervision SSE

19

Années d'expérience

CONSEIL RSE, SSE

Nous vous accompagnons dans vos démarches

SUPERVISION SSE

Nous sommes les yeux de la prévention sur votre chantier

FORMATION

Faisons progresser vos équipes

AUDIT

Véritable outil d'amélioration continue

ANIMATION

Quand la prévention se déplace à domicile avec notre Pac Mobil'

Gestion de la coactivité

Vous guider dans la gestion de la coactivité et la coordination SPS

PAC AVEC IMPACT

De 2 jours à 3 semaines, des formules à interventions courtes. Un impact immédiat sur votre organisation.

ils ont adhéré à l’esprit PAC

ET VOUS ?

Nos PAC’tualités 

Dernières réglementations, actualités de l’équipe… retrouvez toutes les dernières infos juste ici :

Sorry, no posts matched your criteria.

getColor('main'); $c2 = $fd->getColor('secondary'); while ( have_posts() ) : the_post(); $product_id = get_the_ID(); $add_to_cart_url = add_query_arg([ 'add-to-cart' => $product_id, 'quantity' => 1 ], wc_get_cart_url()); $product = wc_get_product(get_the_ID()); $regular_price = wc_get_price_excluding_tax( $product, array( 'price' => $product->get_regular_price() ) ); $metas = get_post_meta(get_the_ID()); $datas = []; foreach ($metas as $key => $meta) { if(is_array($meta)){ $datas[$key] = end($meta); }else{ $datas[$key] = $meta; } } $terms = wp_get_post_terms(get_the_ID(), 'product_cat'); if (!empty($terms) && !is_wp_error($terms)) { usort($terms, function ($a, $b) { return $a->parent - $b->parent; }); $last_child_term = end($terms); $thumbnail_id = get_term_meta($last_child_term->term_id, 'thumbnail_id', true); // Replace 'thumbnail_id' with your meta key if ($thumbnail_id) { // Utiliser une taille WordPress au lieu de l'image originale pour une meilleure qualité $thumbnail_data = wp_get_attachment_image_src($thumbnail_id, 'large'); $thumbnail_url = $thumbnail_data ? $thumbnail_data[0] : wp_get_attachment_url($thumbnail_id); } } /* echo '
';
	print_r($datas);
	echo '
';qualifIntervenant */ echo '
'; echo '
'.(($thumbnail_id) ? '
' : '').''; echo '

'.esc_html(get_the_title()).'

'; if ($last_child_term) { echo ''; } echo apply_filters('the_content', $datas['txtWeb']); echo '
'; echo '
'; echo '
'; include('picto-tarifs.php'); echo '
Tarifs
'; echo '
à partir de '.esc_html($regular_price).' €
'; echo '
'; if($datas['nbHeuresElearning'] > 0 || $datas['duree'] > 0){ echo '
'; include('picto-duree.php'); echo '
Durée
'; echo ''.esc_html($datas['duree']).' heures'; if($datas['nbHeuresElearning'] > 0){ if($datas['nbHeuresElearning'] > 1){ echo ' (dont '.esc_html($datas['nbHeuresElearning']).' heures en autonomie)'; }else{ echo ' (dont '.esc_html($datas['nbHeuresElearning']).' heure en autonomie)'; } } echo '
'; } if($datas['effectifs'] > 0){ echo '
'; include('picto-groupe.php'); echo '
Groupe
'; echo '
'.esc_html($datas['effectifs']).' personne(s) maximum
'; echo '
'; } echo '
'; echo '
'; echo '
'; echo '

Prochaines sessions

'; $fd = new Formdev; $idProduit = get_post_meta(get_the_ID(),'idProduit', true); $sessions = $fd->getSessions($idProduit); if(count($sessions) > 0){ foreach ($sessions as $session) { $places_dispo = (isset($session->nbPlaceDispo) && is_numeric($session->nbPlaceDispo)) ? (int) $session->nbPlaceDispo : null; if ($places_dispo !== null && $places_dispo <= 0) { continue; } $timestamp = strtotime($session->dateDebut); $date_format = get_option('date_format'); $date_text = date_i18n($date_format, $timestamp); $timestamp = strtotime($session->dateFin); $date_text_fin = date_i18n($date_format, $timestamp); echo '
'; if($date_text == $date_text_fin) echo '

'.esc_html($date_text).'

'; else echo '

Du '.esc_html($date_text).' au '.esc_html($date_text_fin).'

'; echo '
'.wp_kses_post(formdev_fdcontent($session->lieu)).'
'; echo '
'; //echo ''; echo '
Demander un devis S\'inscrire'.(($places_dispo !== null) ? ' '.esc_html($places_dispo).' places disponibles.' : '').'
'; echo '
'; } }else{ echo '

Aucune session pour le moment.

'; } echo '
'; //echo '
Voir le planning des sessions
'; echo '
'; echo '
'; echo '
'; include('picto-programme.php'); echo '
'; $programme_nonce = wp_create_nonce('formdev_get_programme'); echo 'Programme
'; echo '

Programme de la formation

'; echo wp_kses_post(formdev_clean_content_for_display(apply_filters('the_content', formdev_fdcontent($datas['programme'])))); if($datas['dateModification'] != ''){ $dateObj = new DateTime($datas['dateModification']); echo '

Programme mis à jour le '.esc_html($dateObj->format('d/m/Y')).' '.(($datas['version'] != '') ? '(version '.esc_html($datas['version']).')' : '').'
'; } echo '
'; echo '
'; echo '

Objectifs, aptitudes et compétences

'; echo wp_kses_post(formdev_clean_content_for_display(apply_filters('the_content', formdev_fdcontent($datas['objectifs'] ?? '')))); if (!empty($datas['publicConcerne'])) { echo '

Public concerné

'; echo wp_kses_post(formdev_clean_content_for_display(apply_filters('the_content', formdev_fdcontent($datas['publicConcerne'])))); } echo '

Prérequis

'; echo wp_kses_post(formdev_clean_content_for_display(apply_filters('the_content', formdev_fdcontent($datas['prerequis'] ?? '')))); echo '

Méthodes mobilisées (moyens pédagogiques et techniques)

'; echo wp_kses_post(formdev_clean_content_for_display(apply_filters('the_content', formdev_fdcontent($datas['moyens'] ?? '')))); echo '

Modalités d\'évaluations des acquis

'; echo wp_kses_post(formdev_clean_content_for_display(apply_filters('the_content', formdev_fdcontent($datas['modalites'] ?? '')))); echo '

Accessibilité

'; echo wp_kses_post(formdev_clean_content_for_display(apply_filters('the_content', formdev_fdcontent($datas['accessibilite'] ?? '')))); echo '
'; echo '
'; echo '
'; include('picto-devis.php'); echo '
'; echo '
Réservation
'; echo '

Demander un devis

'; echo wp_kses_post(apply_filters('the_content', formdev_clean_content_for_display($datas['delaiAcces']))); echo '
Demander un devis'; echo '
'; echo '
'; echo '
'; echo '
'; echo '

Sanctions visées

'; echo wp_kses_post(apply_filters('the_content', formdev_clean_content_for_display($datas['sanctionsVisees']))); echo '

Specialité

'; echo wp_kses_post(apply_filters('the_content', formdev_clean_content_for_display($datas['specialitesName']))); echo '
'; echo '
'; echo '

Nature de la formation

'; echo wp_kses_post(apply_filters('the_content', formdev_clean_content_for_display($datas['objectifName']))); echo '

Délai d\'accès

'; echo wp_kses_post(apply_filters('the_content', formdev_clean_content_for_display($datas['delaiAcces']))); echo '
'; echo '
'; echo '
'; echo '
'; echo '

Taux de satisfaction :

'; echo wp_kses_post(apply_filters('the_content', formdev_clean_content_for_display($datas['txSatisfaction']))); echo '

Taux validation :

'; echo wp_kses_post(apply_filters('the_content', formdev_clean_content_for_display($datas['txValidationCompetence']))); echo '
'; echo '
'; echo '

Qualification des intervenants

'; echo wp_kses_post(formdev_clean_content_for_display(apply_filters('the_content', formdev_fdcontent($datas['qualifIntervenant'])))); /* echo '







'; foreach ($datas as $key => $value) { echo ''.$key.'
'; print_r($value); echo '

'; } */ echo do_shortcode('[formdev_planning idproduit="'.$datas['idProduit'].'" view="calendar" hide_empty="1"]'); echo '
'; ?> ( () => { const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); } )();