.elementor-4227 .elementor-element.elementor-element-b9ae3a7 .elementor-heading-title{color:#FBA831;}.elementor-4227 .elementor-element.elementor-element-bdf639a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 3px;}.elementor-4227 .elementor-element.elementor-element-c0800af{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 3px;}.elementor-4227 .elementor-element.elementor-element-19c12e3{margin:77px 0px calc(var(--kit-widget-spacing, 0px) + 12px) 0px;text-align:center;}.elementor-4227 .elementor-element.elementor-element-cbd62ac{text-align:center;}.elementor-4227 .elementor-element.elementor-element-cbd62ac .elementor-heading-title{color:#FBA831;}.elementor-4227 .elementor-element.elementor-element-efa016b{margin:1px 16px calc(var(--kit-widget-spacing, 0px) + 24px) 16px;text-align:center;}.elementor-4227 .elementor-element.elementor-element-737cdab6{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-4227 .elementor-element.elementor-element-737cdab6:not(.elementor-motion-effects-element-type-background), .elementor-4227 .elementor-element.elementor-element-737cdab6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-34fcf59 );}.elementor-4227 .elementor-element.elementor-element-737cdab6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4227 .elementor-element.elementor-element-52dc7d2b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:50px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4227 .elementor-element.elementor-element-b4aa12{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4227 .elementor-element.elementor-element-701820c{text-align:center;}.elementor-4227 .elementor-element.elementor-element-e7fcd97{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4227 .elementor-element.elementor-element-4791aa3{text-align:center;}.elementor-4227 .elementor-element.elementor-element-1883ca9{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4227 .elementor-element.elementor-element-32ec60c{text-align:center;}.elementor-4227 .elementor-element.elementor-element-59b3352{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4227 .elementor-element.elementor-element-a96ee1c{text-align:center;}.elementor-4227 .elementor-element.elementor-element-9f820c2{--spacer-size:50px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-4227 .elementor-element.elementor-element-52dc7d2b{--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(min-width:768px){.elementor-4227 .elementor-element.elementor-element-737cdab6{--width:97.867%;}.elementor-4227 .elementor-element.elementor-element-b4aa12{--width:22%;}.elementor-4227 .elementor-element.elementor-element-e7fcd97{--width:22%;}.elementor-4227 .elementor-element.elementor-element-1883ca9{--width:22%;}.elementor-4227 .elementor-element.elementor-element-59b3352{--width:22%;}}/* Start custom CSS for text-editor, class: .elementor-element-20bfc1b */.rc-underline {
  width: 60px;
  height: 4px;
  background-color: #f97316;
  border-radius: 2px;
  margin: 8px 0 16px 0;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b4aa12 *//* Conteneur de la carte */
.avenir-test-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease;
}

.avenir-test-card:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Icône ronde en haut de carte */
.avenir-test-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* Titre de la carte */
.avenir-test-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A2B4C;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Liste à puces (widget Icon List) */
.avenir-test-card .elementor-icon-list-items {
    margin-bottom: 16px;
}

.avenir-test-card .elementor-icon-list-item {
    margin-bottom: 6px;
}

.avenir-test-card .elementor-icon-list-text {
    font-size: 14px;
    color: #4A5568;
}

.avenir-test-card .elementor-icon-list-icon i,
.avenir-test-card .elementor-icon-list-icon svg {
    color: #2B6CB0;
    font-size: 14px;
}

/* Ligne infos (durée / niveau / certificat) */
.avenir-test-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #A0AEC0;
    padding-top: 12px;
    border-top: 1px solid #EDF2F7;
    margin-bottom: 16px;
}

.avenir-test-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Bouton "Passer le test" */
.avenir-test-card .elementor-button {
    background-color: #1A3A6B !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    width: 100%;
    text-align: center;
    padding: 12px 0 !important;
    transition: background-color 0.3s ease;
}

.avenir-test-card .elementor-button:hover {
    background-color: #142E56 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e7fcd97 *//* Conteneur de la carte */
.avenir-test-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease;
}

.avenir-test-card:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Icône ronde en haut de carte */
.avenir-test-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* Titre de la carte */
.avenir-test-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A2B4C;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Liste à puces (widget Icon List) */
.avenir-test-card .elementor-icon-list-items {
    margin-bottom: 16px;
}

.avenir-test-card .elementor-icon-list-item {
    margin-bottom: 6px;
}

.avenir-test-card .elementor-icon-list-text {
    font-size: 14px;
    color: #4A5568;
}

.avenir-test-card .elementor-icon-list-icon i,
.avenir-test-card .elementor-icon-list-icon svg {
    color: #2B6CB0;
    font-size: 14px;
}

/* Ligne infos (durée / niveau / certificat) */
.avenir-test-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #A0AEC0;
    padding-top: 12px;
    border-top: 1px solid #EDF2F7;
    margin-bottom: 16px;
}

.avenir-test-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Bouton "Passer le test" */
.avenir-test-card .elementor-button {
    background-color: #1A3A6B !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    width: 100%;
    text-align: center;
    padding: 12px 0 !important;
    transition: background-color 0.3s ease;
}

.avenir-test-card .elementor-button:hover {
    background-color: #142E56 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1883ca9 *//* Conteneur de la carte */
.avenir-test-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease;
}

.avenir-test-card:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Icône ronde en haut de carte */
.avenir-test-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* Titre de la carte */
.avenir-test-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A2B4C;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Liste à puces (widget Icon List) */
.avenir-test-card .elementor-icon-list-items {
    margin-bottom: 16px;
}

.avenir-test-card .elementor-icon-list-item {
    margin-bottom: 6px;
}

.avenir-test-card .elementor-icon-list-text {
    font-size: 14px;
    color: #4A5568;
}

.avenir-test-card .elementor-icon-list-icon i,
.avenir-test-card .elementor-icon-list-icon svg {
    color: #2B6CB0;
    font-size: 14px;
}

/* Ligne infos (durée / niveau / certificat) */
.avenir-test-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #A0AEC0;
    padding-top: 12px;
    border-top: 1px solid #EDF2F7;
    margin-bottom: 16px;
}

.avenir-test-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Bouton "Passer le test" */
.avenir-test-card .elementor-button {
    background-color: #1A3A6B !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    width: 100%;
    text-align: center;
    padding: 12px 0 !important;
    transition: background-color 0.3s ease;
}

.avenir-test-card .elementor-button:hover {
    background-color: #142E56 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-59b3352 *//* Conteneur de la carte */
.avenir-test-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease;
}

.avenir-test-card:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Icône ronde en haut de carte */
.avenir-test-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* Titre de la carte */
.avenir-test-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A2B4C;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Liste à puces (widget Icon List) */
.avenir-test-card .elementor-icon-list-items {
    margin-bottom: 16px;
}

.avenir-test-card .elementor-icon-list-item {
    margin-bottom: 6px;
}

.avenir-test-card .elementor-icon-list-text {
    font-size: 14px;
    color: #4A5568;
}

.avenir-test-card .elementor-icon-list-icon i,
.avenir-test-card .elementor-icon-list-icon svg {
    color: #2B6CB0;
    font-size: 14px;
}

/* Ligne infos (durée / niveau / certificat) */
.avenir-test-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #A0AEC0;
    padding-top: 12px;
    border-top: 1px solid #EDF2F7;
    margin-bottom: 16px;
}

.avenir-test-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Bouton "Passer le test" */
.avenir-test-card .elementor-button {
    background-color: #1A3A6B !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    width: 100%;
    text-align: center;
    padding: 12px 0 !important;
    transition: background-color 0.3s ease;
}

.avenir-test-card .elementor-button:hover {
    background-color: #142E56 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-737cdab6 */.methode-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.methode-grid .step-card {
  flex: 1 1 0;
  min-width: 0;
  padding: "30px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  box-sizing: border-box;
}
.methode-grid .step-card .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.methode-grid .step-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}
.methode-grid .step-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #d6dfe8;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .methode-grid {
    flex-direction: column;
  }
  .methode-grid .step-card {
    flex: 1 1 100%;
  }
}/* End custom CSS */