/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
/*GENERAL*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}
* {
    margin: 0;
    box-sizing: border-box;
}
.page #Content {
    padding-top:0;
}
a {
    transition:0.3s ease-in-out;	
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    margin-bottom:0;
}
input ,select {
    border: none !important;
    border-radius: 0 !important;
    color: #838383 !important;   
}
.excerpt-hellip { display:none; }
@media only screen and (max-width: 1239px) {
  .section_wrapper, .container, .with_aside .content_wrapper {
      max-width: 90%;
  }
}
#Subheader .title {
    color: #fff;
    font-weight: 600;
}
/*GFORM STYLE*/
.gform_heading {
    display:none !important;
}
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}
.gfield--type-submit {
	position:relative !important;
}
.gform-button {
    width: 100% !important;
    height: 93% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #000 !important;
    color: #1b9a22 !important;
    font-size: 18px !important;
    border-radius: 10px !important;
    transition: 0.3s ease-in-out !important;
}
.gform-button:hover {
    color: #000 !important;
    background: #ecd077 !important;
}
.gform-theme--foundation .gfield textarea.large {
    border: none;
}
.gform_wrapper textarea {
    resize: none !important;
    color: #838383 !important;
}
.gform_wrapper textarea:focus,
.gform_wrapper input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.gform_wrapper *:focus {
    outline: none !important;
} 
.gform-theme--framework .gform_validation_errors ol {
    display:none;
}
.spacer.gfield {
    grid-column: unset;
    display: none;
}

/*GFORM STYLE*/
/*GENERAL SECTION STYLE*/
#mg_lb_contents {
    width: fit-content;
}

#Subheader ul.breadcrumbs li {
    color: #fff;
}
#Subheader ul.breadcrumbs li a {
    color:#fcb913;
}
.gform_wrapper .gform-field-label { color:#626262 !important; }
.gfield-choice-input {
    border: 1px solid #0000006b !important;
}
.section.section-padding {
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
}
.section-half-padding {
    padding:0 0 60px;
}
@media only screen and (max-width: 1024px) {
    .section.section-padding {
        padding:60px 0;
    }
    .section-half-padding {
        padding:0 0 60px;
    }
}
@media only screen and (max-width: 768px) {
    .section.section-padding {
        padding:40px 0;
    }
    .section-half-padding {
        padding:0 0 40px;
    }
}
@media only screen and (max-width: 600px) {
    .section.section-padding {
        padding:40px 0;
    }
    .section-half-padding {
        padding:0 0 40px;
    }
}
@media only screen and (max-width: 400px) {
    .section.section-padding {
        padding:20px 0;
    }
    .section-half-padding {
        padding:0 0 20px;
    }
}

/*section centered*/
.section-centered .section-title-bloc .mfn-inline-editor h2, .section-centered .section-title-bloc .mfn-inline-editor h5 {
	text-align:center;
}
.section-centered .section-title-bloc .mfn-inline-editor .section-subtitle {
	margin: 0 auto 10px;
}
.section-centered .mcb-item-button-inner {
	text-align:center;
}
/*section centered*/
/*TITLE BAR*/

.title-bar-section .mcb-column-inner ,.title-bar-section .column.mcb-column {
	margin:0;
}
.title-bar-section .column_attr{
    text-align: left;
}
.mcb-column.column_breadcrumbs .breadcrumbs {
    justify-content: flex-start;
}
.title-bar-section p {
    max-width: 80%;
    margin-bottom: 20px;
}
.title-bar-section {
    background-size: cover;
    background-image: url(https://ecole-nejma.com/wp-content/uploads/2025/08/titlebar-bg.jpg);
    padding: 40px 0 70px;
}
.title-bar-section h1 ,.title-bar-section p ,.title-bar-section li {
	color:#fff;
}
.title-bar-section h1, .title-bar-section p {
    width: 100%;
    max-width: 950px;
}
.title-bar-section a {
	color: #fff;
}
.title-bar-section .mcb-wrap .mcb-item-262b4f364 .breadcrumbs li .mfn-breadcrumbs-separator {
    color: #fff;
    margin: 0 5px;
}
.title-bar-section .breadcrumbs li ,.title-bar-section .breadcrumbs a {
	font-family: "Poppins";
	font-size:18px;
	font-weight:700;
}
@media only screen and (max-width: 1024px) {
.title-bar-section .column_attr{
    text-align: center;
}
.mcb-column.column_breadcrumbs .breadcrumbs {
    justify-content: center;
}
.title-bar-section p {
    margin:0 auto 20px;
}
}
/*TITLE BAR*/

/*SECTION TITLE BLOC*/
.section-title-bloc .mcb-column-inner {
	margin-bottom:0;
}
.section-title-bloc .mfn-inline-editor {
  	display: flex;
  	flex-direction: column;
}
.section-title-bloc .mfn-inline-editor h2 {
  	order: 2;
}
.section-title-bloc .mfn-inline-editor .section-subtitle {
    order: 1;
    padding: 10px 40px 10px 0px;
    width: fit-content;
    margin-bottom: 0;
	font-family: "Poppins";
    position: relative;
}
.section-title-bloc .mfn-inline-editor .section-subtitle::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 50%;
    height: 10px;
    z-index: -1;
    background-color: #ecd077;
}
/*SECTION TITLE BLOC*/


.mcb-column-inner ,p ,h2  {
	margin-bottom:0;
}
.mcb-column:not(:last-child) {
	margin-bottom:15px;
}

  
/*section titles*/
.jsection-subtitle .section-subtitle {
    margin-bottom:10px;
}
/*buttons*/
/*GENERAL*/
    
/*HEADER*/
#Top_bar .menu>li.menu-item-home>a {
    line-height: 1.5;
}
/*-------*/
#Top_bar .menu>li.menu-item-home>a .icon-home {
  font-family: 'Font Awesome 5 Free'; 
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  speak: none;
  line-height: 1;
  font-size: 20px;
  color: inherit;
}
#Top_bar .menu>li.menu-item-home>a .sr-only {
  position: absolute;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
/*-------*/
@media only screen and (min-width: 1024px) {
    header .container .column .top_bar_left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1023px) {
    header .container .column .top_bar_left {
        justify-content: start;
    }
}
#Top_bar .menu > li > a span:not(.description) {
    padding: 0;
    line-height: 1.5;
}
header .top_bar_left.clearfix:before ,header .top_bar_left.clearfix:after { 
    content:''; display:none; 
}
@media only screen and (min-width: 1240px) {
    #Top_bar .menu > li > a {
        padding: 10px !important;
    }
}
@media only screen and (max-width: 1239px) {
    #Top_bar .menu > li > a {
        padding: 5px !important;
    }
}
@media only screen and (max-width: 599px) {
    header {
        min-height:60px !important;
    }
}
.menu-main .menu-highlight #Top_bar .menu > li {
    margin: 0;
}
#Top_bar .menu > li > a, #Top_bar #menu ul li.submenu .menu-toggle {
    color: #000;
}
#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky #menu ul li.submenu .menu-toggle {
    color: #000;
}
#Top_bar.is-sticky .menu_wrapper .menu > li > a:hover {
    color:#1b9a22;
}
#Top_bar.is-sticky .menu > li.current-menu-item > a {
    color:#1b9a22;
}
header .container {
    padding: 0 !important;
}
#menu-item-22 i {
    font-size: 18px;
    color: inherit;
}
#Top_bar.is-sticky {
    min-height: 90px !important; 
}
#Top_bar.is-sticky .column.one {
    min-height: 90px !important; 
}
#Top_bar .logo img, #Top_bar.is-sticky .logo img {
    height: 60px !important;
    max-height: 60px !important;
}
#Top_bar .logo, #Top_bar.is-sticky .logo {
    line-height: 90px !important;
}
/*HEADER*/

/*FOOTER*/
footer {
	margin-top:70px;
	position: relative;
    z-index: 1;
    overflow: visible;
}
/* footer::before {
    content: "" !important;
    width: 100% !important;
    height: 70px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.28 2.17' preserveAspectRatio='none'%3E%3Cpath d='M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z' fill='%23ffc753'/%3E%3Cpath d='M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z' opacity='.5' fill='%23ffc753'/%3E%3Cpath d='M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z' opacity='.5' fill='%23ffc753'/%3E%3C/svg%3E") no-repeat center top;
    background-size: cover;
   
    top: -70px;
    position: absolute;
    visibility: visible !important;
    z-index: -1;
} */

footer .widgets_wrapper {
    padding: 60px 0 20px !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 80%;
}
footer .widgets_wrapper .mcb-column-inner {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 50px;
}
footer.mfn-footer .one-fourth:nth-child(1) {
	width:30%;
}
footer .horraire-ligne {
    display: flex;
    align-items: center;
}
footer .horraire-ligne i {
    font-size: 32px;
    margin-right: 20px;
    color: #1b9a22;
}
footer .horraire-ligne ul li:not(:last-child) {
	margin-bottom:5px;
}
footer.mfn-footer .one-fourth:nth-child(2) {
	width:20%;
}

footer.mfn-footer .one-fourth .footer-widget-title {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1b9a22;
    position: relative;
    border-image: linear-gradient(to right, #1b9a22 50%, transparent 50%) 1;
    line-height: 32px;
}
footer.mfn-footer .one-fourth br {
	display:none;
}
footer.mfn-footer .one-fourth aside {
    margin:0;
}
footer.mfn-footer .one-fourth ul.menu {
    background: transparent;
    padding: 0;
    list-style-type:none;
}

footer.mfn-footer a:hover {
	color:#1b9a22;
}
footer.mfn-footer .one-fourth ul.menu li a {
    padding: 0;
    margin-bottom: 5px;
}
.widget_nav_menu ul li:after {
    border:none;
}
footer.mfn-footer .one-fourth ul.menu li:last-child a {
    margin-bottom:0;
}
footer.mfn-footer .one-fourth .widget_media_image {
    width: fit-content;
    display: flex;
    float: left;
    height: min-content;
    margin: 0 10px 0px 0;
}
footer.mfn-footer .one-fourth .widget_text .textwidget h6 {
    margin-bottom:0;
}
footer.mfn-footer .one-fourth .widget_text .textwidget p {
    margin-bottom: 5px;
}
footer.mfn-footer .one-fourth .widget_text .textwidget p:last-child {
    margin-bottom:0;
}
footer .widget_custom_html li i {
	margin-right:5px;
}
footer .widget_custom_html li:not(:last-child) {
	margin-bottom:10px;
}
footer .widget_custom_html li:hover, footer .widget_custom_html li:hover a {
    color: #1b9a22;
}
footer a:hover {
	color:#1b9a22 !important;
}
footer .widget_recent_entries ul li {
    padding: 0;
    margin-bottom: 5px;
}
footer .widget_recent_entries ul li:last-child {
    margin-bottom:0;
}
footer .widget_recent_entries ul li:after {
    display: none;
}



/*FOOTER*/

/*COPYRIGHT FOOTER*/
  footer.mfn-footer .footer_copy .column.one {
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      min-height: auto !important;
  }
  footer.mfn-footer .footer_copy {
      border:none;
  }
  footer.mfn-footer .footer_copy .container {
      border-top: 1px solid rgba(255, 255, 255, .5);
  }
  footer.mfn-footer .footer_copy .mcb-column-inner {
      margin: 0;
      padding: 0;
  }
  footer.mfn-footer .footer_copy .mcb-column-inner .copyright {
      margin:0 !important;
  }
  .copyright-bloc {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      line-height: 1.5 !important;
      padding: 20px 0;
      font-weight: 400 !important;
      transition: color 0.3s ease 0s;
  }
  .copyright-bloc .copyright-nav {
     margin: 0;
     padding: 0;
     text-align: center;
  }
  .copyright-bloc .copyright-nav .list-item {
     display: inline-block;
     margin: 0 5px 0 0;
  }
  .copyright-bloc .copyright-nav .list-item:last-child {
     margin-right: 0;
  }
  .copyright-bloc .copyright-nav .list-item::after {
     content: "|";
     margin: 0 0 0 5px;
  }
  .copyright-bloc .copyright-nav .list-item.company-item .company-name {
     text-transform: uppercase;
     font-weight: 900 !important;
  }
  .copyright-bloc .copyright-nav .list-item .item-link {
     display: inline-block;
     text-decoration: none;
     transition: color 0.3s;
  }
  .copyright-bloc .agency-logo {
     display: inline-flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
  }
  .copyright-bloc .agency-logo::before {
     content: 'Développé par';
     display: inline-block;
     margin: 0 5px;
     vertical-align: middle;
  }
  .copyright-bloc .agency-logo .logo-link {
     display: inline-block;
     width: 135px;
     margin: 0;
     text-decoration: none;
  }
  .copyright-bloc .agency-logo .logo-img {
     height: auto;
     max-width: 100%;
     border: none;
     border-radius: 0;
     box-shadow: none;
      filter: invert(1);
  }
  /*COPYRIGHT FOOTER*/
  
  /*TO TOP SECTION*/
  #cmplz-manage-consent .cmplz-manage-consent {
      right: 120px !important;
  }
  #back_to_top.sticky {
      right: 50px;
      border-radius: 50%;
      background-color: #292460 ;
      color: #fff;
      transition:0.3s ease-in-out;
  }
  #back_to_top.sticky:hover {
      background-color: #000 !important;
      color: #efe11f !important;
  }
  /*TO TOP SECTION*/
  
  /*POLICY PAGE*/
  .policy-page .content_wrapper .section {
      padding:40px 0;
  }
  #cmplz-document h2 {
      font-size:32px !important;
  }
  
  #cmplz-document p {
      font-size:16px !important;
  }
  .policy-page .content_wrapper .section .section_wrapper {
      border: solid 2px #292460;
      padding: 10px;
      border-radius: 20px;
  }
  .policy-page .section-page-footer {
      display: none;
  }
  .policy-page #cmplz-document {
      max-width:1200px;
      width:100%;
  }
  /*POLICY PAGE*/
  /*BLOG  1920 */
  .mfn-breadcrumbs-separator {
      margin:0 10px;
  }
  .blog #Content,
  .search #Content {
      padding: 0;
  }
  .search .search-content {
      width:63%;
  }
  .blog main > section:not(.extra_content) {
      display: none;
  }
  
  .blog article.post,
  .search article.post, .category article.post {
      margin-bottom: 20px;
  }
  .blog article.post:last-child, .search article.post:last-child, .category article.post:last-child {
      margin-bottom: 0;
  }
  .blog article.post .post-desc,
  .search article.post .search-content, .category article.post .post-desc {
      display: flex;
      flex-direction: column;
      padding-top: 0;
  }
  
  .blog article.post .post-desc .post-title,
  .search article.post .search-content .post-title, .category article.post .post-desc .post-title {
      order: -1;
  }
  
  .blog article.post .post-desc .post-head,
  .search article.post .search-content .post-meta, .category article.post .post-desc .post-head {
      order: 0;
  }
  
  .blog article.post .post-desc .post-footer,
  .blog article.post .post-desc .category,
  .blog article.post .post-desc .excerpt-hellip,
  .search article.post .post-desc .post-footer,
  .search article.post .post-desc .category,
  .search article.post .post-desc .excerpt-hellip,   .category article.post .post-desc .post-footer,
  .category article.post .post-desc .category,
  .category article.post .post-desc .excerpt-hellip {
      display: none;
  }
  
  .blog article.post .image_frame,
  .search article.post .post-featured-image img.wp-post-image, .category article.post .image_frame {
      max-width: 250px;
      height: auto;
      border-radius: 30px;
  }
.blog .widget_search .field, .search .widget_search .field, .category .widget_search .field {
    width: 95%;
    margin: 0 auto;
    background-color: rgb(135 135 135 / 10%);
    border-radius: 10px !important;
}
  
  .blog .widget_categories ul,
  .search .widget_categories ul, .category .widget_categories ul {
      background: transparent;
      padding: 0;
      list-style-type: none;
  }
  
  .blog .widget_categories ul li a,
  .search .widget_categories ul li a, .category .widget_categories ul li a {
      color: #000 !important;
  }
  
  .blog .widget_recent_entries ul li,
  .search .widget_recent_entries ul li, .category .widget_recent_entries ul li {
      padding: 5px 5px;
      background-color: rgb(135 135 135 / 10%);
      border-radius: 10px !important;
      margin-bottom: 15px;
  }
  
.column_sidebar_widget .widget {
    padding: 20px;
	margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.column_sidebar_widget .widget:last-child {
    margin-bottom:0;
}
  .search-results .search-item {
      align-items: start;
  }
  .column_sidebar_widget .widget_categories .cat-item {
      background: #fff;
      padding-left: 10px;
      border-radius: 10px;
      background-color: rgb(135 135 135 / 10%);
  }
  .column_sidebar_widget .widget_categories .cat-item:first-child {
      margin-bottom:10px;
  }
 .blog footer .widget_recent_entries ul li, .search footer .widget_recent_entries ul li {
    margin-bottom: 0;
	padding:0;
}
.widget_recent_entries ul li:hover a, .widget_recent_entries ul li:hover .post-date {
    color: #09592b;
}
.blog article.post .post-head .post-meta ,.search article.post .post-head .post-meta,.category article.post .post-head .post-meta {
	margin-bottom:20px;
}
.blog article.post .post-title .entry-title ,.search article.post .post-title .entry-title, .category article.post .post-title .entry-title {
	margin-bottom:0;
}
.search-results .search-item .post-featured-image {
    width: auto;
    flex-shrink: 0;
    margin-right: 20px !important;
}
.search main.sections_group {
	padding:40px 0;
}
.pager .pages a:hover, .pager .pages a.active, .pager .pages span.page-numbers.current {
    color:#09592b;
}
/*BLOG*/
  
  /*BLOG CATEGORY  1920 */
  .category main > section:not(.extra_content) {
      display: none;
  }
  /*BLOG CATEGORY*/
  
  /*ARTICLE  1920 */
.single-post .section-post-header .post-header {
    display:none;
}
.single-post .single-photo-wrapper .mcb-column-inner {
    width: fit-content;
    margin-bottom: 20px;
}
.single-post .section-related-adjustment .button {
	display:none;
}
.single-post .the_content_wrapper h2, .single-post .the_content_wrapper p:not(:last-child) { margin-bottom:20px; }
.single-post .the_content_wrapper h3 { margin-bottom:10px; }
.single-post .post-meta .meta-categories, .single-post .post-meta .mata-tags {
    display:none;
}
.single-post .post-nav {
    display:none;
}
.single-post .widget_search .field {
    box-shadow: 0px 2px 8px #00000021 !important;
    width: 95%;
    margin: 0 auto;
}
.single-post .widget_categories ul {
    background: transparent;
    padding: 0;
    list-style-type:none;
}
.single-post .widget_categories ul li a {
    color: #000 !important;
}
.single-post .widget_recent_entries ul li {
    padding: 5px 5px;
    box-shadow: 0px 2px 8px #00000021;
    margin-bottom: 15px;
}
.single-post .column_sidebar_widget .widget {
    margin: 10px 0;
    position: relative;
}
/*ARTICLE*/
  
  /*PAGE 404  1920*/
#Subheader ul.breadcrumbs li a {
    margin-right: 5px;
}
#Error_404 {
    overflow: visible;
    position: unset;
    margin-top:0;
}
#Error_404 .error_pic {
    width: 100%;
    max-width: 600px;
    float: unset;
    margin: 0 auto;
}
#Error_404 .error_desk {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    float: unset;
    text-align: center;
}
#Error_404 .error_desk p .button:hover {
	background:#fcb913 !important;
}
body.error404.default-404 .mfn-header-overlay, body.error404.default-404 header, body.error404.default-404 #Header_wrapper, body.error404.default-404 footer {
    display: block !important;
}
  /*PAGFE 404*/


/*VIDEO POP UP STYLING*/
.image-thumbnail .image_wrapper {
  position: relative;
}

.image-thumbnail .image_wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #000000b8;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23d4af37" height="40" viewBox="0 0 24 24" width="40" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(212, 175, 55, 0);
    border: solid 3px #d4af37;
    transition: all 0.3s ease;
    z-index: 2;
}

/* Glow on hover */
.image-thumbnail .image_wrapper:hover::after {
  box-shadow: 0 0 20px 6px rgba(212, 175, 55, 0.7);
}

/* Video popup overlay */
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-popup-content {
  position: relative;
  width: 80%;
  height: 80%;
  max-width: 1000px;
  max-height: 80vh;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-popup-content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
}
/*VIDEO POP UP STYLING*/