/* ===================================
    About
====================================== */

/*
    Theme Name: Wexim
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - Feature
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');


.main-font {
    font-family: 'Roboto', sans-serif;
}

.alt-font {
    font-family: 'Poppins', sans-serif;
}


/* ===================================
    General
====================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: white;
    font-weight: 300;
    line-height: 10px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-bottom: 0;
    color: #6d6d6d;
}

a {
    color: inherit;
}

br {
    line-height: 15px
}


a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    text-decoration: none
}

.form-control::placeholder {
    color: #c2c2c2;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #c2c2c2;
}

.form-control::-ms-input-placeholder {
    color: #c2c2c2;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}


.section-top-margin {
    margin-top: 7.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

/* transition none */

.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}


/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* z index */
.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-2 {
    z-index: 3;
}

.z-index-2 {
    z-index: 4;
}

.z-index-2 {
    z-index: 5;
}


/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* backround color */

.bg-black {
    background: #000000;
}

.bg-dark {
    background-color: #1d1d21 !important;
}

.bg-blue {
    background-color: #00bcd4;
}

.gradient-bg1 {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
}

/* text-color */
.main-color {
    color: #3264f5;
}

.alt-color {
    color: #7202bb;
}

.third-color {
    color: #00bcd4;
}

.gradient-text1 {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* button */
.btn {
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition-duration: 0.3s;
    transition: all 0.3s !important;
    transition-timing-function: ease-in-out
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 24px;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 25px;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px;
    line-height: 25px
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* button background */
.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #585858
}

.btn.btn-white:hover, .btn.btn-white:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #585858 !important
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b
}

.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {
    background: #2b2b2b !important;
    color: #ffffff !important
}

.btn.btn-black {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff
}

.btn.btn-black:hover, .btn.btn-black:focus {
    background: transparent !important;
    border-color: #2b2b2b;
    color: #2b2b2b !important
}

.btn.btn-blue {
    background: #00bcd4;
    border-color: #00bcd4;
    color: #ffffff
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
    background: transparent !important;
    border-color: #00bcd4;
    color: #00bcd4 !important
}

.btn.btn-gradient {
    color: #ffffff;
    flex: 1 1 auto;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);
}

.btn.btn-gradient:hover {
    background-position: right center;
}

.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #585858 !important
}

/* ===================================
   Social Icon Hover
====================================== */

/*icon bg bover */
.facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid #4267B2 !important;
}

.twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid #1DA1F2 !important;
}

.instagram-bg-hvr:hover {
    background: #C32AA3 !important;
    color: #fff !important;
    border: 1px solid #C32AA3 !important;
}

.linkedin-bg-hvr:hover {
    background: #0077B5 !important;
    color: #fff !important;
    border: 1px solid #0077B5 !important;
}

.pinterest-bg-hvr:hover {
    background: #BD081C !important;
    color: #fff !important;
    border: 1px solid #BD081C !important;
}

.google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid #DB4437 !important;
}

/*icon text bover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

.fancy-image {
    background: url("../images/slider-image1.jpg");
}

/* ===================================
    Header & Navigation
====================================== */

header {
    width: 100%;
    z-index: 99;
}

/* logo change */

header .logo .logo-dark, header .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header .logo .logo-dark.default, header .logo .logo-light.default {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.header-appear nav .logo .logo-light, header.header-appear nav.header-dark .logo .logo-light {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.header-appear nav .logo .logo-dark, header.header-appear nav.header-dark .logo .logo-dark {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.header-appear nav .logo .logo-dark, header.header-appear nav.header-light .logo .logo-dark {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.header-appear nav .logo .logo-light, header.header-appear nav.header-light .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header a.logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}


/*header top bar*/

.top-header-area {
    position: fixed;

    top: 0;
    z-index: 99;
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.top-header-area .header-top-text i {
    font-size: 18px;
}

.top-header-area ~ .navbar-top-default {
    background-color: #ffffff;
    top: 45px;
    height: 65px;
}

.top-header-fixed {

    display: block; /* Afficher lorsque fixé */
}

.header-appear2 .top-header-area ~ .navbar-top-default {
    top: 0;
}

.header-appear2 .top-header-area {
    display: block; /* Utilisation de flexbox */

}


/* nav top default */

.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}





.header-appear .navbar-top-default.navbar-gradient .navbar-nav .menu-line {
    color: #FFFFFF;
}


.navbar-top-default #wexim {
    margin-right: -4px;
}

.nav-icon .navbar-nav {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-line {
    position: absolute;
    top: -20px;
    font-size: 20px;
    color: #ffffff;
    left: 0;
    display: block;
    text-align: center;
    width: 100px;
    height: 30px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}








/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    padding: 0.4rem 1.5rem;
    margin-left: .5rem;
    color: #fff;
    font-weight: 300;
}

.navbar-top-default.navbar-dark .navbar-nav .nav-link, .navbar-top-default.navbar-dark .navbar-nav .nav-link.active {
    color: #151515;
    font-weight: 400;
}

.navbar-top-default.navbar-dark .menu-line {
    color: #151515;
}

.navbar-dark .sidemenu_btn span {
    background: #151515;
}

.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #2b2b2b;
    font-weight: 400;
}

.nav-box-round .navbar-nav .nav-link {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
    background-color: #00bcd4;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
    color: #00bcd4;
}

/*nav line*/



.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #00bcd4;
    visibility: hidden;
    opacity: 0;
}


/*Navbar Center Logo*/

.center-logo .logo {
    left: 50%;
    position: absolute;
    margin-top: -14px;
    top: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
}

.center-logo .navbar-nav .nav-link:nth-child(5) {
    margin-left: auto;
}

header .center-logo a.logo img {
    max-width: 130px;
}

/*Bottom Nav*/

.bottom-nav, .header-appear .bottom-nav {
    position: absolute;
    top: auto;
    height: 70px;
    bottom: 0;
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.bottom-nav.navbar-bottom-top {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    margin: auto !important;
}


.bottom-nav, .header-appear .bottom-nav {
    position: absolute;
    top: auto;
    height: 70px;
    bottom: 0;
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.bottom-nav.navbar-bottom-top {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    margin: auto !important;
}


/*Navbar Box*/

.navbar-box {
    height: auto;
    top: 50px;
}

.header-appear .navbar-box {
    top: 0;
}

.navbar-box .container {
    height: 65px;
    border-radius: 5px;
    background-color: #ffff;
    padding: 0 30px;
}

.navbar-box .sidemenu_btn {
    display: none !important;
}

.header-appear .navbar-box .sidemenu_btn {
    display: inline-block !important;
}

/*side nav*/

.navbar-side {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 90px;
}


.header-appear .navbar-side .logo {
    transform: scale(0) !important;
}

.header-appear .navbar-side .sidemenu_btn span {
    background: #151515;
}


/* side menu button */

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}

.sidemenu_btn.parallax-btn {
    width: 70px;
}


.sidemenu_btn_inner {
    height: 70px;
    width: 70px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}

.sidemenu_btn_inner .animated-element {
    width: 25px;
    text-align: center;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

/*Navbar Right*/

.navbar.navbar-right {
    background: #fff;
    border: none;
    display: inline-table;
    width: 290px;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 110;
    height: 100%;
    padding: 3rem 2rem;
    border-right: 1px solid rgba(0, 0, 0, .07);
    left: 0;
    overflow-x: hidden;
}

.navbar.navbar-right.left {
    left: auto;
    right: 0;
}


.navbar.navbar-right .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.navbar.navbar-right a.logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 8rem;
}

.navbar.navbar-right .navbar-nav .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    font-weight: 300;
}

.navbar.navbar-right .navbar-nav .nav-link.active {
    color: #00BCD4;
}

.wrapper {
    padding-left: 290px;
}

.wrapper.right {
    padding-left: 0;
    padding-right: 290px;
}

.side-right-social {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.side-right-social a {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #00BCD4;
    color: #FFFFFF;
    background: #00BCD4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.side-right-btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 40px;
    padding: 10px;
    display: none;
    position: fixed;
    background: #ffffff;
    z-index: 999;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.side-right-btn > span {
    height: 2px;
    width: 100%;
    background: #1d1d1d;
    display: block;
}

.side-right-btn > span:nth-child(2) {
    margin: 4px 0;
}


/* slider */

.slider-social {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 13;
}

.slider-social a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    margin: 3px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.slider-social a:hover {
    background-color: #ffffff;
}

.slider-social .animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}

.scroll-down {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    color: #fff !important;
}

.scroll-down i {
    font-size: 12px;
    padding-left: 10px;
    color: #fff;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.scroll-down:hover i {
    color: #fff;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

.fullscreen {
    height: 100vh !important;
    width: 100%;
}

.fullscreen .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

#single-slider .owl-dots {
    margin-top: 15px;
}

#single-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.owl-dots .owl-dot.active::after, .owl-dots .owl-dot:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.owl-dots .owl-dot::after {
    background-color: #00bcd4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
}

.particles-version h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 1.4rem;
}

.single-version h2 {
    font-size: 3.8rem;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 1.4rem;
}

.single-version h2 span {
    font-size: 4rem;
}

.morphext > .animated {
    display: inline-block;
}

.dark-slider h2 {
    font-size: 3.8rem !important;
    font-weight: 100 !important;
}

.dark-slider h2.font-weight-600 {
    font-weight: 600 !important;
}

.dark-slider p {
    font-size: 18px !important;
}

.dark-slider .slider-social a {
    color: #2B2B2B;
}

.dark-slider .scroll-down, .dark-slider .scroll-down i {
    color: #2B2B2B !important;
}

.onepage-slide h2 {
    font-size: 3rem !important;
    line-height: 1.3 !important;
    font-weight: 100 !important;
}

.onepage-slide h2 span {
    font-size: 3rem !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}

.video-text h2 {
    font-size: 3.5rem;
    line-height: 1.2;
}

.classic-box {
    max-width: 700px;
    margin: 0 auto;
}

.classic-box h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 1.4rem 0;
}

.button-play {
    height: 70px;
    width: 70px;
    margin: 15px 10px 20px 10px;
    line-height: 73px;
    padding-left: 5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00bcd4;
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.button-play:hover {
    background: #FFFFFF;
}


.button-play i {
    color: #fff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.button-play:hover i {
    color: #00bcd4;
}

@-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

/*personal version*/

.myphoto {
    height: 200px;
    width: 200px;
    position: relative;
    border: 5px solid #ffffff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.personal-box h2 {
    font-size: 3rem;
    margin-top: 30px;
}

.personal-box h3 {
    font-size: 2.2rem;
    margin-top: .6rem;
}


/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/* ===================================
    About Section
====================================== */

.title {
    margin-bottom: 3rem;
}


.title p {
    max-width: 720px;

}

.line-seprator {
    margin-top: .7rem;
    margin-bottom: .7rem;
    border: 0;
    border-top: none;
}


.laptop {
    margin-top: 5rem;
}

.laptop-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#laptop-slide {
    width: 483px;
    height: 302px;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    top: 129px;
    right: 208px;
}

.feature-skill-box {
    padding: 0 80px;
}

.feature-skill-box .title p {
    max-width: 100%;
}

.about-box {
    max-width: 520px;
}

.about-skill .about-item {
    width: 49%;
    display: inline-block;
    padding: 0 10px;
}

.about-skill .about-item i {
    font-size: 25px;
    margin-right: 5px;
    line-height: 1;
}


/* ===================================
    Team
====================================== */

#team-slider {
    text-align: center;
}

.team-box {
    text-align: center;
    flex: 1 1 250px; /* Ajustez la largeur maximale des blocs ici */
    margin: 0 10px;
    width: 300px; /* Default width */
    height: 382px; /* Default height */
    border: 2px solid rgba(34, 140, 128, 1);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.team-box2 {
    text-align: center;
    flex: 1 1 250px; /* Ajustez la largeur maximale des blocs ici */
    margin: 0 10px;
    width: 300px; /* Default width */
    height: 382px; /* Default height */
    border: 2px solid rgba(34, 140, 128, 1);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.team-container {
    display: flex;
    flex-wrap: wrap; /* Pour gérer le retour à la ligne si nécessaire */
    justify-content: center; /* Pour centrer horizontalement les éléments */
}
.team-text {
    flex: 1; /* Pour permettre à team-text de s'étendre */
    display: flex;
    flex-direction: column; /* Pour aligner correctement le texte */
}
.team-box .team-text {
    text-align: center;
    font-size: 14px;
    padding: 1rem 0 1.5rem 0;
}
.team-box2 .team-text {
    text-align: center;
    font-size: 14px;
    padding: 2rem 0 2.5rem 0;
}

.team-box .team-text h3 {

    line-height: 29.26px;
    color: rgba(34, 140, 128, 1);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

}


@media  (max-width: 320px) {
    .team-box .team-text h3 {
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .team-box .team-text h3 {
        font-size: 16px;
    }
}

@media (min-width: 425px)   {
    .team-box .team-text h3 {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .team-box .team-text h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .team-box .team-text h3 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .team-box .team-text h3 {
        font-size: 22px;
    }
}


.team-box2 .team-text h5 {
    font-size: 22px;
    line-height: 29.26px;
    color: rgba(34, 140, 128, 1);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
}



.team-progress {
    padding-bottom: 1rem;
}

.team-progress .progress-item:not(:last-child) {
    margin-bottom: 2rem;
}

.team-progress .progress {
    height: 12px;
    margin-top: 12px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #eaeaea;
}

.team-progress .progress-item .count {
    font-weight: 500;
}

.team-progress .progress-bar {
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
}

.team-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.team-box2:hover .overlay {
    opacity: 1;
    visibility: visible;
}


.team-box .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.team-box2 .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}






.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay {
    position: absolute;
    left: 20px;
    top: 25px;
    right: 20px;
    bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.team-box .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
    opacity: .5;
}

.team-box2 .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
    opacity: .5;
}

.team-box .team-social li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}


.team-box2 .team-social li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.team-box:hover .team-social li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-box2:hover .team-social li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-box .team-social li {
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-box2 .team-social li {
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-box .team-social li:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-box2 .team-social li:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}


.team-box .team-social li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.team-box2 .team-social li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.team-box .team-social li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.team-box2 .team-social li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}




.team-box .team-social li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}


.team-box2 .team-social li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}



.team-box .team-social li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.team-box2 .team-social li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}



.team-box .team-social li:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.team-box2 .team-social li:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.team-box .team-social li:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.team-box2 .team-social li:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.team-box .team-social li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border-color: #FFFFFF;
    color: #384141;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.team-box2 .team-social li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border-color: #FFFFFF;
    color: #384141;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}


/* ===================================
   Team Two
====================================== */

.team-box-two {
    max-width: 600px;
    margin: 0 auto;
}

.team-box-two .team-two-block {
    background: #fbfbfb;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: -1px;
}

.team-two-block .team-image {
    width: 100%;
    overflow: hidden;
}

.team-two-block .team-image img {
    transform: scale(1.0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-box-two .team-two-block:hover .team-image img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-box-two .team-two-block li {
    width: 50%;
    display: inline-block;
    position: relative;
}

.team-box-two .team-two-content {
    padding: 0 25px;
}

.team-box-two .team-two-content span {
    font-weight: 500;
    margin-bottom: .4rem;
    display: inline-block;
}

.team-box-two .team-two-social {
    margin-top: 1rem;
}

.team-box-two .team-two-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 17px;
    margin-right: 1px;
    color: #9a9a9a;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.team-box-two .team-two-social a:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.team-box-two .team-two-block::before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
    width: 50%;
    height: 100%;
    bottom: 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);
    opacity: 0;
    visibility: hidden;
}

.team-box-two .team-two-block.left::before {
    left: -50%;
}

.team-box-two .team-two-block.left:hover::before {
    left: 50%;
    opacity: 1;
    visibility: visible;
}

.team-box-two .team-two-block.right::before {
    right: -50%;
}

.team-box-two .team-two-block.right:hover::before {
    right: 50%;
    opacity: 1;
    visibility: visible;
}

.team-box-two .team-two-block:hover .team-two-content, .team-box-two .team-two-block:hover .team-two-content p {
    color: #ffffff;
}

.team-box-two .team-two-block:hover .team-two-content span {
    -webkit-text-fill-color: #ffffff;
    background: transparent;
}

.team-box-two .team-two-block:hover .team-two-social a {
    color: #ffffff;
}


/*  Team Box Three  */

#team-three-slider {
    margin-top: 2rem;
}

.team-box-three .team-image {
    max-width: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 2rem;
    transform: translateX(1px);
}

.team-box-three .team-image img {
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-box-three:hover .team-image img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-box-three .team-text h6 {
    font-size: 1.2rem;
    font-weight: 300;
}

.team-box-three .team-three-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 17px;
    margin-right: 1px;
    margin-top: 10px;
    color: #3b3b3b;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}


/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover {
    color: #3264f5;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-caption-alignCenter {
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p {
    font-size: 12px;
}

.cbp-l-caption-body h5 {
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}


.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}


/*-------------------------------*/
/* Gallery Portfolio */
/*-------------------------------*/

.portfolio_top {
    position: relative;
    overflow: hidden;
}

#portfolio_top::before,
#portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}

#portfolio_top::before {
    top: 0;
}

#portfolio_top::after {
    bottom: 0;
}

.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}

.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    padding-bottom: 2px;
    padding-top: 5px;
}

.border-portfolio .cbp-item img {
    border: 20px solid #fff;
}

.bottom-text {
    display: table;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.bottom-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.bottom-text .port_head {
    font-weight: 600;
    font-size: 5.625rem;
    line-height: 1;
}

/*Overlays*/

.overlay-two {
    position: absolute;
    left: 20px;
    top: 25px;
    right: 20px;
    bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.overlay-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cbp-item:hover .overlay-two {
    opacity: 1;
    visibility: visible;
}

.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.overlay-two > h4, .overlay-two > p {
    position: relative;
    color: #ffffff;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus p {
    font-size: 13px;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/* ===================================
    Pricing
====================================== */

#price-slider {
    text-align: center;
}

.price-item {
    border: 2px solid #FFFFFF;
    padding: 32px 21px;
    border-radius: 4px;
    max-width: 380px;
    margin: 10px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.price {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.price-tag {
    padding: 15px 0;
    text-align: left;
    border-top: 2px solid rgba(111, 123, 133, 0.18);
    border-bottom: 2px solid rgba(111, 123, 133, 0.18);
}

.price-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.price .sign {
    font-size: 22px;
    font-weight: 500;
    vertical-align: super;
}

.price .currency {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 45px;
    padding: 0;
    vertical-align: middle;
}

.price .month {
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: right;
    padding-right: 7px;
}

ul.packages {
    padding: 20px 0;
    margin: 0;
}

ul.packages li {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    list-style-type: none;
    color: #232323;
}

ul.packages li i {
    display: inline-block;
    width: 24px;
    padding-right: 5px;
}

ul.packages li i.fa-check {
    color: #63be11;
}

ul.packages li i.fa-times {
    color: #e04645;
}

.price-item .btn.btn-black:hover, .price-item .btn.btn-black:focus {
    background: #00bcd4 !important;
    border-color: #00bcd4;
    color: #ffffff !important
}

.price-two {
    padding: 4rem;
    background: #f8f9fa;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.price-two .price-tag-two {
    padding-top: 20px;
}

.price-two .price-tag-two h3 {
    font-size: 3rem;
    display: inline-block;
    font-weight: 300;
}

.price-two .price-tag-two .month {
    vertical-align: text-bottom;
}

.price-two h3 .sign {
    font-size: 1.2rem;
    vertical-align: super;
}

.price-two.hvr-gradient:hover {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
}

.price-two.hvr-blue:hover {
    background-color: #00bcd4;

}

.price-two:hover h3, .price-two:hover ul.packages li, .price-two:hover ul.packages li i, .price-two:hover p, .price-two:hover .price-tag-two h3, .price-two:hover .price-tag-two .month {
    color: #ffffff;
    background: transparent;
    -webkit-text-fill-color: #ffffff;
}


.price-two:hover .btn {
    background: #ffff;
    color: #585858;
    border-color: #ffff;
}

.price-two .btn:hover {
    color: #ffffff !important;
    background: transparent;
}


/* ===================================
   Content
====================================== */


.content .title {
    margin-bottom: 0;
}

.content-image img {
    max-width: 685px;
    position: relative;
    margin-left: -50px;
}


/* ===================================
    Testimonial $ Counter
====================================== */


.testimonial-item {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    padding: 7.5rem 0;
}


.testimonial-item .testimonial-icon {
    font-size: 2.2rem;
    margin-bottom: 2rem;
}


.testimonial-item .testimonial-image {
    position: relative;
    overflow: hidden;
    max-width: 100px;
    margin: 2rem auto 1.5rem auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.testimonial-item .destination {
    font-size: 13px;
    font-weight: 400;
    color: #9c9c9c;
}

#testimonial_slider .owl-dots {
    position: relative;
    bottom: 80px;
    display: block;
    text-align: center;
    width: 100%;
}

#testimonial_slider .owl-dots .owl-dot {
    background: #e2dada;
}


.counter-row {
    width: 550px;
    margin: 0 auto;
    position: relative;
}

.counter-row .counter-item {
    width: 50%;
    text-align: left;
    display: inline-block;
    float: left;
    padding-bottom: 40px;
}

.counter-row .counter-item .count {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #ffffff;
}

.counter-row .counter-item h6 {
    font-weight: 300;
}

.counter-row .counter-item:nth-last-child(-n+2) {
    padding-bottom: 0;
    padding-top: 40px;
}


/* ===================================
    Mobile App
====================================== */


.app-feature {
    text-align: center;
    margin-bottom: 3rem;
}

.app-feature:hover i {
    transform: translateY(-5px);
}

.app-feature:last-child {
    margin-bottom: 0;
}

.app-feature i {
    font-size: 38px;
    margin-bottom: 1.5rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.app-image img {
    max-width: 280px;
    margin: 0 auto;
    display: inline-block;
}

#app-slider {
    position: absolute;
    top: 65px;
    width: 235px;
    left: 58px;
    height: 420px;
}


/* ===================================
    Parallax Images
====================================== */


.bg-img1 {

    background: url(../images/place-dévénement-img.png);

}

.bg-breadcrumb-site-web {
    background: url(../images/place-dévénement-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb-realisations {
    background: url(../images/realisation.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb-digital {
    background: url(../images/priserdv.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb-digital2 {
    background: url(../images/Marketing-Digital-section.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}


.bg-img3 {
    background: url(../images/slider-image3.jpg);
}

.bg-img4 {
    background: url(../images/address-image.jpg);
}

.bg-img5 {
    background: url(../images/bg-img2.jpg);
}

.bg-img6 {
    background: url(../images/bg-img3.jpg);
}

.bg-img7 {
    background: url(../images/bg-img4.jpg);
}

.bg-img8 {
    background: url(../images/bg-img5.jpg);
}

.bg-img9 {
    background: url(../images/bg-img6.jpg);
}

.bg-img10 {
    background: url(../images/bg-img7.jpg);
}

.bg-img11 {
    background: url(../images/bg-img8.jpg);
}

.bg-img12 {
    background: url(../images/bg-img9.jpg);
}

.bg-img-map {
    background: url(../images/map.jpg);
}

.bg-img-count1 {
    background: url(../images/countdown_bg1.jpg);
}

.bg-img-count2 {
    background: url(../images/countdown_bg2.jpg);
}

[class*=bg-img] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-img2 {
    background: url(../images/slider-image3.jpg);
}


/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #2C2C2C;
    z-index: 1032;
    height: 789px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;

    @media (min-width: 991.98px) {
        .side-menu {
            display: none;
        }
    }
}

.side-menu2 {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #2C2C2C;
    z-index: 1032;
    height: 789px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;

    @media (min-width: 991.98px) {
        .side-menu2 {
            display: none;
        }
    }
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu2.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}


.side-menu.before-side {
    width: 280px;
}

.side-menu2.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.side-menu2.side-menu-active,
.side-menu2.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.pul-menu .side-menu2.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

.side-menu2 .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu2 .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu2.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu2 .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.side-menu2 .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}



.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu2 .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
}

.header-appear .navbar-simple .sidemenu_btn span {
    background: #666666;
}

.header-appear .navbar-gradient .sidemenu_btn span {
    background: #FFFFFF;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {

    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-menu2 .inner-wrapper {

    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}


.pul-menu.pushwrap .side-menu2 .inner-wrapper {
    padding: 3.5rem 2.5rem;
}


.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-menu2 .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-menu2.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}



.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.side-menu2 p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover {
    background-color: #FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}


/* ===================================
    Blog Section
====================================== */

.blog-text {
    max-width: 500px;
}

.blog-text h2 {

    margin-bottom: 1.2rem;
    line-height: 1.3;
}

@media (max-width: 320px) {
    .blog-text h2 {
        font-size: 14px;

    }
}

@media (min-width: 375px) {
    .blog-text h2{
        font-size: 14px;
    }
}

@media (min-width: 425px) {
    .blog-text h2{
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .blog-text h2{
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .blog-text h2{
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .blog-text h2{
        font-size: 36px;
    }
}

.blog-image {
    max-width: 500px;
}


/* ===================================
    Address , Map % Contact
====================================== */

.address-text {
    padding: 7.5rem 0;
}

.address-social li {
    display: inline-block;
}

.address-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    margin: 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.address-social a:hover {
    background-color: #ffffff;
}

.half-map {
    height: 620px;
    width: 100%;
    overflow: hidden;
}

.contact-map {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.full-map {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form textarea {
    min-height: 175px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}


/* ===================================
   Parallax
====================================== */

.parallax-box {
    padding: 3rem 0;
    text-align: center;
}

.parallax-box i {
    font-size: 2.5rem;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.parallax-box:hover i {
    transform: translateY(-5px);
    color: #00bcd4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.parallax-box h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.parallax-box h5 {
    font-weight: 300;
}


/* ===================================
   Footer
====================================== */

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 10px 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li a:hover {
    background-color: #00bcd4;
    color: #ffffff;
}

.company-about {
    font-size: 13px;
}

.scroll-top-arrow {
    font-size: 30px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);
}

.scroll-top-arrow:hover {
    background-position: right center;
}


/* ===================================
    Error & Coming Soon Page
====================================== */


.error-image {
    max-width: 800px;
    margin: 0 auto;
}

.error-text h2 {
    display: inline-block;
    background: #00bcd4;
    color: #fff;
    padding: 15px 30px;
    font-size: 2.2rem;
    border-radius: 25px;
    font-weight: 600;
    margin: 1rem 0 3rem;
}

.error-text h3 {
    font-size: 2rem;
    color: #a5a5a5;
    letter-spacing: 3px;
}

.count_down p {
    color: #232323;
}

.count_down.white p {
    color: #ffffff;
}

.form_placeholder1::-webkit-input-placeholder {
    color: #232323;
}

.form_placeholder1::-moz-placeholder {
    color: #232323;
}

.form_placeholder1:-ms-input-placeholder {
    color: #232323;
}

.form_placeholder1:-moz-placeholder {
    color: #232323;
}

ul.count_down {
    list-style: none;
    margin: 65px 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul.count_down li {
    display: inline-block;
    color: #232323;
    padding: 0 35px;
    width: 165px;
}

ul.count_down.white li {
    color: #ffffff;
}

ul.count_down li p:nth-child(1) {
    font-size: 70px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 0 0;
    transition: 1s;
}

ul.count_down li p:nth-child(2) {
    color: #232323;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 0;
    transition: 1s;
    font-weight: 500;
    margin-top: 10px;
}

ul.count_down.white li p:nth-child(2) {
    color: #ffffff;
}

.count-down-form form {
    width: 580px;
    margin: 0 auto;
    margin-top: 65px;
    position: relative;
}

.count-down-form form input {
    border: transparent;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #232323;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 100;
    color: #232323;
    text-align: left;
    height: 45px;
}

.count-down-form.white form input {

    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.count-down-form .form-control:focus {
    color: initial;
    background-color: transparent;
    border-color: initial;
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid #00bcd4 !important;
}

.count-down-form form a {
    transition: all linear 300ms;
    position: absolute;
    top: 6px;
    right: 4px;
}

.count-down-form form a i {
    font-size: 18px;
    color: #232323;
    transition: 1s;
}

.count-down-form.white form a i {
    color: #ffffff;
}


/* ===================================
    Single Version
====================================== */


.single-items {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.single-items h3 {
    font-size: 3rem;
    margin-bottom: 1.3rem !important;
}

.single-items h3 strong {
    font-weight: 600;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .7);
}

.single-items p {
    margin-bottom: 0;
    color: #272727;
}

.single-items a:hover, .single-items a:active {
    color: inherit;
}


/* ===================================
    Blog Pages
====================================== */

.page_nav {

    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 18px 40px 10px;
    display: inline-block;
    margin-top: 80px;
    color: #7f7f7f;
    font-size: 0.875rem;
    float: right;
    margin-bottom: -2px;
}

/* blog list */

.blog-list-item {
    margin-bottom: 4rem;
}

.blog-list-item:last-child {
    margin-bottom: 1rem;
}

.blog-pagination li {
    display: inline-block;
}

.blog-pagination li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #a0a0a0;
    border-radius: 50px;
    margin: 0 5px;
    text-align: center;
    color: #a0a0a0;
}

.blog-pagination li a i {
    font-size: 16px;
}

.blog-pagination li a:hover, .blog-pagination li.active a, .blog-pagination li a:focus {
    background: #00bcd4;
    color: #fff;
    border: 1px solid #fff;
}

.widget {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3rem;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .search {
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #e6e6e6;
    border-right: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.widget .search-btn {
    position: absolute;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: none;
    color: #FFFFFF;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    right: 30px;

}

.widget .search-btn:hover {
    background-position: right center;
}

.recent-post {
    margin-bottom: .8rem;
}

.recent-post:last-child {
    margin-bottom: 0;
}

.recent-post img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.recent-post .text a {
    line-height: 18px;
    margin-top: 10px;
    display: block;
    text-transform: capitalize;
    color: #232323;
}

.recent-post .text a:hover {
    color: #3264F5;
}

.recent-post .text .date {
    font-size: 13px;
    color: #00bcd4;
}

.blog-category li {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    font-size: .9rem;

}

.blog-tags li {
    display: inline-block;
    margin-bottom: 6px;
}

.blog-tags li a {
    padding: 6px 15px;
    border: 1px solid #838383;
    font-size: 13px;
    color: #838383;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.blog-tags li a:hover, .blog-tags li a:focus {
    border: 1px solid #00bcd4;
    background-color: #00bcd4;
    color: #FFFFFF;


}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}


.hover-effect {
    position: relative;
    overflow: hidden;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}

.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* blog detail */

.blog-detail-item blockquote {
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 15px;
    color: #4f4f4f;
    border-left: 5px solid #eee;
}

.blog-detail-item .blog-share {
    margin: 0;
    display: inline-block;
    float: right;
}

.blog-detail-item .blog-share li {
    display: inline-block;
}

.blog-detail-item .blog-share li a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #8b8b8b;
    text-align: center;
    color: #8b8b8b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.blog-detail-item .blog-share li a:hover {
    color: #ffffff;
}

.blog-detail-tag {
    padding: 15px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin: 2rem 0;
    color: #969696;
    text-align: left;
}

.blog-detail-tag a {
    margin: 0 3px;
}

.blog-detail-tag .btn.btn-transparent-gray {
    color: #8b8b8b;
    border: 1px solid #8b8b8b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.blog-detail-tag .btn.btn-transparent-gray:hover {
    border: 1px solid #00bcd4;
    background-color: #00bcd4;
    color: #FFFFFF;
}

.blog-item-content h4 {
    margin-bottom: 2.5rem;
}

.blog-detail-nav {
    margin-top: 2rem;
    position: relative;
    display: block;
    text-align: left;
    line-height: 1;
}

.blog-detail-nav a {
    display: inline-block;
}

.blog-detail-nav a:nth-child(2) {
    float: right;
}

.blog-detail-item .date {
    color: #a6a6a6;
}

.blog-item-content h4 a:hover {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.blog-comment {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.blog-comment .avatar {
    width: 110px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.blog-comment .comment-text {
    vertical-align: top;
}

.blog-comment .date {
    font-size: 12px;
    margin-bottom: .5rem;
    color: #b3aeae;
}

.blog-comment li {
    padding: 50px 0;
    border-bottom: 1px solid #ededed;
    position: relative
}

.blog-comment > li:first-child {
    padding-top: 0
}

.blog-comment li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.blog-comment li ul.child-comment {
    margin-left: 40px;
    list-style: none
}

.blog-comment li ul.child-comment li {
    border: none;
    padding-bottom: 0;
    border-top: 1px solid #ededed;
    margin-top: 50px
}


.comment-form .form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 300;
}

.comment-form .form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.comment-form textarea {
    margin-bottom: 1.2rem;
    resize: none;
}

/* ===================================
    Cursor
====================================== */


/* Cursor */

#aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #aimated-cursor {
    display: inline-block;
}


#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

#cursor:before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0);
}

#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

#cursor:after {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform: translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform: translate(-7px, -7px) rotate(350deg);
        transform: translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform: translate(-7px, -7px) rotate(360deg);
        transform: translate(-7px, -7px) rotate(360deg);
    }
}


/* ===================================
    Loader
====================================== */

.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader-inner > img {
    width: 120px;
    max-width: 120px;
    display: inline-block;
}

.loader-blocks {
    height: 58px;
    width: 58px;
}

.loader span {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 12px;
    opacity: 0;
    position: absolute;
    width: 12px;
    animation: load 4.6s ease-in-out infinite;
    -o-animation: load 4.6s ease-in-out infinite;
    -ms-animation: load 4.6s ease-in-out infinite;
    -webkit-animation: load 4.6s ease-in-out infinite;
    -moz-animation: load 4.6s ease-in-out infinite;
}

.loader span.block-1 {
    animation-delay: 1.06s;
    -o-animation-delay: 1.06s;
    -ms-animation-delay: 1.06s;
    -webkit-animation-delay: 1.06s;
    -moz-animation-delay: 1.06s;
    left: 0px;
    top: 0px;
}

.loader span.block-2 {
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
    left: 16px;
    top: 0px;
}

.loader span.block-3 {
    animation-delay: 0.87s;
    -o-animation-delay: 0.87s;
    -ms-animation-delay: 0.87s;
    -webkit-animation-delay: 0.87s;
    -moz-animation-delay: 0.87s;
    left: 31px;
    top: 0px;
}

.loader span.block-4 {
    animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
    left: 47px;
    top: 0px;
}

.loader span.block-5 {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
    left: 0px;
    top: 16px;
}

.loader span.block-6 {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    left: 16px;
    top: 16px;
}

.loader span.block-7 {
    animation-delay: 0.51s;
    -o-animation-delay: 0.51s;
    -ms-animation-delay: 0.51s;
    -webkit-animation-delay: 0.51s;
    -moz-animation-delay: 0.51s;
    left: 31px;
    top: 16px;
}

.loader span.block-8 {
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
    left: 47px;
    top: 16px;
}

.loader span.block-9 {
    animation-delay: 0.32s;
    -o-animation-delay: 0.32s;
    -ms-animation-delay: 0.32s;
    -webkit-animation-delay: 0.32s;
    -moz-animation-delay: 0.32s;
    left: 0px;
    top: 31px;
}

.loader span.block-10 {
    animation-delay: 0.23s;
    -o-animation-delay: 0.23s;
    -ms-animation-delay: 0.23s;
    -webkit-animation-delay: 0.23s;
    -moz-animation-delay: 0.23s;
    left: 16px;
    top: 31px;
}

.loader span.block-11 {
    animation-delay: 0.14s;
    -o-animation-delay: 0.14s;
    -ms-animation-delay: 0.14s;
    -webkit-animation-delay: 0.14s;
    -moz-animation-delay: 0.14s;
    left: 31px;
    top: 31px;
}

.loader span.block-12 {
    animation-delay: 0.05s;
    -o-animation-delay: 0.05s;
    -ms-animation-delay: 0.05s;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    left: 47px;
    top: 31px;
}

.loader span.block-13 {
    animation-delay: -0.05s;
    -o-animation-delay: -0.05s;
    -ms-animation-delay: -0.05s;
    -webkit-animation-delay: -0.05s;
    -moz-animation-delay: -0.05s;
    left: 0px;
    top: 47px;
}

.loader span.block-14 {
    animation-delay: -0.14s;
    -o-animation-delay: -0.14s;
    -ms-animation-delay: -0.14s;
    -webkit-animation-delay: -0.14s;
    -moz-animation-delay: -0.14s;
    left: 16px;
    top: 47px;
}

.loader span.block-15 {
    animation-delay: -0.23s;
    -o-animation-delay: -0.23s;
    -ms-animation-delay: -0.23s;
    -webkit-animation-delay: -0.23s;
    -moz-animation-delay: -0.23s;
    left: 31px;
    top: 47px;
}

.loader span.block-16 {
    animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    -ms-animation-delay: -0.32s;
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    left: 47px;
    top: 47px;
}

@keyframes load {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
        -o-transform: translateY(-97px);
        transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
        -o-transform: translateY(-97px);
        transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    85% {
        opacity: 0;
        -webkit-transform: translateY(97px);
        -o-transform: translateY(97px);
        transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(97px);
        -o-transform: translateY(97px);
        transform: translateY(97px);
    }
}

@-o-keyframes load {
    0% {
        opacity: 0;
        -o-transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -o-transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    70% {
        opacity: 1;
        -o-transform: translateY(0);
    }
    85% {
        opacity: 0;
        -o-transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -o-transform: translateY(97px);
    }
}

@-webkit-keyframes load {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
    }
    15% {
        opacity: 0;
        -webkit-transform: translateY(-97px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    85% {
        opacity: 0;
        -webkit-transform: translateY(97px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(97px);
    }
}


/*Rev slider*/

.rev_slider .tp-mask-wrap .tp-caption.Photography-Menuitem {
    color: #fff !important;
    background: #3264f5;
}


/* ===================================
    Other pgaes
====================================== */

/*Contact Page*/

.address-block {
    background: #fff;
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    padding: 3.5rem 1rem 3.5rem 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-bottom: 5px;
}

.address-block ul.address-list {
    padding-top: 1.3rem;
    font-size: 1rem;
    color: #939393;
}

.address-block ul.address-list li {
    margin-bottom: 5px;
}

.adress-icon a {
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    color: #939393;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin-right: 3px;
    margin-top: 20px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}


/*Login*/

.login-content {
    max-width: 450px;
    margin: 0 auto;
    padding: 15px;
}


.login-content h3 {
    font-size: 2rem;
    line-height: 1.3;
}

.login-content .alert {
    position: relative;
    padding: 6px 12px;
    background-color: #fff8e1;
    border-color: #f1cb4b;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.login-content .alert-dismissible .close {
    padding: 0.4rem 1.25rem;
    font-weight: 400;
}

.login-content input {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    outline: 0;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 300;
    border: 0;
    background-color: #F7F7F7;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
}

.login-content .form-button {
    margin-top: 2.2rem;
}

.login-content .form-button a {
    font-weight: 500;
    margin-left: 2rem;
}

.login-sec {
    height: 100vh;
}

/*forget password*/


.foget-password {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
}

.foget-password h3 {
    font-size: 2.5rem;
    font-weight: 500;
}

.foget-password input {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #ffffff14;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
}

/* ===================================
    Media Queries
====================================== */

@media screen and (min-width: 1610px) {

}


@media screen and (max-width: 1199px) {

    #laptop-slide {
        right: 118px;
    }

    .content-image img {
        max-width: 100%;
        margin-left: 0;
    }

    .counter-row {
        width: 100%;
        max-width: 100%;
    }

    .counters {
        padding: 7.5rem 15px;
    }

    .counter-row .counter-item {
        text-align: center;
    }

    #app-slider {
        left: 27px;
    }

    .blog-image, .blog-image img {
        max-width: 100%;
    }

    .feature-skill-box {
        padding: 20px;
    }

    .feature-half {
        height: 800px;
    }

    .rev_slider .caption, .rev_slider .tp-caption p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .half-map {
        height: 680px;
    }


}

@media screen and (max-width: 991px) {

    .top-header-area {
        display: none;
    }

    .top-header-area ~ .navbar-top-default {
        top: 0;
    }

    #laptop-slide {
        width: 375px;
        height: 235px;
        overflow: hidden;
        position: absolute;
        display: inline-block;
        top: 100px;
        right: 76px;
    }

    .slider-social, .tp-bullets.wexim {
        display: none;
    }

    .sidemenu_btn {
        position: relative;
        right: 0;
        margin: 0;
    }

    .app-image img {
        max-width: 100%;
    }

    #app-slider {
        position: absolute;
        top: 51px;
        width: 177px;
        left: 16px;
        height: 315px;
    }

    .blog-pagination {
        margin-bottom: 3.5rem;
    }

    .center-logo .logo {
        left: 0;
        position: relative;
        top: auto;
        transform: translateX(0);
    }

    .navbar-box .container {
        padding: 0 15px;
    }

    .navbar-box .sidemenu_btn {
        display: inline-block !important;
        margin: 0;
    }

    .onepage-slide h2 {
        font-size: 2.5rem !important;
    }

    .onepage-slide h2 span {
        font-size: 2.5rem !important;
    }

    .coming-img {
        display: none;
    }

    .standalone-row {
        text-align: center;
    }

    .standalone-row h2 {
        margin-top: 3rem;
    }

    .blog-text {
        max-width: 100%;
    }

    .feature-half {
        height: auto;
        width: 100%;
    }

    .feature-skill-box {
        padding: 7.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }

    .content .title {
        margin-bottom: 3rem;
    }

    #portfolio_top::before, #portfolio_top::after {
        background: #f8f9fa;
        height: auto;
    }

    .text_wrap {
        padding: 25px 15px;
    }

    .about-box {
        max-width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    .about-box {
        max-width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    .feature-half-two {
        display: none;
    }

    .wrapper {
        padding-left: 0;
    }

    .wrapper.right {
        padding-right: 0;
    }

    .side-right-btn {
        display: inline-block;
    }

    .navbar-right.left ~ .side-right-btn {
        left: auto;
        right: 20px;
    }


    .navbar.navbar-right {
        left: -290px;
    }

    .navbar.navbar-right.show {
        left: 0;
    }

    .navbar.navbar-right.left {
        left: auto;
        right: -290px;
    }

    .navbar.navbar-right.show {
        right: 0;
    }


    .blog-half-text {
        padding: 7.5rem 0;
    }

    .price-two {
        text-align: center;
    }

    #aimated-cursor {
        display: none !important;
        visibility: hidden !important;
    }

    .ul.count_down {
        padding: 0 15px;
    }

    ul.count_down li {
        width: 100px;
    }

    ul.count_down li p:nth-child(1) {
        font-size: 48px;
    }

    .sidemenu_btn.parallax-btn {
        width: 45px;
    }

    .sidemenu_btn_inner {
        height: 35px;
        width: 35px;
    }

    .content {
        text-align: center;
    }

    .address-block {
        padding: 15px;
        text-align: center;
    }


}

@media screen and (max-width: 767px) {



    section, .section-padding, .testimonial-item {
        position: relative;

        overflow: hidden;

    }


    .address-text {
        padding: 4.5rem 0;
    }

    .counters {
        padding: 4.5rem 15px;
    }

    .half-map {
        height: 450px;
    }

    .blog-half-text, .contact-form.left {
        padding: 4.5rem 0;
    }



    .title {
        margin-bottom: 2rem;
        @media screen and (min-width: 768px)  and (max-width: 991px) {
            text-align: center;
        }

        @media (max-width: 425px) {
            text-align: center;
        }

    }


    #laptop-slide {
        width: 277px;
        height: 175px;
        overflow: hidden;
        position: absolute;
        display: inline-block;
        top: 74px;
        right: 56px;
    }

    .app-image {
        width: 170px;
        margin: 3rem auto;
    }

    .app-image img {
        max-width: 100%;
    }

    #app-slider {
        position: absolute;
        top: 40px;
        width: 142px;
        left: 14px;
        height: 255px;
        overflow: hidden;
    }

    .side-menu {
        width: 380px;
    }

    .cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
        margin: 0;
        padding: 0;
    }

    .page_nav {
        float: none;
    }

    .blog-text {
        margin-bottom: 2.8rem;
    }



    .btn.btn-large {
        font-size: 13px;
        padding: 7px 28px;
    }

    .dark-slider h2 {
        font-size: 2.5rem !important;
    }

    .dark-slider p {
        font-size: 15px !important;
    }

    .onepage-slide h2 {
        font-size: 2rem !important;
    }

    .onepage-slide h2 span {
        font-size: 2rem !important;
    }

    .personal-box h2 {
        font-size: 2rem;
    }

    .personal-box h3 {
        font-size: 1.5rem;
    }

    .sidemenu_btn {
        margin-right: 0;
    }

    .coming-box img {
        max-width: 300px;
    }

    .coming-box .subscribe {
        max-width: 400px;
    }

    .simply-countdown .simply-section .simply-amount {
        font-size: 1.2rem;
    }

    #testimonial_slider .owl-dots {
        bottom: 50px;
    }

    .single-version h2, .single-version h2 span {
        font-size: 3rem;
        line-height: 1.3;
    }

    .feature-skill-box {
        max-width: 540px;
        padding: 4.5rem 0;
    }

    .classic-box h2 {
        font-size: 2.2rem;
    }

    .bottom-text .port_head {
        font-size: 4rem;
        text-align: left;
    }

    .about-skill .about-item {
        width: 100%;
    }

    .about-skill .about-item:not(:last-child) {
        margin-bottom: 2rem;
    }

    .parallax-box h2 {
        font-size: 2rem;
    }

    .parallax-box h5 {
        font-size: 1rem;
    }

    .ul.count_down {
        padding: 0 15px;
    }

    ul.count_down li {
        width: 125px;
        padding: 0 10px;
    }

    ul.count_down li p:nth-child(1) {
        font-size: 48px;
    }

    .count-down-form form {
        width: 100%;
        max-width: 465px;
    }

    .rev_slider .caption, .rev_slider .tp-caption p {
        padding: 30px 0 !important;
    }

}


@media screen and (max-width: 576px) {

    .laptop-img {
        width: 400px;
    }

    #laptop-slide {
        width: 218px;
        height: 137px;
        overflow: hidden;
        position: absolute;
        display: inline-block;
        top: 58px;
        right: 44px;
    }

    #particles-js h2 {
        font-size: 2rem;
    }

    .single-version h2 {
        font-size: 2.5rem;
    }

    .single-version h2 span {
        font-size: 3rem;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .team-two-block.d-flex {
        display: block !important;
    }

    .team-box-two .team-two-block li {
        width: 100%;
        display: block;
    }

    .team-box-two .team-two-content {
        padding: 40px 25px;
    }

    .team-box-two .team-two-block::before {
        width: 100%;
        top: 0;
    }

    .team-box-two .team-two-block.left::before {
        left: 0 !important;
        top: -100%;
    }

    .team-box-two .team-two-block.left:hover::before {
        top: 0;
        opacity: 1;
        visibility: visible;
    }

    .team-box-two .team-two-block.right::before {
        right: 0 !important;
        top: -100%;
    }

    .team-box-two .team-two-block.right:hover::before {
        top: 0;
        opacity: 1;
        visibility: visible;
    }

    .price-two {
        padding: 4rem 2rem;
    }

    .count-down-form {
        padding: 0 30px;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    .blog-pagination li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }



    .login-content h3, .foget-password h3 {
        font-size: 1.5rem;
    }

}


@media screen and (max-width: 466px) {

    .laptop-img {
        width: 320px;
    }

    #laptop-slide {
        width: 175px;
        height: 110px;
        overflow: hidden;
        position: absolute;
        display: inline-block;
        top: 46px;
        right: 35px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .blog-detail-tag {
        text-align: center;
    }

    .blog-detail-item .blog-share {
        display: block;
        float: none;
        text-align: center;
        padding-top: 15px;
    }

    .blog-comment .avatar {
        width: 70px;
    }
}


@media only screen and (max-device-width: 466px) {

    .rev_slider .caption, .rev_slider .tp-caption p {
        line-height: 1.2 !important;
        letter-spacing: .5px !important;
        font-size: 12px !important;
    }

    .blog-detail-tag .btn {
        margin: 5px 0;
    }

}

.gradient-bg11, .team-progress .progress-bar, .team-box .overlay:before, .cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap, .overlay-two:before, .price-two.hvr-gradient:hover, .loader {
    background: #2C2C2C;

    background: linear-gradient(to right, #2C2C2C 2%, #2C2C2C 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
}

.header-and-banner-con {
    /*background: url(../images/banner-bg-img.png) no-repeat top left;*/
    background-size: cover;
}

.address-barre {
    width: 1920px;
    height: 50px;
    left: calc(50% - 1920px / 2 + 1920px);
    top: 50px;

    background: #0C1D68;
    border-radius: 0px;
    /*transform: rotate(-180deg);*/
}

.Contact-info-con ul li span {
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2px;

}

.text-black {
    color: #2C2C2C;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 13.31px;
}

.icon-facebook2 {

    height: 13.04px;
    width: 7.34px;

}

.icon-instagram2 {

    height: 13.04px;
    width: 7.34px;

}

.icon-tiktok2 {

    height: 13.04px;
    width: 7.34px;


}

.icon-header {
    height: 15px;
    width: 15px;
}

.title-header {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px;
    font-weight: 400;
    color: rgba(231, 231, 223, 1);
}


.title-header-acceuil {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px;
    font-weight: 400;
    color: rgba(231, 231, 223, 1);
}


.title-headerA {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px;
    font-weight: 700;
    color: rgba(231, 231, 223, 1);
}

.title-header2 {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block; /* Permet de manipuler la largeur */
    text-align: center; /* Centrer le texte */
    color: rgba(44, 44, 44, 1);
    padding-left: 25px;

}


.title-header3 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: inline-block; /* Permet de manipuler la largeur */
    text-align: center; /* Centrer le texte */
    color: rgba(44, 44, 44, 1);
    padding-left: 73px;

}

.btn-header {
    height: 65px;
    width: 120px;
    top: 47px;
    background-color: #96C7C3;
    color: rgba(44, 44, 44, 1);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
    display: inline-flex; /* Utilisation de flexbox en tant qu'élément en ligne */
    align-items: center; /* Centrer verticalement */
    padding-left: 17px;

    text-align: center;
}


.weight-footer-con {
    background-color: #2C2C2C;
    background-size: cover;
    padding-top: 100px;
    min-height: 402px;
    width: 100%;
}



@media (width: 768px) {
    .weight-footer-con {
        width: 1920px;
    }
}

@media (width: 1024px) {
    .weight-footer-con {
        width: 1920px;
    }
}




.title-footer {
    color: rgba(231, 231, 223, 1);
    line-height: 19px;
}



@media  (max-width: 320px) {
    .title-footer {
        font-size:15px ;

    }
}
@media  (min-width: 375px) {
    .title-footer {
        font-size:15px ;
    }
}

@media (min-width: 425px)   {
    .title-footer {
        font-size:15px ;
    }
}

@media (min-width: 768px) {
    .title-footer {
        font-size:15px ;
    }
}

@media (min-width: 992px) {
    .title-footer {
        font-size:15px ;
    }
}

@media (min-width: 1200px) {
    .title-footer {
        font-size:16px ;

    }
}

.title-footer2 {
    color: rgba(231, 231, 223, 1);
    font-weight: bold;
}

@media  (max-width: 320px) {
    .title-footer2 {
        font-size:18px ;

    }
}
@media  (min-width: 375px) {
    .title-footer2 {
        font-size:18px ;
    }
}

@media (min-width: 425px)   {
    .title-footer2 {
        font-size:18px ;
    }
}

@media (min-width: 768px) {
    .title-footer2 {
        font-size:18px ;
    }
}

@media (min-width: 992px) {
    .title-footer2 {
        font-size:18px ;
    }
}

@media (min-width: 1200px) {
    .title-footer2 {
        font-size:20px ;

    }
}

.list-unstyled {
    padding-left: 31px;
    list-style: none;
}

.list-unstyled2 {
    padding-left: 85px;
    list-style: none;
}

.list-unstyled2 li {
    margin-bottom: 10px; /* Marge de 10px entre chaque élément */
}

.list-unstyled li {
    margin-bottom: 10px; /* Marge de 10px entre chaque élément */
}

.list-unstyled li:first-child {
    margin-bottom: 20px; /* Marge de 20px avant le premier élément */
}

.list-unstyled2 li:first-child {
    margin-bottom: 20px; /* Marge de 20px avant le premier élément */
}

.icon-social-footer {
    width: 40.62px;
    height: 40.62px;
}

.ligne-footer {
    border-top: 1px solid rgba(34, 140, 128, 1);
    width: 100%;
}

.copy-footer {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    font-weight: 500;
    line-height: 13.41px;

    font-family: 'Montserrat', sans-serif;

}

.carousel-item img {
    width: 100%;
    height: 400px; /* Ajuster la hauteur selon vos besoins */
    object-fit: cover; /* Pour s'assurer que l'image remplit le conteneur */
}



@media (max-width: 992px) {
    section#home {
        margin-top: -8px; /* Annule la marge supérieure sur les appareils plus petits */
    }
}



/* Positionnement absolu pour superposer le slider et la section d'images */
.rev_slider_wrapper {


    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Assure que le slider est en dessous des autres éléments */
    background: transparent;
    padding: 0;
}


#features {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2; /* Assure que #features est au-dessus du slider */
    background-color: rgba(255, 255, 255, 0.8); /* Optionnel : pour un fond semi-transparent */
}

#features .container {
    position: relative;
    height: auto;
    overflow: visible; /* Permet aux éléments de dépasser visuellement */
}

#features img {
    position: absolute;
    bottom: -50px; /* Ajustez la valeur négative pour que les images dépassent en bas */
    left: 0;
    max-width: none; /* Permet aux images de dépasser leur taille d'origine */
}


.contact-form .form-control {
    border-color: rgba(34, 140, 128, 1); /* Couleur des bordures */
}

.contact-form .form-control:focus {
    border-color: rgba(34, 140, 128, 1); /* Couleur des bordures au focus */
    box-shadow: none; /* Supprimer l'ombre au focus si nécessaire */
}

.third-color1 {
    color: rgba(34, 140, 128, 1);
    line-height: 53.64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;

}

.third-color1-c {
    color: rgba(34, 140, 128, 1);
    line-height: 53.64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}
.third-color1-r {
    color: rgba(34, 140, 128, 1);
    line-height: 53.64px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}


@media  (max-width: 320px) {
    .third-color1{
        font-size:14px ;
        margin-top: 32px ;
    }

    .third-color1-c{
          font-size:14px ;

      }
    .third-color1-r{
        font-size:14px ;
        margin-top:15px ;

    }
}
@media  (min-width: 375px) {
    .third-color1{
        font-size:16px ;
    margin-top: -19px;
    }
    .third-color1-c{
        font-size:16px ;
        margin-top: 21px;
    }
    .third-color1-r{
        font-size:16px ;
        margin-top: 21px;
    }
}

@media (min-width: 425px)   {
    .third-color1{
        font-size:20px ;
    }
    .third-color1-c{
        font-size:20px ;
    }

    .third-color1-r{
        font-size:20px ;
    }
}

@media (min-width: 768px) {
    .third-color1 {
        font-size:24px ;
        margin-top: 20px;
    }

    .third-color1-c {
        font-size:24px ;
    }

    .third-color1-r {
        font-size:24px ;
    }
}

@media (min-width: 992px) {
    .third-color1  {
        font-size:36px ;
    }
    .third-color1-c  {
        font-size:36px ;
    }

    .third-color1-r  {
        font-size:36px ;
        margin-top: -19px;
    }
}

@media (min-width: 1200px) {
    .third-color1  {
        font-size:36px ;
        margin-top: 50px;

    }
    .third-color1-c  {
        font-size:36px ;

    }

    .third-color1-r  {
        font-size:36px ;
        margin-top: -91px;

    }
}


.btn-contact {
    color: rgba(44, 44, 44, 1);
    background-color: rgba(150, 199, 195, 1);
    height: 48px;
    width: 200px;
}


.p-equipe {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

    line-height: 19.5px;
    color: rgba(11, 11, 11, 1);

}


@media (min-width: 1200px) {
    .p-equipe  {

        font-size: 16px;
    }
}

@media (width: 425px) {
    .p-equipe  {

        font-size: 14px;
    }
}

@media (width: 320px) {
    .p-equipe  {

        font-size: 12px;

    }
}


@media (width: 375px) {
    .p-equipe  {

        font-size: 12px;

    }
}


@media (width: 768px) {
    .p-equipe  {

        font-size: 14px;

    }
}



.custom-row {
    margin-left: -10px; /* Compense la colonne précédente */
    margin-right: -10px; /* Compense la colonne suivante */
}

.custom-col {
    padding-left: 10px; /* Ajoute un espacement de 10px à gauche */
    padding-right: 10px; /* Ajoute un espacement de 10px à droite */
}


.image-block {

    width: 280px;
    height: 458px; /* Hauteur souhaitée pour chaque bloc */
    background-size: contain; /* Ajuster la taille de l'image de fond pour remplir le bloc */
    background-position: center; /* Centrer l'image de fond */
    position: relative; /* Position relative pour pouvoir positionner le contenu */
    margin: 0 10px 20px; /* Marge à gauche et à droite de 10px, marge en bas de 20px */
}

.image-block .content {
    position: absolute;
    top: 83%; /* Espacement du bas */
    left: 61px; /* Espacement de la gauche */
    color: #fff; /* Couleur du texte */

    padding: 10px; /* Espacement intérieur */
    @media screen and (min-width: 768px)  and (max-width: 991px) {
        top: 84%;
        padding-left: 263px;
    }

    @media (max-width: 425px) {
        top: 84%;
        padding-left: 263px;
    }
}

.image-block .content h3 {
    margin-top: 0; /* Supprimer la marge supérieure du titre */

}

.image-block .content p {
    margin-bottom: 0; /* Supprimer la marge inférieure du paragraphe */

}


.image-block1 {
    background: url("../images/ceo-img_be.png") no-repeat;
    width: 280px;
    height: 458px; /* Hauteur souhaitée pour chaque bloc */
    background-size: contain; /* Ajuster la taille de l'image de fond pour remplir le bloc */
    background-position: center; /* Centrer l'image de fond */
    position: relative; /* Position relative pour pouvoir positionner le contenu */
    margin: 0 10px 20px; /* Marge à gauche et à droite de 10px, marge en bas de 20px */
}

.image-block1 .content {
    position: absolute;
    top: 83%; /* Espacement du bas */
    left: 61px; /* Espacement de la gauche */
    color: #fff; /* Couleur du texte */

    padding: 10px; /* Espacement intérieur */
    @media screen and (min-width: 768px)  and (max-width: 991px) {
        top: 84%;
        padding-left: 263px;
    }

    @media (max-width: 425px) {
        top: 84%;
        padding-left: 263px;
    }
}

.image-block1 .content h3 {
    margin-top: 0; /* Supprimer la marge supérieure du titre */

}

.image-block1 .content p {

}


.image-block2 {
    background: url("../images/ceo-img_be.png") no-repeat;

    background-size: contain; /* Ajuster la taille de l'image de fond pour remplir le bloc */
    background-position: center; /* Centrer l'image de fond */
    position: relative; /* Position relative pour pouvoir positionner le contenu */
    width: 280px;
    height: 458px; /* Hauteur souhaitée pour chaque bloc */
    margin: 0 10px 20px; /* Marge à gauche et à droite de 10px, marge en bas de 20px */
}







.image-block2 .content {
    position: absolute;
    top: 83%; /* Espacement du bas */
    left: 61px; /* Espacement de la gauche */
    color: #fff; /* Couleur du texte */

    padding: 10px; /* Espacement intérieur */
    @media screen and (min-width: 768px)  and (max-width: 991px) {
        top: 84%;
        padding-left: 263px;
    }

    @media (max-width: 425px) {
        top: 84%;
        padding-left: 263px;
    }
}

.image-block2 .content h3 {
    margin-top: 0; /* Supprimer la marge supérieure du titre */

}

.image-block2 .content p {
    margin-bottom: 0; /* Supprimer la marge inférieure du paragraphe */

}


.image-block3 {
    background: url("../images/cep-img33.png") no-repeat;
    width: 280px;
    height: 458px; /* Hauteur souhaitée pour chaque bloc */
    background-size: contain; /* Ajuster la taille de l'image de fond pour remplir le bloc */
    background-position: center; /* Centrer l'image de fond */
    position: relative; /* Position relative pour pouvoir positionner le contenu */
    margin: 0 10px 20px; /* Marge à gauche et à droite de 10px, marge en bas de 20px */
}

.image-block3 .content {
    position: absolute;
    top: 83%; /* Espacement du bas */
    left: 61px; /* Espacement de la gauche */
    color: #fff; /* Couleur du texte */

    padding: 10px; /* Espacement intérieur */

    @media screen and (min-width: 768px)  and (max-width: 991px) {
        top: 84%;
        padding-left: 263px;
    }

    @media (max-width: 425px) {
        top: 84%;
        padding-left: 263px;
    }

}


.image-block3 .content h3 {
    margin-top: 0; /* Supprimer la marge supérieure du titre */

}

.image-block3 .content p {
    margin-bottom: 0; /* Supprimer la marge inférieure du paragraphe */

}

.prenom-equipe {

    text-align: center;
    color: rgba(34, 140, 128, 1);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 24.38px;
    font-size: 18px;

}

.p-team {
    text-align: center;
    color: rgba(11, 11, 11, 1);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 16px;
    font-size: 10px;


}


.section-equipe {
    margin-bottom: 120px;
    margin-top: 120px;
}

.section-befamily {
    margin-top: 33px;
    background: url("../images/pattern-qui-sommes-nous.png") no-repeat;
    background-size: cover;
    min-height: 51vh;
}

@media   (width: 768px)  {

    .section-befamily {

        min-height: 64vh;
        margin-top: 11px;
    }
}

@media   (width: 320px)   {

    .section-befamily {

        min-height: 64vh;
    }
}

@media (width: 425px) {

    .section-befamily {

        min-height: 70vh;
        margin-top: -2px;
    }
}

@media (width: 375px) {

    .section-befamily {
        min-height: 70vh;
        margin-top: -2px;
    }
}
@media (width: 992px) {
    .section-befamily {
        min-height: 70vh;
        margin-top: 33px;
    }
}

@media (width: 1200px) {
    .section-befamily {

        margin-top: 33px;
    }
}

.section-confiance {
    margin-bottom: 120px;
    margin-top: 120px;
}

.image-responsive11 {
    width: 181px;
    height: 107px;
}

.t-befamily {
    color: rgba(34, 140, 128, 1);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 24.38px;

    text-align: center;
}


@media  (max-width: 320px) {
    .t-befamily {
        font-size: 12px;

    }
}
@media  (min-width: 375px) {
    .t-befamily {
        font-size: 14px;

    }
}

@media (min-width: 425px)   {
    .t-befamily {
        font-size: 16px;

    }
}

@media (min-width: 768px) {
    .t-befamily {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .t-befamily  {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .t-befamily {
        font-size: 20px;
    }
}


.t-befamily2 {
    color: rgba(11, 11, 11, 1);
    font-weight: 600;
    font-family: "Inter", sans-serif;
    line-height: 58.09px;

}


@media  (max-width: 320px) {
    .t-befamily2 {
        font-size: 16px;
        text-align: center;
    }
}
@media  (min-width: 375px) {
    .t-befamily2  {
        font-size: 16px;
        text-align: center;
    }
}

@media (min-width: 425px)   {
    .t-befamily2  {
        font-size: 16px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .t-befamily2  {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .t-befamily2  {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .t-befamily2  {
        font-size: 36px;
    }
}



.p-befamily-section {
    color: rgba(44, 44, 44, 1);
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 20px;

}

@media  (max-width: 320px) {
    .p-befamily-section {
        font-size: 12px;

    }
}
@media  (min-width: 375px) {
    .p-befamily-section {
        font-size: 12px;

    }
}

@media (min-width: 425px)   {
    .p-befamily-section {
        font-size: 12px;

    }
}

@media (min-width: 768px) {
    .p-befamily-section {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .p-befamily-section {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .p-befamily-section {
        font-size: 16px;
    }
}

.span-befamily-section {
    color: rgba(44, 44, 44, 1);
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: 20px;

}

@media  (max-width: 320px) {
    .span-befamily-section {
        font-size: 12px;

    }
}
@media  (min-width: 375px) {
    .span-befamily-section {
        font-size: 12px;

    }
}

@media (min-width: 425px)   {
    .span-befamily-section {
        font-size: 12px;

    }
}

@media (min-width: 768px) {
    .span-befamily-section {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .span-befamily-section {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .span-befamily-section {
        font-size: 16px;
    }
}

.p-block-befamily {

    color: rgba(44, 44, 44, 1);
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 25px;
    font-size: 14px;
    @media screen and (min-width: 768px)  and (max-width: 991px) {
        text-align: center;
    }

    @media (max-width: 425px) {
        text-align: center;
    }

}

.h-block-befamily {
    color: rgba(34, 140, 128, 1);
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 25px;

}

@media  (max-width: 320px) {
    .h-block-befamily{
        font-size: 12px;

    }
}
@media  (min-width: 375px) {
    .h-block-befamily {
        font-size: 14px;

    }
}

@media (min-width: 425px)   {
    .h-block-befamily {
        font-size: 16px;

    }
}

@media (min-width: 768px) {
    .h-block-befamily {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .h-block-befamily {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .h-block-befamily {
        font-size: 22px;
    }
}

.span-block-befamily {
    color: rgba(30, 30, 30, 1);
    font-weight: 600;
    line-height: 25px;

}

@media  (max-width: 320px) {
    .span-block-befamily {
        font-size: 12px;

    }
}
@media  (min-width: 375px) {
    .span-block-befamily {
        font-size: 14px;

    }
}

@media (min-width: 425px)   {
    .span-block-befamily {
        font-size: 16px;

    }
}

@media (min-width: 768px) {
    .span-block-befamily {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .span-block-befamily {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .span-block-befamily {
        font-size: 32px;
    }
}


.h-realisations {

    color: rgba(147, 147, 147, 1);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 24.38px;
    font-size: 20px;
}


.h-realisations2 {

    color: rgba(34, 140, 128, 1);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 53.64px;
    font-size: 44px;
}


.p-realisations {
    color: rgba(11, 11, 11, 1);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 19.5px;
    font-size: 16px;
    text-align: center;
}

.img-responsivee {
    width: 37.13px;
    height: 18px;
    margin-left: 54px;
}

.img-responsivee1 {
    width: 37.13px;
    height: 18px;
    margin-right: 54px;
}


.img-realisation {

    width: 263px;

    margin-top: 18px;


}


.section-home2 {
    background: url('../images/Gestion-projet.webp');
    background-size: cover;
    min-height: 405px;
}

.section-home3 {
    background: url('../images/contact-header.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}


/* CSS styles for the feature boxes */


.feature-box img {
    max-width: 100%;
}


.slider-boxes-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -200px; /* Ajustez selon votre mise en page */
    z-index: 10; /* Assurez-vous que les boîtes sont au-dessus du slider */
}


/* Empêche une marge excessive après la dernière boîte */


/* Optionnel : ajustement pour le contenu à l'intérieur des boîtes */
.slider-box img {
    width: 228px;
    height: 95px;
    margin-top: -272px;

}

.slider-box2 img {
    width: 228px;
    height: 95px;
    margin-top: -63px;

}

.slider-box3 img {
    width: 228px;
    height: 95px;
    margin-top: -272px;

}

img.satisfaction {

    margin-right: 199px;
}

img.locale {
    margin-left: 199px;
}


.tp-caption {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-boxes-container {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Ajustez selon votre mise en page */
}

.slide-content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Classe pour enlever le margin-top sur les écrans md et sm */
.margin-top-md-sm {
    margin-top: 0 !important;
}

/* Appliquer la classe seulement pour les tailles d'écran md et sm */
@media (max-width: 991px) {
    .margin-top-md-sm {
        margin-top: 0 !important;
    }
}


/* Styles pour la classe .overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Styles pour la classe .subtitle */
.subtitle {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: rgba(177, 213, 209, 1);

    line-height: 29.26px;
    text-align: center;
    margin: 111px 0px 0px;}

@media  (max-width: 320px) {
    .subtitle  {
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .subtitle  {
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .subtitle  {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .subtitle  {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .subtitle  {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .subtitle  {
        font-size: 24px;
    }
}




.subtitle2 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 29.26px;
    text-align: center;
    margin: 111px 0px 0px;

}

/* Styles pour le titre */
.title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);

    line-height: 43.88px;


}
@media  (max-width: 320px) {
    .title {
        font-size: 16px;
    }
}
@media  (min-width: 375px) {
    .title {
        font-size: 16px;
    }
}

@media (min-width: 425px)   {
    .title {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .title {
        font-size: 48px;
    }
}


.title2 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    margin: 132px 6px 32px;
    visibility: visible;
    transition: none 0s ease 0s;


    border-width: 0px;

    padding: 0px;
    letter-spacing: 0px;

    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

/* Styles pour la classe .button-container */
.button-container {
    text-align: center;
    z-index: 7;
    white-space: nowrap;
}

/* Styles pour les boutons */
.btn-slide {
    background: url(../images/Rectangle.svg) no-repeat;
    background-size: cover;
    padding: 16px 39px;
    margin-top: 49px;
    outline: none;
}

.btn-slide3 {
    background: url(../images/ctct-icon-noir.svg) no-repeat;
    background-size: cover;
    padding: 18px 25px;
    margin-top: -16px;
    outline: none;
}



@media (width: 768px) {
    .btn-slide3 {
        margin-top: -60px;
    }
}
.btn-slide2 {
    background: url(../images/ctct-icon-noir.svg) no-repeat;
    background-size: cover;
    padding: 18px 25px;
    outline: none;
}

.mobile-replacement-section {


    background-size: contain;
    padding: 40px 0;
    background-position: center;
    min-height: 600px;
}

@media (min-width: 320px) {
    .mobile-replacement-section {
        background: url(../images/Group_395-320.png) no-repeat;
        background-size: contain;
        padding: 40px 0;
        background-position: center;
        min-height: 600px;
    }
    .btn-slide2 {
        margin-top: 11px;
    }
}
@media (min-width: 375px) {
    .mobile-replacement-section {
        background: url(../images/Group_395-res.png) no-repeat;
        background-size: contain;
        padding: 40px 0;
        background-position: center;
        min-height: 600px;
    }
    .btn-slide2 {
        margin-top: 11px;
    }
}


@media (min-width: 425px) {
    .mobile-replacement-section {
        background: url(../images/Group_395-res.png) no-repeat;
        background-size: contain;
        padding: 40px 0;
        background-position: center;
        min-height: 600px;
    }

    .btn-slide2 {
       margin-top: -29px;
    }
}

@media (min-width: 768px) {
    .mobile-replacement-section {
        background: url(../images/Group_395-res.png) no-repeat;
        background-size: contain;
        padding: 40px 0;
        background-position: center;
        min-height: 600px;
        margin-top: 20px;
    }
    .btn-slide2 {
        margin-top: -29px;
    }
}

@media (min-width: 992px) {
    .btn-slide2 {
        margin-top: 11px;
    }
}

@media (min-width: 1200px) {
    .btn-slide2 {
        margin-top: 11px;
    }
}

.mobile-replacement-section3 {


    background-size: contain;

    background-position: center;
    min-height: 600px;
}

@media (width: 320px) {
    .mobile-replacement-section3 {
        background: url(../images/cc-responsive.png) no-repeat;
        background-size: contain;
        margin-top: 53px;
        margin-bottom: -218px;
        min-height: 600px;
        margin-left: 38px;

    }
}
@media (min-width: 375px) {
    .mobile-replacement-section3 {
        background: url(../images/cc-responsive.png) no-repeat;
        background-size: contain;
        margin-bottom: -148px;
        margin-top: 53px;
        min-height: 600px;
        margin-left: 50px;

    }
}


@media (min-width: 425px) {

    .mobile-replacement-section3 {
        background: url(../images/cc-responsive.png) no-repeat;
        background-size: contain;
        margin-bottom: -35px;

        min-height: 600px;

    }
}

@media (min-width: 768px) {
    .mobile-replacement-section3 {
        background: url(../images/cc-responsive.png) no-repeat;
        background-size: contain;
        padding: 40px 0;
        margin-bottom: 3px;
        min-height: 600px;
        margin-top: 40px;
        margin-left: 197px;
    }
}





.mobile-replacement-section2 {
    background: url(../images/mrktg.webp) no-repeat;
    background-size: contain;
    padding: 40px 0;
    background-position: center;
    min-height: 600px;
}

@media (width: 425px) {
    .mobile-replacement-section2 {
        background: url(../images/mrktg.webp) no-repeat;
        background-size: contain;
        padding: 40px 0;
        background-position: center;
        min-height: 600px;

    }
}


@media (width: 375px) {
    .mobile-replacement-section2 {
        background: url(../images/mrktg.webp) no-repeat;
        background-size: contain;
        padding: 40px 0;
        background-position: center;
        min-height: 600px;

    }
}

@media (width: 320px) {
    .mobile-replacement-section2 {
        background: url(../images/mrktg.webp) no-repeat;
        background-size: contain;
        padding: 40px 0;
        background-position: center;
        min-height: 600px;

    }
}

@media (width: 768px) {
    .mobile-replacement-section2 {
        background: url(../images/mrktg.webp) no-repeat;
        background-size: contain;
        padding: 40px 0;
        background-position: center;
        min-height: 600px;
        margin-top: 20px;
    }
}


.span-btn {
    font-size: 14px;
    font-weight: bold;
    color: rgba(44, 44, 44, 1);
    font-family: Montserrat, sans-serif;
    line-height: 25px;
    margin-right: 13px;

}


.top-header-area {
    position: fixed;

    z-index: 1000;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background-color: rgba(252, 253, 244, 1); /* Couleur de fond de la barre */

    transition: top 0.3s ease, background-color 0.3s ease; /* Transition pour une animation fluide */
}

/* Ajouter une classe quand fixé pour ajuster le contenu sous la barre */
.header-fixed-padding {
    padding-top: 45px; /* Correspond à la hauteur de la .top-header-area */
}

/* Ensure the navbar remains fixed at the top */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000; /* Adjust as needed */
}

.container-login100-beonline {
    width: 100%;
    min-height: 100vh;
    @media (max-width: 992px)  {
        min-height: 60vh;
    }
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;;
}

.btn-login button {
    padding: 14px 25px 12px;
    display: inline-block;
    font-weight: 500;
    border: none;
    text-decoration: none;
    border-radius: 25px;
    background: #FDE46A;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    margin-top: 5px;
    margin-bottom: 5px;


}

.btn-login button:hover {

    background: #FDE46A;
    color: #0C1D68;
    transform: translateY(-8px);
}

.sloution-box-center-content .input-with-icon,
.sloution-box-center-content .btn-login {
    display: block;
}


.social-icon-menu-overlay ul li a span {
    text-decoration: none;
    color: var(--text-color);
    font-size: 36px;
    padding: 0 3px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.social-icon-menu-overlay ul li a span:hover {
    color: var(--accent-color);
    transform: translateY(-8px);
}

.overlay-content {
    position: relative;
    padding-left: 94px;
    width: 100%;

}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: 0.3s;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0C1D68;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.overlay a:hover,
.overlay a:focus {
    background: #FFFFFF;
    color: #0C1D68;
}

.overlay a:focus:hover {
    background: #FFFFFF;
    color: #0C1D68;
}


.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}


.navbar-nav .nav-link {
    display: block; /* Les liens prennent toute la largeur disponible */
    width: 100%;
    text-align: center; /* Centrer le texte horizontalement */
}


.social-icon-menu-overlay ul li a span {
    text-decoration: none;
    color: var(--text-color);
    font-size: 36px;
    padding: 0 3px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.bg-breadcrumb-login{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/LOGIN-befamily.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0 60px 0;

}

@media  (max-width: 320px) {
    .bg-breadcrumb-login{
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/LOGIN-befamily.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 72px 0 60px 0;
    }
}
@media  (min-width: 375px) {
    .bg-breadcrumb-login{
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/LOGIN-befamily.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 72px 0 60px 0;
    }
}

@media (min-width: 425px)   {
    .bg-breadcrumb-login{
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/LOGIN-befamily.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 72px 0 60px 0;
    }
}

@media (min-width: 768px) {
    .bg-breadcrumb-login{
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/LOGIN-befamily.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 72px 0 60px 0;
    }
}

@media (min-width: 992px) {
    .bg-breadcrumb-login{
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/LOGIN-befamily.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 72px 0 60px 0;
        margin: 110px 0px;
    }
}

@media (min-width: 1200px) {
    .bg-breadcrumb-login{
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/LOGIN-befamily.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 72px 0 60px 0;
        margin: 110px 0px;
    }
}



.login100-form-title-beonline {
    color: #0C1D68;
    width: 100%;
    display: block;
    font-family: Montserrat-Medium;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}

.login100-form-btn-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 40%;
    height: 50px;
    background-color: #0C1D68;

    margin-left: 168px;
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #fff;
    line-height: 21.78px;
    font-weight: 500;
    border-radius: 0px 34px 34px 22px ;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.login100-form-btn-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius:0px 34px 34px 22px;
    top: 0;
    left: 0;
    background: rgba(12, 29, 104, 1);
    background: -webkit-linear-gradient(45deg, rgba(12, 29, 104, 1), #6406c6);
    background: -o-linear-gradient(45deg, rgba(12, 29, 104, 1), #6406c6);
    background: -moz-linear-gradient(45deg, rgba(12, 29, 104, 1), #6406c6);
    background: linear-gradient(45deg, rgba(12, 29, 104, 1), #6406c6);
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn-login:hover:before {
    opacity: 1;
}


.social-icon-menu-overlay ul li a span:hover {
    color: var(--accent-color);
    transform: translateY(-8px);
}

.hr-class {
    border: 2px solid #FFFFFF;
}


.icon-facebook-menu-mobile {
    background: url('../images/facebook-responsive.svg ');
    height: 40px;
    width: 40px;
    background-size: contain;
    display: block;
}

.icon-instagram-menu-mobile {
    background: url('../images/instagram-responsive.svg ');
    height: 40px;
    width: 40px;
    background-size: contain;
    display: block;
}


.icon-tiktok-menu-mobile {
    background: url('../images/tiktok-responsive.svg');
    height: 40px;
    width: 40px;
    background-size: contain;
    display: block;

}


.button-menu-contact {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(150, 199, 195, 1);
    color: rgba(44, 44, 44, 1) !important;
    border: none;

    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
    width: 302px;
    @media (min-width: 767px) and (max-width: 992px) {
        margin-left: 33%;
    }

}

.title-header.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;

    background-size: contain;
    background-position: 0 0; /* Position de départ pour la couleur de fond */

    border: none;
    text-align: left;
    cursor: pointer;
    width: 699px; /* Largeur totale de l'élément */
    padding-left: 20px; /* Marge intérieure à gauche pour le texte */
    box-sizing: border-box; /* Inclure le padding dans la largeur totale */
}


.title-header-acceuil.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(150, 199, 195, 1);
    background-size: contain;
    background-position: 0 0; /* Position de départ pour la couleur de fond */
    color: rgba(44, 44, 44, 1) !important;
    border: none;
    text-align: left;
    cursor: pointer;
    width: 699px; /* Largeur totale de l'élément */
    padding-left: 20px; /* Marge intérieure à gauche pour le texte */
    box-sizing: border-box; /* Inclure le padding dans la largeur totale */
}






/* Adjust icon size and margin */
.icon-contact {
    width: 37.62px; /* Adjust size as needed */
    height: 37.62px; /* Adjust size as needed */
    margin-left: 10px; /* Adjust spacing between icons */
}


@media (min-width: 992px) and (max-width: 1440px) {

    .header-con .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

}

@media (min-width: 320px) {

    .title-header.nav-link {
        background-color: rgba(44, 44, 44, 1);
        color:rgba(255, 255, 255, 1) ;
    }
    .nav-taille{
        padding-left: 84px;
        margin-top: -257px;
    }
    .icon-contact {
        width: 28.62px; /* Adjust size as needed */
        height: 28.62px; /* Adjust size as needed */
        margin-left: 10px; /* Adjust spacing between icons */
    }

}

@media (min-width: 375px) {

    .title-header.nav-link {
        background-color: rgba(44, 44, 44, 1);
        color:rgba(255, 255, 255, 1) ;
    }
    .titre-menu {

        padding-left: 40px;
    }
    .nav-taille{
        padding-left: 26px;
        margin-top: -225px;
    }
    .icon-contact {
        width: 30.62px; /* Adjust size as needed */
        height: 30.62px; /* Adjust size as needed */
        margin-left: 10px; /* Adjust spacing between icons */
    }

}

@media (min-width: 425px) {

    .title-header.nav-link {
        background-color: rgba(44, 44, 44, 1);
        color:rgba(255, 255, 255, 1) ;
    }
    .nav-taille{
        padding-left: 26px;
        margin-top: -229px;
    }
    .icon-contact {
        width: 32.62px; /* Adjust size as needed */
        height: 32.62px; /* Adjust size as needed */
        margin-left: 10px; /* Adjust spacing between icons */
    }


}

@media (min-width: 768px) {

    .title-header.nav-link {
        background-color: rgba(44, 44, 44, 1);
        color:rgba(255, 255, 255, 1) ;

    }
    .nav-taille{
        margin-top: -187px;
        padding-left: 81px;
    }
    .icon-contact {
        width: 34.62px; /* Adjust size as needed */
        height: 34.62px; /* Adjust size as needed */
        margin-left: 10px; /* Adjust spacing between icons */
    }

}

@media (min-width: 992px) {

    .title-header.nav-link {
        background-color: rgba(150, 199, 195, 1);

    }
    .icon-contact {
        width: 37.62px; /* Adjust size as needed */
        height: 37.62px; /* Adjust size as needed */
        margin-left: 10px; /* Adjust spacing between icons */
    }

}

@media (min-width: 1200px) {

    .title-header.nav-link {

        background-color: rgba(150, 199, 195, 1);
    }

    .icon-contact {
        width: 37.62px; /* Adjust size as needed */
        height: 37.62px; /* Adjust size as needed */
        margin-left: 10px; /* Adjust spacing between icons */
    }

}





. hr-class2 {
    border: 2px solid transparent;
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
    background: #0C1D68;
}

.social-icon-menu-overlay {
    display: flex; /* Ensures items are in a row */
    align-items: center; /* Align items vertically */
}


.copy-right-text {
    margin-bottom: 10px; /* Example margin between each contact info block */
    padding-left: 81px;
}

.span-color {
    color: #E7E7DF;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 2px;

}

.titre-menu {
    color: #E7E7DF;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    height: 42.6px;
}
.ii {
    width: 100%;
    padding-left: 0;
}
.body-scroll-lock {
    overflow: hidden;
}
@media (width: 375px) {

    .taille-div{
        margin-top: -164px;
    }
}

.selected {
    color: rgba(34, 140, 128, 1); /* Style du lien sélectionné */

    background-color: rgba(252, 253, 244, 1);

    width: 100%;
!important;

}

#rev_slider_19_1 ul li {
    margin-bottom: 20px; /* Adjust as needed */
}

.span-slide {
    text-align: center;
}

/* Ajoutez des styles pour l'espacement entre subtitle et title2 */
.slide-content.subtitle {
    margin-bottom: 10px; /* Espacement entre subtitle et title2 */
}

.slide-content.title2 {
    margin-top: 10px; /* Espacement entre title2 et le texte suivant */
}

.be-family-banner {
    position: relative; /* Needed for proper vertical alignment */
    text-align: center;
    white-space: nowrap;
    opacity: 0; /* Initial opacity for animation */
    animation: fadeIn 1s ease-in-out forwards; /* Animation definition */
    display: flex;
    flex-direction: column; /* Aligne le contenu verticalement */
    align-items: center; /* Centre le contenu horizontalement */
    justify-content: center; /* Centre le contenu verticalement */


}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tp-caption-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    text-align: center;
    white-space: nowrap;

    /* Animation */
    animation: fadeIn 1s ease-in-out;

    /* Add a slight margin between buttons (optional) */
    margin-right: 10px; /* Adjust as needed */
}

.tp-caption-custom a {
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit text color from parent element */
    display: inline-block; /* Allow buttons to sit side-by-side */
}

.tp-caption-custom a.btn-slide {
    /* Add your desired button styles here */
    padding: 10px 20px; /* Example padding */
    background-color: #007bff; /* Example blue background */
    color: #fff; /* Example white text */
    border: none;
    border-radius: 5px;
    cursor: pointer; /* Indicate clickable button */
}

.tp-caption-custom a.btn-slide.mt-4 {
    margin-top: 10px; /* Add margin-top for the second button */
}

/* Animation keyframes (optional, adjust timing if needed) */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.title2 {
    display: flex; /* Ensure content fits within the element */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    text-align: center; /* Center text within the element */
    opacity: 0; /* Initial opacity (matches animation from) */
    animation: fadeIn 1s ease-in-out; /* Animation for smooth opacity transition */
    white-space: nowrap; /* Prevent text wrapping */
    /* Optional properties (adjust as needed): */

}

/* Conteneur principal du slide */
.be-family-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centre verticalement */
    align-items: center; /* Centre horizontalement */
    height: 100vh; /* Prend la hauteur totale de la fenêtre */
    text-align: center; /* Centre le texte */
    width: 100%; /* Prend toute la largeur du slide */
    padding: 0 15px; /* Ajoute un peu de padding sur les côtés */
}



/* Style pour les paragraphes */
.banner-family {
    font-weight: 400;
    line-height: 1.5; /* Augmente la hauteur de ligne pour améliorer la lisibilité */
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 1);
    width: 100%; /* Prend toute la largeur disponible */
    max-width: 100%; /* Assure que le texte ne dépasse pas la largeur du conteneur */
    margin: 0 auto; /* Centre le paragraphe horizontalement */
    overflow-wrap: break-word; /* Force le retour à la ligne pour les mots longs */
    word-wrap: break-word; /* Pour les anciens navigateurs */
    word-break: break-word; /* Pour les navigateurs modernes */
    text-align: center; /* Assure que le texte est centré */
    padding: 0 15px; /* Ajoute un peu de padding pour éviter que le texte touche les bords */
}

/* Responsivité pour différents écrans */
@media (max-width: 320px) {
    .banner-family {
        font-size: 10px;
        width: 100%; /* Assure que le texte s'adapte à la largeur de l'écran */
    }
    .taille-div{

        padding-top: 40px;
    }
    .span-f{
        font-size: 11px;
    }
}

@media (min-width: 375px) {
    .banner-family {
        font-size: 12px;
    }
    .taille-div{

        padding-top: 50px;
    }
    .span-f{
        font-size: 12px;
    }
}

@media (min-width: 425px) {
    .banner-family {
        font-size: 12px;
    }
    .taille-div{

        padding-top: 18px;
    }
    .span-f{
        font-size: 13px;
    }
}


@media (min-width: 768px) {
    .banner-family {
        font-size: 14px;
    }
    .taille-div{
       padding-left: 20px;
        padding-top: 37px;
    }
    .span-f{
        font-size: 14px;
    }
}


@media (min-width: 992px) {
    .banner-family {
        font-size: 14px;
    }
    .span-f{
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .banner-family {
        font-size: 16px;
    }
    .span-f{
        font-size: 16px;
    }
}

.span-f {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}



.c-befamily {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 25px;
    color: rgba(44, 44, 44, 1);
    font-size: 12px;
}


@media (width: 320px) {
    .c-befamily {
        font-size: 10px;

    }
}

@media (width: 375px) {
    .c-befamily {
        font-size: 10px;
    }
}

@media (width: 425px) {
    .c-befamily {
        font-size: 10px;
    }
}

@media (width: 768px) {
    .c-befamily {
        font-size: 12px;
    }
}

@media (width: 992px) {
    .c-befamily {
        font-size: 14px;
    }
}

@media (width: 1200px) {
    .c-befamily {
        font-size: 14px;
    }
}

.img-fluid-footer {
    width: 265.04px;
    height: 56.87px;
}


@media (max-width: 320px) {
    .img-fluid-footer {
        width: 200.04px;
        height: 30.87px;
        margin-bottom: 185px;
        padding-left: 77px;

    }
}

@media (min-width: 375px) {
    .img-fluid-footer {
        width: 200.04px;
        height: 30.87px;
        margin-bottom: 185px;
        padding-left: 7px;

    }
}

@media (min-width: 425px) {
    .img-fluid-footer {
        width: 200.04px;
        height: 30.87px;
        margin-bottom: 185px;
        padding-left: 0px;

    }
}

@media (width: 768px) {
    .img-fluid-footer {
        width: 252.04px;
        height: 43.87px;
        margin-bottom: 126px;
        padding-left: 39px;

    }
}

@media (min-width: 992px) {
    .img-fluid-footer {
        width: 265.04px;
        height: 56.87px;
    }
}

@media (min-width: 1200px) {
    .img-fluid-footer {
        width: 265.04px;
        height: 56.87px;
    }
}



.title-blog {

    color: #2C2C2C;
    font-size: 32px;
    line-height: 39.01px;

    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.p-blog {
    color: #2C2C2C;

    line-height: 24.38px;

    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}

@media  (max-width: 320px) {
    .p-blog    {
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .p-blog   {
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .p-blog    {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .p-blog   {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .p-blog   {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .p-blog   {
        font-size: 24px;
    }
}

.rdv-titre2 {
    color: #FFFFFF;
    font-size: 44px;
    line-height: 53.64px;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.p-header-blog {
    color: #FFFFFF;

    line-height: 19px;
    text-align: center;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}

@media  (max-width: 320px) {
    .p-header-blog   {
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .p-header-blog   {
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .p-header-blog   {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .p-header-blog   {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .p-header-blog   {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .p-header-blog   {
        font-size: 20px;
    }
}

.text-white22{
    color: #FFFFFF;
    text-align: center;
}

@media  (max-width: 320px) {
    .text-white22{
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .text-white22{
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .text-white22{
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .text-white22{
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .text-white22{
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .text-white22{
        font-size: 24px;
    }
}


.p-header-realisations {
    color: #FFFFFF;

    line-height: 19.5px;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}

@media  (max-width: 320px) {
    .p-header-realisations {
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .p-header-realisations {
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .p-header-realisations {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .p-header-realisations {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .p-header-realisations {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .p-header-realisations {
        font-size: 20px;
    }
}
.p-header-realisations33 {
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}

.p-header-realisations22 {
    color: #FFFFFF;
    line-height: 19.5px;
    text-align: center;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

@media  (max-width: 320px) {
    .p-header-realisations22 {
        font-size: 10px;
    }
}
@media  (min-width: 375px) {
    .p-header-realisations22 {
        font-size: 12px;
    }
}

@media (min-width: 425px)   {
    .p-header-realisations22 {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .p-header-realisations {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .p-header-realisations22 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .p-header-realisations22 {
        font-size: 16px;
    }
}

.title-realisations {
    color: #FFFFFF;
    font-size: 44px;
    line-height: 53.64px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.title-bloc-realisations {

    color: #2C2C2C;
    line-height: 43.88px;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

}

@media  (max-width: 320px) {
    .title-bloc-realisations {
        font-size: 14px;
    }
    .top-section{
        margin-top: -1rem;
    }
}
@media  (min-width: 375px) {
    .title-bloc-realisations {
        font-size: 14px;
    }
    .top-section{
        margin-top: -1rem;
    }
}

@media (min-width: 425px)   {
    .title-bloc-realisations {
        font-size: 16px;
        padding-left: 2px;
    }
    .top-section{
     margin-top: -1rem;
    }
}

@media (width: 768px) {
    .title-bloc-realisations {
        font-size: 18px;
        padding-left: 11px;
    }
    .top-section{
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .title-bloc-realisations {
        font-size: 25px;
        margin-left: 30px;
    }
    .top-section{
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .title-bloc-realisations {
        font-size: 25px;
        margin-left: 30px;
    }
    .top-section{
        margin-top: 0;
    }
}

.title-bloc-realisations-espace {

    color: #2C2C2C;

    line-height: 43.88px;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

@media  (max-width: 320px) {
    .title-bloc-realisations-espace{
        font-size: 16px;
    }

}
@media  (min-width: 375px) {
    .title-bloc-realisations-espace {
        font-size: 16px;
    }

}

@media (min-width: 425px)   {
    .title-bloc-realisations-espace {
        font-size: 20px;
    }

}

@media (width: 768px) {
    .title-bloc-realisations-espace {
        font-size: 24px;
        padding-left: 11px;
    }

}

@media (min-width: 992px) {
    .title-bloc-realisations-espace{
        font-size: 32px;
    }

}

@media (min-width: 1200px) {
    .title-bloc-realisations-espace {
        font-size: 32px;
    }

}

.p-bloc-realisations {

    color: #2C2C2C;

    line-height: 29.26px;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

@media  (max-width: 320px) {
    .p-bloc-realisations {
        font-size: 12px;
    }
}
@media  (min-width: 375px) {
    .p-bloc-realisations {
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .p-bloc-realisations {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .p-bloc-realisations {
        font-size: 16px;
        padding-left: 11px;
    }
}

@media (min-width: 992px) {
    .p-bloc-realisations {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .p-bloc-realisations {
        font-size: 20px;
    }
}

.p-bloc-realisations-espace {

    color: #2C2C2C;

    line-height: 29.26px;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

@media  (max-width: 320px) {
    .p-bloc-realisations-espace {
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .p-bloc-realisations-espace {
        font-size: 16px;
    }
}

@media (min-width: 425px)   {
    .p-bloc-realisations-espace {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .p-bloc-realisations-espace {
        font-size: 18px;
        padding-left: 11px;
    }
}

@media (min-width: 992px) {
    .title-bloc-realisations-espace {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .p-bloc-realisations-espace{
        font-size: 20px;
    }
}



.title-bloc-realisations2 {
    color: #2C2C2C;
    line-height: 43.88px;
    text-align: left;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

}
@media  (max-width: 320px) {
    .title-bloc-realisations2  {
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .title-bloc-realisations2  {
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .title-bloc-realisations2  {
        font-size: 16px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .title-bloc-realisations2 {
        font-size: 18px;
        margin-left: 9px;
    }
}

@media (min-width: 992px) {
    .title-bloc-realisations2  {
        font-size: 25px;
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .title-bloc-realisations2  {
        font-size: 25px;
        margin-left: 30px;
    }
}

.title-bloc-realisationss {
    color: #2C2C2C;
    font-size: 25px;
    line-height: 43.88px;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

@media  (max-width: 320px) {
    .title-bloc-realisationss {
        font-size: 12px;
    }
}
@media  (min-width: 375px) {
    .title-bloc-realisationss {
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .title-bloc-realisationss {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .title-bloc-realisationss {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .title-bloc-realisationss {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .title-bloc-realisationss {
        font-size: 25px;
    }
}

.p-bloc-realisations2 {

    color: #2C2C2C;
    font-size: 20px;
    line-height: 29.26px;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}
@media  (max-width: 320px) {
    .p-bloc-realisations2 {
        font-size: 12px;
    }
}
@media  (min-width: 375px) {
    .p-bloc-realisations2 {
        font-size: 14px;
    }
}

@media (min-width: 425px)   {
    .p-bloc-realisations2 {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .p-bloc-realisations2 {
        font-size: 18px;
        padding-left: 11px;
    }
}

@media (min-width: 992px) {
    .p-bloc-realisations2{
        font-size: 20px;
        .p-bloc-realisations2
    }
}

@media (min-width: 1200px) {
    .p-bloc-realisations2 {
        font-size: 20px;
        .p-bloc-realisations2
    }
}


.bloc-encadre-vert {
    border: 1px solid #228C80;
    /* Optionnel : pour ajouter un peu d'espace intérieur */
    /* Optionnel : pour ajouter un peu d'espace intérieur */
/
}

.bloc-encadre-vert2 {
    border: 1px solid #228C80;
    /* Optionnel : pour ajouter un peu d'espace intérieur */
    /* Optionnel : pour ajouter un peu d'espace intérieur */
/
}



span-realisations {

    color: #FCFDF4;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}



.span-realisations-home {
    color: #2C2C2C;

    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

@media  (max-width: 320px) {
    .span-realisations-home {
        font-size: 10px;
    }
}
@media  (min-width: 375px) {
    .span-realisations-home {
        font-size: 10px;
    }
    .bloc-encadre-vert2 {
      height: 879px;

    }
}

@media (min-width: 425px)   {
    .span-realisations-home {
        font-size: 10px;
    }
    .bloc-encadre-vert2 {
        height: 879px;

    }
}

@media (min-width: 768px) {
    .span-realisations-home {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .span-realisations-home {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .span-realisations-home {
        font-size: 14px;
    }
}

.title-realisation-digital {
    color: #2C2C2C;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24.38px;
    text-align: left;
}

.voir-plus {
    color: #939393;
    line-height: 17.07px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.voir-plus2 {
    color: #939393;
    line-height: 17.07px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.slider_image-container {
    flex-shrink: 0;
    height: 248px; /* Hauteur fixe pour l'image */
    overflow: hidden;
}

.img-realisation {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assure que l'image couvre la zone sans déformation */
}

.slider_text-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.slider_text-container h5 {
    margin: 0;
}

.slider_text-container span {
    flex-grow: 1;
    margin-top: 10px;
}

.team-box.item {
    overflow: hidden;
    transition: height 0.3s ease;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    align-items: flex-start;
    position: relative;
    height: 393px; /* Hauteur fixe pour toutes les boîtes */
    box-sizing: border-box; /* Assure que padding et bordure sont inclus dans la hauteur */
}


@media  (max-width: 320px) {
    .team-box.item {
        max-width: 280px;
    }
}







.team-box2.item {
    overflow: hidden; /* Masque le contenu qui dépasse */
    transition: height 0.3s ease; /* Transition fluide de la hauteur */
    display: flex;
    flex-direction: column;
    max-width: 300px; /* Ajustez la valeur selon vos besoins */
    align-items: flex-start; /* Alignement du contenu en haut */
    position: relative; /* Position relative pour le positionnement fixe du haut */
}

.team-text {
    position: relative; /* Assure que le positionnement des éléments internes est correct */
}

.more-text {
    margin-top: auto; /* Pousse le texte supplémentaire vers le bas */
    display: none; /* Masque le texte supplémentaire par défaut */
}







.p-bloc-digital{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    color: #2C2C2C;
    text-align: left;

}

.titre-bloc-digital2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    color: #228C80;
    text-align: left;
}

.titre-bloc-digital3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    color: #228C80;
    text-align: left;
}

.team-text {
    position: relative;
}

.title-realisation-digital {
    display: inline-block;
    position: relative; /* Assure que le titre est positionné relativement */
    padding-left: 15px; /* Ajustez la distance entre la barre et le texte selon votre besoin */
}

.title-realisation-digital:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px; /* Largeur de la barre rouge */
    background-color: #228C80; /* Couleur de la barre rouge */
}

.titre-bloc-digital3,
.p-bloc-digital {
    display: inline-block;
    position: relative;
    padding-left: 12px; /* Ajustez la distance entre la barre et le texte selon votre besoin */
}

.titre-bloc-digital3:before,
.p-bloc-digital:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 1px; /* Ajustez la position de la barre par rapport au texte */
    transform: translateY(-50%);
    width: 3px; /* Largeur de la barre rouge */
    height: 100%;
    background-color: #BFBFBF; /* Couleur de la barre rouge */
}


.span-res-home{

    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0B0B0B;
    text-align: center;
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0; /* Si nécessaire */
}

@media (max-width: 991px) { /* Écran moyen et petit */
    .slider_control-nav-item {
        display: none; /* Masquer l'élément */
    }
}
.localisation-contact {
    height: 500px;
}

.style-localisation{

    width: 100%; height: 400px;
}

.t-contact-localisation{

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

    line-height: 43.88px;
    color:  #2C2C2C;
    text-align:center;
}

@media  (max-width: 320px) {
    .t-contact-localisation{
        font-size: 14px;
    }
}
@media  (min-width: 375px) {
    .t-contact-localisation{
        font-size: 16px;
    }
}

@media (min-width: 425px)   {
    .t-contact-localisation{
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .t-contact-localisation{
        font-size: 24px;
    }
}



@media (min-width: 1200px) {
    .t-contact-localisation{
        font-size: 32px;
    }
}

.social-links a {
    margin-right: 18px; /* Espacement horizontal entre les liens */
}

.social-links a:last-child {
    margin-right: 0; /* Pas de marge à droite pour le dernier élément */
}
.img-contact-page {
    width: 80.38px;
    height: 80.38px;
}

@media  (max-width: 320px) {
    .img-contact-page {
        width: 40.38px;
        height: 40.38px;
    }
}
@media  (min-width: 375px) {
    .img-contact-page {
        width: 40.38px;
        height: 40.38px;
    }
}

@media (min-width: 425px)   {
    .img-contact-page {
        width: 50.38px;
        height: 50.38px;
    }
}

@media (min-width: 768px) {
    .img-contact-page {
        width: 60.38px;
        height: 60.38px;
    }
}

@media (min-width: 992px) {
    .img-contact-page {
        width: 80.38px;
        height: 80.38px;
    }
}

@media (min-width: 1200px) {
    .img-contact-page {
        width: 80.38px;
        height: 80.38px;
    }
}

/* <a href="https://www.jqueryscript.net/slider/">Slider</a> */

.slider {
    user-select: none;
    display: inline-block;
    position: relative;
}

.slider2 {
    user-select: none;
    display: inline-block;
    position: relative;
}

.slider3 {
    user-select: none;
    display: inline-block;
    position: relative;
}

.slider_first {  // width: 459px;
}

.slider_first3 {  // width: 459px;
}

.slider_first2 {  // width: 459px;
}

.slider_second { }
.slider_second2 { }
.slider_second3 { }

.slider_viewport {
    position: relative;
    overflow: hidden;
    width: calc(300px * 2); /* Ajuster la largeur du viewport */
}

.slider_viewport2 {
    position: relative;
    overflow: hidden;
}

.slider_viewport3 {
    position: relative;
    overflow: hidden;
}

.slider_list {
    display: flex;




    transition: transform 0.5s ease; }
.slider_list2 { }

.slider_list3 { }

.animate { transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.slider_item { float: left; width: 300px; }

.slider_item2 { float: left; }

.slider_item3 { float: left; }

.slider_item img {
    display: block;
    max-width: 100%;
    height: auto;
    background-size: cover;
}

.slider_item2 img {
    display: block;
    max-width: 100%;
    height: auto;
    background-size: cover;
}

.slider_item3 img {
    display: block;
    max-width: 100%;
    height: auto;
    background-size: cover;
}

.slider_nav.is-disabled { display: none; }

.slider_nav2.is-disabled { display: none; }

.slider_nav3.is-disabled { display: none; }

.slider_control-nav {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
}

.slider_control-nav2 {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
}

.slider_control-nav3 {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
}





.slider_control-nav-item {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    background: rgba(34, 140, 128, 1);
}

.slider_control-nav-item2 {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    background: rgba(34, 140, 128, 1);
}

.slider_control-nav-item3 {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    background: rgba(34, 140, 128, 1);
}




.slider_control-nav-item:hover { opacity: 0.3; }
.slider_control-nav-item2:hover { opacity: 0.3; }

.slider_control-nav-item3:hover { opacity: 0.3; }

.slider_control-nav-item.is-active {
    opacity: 0.6;
    background: #000;
//cursor: default;
}

.slider_control-nav-item2.is-active {
    opacity: 0.6;
    background: #000;
//cursor: default;
}

.slider_control-nav-item3.is-active {
    opacity: 0.6;
    background: #000;
//cursor: default;
}




.slider_arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 26px;
    height: 49px;
    z-index: 999;
    cursor: pointer;
}

.slider_arrow2 {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 26px;
    height: 49px;
    z-index: 999;
    cursor: pointer;
}

.slider_arrow3 {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 26px;
    height: 49px;
    z-index: 999;
    cursor: pointer;
}

.slider_arrow.is-disabled {
    cursor: default;
    opacity: 0.5;
}

.slider_arrow2.is-disabled {
    cursor: default;
    opacity: 0.5;
}


.slider_arrow3.is-disabled {
    cursor: default;
    opacity: 0.5;
}

.slider_arrow2:hover { opacity: 0.5; }
.slider_arrow3:hover { opacity: 0.5; }

.slider_arrow:hover { opacity: 0.5; }

.slider_arrow__right2 {
    right: -40px;
    background: url(../images/arrow_right.png) no-repeat 0 0;
}

.slider_arrow__right3 {
    right: -40px;
    background: url(../images/arrow_right.png) no-repeat 0 0;
}


.slider_arrow__right {
    right: -40px;
    background: url(../images/arrow_right.png) no-repeat 0 0;
}

.slider_control-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-nav-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #333; /* Change this color to match your design */
    cursor: pointer;
    transition: color 0.3s;
}

.slider-nav-btn:hover {
    color: #007bff; /* Change this color to match your hover design */
}

.slider-nav-prev {
    position: absolute;
    left: 10px;
}

.slider-nav-next {
    position: absolute;
    right: 10px;
}


.slider_arrow__left {
    left: -40px;
    display: inline-block;

}





.title-header-acceuil.active
{
    color: rgba(34, 140, 128, 1); /* Exemple de couleur, vous pouvez ajuster selon vos besoins */
    font-weight: bold;

}

.btn-header.active
{
    color: rgba(34, 140, 128, 1); /* Exemple de couleur, vous pouvez ajuster selon vos besoins */
    font-weight: bold;

}



/* Style pour les grandes fenêtres, par exemple les écrans avec une largeur minimale de 1024px */

.rev_slider_wrapper {
    width: 1920px;

}

@media  (max-width: 320px) {
    .rev_slider_wrapper {
        margin-top: 0;
    }
}
@media  (min-width: 375px) {
    .rev_slider_wrapper {
        margin-top: 0;
    }
}

@media (min-width: 425px)   {
    .rev_slider_wrapper {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .rev_slider_wrapper  {
        margin-top: 0;
        width: 1300px;
    }
}

@media (min-width: 992px) {
    .rev_slider_wrapper  {
        margin-top: -8px;
        width: 1404px;
    }
}

@media (min-width: 1200px) {
    .rev_slider_wrapper  {
        margin-top: 100px;
        width: 1406px;
    }
}

.slider_arrow__left2 {
    left: -40px;
    background: url(../images/left.png) no-repeat 0 0;
}

.slider_arrow__left3{
    left: -40px;
    background: url(../images/left.png) no-repeat 0 0;
}

.slider__fullwidth .slider_viewport::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/dot.png) repeat 0 0;
}


.slider__fullwidth2 .slider_viewport2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/dot.png) repeat 0 0;
}

.slider__fullwidth3 .slider_viewport3::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/dot.png) repeat 0 0;
}



.slider__carousel { overflow: hidden; }
.slider__carousel2 { overflow: hidden; }

.slider__carousel3 { overflow: hidden; }

.slider__carousel::before, .slider__carousel::after {
    content: "";
    width: 150px;
    position: absolute;
    top: -5px;
    bottom: -5px;
    z-index: 200;
}

.slider__carousel2::before, .slider__carousel2::after {
    content: "";
    width: 150px;
    position: absolute;
    top: -5px;
    bottom: -5px;
    z-index: 200;
}

.slider__carousel3::before, .slider__carousel3::after {
    content: "";
    width: 150px;
    position: absolute;
    top: -5px;
    bottom: -5px;
    z-index: 200;
}

.slider__carousel::before {
    left: -5px;

}

.slider__carousel::after {
    right: -5px;

}

.slider__carousel2::after {
    right: -5px;

}

.slider__carousel2::after {
    right: -5px;

}

.slider__carousel3::before {
    left: -5px;

}

.slider__carousel3::after {
    right: -5px;

}

.slider__carousel .slider_viewport {
    overflow: visible;
    width: 250px;
    margin: 0 auto;
}

.slider__carousel2 .slider_viewport2 {
    overflow: visible;
    width: 250px;
    margin: 0 auto;
}

.slider__carousel3 .slider_viewport3 {
    overflow: visible;
    width: 250px;
    margin: 0 auto;
}

.slider__carousel .slider_arrow__left { left: 70px; }

.slider__carousel .slider_arrow__right { right: 70px; }

.slider__carousel3 .slider_arrow__left3 { left: 70px; }

.slider__carousel3 .slider_arrow__right3 { right: 70px; }

.slider_item {
    text-align: center;
    margin-bottom: 20px; /* Espacement entre les éléments du slider */
}

.slider_item2 {
    text-align: center;
    margin-bottom: 20px; /* Espacement entre les éléments du slider */
}

.slider_item3 {
    text-align: center;
    margin-bottom: 20px; /* Espacement entre les éléments du slider */
}


.img-realisation {
    max-width: 100%;
    height: auto;
}

.slider_item-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0 5px;
}

.slider_item-description {
    font-size: 1rem;
    color: #555; /* Couleur de texte de description */
}

.slider_item {
    text-align: center; /* Assure que le titre est centré sous l'image */
}

.slider_item2 {
    text-align: center; /* Assure que le titre est centré sous l'image */
}

.slider_item3 {
    text-align: center; /* Assure que le titre est centré sous l'image */
}


.slider_caption {
    margin-top: 8px; /* Ajustez selon vos préférences */
    font-size: 14px; /* Ajustez selon vos préférences */
    color: #333; /* Ajustez selon vos préférences */
}


.slider_item-title2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0 5px;
}

.slider_item-title3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0 5px;
}

.slider_item-description2 {
    font-size: 1rem;
    color: #555; /* Couleur de texte de description */
}

.slider_item-description3 {
    font-size: 1rem;
    color: #555; /* Couleur de texte de description */
}



.slider_caption2 {
    margin-top: 8px; /* Ajustez selon vos préférences */
    font-size: 14px; /* Ajustez selon vos préférences */
    color: #333; /* Ajustez selon vos préférences */
}


.slider_caption3 {
    margin-top: 8px; /* Ajustez selon vos préférences */
    font-size: 14px; /* Ajustez selon vos préférences */
    color: #333; /* Ajustez selon vos préférences */
}

.taille-flech{

    height: 26px;
    width: 24px;
    color: rgba(124, 185, 178, 1);

}

.color-section{
    background-color:rgba(252, 253, 244, 1)
}

.modal-title1 {
    color: #71717A;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    margin-top: 11px;
    padding-left: 16px;

}

.close-agenda {
    background-color: #46F8FA;
}

.option-agenda {
    color: #0C1D68;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    border-bottom-style: double;

}

.label-agenda {
    font-size: 15px;
    color: #0C1D68;
    line-height: 40px;
    font-family: "Inter", sans-serif;
    font-weight: bold;

}

.btn-agenda {

    background-color: #0C1D68;
    color: white;
    border: 1px solid #46F8FA;
    border-radius: 4px;

    height: 37px;

}

.btn-fermer {
    background-color: rgba(70, 248, 250, 0.08); /* Couleur de fond avec opacité de 8% */
    color: #0C1D68;
    border: 1px solid #46F8FA;
    border-radius: 4px;
    height: 37px;
}

.form-control-agenda {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #46F8FA;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-footer {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;

    align-items: center;
    -webkit-box-pack: end;

    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #46F8FA;
}

.option-agenda {
    color: #0C1D68;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    border-bottom-style: double;

}

/* Sélectionnez l'icône de date dans un input de type date */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(17%) sepia(77%) saturate(2982%) hue-rotate(232deg) brightness(101%) contrast(99%);
}

input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(17%) sepia(77%) saturate(2982%) hue-rotate(232deg) brightness(101%) contrast(99%);
}

.select option {
    color: #fff;
    background-color: #57606f;
    border: none;
}




/* Pour toutes les lignes et colonnes du calendrier (y compris les lignes et colonnes extérieures) dans le mode mois */
.fc-daygrid-body .fc-day,
.fc-daygrid-day-top,
.fc-daygrid-divider,
.fc-daygrid-head,
.fc-daygrid-day-frame {
    border-color: rgba(34, 140, 128, 1); /* Change la couleur des lignes et colonnes du calendrier */
}

/* Pour toutes les lignes et colonnes du calendrier (y compris les lignes et colonnes extérieures) dans le mode semaine */
.fc-timegrid-container,
.fc-timegrid-slots tr > td,
.fc-timegrid-divider,
.fc-timegrid-head-container,
.fc-timegrid-head,
.fc-timegrid-body {
    border-color: rgba(34, 140, 128, 1); /* Change la couleur des lignes et colonnes du calendrier */
}

/* Pour toutes les lignes et colonnes du calendrier (y compris les lignes et colonnes extérieures) dans le mode jour */
.fc-col-header-cell-cushion,
.fc-day-header,
.fc-scrollgrid-sync-table,
.fc-scrollgrid-sync-table tr,
.fc-scrollgrid-sync-table td,
.fc-daygrid-divider,
.fc-daygrid-header {
    border-color: rgba(34, 140, 128, 1); /* Change la couleur des lignes et colonnes du calendrier */
}

/* Pour toutes les lignes et colonnes du calendrier (y compris les lignes et colonnes extérieures) dans le mode mois */
.fc-daygrid-body .fc-day,
.fc-daygrid-day-top,
.fc-daygrid-divider,
.fc-daygrid-head,
.fc-daygrid-day-frame {
    border-color: rgba(34, 140, 128, 1); /* Change la couleur des lignes et colonnes du calendrier */
}

/* Pour toutes les lignes et colonnes du calendrier (y compris les lignes et colonnes extérieures) dans le mode semaine */
.fc-timegrid-container,
.fc-timegrid-slots tr > td,
.fc-timegrid-divider,
.fc-timegrid-head-container,
.fc-timegrid-head,
.fc-timegrid-body {
    border-color: rgba(34, 140, 128, 1); /* Change la couleur des lignes et colonnes du calendrier */
}

/* Pour toutes les lignes et colonnes du calendrier (y compris les lignes et colonnes extérieures) dans le mode jour */
.fc-col-header-cell-cushion,
.fc-day-header,
.fc-scrollgrid-sync-table,
.fc-scrollgrid-sync-table tr,
.fc-scrollgrid-sync-table td,
.fc-daygrid-divider,
.fc-daygrid-header {
    border-color: #46F8FA; /* Change la couleur des lignes et colonnes du calendrier */
}

.custom-paragraph {
    font-size: 10px;
    margin: 0;
    color: #0C1D68;
    background-color: rgba(70, 248, 250, 0.1);

    /* Ajoutez d'autres styles personnalisés si nécessaire */
}


.body-agenda .fc-list-day-cushion.fc-cell-shaded {
    background-color:
            rgba(34, 140, 128, 1);
}


.custom-event {
    border: 1px solid #0C1D68;
    border-radius: 4px;
}

/* CSS pour changer la couleur de fond des boutons du calendrier */
.fc-dayGridMonth-button,
.fc-timeGridWeek-button,
.fc-timeGridDay-button {

    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid #46F8FA; /* Ajout de la bordure */
    border-radius: 4px;
}

.fc-dayGridMonth-button:hover,
.fc-timeGridWeek-button:hover,
.fc-timeGridDay-button:hover {
    background-color: #0C1D68; /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


.fc-toolbar-chunk {
    margin-right: 5px; /* Ajustement de l'espacement */
}



.fc-icon fc-icon-chevron-right {
    border: 1px solid #46F8FA; /* Ajout de la bordure */
    border-radius: 0px 4px 4px 0px;
}






.custom-toolbar .fc-button {
    margin-right: 10px; /* Espacement entre les boutons */

}


.body-agenda button.fc-today-button.fc-button.fc-button-primary {
    color: #71717A;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    margin-left: 10px;
    margin-right: 10px;
}

.body-agenda button.fc-prev-button.fc-button.fc-button-primary {
    color: #0C1D68;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 4px 0px 0px 4px;

}


.body-agenda button.fc-next-button.fc-button.fc-button-primary {
    color: #0C1D68;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 0px 4px 4px 0px;

}

.body-agenda .fc-dayGridMonth-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid #46F8FA; /* Ajout de la bordure */
    border-radius: 4px;
}


.body-agenda .fc-dayGridMonth-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


.body-agenda button.fc-timeGridWeek-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 4px;

}


.body-agenda .fc-timeGridWeek-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


/* Styles pour le bouton dans la vue de jour */
.body-agenda .fc-timeGridDay-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s; /* Ajout d'une transition pour une animation fluide */
}


.body-agenda .fc-timeGridDay-button.fc-button.fc-button-primary:hover {
    background-color:rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


/* Styles pour le bouton dans la vue de jour */
.body-agenda .fc-listWeek-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s; /* Ajout d'une transition pour une animation fluide */
}

.body-agenda .fc-listWeek-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


.fc-dayGridMonth-button {
    background-color: #007bff; /* Couleur de fond bleue */
    color: #fff; /* Couleur de texte blanche */
    border-color: #007bff; /* Couleur de bordure */
}


button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    background-color: #0C1D68; /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}

.body-agenda a.fc-list-day-text {
    color: #0C1D68;
}

.fc-col-header, .fc-scrollgrid-sync-table, .fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural, .fc-daygrid-body.fc-daygrid-body-unbalanced, .fc-timegrid-body, .fc-timegrid-slots table, .fc-timegrid-cols table {
    width: 100% !important;
}


.flash-message {
    margin-bottom: 10px; /* Espacement entre les messages flash */
    padding: 8px 12px; /* Padding intérieur des messages flash */
    font-size: 14px; /* Taille de la police des messages flash */
    line-height: 1.5; /* Espacement des lignes des messages flash */
}

.alert-success {
    background-color: #d4edda; /* Couleur de fond pour les messages de succès */
    border-color: #c3e6cb; /* Couleur de bordure pour les messages de succès */
    color: #155724; /* Couleur du texte pour les messages de succès */
}

.alert-danger {
    background-color: #f8d7da; /* Couleur de fond pour les messages d'erreur */
    border-color: #f5c6cb; /* Couleur de bordure pour les messages d'erreur */
    color: #721c24; /* Couleur du texte pour les messages d'erreur */
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    background-color: #0C1D68;
    color: white;
}

.modal-header button span {


    font-weight: 300;
    font-size: 18px;
}


.fc-toolbar-chunk {
    margin-right: 5px;
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    background-color: #0C1D68;
    color: white;
}

.body-agenda button.fc-timeGridWeek-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1);
    border-radius: 4px;
}

.body-agenda .fc-timeGridDay-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.modal-header button {
    background: #46F8FA;
    color: white;
    opacity: 1 !important;
    position: absolute;
    right: 2px;
    top: -2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.icon-info{
    height: 50px;
    width: 50px;
}
.body-agenda .fc-list-day-cushion.fc-cell-shaded {
    background-color: rgba(34, 140, 128, 1);
}


.custom-event {
    border: 1px solid #0C1D68;
    border-radius: 4px;
}


.body-agenda .fc .fc-toolbar-title {

    margin: 0;
    color:rgba(34, 140, 128, 1);
}


@media  (max-width: 320px) {
    .body-agenda .fc .fc-toolbar-title {
        font-size: 0.5em;
    }
}
@media  (min-width: 375px) {
    .body-agenda .fc .fc-toolbar-title {
        font-size: 0.75em;
    }
}

@media (min-width: 425px)   {
    .body-agenda .fc .fc-toolbar-title {
        font-size: 0.75em;
    }
}

@media (min-width: 768px) {
    .body-agenda .fc .fc-toolbar-title {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .body-agenda .fc .fc-toolbar-title {
        font-size: 1.75em;
    }
}

@media (min-width: 1200px) {
    .body-agenda .fc .fc-toolbar-title {
        font-size: 1.75em;
    }
}


.body-agenda button.fc-today-button.fc-button.fc-button-primary {
    color: #71717A;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    margin-left: 10px;
    margin-right: 10px;
}

.body-agenda button.fc-prev-button.fc-button.fc-button-primary {
    color: #0C1D68;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 4px 0px 0px 4px;

}


.body-agenda button.fc-next-button.fc-button.fc-button-primary {
    color: #0C1D68;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 0px 4px 4px 0px;

}

.body-agenda .fc-dayGridMonth-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid #46F8FA; /* Ajout de la bordure */
    border-radius: 4px;
}


.body-agenda .fc-dayGridMonth-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


.body-agenda button.fc-timeGridWeek-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 4px;

}


.body-agenda .fc-timeGridWeek-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


/* Styles pour le bouton dans la vue de jour */
.body-agenda .fc-timeGridDay-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s; /* Ajout d'une transition pour une animation fluide */
}


.body-agenda .fc-timeGridDay-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


/* Styles pour le bouton dans la vue de jour */
.body-agenda .fc-listWeek-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s; /* Ajout d'une transition pour une animation fluide */
}

.body-agenda .fc-listWeek-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}

.custom-event {
    border: 1px solid #0C1D68;
    border-radius: 4px;
}



.body-agenda button.fc-today-button.fc-button.fc-button-primary {
    color: #71717A;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    margin-left: 10px;
    margin-right: 10px;
}

.body-agenda button.fc-prev-button.fc-button.fc-button-primary {
    color: #0C1D68;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 4px 0px 0px 4px;

}


.body-agenda button.fc-next-button.fc-button.fc-button-primary {
    color: #0C1D68;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 0px 4px 4px 0px;

}

.body-agenda .fc-dayGridMonth-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid #46F8FA; /* Ajout de la bordure */
    border-radius: 4px;
}


.body-agenda .fc-dayGridMonth-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


.body-agenda button.fc-timeGridWeek-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 4px;

}


.body-agenda .fc-timeGridWeek-button.fc-button.fc-button-primary:hover {
    background-color:rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


/* Styles pour le bouton dans la vue de jour */
.body-agenda .fc-timeGridDay-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s; /* Ajout d'une transition pour une animation fluide */
}


.body-agenda .fc-timeGridDay-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}


/* Styles pour le bouton dans la vue de jour */
.body-agenda .fc-listWeek-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1);
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s; /* Ajout d'une transition pour une animation fluide */
}

.body-agenda button.fc-today-button.fc-button.fc-button-primary {
    color: #71717A;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    margin-left: 10px;
    margin-right: 10px;
}

.body-agenda button.fc-prev-button.fc-button.fc-button-primary {
    color: #0C1D68;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 4px 0px 0px 4px;

}

.body-agenda button.fc-next-button.fc-button.fc-button-primary {
    color: #0C1D68;
    background-color: white;

    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 0px 4px 4px 0px;

}

.body-agenda .fc-dayGridMonth-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid #46F8FA; /* Ajout de la bordure */
    border-radius: 4px;
}

.body-agenda button.fc-timeGridWeek-button.fc-button.fc-button-primary {
    margin-left: 10px;
    margin-right: 10px;
    color: #71717A;
    background-color: white;
    border: 1px solid rgba(34, 140, 128, 1); /* Ajout de la bordure */
    border-radius: 4px;

}

.custom-paragraph {
    font-size: 10px;
    margin: 0;
    color: #0C1D68;
    background-color: rgba(70, 248, 250, 0.1);
}
.body-agenda .fc-timeGridWeek-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}

.btn-inscription button {
    padding: 17px 51px 16px 52px;
    background: rgba(34, 140, 128, 1); ;;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #FFFF;
    text-decoration: none;
    box-shadow: 1px 1px 30px 0px rgb(0 0 0 / 20%);
    border-radius: 0px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}


.checkbox-inscription {
    margin-top: -40px;
    margin-left: 31px;
}


.checkbox-inscription {
    margin-top: -40px;
    margin-left: 31px;
}


.checkbox-inscription input {
    width: 50px;
    margin-left: -40px;
}

.padding-top {
    padding-top: 40px;
}

.checkbox-inscription label {
    font-family: "Inter", sans-serif;
    color:#0C1D68;
}
.checkbox-inscription input {
    width: 50px;
    margin-left: -40px;
}

.form-inner-con input, .form-inner-con textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 26px 18px;
    font-size: 14px;
    color: #545454;
    border-radius: 0px;
    margin-bottom: 20px;
}

.padding-top {
    padding-top: 40px;
}

.checkbox-inscription label {
    font-family: "Inter", sans-serif;
    color:rgba(34, 140, 128, 1);
}
.form-inner-con {

    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
    border-radius: 0 0 0 0;
    padding: 100px 90px;
    background-size: cover;
}

.padding-bottom {
    padding-bottom: 120px;
}

.bloc_bg_inscription {
    background: url(../images/sinscrir-befamily.webp) center top no-repeat;
    background-size: cover;
    margin: 110px 0px;
}
.bloc-inscription {
    min-height: 400px;
    color: #FFFFFF;
}
.bloc-inscription  p {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1em;
    color: #FFFFFF;
    font-size: 35px;
    .titre-color {
        color: #46F8FA;
    }
}
.bloc-inscription  h3 {
    /*font-family: 'Poiret One', cursive;*/
    /*font-weight: 400;*/
    text-align: center;
    /*text-transform: uppercase;*/
    /*letter-spacing: 3px;*/
    color: #FFFFFF;
}

.bloc-inscription {
    h2 {
        color:rgba(34, 140, 128, 1);
        text-align: center;
        font-family: "Inter", sans-serif;
        font-weight: bold;
    }

    .seconnecter   {
        text-align: center;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #525252;

    }
    .connecte-color {
        text-align: center;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color:rgba(34, 140, 128, 1);
    }

}




.body-agenda .fc-dayGridMonth-button.fc-button.fc-button-primary:hover {
    background-color:rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}





.body-agenda .fc-list-day-cushion.fc-cell-shaded {
    background-color: rgba(34, 140, 128, 1);
}

.body-agenda a.fc-list-day-text {


    color: #0C1D68;
}


.body-agenda .fc-listWeek-button.fc-button.fc-button-primary:hover {
    background-color: rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}



.fc-col-header, .fc-scrollgrid-sync-table, .fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural, .fc-daygrid-body.fc-daygrid-body-unbalanced, .fc-timegrid-body, .fc-timegrid-slots table, .fc-timegrid-cols table {
    width: 100% !important;
}
.custom-paragraph {
    font-size: 10px;
    margin: 0;
    color: #0C1D68;
    background-color: rgba(70, 248, 250, 0.1);

    /* Ajoutez d'autres styles personnalisés si nécessaire */
}

.fc-dayGridMonth-button {
    background-color: #007bff; /* Couleur de fond bleue */
    color: #fff; /* Couleur de texte blanche */
    border-color: #007bff; /* Couleur de bordure */
}


button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    background-color:rgba(34, 140, 128, 1); /* Couleur de fond au survol */
    color: white; /* Couleur du texte au survol */
}



#calendar {
    width: 100%;

}


.border-bleu{

    border: 1px solid #0C1D68 !important;
}

.border-bleu::placeholder{
    color: #0C1D68;
    opacity: 1; /* Firefox */
}

.sloution-box-contentt2-login {
    border-radius: 5px;


    background-size: cover; /* Utilisez cover pour que l'image couvre tout l'élément */
    /* Hauteur automatiquement ajustée en fonction du contenu */
}

/* Media Query pour les écrans mobiles */
@media  (max-width: 320px) {
    .sloution-box-contentt2-login {
        border-radius: 5px;
        padding: 18px 16px; /* Ajustez le padding si nécessaire */

        background-size: cover; /* Utilisez cover pour que l'image couvre tout l'élément */
    }
}
@media  (min-width: 375px) {
    .sloution-box-contentt2-login  {
        border-radius: 5px;
        padding: 18px 16px; /* Ajustez le padding si nécessaire */

        background-size: cover; /* Utilisez cover pour qe l'image couvre tout l'élément */
    }
}

@media (min-width: 425px)   {
    .sloution-box-contentt2-login  {
        border-radius: 5px;
        padding: 18px 16px; /* Ajustez le padding si nécessaire */

        background-size: cover; /* Utilisez cover pour que l'image couvre tout l'élément */
    }
}

@media (min-width: 768px) {
    .sloution-box-contentt2-login {
        border-radius: 5px;
        padding: 73px 16px; /* Ajustez le padding si nécessaire */

        background-size: cover; /* Utilisez cover pour que l'image couvre tout l'élément */
    }
}

@media (min-width: 992px) {
    .sloution-box-contentt2-login {
        border-radius: 5px;
        padding: 73px 16px; /* Ajustez le padding si nécessaire */
        box-shadow: 0 0 100px rgb(0 0 0 / 10%);
        background-size: cover; /* Utilisez cover pour que l'image couvre tout l'élément */
    }
}

@media (min-width: 1200px) {
    .sloution-box-contentt2-login {
        border-radius: 5px;
        padding: 73px 16px; /* Ajustez le padding si nécessaire */
        box-shadow: 0 0 100px rgb(0 0 0 / 10%);
        background-size: cover; /* Utilisez cover pour que l'image couvre tout l'élément */
    }
}


.txt4{

    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 19.36px;
    text-align: center;
    font-weight: 400;
    color: rgba(82, 82, 82, 1);

}
.sloution-box-con2 {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Center vertically */

}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}

.login100-form-title-beonline {
    color:rgba(34, 140, 128, 1);
    width: 100%;
    display: block;
    font-family: Inter, sans-serif;

    line-height: 42.36px;
    text-align: center;
    font-weight: 700;
}

@media  (max-width: 320px) {
    .login100-form-title-beonline {
        font-size: 16px;
    }
}
@media  (min-width: 375px) {
    .login100-form-title-beonline {
        font-size: 16px;
    }
}

@media (min-width: 425px)   {
    .login100-form-title-beonline{
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .login100-form-title-beonline {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .login100-form-title-beonline {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .login100-form-title-beonline {
        font-size: 35px;
    }
}

.color-liste{
    font-family: Inter, sans-serif;
    color:rgba(34, 140, 128, 1);
    font-size: 32px;
}


.checkbox-inscription {
    margin-top: -40px;
    margin-left: 31px;
}

#registration_form_agreeTerms {
    margin-right: -15px;
}

.checkbox-inscription input {
    width: 50px;
    margin-left: -40px;
}

.btn-outline-secondary2 {
    color: rgba(28, 28, 28, 1);
    border-color:rgba(177, 213, 209, 1);
    margin: 4px;
    border-radius: 10px;}
.google-lien{

    font-weight: 400;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 14.52px;
    color:rgba(28, 28, 28, 1)
}

.google-lien2{

    font-weight: 700;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 14.52px;
    color:rgba(28, 28, 28, 1)
}

.divider-text {
    display: flex; /* Changez inline-flex à flex */
    align-items: center;
    position: relative;
    color: rgba(139, 139, 139, 1);
    font-weight: 400;
    font-size: 12px; /* Ajustez la taille de la police si nécessaire */
    line-height: 18px;
    width: 100%; /* Assurez-vous que le conteneur prend toute la largeur disponible */
}

.divider-text::before,
.divider-text::after {
    content: "";
    flex: 1;
    flex-basis: 30px; /* Fixez une largeur de base pour les lignes */

    border-radius: 5px;
    border-bottom: 2px solid rgba(139, 139, 139, 1); /* Couleur et épaisseur de la ligne, ajusté à 1px */
    margin: 0 15px; /* Espacement autour du texte */
}

.divider-text::before {
    margin-right: 10px; /* Ajustez l'espacement avant le texte */
}

.divider-text::after {
    margin-left: 10px; /* Ajustez l'espacement après le texte */
}

.style-google{

    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.py-51{
    padding-bottom: 3rem;
    padding-top: 9rem;
}

.section-home {
    width: 100%;
    padding: 0; /* Assurez-vous qu'il n'y a pas de padding excessif */
}

/* Assurez-vous que le slider occupe toute la largeur */
.fullscreen-container {
    width: 100vw; /* 100% de la largeur de la vue */
    height: 100vh; /* 100% de la hauteur de la vue */
    overflow: hidden;
}

.fullscreenbanner {
    width: 100%;
    height: 100%;
    position: relative;
}

.rev_slider_wrapper {
    width: 100%;
    height: 100%;
}

/* Pour les tablettes */
@media (max-width: 1024px) {
    .fullscreen-container {
        height: auto; /* Ajuste la hauteur si nécessaire */
    }
}




/* Styles spécifiques à la largeur des éléments sont gérés via JavaScript */



/* Styles par défaut */
.bloc-encadre-vert {
    overflow: hidden;
}

.cbp-item img {
    max-width: 100%; /* Assure que les images ne dépassent pas la largeur de leur conteneur */
    height: auto; /* Maintient les proportions de l'image */
}

.title {
    overflow: hidden; /* Évite que le texte dépasse */
    text-overflow: ellipsis; /* Ajoute des points de suspension pour le texte qui dépasse */
}

/* Styles spécifiques pour les tablettes */
@media (max-width: 768px) {
    .cbp-item {
        padding: 0 10px; /* Ajoute de l'espace intérieur pour éviter les débordements */
    }

    .title {
        font-size: 1.2rem; /* Réduit la taille de la police pour les petits écrans */
    }



    .bloc-encadre-vert {
        padding: 15px; /* Ajoute du padding pour éviter les débordements */
    }
}



.bloc-encadre-vert {
    flex: 1 1 100%; /* Les éléments prennent toute la largeur disponible */
    box-sizing: border-box; /* Inclut le padding et les bordures dans les dimensions */
}

.bloc-encadre-vert2 {
    flex: 1 1 100%; /* Les éléments prennent toute la largeur disponible */
    box-sizing: border-box; /* Inclut le padding et les bordures dans les dimensions */
}

/* Ajustements spécifiques pour les tablettes */
@media (max-width: 768px) {
    .bloc-encadre-vert {
        margin: 10px; /* Ajoute de l'espace autour des blocs */
        padding: 8px;
    }

    .bloc-encadre-vert2 {
        margin: 10px; /* Ajoute de l'espace autour des blocs */
        padding: 8px;
    }
}


.title {
    padding: 0 15px; /* Ajuste le padding du texte */
}

@media (min-width: 425px) { /* Ajustez la valeur selon la largeur de l'écran cible */
    .slider_item3 {
        width: 100%; /* Assurez-vous que chaque élément prend toute la largeur disponible */
        margin-bottom: 20px; /* Ajoutez de la marge pour éviter que les éléments ne se chevauchent */
    }
    .margin-div{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .bloc-encadre-vert2 {
        height: 999px;
    }
}


@media (min-width: 375px) { /* Ajustez la valeur selon la largeur de l'écran cible */

    .margin-div{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 320px) { /* Ajustez la valeur selon la largeur de l'écran cible */

    .margin-div{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

}


.team-box-container {
    display: flex;
    flex-direction: column;
}


@media (max-width: 991px) { /* Écran moyen et petit */
    .slider_control-nav-item3{
        display: none; /* Masquer l'élément */
    }
}




/* Styles pour les écrans de taille mobile */
@media (max-width: 425px) {
    .slider_item {
        /* Réduisez la taille des éléments du slider */
        flex: 0 0 100%; /* Chaque élément prendra 100% de la largeur du conteneur */
        max-width: 100%; /* Assurez-vous que la largeur maximale est 100% */
    }

    .slider_image-container {
        /* Ajustez la taille de l'image si nécessaire */
        width: 100%; /* L'image prendra 100% de la largeur du conteneur */
    }

    .img-realisation {
        /* Assurez-vous que les images ne débordent pas */
        width: 100%;
        height: auto; /* Gardez les proportions de l'image */
    }

    .slider_text-container {
        /* Ajustez la taille du texte si nécessaire */
        text-align: center; /* Centrez le texte pour une meilleure lisibilité */
    }

    .span-res-home {
        font-size: 14px; /* Réduisez la taille du texte pour les écrans plus petits */
    }
}


/* CSS pour repositionner les boutons sur les écrans md et sm */
/* Voir plus pour grands écrans (d-lg-block) */
.voir-plus.d-lg-block {
    display: block;
    text-align: center;
    margin-top: 10px;
}

/* Voir plus pour petits écrans (d-block d-lg-none) */
.voir-plus.d-block.d-lg-none {
    display: block;
    text-align: center;
    margin-top: 10px;
}

/* Pour cacher le lien Voir plus sur les petits écrans quand ce n'est pas nécessaire */

/* Exemple de style pour les éléments actifs */
.active {
    font-weight: bold;
    color: rgba(34, 140, 128, 1); /* Couleur active par exemple */
}
.swiper-container {
    width: 100%;
    height: auto; /* Ajuste la hauteur si nécessaire */

}


@media (width: 425px) {
    .swiper-container {
        width: 100%;
        height: auto; /* Ajuste la hauteur si nécessaire */
        overflow: hidden; /* Évite que le défilement dépasse du conteneur */
    }
}
@media (width: 320px) {
    .swiper-container {
        width: 100%;
        height: auto; /* Ajuste la hauteur si nécessaire */
        overflow: hidden; /* Évite que le défilement dépasse du conteneur */
    }
}
@media (width: 375px) {
    .swiper-container {
        width: 100%;
        height: auto; /* Ajuste la hauteur si nécessaire */
        overflow: hidden; /* Évite que le défilement dépasse du conteneur */
    }
}
@media (width: 768px) {
    .swiper-container {
        width: 100%;
        height: auto; /* Ajuste la hauteur si nécessaire */
        overflow: hidden; /* Évite que le défilement dépasse du conteneur */
    }
}
@media (width: 992px) {
    .swiper-container {
        width: 100%;
        height: auto; /* Ajuste la hauteur si nécessaire */

    }
}

@media (width: 1200px) {
    .swiper-container {
        width: 100%;
        height: auto; /* Ajuste la hauteur si nécessaire */

    }
}











.swiper-slide img {
    width: 100%;
    height: auto;
}


.c-title-res{
    color: rgba(34, 140, 128, 1);
    line-height:29.26px;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;

}

/* CSS pour centrer le Swiper */
.swiper-container {
    width: 100%;
    max-width: 1200px; /* Ajustez la largeur maximale selon vos besoins */
    margin: 0 auto; /* Centre le conteneur horizontalement */
}

.swiper-wrapper {
    display: flex; /* Assure que les slides sont alignés horizontalement */

}


/* Applique les styles de flexbox pour le centrage uniquement sur les écrans lg et plus grands */
@media (min-width: 992px) {
    .align-lg-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}





.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-text {
    text-align: center;
    padding: 10px;
}

/* CSS pour gérer la visibilité de la pagination */
.swiper-pagination {
    visibility: hidden; /* Masquer la pagination tout en la gardant fonctionnelle */
}

/* Afficher la pagination uniquement pour les écrans larges */
@media (min-width: 992px) {
    .swiper-pagination {
        visibility: visible; /* Afficher la pagination pour les grands écrans */
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .swiper-pagination {
        visibility: visible; /* Afficher la pagination pour les grands écrans */
        margin-top: 10px;
    }

}




 .slider_item {
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
 }

.slider_image-container {
    max-width: 100%;
    overflow: hidden;
}

.img-realisation {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slider_text-container {
    margin-top: 10px;
}

/* Pour ajuster la taille des images et du texte en fonction de la taille de l'écran */
@media (max-width: 768px) {
    .slider_item {
        font-size: 0.9rem;
    }
}


 .swiper-container {
     width: 100%;
     height: auto;
 }

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_item3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.content {
    /* Ajoutez des styles pour le contenu de la slide si nécessaire */
}






@media (width: 768px) {
    .swiper-container {
        margin-top: 20px;
    }

}
@media (width: 992px) {
    .swiper-container {
        margin-top: 20px;
    }
}


/* Styles par défaut */
.section-home {
    margin-bottom: 120px;
}

/* Styles pour les écrans de 768px ou moins */
@media (max-width: 768px) {
    .section-home {
        margin-bottom: 46px;
    }
}


/* Réinitialiser les hauteurs par défaut */
.bloc-encadre-vert, .bloc-encadre-vert2 {
    min-height: 0 !important; /* Réinitialiser la hauteur minimale si nécessaire */
    max-height: none !important; /* Assurer aucune hauteur maximale */
    padding: 10px; /* Ajuster le padding si nécessaire */
    margin: 0; /* Ajuster les marges si nécessaire */
}

/* Styles pour écrans larges (ex: bureau) */
@media (min-width: 992px) {
    .bloc-encadre-vert {
        height: 839px !important; /* Hauteur spécifique pour écrans larges */
    }

    .cbp-item {
        margin-bottom: 15px; /* Ajuster les marges si nécessaire */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bloc-encadre-vert {
        height: 1670px !important; /* Hauteur spécifique pour tablettes et grands écrans */
        margin-top: 20px;
    }

    .cbp-item {
        margin-bottom: 15px; /* Ajuster les marges si nécessaire */
    }
}

/* Styles pour tablettes en portrait */
@media (min-width: 576px) and (max-width: 767px) {
    .bloc-encadre-vert {
        height: 1097px !important; /* Hauteur spécifique pour tablettes en portrait */
    }

    .cbp-item {
        margin-bottom: 15px; /* Ajuster les marges si nécessaire */
    }
}

/* Styles pour petits écrans mobiles */
@media (min-width: 375px) and (max-width: 575px) {
    .bloc-encadre-vert {
        height: 1081px !important; /* Hauteur spécifique pour petits écrans mobiles */
        margin-top: 20px;
    }

    .cbp-item {
        margin-bottom: 15px; /* Ajuster les marges si nécessaire */
    }
}

/* Styles pour très petits écrans mobiles */
@media (max-width: 374px) {
    .bloc-encadre-vert {
        height: 895px !important; /* Hauteur spécifique pour très petits écrans mobiles */
        margin-top: 7px;
    }

    .cbp-item {
        margin-bottom: 15px; /* Ajuster les marges si nécessaire */
    }
}



/* Cacher le bouton du menu latéral pour les grands écrans */
@sidenav {
    display: none;
}

/* Afficher le bouton du menu latéral pour les petits écrans */
@media (max-width: 768px) {
    .fc-header-toolbar {
        display: none;
    }
    #sidemenu_toggle2 {
        display: block;
    }
}
/* Styles pour le menu latéral */
.sidemenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: rgba(34, 140, 128, 1);
    color: white;

    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
}

.sidemenu.active {
    transform: translateX(0);
}

.sidemenu-close {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 1rem;
    display: block;
    margin: 0 auto;
}

.sidemenu-list {
    list-style: none;
    padding: 0;
    margin-top: 60px;
    padding-left: 18px;
}

.sidemenu-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* Espacement entre les éléments de la liste */
}

.sidemenu-list .view-btn {
    width: 100%;
    padding: 0.5rem;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1rem;
    color: #FFFFFF;
}

.sidemenu-icon {
    width: 24px; /* Ajustez la taille des icônes si nécessaire */
    height: 24px;
    margin-right: 10px; /* Espacement entre l'icône et le bouton */
}

.view-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.sidemenu-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFFFFF;
}



