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

@import url('bosque/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Palanquin:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url("https://cdn.arobiz.pro/bootstrap@4.3/css/bootstrap.min.css");
@import url("https://cdn.arobiz.pro/fontawesome@4/css/font-awesome.min.css");
@import url("animate.css");
@import url("default.css");
@import url("owl.carousel.css");
@import url("formulaire/style.css");

/**

  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: #161616;
    text-decoration: none;
}

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

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

strong {
    font-weight: 700;
}

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

img {
    max-width: 100%;
}

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

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

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

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

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #292929;
    padding: 10px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 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:-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: "Montserrat", 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: "Montserrat", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #161616;
}

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

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

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

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

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

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


/** Transition **/

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

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


/** Extra-outer **/

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

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


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


/** SiteBrand(logo) **/

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

.site-branding .home-link {
    padding: 7px 0px;
    text-align: center;
    position: relative;
}

.site-header-menu {
    position: relative;
}

.site-branding .home-link img {
    position: relative;
    z-index: 2;
}

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

.top-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
}

.top-contact .social-head {
    position: relative;
    min-width: 275px;
    background: url(../images/up/fl-1.png) right bottom / auto no-repeat #34848f;
}

.top-contact .space {
    width: 225px;
}

.top-contact .space a:hover {
    color: #34848f;
}

.fixed-header .site-branding .home-link .default,
.site-branding .home-link .stick {
    display: none;
}

.site-branding .home-link .default,
.fixed-header .site-branding .home-link .stick {
    display: inline-block;
}


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
    width: calc(100% - 790px);
}

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

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

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

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

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

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

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

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

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

#site-header-menu #site-navigation .menu>ul>li>a {
    font-weight: 800;
    color: #47484a;
    font-size: 15px;
    font-family: 'Montserrat';
    line-height: 20px;
    text-transform: uppercase;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

.footer {
    position: relative;
    z-index: 3;
    background-color: #123843;
}


/** Footer-nav-menu **/

.copyright {
    font-size: 13px;
    padding: 25px 0 20px;
    border-top: 1px solid #899ca1;
    font-weight: 400;
    color: white;
    font-family: 'Montserrat';
}

.copyright a {
    color: white;
}

.copyright a:hover {
    color: #34848f;
}


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

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    background-color: #34848f;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    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;
}

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


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

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

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

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

.home-slide .item-slide .title {
    color: #fff;
    line-height: 1;
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.home-slide .item-slide .slide-box {
    width: 990px;
    margin-left: 335px;
}

.home-slide .item-slide .text {
    z-index: 2;
    color: #fff;
    line-height: 1;
    font-size: 28px;
    font-weight: 800;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

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

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

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

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

.home-slide.owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    left: 0px;
    top: 50%;
    z-index: 5;
    width: 100%;
    height: 0;
    align-items: center;
    transform: translateY(-50%);
    justify-content: space-between;
}

.home-slide.owl-carousel .owl-nav .owl-prev,
.home-slide.owl-carousel .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #3984c0;
    border-radius: 0px;
    align-items: center;
    background-color: #fff;
    width: 30px;
    height: 100px;
    margin: 0px 0;
}

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

.img-box {
    max-width: 50%;
    position: relative;
    padding: 104px 48px 80px 100px;
    margin: 0 30px 30px 0;
}

.img-box.intern-img {
    padding: 0 82px 0 0;
}

.img-box.intern-img::before {
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    width: 118px;
    height: 117px;
    content: '';
    z-index: 1;
    background: url(../images/up/fl-5.png) left bottom / auto no-repeat;
}

.img-box.intern-img .deco-img {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    right: 0;
    background: url(../images/up/dec-3.png) center / cover no-repeat;
}

.img-box .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    max-width: 275px;
    z-index: 2;
}

.img-box .img-2 {
    position: relative;
    z-index: 1;
}

.img-box .text-img {
    padding: 35px 20px;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 28px;
    z-index: 2;
    text-transform: uppercase;
    color: #123843;
    line-height: 25px;
    font-weight: bold;
    vertical-align: middle;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.img-box .text-img span {
    font-size: 70px;
    vertical-align: middle;
    line-height: 60px;
    display: inline-block;
    color: #34848f;
}

.img-box .text-img span:last-child {
    font-size: 18px;
    line-height: 18px;
    color: #123843;
}

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

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

.sect-title .sub-title {
    font-size: 16px;
    color: #34848f;
    font-weight: 800;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sect-title h1,
.sect-title .h1 {
    font-family: "Montserrat";
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    text-transform: none;
    color: #123843;
}

.sect-title.text-center .h1:before {
    left: 50%;
    transform: translateX(-50%);
}

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

img {
    max-width: 100%;
}

.ban {
    height: 405px;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ban .title-ban {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 1;
}

.ban-1 {
    background-image: url(../images/ban-1.jpg);
}

.ban-2 {
    background-image: url(../images/ban-2.jpg);
}

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

.bloc-text,
.bloc-text p {
    font-size: 16px;
    font-weight: 400;
    color: #3f3f3f;
    line-height: 1.4;
    font-family: 'Montserrat';
}

.bloc-text {
    color: #3f3f3f;
}

.bloc-text h2 {
    font-size: 22px;
    margin: 15px 0 5px;
    color: #34848f;
    font-family: 'Montserrat';
    font-weight: 700;
}

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

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

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

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

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

.paie-deco {
    background-size: cover;
    background-position: left center;
    position: absolute;
    left: 15px;
    top: 0;
    min-height: 300px;
    width: calc(100vw - ((100vw - 1140px) / 2) - 380px);
    border-radius: 15px 0 0 15px;
    height: 100%;
}

.paie-deco::before {
    position: absolute;
    left: 135px;
    top: -70px;
    width: calc(100% - 135px);
    height: calc(100% + 140px);
    background-color: #3984c0;
    opacity: 0.1;
    border-radius: 15px 0 0 15px;
    content: '';
    z-index: -1;
}

.paie-btn-box {
    padding: 50px 15px;
    position: relative;
    margin-top: 100px;
    background-color: #202020;
    border-radius: 7px;
}

.paie-btn-box::before {
    position: absolute;
    height: 100%;
    left: -10px;
    width: 20px;
    top: 0;
    z-index: 0;
    background-color: #202020;
    content: '';
}

.title-foot {
    color: #34848f;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px;
    background: url(../images/up/dec-1.png) left bottom / auto no-repeat;
    line-height: 1.2;
    margin-bottom: 25px;
}

.title-foot.title-diag {
    padding: 15px 0;
    background-color: #3984c0;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
}

.link-service {
    margin-left: 0;
    padding-left: 0;
}

.link-service a {
    margin-bottom: 10px;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat';
    position: relative;
    font-weight: bold;
    display: block;
}

.link-service li a {
    position: relative;
    color: #fff;
}

.link-service li a:hover {
    color: #3984c0;
}

.ass-sect {
    position: relative;
    z-index: 4;
}

.ass-sect::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(89px + 10px);
    content: '';
    background-color: #123843;
}

.ass-box {
    padding: 30px 0;
    background-color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.ass-box img {
    margin: 10px;
}

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

.diag-list {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #34848f;
    text-align: justify;
    font-family: 'Montserrat';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-foot {
    color: #fff;
    line-height: 20px;
    font-family: 'Montserrat';
    font-size: 14px;
    position: relative;
}

.text-foot>img {
    position: absolute;
    left: 0;
    top: 3px;
}

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

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

.btn-1 {
    color: #fff;
    font-size: 16px;
    min-width: 150px;
    transition: 0.3s;
    font-weight: 800;
    line-height: 25px;
    border-radius: 0px;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    border: 0px solid white;
    background-color: #34848f;
}

.btn-1>i {
    font-size: 16px;
}

.btn-1:hover {
    color: #34848f;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.btn-2 {
    color: #fff;
    font-size: 16px;
    min-width: 150px;
    transition: 0.3s;
    font-weight: 800;
    line-height: 25px;
    border-radius: 0px;
    text-align: center;
    padding: 15px 20px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat';
    border: 2px solid white;
    background-color: transparent;
}

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

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

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

.regle-box {
    padding: 80px 40px;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(../images/bg-1.jpg);
}

.regle-box::before {
    position: absolute;
    left: 40px;
    top: 30px;
    border: 2px dashed white;
    width: calc(100% - 80px);
    height: calc(100% - 60px);
    content: '';
}

.text-paie {
    font-size: 20px;
    color: rgba(4, 5, 5, 0.5);
    line-height: 30px;
    opacity: 1;
    font-weight: 400;
    font-family: 'Montserrat';
}

.text-paie b {
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 30px;
}

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

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}

.btn-3 {
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 0px;
    border: 0px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #34848f;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    min-width: 150px;
    text-align: center;
    font-size: 16px;
}

.btn-3:hover {
    color: #fff;
    background-color: #34848f;
    border-color: #fff;
    box-shadow: none;
}

.avt-box {
    padding: 0px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.avt-box .item:not(:last-child) {
    border-right: 1px solid #d7d7d7;
}

.avt-box .item {
    padding: 30px 20px 20px;
    text-align: center;
}

.avt-box .item img {
    margin-bottom: 20px;
}

.avt-box .item .title {
    font-size: 22px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 5px;
}

.avt-box .item .text {
    font-size: 16px;
    color: #808080;
}

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

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

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

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

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

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

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

.item-av {
    position: relative;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 177px;
    background-color: white;
}

.item-av .icon img {
    margin-bottom: 0;
    max-width: 60px;
    max-height: 60px;
}

.item-av .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    width: 75px;
    height: 79px;
    background-image: url(../images/bl/b-1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

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

.item-av .texte {
    position: relative;
    line-height: 22px;
    font-size: 15px;
    color: #292929;
}

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl-ass {
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        max-width: 360px;
    }
    .col-xl-right {
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
    }
    .col-xl-cont {
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }
    .col-xl-form {
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
    }
    .col-xl-foot-1 {
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        max-width: 270px;
    }
    .col-xl-foot-2 {
        -ms-flex: 0 0 310px;
        flex: 0 0 310px;
        max-width: 310px;
    }
    .col-xl-title {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }
    .col-xl-map {
        -ms-flex: 0 0 520px;
        flex: 0 0 520px;
        max-width: 520px;
    }
}

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

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

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

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

.item-presta .title {
    position: absolute;
    bottom: 10px;
    height: 71px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 70px);
    left: 35px;
    z-index: 3;
    font-size: 25px;
    color: #040505;
    font-weight: bold;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.item-presta .title img {
    margin-right: 10px !important;
}

.item-presta .title img,
.item-presta .title span {
    z-index: 4;
    position: relative;
}

.item-presta .title:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    z-index: 2;
    content: "";
    border-radius: 10px;
    transition: 0.3s;
    background-color: #3984c0;
}

.item-presta:hover .title {
    color: #2f2f2f;
}

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

.item-presta .content .texte {
    color: #e0a989;
    font-size: 15px;
    text-transform: uppercase;
}

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

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

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

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

.form-contact {
    padding: 80px 100px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

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

.form-contact .form-control {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat';
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 18px 15px;
    height: auto;
    color: #1c1c1c;
    border: 2px solid #34848f;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(100% - 10px) center;
    background-color: #fff;
}

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

.form-contact .btn-1 {
    font-size: 20px;
    line-height: 30px;
    padding: 23px 15px;
    border-radius: 5px;
    width: 300px;
    max-width: 100%;
}

.text-cont {
    line-height: 20px;
    font-size: 14px;
    color: #000;
    position: relative;
    padding-left: 33px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.text-cont input {
    position: absolute;
    left: 0;
    top: 50%;
    width: 23px;
    height: 23px;
    border: 2px solid #34848f;
    transform: translateY(-50%);
}

.map-sect {
    position: relative;
    padding-top: 75px;
    padding-bottom: 150px;
}

.map-sect::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: calc(50% + 50px);
    background-color: #3984c0;
}

.map-box {
    height: 620px;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center;
}

.item-act {
    background-color: white;
    position: relative;
    padding: 40px 30px 30px;
    border: 1px solid #34848f;
    transition: 0.3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.item-act:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.item-act:hover .btn-3 {
    color: #fff;
    background-color: #34848f;
    border-color: #fff;
    box-shadow: none;
}

.item-act .img {
    height: 240px;
    position: relative;
    background-size: cover;
    margin-bottom: 25px;
    background-position: center;
}

.item-act .date {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 0 10px;
    min-width: 170px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 39px;
    position: absolute;
    left: 30px;
    top: -20px;
    background-color: #34848f;
}

.item-act .content .title {
    font-size: 24px;
    color: #123843;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}

.item-act .content .texte {
    font-size: 16px;
    color: #46494c;
    margin: 20px 0 15px;
}

.item-act .content .btn-3 {
    position: relative;
    width: 100%;
    z-index: 3;
}

.item-cont {
    position: relative;
    color: #3f3f3f;
    padding-left: 75px;
    font-weight: 400;
    font-size: 14px;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 18px;
    background: linear-gradient(to right, #e1e1e1, white);
    font-family: 'Montserrat';
}

.item-cont.right-cont {
    background: linear-gradient(to right, white, #e1e1e1);
    padding-left: 0;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    padding-right: 75px;
}

.item-cont.right-cont>img {
    right: 15px;
    left: unset;
}

.item-cont>img {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.item-cont b {
    font-weight: 800;
    color: #123843;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

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

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

.regle-sect {
    position: relative;
}

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

.item-avt {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 45px 0px;
    height: 100%;
    background-color: #f6f6f6;
}

.item-avt::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #3984c0, #f6f6f6);
    content: '';
    border-radius: 2px;
}

.item-avt.type-2::before {
    background: linear-gradient(to right, #71c0ad, #f6f6f6);
}

.item-avt.type-3::before {
    background: linear-gradient(to right, #89c0eb, #f6f6f6);
}

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

.item-avt .title {
    font-size: 20px;
    color: #3984c0;
    font-weight: bold;
    margin-bottom: 10px;
}

.item-avt.type-2 .title {
    color: #71c0ad;
}

.item-avt.type-3 .title {
    color: #89c0eb;
}

.item-avt .desc {
    font-size: 15px;
    color: rgba(28, 28, 28, 0.8);
}

.presta-slide .item {
    position: relative;
    padding: 54px 60px;
    padding-right: 0;
    transition: 0.3s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 551px;
    background-color: #000;
}

.presta-slide .item:hover .img {
    opacity: 0.4;
}

.presta-slide .item .img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.presta-slide .item::before {
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 50%;
    z-index: 2;
    transition: 0.3s linear;
    border: 2px solid #34848f;
    transform: translate(-50%, -50%);
}

.presta-slide .item:hover:before {
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.presta-slide .item img {
    width: unset;
    margin-bottom: 10px;
}

.presta-slide .item .info {
    position: absolute;
    top: 30px;
    font-family: 'Palanquin';
    right: 30px;
    text-align: center;
    width: 82px;
    height: 82px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 18px;
    background-color: white;
    color: #34848f;
    font-weight: bold;
    z-index: 3;
    transition: 0.3s linear;
    text-transform: uppercase;
}

.presta-slide .item .info span {
    font-size: 45px;
    display: block;
}

.presta-slide .item:hover .info {
    background-color: #34848f;
    color: white;
    top: 60px;
    right: 60px;
}

.presta-slide .item .content {
    position: relative;
    z-index: 3;
}

.presta-slide .item .title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
    line-height: 32px;
}

.presta-slide .item .desc {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}

.presta-slide .owl-dots {
    text-align: center;
    display: block;
    margin: 30px 0 30px;
}

.presta-slide .owl-dots .owl-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid white;
}

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

.presta-sect {
    position: relative;
    background: url(../images/up/back-3.jpg) center/cover no-repeat;
}

.item-contact {
    padding: 40px 0;
    background-color: #46494c;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
    height: 100%;
    position: relative;
}

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

.item-contact .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Montserrat';
    color: #fff;
}

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

.head-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-btn .link-paie {
    color: #3984c0;
    font-size: 15px;
    margin-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.head-top {
    background-color: #123843;
    color: #fff;
    font-family: 'Montserrat';
    padding: 0px 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.head-top::before {
    top: 0;
    left: 0;
    width: 75px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #34848f;
}

.head-top a {
    color: white;
}

.head-top .item-head:not(:last-child) {
    border-right: 1px solid #ffc299;
}

.item-val {
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 30px;
    height: 234px;
    border-radius: 25px;
}

.item-val img {
    height: 59px;
    display: block;
    margin-bottom: 20px;
}

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

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

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

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

.tem-slide .nom {
    color: #2f2f2f;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

.tem-slide .date {
    color: #2f2f2f;
    opacity: 0.8;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.tem-slide .text-1 {
    color: rgba(13, 19, 23, 0.8);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

.tem-slide .link {
    color: #3984c0;
    transition: all 0.5s;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 15px;
}

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

.title-1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #040505;
}

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

.bg-red {
    background-color: #3984c0;
}

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

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

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

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

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

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

.cont-box {
    background-color: white;
    padding: 50px 80px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
    top: -75px;
    margin-bottom: -75px;
}


/*the container must be positioned relative:*/

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

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

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


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

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


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


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

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

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


/*style items (options):*/

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


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

.select-hide {
    display: none;
}

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

.coord-foot {
    font-size: 16px;
    color: #3984c0;
}

.coord-foot a {
    color: #3984c0;
}

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

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

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

.footer-coord {
    position: relative;
    top: -112px;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    max-width: 870px;
    color: #808080;
    text-align: right;
    margin: 0 auto -50px;
}

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

.footer-coord .item .box a {
    color: #3984c0;
}

.footer-coord .item .box span {
    font-weight: bold;
}

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

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

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

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

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

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

.btn-head {
    padding: 0px 30px;
    padding-left: 58px;
    line-height: 20px;
    display: inline-block;
    color: #34848f;
    font-weight: 800;
    font-family: 'Montserrat';
    position: relative;
    font-size: 26px;
    text-transform: uppercase;
    width: 280px;
}

.btn-head span {
    font-size: 13px;
    font-weight: 600;
}

.btn-head span.cout {
    font-size: 11px;
    font-weight: 600;
    color: #123843;
}

.btn-head a {
    color: #34848f;
    font-weight: 600;
}

.btn-head a:hover {
    color: #123843;
}

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

.btn-head.type-1:hover {
    color: #fff;
    background-color: #123843;
    border-color: #123843;
}

.btn-head.type-1 {
    background: url(../images/up/fl-2.png) left bottom / auto no-repeat #34848f;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    padding: 20px 36px 20px 58px;
    width: 225px;
    font-size: 18px;
}

.btn-head.type-1 span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.btn-head.type-1 a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.service-box {
    background-color: white;
    padding: 50px 30px;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.text-serv {
    font-size: 16px;
    color: #6d6d6d;
}

.picto {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    max-width: calc(100% - 35px);
}

.picto .name {
    position: absolute;
    left: -50px;
    line-height: 50px;
    bottom: 40px;
    padding: 0 30px;
    color: #7a7a7a;
    font-size: 20px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.picto.right-name .name {
    left: auto;
    right: -50px;
}

.item-tem .tem-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: italic;
    color: rgba(93, 93, 93, 255);
    line-height: 16px;
    margin-bottom: 5px;
}

.item-tem .prenom {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #242424;
    transition: all 1s;
}

.item-tem .date {
    color: rgba(153, 153, 153, 255);
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 13px;
}

.item-tem {
    border: 2px solid #3984c0;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    background-color: white;
}

.item-tem .icon {
    position: absolute;
    bottom: -18px;
    right: 20px;
    border: 2px solid #3984c0;
    border-radius: 50px;
    color: #3984c0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    width: 34px;
    height: 34px;
    line-height: 20px;
    background-color: white;
    transition: all 1s;
}

.item-tem .list-star-2 {
    color: #3984c0;
    font-size: 20px;
}

.item-tem .list-star-2 .empty {
    color: #b7b7b7;
}

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

.item-tem:hover .prenom {
    color: #2e2e60;
}

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

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

.diagAdvisor {
    padding: 62px 20px 32px;
    background-color: white;
    border-radius: 5px;
}

.diagAdvisor .cercle {
    border: 3px solid #3a8791!important;
    color: #3a8791!important;
    height: 103px !important;
    width: 103px !important;
    line-height: 104px !important;
    font-size: 44px !important;
    border-radius: 50% !important;
    font-family: "Montserrat", sans-serif;
}

.diagAdvisor .italic {
    font-family: 'Montserrat', sans-serif !important;
    color: #5d5d5d !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 600;
    margin-bottom: 25px !important;
    font-family: 'Montserrat', sans-serif;
}

.diagAdvisor .btn-avis {
    position: relative;
    background-color: #fff !important;
    color: #3a8791 !important;
    text-align: center;
    line-height: 20px;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border-color: #fff !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', sans-serif !important;
    transition: 0.5s;
}

.diagAdvisor .btn-avis:hover {
    background-color: #34848f !important;
    color: #fff !important;
    border-color: #34848f !important;
    font-family: 'Montserrat', sans-serif !important;
}

.diagAdvisor .star {
    background-color: white !important;
    height: 35px !important;
    padding-top: 10px;
    margin-top: 0 !important;
    position: relative;
    top: -20px;
    margin-bottom: -15px !important;
}

.diagAdvisor .star .fa-star {
    background-color: #bcbcbc !important;
    padding: 6px !important;
}

.diagAdvisor .star .fa-star.half {
    color: white !important;
    background: linear-gradient(to left, #bcbcbc, #bcbcbc 50%, #3a8791 50%) !important;
}

.diagAdvisor .star .fa-star.full {
    background-color: #3a8791 !important;
}

.title-cert {
    font-size: 26px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 20px;
}

.home-sect {
    background: url(../images/mt/b-1.png) right -200px/auto no-repeat;
    position: relative;
    z-index: 3;
    top: -75px;
    margin-bottom: -75px;
    padding-bottom: 150px;
}

.home-sect section {
    position: relative;
    z-index: 3;
}

.home-sect.contact-page::before {
    display: none;
}

.home-sect::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 750px;
    content: '';
    z-index: 1;
    background: url(../images/mt/b-3.jpg) center top/cover no-repeat;
}

.geo-box {
    position: relative;
    padding-bottom: 75px;
}

.geo-box::before {
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    border-radius: 20px;
    height: 100%;
    position: absolute;
    width: calc(100% - 306px);
    background: url(../images/mt/b-2.jpeg) left center/cover no-repeat;
}

.geo-box .text-box {
    max-width: 680px;
    z-index: 3;
    position: relative;
    padding: 50px 0;
    padding-right: 50px;
    background-color: white;
    border-radius: 0 0 25px 0;
    margin-bottom: 80px;
}

.geo-box .text-box .title {
    font-size: 28px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 30px;
}

.geo-box .text-box .text {
    color: #808080;
    padding-left: 75px;
}

.geo-box .link-box {
    z-index: 3;
    display: flex;
    font-size: 16px;
    max-width: 350px;
    color: #282828;
    font-weight: 500;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.geo-box .link-box::before {
    position: absolute;
    top: 50%;
    height: 1px;
    right: 98px;
    content: '';
    width: 133px;
    background-color: #9a9aa1;
    transform: translateY(-50%);
}

.step-sect {
    position: absolute;
    left: 0;
    width: 100%;
    top: 150px;
    z-index: 3;
}

.step-box {
    background-color: white;
    padding: 0 10px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.step-box .col-xl:not(:last-child) .item .icon:before {
    position: absolute;
    top: 50%;
    height: 7px;
    content: '';
    width: 140px;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    background: url(../images/mt/dec-3.png) left center/auto no-repeat;
}

.step-box .item {
    position: relative;
    padding: 25px 10px;
    text-align: center;
}

.step-box .item .icon {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background-color: #bdcfe6;
    border-radius: 10px;
    margin: 0 auto 10px;
    width: 72px;
    height: 72px;
}

.step-box .item:hover .icon {
    background-color: #3984c0;
}

.step-box .item .title {
    font-weight: 600;
    color: #282828;
}

.step-box .item .desc {
    color: #808080;
    font-size: 13px;
}

.step-box .item:hover .title,
.step-box .item:hover .desc {
    color: #3984c0;
}

.step-box.contact-list {
    box-shadow: none;
}

.step-box.contact-list .item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    background-color: white;
    height: 100%;
    border-radius: 15px;
}

.contact-box.step-sect {
    top: 175px;
}

.step-box.contact-list .item .num {
    font-size: 28px;
    font-weight: 500;
    color: #808080;
}

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

.diag-slide .item a:hover {
    padding: 0 0 15px;
}

.google-sect {
    background: url(../images/to/b-1.jpg) center/cover no-repeat;
    text-align: center;
    font: normal normal bold 30px/1 'Montserrat';
    color: #fff;
}

.social {
    z-index: 4;
    right: 30px;
    top: 430px;
    position: absolute;
}

.social a {
    display: inline-block;
}

.paie-sect {
    background: url(../images/to/b-2.jpg) center/cover no-repeat;
}

.paie-sect .title-paie {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

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

.coord-contact {
    padding: 50px 0 20px;
    color: white;
    background: linear-gradient(to right, #3984c0, #66aee7);
}

.coord-contact a {
    color: white;
}

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

.coord-contact .item .content {
    display: table;
    margin: 0 auto;
    padding-left: 55px;
    position: relative;
}

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

.coord-contact .item .content .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

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

.service-slide .item .number {
    font-size: 50px;
    font-weight: 900;
    font-family: 'Montserrat';
    color: #e62d3b;
    margin-bottom: 0px;
}

.service-slide .item .title {
    font-size: 25px;
    color: white;
    font-weight: 900;
    font-family: 'Montserrat';
    margin-bottom: 25px;
}

.service-slide .owl-item.active .item {
    background: url(../images/dec.png) right center / auto no-repeat;
}

.service-slide .owl-item.active.lastActiveItem .item {
    background: none;
}

.service-slide.owl-carousel .owl-dots {
    position: relative;
    margin: 40px 0 0;
    text-align: center;
}

.service-slide.owl-carousel .owl-dots .owl-dot {
    position: relative;
    margin: 10px 14px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
}

.service-slide.owl-carousel .owl-dots .owl-dot.active:before,
.service-slide.owl-carousel .owl-dots .owl-dot:hover:before {
    width: 21px;
    height: 21px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #12a0dc;
    border-radius: 50%;
}

.link-1 {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.link-1::before {
    width: 24px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    transition: 0.3s;
    background-color: white;
}

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

.link-1:hover:before {
    width: 100%;
    background-color: #e62d3b;
}

.back-1 {
    background: url(../images/back-1.jpg) center/cover no-repeat;
}

.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display: block;
    max-width: unset;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.item-projet {
    position: relative;
}

.item-projet .title {
    padding: 30px 10px;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #46494c;
    text-align: center;
    background-color: white;
}

.item-projet .link {
    padding: 20px 10px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-weight: 900;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #46494c;
}

.item-projet .link:hover {
    background-color: #12a0dc;
}

.link-2 {
    position: relative;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #46494c;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.link-2::before {
    width: 24px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    transition: 0.3s;
    background-color: #46494c;
}

.link-2:hover {
    color: #46494c;
}

.link-2:hover:before {
    width: 100%;
    background-color: #e62d3b;
}

.form-newsletters .form-control {
    display: block;
    padding: 12px 15px;
    line-height: 20px;
    border: 2px solid #34848f;
    font-size: 16px;
    border-radius: 0;
    height: auto;
    color: #fff;
    background-color: transparent;
}

.form-newsletters .form-control::placeholder {
    color: #fff;
}

.text-news {
    color: rgba(255, 255, 255, 0.8);
}

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

.phi-sect {
    padding: 75px 0 35px;
    background: url(../images/up/back-1.jpg) center/cover no-repeat;
}

.item-phi .img {
    height: 260px;
    background-size: cover;
    background-position: center;
}

.item-phi .content {
    background-color: #34848f;
    padding: 31px 30px;
    min-height: 274px;
}

.item-phi .content .desc {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: white;
}

.item-phi .content .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 35px;
    color: white;
}

.item-type-2 {
    position: relative;
    padding: 25px 30px;
    min-height: 522px;
    margin-top: 12px;
    color: white;
    background-color: rgba(51, 132, 143, 0.4);
}

.item-type-2::before {
    position: absolute;
    left: 0;
    top: -12px;
    height: 8px;
    width: 100%;
    content: '';
    background-color: #34848f;
}

.item-type-2 .number {
    position: absolute;
    line-height: 59px;
    right: 30px;
    top: 25px;
    font-size: 84px;
    color: #34848f;
    font-weight: 100;
}

.item-type-2 .title {
    padding-top: 98px;
    position: relative;
    padding-bottom: 15px;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/up/dec-1.png) left bottom / auto no-repeat;
}

.item-type-2 .title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border: 2px solid white;
    content: '';
}

.item-type-2.before-1 .title::before {
    background: url(../images/up/be-1.svg) center / auto no-repeat transparent;
}

.item-type-2.before-2 .title::before {
    background: url(../images/up/be-2.svg) center / auto no-repeat transparent;
}

.item-type-2.before-1:hover .title::before {
    background: url(../images/up/be-1h.svg) center / auto no-repeat white;
}

.item-type-2.before-2:hover .title::before {
    background: url(../images/up/be-2h.svg) center / auto no-repeat white;
}

.item-type-2 .desc {
    font-size: 16px;
}

.link-one {
    color: #34848f;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.advisor-sect {
    background: url(../images/up/back-2.jpg) center / cover no-repeat;
}

.temoin-slide .item {
    padding: 30px 50px;
    text-align: center;
    position: relative;
    border: 3px solid white;
    border-radius: 5px;
}

.temoin-slide .item .name {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

.temoin-slide .item .star-tem {
    margin-bottom: 25px;
    text-align: center;
}

.temoin-slide .item .star-tem i {
    display: inline-block;
    line-height: 26px;
    width: 26px;
    text-align: center;
    color: #3a8791;
    background-color: white;
    border-radius: 3px;
    margin: 0 3px;
}

.temoin-slide .item .desc {
    font-size: 16px;
    line-height: 30px;
    color: white;
    height: 118px;
    overflow: hidden;
    font-style: italic;
    margin-bottom: 15px;
}

.temoin-slide .item .date {
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.temoin-slide .owl-nav {
    display: flex;
    width: calc(100% + 35px);
    top: calc(50% - (35px / 2));
    left: 50%;
    height: 0;
    align-self: center;
    position: absolute;
    justify-content: space-between;
    transform: translateX(-50%);
}

.temoin-slide .owl-nav .owl-prev,
.temoin-slide .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #3a8791;
    font-size: 20px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.temoin-slide .owl-nav .owl-prev:hover,
.temoin-slide .owl-nav .owl-next:hover {
    background-color: #3a8791;
    color: white;
}

.reseau-sect {
    padding: 142px 0 0;
}

.reseau-sect .reseau-box {
    position: relative;
}

.reseau-sect .reseau-box::before {
    position: absolute;
    background-color: white;
    content: '';
    right: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    width: calc(100% + 148px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.reseau-sect .reseau-box::after {
    top: -98px;
    left: -319px;
    width: 409px;
    height: 917px;
    content: '';
    z-index: 2;
    position: absolute;
    background: url(../images/up/man.png) center top / cover no-repeat;
}

.reseau-sect .reseau-box .reseau-left {
    padding: 30px 15px;
    position: relative;
    z-index: 1;
    padding-left: 100px;
}

.reseau-sect .reseau-box .reseau-right,
.reseau-sect .reseau-box .reseau-left .title {
    font-size: 32px;
    color: #34848f;
    line-height: 35px;
    margin-bottom: 10px;
}

.reseau-sect .reseau-box .reseau-left .desc {
    font-size: 18px;
    color: #5c5c5c;
    margin-bottom: 20px;
    line-height: 22px;
}

.reseau-sect .reseau-box .reseau-left .name {
    color: #5c5c5c;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}

.reseau-sect .reseau-box .reseau-left .name span {
    text-transform: uppercase;
    font-weight: 400;
}

.reseau-sect .reseau-box .reseau-right {
    padding: 30px;
    text-align: center;
    background: url(../images/up/fl-4.png) left bottom / auto no-repeat #34848f;
    height: 100%;
}

.item-foot {
    border-right: 1px solid #899ca1;
    border-left: 1px solid #899ca1;
}
.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: #34848f;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #34848f;
}
#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: #34848f !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: #34848f80;
}

.tarteaucitronSelfLink {
    display: none !important;
}

#paiement { max-width: 900px; }

.text-mc-principal {
    font-size:15px
}