/**
  * 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 {
    font-family: "Josefin Sans", sans-serif;
    color: #021c1e;
    font-weight: 400;
    margin: 0 0 25px;
}

*::-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: 12px;
    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 #0b0d26;
    -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: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #021c1e;
    background-color: #fff;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", 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) **/

.home-link {
    flex: 0 0 220px;
}

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


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
}

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

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
    border-bottom: 0px solid #e1e1e1;
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    font-family: "Josefin Sans", sans-serif;
    text-align: left;
    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: scaleY(1);
}

#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: bold;
    color: #1d1d1d;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    line-height: 19px;
}

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

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

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

x #site-header-menu #site-navigation ul ul [class*="men-"] a {
    color: white !important;
}

#site-header-menu #site-navigation ul ul [class*="men-"] {
    border-bottom: none;
}

#site-header-menu #site-navigation ul ul [class*="men-"]:hover a {
    color: white !important;
}

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

#site-header-menu #site-navigation .menu ul li>ul li>a b {
    font-weight: 600;
}

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

.head-top .btn-2,
#site-header-menu #site-navigation .btn-2 {
    border: none;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
    background: #4d4d4d;
    text-transform: uppercase;
    font-weight: 600;
    color: #fffdf8;
    min-width: auto;
    font-size: 14px;
    line-height: 16px;
    height: 50px;
}

.btn-2.rs {
    padding: 10px !important;
    background-color: #38b6ff !important;
}

.rs a:after,
.btn-2.rs:after {
    background-color: #4d4d4d;
    transform: none;
}

.head-top .btn-2 img,
#site-header-menu #site-navigation .btn-2 img {
    margin: 0;
    width: 30px;
}

.head-top .btn-2:hover img,
#site-header-menu #site-navigation .btn-2:hover img {
    filter: none;
}


/** 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: 900
}

.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 new */

.footer {
    background: #1c1c1c;
    color: #fff;
    padding-top: 0;
    position: relative;
}

.footer p {
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
}

.footer a {
    color: #fff;
}

.form-footer .form-group {
    position: relative;
    margin: 0 0 20px;
}

.form-footer .form-control {
    border-radius: 0;
    border: none;
    background: #0c0c0c;
    font-size: 15px;
    color: #fff;
}

.form-footer .form-control:focus {
    border: none;
}

.form-footer .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.form-footer p {
    font-size: 13px;
    margin-bottom: 30px;
}

.list-items {
    margin: 0 0 30px;
    padding: 0;
}

.list-items li {
    margin-bottom: 15px;
}

.list-items li a {
    color: #c2c2c2;
}

.list-items li a:hover {
    color: #fff;
    text-decoration: underline;
}

.rs {
    display: flex;
    gap: 15px;
    align-items: center;
}

.rs a {
    display: inline-block;
    vertical-align: middle;
    min-width: auto;
    min-height: auto;
    padding: 5px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    border: 1px solid #38b6ff;
}

.rs a img {
    margin: 0;
}

.rs a:hover {
    border-color: white;
}

.footer-coordo ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}

.footer-coordo ul li img {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-column-item:last-of-type {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #38b6ff;
}

.footer-column-item .col-middle {
    border-left: 1px solid #38b6ff;
    border-right: 1px solid #38b6ff;
}

.footer-column-item [class*="footer-"] {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-column-item .col-left [class*="footer-"] {
    padding-right: 60px;
}

.footer-column-item .col-middle [class*="footer-"] {
    padding-left: 60px;
    padding-right: 60px;
}

.footer-column-item .col-right [class*="footer-"] {
    padding-left: 60px;
}

.diag-links {
    color: #38b6ff;
    line-height: 28px;
    text-align: justify;
}

.diag-links a {
    color: #c2c2c2;
}

.diag-links a:hover {
    color: white;
    text-decoration: underline;
}

.title-footer {
    color: #38b6ff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}


/* footer new */


/** Footer-nav-menu **/

.footer-bottom {
    background: #38b6ff;
}

.copyright {
    font-size: 15px;
    font-weight: 400;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright a {
    color: #fff;
}

.copyright span {
    text-transform: uppercase;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyright img {
    display: inline-block;
    vertical-align: middle;
    margin: -7px 0 0 7px;
}

.liste-service {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.liste-service a {
    display: inline-block;
    color: #ffffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    line-height: 15px;
    padding: 7px 15px;
    border: 2px solid #7bafb4;
}

.liste-service a:hover {
    background: #ddc279;
    border-color: #ddc279;
    ;
    color: #272727;
}


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

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

#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: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.home-slide .item-slide .bg-slide {
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    background-color: #000;
}

.home-slide .item-slide .bg-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/home/header/new/deco-bottom.png') no-repeat left bottom;
    width: 100%;
    height: 100%;
    transition: 0.5s linear;
    transition-delay: 0.3s;
    transform: translateX(-100%);
    z-index: 0;
}

.home-slide .item-slide .bg-slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/home/header/new/deco-top.png') no-repeat right top;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: 0.5s linear;
    transition-delay: 0.3s;
    z-index: 0;
}

.home-slide .active .item-slide .bg-slide::before,
.home-slide .active .item-slide .bg-slide::after {
    transform: translateX(0);
}

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

.home-slide .item-slide .title {
    font-size: 45px;
    font-weight: bold;
    color: #f9f9f9;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-slide .item-slide .text {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    color: #38b6ff;
    line-height: 1.2;
    margin-bottom: 10px;
}

.home-slide .item-slide .btn-slide .btn-1 {
    color: white;
}

.home-slide .owl-item .item-slide .title span,
.home-slide .owl-item .item-slide .title b {
    transform: translateY(-200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    position: relative;
    z-index: 2;
    display: block;
    transition-delay: 1s;
}

.home-slide .item-slide .title span {
    font-weight: 700;
    transition-delay: 0.5s;
    color: #38b6ff;
    text-transform: uppercase;
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
}

.home-slide .owl-item .item-slide .text {
    transform: translateY(-200px);
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
    transition: 1s;
}

.home-slide .owl-item .item-slide .btn-slide {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-delay: 0.5s;
    gap: 35px;
    flex-wrap: wrap;
    transition: 1s;
    position: relative;
    z-index: 1;
}

.home-slide .owl-item .item-slide .btn-slide .btn-1 {
    border: none;
    height: 50px;
}

.home-slide .owl-item .item-slide .btn-slide .btn-1:hover {
    color: #fff;
}

.home-slide .owl-item .item-slide .btn-slide .btn-1 img {
    margin: -4px 5px 0 0;
}

.home-slide .owl-item .item-slide .btn-slide .btn-1:hover img {
    filter: contrast(0) brightness(10);
}

.home-slide .owl-item .item-slide .content-tel i {
    background: white;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.home-slide .owl-item .item-slide .content-tel i img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-slide .owl-item .item-slide .content-tel {
    color: white;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.home-slide .owl-item .item-slide .content-tel a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.home-slide .owl-item .item-slide .content-tel span {
    display: inline-block;
    vertical-align: middle;
}

.home-slide .owl-item.active .item-slide .title span,
.home-slide .owl-item.active .item-slide .title b,
.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-dots {
    position: absolute;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    bottom: 90px;
    max-width: 100%;
    gap: 15px;
    padding: 0 15px;
    left: 80%;
    top: 90%;
}

.home-slide.owl-carousel .owl-dots .owl-dot span {
    display: block;
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: #363837;
    border-radius: 15px;
}

.home-slide.owl-carousel .owl-dots .owl-dot {
    font-size: 22px;
    position: relative;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}

.home-slide.owl-carousel .owl-dots .owl-dot:hover:before,
.home-slide.owl-carousel .owl-dots .owl-dot.active::before {
    opacity: 1;
}

.home-slide.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background-color: transparent;
    width: 20px;
    height: 20px;
    border: 2px solid #fefdf9;
    z-index: 2;
    border-radius: 25px;
    transition: all .3s ease;
    opacity: 0;
}

.home-slide.owl-carousel .owl-nav .owl-next:hover,
.home-slide.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #000;
}


/* section about */

.section-about {
    padding: 125px 0 100px;
    background-color: #fff;
}

.content-img-left {
    float: left;
    position: relative;
    margin: -60px 60px 60px 0;
}

.page.intern .content-img-left {
    margin-top: 0;
}

.content-img-left .icon-deco {
    position: absolute;
    bottom: 40px;
    left: -9px;
}

.sect-title h1,
.h1 {
    color: #1c1c1c;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 30px;
    text-transform: none;
}

.sect-title .sub-title,
.h1 b {
    text-transform: uppercase;
    color: #38b6ff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.sect-title .sub-title:before,
.h1 b::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #38b6ff;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

.sect-title.text-center .sub-title:after,
.h1.text-center b::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #38b6ff;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 15px;
}

.h3 {
    color: #38b6ff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sect-title.text-right .sub-title:before,
.h1.text-right b::before {
    display: none;
}

.sect-title.text-right .sub-title:after,
.h1.text-right b::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #38b6ff;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 15px;
}


/* section about */


/* section services */

.section-services {
    padding: 100px 0 100px;
    background: #eeeeee;
    color: #1c1c1c;
    position: relative;
}

.page-intern .section-services {
    padding-bottom: 150px;
}

.section-services .h1 {
    margin-bottom: 70px;
    color: #1c1c1c;
}

.slide-services .item {
    display: block;
    overflow: hidden;
}

.slide-services .content-title {
    background-color: #fffdf8;
    padding: 40px 30px 30px;
    min-height: 350px;
    transition: all .3s ease;
    color: #1c1c1c;
    position: relative;
    bottom: 0;
    z-index: 2;
}

.slide-services .content-title b {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 5px;
}

.slide-services .content-title .icon {
    display: flex;
    width: 65px;
    justify-content: center;
    align-items: center;
    height: 65px;
    background: #38b6ff;
    position: relative;
    margin-bottom: 20px;
}

.slide-services .content-title .icon img {
    width: 100%;
    max-width: 45px;
    max-height: 45px;
    object-fit: contain;
    transition: 0.5s linear;
    transform: rotateY(0deg);
}

.slide-services .item:hover .content-title .icon img {
    transform: rotateY(180deg);
}

.slide-services .content-title .link {
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.slide-services .content-title .link img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 5px;
}

.slide-services .content-title .link:hover {
    color: #38b6ff;
}

.owl-custom .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 35px;
}

.owl-custom .owl-dots .owl-dot {
    position: relative;
}

.owl-custom .owl-dots .owl-dot span {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #086972;
    border-radius: 10px;
}

.owl-custom .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 1px solid #086972;
    z-index: 2;
    border-radius: 25px;
    transition: all .3s ease;
    opacity: 0;
}

.owl-custom .owl-dots .owl-dot.active span {
    background-color: #2c3342;
}

.owl-custom .owl-dots .owl-dot.active::before {
    border-color: #2c3342;
}

.owl-custom .owl-dots .owl-dot:hover:before,
.owl-custom .owl-dots .owl-dot.active::before {
    opacity: 1;
}

.owl-custom .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px !important;
    padding: 5px 0;
    text-align: center;
    background: #4c4c4c;
    color: #fff;
}

.owl-custom .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #37b7ff;
}

.owl-custom .owl-controls .owl-nav .owl-prev {
    left: -75px;
}

.owl-custom .owl-controls .owl-nav .owl-next {
    right: -75px;
}

.slide-services .content-img {
    position: relative;
}

.slide-services .content-img .icon {
    position: relative;
}

.slide-services .content-img img {
    width: 100%;
}


/* section services */


/* seciton avantage */

.section-mot-cle {
    padding: 110px 0;
    background: #fff;
}

.section-avantage {
    background: #eeeeee;
    padding: 80px 0;
}

.section-avantage .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.section-avantage .content .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #38b6ff;
    position: relative;
}

.section-avantage .content .icon img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-avantage .content .item {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
}


/* seciton avantage */


/* seciton avis */

.section-avis {
    background: url('../images/home/body/new/banner-avis.png') no-repeat left top / cover;
    padding: 125px 0 130px;
}


/* seciton avis */


/* seciton facture */

.section-facture {
    background: #fff;
    padding: 100px 0 100px;
    position: relative;
}

.section-facture::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    background: url("../images/home/body/new/deco-hand.png") no-repeat right top;
    width: 33%;
    height: 240px;
    z-index: 1;
    background-size: contain;
}

.section-facture .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 875px;
}

.section-facture .h1 {
    font-size: 40px;
    line-height: 50px;
}


/* seciton facture */

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

h2 {
    font-size: 25px;
    margin-bottom: 00px;
    font-weight: 600;
    color: #243b4a;
    line-height: 1.2;
}

img {
    max-width: 100%;
}

.ban {
    height: 400px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000;
}

.ban::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/home/header/new/deco-bottom.png') no-repeat left bottom;
    width: 30%;
    height: 100%;
    z-index: 0;
    background-size: contain;
}

.ban::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/home/header/new/deco-top.png') no-repeat right top;
    width: 30%;
    height: 100%;
    z-index: 0;
    background-size: contain;
}

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

.ban .sect-title .h1 {
    margin-bottom: 0;
}

.bread-crumb {
    text-align: center;
}

.bread-crumb a {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.bread-crumb a:last-of-type::after {
    display: none;
}


/* page intern */

.page-intern .section-services {
    padding-top: 100px;
}

.section-about .bande-adresse {
    background-color: transparent;
    padding: 0;
    display: block;
}

.section-about .bande-adresse .item:first-of-type .inn a {
    font-size: 25px;
}

.section-about .bande-adresse .item .inn {
    color: #2c3342;
    font-size: 18px;
}

.section-about .bande-adresse .item i {
    background: #38b6ff;
}

.section-about .bande-adresse .item .inn a,
.section-about .bande-adresse .item .inn b {
    color: #2c3342;
    font-size: 22px;
}

.section-about .bande-adresse .item {
    gap: 15px;
    margin-bottom: 45px;
}


/* page contact */

.section-coordo {
    padding: 125px 0 100px;
}

.section-coordo .inner {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    min-height: 250px;
}

.section-coordo .icon {
    display: block;
    width: 55px;
    height: 55px;
    background: #38b6ff;
    position: relative;
    margin-bottom: 20px;
}

.section-coordo .icon img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: contrast(0) brightness(10);
}

.section-coordo .title {
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-coordo .inner p {
    color: #1c1c1c;
    font-size: 17px;
    margin: 0;
}

.section-coordo .inner a {
    color: #1c1c1c;
    font-size: 18px;
}


/* page contact */

.page-contact .section-about .h1 {
    padding-top: 75px;
    margin-bottom: 50px;
}

.page-contact .section-about {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-contact {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 100px;
}

.section-contact .h1 {
    margin-bottom: 100px;
}

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

.bloc-captcha {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 20px;
}

.bloc-captcha a {
    font-weight: 700;
    color: #38b6ff;
}


/* page intern */

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

.bloc-text,
.bloc-text p {
    line-height: 24px;
    font-size: 16px;
    color: #7f7F7F;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
}

.bloc-text p {
    margin-bottom: 15px;
}

.bloc-text h2 {
    margin: 0px 0 20px;
    font-size: 30px;
    color: #1d1d1d;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul li a {
    font-size: inherit;
    color: #7f7F7F;
    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 img,
.bloc-text h2 img {
    display: none;
}

.commune-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.commune-box .img-seo {
    flex: 0 0 410px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.commune-box .img-seo img {
    width: 100%;
}

.commune-box .img-seo::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/mart/deco-2.png) center / auto no-repeat;
    top: 0;
    z-index: 1;
}

.diag-box {
    padding: 40px 0px 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ass-list {
    display: flex;
    align-items: center;
    gap: 40px 90px;
}

.ass-box {
    display: flex;
    gap: 30px 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 65px;
}

.diag-list {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #38b6ff;
    font-family: "Josefin Sans", sans-serif;
    transition: 0.3s;
    margin-bottom: 70px;
    text-align: justify;
    line-height: 21px;
}

.diag-list a {
    color: #fff;
    display: inline;
    font-family: "Josefin Sans", sans-serif;
}

.diag-list a:hover {
    color: #38b6ff;
}

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

.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-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.text-foot {
    color: #1d1d1d;
    line-height: 24px;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-family: "Josefin Sans", sans-serif;
}

.text-foot::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: ">";
    color: #0b0d26;
}

.text-foot>b {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.text-foot a {
    color: #1d1d1d;
}

.text-foot a:hover {
    color: #0b0d26;
}

.btn-2,
.btn-1 {
    padding: 10px 20px 8px;
    line-height: 16px;
    border: none;
    background-color: #38b6ff;
    color: #f9f9f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    min-width: 200px;
    vertical-align: middle;
    font-size: 16px;
    min-height: 50px;
    position: relative;
    gap: 6px;
    overflow: hidden;
    transition: none;
    z-index: 1;
    text-transform: uppercase;
}

.btn-2:after,
.btn-1:after {
    content: "";
    background: #1c1c1c;
    position: absolute;
    transition: all 0.9s ease 0s;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transform-origin: top left;
    width: 0;
}

.btn-2:after {
    background-color: #38b6ff;
}

.btn-2:hover:after,
.btn-1:hover:after {
    height: 100%;
    width: 135%;
}

.btn-2 img,
.btn-1 img {
    margin-left: 5px;
    transition: none;
    margin-top: -4px;
}

.btn-2 {
    color: #fff;
    border: none;
}

.btn-2:hover {
    background-color: #1c1c1c;
    color: #fffdf8;
}

.btn-2 img {
    transition: 0s;
}

.btn-2:hover img,
.btn-1:hover img {
    filter: contrast(0) brightness(10);
}

.btn-1 img {
    filter: contrast(0) brightness(10);
}

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

.btn-1:hover img {
    filter: contrast(0) brightness(10);
}

.btn-3 {
    padding: 5px 15px;
    line-height: 18px;
    border: 2px solid #38b6ff;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    display: inline-flex;
    min-width: 150px;
    font-size: 16px;
}

.btn-3 img {
    transition: 0s;
}

.btn-3:hover img {
    filter: contrast(0) brightness(10);
}

.btn-3:hover {
    color: #fff;
    background-color: #38b6ff;
    border-color: #38b6ff;
}

.owl-carousel .owl-stage-outer {}

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

.text-paie {
    font-family: "Josefin Sans", sans-serif;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.text-paie b {
    font-weight: 600;
    font-family: "Josefin Sans", 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: "Josefin Sans", sans-serif;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
}

.btn-4:hover {
    color: #fff;
    background-color: #0b0d26;
    border-color: #0b0d26;
}

.Roboto {
    font-family: "Josefin Sans", sans-serif;
}

@media (min-width: 576px) {
    .col-sm-btn {
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
    }
    .col-sm-foot-3 {
        -ms-flex: 0 0 212px;
        flex: 0 0 212px;
        max-width: 212px;
    }
    .col-sm-foot-4 {
        -ms-flex: 0 0 102px;
        flex: 0 0 102px;
        max-width: 102px;
    }
}

@media (min-width: 768px) {
    .col-md-cont-1 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

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

@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 430px;
        flex: 0 0 430px;
        max-width: 430px;
    }
    .col-xl-coord {
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
    }
    .col-xl-coord-1 {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }
    .col-xl-coord-2 {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
    .col-xl-foot-1 {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px;
    }
    .col-xl-foot-2 {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px;
    }
    .col-xl-foot-3 {
        -ms-flex: 0 0 208px;
        flex: 0 0 208px;
        max-width: 208px;
    }
}

.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: #0b0d26;
    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: "Josefin Sans", 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 {}

.form-contact .form-control::placeholder {
    color: #3d3d3d !important;
}

.form-contact .form-control {
    font-size: 16px;
    line-height: 24px;
    font-family: "Josefin Sans", sans-serif;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    padding: 15px 20px;
    color: #1c1c1c;
    height: 50px;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}

.form-contact .form-control:focus,
.form-contact textarea.form-control:focus {
    border-color: #b3b3b3;
}

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

.form-contact .btn-2 {
    height: 55px;
    width: 100%;
    max-width: 170px;
    background: #38b6ff;
    color: #fafafa;
}

.form-contact .btn-2:after {
    background: #1c1c1c;
}

.form-contact p {
    color: #3d3d3d;
    font-size: 14px;
}

.form-contact .bloc-btn {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
}

.section-tel {
    position: relative;
    z-index: 1;
}

.section-tel .content {
    background: #38b6ff;
    color: #1f2223;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.section-tel .content a {
    color: #1f2223;
    font-weight: 700;
}

.section-tel .content a:hover {
    text-decoration: underline;
}

.section-tel .content p {
    color: #1f2223;
    margin: 0;
}

.text-cont {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
}

.text-cont a {
    color: #7f7f7f;
}

.section-map {
    background-color: #eeeeee;
    padding: 150px 0 130px;
    margin-top: -40px;
}

.map-box {
    height: 401px;
}

.map-box>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

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

.item-cont {
    position: relative;
    color: #fff;
    padding: 5px 0;
    padding-left: 62px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    font-family: "Josefin Sans", sans-serif;
}

.item-cont img {
    left: 0;
    top: 5px;
    position: absolute;
}

.item-cont .title {
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 5px;
    font-size: 20px;
}

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

.item-cont .desc {
    color: #1c1c1c;
    line-height: 24px;
}

.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
}

.menu-box .col-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.menu-box .col-right {
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
}

.logo-header img {
    display: block;
    height: auto;
}

.top-contact {
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    padding: 0 15px;
    background-color: #f7f7f7;
}

.top-contact>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 10px;
}

.top-contact>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    color: #04353a;
    font-size: 16px;
    font-weight: 500;
}

.top-contact>div a:not([class*="btn-"]) {
    color: #04353a;
}

.top-contact .col-left {
    gap: 50px;
}

.top-contact .col-left>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-contact .col-right a {
    line-height: 0;
}

.top-contact .col-right a .rs-hover {
    display: none;
}

.top-contact .col-right a:hover img {
    display: none;
}

.top-contact .col-right a:hover .rs-hover {
    display: block;
}

.item-val {
    background-color: white;
    padding: 20px 0;
    text-align: center;
    height: 177px;
}

.item-val .icon {
    height: 79px;
    width: 100%;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/javs/dec-1.png) center / auto 100% no-repeat;
}

.item-val .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
    color: #2e2e2e;
}

.item-val .desc {
    font-size: 14px;
    color: #2e2e2e;
}

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

.tem-slide .owl-item {
    padding: 5px;
}

.tem-slide .item {
    padding: 45px 25px 35px;
    background-color: white;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

.tem-slide .nom {
    color: #38471c;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
    font-family: "Josefin Sans", sans-serif;
}

.tem-slide .date {
    font-size: 18px;
    line-height: 24px;
    color: #38471c;
    font-weight: 400;
    margin-bottom: 15px;
    font-style: italic;
    font-family: "Josefin Sans", sans-serif;
}

.tem-slide .text-1 {
    color: #1d1d1d;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: "Josefin Sans", sans-serif;
}

.tem-slide .link {
    color: #1d1d1d;
    transition: all 0.3s;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
}

.tem-slide .link:hover {
    color: #243b4a;
}

.tem-slide .star-tem {
    margin-bottom: 25px;
}

.tem-slide .star-tem i {
    color: #0b0d26;
    font-size: 22px;
    margin: 0 3px;
}

.tem-slide .star-tem i.empty {
    color: #0b0d26;
}

.title-1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Josefin Sans", 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: #0b0d26;
}

.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: "Josefin Sans", 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: "Josefin Sans", 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 #0b0d26;
    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: #0b0d26;
}

.coord-foot {
    font-size: 16px;
    color: #0b0d26;
}

.coord-foot a {
    color: #0b0d26;
}

.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, #0b0d26 30%, #0b0d26 30% 100%);
}

.contact-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px 0;
    border-bottom: 1px solid rgba(69, 69, 69, 0.5);
}

.contact-list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.contact-list .item .desc {
    font-size: 16px;
    line-height: 20px;
    color: #1d1d1d;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
}

.contact-list .item .title {
    font-size: 20px;
    line-height: 32px;
    color: #1d1d1d;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
}

.contact-list .item .title a {
    color: #1d1d1d;
}

.contact-list .social-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bloc-tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    padding: 18px 30px;
    border-radius: 40px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
    background-color: #fff;
}

.bloc-tel .desc {
    font-size: 18px;
    color: #7f7f7f;
    font-weight: 400;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #7f7f7f;
    font-family: "Josefin Sans", sans-serif;
}

.bloc-tel .desc a {
    color: #38b6ff;
}

.home-page-section {
    background-color: white;
    background: url("../images/at/deco-home.svg") calc(100% - 20px) calc(100% - 40px) / auto no-repeat;
}

.list-avt {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-avt .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    color: #202020;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
}

.google-section {
    padding: 35px 0 70px;
    background-color: #202020;
}

.google-box {
    text-align: center;
    margin-bottom: 35px;
}

.google-box .extra {
    display: flex;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.google-box .extra .total {
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.google-box .extra .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 25px;
    color: #fbbc05;
}

.google-box .extra .stars i.empty {
    color: #cacaca;
}

.avis-box {
    padding: 0 100px;
    position: relative;
    margin: 0 auto 50px;
    max-width: 940px;
}

.avis-slide .item {
    display: block;
    text-align: center;
}

.avis-slide .item .desc {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
}

.avis-slide .item .title {
    font-size: 20px;
    color: #38b6ff;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
}

.avis-slide .item:hover .title {
    color: #0b0d26;
}

.avis-slide.owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 200px);
    height: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.avis-slide.owl-carousel .owl-nav .owl-prev,
.avis-slide.owl-carousel .owl-nav .owl-next {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    font-size: 30px;
    color: white;
}

.avis-slide.owl-carousel .owl-nav .owl-prev:hover,
.avis-slide.owl-carousel .owl-nav .owl-next:hover {
    color: #38b6ff;
}

.galeries-section {
    padding: 80px 0;
    background: url(../images/at/back-1.jpg) center /cover no-repeat;
}

.item-actu {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.item-actu:hover {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.item-actu::before {
    background: linear-gradient(0deg, #000 0%, rgba(23, 26, 29, 0.01) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 1;
    visibility: visible;
}

.item-actu:hover:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.item-actu .img {
    height: 490px;
    position: relative;
    z-index: 0;
}

.item-actu .img::before {
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    left: 0%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 1;
    pointer-events: none;
    transition: all 600ms linear;
    transform: scaleX(0);
    transform-origin: top center;
    z-index: 1;
}

.item-actu:hover .img::before {
    transform: scaleX(1);
}

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

.item-actu:hover .img img {
    transform: scale(1.1) rotate(-3deg);
}

.item-actu .date {
    align-items: center;
    background-color: #151515;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    height: 54px;
    letter-spacing: 0.1em;
    line-height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 54px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.item-actu .date div:first-child {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.item-actu:hover .date {
    background-color: #0b0d26;
}

.item-actu .title {
    line-height: 31px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 56px;
    display: -webkit-box;
    font-size: 28px;
    font-weight: bold;
    color: white;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-actu .content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 30px;
    height: 122px;
}

.item-actu:hover .title {
    color: #202020;
}

.item-actu .content::before {
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    transition: 0.3s;
    content: "";
    z-index: -1;
    background-color: white;
}

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

.actu-section {
    background: url(../images/at/deco-home.svg) left bottom / auto no-repeat;
    padding: 74px 0 80px;
}

.ass-slide .owl-stage {
    display: flex;
    align-items: center;
    text-align: center;
}

.ass-slide .owl-stage img {
    width: auto;
    display: inline-block;
}

.item-foot {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
}

.item-foot a {
    color: #fff;
}

.item-foot a:hover {
    font-weight: 600;
}

.item-foot .icon {
    width: 29px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.temoignage-section {
    padding: 150px 0;
    background: url(../images/rc/back-1.jpg) center/cover no-repeat;
}

.item-actualite {
    display: block;
    position: relative;
}

.item-actualite .img {
    height: 209px;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.item-actualite .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-actualite .title {
    font-size: 20px;
    color: #0b0d26;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    line-height: 26px;
    height: 52px;
    margin-bottom: 14px;
}

.item-actualite .desc {
    opacity: 0.839;
    height: 66px;
    line-height: 22px;
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 400;
    overflow: hidden;
    font-family: "Josefin Sans", sans-serif;
}

.item-actualite .link {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    position: relative;
    transition: 0.3s;
    font-size: 12px;
    color: #0b0d26;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
}

.item-actualite .link::before {
    content: "";
    width: 37px;
    height: 1px;
    margin-right: 7px;
    background: #01478c;
}

.item-actualite .link::after {
    content: "";
    width: 0;
    margin-left: 7px;
    height: 9px;
    background: url(../images/rc/long-arrow.png) right center /100% auto no-repeat;
}

.item-actualite:hover .link::before {
    width: 0;
    margin-right: 0;
}

.item-actualite:hover .link::after {
    width: 38px;
}

.intern .ass-section .sect-title .h1 {
    color: #38b6ff;
}

.contact-boxer {
    position: relative;
    z-index: 2;
    align-items: center;
    height: 0;
    display: flex;
    justify-content: center;
}

.contact-box {
    padding: 135px 30px 135px 110px;
    background-color: white;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.item-contact {
    padding: 35px 25px;
    border-radius: 20px;
    height: 100%;
    background-color: #ffece7;
}

.item-contact img {
    margin-bottom: 10px;
}

.item-contact .desc {
    font-size: 20px;
    color: #38b6ff;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    line-height: 24px;
}

.item-contact .desc span {
    font-size: 16px;
}

.item-contact .title {
    font-size: 20px;
    color: #0b0d26;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
}

.item-contact .desc a {
    color: #38b6ff;
}

.item-contact .desc a:hover {
    color: #38b6ff;
}

.contact-box .sect-title .h1 {
    font-size: 36px;
}