@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Anta&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Abril+Fatface&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    
    font-family: 'Hind', sans-serif;
    background:#fff;
}
b, strong {
    font-weight: bolder;
    color: #d8864f;
}
.section-content{
    position:relative;
    overflow:hidden;
}
.section-content:before {
    content: "";
    background: url(../images/motif-event-left.webp) no-repeat bottom left;
    background-size: auto;
    position: absolute;
    display: block;
    width: 100%;
    max-width:300px;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.section-content:after{
    content: "";
    background: url(../images/motif-event-right.webp) no-repeat top right;
    background-size: contain;
    position: absolute;
    display: block;
    width: 100%;
    max-width:300px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2;
}
.image_resized ,.image{
    max-width: 100%;
    height: auto;
    margin: auto;
}
.image_resized img, .image img {
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
}
form {
    font-family: "Poppins";
    font-size: 14px;
}
form .form-control,form .form-select {
    border-radius: 0;
    border-color: antiquewhite;
}
form input.form-control {
    height: 45px;
}
.image-style-align-right {
    float: right;
}
.image-style-align-left {
    float: left;
}
ul {
    list-style-type: square;
    list-style-position: inside;
}
.full_content h1,.full_content h2,.full_content h3,.full_content h4,.full_content h5{
    color:#d8864f!important;
    font-family: "Hind", serif!important;
}
.infos-form h3 {
    font-family: "Hind";
    font-size: 24px;
    color: #7b6145;
    border-bottom: 1px solid #7b6145;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 400;
}
.cursor-pointer {
    cursor: pointer;
}
.top-page {
    font-family: "Inter";
    background: #f5eee7;
    color: #664420;
    text-transform: uppercase;
    font-size: 12px;
}
.top-page .addr i{
    color: #d4951b;
}
.btn-call {
    background: #7b6145;
    color: #fff!important;
    border-radius: 50px;
    font-size: 17px!important;
    font-family: "Inter";
    height: 41px;
    padding: 6px 12px!important;
}
.btn-rsociau {
    background: #7b6145;
    color: #fff!important;
    border-radius: 10px;
    font-size: 16px;
    width: 41px;
    height: 41px;
    display: inline-block!important;
    text-align: center;
    padding: 0!important;
}
.btn-rsociau i {
    line-height: 41px;
}
.btn-call:hover ,.btn-rsociau:hover{
    background: #9f7951;
    color: #fff;
}

.bg-none {
    background: none!important;
}

.profile-text h3 {
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    color: #7b6145;
    font-size: 30px;
}
.profile-text h4,.contact h4 {
    font-family: "Anta",sans-serif;
    font-weight: 500;
    color: #d8864f;
    font-size: 16px;
    letter-spacing: .2rem;
    margin: 15px 0;
}
.contact h5 {
    color: #011335;
    font-size: 36px;
}
.contact p {
    font-size: 18px;
    line-height: 32px;
}
.contact .info-box p ,.contact .info-box p a{
    font-size: 16px;
    line-height: 24px;
    text-decoration:none;
    color:#000;
}
.full_content table {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid;
}
.full_content table th {
    background: #7b6145;
    color: #fff;
    padding: 10px;
    font-family: "Hind";
    vertical-align: middle;
    font-weight: 500;
}
.full_content table th:nth-child(2) {
    width: 40%;
    border-left: 1px solid #000;
}
.full_content table tr td:nth-child(2) {
    border-left: 1px solid #000;
}
.full_content table td {
    background: #fff;
    color: #000;
    padding: 10px;
    font-family: "Hind";
    vertical-align: middle;
    font-weight: 500;
}
.contact .info-box p:last-child{ margin:0; }
.login-form {
    /*background: url(../images/bg-form.webp) no-repeat top;*/
    background-size: 100%;
    background-color: #f9fafb;
}
.login-form form{
    position:relative;
    z-index:1;
}
.login-form:after {
    content: "";
    background: url(../images/motif-bottom-center-banner.webp) no-repeat bottom left;
    display: block;
    background-size: contain;
    height: -webkit-fill-available;
    width: 100%;
    max-width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.logo-form {
    width: 130px;
    background: #f0e6e1;
    padding: 15px;
    margin-left: 15%;
    box-shadow: 0px 2px 0px #aaa;
}
.btn-login {
    background-color: #7b6145;
    color: #f1ceb7;
    padding: 10px 35px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Hind',sans-serif;
    font-size: 18px;
    box-shadow: 5px 5px 1px #cdb8aa;
    outline-offset: -5px;
    outline: outset;
}
.btn-login:hover{
    color:#fff;
}
.login-form .form-control::placeholder {
    font-size: 13px;
    color: #aaa0a0;
    font-weight: 300;
}

.info-box {
    background: #fafafa;
    padding: 20px 15px;
    height: 100%;
    text-align: center;
    font-family: "Hind";
    font-weight: 600;
}

.info-box .fa {
    box-shadow: 7px 8px 18px 0px rgb(0 0 0 / 10%);
    width: 50px;
    height: 50px;
    margin-right: 10px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #d8864f;
    border: 1px solid #d8864f;
    margin-bottom: 20px;
}

.info-box:hover .fa {
    background: #d8864f;
    color: #fff;
}

.info-box p:hover a {
    text-decoration: underline;
    color: #d8864f;
}     
        
/*======= Cursor click animation =======*/
.cursor{
    z-index:9999;
    position:fixed;
    cursor:pointer;
}
.cursor .click-animation{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center
}
.cursor .click-animation .shape{
    position:absolute;
    opacity:0;
}

.btn-case {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #d9834a!important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor:pointer;
}
.btn-case-left {
    left: 0;
    margin-left: -10px;
}
.btn-case-right{
    right:0;
    margin-right: -10px;
}
.btn-case-left:hover,.btn-case-right:hover{
    background: #d3d3d3!important;
    color: #d9834a;
}

/*======= Circles =======*/
.cursor .click-animation .shape.circle.big{
    width:40px;
    height:40px;
    border:2px solid #4fb4f8;
    border-radius:50%;
}
.cursor .click-animation .shape.circle.small{
    width:20px;
    height:20px;
    border:1px solid #2caf8a;
    border-radius:50%;
}
.cursor.active .click-animation .shape.circle{
    animation:click-animation-circle 3s ease-out infinite;
}
@keyframes click-animation-circle{
    0%{
        opacity:0;
    }
    5%{
        opacity:1;
    }
    30%{
        opacity:0;
        transform:scale(3);
    }
}

/*======= Triangles =======*/

.cursor .click-animation .shape.triangle.yellow{
    border-style:solid;
    border-width:0px 5px 10px 5px;
    border-color:transparent transparent #f9de2d transparent;
}
.cursor.active .click-animation .shape.triangle.yellow{
    animation:click-animation-triangle-yellow 3s ease-out infinite;
}

@keyframes click-animation-triangle-yellow{
    0%{
        opacity:0;
    }
    5%{
        opacity:1;
    }
    40%{
        opacity:0;
        transform:scale(2.5) translate(50px,-50px) rotate(360deg);
    }
}



.cursor .click-animation .shape.triangle.green{
    border-style:solid;
    border-width:0px 3.5px 7px 3.5px;
    border-color:transparent transparent #47eda0 transparent;
}

.cursor.active .click-animation .shape.triangle.green{
    animation:click-animation-triangle-green 3s ease-out infinite;
}
@keyframes click-animation-triangle-green{
    0%{
        opacity:0;
    }
    5%{
        opacity:1;
    }
    40%{
        opacity:0;
        transform:scale(2.5) translate(20px,50px) rotate(360deg);
    }
}

/*======= Disc =======*/

.cursor .click-animation .shape.disc{
    width:8.5px;
    height:8.5px;
    background:#d563f8;
    border-radius:50%;
}

.cursor.active .click-animation .shape.disc{
    animation:click-animation-disc 3s ease-out infinite;
}
@keyframes click-animation-disc{
    0%{
        opacity:0;
    }
    5%{
        opacity:1;
    }
    40%{
        opacity:0;
        transform:scale(2) translate(-70px,-30px);
    }
}




/*======= Home section =======*/



/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    color:#fff;
    background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple:active {
    background-color: #6eb9f7;
    background-size: 100%;
    transition: background 0s;
}

.infos-top {
    color: #d8864f;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: .05rem;
    text-transform:uppercase;
}
.infos-top img {
    width: 20px;
    object-fit: none;
    height: -webkit-fill-available;
}
.sticky-wrapper.is-sticky .infos-top,.hero .infos-top { font-size: 14px;color: #fff; }
.lang {
    background: #1ca4dd; /* #f9fafb */
    border-radius: 50px;
    border-top-left-radius: 0;
    height: 42px;
}
.lang button{
    height: 100%;
}
.infos-top:last-child {
    margin-bottom: 0px;
}
.btn-visit {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    background: #d8864f;
    border-radius: 50px;
    padding: 8px 15px;
    color: #fff;
    margin: 0;
    border: 0;
}
.btn-visit:hover {
    background: #eb843f;
    color: #fff;
}
.hero {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/7;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align:center;
    /*animation:breath 40s linear infinite;*/
    z-index:2;
}
@keyframes breath {
  0%   { background-size: 130% 100%; }
  50% { background-size: 160% 100%; }
  100% { background-size: 130% 100%; }
}
    
    .hero .hero-content {
        z-index: 3;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        width: 100%;}
    
    .chiffres {
        color: #fff;
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 35px;
        line-height: initial;
        margin-left: 50px;
    }
    .chiffres:nth-child(2) { margin-left: 100px; }
    .chiffres .counter {
        color: #1fa5db;
        font-weight: 800;
        font-size: 36px;
    }
    .hero h1 {
        color: #73593d;
        font-size: 54px;
        font-weight: 400;
        line-height: 80px;
        letter-spacing: .2rem;
        font-family: "Abril Fatface", serif;
    }
    .hero h1 span{ color:#b0783b; }
    .hero .infos-top {
        font-size: 24px;
        font-family: 'Hind',sans-serif;
        font-weight: 600;
    }
    
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
        color: #7b6145;
        text-decoration: unset;}
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top,.site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%; }
  
.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    background: #fff;
}
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
    .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    text-align: center;
    padding:0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 0px;
        margin: 0 7px;
        border-bottom: 4px double transparent; }
      .site-navbar .site-navigation .site-menu > li > a {
            padding: 5px 0;
            color: #545454;
            font-size: 13px;
            text-decoration: none !important;
            font-family: 'Hind',sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: .025rem;}
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #d8864f; }
        .site-navbar .site-navigation .site-menu > li:hover {
          color: #705539;
          border-bottom: 4px double #705539; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
       
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          /*.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }*/
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #7b6145; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
            color: #f9fafb !important;
            background: #d8864f;  }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: max-content; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block;
            text-transform: uppercase;}
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #f9fafb;
                background: #8f4b1e;
                border-bottom:1px solid #fff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 2px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #8f4b1e;
            color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #705539; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
          
.sticky-wrapper .logo-section{ display:none; }
.sticky-wrapper .logo-section .navbar-brand img{ max-width: 100px; object-fit:contain; }

.sticky-wrapper.is-sticky .logo-section{ display:block; }
.sticky-wrapper.is-sticky .site-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-wrapper .logo-section .infos-top img {
    background: #fff;
    padding: 3px;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.site-navbar .site-navigation .site-menu > li > a.btn-register, .site-mobile-menu .site-mobile-menu-body > .site-nav-wrap > li > a.btn-register {
    background: linear-gradient(90deg, #d8864f, #0f698d, #0f698d);
    color: #fff;
    font-size: 16px;
    font-family: 'Hind';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05rem;
    border-radius: 50px;
    padding: 8px 30px;
    height: 42px;
    margin:0;
    border:0;
}
.site-navbar .site-navigation .site-menu > li > a.btn-register:hover,.site-mobile-menu .site-mobile-menu-body > .site-nav-wrap > li > a.btn-register:hover { color:#000b21; }
.sticky-wrapper.is-sticky .list-btn{ display:none!important;}
.btn-register .fa{ display:none;}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #d8864f; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #d8864f;}
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; 
        text-transform:uppercase;}
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                padding-left: 40px;
                font-size: 16px;
                text-transform: uppercase;
            }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .site-navbar .site-navigation .site-menu > li.active {
        border-bottom: 4px double #705539;}
    .sticky-wrapper .site-navbar ul li.active a,.site-navbar .site-navigation .site-menu > li:hover a {
        color: #705539; }
    .sticky-wrapper.is-sticky .navbar-brand img {
        max-width: 90px;
        background: #fff9f4;
        padding: 5px;
        border-radius: 5px;  } 
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #d9834a; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 0;
      margin: 0 7px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px 0px;
        font-size: 12px;
        color:#fff;}
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #fff; }  
  
#lang {
    min-width: 70px;
}
.title h2 {
    color: #3e3e3e;
    font-family: 'Abril Fatface';
    font-size: 48px;
    font-weight: 400;
    z-index: 2;
    position: relative;
}

.interesser-title h2 {
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 600;
}
.event .title h2{ font-size: 36px; }
.title h2 span{ color:#7b6145; }
.interesser-box .slide .card {
    border-radius: 10px;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    border-color: #dee2e6;
    overflow: hidden;
}
.interesser-box .slide .card img{
    aspect-ratio: 1/1;
    object-fit:cover;
    width:100%;
}
.mask-interesser-box {
    color: #f9fafb;
    width: 100%;
    background: rgb(216 134 79 / 70%);
    padding: 20px 0;
}
.mask-interesser-box h3 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.event h3 {
    color: #9c7348;
    font-family: "Hind";
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .025rem;
}
.event h4 {
    color: #e6751f;
    font-family: "Hind";
    font-size: 20px;
    letter-spacing: .025rem;
}
.event p,.event span,.event p span {
    color: #3e3e3e;
    font-size: 16px;
    font-family: "Hind";
}
.btn-event, .btn-link {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .025rem;
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    background: #d8864f;
    border-radius: 5px;
    padding: 8px 15px;
    color: #fff;
    margin: 0;
    border: 0;
    text-decoration: none;
}
.btn-event:hover,.btn-link:hover {
    background: #eb843f;
    color: #fff;
}

.banner-selection {
    height: auto;
    overflow:hidden;
}
.banner-selection:before {
    content: "";
    background: url(../images/motif-top-left-banner.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    max-width: 100px;
    width:100%;
    height: -webkit-fill-available;
    left: 0;
    display: block;
    z-index: 3;
}
.banner-selection:after {
    content: "";
    background: url(../images/motif-bottom-center-banner.webp) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 44%;
    max-width: 200px;
    width:100%;
    display: block;
    aspect-ratio: 1/1;
    transform: translateX(-44%);
    margin-bottom:-15px;
}
.banner-selection .title h1 {
    font-family: "Abril Fatface", serif;
    color: #d8864f;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
}
.banner-selection .img-banner {
    -webkit-mask: url(../images/mask-img-banner.webp)!important;
    mask: url(#mask);
    -webkit-mask-size: 100% 100%!important;
    -webkit-mask-position: center;
    transition: -webkit-mask-size .3s;
    max-height: 300px;
}
.banner-selection .img-banner img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    max-height: 300px;
}
.divider {
    border-bottom: 2px solid #1fa5db;
    position: relative;
    width: 30%;
    margin:auto;
}
.event{ position:relative;}
.event::after {
    content:"";
    background: url(../images/motif-event-right.webp) no-repeat top right;
    background-size: contain;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2;
}
.event::before {
    content: "";
    background: url(../images/motif-event-left.webp) no-repeat top left;
    background-size: contain;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: -30px;
    z-index: 2;
}
.chirugie_esth_plas_home {
    background: #f5eee6;
    position: relative;
}
.chirugie_esth_plas_home::after {
    content: "";
    background: url(../images/motif-chirugie-right.webp) no-repeat top right;
    position: absolute;
    display: block;
    right: 0;
    z-index: 2;
    height: 40%;
    width: 100%;
    background-size: contain;
    bottom: 0;
    margin-bottom: 5%;
}
.chirugie_esth_plas_home::before {
    content: "";
    background: url(../images/motif-chirugie-left.webp) no-repeat top left;
    position: absolute;
    display: block;
    height: 40%;
    width: 100%;
    background-size: contain;
    left: 0;
    top: 0;
    z-index: 2;
    margin-top: 8%;
}
.chirugie_esth_plas_home .card{ border:none;overflow:hidden;cursor: pointer;}

.chirugie_esth_plas_home .card .card-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition:6s;
    object-position: right;
}
.chirugie_esth_plas_home .card:hover img{ 
    transform:scale(1.5); 
}
.chirugie_esth_plas_home .card .card-img .card-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(53 35 15 / 30%);
}
.chirugie_esth_plas_home .card .card-img .card-mask h3 {
    color: #fff;
    font-family: 'Hind';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 60px;
    letter-spacing: .025rem;
}

.medecine_esth_cosm_home { background-color:#fff9f4;position:relative; }

.medecine_esth_cosm_home .medecine_esth_cosm_text p,.medecine_esth_cosm_home .medecine_esth_cosm_text span,.medecine_esth_cosm_home .medecine_esth_cosm_text p span {
    font-size: 18px;
}
.medecine_esth_cosm_home::after {
    content: "";
    background: url(../images/motif-medecine-right-bottom.webp) no-repeat bottom right;
    position: absolute;
    display: block;
    right: 0;
    z-index: 2;
    height: 50%;
    width: 100%;
    background-size: contain;
    bottom: 0;
}
.medecine_esth_cosm_home::before {
    content: "";
    background: url(../images/motif-medecine-left.webp) no-repeat top left;
    position: absolute;
    display: block;
    height: 30%;
    width: 100%;
    background-size: contain;
    left: 0;
    top: 0;
    z-index: 2;
    margin-top: 20%;
}
.medecine_esth_cosm_home .title h3 {
    font-size: 28px;
    font-family: "Hind";
    text-transform: uppercase;
    color: #d8864f;
    letter-spacing: .025rem;
    position:relative;
    background: url("../images/bg-title.webp") no-repeat center center;
    width: 100%;
    height: 100%;
    min-height:130px;
    line-height: 130px;
    margin: 20px auto;
}
.medecine_esth_cosm_home .medecine_ec_part-content p,.medecine_esth_cosm_home .medecine_ec_part-content p span,.medecine_esth_cosm_home .medecine_ec_part-content span{
    font-size:18px;
    color:#3e3e3e;
    font-family: "Inter";
}
.medecine_esth_cosm_home .medecine_ec_part-content ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-rows: repeat(7, min-content);
    grid-auto-flow: column;
}
.medecine_esth_cosm_home .medecine_ec_part-content ul li{
    color:#9e4d16;
    font-size:18px;
    font-family: "Inter";
    line-height:39px;
    border-left: 4px double #9e4d16;
    padding-left: 25px;
    margin-left: 15px;
}
.medecine_esth_cosm_home .medecine_ec_part-content ul li a{
    color:#9e4d16;
    text-decoration:none;
}
.medecine_esth_cosm_home .medecine_ec_part-content ul li:hover a{
    color:#9e4d16;
    text-decoration:underline;
}
.medecine_esth_cosm_home .medecine_ec_part-img {
    height: 100%;
    overflow: hidden;
    max-width: 468px;
}
.medecine_esth_cosm_home .medecine_ec_part-img img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
.beforeafter_home {
    background: #f5eee6;
    position: relative;
}
.beforeafter_home h3 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 10px 0px;
    font-size: 20px;
    font-weight:500;
    color: #d8864f;
    letter-spacing: .025rem;
    background: url(../images/bg-testimonial.webp) no-repeat center center;
    background-size: cover;
}

.beforeafter_home::before {
    content: "";
    background: url(../images/motif-beforeafter-left.webp) no-repeat top left;
    position: absolute;
    display: block;
    height: 90%;
    width: 100%;
    background-size: contain;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.beforeafter_home .title h2:after {
    content: "";
    background: #e6d8c9;
    height: 3px;
    width: 40%;
    display: block;
    margin: 10px auto;
}
.beforeAfter{ position:relative;}
.beforeAfter:before {
    content: "Before";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 25%);
    color: #fff;
    font-family: 'Poppins';
    z-index: 2;
    padding: 5px 7px;
    font-size:13px;
    margin-left: 10px;
}
.beforeAfter:after {
    content: "After";
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 25%);
    color: #fff;
    font-family: 'Poppins';
    z-index: 2;
    padding: 5px 7px;
    font-size:13px;
    margin-right: 10px;
}
.testimonial_home {
    background: url(../images/bg-testimonial.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.testimonial_home .title h2{ color:#fff; }
.testimonial_home .title h2:before {
    content: "";
    background: url(../images/quote-testimonial.webp) no-repeat;
    width: 120px;
    display: block;
    background-size: contain;
    aspect-ratio: 1/1;
    margin: auto;
}
.testimonial_home h3 {
    color: #a26f54;
    font-size: 33px;
    font-family: "Hind";
    letter-spacing: .05rem;
    line-height: 50px;
}
.testimonial_home .testimonial-img {
    width: 232px;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
}

.testimonial_home .testimonial-img img{
    object-fit:cover;
    width:100%;
    aspect-ratio: 1/1;
}

.testimonial_home .carousel-indicators {
    top: 100%;
    height: 30px;
}
.testimonial_home .carousel-indicators button {
    background: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity:1;
}
.testimonial_home .carousel-indicators button.active {
    background:#c28566;
    border: 2px solid #c28566;
}
.testimonial_home .testimonial-text {
    color: #fff;
    font-family: "Hind";
    font-size: 24px;
    line-height: 34px;
    position: relative;
}
.testimonial_home .testimonial-text em {
    color: #d8864f;
}
.testimonial_home .testimonial-text p{ margin:0; }
.testimonial_home .testimonial-text:before, .testimonial_home .testimonial-text:after {
    content: '"';
    font-family: "Hind";
    position: absolute;
    color:#d8864f;
    line-height:1;
}
.testimonial_home .testimonial-text:before{ left:0;top:0;}
.testimonial_home .testimonial-text:after{ right:0;bottom:0;}
.home-content{ position:relative; } 

.home-content>div{ position:relative;z-index:3; } 

.event-mask {
    z-index: 3;
    position: relative;
}
.event-img {
    height: 100%;
}
.event-img .carousel-inner {
    aspect-ratio: 1/1;
}

.event-img .carousel-item {
  position: absolute !important; /* Bootstrap is insistent */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.event-img .carousel-item img {
  height: 100%; /* Bootstrap handles width already */
  object-fit: cover; /* or 'contain' if you want stretch instead of crop */
}
.event-content .event-text {
    font-family: 'Hind',sans-serif;
    font-size: 18px;
    font-weight: 400;
    color:#232323;
    text-align: justify;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;*/
}

.logo-brand img{ max-width:150px;}

/*------------------- Navbar ---------------------------*/

.navbar-brand img {
    max-width: 130px; 
    width: 100%;
    height: -webkit-fill-available;
    object-fit:contain;
}

/*--------------------- Loading -------------------------*/

#loading
{
	text-align:center; 
	background: url('../img/loader.gif') no-repeat center; 
	height: 300px;
}

.section-content {
    background-color: #fff;
    box-shadow: inset 0px 3px 10px #e9ecef,inset 0px -3px 10px #e9ecef;
}
.section-content>.container {
    margin-bottom: 20px;
}



.detail-article img {
    max-width:100%;
    height:auto!important;
}
.img_article {
    overflow: hidden;
    height: 350px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}
.img_article img {
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available!important;
}
.img_article .date-article {
    padding: 5px 20px;
    background-color: #d8864fcc;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow:0 0 10px 1px #212529;
}

.img_article .date-article span {
    color: #fff;
    font-size: 13px;
    font-family: "Anta", sans-serif;
    font-weight: 500;
    z-index: 2;
    position: relative;
}
.news{
    background: url(../images/motif-news.png) no-repeat center right;
    background-size: contain;
    background-color:#f6f9ff;
}

.news .card .card-img {
    max-height: 230px;
    overflow: hidden;
    position: relative;
}
.news .date {
    padding: 5px 20px;
    background-color: #2d397f;
    margin-top: 0;
}
.news .date::after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: inherit;
    right: -10%;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(336deg);
}
.news .date span {
    color: #fff;
    font-size: 13px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    z-index: 2;
    position: relative;
}
.news .card .card-img img {
    width: 100%;
    object-fit: contain;
    height: -webkit-fill-available;
    transition: 6s;
}
.news .card:hover .card-img img {
    transform:scale(1.2);
}
.news .card .card-body a{ text-decoration:none; }
.news .card .card-body h3{
    color:#d8864f;
    font-size:18px;
    font-family: 'Hind',sans-serif;
    font-weight: 600;
    text-transform:uppercase;
}
.news .card .card-body p {
    color: #d8864f;
    font-size: 13px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .btn-news {
    background: #1fa5db;
    color: #fff;
    font-size: 12px;
    font-family: 'Hind';
    font-weight: 400;
    text-transform: uppercase;
}

.news .right-news .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news .right-news .card:last-child {margin-bottom:0;}
.news .right-news .card .card-img, .news .right-news .card .card-body {
    width: 50%;
}
.news .right-news .card-img {
    overflow: hidden;
    height: 100%;
}
.news .right-news .card .card-img img {
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
    transition: 6s;
    /*max-height: 230px;*/
}
.news .right-news .card .card-body h3{ font-size:15px ;}


.newsletter .title h2 {
    color: #fff;
}
.newsletter .title .divider  {
    border-bottom: 2px solid #fff;
}

.newsletter h4{
    color:#292929;
    font-size: 16px;
    font-family: 'Hind';
    font-weight: 400;
}
.newsletter form {
    border-radius: 5px;
    background: #fff;
}
.newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: 100%;
    color: #565656;
    font-family: 'Hind';
    font-weight: 400;
    background-color: #fff9ec;
}
.newsletter form input[type="email"]:focus {
    box-shadow: unset;
}
.newsletter input {
    height: 50px;
    border-radius: 5px!important;
}
.newsletter form button[type="submit"] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    font-size: 13px;
    padding: 0 25px;
    background: #7b6145;
    margin: 0;
    color: #fff;
    transition: 0.3s;
    border-radius: 5px!important;
    text-transform: uppercase;
    height: 50px;
    z-index:3;
}
.newsletter input::placeholder {
	color: #565656;
    font-family: 'Hind';
    font-weight: 400;
    font-size: 12px;
    font-style:italic;
}
.detail-article h2 {
    font-family: "Jost",sans-serif;
    font-size: 30px;
    color: #7b6145;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
    text-align: left;
}
.detail-article h3 {
    font-family: "Jost",sans-serif;
    font-size: 24px;
    color: #7b6145;
    text-align: left;
}
.detail-article h4 {
    font-family: "Jost",sans-serif;
    font-size: 18px;
    color: #7b6145;
    text-align: left;
}
.detail-article p, .detail-article span, .detail-article p, .detail-article li {
    font-family: 'Hind'!important;
    font-size: 16px!important;
    line-height: 28px;
}
.products .prod-icone:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.actualite .card .card-img {
    height: 250px;
    overflow: hidden;
}
.actualite .card .card-img .card-body{
    z-index:3;
}
.actualite .card .card-img .date {
    color: #7b6145;
    background: rgb(243 243 243 / 90%);
    padding: 5px 10px;
    margin: 10px;
    width: fit-content;
    z-index: 3;
}
.actualite .card .card-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    display: block;
    position: absolute;
    z-index:2;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.actualite .card .card-img img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    transition: 1s;
}
.actualite .card .card-body .card-title{
    text-align: center;
}
.actualite .card .card-body .card-title a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-family: "Raleway";
    font-weight: 700;
    display: block;
    text-align: left;
    min-height: 45px;
}
.actualite .card .card-body .card-text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    text-align: justify;
    text-align-last: center;
}
.actualite .card:hover .card-img img{ transform:scale(1.2);}
.actualite .card:hover .card-body .card-title a { color:#d8864f; }
footer {
    background: #f5eee7;
}

.footer .infos-bottom {
    color: #204187;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
}
.footer h3 {
    font-size: 22px;
    color: #7b6145;
    font-family: 'Hind';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .045rem;
}
.footer h3:after {
    content: "";
    background: #e6d8c9;
    height: 2px;
    display: block;
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer .infos-footer img {
    mix-blend-mode: darken;
    max-width: 150px;
}
.footer li {
    margin-bottom: 10px;
    position: relative;
    color: #424242;
}
.main ul,.footer ul {
    /*list-style-image: url(../images/marker-bi.png);*/
    width: 100%;
    height: 100%;
}
.accordion-button{
    background-color: rgb(255 249 236);
    color: #d8864f;
}
.accordion-body {
    background-color: #d8864f;
    color: #fff;
}
.accordion-button:not(.collapsed) {
    color: #d8864f;
    background-color: #fff9ec;
}
.footer li a {
    color: #424242;
    font-size: 18px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.footer li i{ color:#c28566; }

.footer .infos-footer ul li:hover a { color: #c28566;}

.footer .organizer span {
    font-size: 14px;
    color: #2e2e2e;
    font-family: 'Hind';
    font-weight: 600;
    margin:0;
}
.footer .organizer img {
    max-width: 100px;
}
.footer  .text-rsociau span {
    font-size: 18px;
    color: #7b6145;
    text-transform: uppercase;
    font-family: "Hind";
    font-weight: 400;
}

.pied-page {
    background: #f5eee7;
    border-top: 1px dashed #d8864f;
}
.pied-page p {
    font-size: 16px;
    color: #3e3e3e;
    font-family: 'Hind';
    font-weight: 400;
    margin: 0;
}
.pied-page a {
    color: #533f31;
    font-family: 'Hind';
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
.pied-page a:hover {
    color: #d8864f;
}
.social-network a {
    color: unset;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: #f4faff;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ceddea;
    border-radius: 50%;
    font-size: 14px;
}
.social-network a:nth-child(1) {
    color: #01438f;
}
.social-network a:nth-child(2) {
    color: #3d87dd;
}
.social-network a:nth-child(3) {
    color: #35d311;
}
.social-network .fab {
    font-size: 16px;
    margin: 0;
}
.social-network a:hover {
    color: #fff;
    background: #d8864f;
    border-color: #fbb003;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    background-size: cover;
    color: #7b6145;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    font-family: 'Hind';
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
}

.breadcrumbs ol a {
  color: #3c3124;
  transition: 0.3s;
  font-family: 'Montserrat';
  font-weight: 600;
  text-decoration: unset;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
    padding-left: 5px;
    font-family: 'Montserrat';
    color: #d8864f;
    font-weight: 600;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 5px;
  color: #7b6145;
  content: "\f105";
  font-family:"FontAwesome";
}
.ratings-cart {
    position: relative;
}
.single-product-area .ratings-cart {
    z-index: -1;
}

#rating svg,#rating2 svg {
    width: 20px;
    height: 20px;
}
.rating2 svg {
    width: 15px;
    height: 15px;
}
.prod-content .sort-section {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    transform: translate(0%,-50%);
}
 
.partners em {
    font-family: "Anta",sans-serif;
    font-weight: 500;
    color: #d8864f;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    font-style: normal;
}


/*--------------------------------------------------------------
# sliks
--------------------------------------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 15px;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;

}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
    text-align: center;

}
.slick-slide::before {
    content: '';
    display: inline-block;
    /*height: 100%;*/
    vertical-align: middle;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-initialized .slick-slide
{
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.prod-box.slick-initialized .slick-slide,.box-tablist.slick-initialized .slick-slide{ vertical-align: top; }

.customer-megaMenu .slick-initialized .slick-slide
{
    text-align: left;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos, .customer-megaMenu {
    padding: 0;
    overflow: visible;
    margin: 0;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    padding: 0;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-arrow {
    background: transparent;
    max-width: 100px;
}
.slick-orange{ display: none!important; }
.slick-grey	 { display: inline!important; }

.slick-next.slick-grey:hover{ display: none!important; }
.slick-next.slick-grey:hover + .slick-next.slick-orange,.slick-next.slick-orange:hover{ display: inline!important; }

.slick-prev.slick-grey:hover{ display: none!important; }
.slick-prev.slick-grey:hover + .slick-prev.slick-orange,.slick-prev.slick-orange:hover{ display: inline!important; }

/*---------------------------------------------*/
#contact-form .form-group label {
    color: #000;
    font-family: 'Hind';
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    margin-left: 15px;
    margin-top: 15px;
}

#contact-form .form-group .form-control {
    height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    box-shadow: 0px 5px 12px 0px rgb(13 110 253 / 25%);
    font-family: 'Hind';
    font-weight: 400;
}
#contact-form h5 {
    margin: 20px;
    border-top: 1px dashed #f45000;
    border-bottom: 1px dashed #f45000;
    font-family: 'Hind';
    font-weight: 600;
    color: #f45000;
}

#contact-form  .btn-login {
    height: 50px;
    border: none;
    border-radius: 30px;
    padding: 0 30px;
    font-family: 'Hind';
    font-weight: 600;
    font-size: 18px;
    background: #d8864f;
    color: #fff;
    margin: 20px 0;
}

#contact-form  .btn-login:hover {
    background: #004fda;
}
.checkout_details_area .form-control {
    background: #fff;
    border: none;
    border-radius: unset;
    font-family: 'Hind';
    font-weight: 400;
    color: #000;
}
.checkout_details_area input.form-control {
    height:45px;
}

/*--------------------------------------*/

.bg-blue {
    background: #234387;
}

.back-to-top {
    position: fixed;
    height: 50px;
    width: 50px;
    border: none;
    color: #d8864f;
    padding: 0;
    line-height: 50px;
    right: .5rem;
    bottom: 4rem;
    outline: none;
    display:none;
    z-index: 3;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(0,13,31,.25) 0 0 .25rem 0;
    transition: box-shadow cubic-bezier(0.4,0,0.2,1) .2s;
}

.back-to-top:hover {color: #fff;background: #d8864f;}
/*----------------------------------------------------------------------------------------*/
	@media (min-width: 1700px){

		.slide-section {
		    max-width: 1600px;
		    margin: auto;
		}
	
	}
	@media (min-width: 1200px) and (max-width: 1539px){
	    
		.slide-section {
		    max-width: 1100px;
		    margin: auto;
		}	 
	}

	@media (min-width: 1200px) and (max-width: 1300px){
	    .event .container {
            max-width: 1050px;
        }   
	}
	@media (max-width: 1200px) { 
	 
		.logo{
			width:250px;
		}
		.cl1,.cl2,.cl3{padding:0 20px;}
		.cl2{padding-left:20px;}
		.f1 a {
			margin-left: 20px;
		}
		.slide-section {
		    max-width: 1300px;
		    margin: auto;
		}	
        
	    .hero h1{ 
	        font-size: 40px;
            line-height: 60px;
            letter-spacing: unset;}
	}
	@media (min-width: 992px) and (max-width: 1200px){
	    .event .container {
            max-width: 860px;
        }   
	    .container.container-custom {
	        max-width: 1140px;
	    }
    	.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
            padding: 10px 0px;
            font-size: 14px;
        }
        
	    .guest .guest-content .list-guest li, .guest .guest-content .list-guest li a{ font-size:15px; }
	}
	/* Increase all font sizes on mobile */
	@media (max-width: 1024px) and (min-width: 993px) { 
	/* Increase all font sizes on mobile */
		.single-product-wrapper {
		 position: relative;
		 z-index: 1;
		 margin-bottom: 50px;
		 overflow: hidden;
		 background-color: #fff;
		 height: 470px;
		}
		
	}

	@media (max-width: 1090px) { 
		
		.prod-content .sort-section {
			transform: translate(0%,100%);
		}
		.prod-content nav {
			margin-bottom: 25px;
			margin-top: 50px;
		}
	}
	
	/* Increase all font sizes on mobile */
	@media (max-width: 992px) and (min-width: 768px) {
	    /*.hero .hero-content { top:40%;}*/
	    .guest .guest-content .list-guest li, .guest .guest-content .list-guest li a{ font-size:13px; }
	}
	@media (max-width: 992px) { 
	/* Increase all font sizes on mobile */
        .logo-brand img{ max-width:130px;}
        .border-sm-bottom{
            border-bottom:1px solid #fff;
            padding-bottom:10px;
            margin-bottom:15px;
        }
	    .container.container-custom {
	        max-width: 920px;
	    }
		.header-section {
			width: 100%;
			order: 3;
			position: absolute;
			background: #fff;
			top: 60px;
			z-index: 3;
			box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 40%);
		}
		.navbar-brand img {
            max-width: 110px;
        }
        .logo-form {
            max-width: 120px;
        }
		
	}

	/* Increase all font sizes on mobile */
	@media (max-width: 796px) and (min-width: 768px) { 
	    .hero h1 {
            font-size: 45px;
            line-height: 60px;
        }
	}
	
	@media (max-width: 768px){
	    .content-feed {
            bottom: 0;
            left: 0;
        }
	    .content-feed .btn-visit {
            width: 100%;
            border-radius: unset;
            padding: 15px;
            box-shadow: 0px -4px 2px rgb(0 0 0 / 20%);
        }
        .banner-selection:after {
            max-width: 80px;
        }
        .banner-selection:before {
            max-width: 50px;
        }
	    .news .card .card-img {
            max-height: 100%;}
		.guest .guest-content .list-guest ul {
            columns: 2;
        }
		.btn-register{
		    font-size:0;
		    padding:12px 15px;
		}
        .btn-register .fa{ display:block;font-size:16px;}
        
		.event {
            background: unset;
        }
        .slick-next {
            right: 0px;
            max-width: 50px;
        }
        .slick-prev {
            left: 0;
            max-width: 50px;
        }
		
		.sticky-wrapper .logo-section .navbar-brand img{
			width:100px;
		}
		.title {
			margin-right: 5px!important;
		}
		.title h2,.event .title h2 {
			font-size: 32px;
			padding: 5px;
		}
		.title h3{ font-size:18px; }
		.medecine_esth_cosm_home .title h3 {
            font-size: 20px;
            min-height: 80px;
            line-height: 80px;
            background-size: contain;
        }
        .event h3 {
            font-size: 24px;
            letter-spacing: unset;
            text-align: start;
        }
		.breadcrumbs ol{ font-size: 8px; }
		.profil-visiteur .profil-text ul li {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            border-radius: 20px;
            justify-content: center;
        }
        .home-content::after {
            background-size: contain;
        }
        .w-sm-100{
            width:100%!important;
        }
        
	}
	/* Increase all font sizes on mobile */
	@media (max-width: 768px) and (min-width: 576px) { 
	}
	
    @media (max-width: 767px){
        
        .valeurs .border-val:nth-child(3),.valeurs .border-val:nth-child(6) {
            border-right: 0;
        }
        .valeurs .border-val{ border-bottom:1px solid #fff;}
        .valeurs .border-val:last-child{ border-bottom:0;}
    }
	/* Increase all font sizes on mobile */
	@media (max-width: 640px) { 
	 
		.full-bg-img h2{
		/* default is 1rem or 16px */
			font-size: 1.5rem;
			line-height: 1rem;
		}
	 
	}

	/* Increase all font sizes on mobile */
	@media (max-width: 600px) { 
	    .hero {
            min-height: auto;
            aspect-ratio: 4/3;
        }
	    .detail-article .guest .guest-content .list-guest ul {
            columns: 2;
        }
	    .banner-selection .title h1{ font-size:18px;}
        
        .banner-selection .title h1 img{ max-width:40px!important;}
        .banner-selection>.container{
            min-height: 120px;
        }
	    .img_article {
            height: 200px;
        }
        .hero .infos-top {
            font-size: 16px;
        }
        .guest .guest-content .list-guest ul {
            columns: 1;
            margin: 0;
        }
		.valeurs .border-val:nth-child(2), .valeurs .border-val:nth-child(4),.valeurs .border-val:nth-child(6) {
            border-right: 0;
        }
		.navbar-nav{padding: 5px 0;}
		.navbar-nav li{padding-bottom: 1px;}
		.main .section>h2,.section4 h2{font-size: 22px;}
		.section2 h3,.alert h3{font-size: 22px;}
		.section4 ul li a {
			font-size: 12px;
			line-height: 1em;
		}
		.section2,.section3,.section4{padding-left: 10px;padding-right: 10px;}
		.pack .card-body{
			padding-left: 15px;
			padding-right: 15px;
		}
		.cl5 ul li span {font-size: 18px;}
				.single-product-wrapper {
		 position: relative;
		 z-index: 1;
		 margin-bottom: 50px;
		 overflow: hidden;
		 background-color: #fff;
		 height: auto;
		}
		.pagination {
			font-size: 16px;
		}
		.pagination .page-link {
			padding: .05rem .2rem;
		}
		
		.prod-content .pagination { margin-top:60px; }
		
		.detail-article h2 {
            font-size: 24px;
        }
        .detail-article h3 {
            font-size: 18px;
        }
        .detail-article h4 {
            font-size: 14px;
        }
		
}
	
	
	
	/* Increase all font sizes on mobile */
	@media (max-width: 524px) {
	    
        .sticky-wrapper.is-sticky .menu-span{ display:none;}
		
		.hero .hero-content {
            top: 55%;
        }
        .hero .hero-content img{
            max-width: 150px;
        }
		.hero h1 {
            font-size: 30px;
            line-height: 42px;
            letter-spacing: unset;
        }
		.hero .hero-content .py-4{
		    padding-top: 1rem!important;
            padding-bottom: 1rem!important;
		}
		.infos-top img {
            width: 14px;
        }
		
		.prod-content .sort-section {
			transform: translate(6%,180%);
		}
		
		.top-navbar .container{
			max-width:920px;
		}
		.custom-slick-box {
			margin-top: 80px;
		}
		/*.tablist-content .nav-pills {
			transform: translate(0%,-180%)!important;		
			justify-content: center!important;
		}*/
		
		.breadcrumbs ol{ font-size: 5px; }
		.medecine_esth_cosm_home .medecine_ec_part-content ul li {
            font-size: 14px;
        }
	}
	@media (max-width: 466px) {
	    
	    .detail-article .guest .guest-content .list-guest ul li {
            font-size: 10px;
            height: 60px;
        }
	    .detail-article .guest .guest-content .list-guest ul li .number{
            font-size:20px;
        }
        .detail-article .guest .guest-content .list-guest li span {
            padding: 5px!important;
        }

		.cart-btn .btn{ width: 100%; font-size:12px; padding-left:5px!important;padding-right:5px!important; }
		.cart-btn .btn img{ width: 15px; }
		.qty-minus, .qty-plus {
			padding: 0 5px;
		}
		.cart-btn button.avis-like {
			height: 35px;
			width: 35px;
		}
		.avis-like i {
			line-height: 35px;
		}
		.quantity .qty-text {
			height: 35px;
			width: 35px;
		}
		.sticky-wrapper .logo-section .navbar-brand img {
            max-width: 100px;
        }
        .hero .hero-content {
            top: 50%;
        }
        .profile-text h4, .contact h4 {
            font-size: 12px;
            letter-spacing: .12rem;
        }
	}
	
	
	@media (min-width: 452px) {
	    .col-xs-6{ width:50%; }
	}

	
	/* Increase all font sizes on mobile */
	@media (max-width: 419px) { 
		.actualite .card .card-img {
            height: 200px;
        }
        .event-info span {
            font-size: 10px;
        }
        .event-info .event-hall{ font-size: 9px; }
        .event-info{ padding:10px;}
        .event-detail{ padding:10px;}
        .event-detail h3{font-size:16px;}
        .event-detail p{font-size:13px;}
        .event-info:after{ top:6px; }
        .event-info .event-hall {
            font-size: 8px;
            padding: 3px;
        }
        .tabs-schedule.nav-tabs > li > a {
            font-size: 16px;
            padding: 4px 10px;
        }
        .tabs-schedule.nav-tabs > li > a span { font-size: 10px; }
        .tabs-schedule.nav-tabs{ margin-bottom:20px;justify-content: space-around;}
	}
	@media (max-width: 370px) { 
	
		.fav-icon a {
			font-size: 12px;
		}
		.fav-icon .fa {
			font-size: 14px;
			color: #72411f;
			padding: 8px;
			font-family: 'FontAwesome';
		}
		/*.tablist-content .nav-pills .nav-item .nav-link, .tablist-content .nav-pills .nav-link {
			font-size: 12px;
			padding: 10px;
		}*/
		
		.infos-top {
            font-size: 10px;
            font-weight:500;
        }
	}

	@media (max-width: 362px) { 
	
		.prod-content .sort-section {
			transform: translate(6%,250%);
		}
		
	}
	
	@media (max-width: 337px) { 

		.custom-slick-box {
			margin-top: 120px;
		}
		.hero h1 {
            font-size: 24px;
            line-height: 30px;
            letter-spacing: unset;
        }
        .btn-visit { font-size: 16px; }
	}