/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
ul.list_chek {
      list-style: none; /* remove default bullets */
      padding: 0;
      margin: 0;
    }

    ul.list_chek {
      background: url('/wp-content/uploads/2025/09/rotation-de-la-fleche-vers-la-droite-avec-une-ligne-brisee.png') no-repeat left center; 
      background-size: 20px 20px;
      padding-left: 30px;
      margin-bottom: 10px;
      line-height: 1.5;
      font-size: 16px;
    }
body {
    font-weight: 400 !important;

}
.middle .et_pb_column{
    margin: auto;
}
.row-middle .et_pb_row {
    display: flex;
    align-items: center;
}
h3.brand-title {
font-size: 17px;
    color: #f7a600;
    line-height: 1.4em;
}
h2.brand-title {
font-size: 17px;
    color: #f7a600;
    line-height: 1.4em;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none !important;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    background-color: rgb(0 0 0 / 24%) !important;
}
/* Conteneur et mise en page */
.wpcf7 .cf7-newsletter-row {
  margin-bottom: 0.75rem;
}

/* Input email */
.wpcf7 input[type="email"],
.wpcf7 input[type="text"] {
  width: 100%;
  max-width: 420px;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: box-shadow .15s ease, border-color .15s ease;
}

/* Focus state */
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="text"]:focus {
  outline: none;
  border-color: rgba(34,150,243,0.9);
  box-shadow: 0 4px 14px rgba(34,150,243,0.08);
}
.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}
span.wpcf7-list-item-label {
    color: #fff !important;
}
/* Checkbox / consent */
.wpcf7 .cf7-consent-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  max-width: 520px;
}

/* Submit button */
.wpcf7 .btn-newsletter {
  display: inline-block;
  padding: 12px 35px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 100px !important;
  border: 1px solid #fff !important;
  cursor: pointer !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow:none !important;
}

.wpcf7 .btn-newsletter:hover,
.wpcf7 .btn-newsletter:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(13,71,161,0.16);
}
.et_pb_button:after, .et_pb_button:before {
    font-size: 16px !important;
    line-height: 28px !important;
}

/* Petite aide / texte de lien */
.wpcf7 a { color: inherit; text-decoration: underline; }

/* Messages d'erreur / succès (CF7 classes) */
.wpcf7 .wpcf7-response-output {
  margin-top: 0.6rem;
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  font-size: 0.95rem;
}

.wpcf7-mail-sent-ok { background: rgba(46,125,50,0.08); border: 1px solid rgba(46,125,50,0.12); color: #1b5e20; }
.wpcf7-validation-errors { background: rgba(229,57,53,0.06); border: 1px solid rgba(229,57,53,0.12); color: #b71c1c; }

/* Responsive: input + button côte à côte sur large écrans */
@media (min-width: 640px) {
  .wpcf7 .cf7-newsletter-row { display: flex; align-items: center; gap: 0; }
  .wpcf7 input[type="email"] { flex: 1; max-width: none; }
  .wpcf7 .btn-newsletter { white-space: nowrap; }
}
.et_pb_module.et_pb_video.et_pb_video_0 {
    height: 595px;
}
.et_pb_pricing_content_top {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    border-bottom: 0 #bebebe !important;
}
.et_pb_sum {
    font-size: 50px !important;
}
@media (min-width: 980px) {

.et_pb_pricing_content {
    min-height: 287px;
	}}
span.mini-word {
    color: #f7a600;
    font-weight: bold;
}


h3.et_pb_pricing_title {
    padding: 10px 15px !important;
	line-height:1.2em !important;
}
#main-header {
    box-shadow: 0 0 30px rgba(7, 51, 84, 0.17) !important;
}

/* Style only for the special contact form */
.contact-special input[type="text"],
.contact-special input[type="email"],
.contact-special input[type="tel"],
.contact-special textarea {
  width: 100% !important;
  padding: 5px !important;
  margin-bottom: 20px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 16px !important;
  outline: none !important;
  background: transparent !important;
}

.contact-special input[type="submit"] {
  background: #f4b544 !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px !important;
}
.contact-special input[type="submit"]:hover {
  background: #d9941f !important;
}
.wpcf7 .contact-special input[type="text"] {
	border-radius:0px !important;
}
.wpcf7 .contact-special input[type="email"] {
	border-radius:0px !important;
}
.wpcf7 .contact-special input[type="email"]:focus{
	box-shadow: none !important
}
.wpcf7 .contact-special input[type="text"]:focus{
	box-shadow: none !important
}


.contact-special .btn-orange:hover {
  background: #d9941f !important;
}

.contact-special .btn-orange {
    background: #bb0d0d !important;
    border-radius: 100px !important;
    border: 0px !important;
    font-size: 16px !important;
    float: right !important;
    color: #fff !important;
    text-transform: uppercase !important;
	padding : 12px 35px !important;
	
}
@media (min-width: 981px) {
    .et_right_sidebar #sidebar {
        padding-left: 0px !important;
        display: none !important;
    }
}
@media (min-width: 981px) {
    .et_right_sidebar #left-area {
        float: left;
        padding-right: 0px !important;
    }
}
@media (min-width: 981px) {
    #left-area {
        width: 100% !important;
        padding-bottom: 23px;
    }
}
@media (min-width: 981px) {
    #main-content .container:before {
        width: 0 !important;
    }
}
#left-area .post-meta {
    display: none !important;
}
@media (max-width: 980px) {
	span.et_pb_fullwidth_header_subhead {
    font-size: 34px !important;
    line-height: 45px !important;
}
h3 {
    font-size: 25px !important;
    line-height: 25px !important;
}
	h2 {
    font-size: 28px !important;
    line-height: 38px !important;
}
	.upper-title-1 H3{
	    font-size: 18px !important;
    line-height: 28px !important;	
	}
		.upper-title H3{
	    font-size: 14px !important;
    line-height: 24px !important;	
	}
	.row-middle .et_pb_row {
    display: BLOCK !important;
}
		.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.et_pb_module.et_pb_video.et_pb_video_0 {
    height: 100% !important;
}
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #e30613 !important;
}
.et_mobile_menu {
    border-top: 0px solid #2ea3f2 !important;
}
label.f-label {
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2em;
	    color: #fff !important;
	    display: none;


}
.ss-main {
    margin-bottom: 15px;
}
.ss-main .ss-single-selected {
    height: 50px !important;
    border-radius: 100px !important;
    background-color: #000 !important;
    padding: 6px 30px !important;
    border: 1px solid #000 !important;
  
}
button.search-submit {
	    margin-top: 15px;
    color: #000 !important;
    border-width: 1px !important;
    border-radius: 100px;
	border: solid #f7a600;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #f7a600 !important;
    padding: 12px 35px;
}
button.search-submit:hover {
	 margin-top: 15px;
    color: #fff !important;
    border-width: 1px !important;
    border-radius: 100px;
	border: solid #f7a600;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #f7a600 !important;
    padding: 12px 35px;
}
.ss-main .ss-single-selected .placeholder, .ss-main .ss-single-selected .placeholder {
    color: #fff !important;
}
.ss-main {
    color: #000000 !important;
}
.ss-main .ss-content {
    border: 0px solid #dcdee2 !important;
    border-radius: 20px !important;
}
.ss-main .ss-content .ss-list .ss-option:hover {
    color: #f7a600 !important;
    background-color: transparent !important;
}
.ss-main .ss-content .ss-list {
    border-radius: 20px;
}
img.dp {
    width: 30px;
    height: 30px;
}
.my-cls-bullet .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0px !important;
}
.my-cls-bullet .et-pb-icon {
    position: relative;
    top: 9px;
}
.my-cls-bullet .et_pb_main_blurb_image {
    width: 17px !important;
}
.my-cls-bullet span.et-waypoint.et_pb_animation_top.et_pb_animation_top_tablet.et_pb_animation_top_phone.et-pb-icon.et-animated{
	font-size:10px !important;
}
@media (min-width: 980px) {
.image-home-cl .et_pb_module.et_pb_image.et_pb_image_sticky.et-animated.et_had_animation {
    width: 80% !important;
	}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding: 40px 0 10px 0 !important;
    }
}
.et_pb_pricing_table, .et_pb_pricing_tables_1 .et_pb_pricing_table, .et_pb_pricing_tables_2 .et_pb_pricing_table {
    background-color: transparent !important;
    border-color: transparent !important;
}
.et_pb_pricing_tables_0, .et_pb_pricing_tables_1, .et_pb_pricing_tables_2 {
    box-shadow: none !important;
}
/*Fiche produit lire plus*/
details{
  display:inline;
}
details {
  position:relative;
}
details summary {
    display: block;
    cursor: pointer;
    color: #f7a600;
    font-weight: 400;
    letter-spacing: 2px;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details[open] #close {
    position: relative;
    top: 12px;
	
}
/*details #open{padding-left:5px;text-align:middle;}*/
details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Fin lire plus*/
img.dp {
    margin-top: -15px;
    margin-left: -15px;
}
img.dp.dp1 {
    margin-left: -4px;
}
h4.highlight-t {
    color: #ffffff;
    font-weight: bold;
}
h3.highlight-t {
    color: #ffffff;
    font-weight: bold;
}
/*****/
<style>
.cefr-stairs {
  --bg-step: #dcdcdc;
  --card-radius: 12px;
  --card-size: 90px;   /* square card size */
  --gap: 14px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  max-width: 680px;
  margin: 24px auto;
}

.stairs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: var(--gap);
  margin-bottom: 14px;
}

/* Grey “stairs” blocks */
.step {
  position: relative;
  height: var(--h);
background: linear-gradient(90deg, #e0e0e0, #e8e8e8, #f2f2f2, #f7f7f7, #ffffff);
  border-radius: 6px;
}

/* Colored cards sitting on each step */
.card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 10px); /* overlap slightly above the step */
  width: var(--card-size);
  height: var(--card-size);
  background: var(--clr);
  border-radius: var(--card-radius);
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}

/* Adjust text inside the card */
.card .tag {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .5px;
  line-height: 1;
}
.card .title {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.1;
  color: #ffffff;
}

/* Bands (Élémentaire / Indépendant / Expérimenté) */
.bands {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--gap);
  color: #666;
  font-size: 14px;
}

/* span across columns: A1–A2, B1–B2, C1–C2 */
.band:nth-child(1) { grid-column: 1 / span 2; text-align: center; }
.band:nth-child(2) { grid-column: 3 / span 2; text-align: center; }
.band:nth-child(3) { grid-column: 5 / span 2; text-align: center; }

/* Responsive */
@media (max-width: 640px) {
  .cefr-stairs { --card-size: 78px; --gap: 10px; }
  .stairs { gap: var(--gap); }
  .bands { font-size: 13px; }
}
@media (max-width: 460px) {
  /* Stack into 3 columns x 2 rows on small screens */
  .stairs { grid-template-columns: repeat(3, 1fr); }
  .bands { grid-template-columns: repeat(3, 1fr); }
  .band:nth-child(1) { grid-column: 1 / span 1; }
  .band:nth-child(2) { grid-column: 2 / span 1; }
  .band:nth-child(3) { grid-column: 3 / span 1; }
}
/****/

.nav li ul {
    border-top: 0px solid #2ea3f2 !important;
}
#top-menu li li a {
    padding: 6px 0px !important;
    width: 235px !important;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent !important;
    opacity: .7;
}
span.band {
    font-weight: bold;
    color: #000 !important;
    font-size: 18px;
    letter-spacing: 2px;
}
/* Modern Black + White + Yellow (#f7a600) Table Style */

 .session-wrap{
    padding:0px;
    background:var(--bg);
    color:var(--text);
	 margin-top:15px;
  }

  .session-card{
    padding:0px;
    margin:0 auto;
   /* box-shadow:0 8px 24px rgba(0,0,0,.35);
    background:linear-gradient(180deg, #0f0f10 0%, #121214 100%);*/
	 border-radius:20px;
  }

  .session-title{
    margin:0 0 14px;
    font-size:18px;
    font-weight:600;
    letter-spacing:.3px;
    line-height:1.2;
    display:inline-block;
    padding-bottom:6px;
    border-bottom:3px solid var(--accent);
  }

  .session-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    border-radius:10px;
  }

.session-table thead th {
    text-align: left;
    font-weight: 600;
    padding: 14px 16px;
    background: #ffff;
    color: var(--text);
    border-bottom: 0px solid var(--accent);
    color: #f7a600 !important;
}

  .session-table tbody th[scope="row"]{
    font-weight:600;
    color:var(--text);
  }

  .session-table tbody td,
  .session-table tbody th{
    padding:14px 16px;
    border-bottom:1px solid var(--line);
  }

  .session-table tbody tr:hover td,
  .session-table tbody tr:hover th{
    background:#16171a;
  }

  /* Subtle dot before group label (like in your screenshot) */
  .session-table tbody th[scope="row"]{
    position:relative;
    padding-left:28px;
  }
  .session-table tbody th[scope="row"]::before{
    content:"";
    position:absolute;
    left:12px; top:50%;
    width:8px; height:8px;
    background:var(--accent);
    border-radius:50%;
    transform:translateY(-50%);
  }

  .cta-row{
    display:flex;
    justify-content:center;
    margin-top:18px;
  }

.btn-inscription {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 100px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    box-shadow: 0 6px 18px rgba(247, 166, 0, .35);
    transition: transform .15s 
ease, box-shadow .15s 
ease, opacity .15s 
ease;
	font-family: 'Playfair Display', Georgia, "Times New Roman", serif !important;
}
  .btn-inscription:hover{
    transform:translateY(-1px);
    box-shadow:0 10px 26px rgba(247,166,0,.45);
    opacity:.95;
  }
  .btn-inscription:active{
    transform:translateY(0);
  }

  /* Mobile: stack columns with labels */
  @media (max-width: 680px){
    .session-table thead{
      display:none;
    }
    .session-table, .session-table tbody, .session-table tr, .session-table td, .session-table th{
      display:block; width:100%;
    }
    .session-table tbody tr{
      background:#121214;
      margin:0 0 12px;
      border:1px solid var(--line);
      border-radius:10px;
      overflow:hidden;
    }
    .session-table tbody th[scope="row"]{
      border-bottom:1px solid var(--line);
      padding:14px 16px 12px 28px;
      background:#15161a;
    }
    .session-table tbody td{
      padding:10px 16px;
      color:var(--muted);
      position:relative;
    }
    .session-table tbody td::before{
      content:attr(data-label) " : ";
      color:var(--text);
      font-weight:600;
      margin-right:6px;
    }
  }

.et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container {
    vertical-align: middle !important;
}
.et_pb_blurb_position_left .et_pb_main_blurb_image{
	    width: 50px !important;
}
.et_pb_number_counter .percent {
    height: 30px !important;
    position: relative;
}
.et_pb_row.my-l-row .et_pb_column {
    margin-right: 15px;
}

.row-cours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-cours article{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.33%;
    flex: 0 0 31.33%;
    max-width: 31.33%;
    padding-left: 0px;
    padding-right: 0px;
}
.row-cours .cours-fiche-pdf.bothbtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-cours .cours-fiche-pdf.bothbtn a{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 980px) {
  .row-cours article{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width: 767px) {
  .row-cours article{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.row-cours article {
    background: #000;
    padding: 0;
    color: #fff;
    margin-right: 15px;
	border-radius:20px;
	margin-bottom: 30px;

}
.cours-description {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;


}
h2.cours-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
	
}
.cours-featured-image-full img {
    border-radius: 20px 20px 0 0;
}
.cours-fiche-pdf {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;

}
.cours-fiche-pdf a {
 /* text-decoration: underline;*/
    color: #fff !important;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Playfair Display', Georgia, "Times New Roman", serif !important;
    font-weight: 600 !important;
}
.cours-fiche-pdf a:hover {
    color: #f7a600 !important;
    text-decoration: underline;

}
.lin-1 .row-cours article {
    background: #9c1006;
}
.lin-2 .row-cours article {
    background: #2e4d2c;
}
.academy-schedule-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    color: #333;
    /*background: #fff;*/
}
.entry-content tr td {
    padding: 6px 6px !important;
}
/* Header */
.academy-schedule-table thead th {
    background-color: transparent; /* soft yellow like the image */
    color: #f7a600;
    font-weight: 600;
    padding: 12px 6px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

/* Body cells */
.academy-schedule-table td {
    padding: 10px 10px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top;
}

/* Row hover effect (optional) */
/*.academy-schedule-table tbody tr:hover {
    background: #fafafa;
}*/

/* Links */
.academy-schedule-table a {
    color: #f7a600; /* orange like in screenshot */
    text-decoration: none;
    font-weight: 500;
}

.academy-schedule-table a:hover {
    text-decoration: underline;
}
table.academy-schedule-table tr, table.academy-schedule-table td {
    color: #fff !important;
}
table.tab2 tr, table.tab2 td {
    color: #000 !important;
}