@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');


body{
    
    font-family: 'Inter', sans-serif;
    background:#fff;
}
b, strong {
    font-weight: bolder;
    color: #244487;
}
.cursor-pointer {
    cursor: pointer;
}
.bg-none {
    background: none!important;
}
.profile-text h3 {
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    color: #042c77;
    font-size: 30px;
}
.profile-text h4,.contact h4 {
    font-family: "Anta",sans-serif;
    font-weight: 500;
    color: #1fa6dc;
    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;
}

.contact .info-box p:last-child{ margin:0; }
.btn-login {
    background: #244487;
    color: #fff;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 18px;
    box-shadow: 5px 5px 1px rgb(13 110 253 / 25%);
}
.login-form .form-control::placeholder {
    font-size: 13px;
    color: #aaa0a0;
    font-weight: 300;
}

.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: #1fa6dc;
    border: 1px solid #1fa6dc;
}

.info-box:hover .fa {
    background: #1fa6dc;
    color: #fff;
}

.info-box p:hover a {
    text-decoration: underline;
    color: #1fa6dc;
}     
        
/*======= 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;
}

/*======= 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: #204187;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.sticky-wrapper.is-sticky .infos-top,.hero .infos-top { 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: 22px;
    text-transform: uppercase;
    letter-spacing: .05rem;
    width: 250px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    background: linear-gradient(90deg, #1fa6dc, #0f698d, #0f698d);
    border-radius: 50px;
    padding: 8px;
    color: #fff;
    margin:0;
    border:0;
}
.hero {
    width: 100%;
    height: 100%;
    min-height: 680px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align:left;
    /*animation:breath 40s linear infinite;*/
}
@keyframes breath {
  0%   { background-size: 130% 100%; }
  50% { background-size: 160% 100%; }
  100% { background-size: 130% 100%; }
}
    .hero:before {
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 47%);
        display: block;
        position: absolute;
        z-index: 1; }
    .hero .hero-content {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -15%);
        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: #fff;
        text-transform: uppercase;
        font-size: 60px;
        font-weight: 500;
        font-family: "Anta", sans-serif;
        line-height: 78px;
        letter-spacing: .05rem;
        text-shadow: 5px 2px 0px rgb(13 110 253 / 25%);
    }
    .hero h1 span{ color:#6ad4ff; }
    .hero .infos-top {
        font-size: 24px;
        font-family: 'Inter',sans-serif;
        font-weight: 600;
    }
    
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
        color: #fff;
        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%; }
  .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: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
            padding: 10px 25px;
            color: #fff;
            font-size: 16px;
            text-decoration: none !important;
            font-family:'Inter';
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: .025rem;}
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #1fa6dc; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #1fa6dc; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          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: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #007bff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .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 {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .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: #ebeef0;
            color: #212529; }
      .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: #fff; }
      .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: 150px; }

.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, #1fa6dc, #0f698d, #0f698d);
    color: #fff;
    font-size: 16px;
    font-family: 'Inter';
    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: #1fa6dc; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #1fa6dc; }
    .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; }
    .sticky-wrapper .site-navbar ul li.active a {
      color: #1fa6dc; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #1fa6dc; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .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:last-child > a {
          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: 10px 10px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px; }
        .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: #173675;
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}
.banner-selection{
    height: 200px;
}
.banner-selection>.container{
    min-height: 200px;
}
.banner-selection .title h1 {
    font-family: 'Anta';
    font-weight: 500;
    font-size: 30px;
}
.event .divider {
    border-bottom: 5px solid #1fa5db;
    position: relative;
    width: 12%;
}
.divider {
    border-bottom: 2px solid #1fa5db;
    position: relative;
    width: 30%;
    margin:auto;
}
.event {
    background: url(../images/bg-event.png) no-repeat top right;
    background-size: contain;
}
.event-img {
    border-radius: 20px;
    overflow: hidden;
    height: 330px;
}
.event-img .mask {
    background: linear-gradient(to top, rgb(31 166 220 / 83%) 1%,#ffffff00 60%);
}
.event-img img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
.event-content .event-text {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color:#2c2c2c;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.btn-event {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    background: linear-gradient(90deg, #1fa6dc, #0f698d);
    border-radius: 50px;
    padding: 10px 35px;
    color: #fff;
    margin:0;
    border:0;
}
/*------------------- Navbar ---------------------------*/

.navbar-brand img {
    max-width: 250px;
}

/*--------------------- Loading -------------------------*/

#loading
{
	text-align:center; 
	background: url('../img/loader.gif') no-repeat center; 
	height: 300px;
}

.industrie {
    background: url(../images/bg-sec.png), radial-gradient(ellipse at top,#1e97d0 13%,#010722  74%,#011834 100%);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
}

.industrie .title h2 { color:#001644; }

.industrie_content .card {
    height: 100%;
    justify-content: center;
    align-items: center;
}
.industries .card {
    background: #011335;
    padding: 10px;
}
.industrie_content .card .card-img {
    overflow: hidden;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    margin: auto;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 25%);
}
.industries .card .card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.industrie_content .card .card-img img,.industries .card .card-img img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    transition: 3s;
}
.industrie_content .card:hover .card-img img,.industries .card:hover .card-img img {
    transition: 3s;
    transform: scale(1.2);
}
.industrie_content .card  .mask {
    background: linear-gradient(to top, rgb(0 182 255 / 90%) 1%,#ffffff00 60%);
}

.industrie_content .card:hover .card-img .mask {
    background: rgb(0 182 255 / 50%);
}
.industrie_content .card .industrie_content_title a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: unset;
    width: 135px;
    display: block;
    margin-top: 10px;
}

.industries .card .industrie_title a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: unset;
    display: block;
    padding: 10px 0;
    background: rgb(13 110 253 / 25%);
}


.industrie_content .card:hover .industrie_content_title a,.industries .card:hover .industrie_title a{
    color:#1e97d0;
}

/*.guest,*/ .section-content {
    background: url(../images/bg-guest.png) no-repeat center right;
    background-size: auto;
}
.section-content {
    background-color: #f0f8ff;
}
.section-content>.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgb(137 137 137 / 25%);
}
#schedule>.container {
    background: url("../images/calendar-event.png") no-repeat top right;
    background-size: 120px;
    background-origin: content-box;
    background-color: #fff;
}
.guest .guest-content h3{
    color:#fff;
    font-size:20px;
    font-family:"Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    line-height:40px;
    margin:0;
}
.guest .guest-content .list-guest ul {
    margin: 0;
    columns: 2;
    padding: 0;
}
.detail-article .guest .guest-content .list-guest ul {
    columns: 3;
}
.guest .guest-content .list-guest li {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    background: url('../images/backg-g.png') no-repeat center bottom;
    border-radius: 5px;
    background-size: cover;
    background-color: #fff;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%);
}

.guest .guest-content .list-guest li .number {
    color: rgb(194 218 255 / 54%);
    font-size: 30px;
    font-family: "Anta";
    margin-left: 5px;
    z-index: 2;
    font-weight: 700;
}
.guest .guest-content .list-guest li span {
    z-index: 3;
    font-weight: 500;
    align-self: center;
}
    
/*.guest .guest-content .list-guest li:hover {
    background-color: #1956af;
}
.guest .guest-content .list-guest li:hover ,.guest .guest-content .list-guest li:hover a, .guest .guest-content .list-guest li:hover .fa {
    color: #fff;
}*/
.guest .guest-content .list-guest li ,.guest .guest-content .list-guest li a {
    color: #000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    /*align-items: center;*/
    width: -webkit-fill-available;
    height:100px;
}
.guest .guest-content .list-guest li .fa {
    border-right: 1px solid #e9ecef;
    padding: 20px;
    margin-right: 10px;
    color: #244487;
}
.valeurs {
    background: #1fa6dc;
}
.valeurs .border-val{
    border-right:1px solid #fff;
}
.valeurs .border-val:last-child{
    border-right:none;
}
.valeurs .card-img {
    display: flex;
    height: 60px;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    margin-top: 5px;
}
.valeurs .card-title {
    color:#fff;
    font-size:20px;
    font-family:"Inter", sans-serif;
    font-weight: 400;
    text-transform:uppercase;
    margin:0;
}
.valeurs .card-title span {
    font-size: 32px;
    font-weight: 600;
    display: block;
}
.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: #244487cc;
    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: "Inter", 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:#244487;
    font-size:18px;
    font-family:"Inter", sans-serif;
    font-weight: 600;
    text-transform:uppercase;
}
.news .card .card-body p {
    color: #244487;
    font-size: 13px;
    font-family: "Inter", 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: 'Inter';
    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{
    background:#1fa5db;
}
.newsletter h3{
    color:#fff;
    font-size: 18px;
    font-family: 'Inter';
    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: 'Inter';
    font-weight: 400;
}
.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: #244487;
    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: 'Inter';
    font-weight: 400;
    font-size: 12px;
    font-style:italic;
}
.detail-article h2 {
    font-family: "Jost",sans-serif;
    font-size: 30px;
    color: #042461;
    border-bottom: 1px dashed #053796;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: left;
}
.detail-article h3 {
    font-family: "Jost",sans-serif;
    font-size: 24px;
    color: #1c9bce;
    text-align: left;
}
.detail-article h4 {
    font-family: "Jost",sans-serif;
    font-size: 18px;
    color: #1c9bce;
    text-align: left;
}
.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: #1c9bce;
    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: "Inter";
    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:#1fa6dc; }
footer {
    background: #f5f9ff;
}

.footer .infos-bottom {
    color: #204187;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
}
.footer h3 {
    font-size: 16px;
    color: #244487;
    font-family: 'Inter';
    font-weight: 600;
    text-transform: uppercase;
}

.footer .infos-footer img {
    mix-blend-mode: darken;
    max-width: 150px;
}
.footer li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 5px;
}
.footer li::marker {
    content: '\f00c';
    font-family: 'Fontawesome';
    color: #1fa6dc;
    font-size: 16px;
}
.footer li a {
    color: #000;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.footer .infos-footer ul li:hover a { color: #1fa6dc;}
.pied-page p {
    font-size: 14px;
    color: #343434;
    font-family: 'Inter';
    font-weight: 500;
    margin:0;
}

.pied-page a {
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.pied-page a:hover {
    color: #1fa6dc;
}
.pied-page .fab {
    color: #244487;
    font-size: 21px;
    margin: 0 5px;
    vertical-align: middle;
}
.pied-page .fab:hover {
    color: #1fa6dc;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    background-size: cover;
    color: #244487;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    font-family: 'Inter';
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.breadcrumbs ol a {
  color: #353535;
  transition: 0.3s;
  font-family: 'Inter';
  text-decoration: unset;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 5px;
  font-family: 'Inter';
  color: #244487;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 5px;
  color: #1fa6dc;
  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: #1fa6dc;
    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; }

/*---------------------------------------------*/
/*.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #244487;
}

.nav-pills .nav-link.active:hover, .nav-pills .show>.nav-link:hover {
    background-color: #014aca;
}
.nav-pills .nav-link {
    border-radius: 1rem 1rem 0 0;
    background: #ececec;
    color: #000;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter',sans-serif;
    padding: 8px 20px;
}
.nav-pills .nav-link:hover {
    background: rgb(13 110 253 / 25%);
}
.nav-pills .nav-link i { font-size: 18px; }*/

#contact-form .form-group label {
    color: #000;
    font-family: 'Inter';
    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: 'Inter';
    font-weight: 400;
}
#contact-form h5 {
    margin: 20px;
    border-top: 1px dashed #f45000;
    border-bottom: 1px dashed #f45000;
    font-family: 'Inter';
    font-weight: 600;
    color: #f45000;
}

#contact-form  .btn-login {
    height: 50px;
    border: none;
    border-radius: 30px;
    padding: 0 30px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    background: #244487;
    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: 'Inter';
    font-weight: 400;
    color: #000;
}
.checkout_details_area input.form-control {
    height:45px;
}

/*--------------------------------------*/

.bg-blue {
    background: #234387;
}


/*
schedule
*/

.tabs-schedule.nav-tabs {
    border: 0px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 40px;
    margin-left: 0px;
    text-align: center;
    justify-content: space-around;
}

.tabs-schedule.nav-tabs > li {
    padding: 0px;
}

.tabs-schedule.nav-tabs > li > a {
    font-size: 20px;
    display: block;
    padding: 4px 20px;
    color: #333;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-bottom: -2px;
    position: relative;
    border: 0px;
}

.tabs-schedule.nav-tabs > li > a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1c9bce;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.tabs-schedule.nav-tabs > li > a span {
    font-size: 12px;
    display: block;
    color: #999;
    font-family: 'Raleway';
    font-weight: 400;
}

.tabs-schedule.nav-tabs > li > a.active,
.tabs-schedule.nav-tabs > li > a:hover {
    color: #1c9bce;
    background: #fff;
}

.tabs-schedule.nav-tabs > li > a.active:after,
.tabs-schedule.nav-tabs > li > a:hover:after {
    width: 100%;
}

.event-info {
    border-right: 2px solid #1c9bce;
    padding-right: 30px;
    text-align: right;
    text-transform: uppercase;
    position:relative;
    display: table-cell;
}
.event-info:after {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #fff;
    border: 2px solid #1c9bce;
    position: absolute;
    right: -8px;
    top: 10px;
    content: "";
}
.event-info span {
    display: block;
    font-size: 16px;
}


.event-info .event-hall {
    margin-top: 10px;
    font-style: normal;
    font-size: 12px;
    padding: 3px 10px;
    border-right: 3px solid #1c9bce;
    background: #f5f5f5;
    font-weight: 400;
}

.event-detail {
    /*border-left: 2px solid #1c9bce;*/
    padding-left: 30px;
    position: relative;
    display: table-cell;
}

/*.event-detail:before {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #fff;
    border: 2px solid #1c9bce;
    position: absolute;
    left: -8px;
    top: 10px;
    content: "";
}

.event-detail:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: -2px;
    top: -3px;
    color: #1c9bce;
    font-size: 28px;
}*/
#schedule .tab-pane>.row {
    align-items: self-end;
    border-bottom: 1px dashed #1c9bce;
}
#schedule .tab-pane>.row:last-child {
    border: none;
}
.event-detail h3 {
    color: #0a0a0a;
    font-size: 22px;
    font-family: 'Inter';
    font-weight: 300;
    margin: 0;
    margin-top: 8px;
}
.event-detail .row:first-child h3,.event-detail>h3{margin-top: 0px;}
.event-detail p {
    margin-top: 12px;
    margin-bottom: 0;
}
.event-detail .img-fluid {
    border-radius: 5px;
}

.event-detail h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    color: #666;
}

.back-to-top {
    position: fixed;
    height: 50px;
    width: 50px;
    border: none;
    color: #244487;
    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: #244487;}
/*----------------------------------------------------------------------------------------*/
	@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;
		}	
        .valeurs .card-title { font-size:16px;}
        .valeurs .card-title span {
            font-size: 30px;
        } 
        .industrie_content .card .card-img {
            width: 135px;
            height: 135px;
        }
	}
	@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;
        }
    	.site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 15px;}
	    .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:250px;}
	    .hero h1{ font-size: 50px; line-height: 68px;}
        .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: 150px;
        }
		
	}

	/* 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){
	    #schedule>.container {
            background-size: 70px;
        }
	    .hero .chiffres{ display:none;}
	    .hero .hero-content { top:45%;}
	    .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:130px;
		}
		.title {
			margin-right: 5px!important;
		}
		.title h2 {
			font-size: 22px;
			padding: 5px;
		}
		.title h3{ font-size:18px; }
		.breadcrumbs ol{ font-size: 11px; }
        
	}
	/* 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) { 
	    .detail-article .guest .guest-content .list-guest ul {
            columns: 2;
        }
	    .banner-selection .title h1{ font-size:18px;}
        .banner-selection{
            height: 120px;
        }
        .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;
        }
		.btn-visit {
            width: 75%;
        }
		.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{
			min-height: 580px;
		}
		.hero .hero-content {
            top: 55%;
        }
		.hero h1 {
            font-size: 30px;
            line-height: 42px;
        }
		.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: 8px; }
	}
	@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;
        }
	}
	

	
	/* 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;
		}
		/*.tablist-content .nav-pills {
			transform: translate(0%,-280%)!important;		
			justify-content: center!important;
		}*/
	}