@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.wp-block-separator,
hr{
    border: none;
    border-top: 1px solid #fff!important;
}


/* Default: mobile */
.logo-desktop {
    display: none;
}

.logo-mobile {
    display: block;
     max-width: 200px;
}
span.hide-on-desktop{
	width:19%;
}
/* Desktop */
@media (min-width: 992px) {
    .logo-mobile {
        display: none;
    }
	span.hide-on-desktop{
		display:none;
	}
    .logo-desktop {
        display: block;
         max-width: 200px;
    }
}

.gallary_slider  {
    overflow: hidden;
}
.archive .container {
    overflow-x: hidden;
}
body {
    margin-bottom: 0;
   background: #f2f1ef;
}

section,
.archive{
 background: #dbdbdb;
 margin-bottom: 1px;
}

a:hover{
    text-decoration: none;
}
body.home {
    margin-bottom: 0;
	overflow-x:hidden;
}
.post, .page {
    margin: 0;
}
.container {
    max-width: 1170px;
    padding: 0 16px;
}
@media (min-width: 768px) {
   .container {
    max-width: 1170px;
    padding: 0 30px;
} 
}
.container-sm {
    max-width: 940px;
}


a:focus {
    outline: none;
}
 
.no-desktop {
    display: none!important;
}

ol, ul {
    padding-left: 0rem;
    margin-left: 16px;
}

.h1-primary,
h1  {
   font-family: "Raleway", sans-serif;
font-weight: 400;
font-size: 45px;
line-height: 55px;
letter-spacing: 2px;
text-align:left;
color: #21352f;
}
ul li,
ol li {

 font-family: "Raleway", sans-serif;
}
h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 2px;
   font-family: "Raleway", sans-serif;
   color: #21352f;
   
}

.sound-button:hover {
	cursor:pointer
}
.content {
    padding: 30px 0;
}
.single_img img {
    border-radius: 10px;
}
.content-text p {
    text-align: center;
}
h3 {
     font-family: "Raleway", sans-serif;
  font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
}
h4 {
     font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2%;
    text-transform: capitalize;
}
@media (max-width: 600px) {
h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
}
.gallary_slider {
    margin-top: 24px;
}
/* who we are */
.image_container {
    padding-left: 12px;
}
}
a {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

p {
  font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color:#21352f;
    /* text-align: justify; */
}
.headertext {
     font-size: 12px;
    line-height: 16px;
}
/* headings h2 */

.text1 {
  font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 2px;
   font-family: "Raleway", sans-serif;
}
  .grey {
    color:#89aba761;
}
.animated-text-section {
/*  height:70px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-container {
  position: relative;
  width: 100%;
  
 
}


.text {
  font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 2px;
   font-family: "Raleway", sans-serif;
   text-align:left;
}


.gray {
  color: #f2f1ef;
}

 
.red-color,
.black {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.red-color.animate {
  animation: reveal-red 1.5s forwards;
  color: #d10000;
}

.black.animate {
  animation: reveal-black 3s forwards;
  color: #104837;
}

@keyframes reveal-red {
  0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0 0 0 0); }
}

@keyframes reveal-black {
  0% { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0 0 0 0); }
}

@media (max-width: 600px) {
  .text,
  .text-left,
  h2{
  
  font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 2px;
   font-family: "Raleway", sans-serif;
   text-align:left;
}
.headertext {
    display: none;
}
   
  
    .text1,
    h1 {
  font-size: 27px;
 line-height:120%;

}

}




/* Breadcrumds */
#breadcrumbs {
    align-self: center;
}
.breadcrumb-item,
.row_breadcrumbs a,
.row_breadcrumbs a:visited,
#breadcrumb-item span span a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #f2f1ef;
   font-family: "Raleway", sans-serif;
}  
.breadcrumb-item span a:hover  {
    color: #d10000;
}
#breadcrumbs a {
    margin-right: 8px; 
}
#breadcrumbs .breadcrumb_last {
    margin-left: 0px; 
}
#breadcrumbs span + span::before {
    content: ""; 
    margin: 0 4px; 
}

.breadcrumb-item + span {
    margin: 0 8px;
}
.breadcrumb-separator {
    color: #3D3530
}
 
.breadcrumb-separator {
	margin:0 12px;
	padding-bottom:3px;
}

.row_breadcrumbs {
    margin-top: 10px;
}
/* Spaces */
.pt-120{
	padding-top:120px;
}
.mb-24 {
    margin-bottom: 16px;
}
.pe-30 {
padding-right: 30px;
}
.section-padding {
    padding: 80px 0px;
}
.hide_on_desktop{
	display:none!important;
}
/*============== Colors =================*/
.dark-brown {
    color: #21352f;
}
.dark-beige-color{
    color: #ECE4D7;
}
.beige-color{
    color: #f2f1ef;
}
.red {
    color: #d10000;
}
.beige-color-bg{
    background-color: #f2f1ef;
}
.dark-brown-bg{
    background-color: #21352f;
}

.grey {
    color:#f2f1ef;
}

/*============== Buttons =================*/
button:focus,
button{
outline: none!important;
box-shadow: none!important;
}
.btn,
.ti-load-more-reviews-button,
.jet-form-builder__action-button {
  font-family: "Raleway", sans-serif!important;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    padding: 11px;
display: flex!important;
text-align: center;
align-items: center;
    gap: 5px;
    justify-content: center;
border-radius: 5px;
/* background: #f2f1ef;
box-shadow:  5px 5px 10px #d7d6d5,
             -5px -5px 10px #ffffff; */
    width: 100%;
    max-width: 260px;
      /* clip-path: polygon(
    0 0,
    95% 0,
    100% 25%,
    100% 100%,
    5% 100%,
    0 75%
  ); */
}
.ti-load-more-reviews-button{
    margin: auto;
    margin-top: 30px;
}
.primary-btn,
.ti-load-more-reviews-button {
    background-color: #21352f!important;
    color: #fff!important;
}
.primary-btn:visited {
    color: #fff!important;
}
.primary-btn:hover,
.ti-load-more-reviews-button:hover {
    cursor: pointer;
    outline: none!important;
   opacity: 0.85;
    background-color: #21352f;
    color: #fff!important;
}
.btn:hover {
    cursor: pointer;
    outline: none!important;
}
.secondary-btn {
/* background-color: #dbdbdb; */
color: #d10000!important;
    /* color: #21352f!important; */
    border:1px solid #d10000;
   /* background-color:#d10000!important; */
}
/* .lighter-bg{
  background-color:  #f2f1ef;
} */
.secondary-btn:visited {
    color: #d10000!important;
}
.secondary-btn:hover {
    background-color: #fefefe;
    border: 1px solid #d10000;
}
/* Menu */
/* =========================
   SIDEBAR HEADER
========================= */

.sidebar-header {
    background: #f2f1ef;
    z-index: 9999;
}

.sidebar-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
   
    justify-content: space-between;

}

.sidebar-top {
    display: flex;
    justify-content: space-between;
}


.hero-subheader {
    position: absolute;
    bottom:0;
    backdrop-filter: blur(10px);
    background-color: #1e1e1e9d;
    width: 100%;
}
/* =========================
   MENU
========================= */

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-navigation li {
    margin: 0;
}

.main-navigation a {
    color: #21352f;
    text-decoration: none;

    font-size: 14px;
    font-weight: 400;
    letter-spacing: .08em;

    transition: .3s ease;
}

.main-navigation a:hover {
    color: #d10000;
}
/* .main-navigation li.current-menu-item > a {
    color: #d10000;
} */
.social-media-icon:hover {
    color: #d10000;
}
a.social-media-icon {
color:#21352f;
  font-family: "Raleway", sans-serif;
   font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
        padding-right: 10px;
}



/* =========================
   DESKTOP
========================= */

@media (min-width: 1025px) {

.hero {
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
    overflow: hidden;
}
    .sidebar-header {
        position: absolute;
        top: 80vh;
        left: 0;

        width: 300px;
        height: 100vh;

        padding: 40px 30px;
        border-right: 1px solid #e5e5e5;
    }

    .sidebar-header.is-fixed {
        position: fixed;
        top: 0;
    }

    .menu-toggle {
        display: none;
    }

    /* hero stays full width */
    #page > section.hero {
        margin-left: 0;
        width: 100%;
    }

    /* all sections after hero already have space */
    #page > section:not(.hero),
    #page > footer,
    .site-footer,
    .archive #primary {
        margin-left: 300px;
        width: calc(100% - 300px);

    }
    .error404  #page > footer,
    .site-footer {
        margin-left: 0px;
        width: calc(100% - 0px);

    }
     .page-template-Contacts #page .sidebar-header,
     .page-template-About #page .sidebar-header,
     .error404 #page .sidebar-header
  {
         position: fixed;
        top: 0;
        left: 0;

        width: 300px;
        height: 100vh;

        padding: 40px 30px;
        border-right: 1px solid #e5e5e5;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 1024px) {
.closedmenu {
    display: none;
}

.menu-toggle.active .burger-icon {
    display: none;
}

.menu-toggle.active .closedmenu {
    display: block;
}
    .sidebar-header {
        position: fixed;
        top: 0;
        left: 0;

        width: 100%;
        height: 80px;

        padding: 20px;

        background: #f2f1ef;
        border-right: none;
    }
 
    .sidebar-header.is-fixed {
        position: fixed;
        top: 0;
        z-index: 2;
    }

    #page,
    .site {
        padding-left: 0;
        padding-top: 80px;
    }
.error404 #page,
   .error404 .site {
        padding-left: 0;
        padding-top: 0px;
    }
    .sidebar-inner {
        height: auto;

        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-top {
        width: 81%;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: 0;
        margin-left: auto;
        padding: 0;
        font-size: 32px;
        line-height: 1;
        color: #21352f;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 26px;
    }

    /* .main-navigation {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
         background: #f2f1ef;
        z-index: 9998;
        padding: 50px 30px;

        transition: left .4s ease;
    } */
.main-navigation {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(85vh - 80px);
    background: #f2f1ef;
    z-index: 9998;
    padding: 50px 30px 180px;
    transition: left .4s ease;
    overflow-y: auto;
     z-index:8;
}
    .main-navigation.active {
        left: 0;
        overflow-y: scroll;
        /* height: 100vh; */
        padding-bottom: 70px;

    }
	.sidebar-bottom-social-media {
		margin-top:12px;
	}
    .main-navigation ul {
        gap: 25px;
    }

    .sidebar-bottom {
        display: none;
    }

    body.sidebar-active #page > section:not(.hero),
    body.sidebar-active #page > footer,
    body.sidebar-active .site-footer {
        margin-left: 0;
        width: 100%;
    }
.sidebar-header.menu-open {
    height: 100vh;
}

.sidebar-header.menu-open .sidebar-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.sidebar-header.menu-open .sidebar-top {
    display: flex;
  
}

.sidebar-header.menu-open .sidebar-bottom {
    display: block;
    /* margin-top: auto; */
    padding: 16px;
    z-index: 9;
    height: 15vh;
    position: absolute;
    bottom: 0;
    background-color: #f2f1ef;
}


}
/* Radius */
/* .border-radius-50 {
    border-radius: 50px;
} */

 /* Hero section */
.hero {
    height: fit-content;
    min-height: fit-content;
    max-height: 70vh;
    overflow: hidden;
}


#top_video .video-wrapper video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: cover;
    display: block;
    
}


#top_video {
    overflow: hidden;
}
.sound-button {
    left: 95%;
    top: 85%;
}

/* Cabinet section */

.cabinet_wrapper .row {
    height: 100%;
}
.image__container img {
  
    height: 475px;
}
.cabinet_info-img-full img {
    max-height: 375px;
    width: 100%;
border-radius: 10px;
}

.slick-slide img {
    border-radius: 10px;
}

/* End engagements */

.engagements .container {
    max-width: 1300px;
}
.valeurs-item{
  border-radius: 5px;
    border: 1px solid #f2f1ef;
    padding: 5px 10px;
/* box-shadow:  10px 10px 20px #c7c7c7,
             -10px -10px 20px #efefef; */
             
}
.icon-original-item {
    overflow: visible;
}

.icon-original {
    transition: transform 0.4s ease;
    will-change: transform;
}
.icon-original-item {
    transition: transform 0.4s ease;
}
.valeurs-item:hover .icon-original {
    transform: scale(1.07);
    filter: none;
    cursor: pointer;
}

.valeurs_row {
   gap: 30px;
    margin-top: 35px;
            padding-left: 12px;
padding-right: 12px;

}
.icon-original {
    height: 75px;
    object-fit: contain;
    /* filter: grayscale(1); */
}

.img-fluid {
    object-fit: contain;
    max-width: 100%;
    height: 110px;
}

 @media (max-width: 991px)  { 
    .slick-slide {
        max-width: 360px;
    }
.valeurs_row {
    gap: 14px 14px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icon-original {
    height: 50px;
    object-fit: contain;
    /* filter: grayscale(1); */
}
.section-padding {
    padding: 60px 0px;
}
}





/* Modal */
.modal-dialog {
    max-width: 730px;
   
}
.modal-header {
    display: flex;
    flex-direction: column;
    border:none!important;
}
.modal-body {
    padding-top: 0;
    padding-bottom: 0;
}
.modal-content {
    border-radius: 10px;
    padding: 24px 24px 44px 24px;
    background: #f2f1ef;
}
.popup-form p {
    display: flex;
    flex-direction: column;
}
.jet-form-builder__field-wrap input,
.jet-form-builder__field-wrap textarea,
.jet-form-builder__field-wrap select {
    border-radius: 4px;
    padding: 16px!important;
        color:#21352f!important;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 20px;
    border:1px solid #dbdbdb!important;
    margin-top: 10px!important;
    font-family: "Raleway", sans-serif;
     background: #f2f1ef!important;
   
}
input:-internal-autofill-selected {
    appearance: none!important;
      background: #f2f1ef!important;
 }
.phone-field-intl::placeholder {
  color: #f2f1ef!important;
  opacity: 0;  
}
.jet-form-builder-row.field-has-error .error-message {
    color: #d10000!important;
    font-size: 11px!important;
     font-family: "Raleway", sans-serif;
      font-weight: 400;
}
.phone-field-wrap {
      margin-top: 10px!important;
}
.jet-form-builder__required {
    color:#d10000!important;
        font-size: 20px!important;

}

.jet-form-builder__field-wrap input:focus-visible,
.jet-form-builder__field-wrap textarea:focus-visible,
.jet-form-builder__field-wrap select:focus-visible{
 outline: 1px solid #21352f!important;
}
.jet-form-builder__field-wrap select option,
.jet-form-builder__field-wrap select{
 font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
   font-family: "Raleway", sans-serif;
   color: #21352f;
   font-weight: 300;
}

.modal-body form {
    max-width: 874px;
    margin-top: 20px;
}
.form-container {
    display: flex;
    justify-content: center;
}

.jet-form-builder__label {

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
   font-family: "Raleway", sans-serif;
   color: #21352f;
   font-weight: 400;
}

/* Acces section */
.acces {
    padding-top: 40px;
    padding-bottom: 20px;
	height:100vh;
}
iframe {
    border-radius: 10px;
    height: 550px !important;
    margin-top: 20px;
}

.access_contact-block {

    height: 100%;
    display: flex;
    flex-direction: column;
  
}

.access_contact-block p, 
.access_contact-block a,
.access_contact-block a:visited
.access_contact-block h3,
.access_contact-block h4 {
    color:#1E1E1E;
}
.access_contact-block a:hover {
    text-decoration: underline;
}
.commution {
    max-width: 520px;
}
.commution p {
    margin-bottom: 0;
}

 @media (max-width: 991px)  {  
    .modal-header h2 {
font-size: 26px;
    }
   .jet-form-builder__field.select-field{
        position: relative;
    }
      .jet-form-builder__field.select-field::after {
        position: absolute;
        right: 4px;
        top:0;
        content:'';
        width: 3px;
        height: 3px;
       }
	 iframe {
    border-radius: 10px;
   height:350px!important;
}
	 .acces {
    padding-top: 40px;
    padding-bottom: 20px;
		 height:fit-content;
	
}
 }



@media (min-width: 1024px) {

.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}}


.course-card {
    position: relative;
    color: #21352f;
 
    overflow: hidden;
    border: 1px solid #f2f1ef;
    z-index: 1;
    transition: color 0.3s ease;
    border-radius: 10px;
    /* background: #dbdbdb;
    box-shadow: 20px 20px 60px #bababa, -20px -20px 60px #fcfcfc; */

/* background: linear-gradient(145deg, #c5c5c5, #eaeaea);
box-shadow:  10px 10px 20px #c7c7c7,
             -10px -10px 20px #efefef; */
   
/* 
box-shadow:  10px 10px 20px #c7c7c7,
             -10px -10px 20px #efefef; */
           
}

/* Background layer */
.course-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #21352f;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
background: linear-gradient(145deg, #1b2b27, #20332e);
box-shadow:  10px 10px 20px #1b2c27,
             -10px -10px 20px #21342f;

    z-index: -1;
}

/* Hover effect */
.course-card:hover::before {
    transform: scaleX(1);
}
.course-card:hover img{
transform: scale(1.07);
}
/* Optional text color change */
.course-card:hover {
    color: #e5e5e5;
    box-shadow: none!important;
}
.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.course-card-link {
    display: flex;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.course-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}



.course-card-image {
    width: 100%;
    height: 190px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 26px;
}

.course-card-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
    object-fit: cover;
}

.course-card-content {
     display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 15px 20px;
    justify-content: space-between;
}

.course-card-title {
       font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: none;
    line-height: 26px;
    text-align: left;
}

.course-card-text {
    font-size: 15px;
    line-height: 1.5;
    color: #cfcfcf;
    margin-bottom: 24px;
}
.button-svg {

    transition: .3s ease;
}
.course-card:hover .course-card-button {
     color: #cfcfcf;
}
.course-card:hover .button-svg {
  
    transition: .3s ease;
}
.course-card:hover svg g {
    fill:#cfcfcf;

    transition: .3s ease;
}
.course-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
gap:10px;
    color: #21352f;
justify-content: flex-start;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;

    transition: .3s ease;
}

.course-card-button:hover {
  
    color: #d10000;
}

/* RESPONSIVE */


@media (max-width: 768px) {
    #top_video .video-wrapper video {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
    display: block;
}
.sound-button {
    left: 87%;
    top: 70%;
}
.sound-on-icon,
.sound-off-icon
 {
    width: 2.5em;
    height: 2.3em;
}
.valeurs-item {
    max-width: 105px;
}
.headertext {
    display: none;
}
    /* modal */
    .modal-content {
    border-radius: 10px;
    padding: 16px 0;
    background: #f2f1ef;
}
       #acces iframe {
    height: 40vh!important;
}

    .courses-section {
        padding: 70px 0;
    }

    .courses-grid {
        grid-template-columns: 1fr;
    }

    .course-card-title {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .courses-grid {
        grid-template-columns: repeat(2, 1fr);
    }
 
}
@media (min-width: 820px) and (max-width: 1199px) {
.valeurs-item {
    border: 1px solid #f2f1ef;
    padding: 5px 10px;
    box-shadow: 10px 10px 20px #c7c7c7, -10px -10px 20px #efefef;
    max-width: 165px;
}}
/* ==================== FOOTER ==================== */
footer {
    padding-top:26px;
    padding-bottom: 26px;

}
footer a.social-media-icon {
	color:#efefef;
}
footer .container {
	max-width:1170px;
}

.footer_bottom p,
.footer___info a,
a.contact-info,
.footer___info a:visited{

font-weight: 400;
font-size: 12px;
line-height: 20px;
letter-spacing: 0%;
    color:#fff;
}


.footer-menu li {
    margin-bottom: 16px;
    text-align: left;
}

.footer___info a:hover,
.footer-menu li a:hover {
color:#d10000;
}

.logo_footer img {
    height: 55px;
}



/* Cabinet page */
.slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #21352f;
       opacity: 0.6;
    border-radius: 5px;
}


/* Single page */
.hero-single {
    padding: 45px 40px;
    background: #21352f;
}
.hero-single h1 {
    text-align: center;
    color: #f2f1ef;
}

@media (max-width: 575px) {
	.footer_bottom {
		flex-direction:column-reverse;
		gap:7px;
	}
.calendar-prev, .calendar-next {
    border: 1px solid #21352f;
    background: transparent;
    color: #21352f;
    width: 35px;
    height: 35px;
    font-size: 28px;
    cursor: pointer;
        opacity: 0.6;
    border-radius: 5px;
}
.calendar-prev svg, 
.calendar-next svg {
    width: 1em;
    height: 1em;
}
       #acces iframe {
    height: 40vh!important;
}
/* hero */
.hero-single h1 {
    text-align: center;
    color: #f2f1ef;
    font-size: 30px;
}
.hero-single {
    padding: 45px 16px;
    background: #21352f;
}}

img {
	object-fit:cover;
}

/* Numbers */
.numbers_row {
   
    padding-top: 80px;
}
.numbers_row h3 {
    font-size: 65px;
    line-height: 65px;
    font-weight: 500;
}
/* Global Header  */



/* 404 page */

.error-404 {
	height:850px;
 
}
.error404 h1 {

font-weight: 400;
font-size: 200px;
line-height: 300px;
letter-spacing: 2px;
text-align: center;
	color: #21352f;
}
@media (max-width: 668px) {
   .error-404 {
	height:750px;
 
}
.error404 h1 {

font-weight: 400;
font-size: 100px;
line-height: 200px;
letter-spacing: 2px;
text-align: center;
	color: #21352f;
} 
 }
.error404 header {
	opacity:0;
}
.error404 {
	position:relative;
	overflow-x:hidden;
}

.error-404 .btn {
    max-width: fit-content!important;
}

/* Retour Button */
.retour_btn {
    padding: 67px 16px;
}

.slider{
    padding:0 20px 0 40px;
}
@media (max-width: 575px) {
    .google-reviews-section{
        padding: 0 20px;
    }
.pe-30 {
    padding-right: 16px;
}
.slider {
    padding: 0 20px 0 26px;
}}

.courses-calendar {
    width: 100%;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.calendar-title {
    margin: 0;
}

.calendar-prev,
.calendar-next {
    border: 1px solid #21352f;
    background: transparent;
    color: #21352f;
    width: 40px;
    height: 40px;
    font-size: 28px;
    cursor: pointer;
        opacity: 0.6;
    border-radius: 5px;
}
.slider_icon_hover:hover {
    opacity: 1;
    cursor: pointer;
}
.calendar-weekdays,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-weekdays div {
    font-weight: 400;
    padding: 10px;
    text-align: center;
}

.calendar-day {
    min-height: 100px;
    border: 0.5px solid #dbdbdb;
    padding: 10px;
    background: #f2f1ef;
}

.calendar-day.empty {
    background: #f8f8f8;
}

.calendar-day-number {
   
    margin-bottom: 8px;
     font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
   font-family: "Raleway", sans-serif;
}

.calendar-event {
    display: block;
    padding: 4px 6px;
    margin-top: 6px;
    border-radius: 4px;
    background: #21352f;
    color: #f2f1ef;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
}
a.calendar-event:visited {
    color: #f2f1ef!important;
}
.calendar-event:hover {
    opacity: 0.85;
    color: #f2f1ef;
}
.calendar-events-panel {
    display: none;
}

@media (max-width: 768px) {
    .calendar-weekdays,
    .calendar-days {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }

    .calendar-day {
        min-height: 60px;
        border: none;
        border: 0.5px solid #dbdbdb;
        padding: 8px 4px;
        position: relative;
        cursor: pointer;
    }

    .calendar-day.empty {
        display: block;
        visibility: hidden;
    }

    .calendar-event {
        display: none;
    }
.calendar-day-number {
     font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  
}
    .calendar-day.has-event::after {
        content: "";
        width: 7px;
        height: 7px;
        background: #21352f;
        border-radius: 10%;
        position: absolute;
        left: 50%;
        bottom: 16px;
        transform: translateX(-50%);
    }

    .calendar-day.active .calendar-day-number {
        background: #21352f;
        color: #f2f1ef;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .calendar-events-panel {
        margin-top: 24px;
        border-top: 1px solid #dbdbdb;
        display: block;
    }

    .calendar-panel-event {
        display: block;
        padding: 10px 0 18px 16px;
        border-bottom: 1px solid #dbdbdb;
        color: #21352f;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        font-family: "Raleway", sans-serif;
    }

    .calendar-panel-event::before {
        content: "";
        width: 4px;
        height: 45px;
        background: #d10000;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 14px;
    }
}