    /* Insaaf Law HTML Template*/
    /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider / Two / Three
6. Featured Section
7. About Section
8. Services Section / Two
9. Default Section
10. CTA Section / Two / Three / Four
11. Case Section / Two
12. Team Section / Two
13. Testimonial Section
14. Clients Section
15. News Section / Two / Three
16. Gallery Section / Two
17. Main Footer
18. About Section Two
19. Counter Section Two
20. History Section
21. Pricing Section
22. Faq Section
23. Clients Section
24. Fluid Section One
25. Steps Section
26. Video Section
27. Page Title Section
28. Coming Soon Section
29. Service Detail Section
30. Case Detail Section
31. Our Shops
32. Shoping Cart Section
33. Checkout Section
34. Login Section
35. Error Section
36. Map Section
37. Contact Form Section

**********************************************/
    /*  
	font-family: 'Saira Semi Condensed', sans-serif;
	font-family: 'Saira Semi Condensed', sans-serif;
*/
    
    @import url('https://cdn.arobiz.pro/bootstrap@4/css/bootstrap.min.css');
    @import url('https://cdn.arobiz.pro/fontawesome@4/css/font-awesome.min.css');
    @import url('flaticon.css');
    @import url('owl.css');
    @import url('custom-animate.css');
    @import url('jquery.bootstrap-touchspin.css');
    @import url('jquery.mCustomScrollbar.min.css');
    @import url("formulaire/style.css");
    @import url("default.css");
    /*** 

====================================================================
	Reset
====================================================================

 ***/
    
    * {
        margin: 0px;
        padding: 0px;
        border: none;
        outline: none;
    }
    /*** 

====================================================================
	Global Settings
====================================================================

 ***/
    
    body {
        font-family: 'Saira Semi Condensed', sans-serif;
        font-size: 16px;
        color: #333333;
        line-height: 1.7em;
        font-weight: 400;
        background: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
    }
    
    a {
        text-decoration: none;
        cursor: pointer;
        color: #f34213;
    }
    
    button {
        cursor: pointer;
        text-decoration: none;
        outline: none !important;
    }
    
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none !important;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        position: relative;
        font-weight: normal;
        margin: 0px;
        background: none;
        font-family: 'Saira Semi Condensed', sans-serif;
    }
    
    textarea {
        overflow: hidden;
    }
    
    p {
        position: relative;
        line-height: 1.8em;
        color: #1c1c1c;
        font-size: 16px;
    }
    
    .page-wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
    }
    
    ul,
    li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    img {
        display: inline-block;
        max-width: 100%;
    }
	
	.tarteaucitronSelfLink {
    display: none !important;
}
    
    .theme-btn {
        font-size: 18px;
        display: inline-block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        font-family: 'Saira Semi Condensed', sans-serif;
    }
    
    .centered {
        text-align: center;
    }
    /* Typography */
    
    img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    /*** 

====================================================================
	Scroll To Top style
====================================================================

***/
    
    .scroll-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        color: #ffffff;
        font-size: 24px;
        line-height: 60px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        background: #222222;
        display: none;
        border-radius: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .scroll-to-top:hover {
        background: #555555;
    }
    /*** 

====================================================================
	Section Title
====================================================================

***/
    /*** 

====================================================================
	Main Header style
====================================================================

***/
    
    .main-header {
        position: relative;
        z-index: 99;
        width: 100%;
    }
    
    .header-top {
        position: relative;
        padding: 7px 0;
    }
    
    .header-top .top-left {
        position: relative;
        padding: 12px 0px;
    }
    /* Main Header */
    
    .main-header .main-box {
        position: relative;
        padding: 0px 0px;
        left: 0px;
        top: 0px;
        width: 100%;
        background: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .main-header .main-box .logo-box {
        position: relative;
        float: left;
        left: 0px;
        z-index: 10;
    }
    
    .main-header .main-box .logo-box .logo img {
        display: inline-block;
        max-width: 100%;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .main-header .nav-toggler {
        position: absolute;
        top: 50%;
        margin-top: 0px;
        display: block;
    }
    
    .main-header .nav-toggler button {
        position: relative;
        display: block;
        color: #444444;
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        font-weight: normal;
        background: none;
    }
    
    .main-header .header-upper {
        position: relative;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .main-header .header-upper .upper-right {
        position: relative;
        padding-top: 35px;
    }
    
    .main-header .nav-outer {
        position: relative;
    }
    
    .main-header .header-upper .logo-box {
        position: relative;
        padding: 5px 0px;
    }
    
    .main-header .header-upper .logo-box .logo {
        position: relative;
        z-index: 1;
    }
    
    .main-menu {
        position: static;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        background-color: #9b9987;
        margin-bottom: -30px;
    }
    
    .main-menu .navbar-collapse {
        padding: 0px;
        justify-content: center;
    }
    
    .main-menu .navigation {
        position: static;
        margin: 0px;
    }
    
    .main-menu .navigation>li {
        position: relative;
        float: left;
        z-index: 1;
        margin-right: 20px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .main-menu .navigation>li:last-child {
        margin-right: 0px;
    }
    
    .main-menu .navigation>li>a {
        position: relative;
        display: block;
        color: #fff;
        text-align: center;
        line-height: 30px;
        letter-spacing: 0px;
        opacity: 1;
        font-weight: 400;
        padding: 15px 15px;
        font-size: 20px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-family: 'Saira Semi Condensed', sans-serif;
    }
    
    .main-menu .navigation>li:hover>a,
    .main-menu .navigation>li.current>a {
        color: #ffffff;
        background-color: #f34213;
    }
    
    .main-menu .navigation>li>ul {
        position: absolute;
        left: 0px;
        top: 120%;
        width: 310px;
        padding: 10px;
        z-index: 100;
        display: none;
        background: #ffffff;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    }
    
    .main-menu .navigation>li>ul.from-right {
        left: auto;
        right: 0px;
    }
    
    .main-menu .navigation>li>ul>li {
        position: relative;
        width: 100%;
    }
    
    .main-menu .navigation>li>ul>li:last-child {
        border-bottom: none;
    }
    
    .main-menu .navigation>li>ul>li>a {
        position: relative;
        display: block;
        padding: 0px 15px;
        line-height: 24px;
        font-weight: 400;
        font-size: 14px;
        color: #1c1c1c;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-family: 'Saira Semi Condensed', sans-serif;
    }
    
    .main-menu .navigation>li>ul>li:hover>a {
        color: #f34213;
    }
    
    .main-menu .navigation>li>ul>li.dropdown>a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        right: 15px;
        top: 15px;
        width: 10px;
        height: 20px;
        display: block;
        color: #111111;
        line-height: 20px;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        z-index: 5;
    }
    
    .main-menu .navigation>li>ul>li.dropdown:hover>a:after {
        color: #111111;
    }
    
    .main-menu .navigation>li>ul>li>ul {
        position: absolute;
        left: 100%;
        top: 20px;
        width: 310px;
        padding: 0px;
        z-index: 100;
        display: none;
        background: #ffffff;
        border-top: 3px solid #f34213;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    }
    
    .main-menu .navigation>li>ul>li>ul.from-right {
        left: auto;
        right: 0px;
    }
    
    .main-menu .navigation>li>ul>li>ul>li {
        position: relative;
        width: 100%;
        border-bottom: 2px solid #f5f7f9;
    }
    
    .main-menu .navigation>li>ul>li>ul>li:last-child {
        border-bottom: none;
    }
    
    .main-menu .navigation>li>ul>li>ul>li>a {
        position: relative;
        display: block;
        padding: 14px 15px;
        line-height: 24px;
        font-weight: 500;
        font-size: 16px;
        color: #222222;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-family: 'Saira Semi Condensed', sans-serif;
    }
    
    .main-menu .navigation>li>ul>li>ul>li:hover>a {
        color: #f34213;
    }
    
    .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        right: 10px;
        top: 11px;
        width: 10px;
        height: 20px;
        display: block;
        color: #272727;
        line-height: 20px;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        z-index: 5;
    }
    
    .main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
        color: #ffffff;
    }
    
    .main-menu .navigation>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    
    .main-menu .navigation li>ul>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }
    
    .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #ffffff;
        line-height: 28px;
        border: 1px solid #ffffff;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
    }
    
    .main-header .options-box {
        position: relative;
        float: right;
    }
    
    .main-header .options-box .phone-box {
        position: relative;
        padding: 40px 0px 10px;
        display: inline-block;
    }
    
    .main-header .options-box .phone-box .icon {
        position: relative;
        margin-right: 12px;
        color: #f34213;
        top: 5px;
        font-size: 24px;
        display: inline-block;
    }
    
    .main-header .options-box .phone-box a {
        position: relative;
        color: #222222;
        font-size: 18px;
        font-weight: 600;
    }
    
    .main-header .options-box .phone-box a i {
        position: relative;
        font-style: normal;
        font-weight: 400;
    }
    
    .main-header .options-box .social-box {
        position: relative;
        margin-left: 15px;
        float: left;
        display: inline-block;
    }
    
    .main-header .options-box .social-box .social-icons {
        position: relative;
        float: left;
        padding: 21px 0px;
    }
    
    .main-header .options-box .social-box .social-icons li {
        position: relative;
        margin-left: 16px;
        display: inline-block;
    }
    
    .main-header .options-box .social-box .social-icons li a {
        position: relative;
        color: #ffffff;
        font-size: 18px;
        display: inline-block;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }
    
    .main-header .options-box .social-box .social-icons li a:hover {
        color: #f34213;
    }
    
    .main-header .header-upper .nav-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 130px;
        height: 120px;
        cursor: pointer;
        color: #000000;
        font-size: 55px;
        padding: 0px 0px;
        margin-left: 15px;
        line-height: 120px;
        text-align: center;
        background-color: #f34213;
    }
    
    .main-header.header-style-three .header-upper .nav-btn {
        background: none;
    }
    
    .main-header .header-lower .search-box-outer {
        position: relative;
        float: left;
        padding: 24px 0px;
    }
    
    .main-header .header-lower .search-box-btn {
        position: relative;
        float: left;
        font-size: 20px;
        color: #ffffff;
        padding: 0px;
        margin: 0px;
        cursor: pointer;
        line-height: 1em;
        background: none;
        display: inline-block;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .main-header .header-lower .search-box-btn:after {
        display: none;
    }
    
    .main-header.fixed-header .header-lower {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 99;
        bottom: auto;
        background-color: #ffffff;
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    }
    
    .main-header.fixed-header .nav-outer {
        box-shadow: none;
    }
    
    .main-header.fixed-header {
        position: fixed;
        background-color: white;
    }
    
    .main-header.fixed-header .text-horaire {
        display: none !important;
    }
    /*** 

====================================================================
	Mobile Menu
====================================================================

***/
    
    .nav-outer .mobile-nav-toggler {
        position: relative;
        float: right;
        font-size: 40px;
        line-height: 50px;
        cursor: pointer;
        color: #1c1c1c;
        display: none;
    }
    
    .mobile-menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        padding-right: 30px;
        max-width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 999999;
    }
    
    .mobile-menu .nav-logo {
        position: relative;
        padding: 20px 20px;
        text-align: left;
    }
    
    .mobile-menu .nav-logo img {
        max-width: 200px;
    }
    
    .mobile-menu-visible {
        overflow: hidden;
    }
    
    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }
    
    .mobile-menu .menu-backdrop {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.90);
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
    }
    
    .mobile-menu-visible .mobile-menu .menu-backdrop {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .mobile-menu .menu-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        background: #ffffff;
        padding: 0px 0px;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        border-radius: 0px;
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
    }
    
    .mobile-menu-visible .mobile-menu .menu-box {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.7s ease 500ms;
        -moz-transition: all 0.7s ease 500ms;
        -ms-transition: all 0.7s ease 500ms;
        -o-transition: all 0.7s ease 500ms;
        transition: all 0.7s ease 500ms;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .mobile-menu .close-btn {
        position: absolute;
        right: 3px;
        top: 3px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        font-size: 14px;
        color: #202020;
        cursor: pointer;
        z-index: 10;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    
    .mobile-menu-visible .mobile-menu .close-btn {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    
    .mobile-menu .close-btn:hover {
        opacity: 0.50;
    }
    
    .mobile-menu .navigation {
        position: relative;
        display: block;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    
    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    
    .mobile-menu .navigation li>ul>li:last-child {
        border-bottom: none;
    }
    
    .mobile-menu .navigation li>ul>li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    
    .mobile-menu .navigation li>a {
        position: relative;
        display: block;
        z-index: 15;
        line-height: 24px;
        padding: 5px 20px;
        font-size: 14px;
        color: #404040;
    }
    
    .mobile-menu .navigation li:hover>a,
    .mobile-menu .navigation li.current>a {
        color: #f34213;
    }
    
    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 34px;
        height: 34px;
        text-align: center;
        font-size: 16px;
        line-height: 34px;
        color: #404040;
        cursor: pointer;
        z-index: 5;
    }
    
    .mobile-menu .navigation li.dropdown .dropdown-btn:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 10px;
        width: 1px;
        height: 24px;
        border-left: 1px solid rgba(0, 0, 0, 0.10);
    }
    
    .mobile-menu .navigation li.dropdown>ul,
    .mobile-menu .navigation li.dropdown>.sub-menu {
        display: none;
    }
    /*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/
    /* Sidebar Info Contents */
    
    .sidebar-info-contents {
        position: relative;
    }
    
    .sidebar-info-contents .content-inner {
        position: relative;
    }
    
    .sidebar-info-contents .content-inner .logo {
        padding: 0px 0px 40px;
    }
    
    .sidebar-info-contents .content-inner .logo img {
        display: inline-block;
        max-width: 100%;
    }
    
    .sidebar-info-contents .content-inner .content-box {
        position: relative;
    }
    
    .sidebar-info-contents .content-inner .content-box h2 {
        position: relative;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .sidebar-info-contents .content-inner .content-box .text {
        position: relative;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.90);
        margin-bottom: 25px;
    }
    
    .sidebar-info-contents .content-inner .content-box .theme-btn:hover {
        color: #ffffff;
    }
    
    .sidebar-info-contents .content-inner .contact-info {
        position: relative;
        margin-top: 60px;
    }
    
    .sidebar-info-contents .content-inner .contact-info h2 {
        position: relative;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .sidebar-info-contents .content-inner .social-box {
        position: relative;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .sidebar-info-contents .content-inner .social-box li {
        position: relative;
        display: inline-block;
        margin-right: 6px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
    }
    
    .sidebar-info-contents .content-inner .social-box li a {
        position: relative;
        width: 36px;
        height: 36px;
        color: #222222;
        z-index: 1;
        font-size: 13px;
        line-height: 36px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        background-color: #ffffff;
    }
    
    .close-side-widget,
    .close-side-widget:hover {
        color: #ffffff;
        font-size: 24px;
    }
    
    .item-head {
        font-size: 15px;
        font-weight: bold;
        color: #494949;
    }
    
    .btn-1 {
        padding: 0 10px;
        text-align: center;
        background-color: #f34213;
        min-width: 180px;
        height: 60px;
        border-radius: 5px;
        line-height: 60px;
        color: white;
        font-size: 19px;
        font-weight: 500;
        transition: 0.3s;
        display: inline-block;
    }
    
    .btn-1:hover {
        background-color: #9b9987;
        color: white;
    }
    
    .btn-2 {
        padding: 0 10px;
        text-align: center;
        background-color: #f34213;
        min-width: 150px;
        height: 40px;
        line-height: 40px;
        color: white;
        font-size: 14px;
        font-weight: 400;
        transition: 0.3s;
        display: inline-block;
    }
    
    .btn-2:hover {
        background-color: #84b709;
        color: white;
    }
    
    .btn-4 {
        padding: 0 20px;
        background-color: transparent;
        height: 62px;
        line-height: 1.1;
        color: #9b9987;
        font-size: 24px;
        font-weight: 500;
        border: 1px solid #9b9987;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        flex-direction: column;
    }
    
    .btn-4:hover {
        background-color: #9b9987;
        color: #fff;
		    border: 1px solid #9b9987;
    }
    
    .btn-5 {
        padding: 0 15px;
        text-align: center;
        background-color: #9b9987;
        min-width: 170px;
        height: 62px;
        line-height: 62px;
        color: white;
        font-size: 19px;
        font-weight: 500;
        transition: 0.3s;
        border-radius: 10px;
        display: inline-block;
    }
    
    .btn-5:hover {
        background-color: #f34213;
        color: white;
    }
    
    .btn-6 {
        padding: 0 10px;
        text-align: center;
        background-color: #f34213;
        min-width: 170px;
        height: 62px;
        line-height: 62px;
        color: white;
        font-size: 19px;
        border-radius: 10px;
        font-weight: 500;
        transition: 0.3s;
        display: inline-block;
    }
    
    .btn-6:hover {
        background-color: #9b9987;
        color: white;
    }
    
    .home-slide .item-slide {
        height: 620px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .home-slide .item-slide .bg-slide {
        background-size: cover;
        background-position: center center;
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 100%;
        top: 0%;
        left: 0%;
    }
    
    .home-slide .item-slide .title {
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 25px;
    }
    
    .home-slide .item-slide .title span {
        color: #84b709;
    }
    
    .home-slide .owl-item .item-slide .title {
        transform: translateY(200px);
        opacity: 0;
        visibility: hidden;
        transition: 1s;
    }
    
    .home-slide .owl-item .item-slide .text {
        transform: translateY(200px);
        opacity: 0;
        visibility: hidden;
        transition: 1s;
    }
    
    .home-slide .owl-item .item-slide .btn-slide {
        transform: translateY(-100px);
        opacity: 0;
        visibility: hidden;
        transition: 1s;
    }
    
    .home-slide .owl-item.active .item-slide .title,
    .home-slide .owl-item.active .item-slide .text,
    .home-slide .owl-item.active .item-slide .btn-slide {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    
    .home-slide .item-slide .text {
        font-size: 32px;
        font-weight: 400;
        color: white;
        line-height: 40px;
        margin-bottom: 50px;
    }
    
    .home-slide.owl-carousel .owl-nav {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        padding: 0 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .home-slide.owl-carousel .owl-nav .owl-next,
    .home-slide.owl-carousel .owl-nav .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
        width: 81px;
        font-size: 32px;
        color: white;
        border: 2px solid white;
        height: 81px;
        border-radius: 50%;
        background-color: transparent;
    }
    
    .home-slide.owl-carousel .owl-nav .owl-next:hover,
    .home-slide.owl-carousel .owl-nav .owl-prev:hover {
        background-color: white;
        color: #f34213;
    }
    
    .img-box {
        margin: 0 50px 30px 0;
        position: relative;
        z-index: 2;
        max-width: 50%;
    }
    
    .img-box img {
        position: relative;
        z-index: 1;
    }
    
    .img-box::before {
        position: absolute;
        top: 50px;
        z-index: 2;
        left: -60px;
        width: 100%;
        content: '';
        opacity: 0.1;
        border: 15px solid #9b9987;
        height: calc(100% - 100px);
    }
    
    .sect-title {
        z-index: 1;
        position: relative;
        margin: 0 0 40px;
        padding-bottom: 30px;
        display: table;
    }
    
    .sect-title .h1,
    .sect-title h1 {
        position: relative;
        font-size: 40px;
        font-weight: 600;
        color: #1c1c1c;
        z-index: 1;
        margin-bottom: 0;
    }
    
    .sect-title::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 10px;
        content: '';
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(../images/kl/line-1.png);
    }
    
    .sect-title.text-center::before {
        background-image: url(../images/kl/line-2.png);
        background-position: center center;
    }
    
    .bloc-text {
        opacity: 1;
    }
    
    .bloc-text,
    .bloc-text p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.4;
        color: rgba(28, 28, 28, 0.8);
    }
    
    .bloc-text p {
        margin-bottom: 15px;
    }
    
    .bloc-text h2 a,
    .bloc-text p a,
    .bloc-text ul li a {
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
    }
    
    .bloc-text ul {
        display: table;
        padding-left: 50px;
    }
    
    .bloc-text ul li,
    .bloc-text ul li {
        list-style: disc;
    }
    
    .bloc-text ul {
        margin-left: 30px;
        margin-bottom: 20px;
        display: table;
    }
    
    .bloc-text p:first-of-type img:first-of-type {
        display: none;
    }
    
    .bg-1 {
        background-image: url(../images/bg-1.jpg);
        background-position: center;
        background-size: cover;
    }
    
    .paie-sect {
        background-image: url(../images/bg-2.jpg);
        background-position: left center;
        background-size: cover;
    }
    
    .paie-box {
        background-color: white;
        max-width: 390px;
        width: 100%;
        text-align: center;
        padding: 35px 0;
        color: #1c1c1c;
        font-weight: 500;
        font-size: 15px;
        margin: 0 auto;
        position: relative;
    }
    
    .paie-box::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        left: 0;
        top: 0;
        background-color: white;
        opacity: 0.2;
        transform: rotate(7deg);
    }
    
    .list-link {
        padding-left: 0;
        margin-left: 0;
    }
    
    .list-link li {
        list-style: none;
        position: relative;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: rgba(28, 28, 28, .7);
        margin-bottom: 5px;
    }
    
    .diag-list a,
    .text-foot a,
    .list-link li a {
        color: rgba(28, 28, 28, .7);
    }
    
    .title-foot {
        font-size: 17px;
        color: #1c1c1c;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .diag-list a {
        display: inline;
    }
    
    .text-foot {
        font-size: 15px;
        color: rgba(28, 28, 28, 1);
        line-height: 23px;
        font-weight: 500;
    }
    
    .diag-list {
        font-size: 15px;
        color: rgba(28, 28, 28, 0.7);
        line-height: 22px;
        font-weight: 400;
        text-align: justify;
    }
    
    .diag-list a:hover,
    .text-foot a:hover,
    .list-link li a:hover {
        color: #f34213;
    }
    
    .header-style-three.fixed-header .header-upper {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
    
    .ban {
        height: 333px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        text-align: center;
        background-position: center;
    }
    
    .ban-1.ban {
        background-image: url("../images/ban-1.jpg");
    }
    
    .ban-2.ban {
        background-image: url("../images/ban-2.jpg");
    }
    
    .title-ban {
        margin-bottom: 35px;
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
    }
    
    .full-link {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
    }
    
    .item-presta {
        position: relative;
        background-color: white;
        border-radius: 20px;
        padding: 20px;
    }
    
    .item-presta .img-presta {
        position: relative;
        background-position: center;
        background-size: cover;
        height: 178px;
        border-radius: 20px;
    }
    
    .item-presta .img-presta:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0px;
        opacity: 0.5;
        transition: 0.5s;
        width: 100%;
        background-color: #f34213;
        content: '';
    }
    
    .item-presta:hover .img-presta:before {
        height: 100%;
    }
    
    .item-presta .title {
        position: relative;
        color: #1c1c1c;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .map-box {
        background-size: cover;
        background-position: center;
        min-height: 450px;
        height: 100%;
        position: relative;
        border-radius: 5px;overflow: hidden;
    }
    
    .item-coord {
        border-top: 6px solid #f34213;
        background-color: white;
        background-position: right center;
        background-size: auto 100%;
        padding: 0px 10px;
        padding-left: 85px;
        min-height: 155px;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
    
    .item-coord .title {
        font-size: 15px;
        color: #1c1c1c;
        font-weight: 500;
        margin-bottom: 3px;
    }
    
    .item-coord .texte {
        font-size: #1c1c1c;
        font-weight: bold;
        line-height: 22px;
        font-size: 15px;
    }
    
    .item-coord .texte a {
        color: #1c1c1c;
    }
    
    .item-coord img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }
    
    .coord-cont-box {
        position: relative;
        margin-top: -65px;
    }
    
    .text-cont {
        color: #1c1c1c;
        font-size: 12px;
        line-height: 1.2;
    }
    
    .contact-form .form-control {
        background-color: #fff;
        border: none;
        font-size: 18px;
        border-radius: 5px;
    }
    
    .contact-form .form-control::placeholder {
        color: rgba(45, 45, 45, 0.5);
    }
    
    .contact-form textarea.form-control {
        height: 140px;
    }
    .contact-form .text,
    .contact-form .form-control[type=text] {
        line-height: 20px !important;
        padding: 15px 15px !important;
        height: 50px !important;width: 100% !important;
    }
    
    .preloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/preloader.svg);
        background-size: 140px;
    }
    
    .button-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .fixed-header .button-box {
        display: none;
    }
    
    .fixed-header .logo img {
        max-height: 50px;
    }
    
    .img-collaboration {
        position: absolute;
        right: 0;
        top: 0;
        width: 50vw;
        height: 100%;
        background-size: cover;
        background-position: center;
    }
    
    .text-page-box {
        padding-left: 50px;
    }
    
    .item-pr {
        position: relative;
        padding: 25px 15px;
        padding-left: 162px;
    }
    
    .item-pr img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
    }
    
    .item-av .title,
    .item-pr .title {
        font-size: 22px;
        color: #1c1c1c;
        line-height: 1.1;
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .item-av .texte,
    .item-pr .texte {
        font-size: 14px;
        color: #1c1c1c;
        opacity: 0.8;
        line-height: 1.4;
        font-weight: 400;
    }
    
    .o-hidden {
        overflow: hidden;
    }
    
    .item-av {
        padding: 30px;
        background-color: white;
        border-radius: 15px;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 120% 75px;
    }
    
    .tem-slide {
        margin-top: 50px;
    }
    
    .tem-slide img {
        width: auto !important;
        display: inline-block !important;
    }
    
    .tem-slide .owl-item {
        padding: 10px;
    }
    
    .tem-slide .item {
        padding: 45px 25px 25px;
        background-color: white;
        position: relative;
        border-radius: 20px;
    }
    
    .tem-slide .icon-cote {
        position: absolute;
        left: -1px;
        top: -1px;
    }
    
    .tem-slide .nom {
        color: #242424;
        font-weight: 600;
        font-size: 18px;
        font-family: 'Saira Semi Condensed', sans-serif;
    }
    
    .tem-slide .date {
        color: #999999;
        font-weight: 300;
        font-size: 14px;
        font-family: 'Saira Semi Condensed', sans-serif;
        font-style: italic;
    }
    
    .tem-slide .text-1 {
        color: #5d5d5d;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        font-family: 'Saira Semi Condensed', sans-serif;
    }
    
    .tem-slide .link {
        color: black;
        transition: all 0.5s;
        font-weight: 600;
        font-size: 13px;
    }
    
    .tem-slide .link img {
        filter: brightness(0);
        transition: all 0.25s;
    }
    
    .tem-slide .link:hover img {
        filter: none;
    }
    
    .tem-slide .link:hover {
        color: #84b709;
    }
    
    .title-paie {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 600;
        color: #1c1c1c;
    }
    
    .texte-paie {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
        color: #1c1c1c;
    }
    
    .form-box {
        background-color: #f3f3f0;
        padding: 50px 50px 20px;
        border-radius: 5px;
    }
    .contact-form label {
        display: none !important;
    }

    
    .form-contact .form-control {
        background-color: #ffffff;
        border-radius: 0;
        border: none;
        line-height: 20px;
        padding: 10px 15px;
        height: 40px;
        font-size: 14px;
    }
    
    .form-contact .form-control::placeholder {
        color: rgba(45, 45, 45, 0.5);
    }
    
    .form-contact textarea.form-control {
        height: 140px;
    }
    
    .item-contact {
        padding: 35px 25px;
        color: #1c1c1c;
        padding-left: 100px;
        position: relative;
        background-color: #f2ebf2;
        border-radius: 20px;
    }
    
    .item-contact img {
        position: absolute;
        left: 27px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .item-contact .title {
        font-size: 22px;
        color: #1c1c1c;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    
    .item-contact .texte {
        font-size: 14px;
        color: #1c1c1c;
        font-weight: 400;
        line-height: 1.2;
    }
    
    .hover-box:hover .hover,
    .hover-box .default {
        display: inline-block;
    }
    
    .hover-box:hover .default,
    .hover-box .hover {
        display: none;
    }
    
    .text-horaire {
        color: #9b9987;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
    }
    
    .item-act-1 {
        position: relative;
    }
    
    .item-act-1 .img-1 {
        height: 348px;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    
    .item-act-1 .content {
        position: relative;
        margin: -50px 50px 0;
        padding: 30px 40px 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        background-color: white;
    }
    
    .item-act-2 .date,
    .item-act-1 .date {
        font-size: 15px;
        margin-bottom: 10px;
        color: rgba(28, 28, 28, 0.8);
    }
    
    .item-act-2 {
        position: relative;
        padding-left: 175px;
        min-height: 153px;
    }
    
    .item-act-2 .img-1 {
        top: 0;
        left: 0;
        width: 153px;
        height: 153px;
        position: absolute;
        background-size: cover;
        background-position: center;
    }
    
    .title-1 {
        font-size: 21px;
        font-weight: 600;
        color: #1c1c1c;
    }
    
    .part-slide.owl-carousel .owl-nav {
        position: absolute;
        left: -50px;
        top: 50%;
        width: calc(100% + 100px);
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .part-slide.owl-carousel .owl-nav .owl-next,
    .part-slide.owl-carousel .owl-nav .owl-prev {
        transition: 0.3s;
        font-size: 32px;
        color: #f34213;
    }
    
    .part-slide.owl-carousel .owl-nav .owl-next:hover,
    .part-slide.owl-carousel .owl-nav .owl-prev:hover {
        color: #1c1c1c;
    }
    
    .copyright {
        padding: 15px 0;
        background-color: #9b9987;
        color: white;
    }
    
    .copyright a {
        color: white;
    }
    
    .copyright a:hover {
        color: #f34213;
    }
    
    .prest-slide .item {
        position: relative;
    }
    
    .prest-slide .item .img {
        height: 333px;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    
    .prest-slide .item .img::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        transition: 0.3s;
        background-color: #f34213;
        opacity: 0.5;
        content: '';
    }
    
    .prest-slide .item:hover .img::before {
        height: 100%;
    }
    
    .prest-slide .item .content {
        padding: 30px 0;
        position: relative;
        z-index: 3;
        background-color: white;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        margin: -50px 45px 20px;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        color: #1c1c1c;
    }
    
    .item-cont {
        padding: 45px 0 40px;
        color: #1c1c1c;
        font-size: 18px;
        text-align: center;
        background-color: #f3f3f0;
    }
    
    .item-cont a {
        color: #1c1c1c;
    }


@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}


.btn-style-three.actu-b { padding: 5px 20px 5px !important }


#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #f34213;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #9b9987;
    border-color:#9b9987;
}

#boutique a {
    background-size: cover;background-position: center;
}
.bloc-about {
    padding: 75px 0 50px;
}

input.list-diff {
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

.handle:after {
    background-color: #f34213 !important;
}


.newsletter .form-control {
    background-color: transparent;border: 1px solid #1c1c1c;border-radius: 0;
}
.newsletter .form-control:hover,
.newsletter .form-control:focus {
    border: 1px solid #1c1c1c !important;
}
.newsletter .form-control::placeholder {
    color: #1c1c1c;
}

.newsletter p {
    color: #1c1c1c !important;font-size: 14px !important;
}


.bloc-text h2:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:first-of-type {
    display: none;
}

#sec1 .details-box button,#projet-detail a.projet-link {
    padding: 0px 20px !important;
}

.spc img {
    position: relative;
    top: -3px;
    margin-right: 6px;
}

.copyright { font-size: 14px; }

.fa { line-height: inherit; }