/**
  * 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 #ed2024;
    -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: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #484848;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", 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: 21px;
    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;
}

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

.top-contact .btn-head {
    display: inline-flex;
    border: 1px solid #ed2024;
    border-radius: 22px;
    color: #ed2024;
    line-height: 22px;
    padding: 5px 10px;
    min-width: 160px;
    height: 44px;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.top-contact .btn-head img {
    transition: 0s;
}

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

.top-contact .btn-head:hover {
    background-color: #ed2024;
    color: white;
}

.top-contact .item-head {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 190px;
    justify-content: flex-start;
}

.top-contact .item-head .desc {
    font-size: 16px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 400;
    line-height: 1.1;
    font-family: "Lato";
    text-align: left;
}

.top-contact .item-head .desc a {
    font-size: 23px;
    font-weight: bold;
    display: block;
}

.top-contact .btn-1 {
    min-width: 150px;
}


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


/** SiteBrand(logo) **/

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

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

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

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

.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: translateY(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: 400;
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'Lato';
    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: 10px 20px;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    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: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 30px 0 30px;
    border-top: 2px solid #ed2024;
    color: #fff;
    font-family: 'Lato';
    text-align: center;
}

.copyright a {
    color: #fff;
}

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


/* ===============================================
    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: 3px;
    background-color: #ed2024;
}

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

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

.home-slide .item-slide .bg-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(0px);
    opacity: 1;
    transform-origin: center bottom;
    transition: 0.5s;
}

.home-slide .owl-item.active .item-slide .bg-slide img {
    transform: translateY(0);
    opacity: 1;
}

.home-slide .item-slide .title {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    transition: 0.3s;
    position: relative;
    font-family: 'Lato';
    z-index: 2;
    margin-bottom: 40px;
}

.home-slide .item-slide .desc {
    font-size: 20px;
    color: #ed2024;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    font-family: "Lato";
}

.home-slide .item-slide .desc a {
    color: white;
}

.home-slide .item-slide .desc a:hover {
    color: #ed2024;
}

.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 .desc {
    transform: translateX(-200px);
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 2;
    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) translateX(0);
}

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

.home-slide .owl-nav .owl-next,
.home-slide .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    border-radius: 5px;
    height: 43px;
    font-size: 24px;
    padding: 0;
    border: 0px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

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

.home-slide .owl-dots {
    display: flex;
    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 0 30px 50px;
    z-index: 1;
    padding: 85px 57px 0 0;
}

.img-intern {
    position: relative;
    margin: 0 0 30px 30px;
    z-index: 1;
    padding: 0px 0px 0 24px;
}

@media (max-width:900px) {
    .img-intern {
        margin: 0;
    }
}

.img-intern .img-1 img:not(.icon) {
    border-radius: 5px;
}

.img-intern .img-1 .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.img-box .img-2 img:not(.icon),
.img-box .img-1 img {
    border-radius: 5px;
}

.img-box .img-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.img-box .img-2 .icon {
    position: absolute;
    left: -19px;
    top: 50px;
    z-index: 2;
}

.sect-title .sub-title {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ed2024;
    font-weight: 900;
    font-family: "Lato";
    line-height: 18px;
    position: relative;
    margin-bottom: 10px;
}

.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: 'Lato';
    font-size: 50px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 0;
    position: relative;
    text-transform: none;
    color: #1c1c1c;
}

.sect-title h1 span,
.sect-title .h1 span {
    position: relative;
    display: inline-block;
}

.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: 'Lato', 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: 'Lato', 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: #ed2024;
    font-size: 15px;
}

.item-tem:hover .icon {
    background-color: #ed2024;
    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: "Lato", sans-serif;
}

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

.diagAdvisor .btn-avis {
    position: relative;
    background-color: #f5f5f5 !important;
    color: #989898 !important;
    border-color: #989898 !important;
    font-family: 'Lato', 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: 'Lato', 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: 350px;
    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: "Lato";
    font-size: 50px;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: bold;
}

.ban .desc {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #1c1c1c;
    font-family: "Lato";
    text-align: center;
}

.ban .desc a {
    color: #fff;
}

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

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

.bloc-text,
.bloc-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    color: #616161;
    line-height: 22px;
}

.home-page-section .bloc-text,
.home-page-section .bloc-text h2,
.home-page-section .bloc-text a,
.home-page-section .bloc-text p {
    color: white;
}

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

.bloc-text {
    color: #505050;
}

.bloc-text h2 {
    font-size: 26px;
    margin: 10px 0 20px;
    line-height: 1.2;
    color: #1c1c1c;
    font-family: 'Lato';
    font-weight: 900;
}

.bloc-text a {
    font-size: inherit;
    color: #1c1c1c;
    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:first-of-type img:first-of-type,
.bloc-text h2:first-of-type img:first-of-type {
    display: none;
}

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

.title-foot {
    font-size: 30px;
    line-height: 33px;
    color: #ed2024;
    font-weight: 700;
    font-family: "Jost";
    position: relative;
    margin-bottom: 25px;
}

.link-service {
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Jost";
    text-align: left;
}

.link-service a {
    display: block;
    color: #fff;
}

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

.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: #ed2024;
    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 {
    margin: 0 -10px;
}

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

.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: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #ed2024;
    text-align: justify;
    font-family: 'Lato';
}

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

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

.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: 17px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lato";
    text-align: left;
}

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

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

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

.btn-1 {
    padding: 5px 20px;
    line-height: 23px;
    border: 0px solid #ed2024;
    background-color: #ed2024;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 400;
    position: relative;
    font-family: 'Lato';
    text-align: center;
    font-size: 17px;
    min-height: 43px;
    border-radius: 5px;
}

.head-top .btn-1 {
    padding: 12px 15px;
    line-height: 23px;
}

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

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

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

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

.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: 'Lato';
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

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

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

.btn-4 {
    padding: 0px 25px;
    line-height: 45px;
    height: 45px;
    border: 0px solid #fff;
    background-color: #fff;
    color: #ed2024;
    display: inline-block;
    font-weight: 500;
    position: relative;
    font-family: 'Lato';
    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: #ed2024;
    border-color: #ed2024;
}

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

.paiement-section {
    position: relative;
    z-index: 2;
    background: url(../images/ab/back-1.jpg) center top / auto repeat;
    padding: 75px 0 75px;
}

.paie-item-box {
    padding: 45px 50px;
    background-color: #ed2024;
    border-radius: 20px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.paie-item-box .deco {
    position: absolute;
    right: -12px;
    bottom: -13px;
}

.paie-item-box .deco.deco-2 {
    position: absolute;
    right: -22px;
    bottom: -23px;
}

.paie-item-box .sect-title .h1 {
    font-size: 40px;
}

.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: "Lato";
    position: relative;
    z-index: 2;
}

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


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

.Lato {
    font-family: 'Lato';
}

.avt-section {
    position: relative;
    z-index: 1;
    padding: 75px 0 75px;
    background: url(../images/ab/back-2.jpeg) center bottom /cover no-repeat;
}

.avt-box {
    max-width: 700px;
}

.item-avt {}

.item-avt:hover:before {
    bottom: -10px;
    height: 9px;
}

.item-avt .title-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 9px;
    gap: 20px;
}

.item-avt .icon {
    height: 62px;
}

.item-avt .title {
    font-size: 21px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    line-height: 26px;
}

.item-avt .desc {
    font-size: 18px;
    color: #8f8e8e;
    line-height: 22px;
}

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

.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 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }
    .col-xl-form {
        -ms-flex: 0 0 185px;
        flex: 0 0 185px;
        max-width: 185px;
    }
    .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 325px;
        flex: 0 0 325px;
        max-width: 325px;
    }
    .col-xl-foot-2 {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }
    .col-xl-foot-3 {
        -ms-flex: 0 0 310px;
        flex: 0 0 310px;
        max-width: 310px;
    }
    .col-xl-cont-1 {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px;
    }
    .col-xl-cont-2 {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
    .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;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    min-height: 110px;
}

.item-foot .desc {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Lato";
}

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

.item-foot.center-foot {
    border-left: 2px solid #ed2024;
    border-right: 2px solid #ed2024;
}

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

.text-news-1 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: "Lato";
    line-height: 1.4;
    text-align: left;
}

.text-news {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lato";
    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: "Lato";
}

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

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

.form-newsletter .form-control {
    line-height: 20px;
    padding: 14px 15px;
    background-color: white;
    border: 0px solid #fff !important;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 400;
    text-align: left;
    font-family: "Lato";
}

.form-newsletter .btn-1 {
    padding: 14px 10px;
    width: 100%;
    text-align: center;
}

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

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

.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: #ed2024;
    color: white;
}

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

.form-contact {
    padding: 45px 100px;
    background: rgba(28, 28, 28, 0.8);
}

.form-contact .form-control::placeholder {
    color: #7e7e7e;
}

.form-contact .form-control:focus::placeholder {
    padding-left: 10px;
}

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

.form-contact .form-control:focus {
    background-color: #fff;
    border: 1px solid #ed2024;
}

.form-contact .form-control {
    line-height: 20px;
    height: 60px;
    padding: 19px 15px 19px 25px;
    font-family: "Lato";
    outline: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 400;
    color: #1c1c1c;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

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

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

.text-cont {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    font-family: "Lato";
    text-align: left;
}

.text-cont-1 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 21px;
    font-family: "Lato";
    text-align: left;
}

.text-cont-1 a {
    color: #fff;
    font-weight: 900;
}

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

.map-box {
    position: relative;
    height: 390px;
}

.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: 'Lato';
    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: #ed2024;
}

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

.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: "Lato";
    height: 56px;
    margin-bottom: 20px;
    overflow: hidden;
}

.item-actualite .content .desc {
    font-size: 16px;
    line-height: 30px;
    color: #505050;
    font-weight: 400;
    font-family: "Lato";
    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: "Lato";
}

.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: 'Lato', sans-serif;
}

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

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

.tem-slide .link {
    color: #18724a;
    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: #ed2024;
}

.footer {
    background: #1c1c1c;
    background: url(../images/apte/back-2.jpg) center top /cover no-repeat;
}

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

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

.presta-slide {
    margin-bottom: 50px;
}

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

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

.presta-slide .item .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    bottom: 10px;
    height: 70px;
    padding: 10px 20px;
    width: 100%;
    max-width: calc(100% - 55px);
    justify-content: flex-start;
    background-color: white;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.35));
}

.presta-slide .item .content img {
    width: auto;
    object-fit: contain;
    transition: 0s;
}

.presta-slide .item:hover .content {
    background-color: #ed2024;
}

.presta-slide .item:hover .content .title {
    color: white;
}

.presta-slide .item:hover .content img {
    filter: contrast(0) brightness(10);
}

.presta-slide .item .title {
    font-size: 17px;
    line-height: 25px;
    color: #414042;
    font-weight: 600;
    font-family: "Lato";
}

.presta-slide.owl-carousel .owl-dots {}

.presta-slide.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: 0;
    width: 25px;
    height: 4px;
    margin: 0 4px;
    background-color: #c3c3c3;
}

.presta-slide.owl-carousel .owl-dots .owl-dot.active,
.presta-slide.owl-carousel .owl-dots .owl-dot:hover {
    background-color: #ed2024;
}

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

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

.nav-presta .nav-item:hover {
    background-color: #ed2024;
    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: "Lato";
    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: 80px 0;
    background: url(../images/apte/back-3.jpg) center/cover no-repeat;
}

.title-ass {
    position: relative;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Lato';
    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 {
    position: relative;
    padding: 40px 30px 70px 50px;
    background: left bottom / auto no-repeat, white;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.35));
}

.item-valeur:hover {
    background-color: #ed2024;
}

.item-valeur .icon {
    height: 73px;
    margin-bottom: 15px;
}

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

.item-valeur:hover .icon img {
    filter: contrast(0) brightness(10);
}

.item-valeur .title {
    font-size: 30px;
    line-height: 35px;
    color: #414042;
    font-weight: 600;
    font-family: "Lato";
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.item-valeur .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 4px;
    content: "";
    background-color: #ed2024;
}

.item-valeur:hover .title::before {
    background-color: white;
}

.item-valeur .desc {
    font-size: 16px;
    line-height: 30px;
    color: #1c1c1c;
    font-weight: 400;
    font-family: "Lato";
}

.item-valeur:hover .desc {
    color: white;
}

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

.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-section {
    padding: 50px 0;
    background-color: #f6f4f1;
}

.ref-slide.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

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

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

.ref-slide.owl-carousel .owl-nav .owl-next,
.ref-slide.owl-carousel .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-size: 20px;
    height: 40px;
    padding: 0;
    background-color: white;
    border: none;
    color: #1c1c1c;
}

.ref-slide.owl-carousel .owl-nav .owl-next:hover,
.ref-slide.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #1c1c1c;
    color: white;
}

.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;
    background-color: #f6f4f1;
}

.diag-slide {}

.diag-slide .item {
    display: block;
    text-align: center;
    padding: 0px 0 0;
}

.diag-slide .item .icon {
    height: 143px;
    width: 143px;
    display: inline-flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    background-color: #ed2024;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

.diag-slide .item:hover .icon {
    background-color: #1c1c1c;
}

.diag-slide .item:hover .icon img {
    transform: scale(1.05) rotate(1deg);
}

.diag-slide .item .icon img {
    width: 100%;
    max-width: 100px;
    max-height: 98px;
    transition: 0.3s;
    transform: scale(1) rotate(0deg);
    object-fit: contain;
    object-position: center;
}

.diag-slide .item .title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.diag-slide.owl-carousel .owl-nav {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 45px 0 0;
}

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

.diag-slide.owl-carousel .owl-nav .owl-prev:hover,
.diag-slide.owl-carousel .owl-nav .owl-next:hover {
    background-color: #fff;
    color: #ed2024;
}

.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: "Lato";
    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: #1c1c1c;
    font-weight: 400;
    font-family: "Lato";
    line-height: 17px;
}

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

.coord-home {
    text-align: center;
    padding: 27px 0;
    background-color: #f6f4f1;
}

.coordonnees-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 30px;
}

.coordonnees-box>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 1.4;
    font-size: 22px;
    font-family: "Jost";
}

.coordonnees-box>div a {
    color: #1c1c1c;
}

.coordonnees-box>div span,
.coordonnees-box>div a:hover {
    color: #ed2024;
}

.home-page-section {
    padding: 75px 0 60px;
    background-color: #ed2024;
}

.item-act {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.item-act .img {
    height: 237px;
    width: 100%;
}

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

.item-act .content {
    padding: 20px 40px;
    background-color: white;
}

.item-act .content .sect-title {
    margin-bottom: 20px;
}

.item-act .content .sect-title .h1 {
    font-size: 25px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.item-act .content .link {
    font-size: 26px;
    line-height: 48px;
    color: #8f8e8e;
    font-family: "Lato";
}

.item-act:hover .content .link {
    color: #ed2024;
}

.actu-section {
    padding: 75px 0;
    background-color: #1c1c1c;
}

.footer-coord {
    border-bottom: 2px solid #ed2024;
}

.intern-section {
    background: url(../images/ab/deco-2.png) calc(100% - ((100% - 1200px) / 2) - 250px) bottom / auto no-repeat;
}

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

.item-cont .title {
    font-size: 30px;
    color: #1c1c1c;
    font-weight: 900;
    font-family: "Lato";
    line-height: 1;
    margin-bottom: 5px;
}

.item-cont .desc {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Lato";
}

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

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

.phone-box {
    padding: 30px 0;
    background-color: #1c1c1c;
    text-align: center;
}

.phone-box .title {
    font-size: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lato";
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}

.phone-box .title b {
    font-weight: 900;
}

.phone-box .form--phone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.phone-box .form--phone .desc {
    font-size: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Lato";
    text-align: center;
    line-height: 1.2;
}

.phone-box .form--phone .form-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
}

.phone-box .form--phone .form-phone input {
    padding: 10px 15px;
    min-width: 222px;
    line-height: 25px;
    height: 45px;
    border: none;
    font-size: 16px;
    background-color: white;
    border-radius: 5px 0 0 5px;
    color: #1c1c1c;
}

.phone-box .form--phone .form-phone .btn-1 {
    padding: 10px 15px;
    min-width: 222px;
    line-height: 25px;
    height: 45px;
    min-width: 114px;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
}

.video-section {
    padding: 65px 0;
    background: url(../images/apte/back-1.jpg) center/cover no-repeat;
}

.video-link-box {
    padding: 80px 0;
    text-align: center;
}

.video-link-box a {
    display: inline-flex;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background-color: white;
    font-size: 50px;
    justify-content: center;
    align-items: center;
    color: #ed2024;
    transition: 0.3s;
    animation: ripple 1s linear infinite;
}

.video-link-box a:hover {
    animation: ripple2 1s linear infinite;
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 32, 35, 0.2), 0 0 0 10px rgba(237, 32, 35, 0.2), 0 0 0 30px rgba(237, 32, 35, 0.2), 0 0 0 60px rgba(237, 32, 35, 0.2);
        box-shadow: 0 0 0 0 rgba(237, 32, 35, 0.2), 0 0 0 10px rgba(237, 32, 35, 0.2), 0 0 0 30px rgba(237, 32, 35, 0.2), 0 0 0 60px rgba(237, 32, 35, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(237, 32, 35, 0.2), 0 0 0 30px rgba(237, 32, 35, 0.2), 0 0 0 60px rgba(237, 32, 35, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(237, 32, 35, 0.2), 0 0 0 30px rgba(237, 32, 35, 0.2), 0 0 0 60px rgba(237, 32, 35, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    }
}

.map-france-box {
    position: relative;
}

.map-france-box .title-region {
    position: fixed;
    height: 40px;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid white;
    top: 50%;
    background-color: #ed2024;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: white;
    visibility: hidden;
    left: 50%;
    margin: -50px 0 0 -50px;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    line-height: 40px;
    -webkit-box-orient: vertical;
    transition: 0.3s;
    backface-visibility: hidden;
}

.map-france-box .title-region.active {
    visibility: visible;
    opacity: 1;
}

.video-player-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    z-index: 9000;
    display: none;
}

.video-player-box.active {
    display: flex;
}

.video-player-box .close-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 50px 20px 0;
    height: 100%;
    z-index: 0;
    cursor: pointer;
    background-color: #1c1c1C;
    opacity: 0.8;
}

.video-player-box .video-box {
    position: relative;
    z-index: 2;
    width: 900px;
    height: 500px;
    max-width: 100%;
}

.video-player-box .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.video-player-box .video-box .close-btn {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 50px;
    height: 50px;
    background-color: #ed2024;
    color: white;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    cursor: pointer;
}

.video-player-box .video-box .close-btn:hover {
    background-color: #1c1c1c;
}

.coord-contact {
    padding: 40px 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px 20px;
    flex-wrap: wrap;
    background-color: #1c1c1c;
}

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

.coord-contact .item img {
    position: relative;
    top: 4px;
}

.coord-contact .item .desc {
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Lato";
}

.coord-contact .item .desc b {
    font-size: 30px;
    font-weight: 900;
    display: block;
}

.coord-contact .item .desc a {
    color: white;
}

.coord-contact .item .desc a:hover {
    color: #ed2024;
}
.bloc-text h2 a, .bloc-text p a, .bloc-text ul li a { font-size: inherit; color: inherit; font-weight: inherit; } 
.bloc-text ul li, .bloc-text ul li { list-style: disc; } 
.bloc-text ul { margin-left: 30px } 
.bloc-text h2:first-of-type img,
.bloc-text p:first-of-type img {
     display: none;
 }
@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}
.btn-style-three.actu-b { padding: 5px 20px 5px !important }
#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #ed2024;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #ed2024;
}
#boutique a {
    background-size: cover;background-position: center;
}
.bloc-about {
    padding: 75px 0 50px;
}
input.list-diff {
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
.handle:after {
    background-color: #ed2024 !important;
}
.handle {
    transition: 0s;
}
.galerie .item-gal {
    padding:0;
    margin: 0px;   
    background-color: #fff;background-size: cover;background-position: center;
    border: 2px solid #dee2e6;
    border-radius: .25rem;
    height: 200px;position: relative;width: 100%;
}
.galerie .item-gal:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    padding: 20px;
}
@media (max-width: 991px) {
    .actu-detail img {
        float: none !important;margin: 20px auto !important;display: block !important;
    }
}
@media (max-width: 480px) {
    #projet-detail .col-lg-12, #projet-detail .container {
        padding: 0 15px !important;
    }
}
.galerie .btn-1 {
    background-color: #ed202480;
}

.tarteaucitronSelfLink {
    display: none !important;
}
