/**
  * Name: Fondex
  * Version: 1.3
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/


/**

  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color

  4. Pre-loader

  5. TooltipTop

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton
  
  10. Page-Title-Row

  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element

**/


/* ===============================================
    General
------------------------*/


/** Variables **/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a:focus,
a:hover {
    text-decoration: none;
}

a,
button,
input {
    color: #1c1c1c;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 15px;
    color: #484848;
    font-weight: 400;
}

*::-moz-selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #292929;
    padding: 10px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 15px;
    line-height: 20px;
    outline: none;
    height: 50px;
    border-radius: 5px;
    line-height: inherit;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #10a45b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde {
    color: #fff;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0 0 0 25px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #484848;
    background-color: #fff;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #161616;
}

h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}


/** Transition **/

.featured-icon-box .featured-icon,
.ttm-btn,
button,
.owl-item,
img,
.featured-icon-box,
.featured-icon,
#totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


/** Extra-outer **/

body .page {
    overflow: hidden;
}

body .site-main {
    background-color: #fff;
}


/*  ===============================================
    Header
------------------------*/


/** SiteBrand(logo) **/

.site-branding {
    float: left;
    height: 76px;
    line-height: 76px;
    position: relative;
    display: flex;
    padding-right: 0px;
    flex: 0 0 262px;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 25px;
    z-index: 1;
}

.ttm-header-top-wrapper {
    position: relative;
}


/** SiteNavigation(Menu) **/

.site-navigation {}

.ttm-header-style-infostack #site-header-menu .container {
    padding: 0;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    font-family: "Poppins", sans-serif;
    margin: 0px;
}

.ttm-menu-toggle {
    float: right;
}

.ttm-menu-toggle input[type=checkbox] {
    display: none;
}

#site-header-menu #site-navigation .menu>ul>li {
    display: inline-block;
    position: relative;
}

#site-header-menu #site-navigation .menu ul li:hover .sub-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
}

#site-header-menu #site-navigation .menu ul ul>li {
    position: relative;
}

#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#site-header-menu #site-navigation .menu ul li>a {
    font-weight: 600;
    color: #6d6f72;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
}

#site-header-menu #site-navigation .menu ul li.active>a,
#site-header-menu #site-navigation .menu ul li:hover>a {
    color: #10a45b;
}

#site-header-menu #site-navigation .menu>ul>li.active>a,
#site-header-menu #site-navigation .menu>ul>li:hover>a {
    color: #10a45b;
}

#site-header-menu #site-navigation ul ul li {
    position: relative;
    border-bottom: 0px solid #e8e8e8;
}

#site-header-menu #site-navigation .menu ul li>ul li>a {
    margin: 0;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    height: auto;
    color: #161616;
    line-height: 18px;
}

#site-header-menu #site-navigation .menu ul>li>ul li.has-submenu>a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
}

#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}


/** ttm-rt-contact(HeaderIcons - Search, Cart) **/

.ttm-header-icons {
    position: relative;
    padding-left: 29px;
}

.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    color: rgba( 11, 12, 38, 1);
    border-color: rgba( 11, 12, 38, 1);
    border: 1px solid;
    font-size: 12px!important;
    z-index: 9;
}

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 800;
}

.ttm-header-icons .ttm-header-cart-link {
    padding-left: 4px;
    padding-right: 0px;
}

.ttm-header-icons .ttm-header-icon {
    margin-left: 7px;
}

.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-btn .ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    padding: 10px 25px;
}

.header-btn {
    padding-left: 24px;
    position: relative;
    z-index: 10;
}

.header-btn,
.ttm-header-icons,
.ttm-header-icon {
    height: 110px;
    line-height: 110px;
    float: right;
}

.footer {
    position: relative;
    background-color: #38393a;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/** Footer-nav-menu **/

.copyright {
    font-size: 14px;
    padding: 30px 0 30px;
    font-weight: 400;
    color: #fff;
    background-color: #323232;
    text-align: center;
    font-family: "Exo 2", sans-serif;
}

.copyright a {
    color: white;
}

.copyright a:hover {
    color: #10a45b;
}


/* ===============================================
    GoTop BUtton
------------------------*/

#totop {
    font-weight: 800;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    background: #10a45b;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===   link-list ==
------------------------*/

.full-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.home-slide .item-slide {
    height: 690px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-top: 100px;
    position: relative;
}

.home-slide .item-slide .bg-slide {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.home-slide .item-slide .bg-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slide .item-slide .content-slide {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding: 35px 40px;
    background-color: rgba(28, 28, 28, 0.7);
}

.home-slide .item-slide .title {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: none;
    font-family: "Poppins", sans-serif;
}

.home-slide .item-slide .text {
    font-size: 27px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
}

.home-slide .item-slide .btn-1 {
    font-size: 20px;
    padding: 15px 35px;
    margin-bottom: 20px;
    line-height: 25px;
}

.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.owl-carousel .owl-nav {
    position: absolute;
    display: block;
    top: 50%;
    right: calc((100% - 1200px) / 2 + 15px);
}

.home-slide.owl-carousel .owl-nav .owl-next,
.home-slide.owl-carousel .owl-nav .owl-prev {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0px;
    padding: 0;
    color: white;
    font-size: 20px;
    background-color: transparent;
    transition: 0.3s;
    opacity: 0.5;
    margin: 5px 0;
}

.home-slide.owl-carousel .owl-nav .owl-prev:hover,
.home-slide.owl-carousel .owl-nav .owl-next:hover {
    background-color: #10a45b;
    border: 1px solid #10a45b;
    opacity: 1;
}

.img-box {
    position: relative;
    max-width: 45%;
    margin: 0 50px 30px 0;
    padding: 0 33px 38px 0;
}

.img-box::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 107px);
    height: calc(100% - 35px);
    border-radius: 0 50px 0 0;
    border: 1px solid #c5c5c5;
    content: '';
    z-index: 1;
}

.img-box img {
    position: relative;
    z-index: 2;
    border-radius: 0 50px 0 0;
    border-left: 70px solid #f2f2f2;
}

.img-box .img-2 {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    max-width: calc(100% - 181px);
}

.page-box {
    padding: 70px 50px;
    background-color: #f5f5f5;
}

.sect-title {
    margin-bottom: 35px;
    position: relative;
}

.sect-title .h1 a {
    color: #0d1317;
}

.sect-title .sub-title {
    color: #10a45b;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 1px;
}

.sect-title h1,
.sect-title .h1 {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    text-transform: none;
    color: #6d6f72;
}

h2 {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #10a45b;
    line-height: 1.2;
}

img {
    max-width: 100%;
}

.ban {
    display: flex;
    position: relative;
    height: 539px;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
    justify-content: center;
}

.ban .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.ban .title-ban {
    font-size: 41px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
}

.ban .title-ban span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.ttm-header-wrap {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #ffffff;
}

.bloc-text,
.bloc-text p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(93, 93, 93, 1);
    line-height: 1.4;
    font-family: "Exo 2", sans-serif;
}

.bloc-text {
    color: rgba(93, 93, 93, 1);
}

.bloc-text h2 {
    font-size: 24px;
    margin: 20px 0 20px;
    color: #38393a;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul li a {
    font-size: inherit;
    color: #38393a;
    font-weight: inherit;
}

.bloc-text ul li,
.bloc-text ul li {
    list-style: disc;
}

.bloc-text ul {
    padding-left: 50px;
    margin-bottom: 20px;
    display: table;
}

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

.val-sect {
    background-color: #f7f7f7;
}

.paie-sect {
    position: relative;
    z-index: 4;
    margin-top: -90px;
}

.paie-box {
    padding: 30px 80px;
    color: #fff;
    position: relative;
    background-color: #10a45b;
}

.paie-box .text-paie {
    color: white;
    padding: 20px 0;
    line-height: 36px;
    margin-left: 30px;
    padding-left: 50px;
    font-size: 16px;
    border-left: 2px solid white;
}

.paie-box .text-paie img {
    margin-right: 10px;
}

.title-foot {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-top: 15px;
    padding-left: 11px;
    line-height: 30px;
    margin-bottom: 20px;
    z-index: 2;
}

.title-foot::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    z-index: -1;
    content: '';
    background-color: #323232;
    height: 44px;
}

.title-foot-1 {
    font-size: 20px;
    color: #10a45b;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.title-foot-1 span {
    color: white;
    font-weight: bold;
    text-transform: none;
}

.diag-box {
    background: url(../images/com/back-2.jpg) center / cover no-repeat;
    padding: 40px 0px 50px;
}

.link-service {
    color: rgba(255, 255, 255, 0.8);
    line-height: 36px;
    font-size: 16px;
}

.link-service a {
    color: rgba(255, 255, 255, 0.8);
}

.link-service a:hover {
    color: #10a45b;
}

.ass-box {
    width: 100%;
    padding: 10px 0;
    background-color: white;
    text-align: center;
    position: relative;
    border-radius: 7px;
}

.ass-box::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75%;
    width: 2px;
    background-color: #d04827;
    content: '';
}

.ban .sub-ban {
    color: #dddddd;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
}

.diag-list {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: white;
    font-family: "Exo 2", sans-serif;
    transition: 0.3s;
    text-align: justify;
}

.diag-list a {
    color: white;
    display: inline;
    font-weight: 300;
    font-family: "Exo 2", sans-serif;
}

.diag-list a:hover {
    color: #10a45b;
}

.item-p {
    position: relative;
    height: 445px;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 0 50px 30px;
}

.item-p:before {
    position: absolute;
    height: 0%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.5s;
    background-image: linear-gradient(to bottom, rgba(255, 62, 24, 0.7), rgba(0, 0, 0, 0));
}

.item-p:hover:before {
    height: 100%;
}

.item-p .ttm-btn {
    margin-top: 30px;
    transform: translateY(80px);
    margin-bottom: -80px;
    transition: 0.5s;
    opacity: 0;
}

.item-p:hover .ttm-btn {
    transform: translateY(0px);
    margin-bottom: -0px;
    opacity: 1;
}

.rn-address {
    margin-top: 50px;
    padding: 50px 0 30px 30px;
    background-color: white;
    position: relative;
    border-radius: 7px;
}

.rn-address .icon {
    position: absolute;
    left: 25px;
    top: -37px;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 #f9f9f9;
}

.rn-address .title {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.rn-address .text-c,
.rn-address .text-c a {
    font-size: 15px;
    font-weight: 300;
    color: #484848;
}

.contact-form input::-webkit-input-placeholder {
    color: #c3c3c3;
}

.contact-form input:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::placeholder {
    color: #c3c3c3;
}

.contact-form input:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-webkit-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::placeholder {
    color: #c3c3c3;
}

.contact-form textarea:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    font-size: 13px;
}

.dec-form {
    background-image: url(../images/lima/c-1.jpeg);
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 450px;
    border-radius: 7px;
}

.foot-one {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-foot {
    color: white;
    font-family: 'Exo 2';
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
}

.text-foot a {
    color: rgba(255, 255, 255, 1);
}

.text-foot a:hover {
    color: #10a45b;
}

.btn-1 {
    padding: 15px 30px;
    border-radius: 0px;
    line-height: 20px;
    border: 0px solid #10a45b;
    background-color: #10a45b;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    min-width: 150px;
    font-size: 15px;
}

.btn-1>i {
    font-size: 12px;
    margin-right: 5px;
    margin-top: -2px;
}

.btn-1:hover {
    color: #fff;
    background-color: #6d6f72;
}

.btn-2 {
    padding: 11px 20px;
    border-radius: 0px;
    line-height: 20px;
    border: 0px solid #10a45b;
    background-color: #ffff;
    color: #38393a;
    display: inline-block;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    min-width: 150px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-2>i {
    font-size: 12px;
    margin-right: 5px;
    margin-top: -2px;
}

.btn-2:hover {
    color: #fff;
    background-color: #38393a;
    border-color: #38393a;
}

.btn-3 {
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 20px;
    border: 0px solid #10a45b;
    background-color: #ee822c;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    min-width: 150px;
    font-size: 14px;
}

.btn-3>i {
    font-size: 12px;
    margin-right: 5px;
    margin-top: -2px;
}

.btn-3:hover {
    color: #fff;
    background-color: #10a45b;
    border-color: #ee822c;
}

.av-box {
    padding: 50px;
    background-color: #161616;
}

.text-paie {
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #10a45b;
}

.text-paie b {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
}

.text-paie img {
    margin-top: -4px;
    margin-right: 5px;
}

.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;
}

.btn-4 {
    padding: 0px 5px;
    line-height: 50px;
    border-radius: 0px;
    height: 60px;
    border: 1px solid #595a59;
    background-color: #595a59;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
}

.btn-4:hover {
    color: #fff;
    background-color: #10a45b;
    border-color: #10a45b;
}

.Poppins {
    font-family: "Poppins", sans-serif;
}

.act-sect {
    position: relative;
}

.act-sect .container {
    position: relative;
    z-index: 2;
}

.act-sect::before {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 178px - 75px);
    width: 100%;
    background-color: #f4f4f4;
    content: '';
    z-index: 0;
}

.list-qualite {
    color: #171717;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.list-qualite .item-qual {
    position: relative;
    padding-left: 30px;
    height: 50px;
}

.list-qualite .item-qual::before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 13px;
    width: 13px;
    content: '';
    background-color: #161616;
    border-radius: 50%;
}

.list-qualite .item-qual:not(:last-child)::after {
    position: absolute;
    left: 6px;
    top: 11px;
    height: 48px;
    width: 1px;
    content: '';
    background-color: #161616;
}

.qualite-box {
    position: relative;
    background-color: white;
    margin-top: -150px;
    padding: 70px 80px 40px;
    position: relative;
}

.qualite-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 51px;
    width: 51px;
    border-bottom: 4px solid #161616;
    border-left: 4px solid #161616;
    content: '';
}

.qualite-box::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 51px;
    width: 51px;
    border-bottom: 4px solid #161616;
    border-right: 4px solid #161616;
    content: '';
}

.item-av {
    position: relative;
    padding: 35px 30px;
    background-color: white;
}

.item-av img {
    display: inline-block;
    margin: 0 0 20px;
}

.item-av .title {
    position: relative;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #1c1c1c;
}

.item-av .desc {
    position: relative;
    line-height: 22px;
    font-size: 15px;
    color: #1c1c1c;
}

.av-sect {
    background-color: #f9eee7;
    position: relative;
}

.av-sect::before {
    position: absolute;
    width: calc(50% + 67px);
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-image: url('../images/bg-1.jpg');
    background-size: auto;
    background-position: center;
}

.img-paie {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-btn {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media (min-width: 992px) {
    .col-lg-ass {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        max-width: 230px;
    }
    .col-lg-avt {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .col-xl-ass-2 {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }
    .col-xl-logo {
        -ms-flex: 0 0 285px;
        flex: 0 0 285px;
        max-width: 285px;
    }
    .col-xl-title {
        -ms-flex: 0 0 172px;
        flex: 0 0 172px;
        max-width: 172px;
    }
    .col-xl-form {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }
    .col-xl-foot-1 {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px;
    }
    .col-xl-serv {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }
    .col-xl-coord {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }
}

.item-presta {
    position: relative;
    padding-bottom: 65px;
}

.item-presta .img {
    position: relative;
    height: 425px;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.item-presta .img::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #10a45b;
    opacity: 0.7;
    content: '';
    transition: 0.3s;
    z-index: 2;
}

.item-presta:hover .img::before {
    height: 100%;
}

.item-presta .content {
    position: absolute;
    bottom: 30px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 60px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    left: 30px;
    z-index: 3;
    background-color: white;
}

.item-presta .content .title {
    font-size: 20px;
    font-weight: 600;
    color: #1c1c1c;
    z-index: 3;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.cont-list {
    margin-left: 0;
    padding-left: 0;
}

.cont-list li {
    display: block;
    padding-left: 35px;
    position: relative;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.cont-list li a {
    color: #1c1c1c;
}

.cont-list li img {
    position: absolute;
    left: 0;
    top: 3px;
}

.form-contact {
    padding: 65px 70px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-contact .form-group .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
    text-transform: uppercase;
}

.form-contact .form-control {
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 17px 15px;
    color: #1c1c1c;
    height: 56px;
    border: 1px solid #d7d7d7;
    background-color: #f0f0f0;
}

.form-contact textarea.form-control {
    height: 230px;
}

.form-contact .btn-1 {
    font-size: 22px;
    line-height: 30px;
    min-width: 200px;
}

.text-cont {
    line-height: 24px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.text-cont.text-check {
    padding-left: 27px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
}

.text-cont.text-check input {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.text-cont a {
    color: #10a45b;
    font-weight: bold;
    text-decoration: underline;
}

.bloctel-box {
    padding: 0 40px 30px;
    text-align: center;
    border: 2px solid #10a45b;
}

.title-bloctel {
    position: relative;
    font-weight: bold;
    color: #10a45b;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
}

.title-bloctel span {
    display: inline-block;
    padding: 0 12px;
    background-color: white;
    position: relative;
    top: -13px;
    z-index: 2;
}

.map-box {
    height: 505px;
    display: flex;
}

.item-act {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.item-act .img {
    height: 253px;
    position: relative;
}

.item-act .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.item-act .img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pa/plus.png) center/auto no-repeat rgba(0, 0, 0, 0.65);
    content: '';
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.item-act:hover .img::before {
    opacity: 1;
}

.item-act .content {
    background-color: white;
    position: relative;
    transition: 0.3s;
    padding: 25px;
}

.item-act .content .date {
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    padding: 0px 0 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cacaca;
    display: block;
    color: #5f5f5f;
}

.item-act .content .date img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.item-act .content .title {
    font-size: 21px;
    color: #38393a;
    font-family: "Poppins", sans-serif;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 30px;
}

.item-act .content .link {
    font-size: 14px;
    display: block;
    color: #5f5f5f;
    line-height: 20px;
    font-weight: 600;
}

.item-cont-par:not(:last-child) {
    border-right: 1px solid white;
}

.item-cont {
    position: relative;
    color: #5d5d5d;
    padding: 20px 0;
    padding-left: 96px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
}

.item-cont img {
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.item-cont a {
    color: #5d5d5d;
}

.item-cont .desc {
    color: #5d5d5d;
    line-height: 22px;
}

.contact-box {
    padding: 30px;
    background-color: #10a45b;
}

.menu-box {
    background-color: white;
}

.regle-sect {
    position: relative;
}

.regle-sect:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    content: '';
}

.item-avt {
    position: relative;
    background-color: #f0f0f0;
    padding: 65px 50px 35px;
    transition: 0.3s;
}

.item-avt:hover {
    top: -20px;
    background-color: #10a45b;
}

.item-avt .deco {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.item-avt:hover .deco {
    opacity: 1;
}

.item-avt .title {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.1;
}

.item-avt .desc {
    color: #535353;
    line-height: 20px;
    font-size: 16px;
}

.item-avt:hover .title,
.item-avt:hover .desc {
    color: white;
}

.item-avt .icon {
    position: absolute;
    right: 28px;
    top: 30px;
    width: 105px;
    height: 105px;
    z-index: 3;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-avt:hover .icon {
    background-color: #343c81;
}

.hover-box .default,
.hover-box:hover .hover {
    display: inline-block !important;
}

.hover-box .hover,
.hover-box:hover .default {
    display: none !important;
}

.presta-slide {}

.presta-slide.owl-carousel .owl-nav {
    position: absolute;
    width: 100vw;
    display: flex !important;
    top: 50%;
    left: 50%;
    height: 0;
    transform: translateX(-50%);
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.presta-slide.owl-carousel .owl-nav .owl-prev {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 114px;
    border: none;
    border-radius: 0 114px 114px 0;
    margin: 0px;
    padding: 0;
    color: white;
    font-size: 20px;
    background-color: #fed21b;
    transition: 0.3s;
}

.presta-slide.owl-carousel .owl-nav .owl-next {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 114px;
    border: none;
    padding: 0;
    color: white;
    font-size: 20px;
    border-radius: 114px 0 0 114px;
    margin: 0px;
    background-color: #fed21b;
    transition: 0.3s;
}

.presta-slide.owl-carousel .owl-nav .owl-prev:hover,
.presta-slide.owl-carousel .owl-nav .owl-next:hover {
    background-color: #10a45b;
}

.presta-slide .item {
    position: relative;
}

.presta-slide .item .img {
    height: 239px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.presta-slide .item .title {
    position: relative;
    z-index: 3;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #1c1c1c;
    margin: 0 auto;
    background-color: white;
    width: calc(100% - 60px);
    margin-bottom: -30px;
    transition: 0.3s;
}

.presta-slide .item:hover .title {
    color: white;
    background-color: #10a45b;
}

.presta-sect {
    position: relative;
}

.presta-sect:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 258px;
    bottom: 0px;
    content: '';
    background-color: #f2f2f2;
}

.presta-sect .container {
    position: relative;
    z-index: 3;
}

.item-contact {
    padding: 35px 0;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    color: #1c1c1c;
    text-align: center;
    font-size: 16px;
    min-height: 225px;
    height: 100%;
}

.item-contact a {
    color: #1c1c1c;
}

.item-contact b {
    font-size: 25px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #1c1c1c;
}

.item-contact img {
    display: block;
    margin: 0 auto 10px;
}

.head-top {
    padding: 20px 0px;
}

.head-top b {
    font-weight: 600;
}

.head-top a {
    color: #fff;
    display: inline-block;
}

.head-top a.space {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 2;
    font-size: 14px;
    padding: 0 0px;
    line-height: 30px;
    border-top: 5px solid #10a45b;
    border-bottom: 5px solid #10a45b;
    display: inline-block;
}

.head-top a.space:hover {
    color: #10a45b;
}

.head-top .conta-box {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
}

.head-top img {
    position: relative;
    top: 0px;
}

.item-val {
    background-color: white;
    padding: 70px 10px 40px;
    width: 270px;
    max-width: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.item-val::before {
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #10a45b;
}

.item-val.no-deco::before {
    display: none;
}

.item-val img {
    left: 50%;
    top: -27px;
    position: absolute;
    transform: translateX(-50%);
}

.item-val .title {
    font-size: 24px;
    color: #282828;
    margin-bottom: 15px;
    font-weight: 600;
}

.item-val .desc {
    font-family: 'Exo 2';
    font-size: 16px;
    color: #5d5d5d;
}

.tem-slide img {
    width: auto !important;
    display: inline-block !important;
}

.tem-slide .item {
    padding: 45px 25px 45px;
    background-color: #f5f5f5;
    position: relative;
}

.tem-slide .icon-cote {
    position: absolute;
    left: -1px;
    top: -1px;
}

.tem-slide .nom {
    color: #1c1c1c;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.tem-slide .date {
    color: #1c1c1c;
    opacity: 0.5;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.tem-slide .text-1 {
    color: rgba(28, 28, 28, 0.8);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
}

.tem-slide .star-tem {
    margin-bottom: 25px;
    color: #ffd800;
    font-size: 18px;
}

.tem-slide .star-tem i {
    margin: 0 3px;
}

.tem-slide .star-tem .empty {
    color: #cacaca;
}

.tem-slide .link {
    color: #fbbd2b;
    transition: all 0.5s;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: "Roboto";
    font-size: 15px;
}

.tem-slide .link:hover {
    color: #10a45b;
}

.title-1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #1c1c1c;
}

.text-1 a,
.text-1 {
    font-size: 16px;
    line-height: 22px;
    color: rgba(13, 19, 23, 0.8);
}

.bg-red {
    background-color: #10a45b;
}

.second-sect {
    position: relative;
    z-index: 15;
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 100%;
        padding: 0;
    }
}

.text-box .title-1 {
    margin-bottom: 10px;
}

.text-box .text-1 {
    padding-bottom: 17px;
    margin-bottom: 0px;
    position: relative;
}

.text-box .text-1::before {
    position: absolute;
    bottom: 0;
    content: '';
    background-color: #e7253b;
    height: 3px;
    left: 0;
    width: calc(100% + 35px);
}

.text-box.dec-right .text-1::before {
    left: -35px;
}

.cont-box {
    background-color: #f6f6f6;
    padding: 40px 40px;
    position: relative;
    height: 100%;
    border-radius: 10px;
    z-index: 9;
}


/*the container must be positioned relative:*/

.customs-select {
    position: relative;
    display: table;
    padding-right: 25px;
    min-width: 360px;
}

.customs-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    border: 2px solid #1c1c1c;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg) translateY(-50%);
}


/*point the arrow upwards when the select box is open (active):*/


/*style the items (options), including the selected item:*/

.select-selected {
    color: #1c1c1c;
    padding: 10px 0px;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

.select-items div {
    color: #1c1c1c;
    padding: 0px 0px;
    line-height: 25px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #10a45b;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 20px 30px;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    color: #10a45b;
}

.coord-foot {
    font-size: 16px;
    color: #10a45b;
}

.coord-foot a {
    color: #10a45b;
}

.coord-foot img {
    margin-top: -4px;
    margin-right: 4px;
}

.img-cont {
    background-size: cover;
    height: 100%;
    min-height: 450px;
    background-position: center;
}

.cont-sect {
    position: relative;
    background: linear-gradient(to right, #10a45b 30%, #10a45b 30% 100%);
}

.footer-coord {
    position: relative;
    top: -60px;
    background-color: #ff784f;
}

.footer-coord .item {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-coord .item .box a {
    color: white;
}

.footer-coord .item .box {
    display: table;
    padding-left: 70px;
    line-height: 24px;
    font-size: 16px;
    color: white;
    position: relative;
}

.footer-coord .item .box img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-coord .item-co:not(:last-child) {
    border-right: 1px solid white;
}

.footer-coord .item .box b {
    font-weight: 600;
}

.newsletter-form {}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form .form-control {
    line-height: 33px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    height: 73px;
    background-color: transparent;
    border: 2px solid #8b8b8b;
    border-right: none;
    border-radius: 0px;
    color: #fff;
    padding: 20px 15px;
}

.newsletter-form .btn-1 {
    padding: 20px;
    line-height: 33px;
    height: 73px;
    font-size: 20px;
    border-radius: 0;
    text-transform: uppercase;
}

.social-box a {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    padding-left: 19px;
    font-size: 16px;
    background-color: transparent;
    border-left: 2px solid white;
    color: #fff;
}

.social-box a:hover {
    color: #fedb0a;
}

.social-link {
    color: #1c1c1c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.social-link a {
    display: inline-block;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #10a45b;
    color: white;
    border-radius: 3px;
    margin: 0 0 0 15px;
}

.social-link a:hover {
    color: white;
    background-color: #ee822c;
}

.fixe-header {
    position: absolute;
    left: 15px;
    top: 20px;
    width: calc(100% - 30px);
    z-index: 5;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.fixed-header .head-top {
    display: none !important;
}

.fixed-header .fixe-header {
    top: 0;
}

.fixed-header .site-branding {
    padding-bottom: 0;
    align-items: center;
}

.fixed-header .site-branding img {
    max-height: 70px;
}

.item-head {
    position: relative;
    padding: 10px 0;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    padding-left: 76px;
    padding-right: 70px;
}

.item-head::before {
    position: absolute;
    right: 35px;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 39px;
    opacity: 0.2;
    content: '';
    background-color: #1c1c1c;
}

.item-head:first-child:before {
    display: block;
}

.item-head img {
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.item-head .desc {
    color: #38393a;
    font-weight: 600;
    font-size: 16px;
}

.item-head .title {
    color: #7a7a7a;
    font-size: 14px;
}

.item-head .desc a {
    color: #38393a;
}

.item-head-one {
    position: relative;
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 79px;
    padding-right: 30px;
    line-height: 22px;
    background-color: #10a45b;
}

.item-head-one img {
    left: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.item-head-one .title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.item-head-one .title a {
    color: #fff;
}

.text-ass {
    font-size: 16px;
    color: #38393a;
    font-family: "Exo 2";
}

.text-ass span {
    margin: 0 20px;
}

.diag-slide {
    height: calc(508px + 70px);
}

.diag-slide .item {
    position: relative;
    border: 8px solid transparent;
}

.diag-slide .item:hover {
    border: 8px solid #10a45b;
}

.diag-slide .item .fond {
    width: 100%;
    height: 492px;
    z-index: 0;
    object-fit: cover;
    position: relative;
}

.diag-slide .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: 1;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.diag-slide .item .content {
    bottom: 0;
    z-index: 3;
    left: 30px;
    position: absolute;
    width: calc(100% - 60px);
}

.diag-slide .item .content .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
    color: white;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.diag-slide .item .content .title span {
    font-size: 24px;
    text-transform: uppercase;
}

.diag-slide .item .content .link {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
    color: white;
    text-transform: uppercase;
}

.diag-slide .item .icon {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #10a45b;
}

.diag-slide .item .icon img {
    max-width: 39px;
}

.diag-sect {
    position: relative;
}

.diag-sect .container {
    position: relative;
    z-index: 2;
}

.diag-sect::before {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 206px - 135px);
    width: 100%;
    background-color: #f4f4f4;
    content: '';
    z-index: 0;
}

.diag-slide.owl-carousel .owl-dots {
    padding: 50px 0 0;
    text-align: center;
}

.diag-slide.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #10a45b;
    border-radius: 50%;
    margin: 0 3px;
    background-color: transparent;
}

.diag-slide.owl-carousel .owl-dots .owl-dot:hover,
.diag-slide.owl-carousel .owl-dots .owl-dot.active {
    background-color: #10a45b;
}

.site-header-menu-inner:not(.fixed-header) .menu-box {
    margin-top: -31px;
    top: 31px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.devis-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.devis-form {
    padding: 30px 30px 10px;
    background-color: #f2f2f2;
}

.devis-form .title {
    font-size: 20px;
    color: #38393a;
    line-height: 27px;
    font-weight: 500;
}

.devis-form .title span {
    color: #10a45b;
    font-weight: 600;
}

.devis-form form .form-control::placeholder {
    color: #6d6f72;
}

.devis-form form .form-control {
    display: block;
    color: #1c1c1c;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
    height: 50px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #9d9d9d;
}

.help-box {
    padding: 50px 70px;
    background-color: #10a45b;
}

.help-box .title {
    color: white;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
}

.help-box .title span {
    font-weight: 400;
    font-size: 16px;
}

.val-sect {
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
}

.val-sect::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 117px;
    z-index: -1;
    background-color: white;
}

.item-foot {
    position: relative;
    padding: 15px 0;
    padding-left: 60px;
    color: white;
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Exo 2';
}

.item-foot img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item-foot a {
    color: white;
}

.newsletters-form {
    background-color: #323232;
    position: relative;
    padding: 5px;
}

.newsletters-form input {
    position: relative;
    color: white;
    padding: 15px 130px 15px 25px;
    background-color: #323232;
    border: 1px solid #3d3d3d;
    height: 55px;
    line-height: 25px;
    border-radius: 2px;
    font-family: "Exo 2";
    font-weight: 300;
}

.newsletters-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

.newsletters-form button.btn-1 {
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 2;
    font-size: 14px;
    background-color: #10a45b;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 16px;
    height: 36px;
    transform: translateY(-50%);
}

.text-news {
    color: rgba(172, 159, 159, 1);
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Exo 2';
}

.liste-service {
    line-height: 20px;
    color: white;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Exo 2';
}

.liste-service a i {
    margin-right: 5px;
}

.liste-service a {
    color: white;
    margin-bottom: 20px;
    display: block;
}

.item-foot a:hover,
.liste-service a:hover {
    color: #10a45b;
}
.bloc-text h2 a, .bloc-text p a, .bloc-text ul li a { font-size: inherit; color: inherit; font-weight: inherit; } 
.bloc-text ul li, .bloc-text ul li { list-style: disc; } 
.bloc-text ul { margin-left: 30px } 
.bloc-text h2:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:first-of-type {
     display: none;
 }
@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: #10a45b;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #10a45b;
}
#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: #10a45b !important;
}
.handle {
    transition: 0s;
}
.galerie .item-gal {
    padding:0;
    margin: 0px;   
    background-color: #fff;background-size: cover;background-position: center;
    border: 2px solid #dee2e6;
    border-radius: .25rem;
    height: 200px;position: relative;width: 100%;
}
.galerie .item-gal:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    padding: 20px;
}
@media (max-width: 991px) {
    .actu-detail img {
        float: none !important;margin: 20px auto !important;display: block !important;
    }
}
@media (max-width: 480px) {
    #projet-detail .col-lg-12, #projet-detail .container {
        padding: 0 15px !important;
    }
}
.galerie .btn-1 {
    background-color: #10a45b80;
}

.tarteaucitronSelfLink {
    display: none !important;
}

.form-contact {}

.form-contact .form-group .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
}

.form-contact .form-control {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px 20px;
    color: #1c1c1c;
    height: 55px;
    border: 0px solid #ffffff;
    background-color: #f6f6f6;
}

.form-contact textarea.form-control {
    height: 130px;
}

.text-cont {
    line-height: 24px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
    font-family: 'Roboto';
}

.text-cont a {
    text-decoration: underline;
    color: #2d2d2d;
}

.form-contact .form-control:focus,
.form-contact .form-control:hover {
    background-color: #f6f6f6;
}