.elementor-2 .elementor-element.elementor-element-dde12d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2 .elementor-element.elementor-element-0b9fb09{width:initial;max-width:initial;text-align:center;}.elementor-2 .elementor-element.elementor-element-0b9fb09 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;font-weight:800;line-height:68px;color:#3960B6;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2 .elementor-element.elementor-element-5222957 .elementor-button{background-color:#FFC62B;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:700;border-radius:104px 104px 104px 104px;padding:17px 43px 17px 43px;}.elementor-2 .elementor-element.elementor-element-5222957 .elementor-button:hover, .elementor-2 .elementor-element.elementor-element-5222957 .elementor-button:focus{background-color:#CE9E1C;}.elementor-2 .elementor-element.elementor-element-5222957{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;z-index:999;}.elementor-2 .elementor-element.elementor-element-ec55616{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-2 .elementor-element.elementor-element-5222957{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 3%;padding:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-5222957 .elementor-button{font-size:18px;padding:13px 30px 13px 30px;}}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-0b9fb09 .elementor-heading-title{font-size:50px;}.elementor-2 .elementor-element.elementor-element-5222957{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 9%;padding:0px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-5222957 .elementor-button{font-size:13px;padding:13px 19px 13px 19px;}}/* Start custom CSS for shortcode, class: .elementor-element-8aab65f *//* TABLEAU */
table.wp-list-table {
  border-collapse: collapse;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
}

/* BORDURES & CELLULES */
table.wp-list-table th,
table.wp-list-table td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: middle;
}

/* TITRES */
table.wp-list-table th {
  text-align: center;
  color: #3960B6;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: #f9f9f9;
  text-transform: capitalize; /* met chaque mot en minuscule sauf la 1ère lettre */
}

/* ALIGNEMENT DES CELLULES */
table.wp-list-table td {
  text-align: left;
}

table.wp-list-table td.photo-field,
table.wp-list-table td.website-field {
  text-align: center;
}

/* Centrer tous les textes des cellules sauf déjà ciblés */
table.wp-list-table td {
  text-align: center;
}

/* LIEN LINKEDIN + ICÔNE */
/* Masquer le texte du lien LinkedIn mais garder le lien actif */
table.wp-list-table td.website-field a {
  color: #0077b5;
  text-decoration: none;
  font-weight: 500;
  font-size: 0; /* masque le texte, mais pas le contenu ::before */
  display: inline-block;
}

/* Afficher uniquement l’icône via ::before */
table.wp-list-table td.website-field a::before {
  content: '\f08c'; /* Icône LinkedIn */
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 18px;
  margin-right: 0;
  color: #0077b5;
}

table.wp-list-table td.website-field a {
  color: #0077b5;
  text-decoration: none;
  font-weight: 500;
}

table.wp-list-table td.website-field a:hover {
  text-decoration: underline;
}/* End custom CSS */