/**
  * 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 {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #0d283c;
    text-decoration: none;
}

a,
button,
input {
    outline: medium none;
    color: #0d283c;
}

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

strong {
    font-weight: 700;
}

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

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

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

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

::selection {
    background: #0d283c;
    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: #5d6576;
    padding: 15px 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 #c89d4e;
    -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: "Red Hat Display", Arial, Helvetica, 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: "Red Hat Display", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #19202e;
}

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

a,
.site-branding,
#site-header-menu #site-navigation .menu ul li>a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.social-icons li>a,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-menu-toggle .toggle-block,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.accordion .toggle-title a,
.widget-download ul.download li {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a.tp-caption:hover,
.featured-imagebox-portfolio .featured-content,
.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num,
.featured-icon-box.style10 {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -ms-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}

.ttm-btn span,
.nav-link span,
.cart-info a i,
.site-branding img,
.site-branding a,
.panel-title>a span,
.ttm-header-icon.ttm-header-cart-link .navbar-form span,
ul.products li.product .ttm-shop-icon a i {
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

.featured-imagebox-team .featured-thumbnail img {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.featured-imagebox .ttm-box-bottom-content,
.ttm-box-bottom-content .ttm-icon,
.ttm-box-bottom-content .featured-title h5,
.ttm-box-bottom-content .featured-desc {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}


/** Extra-outer **/

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body .site-main {}

body .site-main>.ttm-row:first-child {
    margin-top: -92px;
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}

.container-fluid {
    padding: 0 0;
}

a {
    color: #19202e;
}

.alignleft {
    float: left;
    margin: 6px 28px 8px 0;
}


/* ===============================================
    Spacing
------------------------*/


/*  ===============================================
    TopBar
------------------------*/

.head-top {
    display: block;
    background-color: #c89d4e;
}

.top-contact {
    position: relative;
    padding: 0px 0px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 60px;
    gap: 10px;
}

.top-contact>li {
    font-size: 16px;
    line-height: 20px;
    color: #1d1d1d;
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    font-weight: 900;
    font-family: "Red Hat Display";
}

.top-contact>li.separator {
    height: 38px;
    width: 1px;
    background-color: #fff;
}

.top-contact li a {
    color: #1d1d1d;
}

.top-contact li b {
    font-size: 17px;
}

.top-contact li a:hover {
    color: #fff;
}


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


/** SiteBrand(logo) **/

.site-branding {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    flex: 0 0 266px;
    padding: 0px 0;
}

.ttm-stickable-header.fixed-header .site-right {
    margin-bottom: 0;
    background: none;
}

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

.ttm-stickable-header.fixed-header .site-branding img {
    max-height: 106px;
}

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


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
    width: 100%;
}

.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: 1px solid #aaaaaa;
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    font-family: "Red Hat Display";
}

.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>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: scaleY(1) translateZ(0px);
}

#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: 500;
    font-size: 16px;
    color: #1d1d1d;
    font-family: 'Red Hat Display';
    line-height: 20px;
}

#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: 16px;
    height: auto;
    line-height: 24px;
}

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


/**  ttm-search-overlay **/

.ttm-header-icon {
    position: relative;
}


/* ===============================================
    Footer
------------------------*/


/** FirstFooter **/

.first-footer {
    background-position: center bottom;
    background-size: cover;
    background-color: #0d283c;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


/** Footer-nav-menu **/

.copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    padding: 25px 0 25px;
    background-color: #141414;
    color: #fcfcfc;
    font-family: 'Red Hat Display';
    text-align: center;
}

.copyright a {
    color: #fcfcfc;
}

.copyright span,
.copyright a:hover {
    color: #c89d4e;
}


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

#totop {
    font-weight: 900;
    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: 50px;
    background-color: #c89d4e;
}

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

.bg {
    background-size: cover;
    background-position: center;
}

.bg-fixed {
    background-attachment: fixed;
    background-size: cover;
}

.bg-dark-1 {
    background-color: #3f3f3f;
}

.bg-1 {
    background-image: url(../images/bg-1.png);
}

.bg-2 {
    background-image: url(../images/bg-2.png);
}

.bg-3 {
    background-image: url(../images/bg-3.png);
}

.bg-4 {
    background-image: url(../images/bg-4.png);
}

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

.home-slide .owl-item {
    overflow: hidden;
}

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

.home-slide .owl-item.active .item-slide::after {
    transform: scaleX(1);
    transform-origin: center left;
}

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

.home-slide .item-slide .bg-slide img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

.home-slide .owl-item.active .item-slide .bg-slide img {
    transform: scale(1.05);
}

.home-slide .item-slide .title {
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    width: 100%;
    transition: 0.3s;
    position: relative;
    font-family: 'Ysabeau Infant';
    z-index: 2;
    margin-bottom: 30px;
}

.home-slide .item-slide .desc {
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    font-family: "Red Hat Display";
}

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

.home-slide .owl-item .item-slide .btn-slide {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2;
    transition: 1s;
    transition-delay: 0.5s;
}

.home-slide .owl-item.active .item-slide .title,
.home-slide .owl-item.active .item-slide .desc,
.home-slide .owl-item.active .item-slide .btn-slide {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.home-slide .owl-nav {
    position: absolute;
    bottom: 50%;
    left: 0;
    padding: 0 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    gap: 10px;
}

.home-slide.owl-carousel .owl-nav .owl-next,
.home-slide.owl-carousel .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    border-radius: 50%;
    height: 42px;
    font-size: 24px;
    padding: 0;
    border: 0px solid #fff;
    background: #090b0e64;
    color: #fff;
}

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

.home-slide .owl-dots {
    display: none;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 50%;
    height: 0;
    flex-direction: column;
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

.home-slide .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    padding: 0;
    border: 2px solid white;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
    background-color: transparent;
}

.home-slide .owl-dots .owl-dot:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: 0.3s;
    visibility: hidden;
    border: 2px solid white;
    transform: translate(-50%, -50%);
}

.home-slide .owl-dots .owl-dot:hover::before,
.home-slide .owl-dots .owl-dot.active::before {
    width: 26px;
    height: 26px;
    visibility: visible;
}

.img-box {
    position: relative;
    margin: 0 0px 30px 0;
    z-index: 1;
    flex: 0 0 369px;
}

.img-box img {
    border-radius: 10px;
}

.img-box .img-2 {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.img-box .img-2>img {
    width: 100%;
}

.img-box .img-2::before {
    position: absolute;
    left: 0;
    bottom: 200px;
    height: 30px;
    width: 50%;
    background-color: white;
    content: "";
    z-index: 1;
}

.img-box .img-2::after {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    height: 100%;
    width: 30px;
    background-color: white;
    content: "";
    z-index: 1;
}

.img-box .img-2 .icon {
    width: 50%;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    border-left: 15px solid white;
    border-bottom: 23px solid white;
    background-color: #c89d4e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-box .img-2 .icon img {
    max-width: 70%;
}

.sect-title .sub-title {
    font-size: 20px;
    color: #c89d4e;
    font-weight: bold;
    font-family: 'Red Hat Display';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

.sect-title .sub-title.color-two {
    color: #c89d4e;
}

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

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

.sect-title h1,
.sect-title .h1,
.sect-title .h3,
.sect-title .h2 {
    font-family: 'Ysabeau Infant';
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 0;
    position: relative;
    text-transform: none;
    color: #c89d4e;
}

.sect-title .h1 {
    color: #1d1d1d;
}

.sect-title .h2 {
    font-size: 22px;
    line-height: 1.2;
}

.sect-title .h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}

.sect-title .h2 a {
    color: #414042;
}

.sect-title h1 span:before,
.sect-title .h1 span:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #414042;
    content: "";
}

.bosque {
    font-family: 'BOSQUE';
}

.services-section {
    background-size: cover;
    background-position: center;
}

.featured-imagebox:hover .post-title .text-custom-marine {
    color: #0d283c;
}

.item-tem .desc {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: #2c2a2a;
    line-height: 22px;
    height: 115px;
    overflow: hidden;
    margin-bottom: 15px;
    line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    border-bottom: 1px solid rgba(44, 42, 42, 0.2);
}

.item-tem .title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #2c2a2a;
    gap: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.item-tem:hover .link {
    color: #2c2a2a;
}

.item-tem {
    border: 0px solid #efefef;
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.item-tem .stars {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    color: #fbd127;
    font-size: 15px;
}

.item-tem .stars i.empty {
    color: #cacaca;
}

.item-tem .link {
    color: #c89d4e;
    font-size: 15px;
}

.item-tem:hover .icon {
    background-color: #c89d4e;
    color: white;
}

.item-tem:hover .prenom {
    color: #0d283c;
}

.item-tem .img {
    margin-bottom: 15px;
}

.diagAdvisor h2,
.diagAdvisor p {
    display: none;
}

.diagAdvisor .cercle {
    border-color: #0d283c!important;
    color: #0d283c!important;
    height: 103px !important;
    width: 103px !important;
    line-height: 104px !important;
    font-size: 44px !important;
    border-radius: 50% !important;
    font-family: "Red Hat Display", sans-serif;
}

.diagAdvisor .italic {
    font-family: 'Red Hat Display', sans-serif !important;
    color: #5d5d5d !important;
    display: block !important;
    font-size: 12px !important;
    font-family: 'Red Hat Display', sans-serif;
}

.diagAdvisor .btn-avis {
    position: relative;
    background-color: #f5f5f5 !important;
    color: #989898 !important;
    border-color: #989898 !important;
    font-family: 'Red Hat Display', sans-serif !important;
    transition: 0.5s;
}

.diagAdvisor {
    margin-top: 75px
}

.diagAdvisor .btn-avis:hover {
    background-color: #0d283c !important;
    color: #fff !important;
    border-color: #0d283c !important;
    font-family: 'Red Hat Display', sans-serif !important;
}

.diagAdvisor .star {
    background-color: transparent !important;
}

.fa-star.full {
    background-color: #0d283c !important;
}

.blog-section {
    position: relative;
}

.blog-section::before {
    position: absolute;
    width: 100%;
    height: 148px;
    bottom: 0;
    z-index: 0;
    left: 0;
    background-color: #f7f7f7;
    content: "";
}

img {
    max-width: 100%;
}

.ban {
    height: 300px;
    width: 100%;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

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

.ban .title {
    color: #fff;
    font-family: "Red Hat Display";
    font-size: 60px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

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

#site-header-menu #site-navigation .menu ul li>a {
    color: #1d1d1d;
}

.bloc-text,
.bloc-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Red Hat Display';
    color: #1d1d1d;
    line-height: 23px;
}

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

.bloc-text {
    color: #1d1d1d;
    column-count: 2;
    column-gap: 30px;
}

.bloc-text.bloc-commune {
    column-count: 1;
}

.bloc-text h2 {
    font-size: 28px;
    margin: 10px 0 20px;
    line-height: 1.2;
    color: #1d1d1d;
    font-family: 'Ysabeau Infant';
    font-weight: 900;
}

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

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

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

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

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

.title-foot {
    font-size: 22px;
    color: #c89d4e;
    font-weight: 900;
    line-height: 1.2;
    font-family: "Ysabeau Infant";
    margin-bottom: 25px;
}

.link-service {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Red Hat Display';
    text-align: left;
}

.link-service a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    color: #fff;
}

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

.ass-section {
    background: url(../images/dtech/back-2.jpg) center top/cover no-repeat;
}

.ass-title::before {
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c89d4e;
    z-index: -1;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.ass-title span {
    display: inline-block;
    padding: 0 30px;
    background-color: white;
}

.ass-box {
    padding: 20px 30px 10px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
}

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

.diag-box {
    padding: 30px 30px;
    border-left: 1px solid #454545;
    border-right: 1px solid #454545;
}

.diag-list {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #c89d4e;
    text-align: justify;
    font-family: 'Red Hat Display';
}

.diag-list a {
    color: #fff;
    display: inline;
}

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

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

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

.text-foot {
    font-size: 15cpx;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Red Hat Display';
    text-align: left;
}

.text-foot span {
    color: #909090;
}

.text-foot a {
    color: #c79d4e;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

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

.btn-1 {
    padding: 14px 20px;
    line-height: 20px;
    border: 0px solid #c89d4e;
    background-color: #c89d4e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: bold;
    position: relative;
    font-family: 'Orbitron';
    text-align: center;
    min-height: 58px;
    font-size: 14px;
    min-width: 135px;
    border-radius: 6px;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 2;
}

.btn-2::before,
.btn-1::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #a4acb0;
    transform: scaleX(0);
    z-index: -1;
    transform-origin: center right;
    /*transition: transform 500ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 500ms cubic-bezier(.86, 0, .07, 1);
     transition-timing-function: cubic-bezier(.86, 0, .07, 1);*/
    transition: transform 0.3s ease-in-out;
}

.btn-2:hover:before,
.btn-1:hover:before {
    transform: scaleX(1);
    transform-origin: center left;
}

.btn-1 svg path {
    fill: #fff;
}

.btn-1:hover {
    color: #fff !important;
    background-color: #c89d4e;
    border-color: #c89d4e;
}

.btn-2 {
    padding: 10px 30px;
    line-height: 20px;
    border: 0px solid #fff;
    background-color: #fff;
    color: #4d0a0a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 150px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-family: 'Red Hat Display';
    font-size: 20px;
    min-height: 50px;
    border-radius: 5px;
    gap: 8px;
}

.btn-2 svg path {
    fill: #4d0a0a;
}

.btn-2:hover svg path {
    fill: #fff;
}

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

.btn-3 {
    padding: 20px 30px;
    line-height: 24px;
    border: 0px solid #ffffff;
    background-color: #ffffff;
    color: #000;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    font-weight: 400;
    font-family: 'Red Hat Display';
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn-3>i {
    font-size: 13px;
}

.btn-3:hover {
    color: white;
    background-color: #c89d4e;
    border-color: #c89d4e;
}

.btn-4 {
    padding: 0px 25px;
    line-height: 45px;
    height: 45px;
    border: 0px solid #fff;
    background-color: #fff;
    color: #c89d4e;
    display: inline-block;
    font-weight: 500;
    position: relative;
    font-family: 'Red Hat Display';
    text-align: center;
    text-transform: uppercase;
    min-width: 150px;
    font-size: 16px;
    margin: 7px;
    border-radius: 0px;
}

.btn-4::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    transform: translate(-50%, -50%);
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #fff;
}

.btn-4>img {
    margin-top: -3px;
    margin-right: 4px;
}

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

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

.paie-section {
    position: relative;
    z-index: 2;
    background: #d1d0c9;
    background: linear-gradient(to right, #d1d0c9, #e6e5e1, #d1d0c9);
    padding: 50px 0 50px;
}

.paie-section::before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 37%;
    right: 0;
    height: calc(100% + 97px);
    top: 20px;
    background: url(../images/dtech/hand.png) left center/ auto 100% no-repeat;
}

.horaire-box {
    position: relative;
    z-index: 2;
    display: table;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #9d9d9d;
    text-align: center;
    padding: 20px 100px;
    border-radius: 130px;
}

.horaire-box img {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.text-paie {
    font-size: 18px;
    color: #505050;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Red Hat Display';
    position: relative;
    z-index: 2;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #1d1d1d;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 140px;
}

.preloader img {
    max-width: 100px;
    animation: zoomInfinite 1s infinite linear;
}

@keyframes zoomInfinite {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.4) rotate(3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}


/********** preloader ***************/

.Red Hat Display {
    font-family: 'Red Hat Display';
}

.avt-sect {
    position: relative;
    z-index: 1;
    background-color: #c89d4e;
    padding: 30px 0 0;
}

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

.item-avt {
    position: relative;
    z-index: 1;
}

.item-avt .img {
    height: 261px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
    background-color: #4d0a0a;
}

.item-avt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.3s;
    transform: scale(1);
}

.item-avt:hover .img img {
    transform: scale(1.1) rotate(2deg);
    opacity: 0.3;
}

.item-avt .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 15px;
}

.item-avt .title {
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Red Hat Display";
    text-align: center;
    line-height: 1;
    filter: drop-shadow(0 0 4px rgba(1, 1, 1, 0.5));
}

.item-avt .desc {
    font-size: 16px;
    font-family: "Red Hat Display";
    color: #ffffff;
    font-weight: 400;
    display: none;
    filter: drop-shadow(0 0 4px rgba(1, 1, 1, 0.5));
    margin-top: 20px;
    line-height: 22px;
}

.item-avt:hover .icon {
    display: none;
}

.item-avt:hover .desc {
    display: block;
}

.list-qualite {
    color: #171717;
    font-size: 15px;
    font-family: 'Red Hat Display';
}

.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: #0d283c;
    border-radius: 50%;
}

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

.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 #0d283c;
    border-left: 4px solid #0d283c;
    content: '';
}

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

.audit-box {
    padding: 50px 40px;
    background-color: #0d283c;
    position: relative;
    margin-top: 50px;
}

.audit-box::before {
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #0d283c;
    top: 0;
}

.img-audi {
    background-size: cover;
    background-position: center;
    height: calc(100% - 45px);
    width: 100%;
    position: relative;
    min-height: 250px;
    z-index: 2;
}

@media (min-width: 768px) {
    .col-md-ass {
        -ms-flex: 0 0 233px;
        flex: 0 0 233px;
        max-width: 233px;
    }
}

@media (min-width: 992px) {
    .col-lg-serv {
        -ms-flex: 0 0 236px;
        flex: 0 0 236px;
        max-width: 236px;
    }
    .col-lg-coord {
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }
    .col-lg-ass {
        -ms-flex: 0 0 295px;
        flex: 0 0 295px;
        max-width: 295px;
    }
    .col-lg-cap {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
}

@media (min-width: 1200px) {
    .col-xl-title {
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px;
    }
    .col-xl-form {
        -ms-flex: 0 0 227px;
        flex: 0 0 227px;
        max-width: 227px;
    }
    .col-xl-right {
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
    }
    .col-xl-logo {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
    .col-xl-coord-1 {
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px;
    }
    .col-xl-coord-2 {
        -ms-flex: 0 0 225px;
        flex: 0 0 225px;
        max-width: 225px;
    }
    .col-xl-foot-1 {
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        max-width: 270px;
    }
    .col-xl-foot-2 {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px;
    }
    .col-xl-foot-3 {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
    .col-xl-cont-1 {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px;
    }
    .col-xl-cont-2 {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
    .col-xl-cont-3 {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        max-width: 230px;
    }
}

.foot-1 {
    border-bottom: 1px solid #616161;
}

.item-foot {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: "Red Hat Display";
}

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

.item-foot a:hover {
    color: #c89d4e;
}

.item-foot span {
    font-size: 15px;
    color: #a4acb0;
    font-weight: 400;
    display: block;
    font-family: "Red Hat Display";
}

.newsletters-box {
    padding: 45px 80px 35px;
    border-radius: 75px;
}

.text-news-1 {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Red Hat Display';
    line-height: 1.4;
    text-align: left;
}

.text-news {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Red Hat Display';
    text-align: left;
    line-height: 1.4;
}

.title-news {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Red Hat Display";
}

.title-news span {
    color: #c89d4e;
}

.form-newsletter {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.form-newsletter .form-control {
    line-height: 20px;
    padding: 20px 25px;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 5px;
    height: 64px;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
    font-family: "Red Hat Display";
}

.form-newsletter .btn-1 {
    width: 100%;
}

.form-newsletter .form-control::placeholder {
    color: #000;
}

.form-newsletter .form-control:focus::placeholder {
    color: #000;
    padding-left: 10px;
}

.item-presta {
    position: relative;
    padding: 60px 0 60px 240px;
    color: #1c1c1c;
    background-color: white;
    border-radius: 25px;
    transition: 0.3s;
    overflow: hidden;
}

.item-presta .img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 167px;
    background-size: cover;
    background-position: center;
}

.item-presta .title {
    font-size: 25px;
    font-weight: 900;
}

.item-presta:hover {
    background-color: #c89d4e;
    color: white;
}

.item-cont {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.item-cont .icon {
    width: 40px;
    text-align: center;
}

.item-cont .content {
    font-size: 17px;
    line-height: 23px;
    color: #616161;
    font-weight: 400;
    font-family: "Red Hat Display";
}

.item-cont .content b {
    font-size: 19px;
    color: #050505;
    display: block;
}

.item-cont a {
    color: #616161;
}

.item-cont a:hover {
    color: #c89d4e;
}

.form-box {
    padding: 50px 40px;
    background-color: #f6f6f6;
    border-radius: 25px;
}

.form-contact {}

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

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

.form-contact .form-control:focus::placeholder {
    padding-left: 5px;
    color: #1d1d1d !important;
}

.form-contact .form-control:focus {
    background-color: transparent;
    border: 0px solid #fff;
    border-bottom: 2px solid #c89d4e;
}

.form-contact .form-control {
    line-height: 20px;
    height: 50px;
    padding: 13px 15px 15px 0px;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    background-color: transparent;
    border: 0px solid #fff;
    border-bottom: 2px solid #c89d4e;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

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

.form-contact .btn-1 {
    min-width: 170px;
}

.text-cont {
    font-size: 13px;
    line-height: 1.4;
    color: #abb2b6;
    font-weight: 400;
    font-family: 'Red Hat Display';
    text-align: left;
}

.text-cont a {
    color: #abb2b6;
    font-weight: bold;
}

.map-section {
    padding: 0px 0 0;
}

.map-box {
    position: relative;
    height: 301px;
    overflow: hidden;
    border-radius: 20px;
}

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

.obl-box {
    position: relative;
}

.obl-box .item-obl {
    padding: 50px 0px;
    padding-left: 165px;
    position: relative;
    z-index: 2;
    border: 1px solid #d7d9dc;
}

.obl-box .item-obl img {
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
}

.obl-box .item-obl .title {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
    font-family: 'Red Hat Display';
    color: #373f51;
    text-transform: uppercase;
}

.obl-box .item-obl .text {
    opacity: 0.8;
    color: #1c1c1c;
}

.filter-prestation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    background-color: #f4f4f4;
}

.filter-prestation .item {
    width: 20%;
    line-height: 40px;
    text-align: center;
    color: #1c1c1c;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.filter-prestation .item:not(:last-child)::before {
    position: absolute;
    right: 2px;
    top: 10px;
    content: '';
    width: 2px;
    height: calc(100% - 20px);
    background-color: #c89d4e;
}

.filter-prestation .item.active:not(:last-child)::before,
.filter-prestation .item:hover:not(:last-child)::before {
    display: none;
}

.filter-prestation .item.active,
.filter-prestation .item:hover {
    background-color: #c89d4e;
    color: white;
}

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

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

.prestation-slide .item .img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #c89d4e;
    opacity: 0.3;
    transition: 0.3s;
    transform: scale(0);
}

.prestation-slide .item:hover .img:before {
    transform: scale(1);
}

.prestation-slide .item .title {
    position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #1c1c1c;
}

.prestation-slide .owl-nav {
    position: absolute;
    left: -30px;
    width: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prestation-slide .owl-nav .owl-next,
.prestation-slide .owl-nav .owl-prev {
    padding: 0;
    background-color: transparent;
    color: #1c1c1c;
    font-size: 32px !important;
    border: none;
    display: block !important;
}

.prestation-slide .item:hover .title {
    color: #c89d4e;
}

.hide {
    display: none;
}

.disabled {
    display: none;
}

.eng-section {
    padding: 75px 0 45px;
}

.item-eng {
    padding: 20px 10px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 136px;
    gap: 35px;
    border-radius: 10px;
    background-color: white;
    justify-content: flex-start;
}

.item-eng .icon {
    width: 124px;
    display: flex;
    height: 68px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #cccccc;
}

.item-eng .desc {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 22px;
}

.item-eng .desc b {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.item-actualite {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    background-color: #FFF;
}

.item-actualite .img {
    height: 100%;
    min-height: 275px;
    width: 229px;
    flex: 0 0 229px;
}

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

.item-actualite .content {
    border-top: 0;
    flex: 1;
    padding: 35px 23px;
}

.item-actualite .content .title {
    font-size: 24px;
    line-height: 28px;
    color: #262626;
    font-weight: bold;
    font-family: "Red Hat Display";
    height: 56px;
    margin-bottom: 20px;
    overflow: hidden;
}

.item-actualite .content .desc {
    font-size: 16px;
    line-height: 30px;
    color: #505050;
    font-weight: 400;
    font-family: 'Red Hat Display';
    text-align: justify;
    height: 90px;
    margin-bottom: 26px;
    overflow: hidden;
}

.item-actualite .content .link {
    font-size: 14px;
    line-height: 20px;
    color: #2cbd68;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    font-family: "Red Hat Display";
}

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

.tem-slide .item {
    padding: 38px 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: white;
}

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

.tem-slide .nom {
    color: #242424;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Red Hat Display', sans-serif;
}

.tem-slide .date {
    color: rgb(153, 153, 153);
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    font-family: 'Red Hat Display', sans-serif;
}

.tem-slide .text-1 {
    color: #5F5f5f;
    font-weight: 400;
    font-size: 15px;
    height: 88px;
    overflow: hidden;
    line-height: 22px;
    font-family: 'Red Hat Display', sans-serif;
}

.tem-slide .link {
    color: #c89d4e;
    transition: all 0.5s;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.tem-slide .item .star-tem i {
    display: inline-block;
    margin: 0 2px;
    font-size: 22px;
    color: #ffc931;
}

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

.tem-slide .link i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

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

.pre-slide .item-act .title {
    height: 70px;
}

.footer {
    background: #1d1d1d;
}

.footer-two {
    padding: 50px 0;
    background-color: #f3f3f3;
    transform: skew(0, 3deg);
}

.footer-two .container {
    transform: none;
}

.presta-section {
    padding: 30px 0 105px;
    background: url(../images/horus/deco.png) 40px calc(100% - 40px) / auto no-repeat;
}

.presta-slide {}

.presta-slide .item {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
    display: block;
}

.presta-slide .item .img {
    height: 450px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
}

.presta-slide .item .img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.8;
    z-index: 1;
    transition: 0.5s linear;
    background: #c89d4e;
}

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

.presta-slide .item .img::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    content: "";
    opacity: 0.8;
    z-index: 1;
    transition: 0.5s linear;
    opacity: 0.8;
    background: linear-gradient(to top, #1d1d1d, transparent);
}

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

.presta-slide .item .img img {
    object-fit: cover;
    width: 100%;
    transition: 0.5s ease-in-out;
    height: 100%;
    transform: scale(1);
}

.presta-slide .item:hover .img img {
    transform: scale(1.1) rotate(-2deg);
}

.presta-slide .item .content {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 45px 20px 45px 49px;
    z-index: 2;
    transition: 0.5s linear;
    bottom: 35px;
}

.presta-slide .item:hover .content {
    padding-bottom: 75px;
}

.presta-slide .item .content .title {
    font-size: 27px;
    color: #f0f2f1;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Ysabeau Infant";
}

.presta-slide .item .content .link {
    font-size: 16px;
    text-transform: uppercase;
    color: #f0f2f1;
    font-weight: 700;
    font-family: "Orbitron";
}

.presta-slide .item .icon {
    width: 70px;
    height: 70px;
    background-color: #1d1d1d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(100% - 70px - 30px);
    bottom: 0px;
    transition: 0.5s linear;
}

.presta-slide .item:hover .icon {
    left: 30px;
}

.presta-slide .item .icon img {
    max-width: 46px;
    max-height: 36px;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.presta-slide .item .content .btn-1 {
    min-width: 50px;
    padding: 10px;
}

.presta-slide.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.presta-slide.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: #a4acb0;
}

.presta-slide.owl-carousel .owl-dots .owl-dot.active,
.presta-slide.owl-carousel .owl-dots .owl-dot:hover {
    background-color: #c89d4e;
    width: 15px;
    height: 15px;
}

.nav-presta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-presta .nav-item {
    width: 66px;
    height: 66px;
    border: 2px solid #c89d4e;
    color: #c89d4e;
    border-radius: 50%;
    font-size: 33px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-presta .nav-item:hover {
    background-color: #c89d4e;
    color: white;
}

.deco-bot {
    position: relative;
}

.deco-bot::before {
    position: absolute;
    height: 75%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #f3f3f3;
}

.deco-bot::after {
    position: absolute;
    height: 35%;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: skew(0, -3deg);
    content: '';
    background-color: #f3f3f3;
}

.conf-sect {
    padding: 75px 0;
    background-color: #ebe1d0;
    border-radius: 120px 0% 0% 0% / 100px 0% 0% 0%;
}

.item-conf {
    position: relative;
    padding: 17px 0;
    padding-left: 142px;
}

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

.item-conf.right-img {
    text-align: right;
    padding-left: 0;
    padding-right: 142px;
}

.item-conf.right-img img {
    left: unset;
    right: 0;
}

.item-conf .title {
    font-size: 25px;
    font-family: "Red Hat Display";
    font-weight: 600;
    margin-bottom: 10px;
    color: #1c1c1c;
}

.item-conf .desc {
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
}

.contact-section {
    position: relative;
    z-index: 2;
    padding: 75px 0 30px;
    background: url(../images/cc/back-1.png) center/cover no-repeat;
}

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

.item-contact .title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #1d1d1d;
    font-weight: 900;
    font-family: "Ysabeau Infant";
}

.item-contact .desc {
    font-size: 30px;
    color: #c89d4e;
    font-weight: 400;
    line-height: 1.1;
    font-family: "Red Hat Display";
}

.item-contact .desc a {
    color: #c89d4e;
    font-size: 36px;
}

.item-contact .desc a:hover {
    color: #1d1d1D;
}

.title-ass {
    position: relative;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Red Hat Display';
    color: #000;
    margin-bottom: 15px;
    line-height: 24px;
}

.paie-horaire-section {
    position: relative;
    z-index: 2;
}

.paie-horaire-section::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    content: '';
    z-index: -1;
    background-color: #f6f6f6;
}

.section-valeur {
    position: relative;
    z-index: 1;
    padding: 65px 0;
    background-color: #f2f2f2;
}

.section-valeur::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    content: "";
    z-index: -1;
}

.item-valeur {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
}

.item-valeur .title {
    font-size: 24px;
    text-transform: uppercase;
    color: #1d1d1d;
    font-weight: 800;
    font-family: "Ysabeau Infant";
    position: relative;
    line-height: 1;
    margin-bottom: 10px;
}

.item-valeur .desc {
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    font-weight: 400;
    font-family: "Red Hat Display";
}

.list-coord {
    gap: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.item-coord {
    padding: 0px 0;
    line-height: 20px;
    padding-left: 35px;
    position: relative;
    font-weight: 400;
    color: #e5e5e5;
    font-size: 14px;
}

.item-coord a {
    color: #e5e5e5;
}

.item-coord a:hover {
    color: #c89d4e;
}

.item-coord b {
    font-weight: 600;
    font-size: 20px;
}

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

.tem-box {
    max-width: 927px;
    margin: 0 auto;
}

.list-diag {
    gap: 19px;
    display: flex;
    margin: 0 auto;
    max-width: 855px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.list-diag .item {
    width: 155px;
    height: 155px;
    display: flex;
    transition: 0.3s;
    border-radius: 7px;
    position: relative;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    border: 1px solid #e3e3e3;
}

.list-diag .item:hover {
    background-color: #ebebeb;
    border: 5px solid #4aad41;
}

.list-diag .item .icon {
    width: 100px;
    height: 55px;
    display: flex;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
}

.list-diag .item .title {
    height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #6d6d6d;
    line-height: 20px;
}

.item-avis {
    position: relative;
    text-align: center;
}

.item-avis .content {
    padding: 30px 40px;
    border-radius: 10px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
    background-color: white;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.item-avis .content::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top: 20px solid white;
}

.item-avis .content .star {
    gap: 10px;
    padding: 0 35px;
    height: 48px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #0e71b8;
    border-radius: 7px;
    margin-bottom: 25px;
    color: #ededed;
    font-size: 20px;
}

.item-avis .content .desc {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
}

.item-avis .title {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: bold;
    line-height: 22px;
}

.item-ass {
    padding: 10px 15px;
    text-align: center;
    background-color: white;
}

.ref-list {
    display: flex;
    gap: 25px;
    padding-top: 20px;
    align-items: center;
}

.ref-list img {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

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

.list-valeurs .item .desc {
    font-size: 16px;
    color: #2c2a2a;
    line-height: 22px;
}

.list-valeurs .item .desc b {
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.list-valeurs .separator {
    width: 1px;
    height: 148px;
    opacity: 0.2;
    background-color: #2c2a2a;
}

.diag-section {
    padding: 65px 0;
}

.item-diag {
    z-index: 1;
    height: 268px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    gap: 20px;
    padding: 50px 20px 30px;
}

.item-diag .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.3s;
    transform: scale(0);
    height: 100%;
    background-color: #c89d4e;
    z-index: -1;
}

.item-diag:hover .img,
.item-diag.active .img {
    transform: scale(1);
}

.item-diag .img img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    object-fit: cover;
}

.item-diag .icon {
    flex: 0 0 77px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-diag .icon img {
    transition: 0s;
}

.item-diag.active .icon img,
.item-diag:hover .icon img {
    filter: contrast(0) brightness(100);
}

.item-diag:hover .content,
.item-diag.active .content {
    color: white;
}

.item-diag .content {
    padding-top: 10px;
    color: #2c2a2a;
}

.item-diag .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 15px;
}

.item-diag .desc br {
    display: none;
}

.item-diag .desc {
    font-size: 14px;
    margin-bottom: 23px;
    max-height: 60px;
    overflow: hidden;
}

.item-diag .link {
    gap: 15px;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    align-items: center;
    justify-content: flex-start;
}

.list-avt {
    column-count: 2;
    padding-left: 0;
    margin-left: 0;
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.list-avt li {
    list-style: none;
    padding-left: 38px;
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    font-family: 'Red Hat Display';
    line-height: 27px;
    margin-bottom: 10px;
    background: url(../images/dtech/check.svg) left center / 27px 25px no-repeat;
}


/***
=====================================================
Custom Cursor
=====================================================
***/

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--ontech-base, #c89d4e);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #c89d4e;
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: #c89d4e;
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}

.diag-slide {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.diag-slide .item {
    display: block;
    padding: 20px 0 0;
    transition: 0.3s;
}

.diag-slide .item:hover {
    padding-top: 0;
    padding-bottom: 20px;
}

.diag-slide .item .img {
    height: 147px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 5px 5px 0 0;
    z-index: 1;
}

.diag-slide .item .img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 1s;
    content: "";
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
    transition-delay: 0.3s;
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    visibility: hidden;
    transform-origin: center;
}

.diag-slide .item:hover .img::before {
    visibility: visible;
    transition-delay: 0s;
    transform: perspective(400px) rotateX(0deg) scaleY(1);
}

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

.diag-slide .item .content {
    padding: 57px 25px 25px;
    background-color: white;
    position: relative;
    z-index: 2;
}

.diag-slide .item .content .icon {
    position: absolute;
    left: 50%;
    top: -40px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-radius: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
    background-color: white;
}

.diag-slide .item .content .icon img {
    max-height: 50px;
    max-width: 60px;
    transition: 1s;
    transform: scale(1);
    object-fit: contain;
}

.diag-slide .item:hover .content .icon img {
    transform: scale(0.9);
}

.diag-slide .item .content .title {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    font-family: "Red Hat Display";
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px;
}

.diag-slide .item .content .desc {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Red Hat Display';
    text-align: left;
    height: 80px;
    text-align: justify;
    overflow: hidden;
}

.temoins-section {
    padding: 75px 0 75px;
    background: #0c452c;
    background: linear-gradient(to right, #0c452c, #207750);
}

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

.contact-box {
    padding: 40px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0c452c;
    border-radius: 10px;
    flex-wrap: wrap;
    background: linear-gradient(to right, #0c452c, #166c46);
    gap: 30px 10px;
}

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

.contact-box .item .content {
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Red Hat Display";
    line-height: 1.2;
}

.contact-box .item .content b {
    font-size: 23px;
}

.contact-box .item .content a {
    color: #fff;
}

.bloc-tel {
    padding: 15px 50px;
    max-width: 835px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.bloc-tel .content {
    padding: 10px 0 10px 30px;
    border-left: 1px solid #bbbbbb;
    font-size: 13px;
    color: #1d1d1d;
    font-weight: 400;
    font-family: 'Red Hat Display';
    line-height: 17px;
}

.bloc-tel .content a {
    color: #1d1d1d;
}

.bloc-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.paiement-section {
    padding: 150px 0 0;
}

.paiement-box {
    padding: 35px 30px 35px 240px;
    position: relative;
    background: #a4acb0;
    max-width: 571px;
    margin: 0 auto;
    z-index: 1;
    border-radius: 12px;
}

.paiement-box::before {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 204px;
    height: 210px;
    content: "";
    z-index: 1;
    background: url(../images/horus/pouce.png) right top / auto no-repeat;
}

.paiement-box .title {
    font-size: 21px;
    line-height: 31px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 800;
    font-family: "Ysabeau Infant";
}

.paiement-box .title span {
    text-decoration: underline;
    text-transform: uppercase;
    color: #1d1d1d;
}

.paiement-box .btn-1 {
    background-color: #1d1d1d;
}

.paiement-box .btn-1::before {
    background-color: #c89d4e;
}

.coord-list {
    display: flex;
    padding: 14px 60px;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 65px;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #c89d4e;
}

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

.coord-list .item .icon {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.coord-list .item .title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Red Hat Display";
}

.coord-list .item .desc {
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Red Hat Display";
}

.coord-list .item a {
    color: white;
}

.home-page-section {
    padding: 75px 0 483px;
    position: relative;
    z-index: 1;
}

.home-page-section::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 608px;
    content: "";
    z-index: 0;
    background: url(../images/horus/back-intro.jpg) center top /cover no-repeat;
}

.home-page-box {
    position: relative;
    z-index: 1;
    background: url(../images/horus/deco.png) calc(100% - 50px) 35px / auto no-repeat;
}

.intern-page-box {
    position: relative;
    z-index: 1;
    padding: 90px 0 45px;
    background: url(../images/horus/deco.png) calc(100% - 50px) 0 / auto no-repeat;
}